/* OrbitSuite V10.6: SEO landing pages, lead generation and content readability */

:root{
  --seo-navy:#081426;
  --seo-navy-2:#0c1c34;
  --seo-paper:#f5f7fb;
  --seo-line:#dce4ef;
  --seo-text:#142038;
  --seo-copy:#53627a;
  --seo-purple:#7559f5;
  --seo-blue:#3886f5;
  --seo-cyan:#18c4ca;
}

/* Search-friendly breadcrumb trail */
.breadcrumb-bar{
  position:relative;
  z-index:8;
  border-bottom:1px solid #e7ebf2;
  background:#f8fafd;
}
.breadcrumb-bar ol{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  min-height:44px;
  margin:0;
  padding:8px 0;
  list-style:none;
  color:#718099;
  font-size:12px;
  line-height:1.35;
}
.breadcrumb-bar li{display:inline-flex;align-items:center;gap:8px}
.breadcrumb-bar a{color:#455571;font-weight:700;transition:color .2s}
.breadcrumb-bar a:hover{color:#6550dd}
.breadcrumb-bar li>span[aria-hidden="true"]{color:#aab4c4}
.breadcrumb-bar li>span[aria-current="page"]{color:#69778d}

/* Home page SEO links and fit assessment */
.industry-grid a{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  align-items:center;
  min-height:72px;
  padding:15px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:13px;
  background:rgba(255,255,255,.09);
  transition:transform .2s,border-color .2s,background .2s;
}
.industry-grid a:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.13)}
.industry-grid a>svg{width:21px;height:21px;margin:auto;color:#d9e9ff}
.industry-grid a span{display:grid;gap:3px}
.industry-grid a b{font-size:13px}
.industry-grid a small{color:rgba(255,255,255,.74);font-size:10px;line-height:1.4}

.erp-fit-section{padding:94px 0;background:#f5f7fb}
.erp-fit-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:62px;
  align-items:center;
  padding:52px;
  border:1px solid #dfe6f0;
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#f8f9ff 54%,#edf8fb 100%);
  box-shadow:0 26px 70px rgba(26,42,77,.11);
}
.erp-fit-copy h2{margin:14px 0 16px;color:#111b31;font-size:clamp(2.25rem,3.1vw,3.45rem);line-height:1.06;letter-spacing:-2px}
.erp-fit-copy p{max-width:670px;margin:0;color:#56657d;font-size:15px;line-height:1.75}
.erp-fit-copy .btn{margin-top:26px}
.erp-fit-deliverables{display:grid;gap:13px}
.erp-fit-deliverables>span,
.erp-fit-deliverables article{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:64px;
  padding:14px 17px;
  border:1px solid #dce4ef;
  border-radius:16px;
  background:rgba(255,255,255,.84);
  color:#273650;
  font-size:13px;
  font-weight:750;
}
.erp-fit-deliverables>span svg{flex:0 0 auto;width:28px;height:28px;padding:6px;border-radius:50%;background:#e7e4ff;color:#7255ee}
.erp-fit-deliverables article>b{display:grid;place-items:center;flex:0 0 auto;width:39px;height:39px;border-radius:12px;background:#ebe8ff;color:#6d53e7;font-size:11px}
.erp-fit-deliverables article>span{display:grid;gap:2px}
.erp-fit-deliverables article strong{font-size:13.5px;color:#1e2c44}
.erp-fit-deliverables article small{color:#6b7890;font-size:11.5px;font-weight:500}

/* Footer expanded for internal linking and clear lead paths */
.footer-grid-seo{grid-template-columns:1.45fr .88fr .88fr .88fr 1.05fr;gap:38px}
.footer-brand address{margin-top:20px;color:#78869b;font-size:11.5px;font-style:normal;line-height:1.65}
.footer-column-cta{padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035)}
.footer-column-cta p{margin:0 0 17px;color:#8f9bae;font-size:12px;line-height:1.65}
.footer-column-cta .btn{display:flex;width:100%;margin:0 0 16px;color:#fff}
.footer-column-cta>a:not(.btn){color:#a6b1c1}
.footer-column-cta>a:not(.btn):hover{color:#fff}

/* Industry page links */
.industry-card-link,.industry-detail-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:#644fe0;
  font-size:12px;
  font-weight:800;
}
.industry-card-link svg,.industry-detail-link svg{width:15px;height:15px;transition:transform .2s}
.industry-card-link:hover svg,.industry-detail-link:hover svg{transform:translateX(3px)}
.operating-model-card .industry-card-link{color:#fff}

/* Shared SEO solution pages */
.solution-page-hero{padding-top:84px;padding-bottom:88px}
.solution-page-hero .page-hero-layout{grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);gap:68px}
.solution-page-hero .page-hero-visual{min-height:470px}
.solution-hero-card{
  position:relative;
  z-index:2;
  width:min(100%,620px);
  padding:28px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:25px;
  background:linear-gradient(150deg,rgba(24,43,79,.94),rgba(9,25,49,.92));
  color:#fff;
  box-shadow:0 35px 90px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.08);
  backdrop-filter:blur(20px);
}
.solution-hero-card:before{content:"";position:absolute;inset:-1px;border-radius:25px;padding:1px;background:linear-gradient(120deg,rgba(133,105,255,.7),rgba(56,134,245,.1),rgba(24,196,202,.6));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.solution-hero-card-head{display:grid;gap:8px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.solution-hero-card-head span{color:#aab7cb;font-size:10px;font-weight:850;letter-spacing:1.1px}
.solution-hero-card-head b{max-width:490px;font-size:20px;line-height:1.35}
.solution-snapshot{display:grid;gap:10px;margin-top:18px}
.solution-snapshot article{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.055)}
.solution-snapshot article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,rgba(120,87,255,.28),rgba(24,196,202,.18));color:#c8c2ff;font-size:10px;font-weight:850}
.solution-snapshot article>div{display:grid;gap:3px}
.solution-snapshot b{font-size:13.5px}
.solution-snapshot small{color:#9eadc3;font-size:11.5px;line-height:1.45}
.solution-hero-note{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:13px 14px;border-radius:12px;background:rgba(21,196,201,.08);color:#a8bacd;font-size:11.5px;line-height:1.55}
.solution-hero-note svg{flex:0 0 auto;width:18px;height:18px;margin-top:1px;color:#29ced1}

.seo-intro-section{padding:108px 0;background:#fff}
.seo-intro-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:70px;align-items:start}
.seo-intro-copy{position:sticky;top:126px}
.seo-intro-copy h2{margin:14px 0 18px;color:#121d32;font-size:clamp(2.45rem,3.4vw,3.9rem);line-height:1.06;letter-spacing:-2.2px}
.seo-intro-copy p{margin:0;color:#5a6980;font-size:15px;line-height:1.76}
.seo-pain-grid{display:grid;gap:14px}
.seo-pain-grid article{position:relative;display:grid;grid-template-columns:54px 1fr;gap:0 18px;padding:26px;border:1px solid #dfe5ef;border-radius:21px;background:#f8fafe;box-shadow:0 13px 34px rgba(31,45,78,.05)}
.seo-pain-grid article>span{grid-row:1/5;display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#e9e6ff;color:#6f55e9}
.seo-pain-grid article>span svg{width:24px;height:24px}
.seo-pain-grid article>small{color:#8c98aa;font-size:9px;font-weight:850;letter-spacing:1px}
.seo-pain-grid h3{margin:6px 0 7px;color:#172239;font-size:19px;line-height:1.3}
.seo-pain-grid p{margin:0;color:#5e6b81;font-size:13.5px;line-height:1.68}

.seo-capability-section{padding:108px 0;background:#f4f6fa}
.seo-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.seo-capability-grid article{display:grid;grid-template-columns:53px 1fr;gap:17px;min-height:220px;padding:25px;border:1px solid #dfe5ef;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(31,45,78,.055)}
.seo-capability-icon{display:grid;place-items:center;width:53px;height:53px;border-radius:16px;background:linear-gradient(135deg,#ece8ff,#e6f7fa);color:#6653df}
.seo-capability-icon svg{width:23px;height:23px}
.seo-capability-grid article>div{display:flex;flex-direction:column}
.seo-capability-grid small{color:#8793a5;font-size:9px;font-weight:850;letter-spacing:1px}
.seo-capability-grid h3{margin:10px 0 9px;color:#152138;font-size:18px;line-height:1.3}
.seo-capability-grid p{margin:0;color:#5c6b81;font-size:13.5px;line-height:1.68}

.seo-workflow-section{padding:106px 0;background:linear-gradient(135deg,#091527,#0c1e38 58%,#092b37);color:#fff}
.seo-workflow-section .section-heading h2{color:#fff}
.seo-workflow-section .section-heading>p{color:#b0bdcf}
.seo-workflow-strip{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:13px;align-items:stretch;margin-top:48px}
.seo-workflow-step{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:175px;padding:20px 14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055);text-align:center}
.seo-workflow-step>span{display:grid;place-items:center;width:37px;height:37px;margin-bottom:15px;border-radius:11px;background:rgba(122,88,255,.2);color:#b5a7ff;font-size:9px;font-weight:850}
.seo-workflow-step b{font-size:14px}
.seo-workflow-step small{margin-top:7px;color:#9fadc2;font-size:11px;line-height:1.5}
.seo-workflow-strip>i{display:grid;place-items:center;color:#4fc8d0}
.seo-workflow-strip>i svg{width:22px;height:22px}

.seo-fit-section{padding:108px 0;background:#fff}
.seo-fit-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}
.seo-fit-copy h2{margin:14px 0 18px;color:#132037;font-size:clamp(2.4rem,3.3vw,3.75rem);line-height:1.06;letter-spacing:-2.1px}
.seo-fit-copy p{margin:0;color:#596880;font-size:15px;line-height:1.76}
.seo-fit-copy .btn{margin-top:26px}
.seo-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.seo-fit-grid article{display:grid;grid-template-columns:37px 1fr;gap:14px;min-height:150px;padding:22px;border:1px solid #dfe6ef;border-radius:18px;background:#f8fafe}
.seo-fit-grid article>span{display:grid;place-items:center;width:37px;height:37px;border-radius:11px;background:#ddf7f4;color:#0e9e9e}
.seo-fit-grid svg{width:18px;height:18px}
.seo-fit-grid h3{margin:1px 0 7px;color:#19263d;font-size:16px;line-height:1.35}
.seo-fit-grid p{margin:0;color:#637087;font-size:12.5px;line-height:1.62}

.seo-scope-section{padding:0 0 108px;background:#fff}
.seo-scope-card{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;padding:42px 46px;border:1px solid #d9e2ee;border-radius:24px;background:linear-gradient(135deg,#f2f0ff,#f6fbff);box-shadow:0 22px 58px rgba(41,52,88,.08)}
.seo-scope-card>div:first-child>span{color:#6853e1;font-size:10px;font-weight:850;letter-spacing:1px}
.seo-scope-card h2{margin:12px 0 0;color:#142039;font-size:clamp(2rem,2.6vw,2.8rem);line-height:1.1;letter-spacing:-1.5px}
.seo-scope-card p{margin:0;color:#52627a;font-size:14px;line-height:1.74}
.seo-scope-emphasis{display:flex;align-items:flex-start;gap:11px;margin-top:17px!important;padding:14px 15px;border-radius:13px;background:#fff;color:#273750!important;font-weight:700}
.seo-scope-emphasis svg{flex:0 0 auto;width:19px;height:19px;margin-top:2px;color:#7255eb}

.seo-faq-section{padding:108px 0;background:#f5f7fb}
.seo-faq-layout{display:grid;grid-template-columns:.67fr 1.33fr;gap:72px;align-items:start}
.seo-faq-copy{position:sticky;top:126px}
.seo-faq-copy h2{margin:14px 0 17px;color:#132037;font-size:clamp(2.35rem,3.1vw,3.55rem);line-height:1.07;letter-spacing:-1.9px}
.seo-faq-copy p{margin:0;color:#5b6980;font-size:14.5px;line-height:1.72}
.seo-faq-copy>a{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:#6550df;font-size:13px;font-weight:800}
.seo-faq-copy>a svg{width:15px;height:15px}

/* Resource library */
.resources-hero .page-hero-visual,.about-hero .page-hero-visual,.guide-hero .page-hero-visual{min-height:430px}
.resource-hero-card,.about-hero-card,.guide-hero-card{position:relative;z-index:2;width:min(100%,590px);padding:32px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(13,31,58,.86);box-shadow:0 30px 80px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.resource-hero-card>span,.about-hero-card>span,.guide-hero-card>span{color:#9daac0;font-size:10px;font-weight:850;letter-spacing:1.1px}
.resource-hero-card h2,.about-hero-card h2{margin:12px 0 12px;color:#fff;font-size:27px;line-height:1.25}
.resource-hero-card>p,.about-hero-card>p{margin:0;color:#aebbd0;font-size:13px;line-height:1.68}
.resource-hero-card>div{display:grid;grid-template-columns:auto 1fr;gap:9px 12px;margin-top:22px}
.resource-hero-card>div b{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#252e5d;color:#b9adff;font-size:9px}
.resource-hero-card>div small{display:flex;align-items:center;color:#d5deeb;font-size:12px}
.resource-library-section{padding:108px 0;background:#fff}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.resource-card{display:flex;flex-direction:column;min-height:340px;padding:28px;border:1px solid #dfe6ef;border-radius:21px;background:#f8fafe;box-shadow:0 13px 34px rgba(31,45,78,.045);transition:transform .2s,box-shadow .2s,border-color .2s}
.resource-card:hover{transform:translateY(-4px);border-color:#cdd5e5;box-shadow:0 22px 50px rgba(31,45,78,.1)}
.resource-card-featured{background:linear-gradient(145deg,#111e38,#102d4a);color:#fff;border-color:#1b3d62}
.resource-type{color:#7f8ca0;font-size:9px;font-weight:850;letter-spacing:1px}
.resource-card-featured .resource-type{color:#9eb0c9}
.resource-icon{display:grid;place-items:center;width:50px;height:50px;margin:24px 0 19px;border-radius:15px;background:#eae6ff;color:#6c52e8}
.resource-card-featured .resource-icon{background:rgba(117,89,245,.2);color:#b7aaff}
.resource-icon svg{width:22px;height:22px}
.resource-card h3{margin:0;color:#17233a;font-size:20px;line-height:1.35}
.resource-card-featured h3{color:#fff}
.resource-card p{margin:12px 0 24px;color:#5c6a80;font-size:13.5px;line-height:1.68}
.resource-card-featured p{color:#aebbd0}
.resource-card>b{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#6550df;font-size:12px}
.resource-card-featured>b{color:#7fe0e0}
.resource-card>b svg{width:15px;height:15px}
.resource-path-section{padding:108px 0;background:linear-gradient(135deg,#091527,#0b1d38 58%,#092a36);color:#fff}
.resource-path-section .section-heading h2{color:#fff}
.resource-path-section .section-heading p{color:#aebbd0}
.resource-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:42px}
.resource-path-grid a{min-height:205px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:rgba(255,255,255,.05);transition:transform .2s,background .2s,border-color .2s}
.resource-path-grid a:hover{transform:translateY(-3px);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22)}
.resource-path-grid a>span{display:grid;place-items:center;width:47px;height:47px;border-radius:14px;background:rgba(117,89,245,.18);color:#aea0ff}
.resource-path-grid svg{width:21px;height:21px}
.resource-path-grid h3{margin:21px 0 9px;color:#fff;font-size:18px}
.resource-path-grid p{margin:0;color:#9eacc1;font-size:12.5px;line-height:1.62}

/* About */
.about-principles{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}
.about-principles b{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.05);color:#d7e0ec;font-size:11px}
.about-story-section{padding:108px 0;background:#fff}
.about-story-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:start}
.about-story-copy h2{margin:14px 0 20px;color:#132037;font-size:clamp(2.45rem,3.5vw,4rem);line-height:1.06;letter-spacing:-2.3px}
.about-story-copy h2 span{background:linear-gradient(95deg,#8b68f8,#3987f4,#18bcc3);-webkit-background-clip:text;background-clip:text;color:transparent}
.about-story-copy p{margin:0 0 15px;color:#58677e;font-size:15px;line-height:1.76}
.about-story-points{display:grid;gap:13px}
.about-story-points article{display:grid;grid-template-columns:48px 1fr;gap:17px;padding:23px;border:1px solid #dfe6ef;border-radius:18px;background:#f8fafe}
.about-story-points article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#ebe7ff;color:#6e54e7;font-size:10px;font-weight:850}
.about-story-points h3{margin:1px 0 7px;color:#18253d;font-size:17px}
.about-story-points p{margin:0;color:#637087;font-size:13px;line-height:1.62}
.about-values-section{padding:108px 0;background:linear-gradient(135deg,#091527,#0b1d38 58%,#092a36);color:#fff}
.about-values-section .section-heading h2{color:#fff}
.about-values-section .section-heading p{color:#aebbd0}
.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px}
.about-values-grid article{min-height:265px;padding:25px;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:rgba(255,255,255,.05)}
.about-values-grid svg{width:28px;height:28px;color:#9f91ff}
.about-values-grid h3{margin:22px 0 10px;font-size:18px}
.about-values-grid p{margin:0;color:#a5b2c6;font-size:12.5px;line-height:1.66}
.about-company-section{padding:108px 0;background:#f5f7fb}
.about-company-card{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;padding:46px;border:1px solid #dce4ef;border-radius:25px;background:#fff;box-shadow:0 22px 60px rgba(31,45,78,.08)}
.about-company-card>div:first-child span{color:#6b55df;font-size:10px;font-weight:850;letter-spacing:1px}
.about-company-card h2{margin:13px 0 0;color:#142038;font-size:clamp(2.15rem,2.9vw,3.2rem);line-height:1.08;letter-spacing:-1.7px}
.about-company-card p{margin:0 0 14px;color:#58677d;font-size:14px;line-height:1.72}
.about-company-card a{display:inline-flex;align-items:center;gap:8px;margin-top:9px;color:#6550df;font-size:13px;font-weight:800}
.about-company-card a svg{width:15px;height:15px}

/* ERP buying guide */
.guide-hero-card>ol{display:grid;gap:9px;margin:20px 0 0;padding:0;list-style:none}
.guide-hero-card li{display:grid;grid-template-columns:1fr auto;gap:4px 18px;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.045)}
.guide-hero-card li b{color:#eef3fa;font-size:12.5px}
.guide-hero-card li small{color:#96a5bb;font-size:10.5px}
.guide-content-section{padding:92px 0 116px;background:#fff}
.guide-layout{display:grid;grid-template-columns:265px minmax(0,860px);gap:72px;justify-content:center;align-items:start}
.guide-toc{position:sticky;top:118px;display:grid;gap:3px;padding:20px;border:1px solid #dfe5ef;border-radius:17px;background:#f8fafe}
.guide-toc>span{margin-bottom:9px;color:#7b879a;font-size:9px;font-weight:850;letter-spacing:1px}
.guide-toc a{padding:9px 10px;border-radius:9px;color:#58677c;font-size:11.5px;font-weight:650;line-height:1.35;transition:background .2s,color .2s}
.guide-toc a:hover{background:#ebe8ff;color:#5944d4}
.guide-meta{display:flex;flex-wrap:wrap;gap:10px 18px;padding-bottom:22px;border-bottom:1px solid #e1e6ee;color:#788598;font-size:11px}
.guide-lead{margin:28px 0 42px;color:#26354d;font-size:20px;line-height:1.62;font-weight:520}
.guide-article>section{scroll-margin-top:120px;margin-bottom:64px;padding-bottom:54px;border-bottom:1px solid #e4e8ef}
.guide-section-number{display:inline-flex;margin-bottom:12px;color:#7056e6;font-size:10px;font-weight:850;letter-spacing:1px}
.guide-article h2{margin:0 0 18px;color:#142038;font-size:clamp(2rem,3vw,2.75rem);line-height:1.12;letter-spacing:-1.4px}
.guide-article>section>p{margin:0 0 16px;color:#4f5e75;font-size:15px;line-height:1.82}
.guide-callout{margin:25px 0;padding:22px 24px;border-left:4px solid #7459ed;border-radius:0 15px 15px 0;background:#f1efff}
.guide-callout b{display:block;margin-bottom:7px;color:#3f307e;font-size:13px}
.guide-callout p{margin:0;color:#544f72;font-size:14px;line-height:1.68}
.guide-callout-accent{border-left-color:#13b8c0;background:#ebfafa}
.guide-callout-accent b{color:#147b81}
.guide-check-list{display:grid;gap:9px;margin:24px 0;padding:0;list-style:none}
.guide-check-list li{display:grid;grid-template-columns:29px 1fr;gap:11px;align-items:center;padding:13px 15px;border:1px solid #e0e6ef;border-radius:12px;background:#f9fafd;color:#45546b;font-size:13px}
.guide-check-list svg{width:29px;height:29px;padding:7px;border-radius:50%;background:#dff6f3;color:#0f9e9c}
.guide-check-list b{color:#1c2a42}
.guide-table-wrap{overflow-x:auto;margin:25px 0;border:1px solid #dfe5ee;border-radius:15px}
.guide-table-wrap table{width:100%;border-collapse:collapse;min-width:620px}
.guide-table-wrap th{padding:15px 17px;background:#132039;color:#fff;text-align:left;font-size:11px;letter-spacing:.4px}
.guide-table-wrap td{padding:15px 17px;border-top:1px solid #e2e7ef;color:#55637a;font-size:12.5px;line-height:1.55;vertical-align:top}
.guide-table-wrap td:first-child{width:170px;color:#1c2940;font-weight:800;background:#fafbfe}
.guide-phase-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin:26px 0}
.guide-phase-grid article{min-height:115px;padding:16px;border:1px solid #dfe5ef;border-radius:13px;background:#f8fafe}
.guide-phase-grid b{display:block;color:#1a2740;font-size:13px}
.guide-phase-grid span{display:block;margin-top:7px;color:#68758a;font-size:10.5px;line-height:1.5}
.guide-final-checklist{display:grid;gap:10px;margin:25px 0}
.guide-final-checklist label{display:grid;grid-template-columns:20px 1fr;gap:11px;align-items:start;padding:14px 16px;border:1px solid #dfe5ef;border-radius:12px;background:#fafbfe;color:#45546b;font-size:13px;line-height:1.5}
.guide-final-checklist input{width:18px;height:18px;margin:1px 0 0;accent-color:#7056e6}
.guide-cta-box{margin-top:34px;padding:30px;border-radius:20px;background:linear-gradient(135deg,#111d37,#10334b);color:#fff}
.guide-cta-box>span{color:#a5b1c5;font-size:9px;font-weight:850;letter-spacing:1px}
.guide-cta-box h3{margin:11px 0 10px;font-size:25px;line-height:1.3}
.guide-cta-box p{margin:0;color:#adbacd;font-size:13.5px;line-height:1.68}
.guide-cta-box .btn{margin-top:22px}
.guide-faq{border-bottom:0!important;margin-bottom:0!important;padding-bottom:0!important}
.guide-faq .faq-list{margin-top:24px}

/* Lead form attribution and accessibility */
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-consent{display:grid!important;grid-template-columns:20px 1fr;gap:10px;align-items:start;margin:2px 0 18px!important;color:#aeb9ca!important;font-size:11.5px!important;line-height:1.55}
.form-consent input{width:18px!important;height:18px!important;min-height:0!important;margin:1px 0 0!important;accent-color:#7458ef}
.form-consent a{color:#8fdfe0;text-decoration:underline;text-underline-offset:2px}
.form-message.success{color:#80e0c0}
.form-message.error{color:#ff9aaa}
.form-message.loading{color:#a9b6c9}

@media(max-width:1240px){
  .footer-grid-seo{grid-template-columns:1.25fr repeat(4,1fr);gap:27px}
  .solution-page-hero .page-hero-layout{grid-template-columns:minmax(0,.95fr) minmax(470px,1.05fr);gap:42px}
  .seo-capability-grid{grid-template-columns:repeat(2,1fr)}
  .about-values-grid{grid-template-columns:repeat(2,1fr)}
  .guide-layout{grid-template-columns:235px minmax(0,1fr);gap:48px}
}

@media(max-width:1020px){
  .footer-grid-seo{grid-template-columns:1.4fr 1fr 1fr;gap:38px}
  .footer-column-cta{grid-column:2/4}
  .solution-page-hero .page-hero-layout{grid-template-columns:1fr;gap:34px}
  .solution-page-hero .page-hero-copy{max-width:820px;text-align:center;margin-inline:auto}
  .solution-page-hero .page-hero-copy>p{margin-inline:auto}
  .solution-page-hero .hero-actions{justify-content:center}
  .solution-page-hero .page-hero-visual{min-height:400px}
  .seo-intro-layout,.seo-fit-layout,.seo-faq-layout,.about-story-layout,.about-company-card{grid-template-columns:1fr;gap:36px}
  .seo-intro-copy,.seo-faq-copy{position:static;max-width:800px}
  .seo-workflow-strip{grid-template-columns:1fr;max-width:760px;margin-inline:auto}
  .seo-workflow-strip>i{transform:rotate(90deg);height:24px}
  .seo-workflow-step{min-height:135px}
  .seo-scope-card{grid-template-columns:1fr;gap:25px}
  .resource-grid,.resource-path-grid{grid-template-columns:repeat(2,1fr)}
  .about-values-grid{grid-template-columns:repeat(2,1fr)}
  .guide-layout{grid-template-columns:1fr;gap:35px}
  .guide-toc{position:static;grid-template-columns:1fr 1fr}
  .guide-toc>span{grid-column:1/-1}
  .guide-phase-grid{grid-template-columns:repeat(3,1fr)}
  .erp-fit-card{grid-template-columns:1fr;gap:34px}
}

@media(max-width:760px){
  .breadcrumb-bar ol{min-height:40px;font-size:10.5px}
  .footer-grid-seo{grid-template-columns:1fr 1fr;gap:34px 24px}
  .footer-brand,.footer-column-cta{grid-column:1/-1}
  .footer-column-cta{padding:20px}
  .solution-page-hero{padding-top:68px;padding-bottom:70px}
  .solution-page-hero .page-hero-visual{min-height:0}
  .solution-hero-card{padding:22px;border-radius:21px}
  .solution-hero-card-head b{font-size:18px}
  .solution-snapshot article{grid-template-columns:38px 1fr;padding:12px}
  .solution-snapshot article>span{width:38px;height:38px}
  .seo-intro-section,.seo-capability-section,.seo-workflow-section,.seo-fit-section,.seo-faq-section,.resource-library-section,.resource-path-section,.about-story-section,.about-values-section,.about-company-section{padding:76px 0}
  .seo-intro-copy h2,.seo-fit-copy h2,.seo-faq-copy h2,.about-story-copy h2{font-size:clamp(2.15rem,9vw,2.9rem);letter-spacing:-1.5px}
  .seo-pain-grid article{grid-template-columns:46px 1fr;padding:21px;gap:0 14px}
  .seo-pain-grid article>span{width:46px;height:46px}
  .seo-capability-grid,.seo-fit-grid,.resource-grid,.resource-path-grid,.about-values-grid{grid-template-columns:1fr}
  .seo-capability-grid article{min-height:0;padding:22px}
  .seo-workflow-step{min-height:120px}
  .seo-scope-section{padding-bottom:76px}
  .seo-scope-card{padding:28px 24px;border-radius:20px}
  .seo-scope-card h2{font-size:2.05rem}
  .resource-card{min-height:0;padding:24px}
  .resource-path-grid a{min-height:0}
  .about-principles{grid-template-columns:1fr}
  .about-company-card{padding:29px 24px}
  .guide-content-section{padding:70px 0 88px}
  .guide-toc{grid-template-columns:1fr;padding:17px}
  .guide-toc>span{grid-column:auto}
  .guide-lead{font-size:17px}
  .guide-article h2{font-size:clamp(1.85rem,8vw,2.35rem)}
  .guide-phase-grid{grid-template-columns:1fr 1fr}
  .guide-cta-box{padding:24px}
  .guide-cta-box h3{font-size:21px}
  .erp-fit-section{padding:72px 0}
  .erp-fit-card{padding:28px 23px;border-radius:22px}
  .erp-fit-copy h2{font-size:clamp(2.1rem,9vw,2.8rem);letter-spacing:-1.5px}
}

@media(max-width:480px){
  .footer-grid-seo{grid-template-columns:1fr}
  .footer-brand,.footer-column-cta{grid-column:auto}
  .seo-pain-grid article,.seo-capability-grid article{grid-template-columns:1fr}
  .seo-pain-grid article>span{grid-row:auto;margin-bottom:14px}
  .seo-capability-icon{margin-bottom:3px}
  .seo-fit-grid article{grid-template-columns:34px 1fr;padding:19px}
  .guide-phase-grid{grid-template-columns:1fr}
  .guide-table-wrap{margin-inline:-6px}
  .resource-hero-card,.about-hero-card,.guide-hero-card{padding:24px}
}

/* Additional content layouts used by the resource, guide and about pages */
.resource-hero-card,.about-hero-card{position:relative;z-index:1;width:min(100%,620px);padding:31px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(8,19,38,.84);box-shadow:0 38px 100px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.07);backdrop-filter:blur(20px)}
.resource-hero-card>span,.about-hero-card>span{color:#9e90ff;font-size:9px;font-weight:850;letter-spacing:1px}
.resource-hero-card h2,.about-hero-card h2{margin:13px 0 12px;color:#fff;font-size:29px;line-height:1.12;letter-spacing:-1px}
.resource-hero-card>p,.about-hero-card>p{margin:0;color:#94a3b9;font-size:12px;line-height:1.7}
.resource-hero-card>div{display:grid;grid-template-columns:42px 1fr;gap:10px 12px;align-items:center;margin-top:22px;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.04)}
.resource-hero-card>div b{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:rgba(121,87,255,.17);color:#afa3ff;font-size:9px}
.resource-hero-card>div small{color:#d7deea;font-size:11px}
.resource-library-section{padding:108px 0;background:#fff}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}
.resource-card-featured{background:linear-gradient(145deg,#0c1528,#0a1d33);color:#fff;border-color:#172741}
.resource-card-featured p{color:#aab6c9}.resource-card-featured .resource-icon{background:rgba(121,87,255,.2);color:#b3a7ff}
.resource-type{margin-top:0!important;color:#705ce7!important}.resource-card-featured .resource-type{color:#a89aff!important}
.resource-path-section{position:relative;overflow:hidden;padding:108px 0;background:linear-gradient(145deg,#07111f,#0b1730 58%,#09222e);color:#fff}
.resource-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:46px}
.resource-path-grid>a{min-height:215px;padding:24px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.045);transition:transform .2s,border-color .2s,background .2s}
.resource-path-grid>a:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.075)}
.resource-path-grid>a>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:rgba(121,87,255,.18);color:#afa4ff}.resource-path-grid svg{width:21px;height:21px}
.resource-path-grid h3{margin:21px 0 8px;font-size:19px;letter-spacing:-.45px}.resource-path-grid p{margin:0;color:#92a0b4;font-size:12.5px;line-height:1.65}
.resources-page .erp-fit-deliverables{display:grid;gap:10px}
.resources-page .erp-fit-deliverables article{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:13px;border:1px solid #dfe5ee;border-radius:13px;background:#fff}
.resources-page .erp-fit-deliverables article>b{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#ece9ff;color:#6d59e9;font-size:8px}
.resources-page .erp-fit-deliverables article>span{display:grid;gap:2px}.resources-page .erp-fit-deliverables strong{font-size:11px}.resources-page .erp-fit-deliverables small{color:#7a879b;font-size:9px;line-height:1.4}
.resources-page .erp-fit-copy>span{color:#6e59e5;font-size:9px;font-weight:850;letter-spacing:1px}.resources-page .erp-fit-copy h2{font-size:clamp(2rem,2.7vw,3.25rem)}.resources-page .erp-fit-copy .btn{margin-top:22px}

/* Current buying guide article markup */
.guide-hero.page-hero{padding:92px 0 82px}
.guide-hero .page-hero-layout{grid-template-columns:minmax(0,1fr) minmax(400px,.7fr)}
.guide-hero-card{position:relative;z-index:1;width:min(100%,570px);padding:29px;border:1px solid rgba(255,255,255,.14);border-radius:23px;background:rgba(8,19,38,.86);box-shadow:0 35px 90px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.07)}
.guide-hero-card>span{color:#9f90ff;font-size:9px;font-weight:850;letter-spacing:1px}
.guide-hero-card ol{display:grid;gap:9px;margin:20px 0 0;padding:0;list-style:none}
.guide-hero-card li{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:3px 15px;padding:13px 15px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.04)}
.guide-hero-card li b{font-size:11.5px}.guide-hero-card li small{grid-column:1;color:#7f8ea5;font-size:9px}.guide-hero-card li:after{content:counter(list-item,decimal-leading-zero);grid-column:2;grid-row:1/3;align-self:center;color:#7765ed;font-size:10px;font-weight:850}
.guide-content-section{padding:95px 0 112px;background:#fff}
.guide-content-section .guide-layout{grid-template-columns:235px minmax(0,800px);gap:62px;align-items:start}
.guide-content-section .guide-toc{display:grid;gap:2px;position:sticky;top:128px;padding:20px;border:1px solid #e1e7ef;border-radius:16px;background:#f8f9fc}
.guide-content-section .guide-toc>span{margin-bottom:10px;color:#6e59e5;font-size:8px;font-weight:850;letter-spacing:1px}
.guide-content-section .guide-toc>a{padding:8px 9px;border-radius:8px;color:#657289;font-size:10.5px;line-height:1.35;transition:background .2s,color .2s}
.guide-content-section .guide-toc>a:hover{background:#ebe8ff;color:#5145c5}
.guide-article{min-width:0}
.guide-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.guide-meta span{padding:7px 10px;border-radius:999px;background:#f0eefc;color:#6555d6;font-size:9px;font-weight:720}
.guide-lead{margin:0 0 20px!important;padding:24px;border-left:4px solid #7059ef;border-radius:0 14px 14px 0;background:#f7f6ff;color:#3f4c63!important;font-size:17px!important;line-height:1.82!important}
.guide-article>section{scroll-margin-top:125px;padding:56px 0;border-bottom:1px solid #e4e9f1}
.guide-section-number{display:inline-flex;color:#6e59e5;font-size:9px;font-weight:850;letter-spacing:1.1px}
.guide-article h2{margin:10px 0 18px;font-size:clamp(2rem,2.8vw,3.2rem);line-height:1.08;letter-spacing:-1.65px}
.guide-article h3{letter-spacing:-.35px}
.guide-article p{margin:0 0 17px;color:#53627a;font-size:15.5px;line-height:1.84}
.guide-callout{margin:26px 0;padding:23px 25px;border:1px solid #dfe5ef;border-radius:16px;background:#f7f9fc}
.guide-callout-accent{border-color:#d8d2ff;background:#f7f5ff}
.guide-callout b{font-size:14px}.guide-callout p{margin:7px 0 0;font-size:13px;line-height:1.68}
.guide-check-list{display:grid;gap:10px;margin:25px 0;padding:0;list-style:none}
.guide-check-list li{display:grid;grid-template-columns:30px 1fr;gap:11px;align-items:start;padding:14px 16px;border:1px solid #e2e7ef;border-radius:12px;background:#fafbfd;color:#53627a;font-size:13px;line-height:1.55}
.guide-check-list svg{width:28px;height:28px;padding:7px;border-radius:9px;background:#e4f8f1;color:#18a77d;stroke-width:2.5}
.guide-table-wrap{overflow:auto;margin:27px 0;border:1px solid #e0e6ee;border-radius:16px}
.guide-table-wrap table{width:100%;border-collapse:collapse;min-width:620px}
.guide-table-wrap th{padding:15px 17px;background:#101a2e;color:#fff;text-align:left;font-size:10px;letter-spacing:.5px}
.guide-table-wrap td{padding:15px 17px;border-top:1px solid #e5e9f0;color:#5a687f;font-size:12px;line-height:1.55;vertical-align:top}.guide-table-wrap td:first-child{width:28%;color:#222f47;font-weight:750}
.guide-phase-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:25px 0}
.guide-phase-grid article{display:grid;gap:5px;padding:15px;border:1px solid #e0e6ee;border-radius:13px;background:#fafbfd}.guide-phase-grid b{font-size:12px}.guide-phase-grid span{color:#758198;font-size:9.5px;line-height:1.45}
.guide-final-checklist{display:grid;gap:9px;margin:25px 0}
.guide-final-checklist label{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;border:1px solid #e1e6ef;border-radius:12px;background:#fafbfd;color:#53627a;font-size:12.5px;line-height:1.5}
.guide-final-checklist input{width:17px;height:17px;margin:0;accent-color:#6b57e8;flex:0 0 auto}
.guide-cta-box{margin-top:28px;padding:28px;border:1px solid #d9d4ff;border-radius:18px;background:linear-gradient(135deg,#f5f3ff,#effbfb)}
.guide-cta-box>span{color:#6856e6;font-size:8.5px;font-weight:850;letter-spacing:1px}.guide-cta-box h3{margin:9px 0 8px;font-size:22px}.guide-cta-box p{margin:0 0 19px;color:#617087;font-size:13px;line-height:1.65}
.guide-faq .faq-list{margin-top:25px}

/* Current About page markup */
.about-hero-card .about-principles{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}
.about-hero-card .about-principles b{display:flex;align-items:center;min-height:47px;padding:11px 12px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.04);color:#dce3ef;font-size:10px;line-height:1.4}
.about-story-section{padding:108px 0;background:#fff}
.about-story-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.8fr);gap:70px;align-items:start}
.about-story-copy h2{margin:12px 0 18px;font-size:clamp(2.5rem,3.8vw,4.7rem);line-height:1.02;letter-spacing:-2.7px}.about-story-copy h2 span{background:linear-gradient(95deg,#8d69fa,#3b8ff8,#20c8c9);-webkit-background-clip:text;background-clip:text;color:transparent}.about-story-copy p{margin:0 0 16px;color:#59677e;font-size:15px;line-height:1.8}
.about-story-points{display:grid;gap:12px}.about-story-points article{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:21px;border:1px solid #e1e7ef;border-radius:16px;background:#f9fafc}.about-story-points article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#ede9ff;color:#6d58e9;font-size:9px;font-weight:850}.about-story-points h3{margin:0 0 5px;font-size:16px}.about-story-points p{margin:0;color:#6b778c;font-size:11.5px;line-height:1.58}
.about-values-section{padding:108px 0;background:linear-gradient(145deg,#07111f,#0b1730 60%,#09222e);color:#fff}
.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:46px}
.about-values-grid article{min-height:260px;padding:26px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.045)}.about-values-grid svg{width:47px;height:47px;padding:13px;border-radius:14px;background:rgba(121,87,255,.18);color:#b0a4ff}.about-values-grid h3{margin:22px 0 8px;font-size:18px}.about-values-grid p{margin:0;color:#94a1b5;font-size:12.5px;line-height:1.68}
.about-page .about-company-card{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)}.about-page .about-company-card>div:first-child>span{color:#a99cff;font-size:8.5px;font-weight:850;letter-spacing:1px}.about-page .about-company-card>div:last-child p{margin:0 0 13px;color:#aeb9cc;font-size:13px;line-height:1.7}.about-page .about-company-card>div:last-child a{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:780}.about-page .about-company-card>div:last-child a svg{width:15px;height:15px}

@media (max-width:1020px){
  .resource-grid,.resource-path-grid{grid-template-columns:repeat(2,1fr)}
  .guide-hero .page-hero-layout,.guide-content-section .guide-layout,.about-story-layout{grid-template-columns:1fr}
  .guide-hero-card{max-width:650px}.guide-content-section .guide-toc{position:static;grid-template-columns:1fr 1fr}.guide-content-section .guide-toc>span{grid-column:1/-1}
  .guide-phase-grid{grid-template-columns:repeat(3,1fr)}
  .about-values-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
  .resource-library-section,.resource-path-section,.about-story-section,.about-values-section{padding:78px 0}
  .resource-grid,.resource-path-grid,.about-values-grid{grid-template-columns:1fr}
  .resource-hero-card,.about-hero-card{padding:24px}
  .guide-content-section{padding:70px 0 90px}.guide-content-section .guide-toc{grid-template-columns:1fr}.guide-article>section{padding:44px 0}.guide-phase-grid{grid-template-columns:1fr 1fr}.guide-article h2{font-size:2.15rem}.guide-article p{font-size:14.5px}
  .about-story-layout{gap:38px}.about-page .about-company-card{grid-template-columns:1fr}
}
@media (max-width:520px){
  .resource-path-grid>a{min-height:0}.resource-hero-card h2,.about-hero-card h2{font-size:24px}.about-hero-card .about-principles{grid-template-columns:1fr}
  .guide-content-section .guide-toc{padding:16px}.guide-lead{font-size:15px!important;padding:19px}.guide-phase-grid{grid-template-columns:1fr}.guide-article h2{font-size:1.9rem}.guide-table-wrap table{min-width:560px}
  .about-story-copy h2{font-size:2.65rem}.about-values-grid article{min-height:0}
}

/* Lead confirmation page */
.thank-you-section{position:relative;isolation:isolate;overflow:hidden;min-height:720px;padding:108px 0;background:radial-gradient(circle at 20% 30%,rgba(117,89,245,.28),transparent 34%),radial-gradient(circle at 82% 70%,rgba(24,196,202,.18),transparent 31%),linear-gradient(145deg,#07111f,#0a1930 58%,#08232f);color:#fff}
.thank-you-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(70px);opacity:.35}
.thank-you-orb.one{width:340px;height:340px;left:-120px;top:80px;background:#7559f5}
.thank-you-orb.two{width:330px;height:330px;right:-110px;bottom:40px;background:#18c4ca}
.thank-you-card{max-width:900px;margin-inline:auto;padding:54px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:rgba(11,27,53,.82);box-shadow:0 35px 100px rgba(0,0,0,.35);text-align:center;backdrop-filter:blur(20px)}
.thank-you-icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 20px;border-radius:21px;background:linear-gradient(135deg,#7559f5,#18c4ca);box-shadow:0 18px 40px rgba(62,104,225,.35)}
.thank-you-icon svg{width:31px;height:31px}
.thank-you-card>small{color:#aab8ca;font-size:10px;font-weight:850;letter-spacing:1.2px}
.thank-you-card h1{max-width:760px;margin:15px auto 16px;font-size:clamp(2.5rem,4.3vw,4.3rem);line-height:1.04;letter-spacing:-2.5px}
.thank-you-card>p{max-width:690px;margin:0 auto;color:#aebbd0;font-size:15px;line-height:1.75}
.thank-you-next{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:34px 0}
.thank-you-next article{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.045);text-align:left}
.thank-you-next article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(117,89,245,.2);color:#b9adff;font-size:9px;font-weight:850}
.thank-you-next article>div{display:grid;gap:4px}
.thank-you-next b{font-size:12.5px}
.thank-you-next small{color:#9eacc0;font-size:10.5px;line-height:1.5}
.thank-you-card .hero-actions{justify-content:center}
@media(max-width:760px){.thank-you-section{min-height:0;padding:76px 0}.thank-you-card{padding:31px 23px;border-radius:22px}.thank-you-card h1{font-size:clamp(2.2rem,10vw,3.15rem);letter-spacing:-1.7px}.thank-you-next{grid-template-columns:1fr}.thank-you-card .hero-actions{display:grid}.thank-you-card .hero-actions .btn{width:100%}}

/* V10.6 solution-page markup: commercial SEO pages with clear visual hierarchy */
.seo-solution-hero{padding:92px 0 86px}
.seo-solution-hero .page-hero-layout{grid-template-columns:minmax(0,.98fr) minmax(455px,.9fr);gap:66px}
.seo-solution-hero .page-hero-visual{min-height:430px}
.solution-visual-card>p{margin:17px 2px 0;color:#9eabc0;font-size:12.5px;line-height:1.7}
.solution-visual-stack{display:grid;gap:10px;margin-top:18px}
.solution-visual-stack article{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:center;padding:14px 15px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.05)}
.solution-visual-stack article>svg{width:44px;height:44px;padding:12px;border-radius:12px;background:linear-gradient(135deg,rgba(117,89,245,.22),rgba(24,196,202,.13));color:#b4a9ff}
.solution-visual-stack article>div{display:grid;gap:4px}
.solution-visual-stack article b{color:#f7f9fd;font-size:13.5px;line-height:1.35}
.solution-visual-stack article small{color:#9ba9bd;font-size:11px;line-height:1.45}

.seo-section{padding:104px 0}
.seo-problem-section{background:#fff}
.seo-problem-section .seo-pain-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:44px}
.seo-problem-section .seo-pain-grid article{min-height:190px;align-content:start}
.seo-problem-section .seo-pain-grid article>span{font-size:11px;font-weight:850}

.seo-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:46px}
.seo-module-card{display:grid;grid-template-columns:52px 1fr;grid-template-rows:auto 1fr;gap:7px 17px;min-height:205px;padding:25px;border:1px solid #dce4ef;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(31,45,78,.06);transition:transform .2s,border-color .2s,box-shadow .2s}
.seo-module-card:hover{transform:translateY(-3px);border-color:#cfc8fb;box-shadow:0 20px 48px rgba(31,45,78,.1)}
.seo-module-card>span{grid-row:1/3;display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#ece8ff,#e6f8fa);color:#6752df}
.seo-module-card>span svg{width:23px;height:23px}
.seo-module-card h3{align-self:end;margin:2px 0 0;color:#152138;font-size:18px;line-height:1.3;letter-spacing:-.35px}
.seo-module-card p{margin:0;color:#5c6b81;font-size:13.5px;line-height:1.7}
.seo-capability-section .center-action{margin-top:34px}

.seo-flow-section{position:relative;overflow:hidden;padding:106px 0;background:linear-gradient(135deg,#071223,#0b1b34 58%,#072d38);color:#fff}
.seo-flow-section:before{content:"";position:absolute;right:-180px;top:-220px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(24,196,202,.16),transparent 67%);pointer-events:none}
.seo-flow-layout{position:relative;display:grid;grid-template-columns:.7fr 1.3fr;gap:72px;align-items:center}
.seo-flow-copy h2{margin:14px 0 17px;color:#fff;font-size:clamp(2.45rem,3.4vw,3.8rem);line-height:1.06;letter-spacing:-2px}
.seo-flow-copy p{max-width:550px;margin:0;color:#aebbd0;font-size:15px;line-height:1.76}
.seo-flow-copy .btn{margin-top:25px}
.seo-flow{display:grid;gap:10px}
.seo-flow-step{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:center;min-height:88px;padding:16px 18px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px rgba(255,255,255,.025)}
.seo-flow-step>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,rgba(117,89,245,.28),rgba(24,196,202,.16));color:#b8adff;font-size:10px;font-weight:850}
.seo-flow-step>div{display:grid;gap:4px}
.seo-flow-step h3{margin:0;color:#fff;font-size:15px;line-height:1.3}
.seo-flow-step p{margin:0;color:#9faec2;font-size:12.5px;line-height:1.55}

.seo-outcome-section{background:#fff}
.seo-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:44px}
.seo-check-grid article{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:start;min-height:145px;padding:24px;border:1px solid #dfe5ef;border-radius:19px;background:#f8fafe}
.seo-check-grid article>svg{width:46px;height:46px;padding:13px;border-radius:14px;background:#e7f8f5;color:#159d8f}
.seo-check-grid h3{margin:3px 0 7px;color:#17233a;font-size:17px;line-height:1.3}
.seo-check-grid p{margin:0;color:#5d6b80;font-size:13.5px;line-height:1.65}

.seo-scope-section{padding:0 0 104px;background:#fff}
.seo-scope-note{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:center;padding:40px 44px;border:1px solid #dbe3ee;border-radius:24px;background:linear-gradient(135deg,#f2f0ff,#f5fbff 58%,#edf9fa);box-shadow:0 22px 58px rgba(41,52,88,.08)}
.seo-scope-note h2{margin:12px 0 13px;color:#142039;font-size:clamp(1.95rem,2.5vw,2.75rem);line-height:1.1;letter-spacing:-1.4px}
.seo-scope-note p{max-width:920px;margin:0;color:#52627a;font-size:14px;line-height:1.75}
.seo-scope-note>.btn{white-space:nowrap}

@media(max-width:1100px){
  .seo-solution-hero .page-hero-layout{grid-template-columns:1fr;gap:35px}
  .seo-solution-hero .page-hero-copy{max-width:820px;margin-inline:auto;text-align:center}
  .seo-solution-hero .page-hero-copy>p{margin-inline:auto}
  .seo-solution-hero .hero-actions{justify-content:center}
  .seo-solution-hero .page-hero-visual{min-height:0}
  .seo-solution-hero .solution-visual-card{margin-inline:auto}
  .seo-problem-section .seo-pain-grid,.seo-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .seo-flow-layout{grid-template-columns:1fr;gap:38px}
  .seo-flow-copy{max-width:760px}
  .seo-scope-note{grid-template-columns:1fr;gap:26px}
  .seo-scope-note>.btn{justify-self:start}
}

@media(max-width:760px){
  .seo-solution-hero{padding:68px 0 72px}
  .seo-section,.seo-flow-section{padding:76px 0}
  .seo-problem-section .seo-pain-grid,.seo-module-grid,.seo-check-grid{grid-template-columns:1fr}
  .seo-problem-section .seo-pain-grid{margin-top:32px}
  .seo-problem-section .seo-pain-grid article{min-height:0}
  .seo-module-grid{margin-top:34px}
  .seo-module-card{min-height:0;padding:22px}
  .seo-flow-copy h2{font-size:clamp(2.15rem,9vw,2.9rem);letter-spacing:-1.5px}
  .seo-flow-step{grid-template-columns:43px 1fr;min-height:0;padding:14px}
  .seo-flow-step>span{width:43px;height:43px}
  .seo-check-grid{margin-top:32px}
  .seo-check-grid article{min-height:0;padding:21px}
  .seo-scope-section{padding-bottom:76px}
  .seo-scope-note{padding:28px 24px;border-radius:20px}
  .seo-scope-note h2{font-size:2rem}
}

@media(max-width:480px){
  .solution-visual-stack article{grid-template-columns:39px 1fr;padding:12px}
  .solution-visual-stack article>svg{width:39px;height:39px;padding:10px}
  .seo-module-card{grid-template-columns:46px 1fr;gap:7px 14px}
  .seo-module-card>span{width:46px;height:46px}
  .seo-check-grid article{grid-template-columns:41px 1fr;gap:13px}
  .seo-check-grid article>svg{width:41px;height:41px;padding:11px}
  .seo-scope-note>.btn{width:100%}
}

/* Prevent long industry labels from forcing a wider mobile grid track. */
.industry-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.industry-detail-card,.industry-detail-head,.industry-detail-head>div{min-width:0}
.industry-detail-card>div:nth-of-type(2){display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-top:19px;border-top:1px solid #e1e6ee}
.industry-detail-card>div:nth-of-type(2)>b{width:100%;margin-bottom:2px;color:#34435b;font-size:10px;text-transform:uppercase;letter-spacing:.8px}
.industry-detail-card>div:nth-of-type(2)>span{padding:7px 10px;border-radius:999px;background:#ece9ff;color:#6350c8;font-size:10px;font-weight:750}

@media(max-width:760px){
  .industry-detail-grid{grid-template-columns:minmax(0,1fr)}
  .industry-detail-card{width:100%}
}
