:root{
  --blue:#3478e5; --navy:#0a3678; --navy2:#1760b8; --orange:#ff8a1f; --orange2:#ff6c00;
  --ink:#11243f; --muted:#65748c; --light:#f4f8ff; --line:#d9e4f5; --shadow:0 18px 45px rgba(8,37,98,.12);
}

/* Repair Management feature section */
.repair-management-section{background:linear-gradient(135deg,#061d54 0%,#0c3474 52%,#174a91 100%) !important;color:#fff;padding:86px 0}
.sales-banner-clean .sales-banner-clean-box{display:flex;flex-direction:column;align-items:center;text-align:center}
.sales-banner-clean .sales-banner-clean-content{max-width:850px;width:100%;margin:0 auto}
.sales-banner-clean .sales-banner-visual{order:2;width:min(100%,1000px);margin:32px auto 0;padding:0;border:0;background:transparent;box-shadow:none}
.sales-banner-clean .sales-banner-visual img{width:100%;border:0;border-radius:18px;box-shadow:0 14px 32px rgba(26,67,125,.12)}
.sales-banner-clean .sales-banner-benefit-row{order:3;width:100%;margin-top:30px}
.repair-management-shell{max-width:1180px;margin:0 auto}
.repair-management-copy{max-width:850px;margin:0 auto;text-align:center}
.feature-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 17px;border-radius:999px;background:linear-gradient(135deg,#ff9a2b,#ff7415);color:#fff;font-size:.84rem;font-weight:800;box-shadow:0 6px 14px rgba(255,122,22,.2)}
.feature-badge>span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff;color:#2580e8;font-size:.8rem;line-height:1}
.repair-management-copy .feature-badge{margin-bottom:14px}
.repair-management-copy .section-kicker{display:inline-flex;align-items:center;gap:8px;color:#f47b20;font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:14px}
.repair-management-copy .section-kicker:before{content:"";width:28px;height:3px;border-radius:99px;background:#f47b20}
.repair-management-copy h2{margin:0;color:#fff;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.25}
.repair-management-copy p{margin:18px auto 0;color:rgba(255,255,255,.88);font-size:1.04rem;line-height:1.9}
.repair-management-visual{position:relative;max-width:1000px;margin:34px auto 0;border-radius:20px;overflow:hidden;box-shadow:0 16px 36px rgba(26,67,125,.13)}
.repair-management-visual img{width:100%;aspect-ratio:16/6.5;object-fit:cover}
.repair-management-visual figcaption{position:absolute;left:20px;bottom:18px;margin:0;padding:8px 14px;border-radius:999px;background:rgba(8,42,94,.88);color:#fff;font-size:.88rem}
.repair-management-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.repair-management-card{background:#f7faff;border:1px solid #dbe6f5;border-radius:18px;padding:26px;box-shadow:0 10px 24px rgba(26,67,125,.07)}
.repair-management-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#ff8a1f;color:#fff;font-weight:800;font-size:.82rem}
.repair-management-card h3{margin:18px 0 9px;color:#123d7c;font-size:1.12rem;line-height:1.45}
.repair-management-card p{margin:0;color:#607695;line-height:1.75;font-size:.96rem}

/* Asset Management feature section */
.asset-management-section{
  background: linear-gradient(180deg,#f7faff 0%,#eef4ff 100%);
  padding: 86px 0;
}
.asset-management-shell{max-width:1180px;margin:0 auto}
.asset-management-intro{max-width:850px;margin:0 auto;text-align:center}
.asset-management-intro .feature-badge{margin-bottom:14px}
.asset-management-intro .section-kicker{
  display:inline-flex;align-items:center;gap:8px;color:#f47b20;font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:14px
}
.asset-management-intro .section-kicker:before{content:"";width:28px;height:3px;border-radius:99px;background:#f47b20}
.asset-management-intro h2{margin:0;color:#0d3474;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.25}
.asset-management-intro p{margin:18px auto 0;color:#536b8b;font-size:1.04rem;line-height:1.9}
.asset-management-visual{position:relative;max-width:1000px;margin:34px auto 0;border-radius:20px;overflow:hidden;background:#dfeaff;box-shadow:0 16px 36px rgba(26,67,125,.13)}
.asset-management-visual img{width:100%;aspect-ratio:16/6.5;object-fit:cover}
.asset-management-visual figcaption{position:absolute;left:20px;bottom:18px;margin:0;padding:8px 14px;border-radius:999px;background:rgba(8,42,94,.88);color:#fff;font-size:.88rem}
.asset-management-cards{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.asset-management-cards:before{content:"";position:absolute;top:35px;left:12%;right:12%;height:2px;background:#cbdaf1}
.asset-management-card{position:relative;z-index:1;background:#fff;border:1px solid #dbe6f5;border-radius:18px;padding:28px 26px 30px;box-shadow:0 12px 30px rgba(26,67,125,.09);transition:transform .2s ease,box-shadow .2s ease}
.asset-management-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(26,67,125,.14)}
.asset-management-number{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#0d3474;color:#fff;font-weight:800;font-size:.82rem;box-shadow:0 0 0 7px #eef4ff}
.asset-management-card h3{margin:24px 0 10px;color:#123d7c;font-size:1.18rem;line-height:1.45}
.asset-management-card p{margin:0;color:#607695;line-height:1.75;font-size:.98rem}
@media (max-width:820px){
  .repair-management-section{padding:64px 0}
  .repair-management-cards{grid-template-columns:1fr;gap:16px}
  .repair-management-visual{margin-top:28px}
  .repair-management-visual img{aspect-ratio:16/9}
  .repair-management-visual figcaption{left:12px;right:12px;bottom:12px;text-align:center;font-size:.78rem}
  .asset-management-section{padding:64px 0}
  .asset-management-cards{grid-template-columns:1fr;gap:16px;margin-top:32px}
  .asset-management-cards:before{display:none}
  .asset-management-card{padding:24px}
  .asset-management-visual{margin-top:28px}
  .asset-management-visual img{aspect-ratio:16/9}
  .asset-management-visual figcaption{left:12px;right:12px;bottom:12px;text-align:center;font-size:.78rem}
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,"Noto Sans Thai",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.container{width:min(1200px,calc(100% - 32px));margin:0 auto}
.topbar{position:sticky;top:0;z-index:60;background:rgba(5,23,73,.96);backdrop-filter:blur(12px);box-shadow:0 10px 22px rgba(0,0,0,.15)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0}.logo img{width:190px;height:auto}
.menu{display:flex;gap:28px;color:#fff;font-weight:700}.menu a{opacity:.96}.menu a:hover{color:#ffbc68}
.nav-actions{display:flex;gap:12px;align-items:center}.phone{color:#fff;font-weight:800;white-space:nowrap}.phone:before{content:"☎";margin-right:8px;font-size:1rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:12px 20px;font-weight:800;cursor:pointer;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-2px)}
.btn img{width:20px;height:20px}.btn-large{padding:18px 28px;font-size:1.07rem}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 14px 24px rgba(255,108,0,.24)}
.btn-blue{background:linear-gradient(135deg,#5b92e5,#2f68c8);color:#fff;box-shadow:0 14px 24px rgba(47,104,200,.18)}
.btn-outline{background:#2f68c8;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
.hero-section{position:relative;overflow:hidden;background:
  radial-gradient(circle at 84% 18%, rgba(91,146,229,.22), transparent 18%),
  radial-gradient(circle at 14% 86%, rgba(91,146,229,.12), transparent 22%),
  linear-gradient(135deg, #092f70 0%, #144f9f 58%, #0b377c 100%);color:#fff;padding:54px 0 42px}
.hero-section:before{content:"";position:absolute;left:-8%;right:-8%;bottom:0;height:130px;background:radial-gradient(1200px 80px at 50% 30%, rgba(100,162,238,.62) 0%, rgba(100,162,238,.20) 35%, rgba(255,131,50,.3) 52%, rgba(5,31,98,0) 70%);filter:blur(4px);pointer-events:none}
.hero-section:after{content:"";position:absolute;right:0;top:0;width:260px;height:100%;background-image:radial-gradient(rgba(159,196,240,.18) 1px, transparent 1px);background-size:10px 10px;opacity:.35}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.03fr .97fr;gap:20px;align-items:center}
.hero-content{padding:26px 0 10px}.hero-pill{display:inline-flex;align-items:center;gap:10px;color:#f0f7ff;background:rgba(255,255,255,.10);border:1px solid rgba(128,182,255,.45);box-shadow:0 0 0 1px rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.14);padding:12px 20px;border-radius:999px;font-weight:700;font-size:1rem}.hero-pill .dot{width:10px;height:10px;border-radius:50%;background:#72a8df;box-shadow:0 0 10px #72a8df,0 0 18px #72a8df}
.hero-content h1{font-size:4rem;line-height:1.06;margin:22px 0 16px;font-weight:800;color:#fff;letter-spacing:-.02em}.hero-content h1 span{color:#ff9f22}
.hero-desc{max-width:640px;color:#e6f0ff;font-size:1.15rem;line-height:1.55;margin:0 0 18px}.hero-tag-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0 26px}.hero-tag-row span{display:inline-flex;align-items:center;gap:10px;padding:11px 14px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(142,186,255,.26);font-weight:700}.check{display:inline-block;width:22px;height:22px;border-radius:50%;background:#fff;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.16)}.check:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#2f68c8;font-size:13px;font-weight:900}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:22px}.hero-meta{display:flex;gap:26px;flex-wrap:wrap;align-items:flex-start}.meta-item{display:flex;align-items:flex-start;gap:12px;color:#fff}.meta-item img{width:30px;height:30px;flex:0 0 auto}.meta-item strong{display:block;font-size:1.05rem}.meta-item span{display:block;color:#d5e4ff;font-size:.95rem;line-height:1.35}
.hero-visual-wrap{position:relative;display:flex;justify-content:flex-end;align-items:center;padding-right:10px}.hero-device-shadow{position:absolute;right:20px;bottom:10px;width:92%;height:56px;background:radial-gradient(circle at center, rgba(83,132,255,.6) 0%, rgba(46,133,255,.22) 45%, rgba(0,0,0,0) 72%);filter:blur(10px)}.hero-visual{position:relative;width:min(100%,820px);border-radius:14px;filter:drop-shadow(0 24px 44px rgba(0,0,0,.32))}
.seo-intro{padding:28px 0;background:#fff;border-bottom:1px solid var(--line)}.seo-intro h2{margin:0 0 8px;color:#103271;font-size:1.45rem}.seo-intro p{margin:0;color:#5d6f86}
.trust-strip{background:#f6f9ff;border-bottom:1px solid var(--line)}.strip-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:10px;align-items:center;text-align:center;padding:16px 0;color:#204275;font-weight:700}.strip-grid strong{color:#103271}
.section-block{padding:78px 0}.light{background:var(--light)}.subtitle{display:inline-block;padding:8px 14px;border-radius:999px;background:#eaf2ff;color:#0c51c5;font-weight:800;font-size:.92rem;margin-bottom:14px}.section-title{text-align:center;max-width:820px;margin:0 auto 38px}.section-title h2{margin:0;color:#0f2f6b;font-size:2.24rem;line-height:1.28}.section-title.white h2{color:#fff}.section-title.white .subtitle{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.2)}
.compare-layout{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.card-icon{width:58px;margin-bottom:12px}.card h3{margin:0 0 12px;font-size:1.56rem}.card ul{margin:0;padding-left:20px}.card li{margin:10px 0;color:#31445e}.pain{background:linear-gradient(180deg,#fff,#fff7f7)}.pain h3{color:#d84b35}.solution{background:linear-gradient(180deg,#fff,#f4fff8)}.solution h3{color:#198b57}.arrow-badge{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#5a8fe0,#2d64bd);color:#fff;font-size:2rem;font-weight:900;box-shadow:0 14px 24px rgba(45,100,189,.16)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;text-align:center;box-shadow:0 8px 20px rgba(6,36,101,.06)}.why-card img{width:64px;margin:0 auto 14px}.why-card h3{margin:0 0 8px;color:#12377d}.why-card p{margin:0;color:var(--muted)}
.results{background:linear-gradient(135deg,#0a326f,#164f95);padding:68px 0;color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:30px;text-align:center}.stat strong{display:block;font-size:3rem;line-height:1;color:#ffb143;margin-bottom:10px}.stat span{font-weight:800}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 8px 20px rgba(6,36,101,.06)}.feature-card img{width:58px;margin-bottom:14px}.feature-card h3{margin:0 0 8px;color:#12377d}.feature-card p{margin:0;color:var(--muted)}
.pricing-box{display:grid;grid-template-columns:1fr 1.05fr .75fr;gap:22px;align-items:center;background:linear-gradient(135deg,#0a326f,#1767c7);padding:34px;border-radius:30px;color:#fff;box-shadow:var(--shadow)}.price-left h2{font-size:2.2rem;margin:0 0 12px}.price-left p{margin:0;color:#dce9ff}.price{font-size:3.7rem;font-weight:900;line-height:1;color:#ffb143;margin-bottom:14px}.price small{font-size:1.15rem;color:#fff}.price-center ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 22px;margin:0 0 18px;padding-left:20px}.price-center li{color:#fff}.price-image img{max-width:280px;margin-left:auto}
.seo-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.seo-card,.google-preview{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 8px 20px rgba(6,36,101,.05)}.seo-card h2{margin:0 0 16px;color:#12377d}.keywords{display:flex;gap:10px;flex-wrap:wrap}.keywords span{padding:9px 13px;border-radius:999px;background:#eef4ff;border:1px solid #d7e3f7;color:#17448f;font-weight:700}.google-logo{font-size:1.3rem;font-weight:900;color:#4285f4;margin-bottom:4px}.url{color:#6a7b90;font-size:.94rem;margin-bottom:8px}.google-preview h3{margin:0 0 10px;color:#1a0dab;font-size:1.35rem;line-height:1.32}.google-preview p{margin:0;color:#4b5d75}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.faq-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 8px 18px rgba(6,36,101,.05)}.faq-grid h3{margin:0 0 8px;color:#12377d}.faq-grid p{margin:0;color:var(--muted)}
.contact{background:linear-gradient(135deg,#0a326f,#1767c7);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.contact-copy h2{font-size:2.3rem;line-height:1.22;margin:0 0 14px}.contact-copy p{color:#e1ecff}.contact-list{display:grid;gap:10px;margin-top:18px}.contact-list span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:12px 14px}.lead-form{background:#fff;color:var(--ink);border-radius:26px;padding:28px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.lead-form label{display:block;font-weight:800;color:#12377d;margin-bottom:14px}.lead-form input,.lead-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8e3f4;border-radius:14px;padding:14px 15px;font:inherit;color:var(--ink);background:#fbfdff}.lead-form textarea{resize:vertical;min-height:120px}
.footer{background:#082f6b;color:#d4def8;padding-top:34px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:26px}.footer-logo{width:170px;margin-bottom:12px}.footer h3{color:#fff;margin-top:0}.footer a{color:#d4def8}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:16px;margin-top:26px;color:#c5d0ee}
@media(max-width:1080px){.menu{display:none}.hero-grid,.pricing-box,.seo-grid,.contact-grid{grid-template-columns:1fr}.why-grid,.stats,.feature-grid{grid-template-columns:repeat(2,1fr)}.compare-layout{grid-template-columns:1fr}.arrow-badge{margin:0 auto}.strip-grid{grid-template-columns:1fr 1fr}.nav-actions .phone{display:none}.hero-content h1{font-size:3rem}.hero-visual-wrap{justify-content:center}.hero-visual{max-width:760px}}
@media(max-width:680px){.hero-section{padding:34px 0 28px}.hero-content h1{font-size:2.35rem}.hero-desc{font-size:1rem}.hero-actions .btn{width:100%}.hero-tag-row span{width:100%;justify-content:flex-start}.hero-meta{gap:16px}.meta-item{width:100%}.section-title h2,.price-left h2,.contact-copy h2{font-size:1.75rem}.why-grid,.stats,.feature-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}.strip-grid{grid-template-columns:1fr}.price-center ul{grid-template-columns:1fr}.nav-actions{display:none}.logo img{width:172px}.topbar{position:static}}

/* Full page style remake after hero */
.graphic-section{
  position:relative;
  overflow:hidden;
}
.graphic-section:before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(11,99,246,.12), transparent 65%);
  right:-90px;
  top:40px;
  pointer-events:none;
}
.graphic-section .container{position:relative;z-index:1}
.section-title p{
  margin:10px auto 0;
  max-width:760px;
  color:var(--muted);
}
.compare-wide{
  display:grid;
  grid-template-columns:1fr 110px 1fr;
  gap:22px;
  align-items:stretch;
}
.compare-panel{
  border-radius:30px;
  padding:34px;
  box-shadow:var(--shadow);
  border:1px solid rgba(217,228,245,.9);
}
.problem-panel{
  background:linear-gradient(180deg,#fff,#fff6f5);
}
.solution-panel{
  background:linear-gradient(180deg,#fff,#f2fff8);
}
.panel-label{
  display:inline-block;
  font-weight:800;
  border-radius:999px;
  padding:8px 14px;
  margin-bottom:14px;
  font-size:.9rem;
}
.problem-panel .panel-label{background:#ffe9e5;color:#d84b35}
.solution-panel .panel-label{background:#e7f8ee;color:#198b57}
.compare-panel h3{
  margin:0 0 14px;
  font-size:1.7rem;
  color:#0f2f6b;
}
.compare-panel ul{
  margin:0;
  padding-left:22px;
}
.compare-panel li{
  margin:12px 0;
  color:#31445e;
  font-weight:700;
}
.flow-center{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:10px;
  color:#0d4fd0;
  font-weight:900;
}
.flow-circle{
  width:76px;
  height:76px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:2.2rem;
  color:#fff;
  background:linear-gradient(135deg,#5a8fe0,#2d64bd);
  box-shadow:0 18px 34px rgba(45,100,189,.18);
}
.why-dark{
  background:
    radial-gradient(circle at 80% 20%, rgba(68,157,255,.24), transparent 26%),
    linear-gradient(135deg,#0a326f,#1767c7);
  color:#fff;
}
.why-dark .why-card{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  backdrop-filter:blur(8px);
}
.why-dark .why-card h3{color:#fff}
.why-dark .why-card p{color:#dce9ff}
.modern .why-card img{
  width:72px;
  padding:10px;
  background:#fff;
  border-radius:20px;
}
.graphic-results{
  background:
    radial-gradient(circle at 18% 70%, rgba(0,178,255,.22), transparent 26%),
    linear-gradient(135deg,#0a3678,#0f448c 45%,#1767c7);
}
.visual-stats .stat{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 18px 34px rgba(0,0,0,.16);
}
.features-clean{
  background:#fff;
}
.modern-features .feature-card{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  transition:.2s transform,.2s box-shadow;
}
.modern-features .feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(6,36,101,.12);
}
.modern-features .feature-card:after{
  content:"";
  position:absolute;
  inset:auto -40px -70px auto;
  width:140px;
  height:140px;
  border-radius:50%;
  background:rgba(11,99,246,.08);
}
.feature-icon{
  width:72px;
  height:72px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:#eef4ff;
  margin-bottom:16px;
}
.feature-icon img{
  width:56px;
  margin:0;
}
.graphic-pricing{
  background:linear-gradient(180deg,#fff,#f4f8ff);
}
.pricing-box.premium{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
}
.pricing-box.premium:before{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}
.seo-card p{
  margin:0 0 16px;
  color:var(--muted);
}
.modern-faq article{
  border-left:5px solid var(--blue);
}
.graphic-contact{
  background:
    radial-gradient(circle at 84% 20%, rgba(91,146,229,.18), transparent 22%),
    linear-gradient(135deg,#0a3678,#1767c7);
  padding:80px 0;
}
@media(max-width:1080px){
  .compare-wide{grid-template-columns:1fr}
  .flow-center{padding:4px 0}
  .flow-circle{transform:rotate(90deg)}
}

/* Hero device background removed */
.hero-visual{
  background: transparent !important;
}
.hero-visual-wrap{
  overflow: visible !important;
}
.hero-visual-wrap .hero-device-shadow{
  opacity: .55;
}


/* Exact Hero Banner Version */
.hero-section-exact{
  position:relative !important;
  padding:0 !important;
  min-height:auto !important;
  background:#0a3678 !important;
  overflow:hidden !important;
}
.hero-section-exact::before,
.hero-section-exact::after{
  display:none !important;
}
.hero-full-image{
  width:100%;
  max-width:1920px;
  margin:0 auto;
  line-height:0;
}
.hero-full-image img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}
.hero-seo-content{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
}
@media(max-width:760px){
  .hero-full-image img{
    min-height:520px;
    object-fit:cover;
    object-position:center top;
  }
}


/* Hero banner menu fixed: remove duplicate top header and use banner menu */
body{
  margin-top:0 !important;
}
.topbar{
  display:none !important;
}
.hero-section-exact{
  margin-top:0 !important;
  padding-top:0 !important;
}
.hero-full-image{
  position:relative;
  width:100%;
  max-width:1920px;
  margin:0 auto;
}
.hero-full-image img{
  display:block;
  width:100%;
  height:auto;
}
.hero-banner-hotspots{
  position:absolute;
  inset:0;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  left:50%;
  transform:translateX(-50%);
  pointer-events:none;
  z-index:5;
}
.hero-banner-hotspots .hotspot{
  position:absolute;
  display:block;
  pointer-events:auto;
  background:rgba(255,255,255,0);
  border-radius:10px;
}

/* Percent positions are based on the approved hero banner layout */
.h-home{left:18.0%;top:2.9%;width:6.0%;height:7.3%;}
.h-features{left:24.4%;top:2.9%;width:5.7%;height:7.3%;}
.h-why{left:30.0%;top:2.9%;width:7.0%;height:7.3%;}
.h-price{left:37.8%;top:2.9%;width:4.5%;height:7.3%;}
.h-customers{left:42.6%;top:2.9%;width:8.0%;height:7.3%;}
.h-articles{left:50.6%;top:2.9%;width:6.0%;height:7.3%;}
.h-contact{left:56.5%;top:2.9%;width:6.4%;height:7.3%;}
.h-demo{left:77.2%;top:2.4%;width:9.6%;height:7.6%;}
.h-quote{left:88.2%;top:2.4%;width:9.5%;height:7.6%;}
.h-hero-quote{left:3.8%;top:69.4%;width:18.0%;height:9.3%;}
.h-hero-demo{left:23.0%;top:69.4%;width:16.0%;height:9.3%;}

/* Mobile: keep banner as image, disable desktop hotspots to avoid wrong taps on cropped image */
@media(max-width:760px){
  .hero-banner-hotspots{
    display:none;
  }
  .hero-full-image img{
    min-height:auto !important;
    object-fit:contain !important;
    object-position:center top !important;
  }
}


/* Mobile responsive hero banner + back to top button */
html{
  scroll-behavior:smooth;
}
.hero-section-exact{
  width:100% !important;
  overflow:hidden !important;
}
.hero-full-image{
  width:100% !important;
  max-width:1920px !important;
  margin:0 auto !important;
  line-height:0 !important;
}
.hero-full-image img{
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  display:block !important;
}
.mobile-banner-menu{
  display:none;
}
.back-to-top{
  position:fixed;
  left:18px;
  bottom:18px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff8a1e,#ff6d00);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 26px rgba(255,109,0,.32);
  z-index:9999;
  border:2px solid rgba(255,255,255,.75);
}

/* Desktop hotspot remains aligned with full banner */
.hero-banner-hotspots{
  height:100% !important;
}

/* Tablet */
@media(max-width:1024px){
  .hero-full-image img{
    min-height:auto !important;
    object-fit:contain !important;
    object-position:center top !important;
  }
  .hero-banner-hotspots{
    display:none !important;
  }
  .mobile-banner-menu{
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:12px 14px;
    background:#0a3678;
    border-top:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);
    position:sticky;
    top:0;
    z-index:999;
    -webkit-overflow-scrolling:touch;
  }
  .mobile-banner-menu a{
    flex:0 0 auto;
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    padding:9px 13px;
    font-weight:800;
    font-size:.92rem;
    text-decoration:none;
  }
}

/* Mobile */
@media(max-width:760px){
  .hero-section-exact{
    background:#0a3678 !important;
  }
  .hero-full-image{
    overflow:hidden;
  }
  .hero-full-image img{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    object-fit:contain !important;
    object-position:center top !important;
  }
  .mobile-banner-menu{
    top:0;
  }
  .back-to-top{
    left:14px;
    bottom:14px;
    width:44px;
    height:44px;
    font-size:24px;
  }
}

/* Very small mobile: keep banner readable without cutting */
@media(max-width:480px){
  .hero-full-image img{
    transform:none !important;
  }
  .mobile-banner-menu{
    padding:10px 12px;
  }
  .mobile-banner-menu a{
    font-size:.86rem;
    padding:8px 12px;
  }
}


/* Specific update: right back-to-top + fixed top mobile menu */
.back-to-top{
  left:auto !important;
  right:18px !important;
  bottom:18px !important;
}

/* Keep desktop Hero Banner unchanged. Make the mobile menu fixed at top only on tablet/mobile. */
@media(max-width:1024px){
  body{
    padding-top:56px !important;
  }
  .mobile-banner-menu{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:10000 !important;
    margin:0 !important;
    box-shadow:0 8px 22px rgba(0,0,0,.18);
  }
  .hero-section-exact{
    margin-top:0 !important;
  }
  .back-to-top{
    left:auto !important;
    right:14px !important;
    bottom:14px !important;
  }
}

@media(max-width:760px){
  body{
    padding-top:54px !important;
  }
  .mobile-banner-menu{
    padding:9px 12px !important;
  }
  .mobile-banner-menu a{
    font-size:.86rem !important;
    padding:8px 12px !important;
  }
}

@media(max-width:480px){
  body{
    padding-top:52px !important;
  }
  .back-to-top{
    width:44px !important;
    height:44px !important;
    right:12px !important;
    bottom:12px !important;
  }
}


/* Fixed top menu from Hero Banner + Mobile responsive */
html{
  scroll-behavior:smooth;
}
body{
  padding-top:82px !important;
}
.fixed-top-menu{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:10000;
  background:#0a3678;
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.fixed-menu-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.fixed-logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.fixed-logo img{
  width:195px;
  height:auto;
}
.fixed-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  flex:1 1 auto;
  font-weight:800;
}
.fixed-nav a{
  color:#fff;
  text-decoration:none;
  opacity:.96;
  white-space:nowrap;
}
.fixed-nav a:hover{
  color:#ff9c25;
}
.fixed-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}
.fixed-phone{
  color:#fff;
  font-weight:900;
  white-space:nowrap;
  text-decoration:none;
}
.fixed-phone:before{
  content:"☎";
  margin-right:8px;
}
.fixed-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:10px;
  font-weight:900;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
}
.fixed-demo{
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.05);
}
.fixed-quote{
  background:linear-gradient(135deg,#ff8a1e,#ff6d00);
  box-shadow:0 8px 18px rgba(255,109,0,.25);
}
.fixed-nav-toggle{
  display:none;
}
.fixed-hamburger{
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:10px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}
.fixed-hamburger span{
  width:22px;
  height:2px;
  border-radius:99px;
  background:#fff;
}

/* Disable old menu systems */
.mobile-banner-menu,
.hero-banner-hotspots{
  display:none !important;
}

/* Keep Hero Banner unchanged except using cropped body without embedded menu */
.hero-section-exact{
  margin-top:0 !important;
  padding-top:0 !important;
}
.hero-full-image img{
  width:100% !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  object-position:center top !important;
}

/* Back to top on right */
.back-to-top{
  left:auto !important;
  right:18px !important;
  bottom:18px !important;
}

/* Make anchor not hide below fixed menu */
#top,#features,#why,#pricing,#customers,#articles,#seo,#contact,#faq{
  scroll-margin-top:96px;
}

@media(max-width:1280px){
  .fixed-nav{
    gap:18px;
    font-size:.94rem;
  }
  .fixed-logo img{
    width:175px;
  }
  .fixed-phone{
    display:none;
  }
}

@media(max-width:980px){
  body{
    padding-top:72px !important;
  }
  .fixed-menu-inner{
    min-height:72px;
  }
  .fixed-logo img{
    width:165px;
  }
  .fixed-hamburger{
    display:flex;
    order:3;
  }
  .fixed-actions{
    display:none;
  }
  .fixed-nav{
    position:absolute;
    top:72px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#0a3678;
    border-top:1px solid rgba(255,255,255,.12);
    box-shadow:0 14px 30px rgba(0,0,0,.24);
  }
  .fixed-nav a{
    padding:15px 24px;
    border-bottom:1px solid rgba(255,255,255,.10);
  }
  .fixed-nav-toggle:checked ~ .fixed-nav{
    display:flex;
  }
  .hero-full-image img{
    min-height:auto !important;
    object-fit:contain !important;
  }
}

@media(max-width:640px){
  body{
    padding-top:66px !important;
  }
  .fixed-menu-inner{
    min-height:66px;
  }
  .fixed-logo img{
    width:150px;
  }
  .fixed-nav{
    top:66px;
  }
  .fixed-nav a{
    padding:13px 20px;
    font-size:.94rem;
  }
  .back-to-top{
    width:44px !important;
    height:44px !important;
    right:12px !important;
    bottom:12px !important;
  }
}


/* SEO intro highlight section - match Hero theme */
.seo-intro-feature{
  position:relative;
  background:
    radial-gradient(circle at 84% 18%,rgba(91,146,229,.14),transparent 24%),
    linear-gradient(135deg,#0d4b9a 0%,#1760b8 58%,#0b377c 100%) !important;
  padding:34px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  overflow:hidden;
}
.seo-intro-feature:before{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-34px;
  height:86px;
  background:radial-gradient(800px 54px at 50% 20%,rgba(58,153,255,.62),rgba(255,125,30,.16) 48%,transparent 75%);
  filter:blur(5px);
  pointer-events:none;
}
.seo-intro-box{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:24px;
  align-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  padding:26px 28px;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.seo-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.20);
  color:#fff;
  border-radius:999px;
  padding:7px 13px;
  font-weight:900;
  font-size:.9rem;
  margin-bottom:12px;
}
.seo-label:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff;
  color:#3977d3;
  font-size:12px;
  font-weight:900;
}
.seo-intro-content h2{
  margin:0 0 10px !important;
  color:#ffffff !important;
  font-size:clamp(1.65rem,2.7vw,2.45rem) !important;
  line-height:1.25;
  letter-spacing:-.02em;
}
.seo-intro-content p{
  margin:0 !important;
  color:#e4eeff !important;
  line-height:1.78 !important;
  font-size:1.03rem !important;
}
.seo-intro-content strong{
  color:#ffffff;
  font-weight:900;
}
.seo-intro-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.seo-intro-keywords span{
  display:inline-flex;
  background:#ffffff;
  color:#1767c7;
  border-radius:999px;
  padding:9px 13px;
  font-weight:900;
  font-size:.92rem;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}
@media(max-width:920px){
  .seo-intro-box{
    grid-template-columns:1fr;
    padding:24px;
  }
  .seo-intro-keywords{
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .seo-intro-feature{
    padding:24px 0 !important;
  }
  .seo-intro-box{
    border-radius:18px;
    padding:20px;
  }
  .seo-intro-content h2{
    font-size:1.45rem !important;
  }
  .seo-intro-content p{
    font-size:.96rem !important;
  }
  .seo-intro-keywords span{
    width:100%;
    justify-content:center;
  }
}


/* Sales message banner copy update */
.sales-message-banner .sales-label{
  background:linear-gradient(135deg,rgba(255,138,30,.95),rgba(255,109,0,.95)) !important;
  border-color:rgba(255,255,255,.22) !important;
  box-shadow:0 10px 22px rgba(255,109,0,.22);
}
.sales-message-banner .sales-label:before{
  content:"✓" !important;
}
.sales-message-banner .seo-intro-content h2{
  max-width:900px;
}
.sales-message-banner .seo-intro-content p{
  max-width:950px;
}
.sales-benefits span{
  white-space:normal;
  text-align:center;
}
.sales-benefits span:nth-child(4){
  background:linear-gradient(135deg,#ff8a1e,#ff6d00);
  color:#fff;
}
@media(max-width:640px){
  .sales-message-banner .seo-intro-content h2{
    font-size:1.38rem !important;
  }
  .sales-benefits span{
    width:100%;
  }
}


/* Full sales content redesign from banner to footer */
.sales-section{
  padding:72px 0;
  background:#fff;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#2f68c8;
  font-weight:900;
  font-size:.92rem;
  margin-bottom:14px;
}
.section-heading{
  text-align:center;
  max-width:820px;
  margin:0 auto 36px;
}
.section-heading h2{
  margin:0 0 12px;
  color:#0f2f6b;
  font-size:clamp(1.75rem,3vw,2.35rem);
  line-height:1.3;
  letter-spacing:-.02em;
}
.section-heading p{
  margin:0;
  color:#64748b;
  line-height:1.75;
}
.white-heading h2,
.white-heading p{
  color:#fff;
}
.sales-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  padding:14px 22px;
  font-weight:900;
  color:#fff;
  text-decoration:none;
  border:0;
  cursor:pointer;
}
.sales-btn-orange{
  background:linear-gradient(135deg,#ff8a1e,#ff6d00);
  box-shadow:0 12px 24px rgba(255,109,0,.24);
}
.sales-btn-blue{
  background:linear-gradient(135deg,#5b92e5,#2f68c8);
  box-shadow:0 12px 24px rgba(47,104,200,.18);
}

/* Trust proof */
.trust-proof-section{
  background:#fff;
}
.trust-proof-grid{
  display:grid;
  grid-template-columns:1.55fr repeat(3,1fr);
  gap:18px;
  align-items:stretch;
}
.trust-proof-grid h2{
  color:#0f2f6b;
  margin:0 0 10px;
  font-size:2rem;
  line-height:1.3;
}
.trust-proof-grid p{
  margin:0;
  color:#64748b;
}
.trust-proof-card{
  background:#f7faff;
  border:1px solid #dfe7f3;
  border-radius:20px;
  padding:24px;
  box-shadow:0 8px 22px rgba(13,52,120,.06);
}
.trust-proof-card strong{
  display:block;
  color:#2f68c8;
  font-size:1.25rem;
  margin-bottom:8px;
}
.trust-proof-card span{
  color:#64748b;
}

/* Pain cards */
.sales-problem-section{
  background:#f7f9fd;
}
.sales-problem-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.pain-card{
  background:#fff;
  border:1px solid #dfe7f3;
  border-top:4px solid #ef4444;
  border-radius:20px;
  padding:26px;
  box-shadow:0 8px 22px rgba(13,52,120,.06);
}
.pain-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fee2e2;
  color:#dc2626;
  font-size:1.4rem;
  font-weight:900;
  margin-bottom:14px;
}
.pain-card h3{
  color:#12377d;
  margin:0 0 10px;
}
.pain-card p{
  color:#64748b;
  margin:0;
  line-height:1.72;
}

/* Solution */
.sales-solution-section{
  background:#fff;
}
.solution-panel{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:28px;
  align-items:center;
  background:linear-gradient(135deg,#0d4b9a,#1767c7);
  color:#fff;
  border-radius:28px;
  padding:38px;
  box-shadow:0 18px 44px rgba(6,36,101,.20);
}
.asset-solution-panel{
  margin-top:32px;
  background:linear-gradient(135deg,#083b7c,#0d5aad);
}
.repair-solution-panel{
  margin-top:32px;
  background:linear-gradient(135deg,#0b438b,#1767c7);
}
.solution-copy h2{
  font-size:2.35rem;
  line-height:1.28;
  margin:0 0 12px;
}
.solution-copy p{
  color:#e4eeff;
  line-height:1.75;
  margin:0 0 20px;
}
.solution-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.solution-list span{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:12px 14px;
  font-weight:800;
}
.solution-list span:before{
  content:"✓";
  margin-right:8px;
  color:#80ffb2;
}
.solution-score-card{
  background:#fff;
  color:#12377d;
  border-radius:24px;
  padding:28px;
  text-align:center;
}
.solution-score-card strong{
  font-size:1.2rem;
}
.score-number{
  font-size:4rem;
  line-height:1;
  color:#ff7a1a;
  font-weight:900;
  margin:10px 0;
}
.solution-score-card p{
  color:#64748b;
}

/* Why */
.sales-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.sales-why-grid article{
  background:#fff;
  border:1px solid #dfe7f3;
  border-radius:20px;
  padding:26px;
  box-shadow:0 8px 22px rgba(13,52,120,.06);
  text-align:center;
}
.sales-why-grid img{
  width:62px;
  margin:0 auto 14px;
}
.sales-why-grid h3{
  color:#12377d;
  margin:0 0 10px;
}
.sales-why-grid p{
  margin:0;
  color:#64748b;
}

/* Results */
.sales-results-section{
  background:linear-gradient(135deg,#0d4b9a,#1767c7);
  color:#fff;
  padding:70px 0;
}
.sales-results-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.sales-results-grid div{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.15);
  border-radius:22px;
  padding:28px;
  text-align:center;
}
.sales-results-grid strong{
  display:block;
  color:#ffad45;
  font-size:3rem;
  line-height:1;
  margin-bottom:12px;
}
.sales-results-grid span{
  font-weight:800;
  color:#f5f8ff;
}

/* Features */
.sales-feature-section{
  background:#fff;
}
.sales-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.sales-feature-grid article{
  position:relative;
  background:#fff;
  border:1px solid #dfe7f3;
  border-radius:20px;
  padding:28px;
  box-shadow:0 8px 22px rgba(13,52,120,.06);
}
.sales-feature-grid span{
  display:inline-flex;
  background:#3478e5;
  color:#fff;
  border-radius:999px;
  padding:6px 11px;
  font-weight:900;
  margin-bottom:14px;
}
.sales-feature-grid h3{
  margin:0 0 10px;
  color:#12377d;
}
.sales-feature-grid p{
  color:#64748b;
  margin:0;
}

/* Fit */
.sales-fit-section{
  background:#f7f9fd;
}
.fit-sales-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.fit-sales-grid article{
  background:#fff;
  border:1px solid #dfe7f3;
  border-radius:20px;
  padding:26px;
  box-shadow:0 8px 22px rgba(13,52,120,.06);
}
.fit-sales-grid h3{
  color:#12377d;
  margin:0 0 10px;
}
.fit-sales-grid p{
  color:#64748b;
  margin:0;
}

/* Demo */
.sales-demo-section{
  background:#fff;
  padding:34px 0;
}
.demo-sales-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(135deg,#0d4b9a,#1767c7);
  color:#fff;
  border-radius:26px;
  padding:34px;
  box-shadow:0 18px 44px rgba(6,36,101,.18);
}
.demo-sales-box h2{
  margin:0 0 8px;
  font-size:2rem;
}
.demo-sales-box p{
  margin:0;
  color:#e4eeff;
}

/* Pricing */
.sales-pricing-section{
  background:#f7f9fd;
}
.pricing-sales-box{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}
.pricing-sales-copy h2{
  color:#0f2f6b;
  margin:0 0 12px;
  font-size:2.35rem;
  line-height:1.28;
}
.pricing-sales-copy p{
  color:#64748b;
}
.pricing-sales-card{
  position:relative;
  background:#fff;
  border:1px solid #dfe7f3;
  border-radius:26px;
  padding:34px;
  box-shadow:0 18px 44px rgba(13,52,120,.12);
  text-align:center;
}
.price-badge{
  position:absolute;
  top:0;
  left:0;
  background:#ff7a1a;
  color:#fff;
  padding:10px 18px;
  border-radius:26px 0 22px 0;
  font-weight:900;
}
.pricing-sales-card small{
  display:block;
  color:#64748b;
  font-weight:800;
}
.pricing-sales-card strong{
  display:block;
  font-size:4rem;
  color:#3478e5;
  line-height:1;
  margin:8px 0;
}
.pricing-sales-card > span{
  display:block;
  font-weight:900;
  color:#12377d;
  margin-bottom:16px;
}
.pricing-sales-card ul{
  text-align:left;
  margin:0 0 22px;
  padding-left:22px;
  color:#334155;
}

/* SEO */
.sales-seo-section{
  background:#fff;
}
.seo-sales-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
}
.seo-sales-copy h2{
  color:#0f2f6b;
  margin:0 0 12px;
  font-size:2rem;
}
.seo-sales-copy p{
  color:#64748b;
  line-height:1.78;
}
.seo-sales-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.seo-sales-keywords span{
  background:#eef4ff;
  border:1px solid #d8e5ff;
  color:#2f68c8;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
}

/* Customer Fit */
.sales-customer-section{
  background:#fff;
}
.sales-customer-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.sales-customer-grid article{
  background:#f7f9fd;
  border:1px solid #dfe7f3;
  border-radius:20px;
  padding:26px;
  box-shadow:0 8px 22px rgba(13,52,120,.06);
}
.sales-customer-grid h3{
  color:#12377d;
  margin:0 0 10px;
}
.sales-customer-grid p{
  color:#64748b;
  margin:0;
}

/* FAQ/Articles */
.sales-faq-section{
  background:#f7f9fd;
}
.sales-faq-grid,
.sales-article-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.sales-article-grid{
  grid-template-columns:repeat(3,1fr);
}
.sales-faq-grid article,
.sales-article-grid article{
  background:#fff;
  border:1px solid #dfe7f3;
  border-radius:20px;
  padding:24px;
  box-shadow:0 8px 22px rgba(13,52,120,.06);
}
.sales-faq-grid h3,
.sales-article-grid h3{
  color:#12377d;
  margin:0 0 10px;
}
.sales-faq-grid p,
.sales-article-grid p{
  color:#64748b;
  margin:0;
}
.sales-article-grid a{
  color:inherit;
  display:block;
  height:100%;
  text-decoration:none;
}
.sales-article-grid span{
  display:inline-block;
  background:#eaf2ff;
  color:#2f68c8;
  border-radius:999px;
  padding:7px 12px;
  font-weight:900;
  margin-bottom:12px;
}

/* Contact */
.sales-contact-section{
  background:linear-gradient(135deg,#0d4b9a,#1767c7);
  color:#fff;
  padding:76px 0;
}
.sales-contact-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}
.sales-contact-copy h2{
  font-size:2.45rem;
  line-height:1.25;
  margin:0 0 14px;
}
.sales-contact-copy p{
  color:#e4eeff;
  line-height:1.72;
}
.contact-trust-list{
  display:grid;
  gap:10px;
  margin-top:20px;
}
.contact-trust-list span{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:12px 14px;
  font-weight:800;
}
.contact-decision-box{
  margin-top:20px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(255,255,255,.10);
}
.contact-decision-box h3{
  margin:0 0 12px;
  color:#fff;
  font-size:1.08rem;
}
.contact-decision-box ul{
  display:grid;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}
.contact-decision-box li{
  position:relative;
  padding-left:26px;
  color:#e4eeff;
  line-height:1.5;
  font-weight:800;
}
.contact-decision-box li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  color:#0d4b9a;
  background:#fff;
  font-size:12px;
  font-weight:900;
}
.sales-lead-form{
  background:#fff;
  color:#12377d;
  border-radius:24px;
  padding:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  box-shadow:0 18px 44px rgba(0,0,0,.20);
}
.sales-lead-form label{
  font-weight:900;
}
.sales-lead-form .required-label:after{
  content:" *";
  color:#e73535;
}
.sales-lead-form input,
.sales-lead-form textarea{
  display:block;
  width:100%;
  margin-top:7px;
  border:1px solid #dfe7f3;
  border-radius:12px;
  padding:13px 14px;
  font:inherit;
  color:#12223d;
}
.sales-lead-form textarea{
  resize:vertical;
}
.sales-lead-form .full{
  grid-column:1/-1;
}
.form-note{
  margin:0;
  text-align:center;
  color:#64748b;
  font-size:.94rem;
}

/* Hide old sections if class collisions remain */
.trust-strip,
.pain-solution,
.why:not(.sales-why-section),
.results:not(.sales-results-section),
.features:not(.sales-feature-section),
.pricing:not(.sales-pricing-section),
.seo-area,
.faq:not(.sales-faq-section),
.fit-business:not(.sales-fit-section),
.demo-value:not(.sales-demo-section),
.seo-articles,
.contact:not(.sales-contact-section){
  display:none !important;
}

@media(max-width:1024px){
  .trust-proof-grid,
  .solution-panel,
  .pricing-sales-box,
  .seo-sales-grid,
  .sales-contact-grid{
    grid-template-columns:1fr;
  }
  .sales-problem-grid,
  .sales-feature-grid,
  .sales-why-grid,
  .fit-sales-grid,
  .sales-customer-grid,
  .sales-results-grid,
  .sales-faq-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:760px){
  .sales-section{
    padding:52px 0;
  }
  .seo-intro-box{
    grid-template-columns:1fr;
  }
  .sales-problem-grid,
  .sales-feature-grid,
  .sales-why-grid,
  .fit-sales-grid,
  .sales-customer-grid,
  .sales-results-grid,
  .sales-faq-grid,
  .sales-article-grid{
    grid-template-columns:1fr;
  }
  .solution-panel,
  .demo-sales-box{
    padding:24px;
  }
  .solution-list{
    grid-template-columns:1fr;
  }
  .demo-sales-box{
    flex-direction:column;
    align-items:flex-start;
  }
  .sales-lead-form{
    grid-template-columns:1fr;
    padding:22px;
  }
  .sales-contact-copy h2,
  .pricing-sales-copy h2,
  .solution-copy h2{
    font-size:1.75rem;
  }
  .pricing-sales-card strong{
    font-size:3rem;
  }
}


/* Clean sales banner: remove right keyword chips and make it natural */
.sales-banner-clean .sales-banner-clean-box{
  grid-template-columns:1fr !important;
  gap:22px !important;
  padding:34px 38px !important;
}
.sales-banner-clean .sales-banner-clean-content{
  max-width:1050px;
}
.sales-banner-clean .sales-banner-clean-content h2{
  max-width:1000px !important;
  font-size:clamp(1.9rem,3.2vw,3.15rem) !important;
  line-height:1.22 !important;
}
.sales-banner-clean .sales-banner-clean-content p{
  max-width:1030px !important;
  font-size:1.08rem !important;
}
.sales-banner-benefit-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.sales-banner-benefit-row div{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:18px 20px;
  box-shadow:0 10px 26px rgba(0,0,0,.10);
}
.sales-banner-benefit-row strong{
  display:block;
  color:#ffffff;
  font-size:1.08rem;
  margin-bottom:6px;
}
.sales-banner-benefit-row strong:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#ffffff;
  color:#3977d3;
  font-size:13px;
  font-weight:900;
  margin-right:8px;
}
.sales-banner-benefit-row span{
  display:block;
  color:#dce9ff;
  line-height:1.55;
  font-size:.96rem;
}
.sales-banner-clean .seo-intro-keywords,
.sales-banner-clean .sales-benefits{
  display:none !important;
}
@media(max-width:920px){
  .sales-banner-clean .sales-banner-clean-box{
    padding:26px 24px !important;
  }
  .sales-banner-benefit-row{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .sales-banner-clean .sales-banner-clean-content h2{
    font-size:1.55rem !important;
  }
  .sales-banner-clean .sales-banner-clean-content p{
    font-size:.98rem !important;
  }
  .sales-banner-clean .sales-banner-clean-content{
    text-align:center !important;
  }
  .sales-banner-clean .sales-label{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .sales-banner-benefit-row div{
    padding:16px;
  }
}

/* Conversion polish */
.hero-section-exact::before{
  content:"" !important;
  display:block !important;
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#082f6b 0%,#082f6b 43%,rgba(8,47,107,.76) 52%,rgba(8,47,107,.06) 76%);
  z-index:1;
  pointer-events:none;
}
.hero-seo-content{
  position:absolute !important;
  left:clamp(20px,6vw,92px) !important;
  top:50% !important;
  transform:translateY(-50%);
  z-index:2;
  width:min(620px,46vw) !important;
  height:auto !important;
  overflow:visible !important;
  clip:auto !important;
  clip-path:none !important;
  white-space:normal !important;
  color:#fff;
}
.hero-seo-content h1{
  margin:0 0 16px;
  font-size:clamp(2rem,4vw,4.3rem);
  line-height:1.12;
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.28);
}
.hero-seo-content p{
  margin:0 0 22px;
  color:#eaf2ff;
  font-size:clamp(1rem,1.25vw,1.2rem);
  line-height:1.72;
}
.hero-seo-content > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 20px;
  border-radius:12px;
  margin:0 10px 12px 0;
  font-weight:900;
  text-decoration:none;
  color:#fff;
}
.hero-seo-content > a:first-of-type{
  background:linear-gradient(135deg,#ff8a1e,#ff6d00);
  box-shadow:0 14px 28px rgba(255,109,0,.32);
}
.hero-seo-content > a:nth-of-type(2){
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.34);
}
.hero-proof-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:6px;
}
.hero-proof-row span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#f7fbff;
  font-weight:800;
  font-size:.92rem;
}
.sales-proof-section{
  background:#f7f9fd;
}
.sales-proof-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
  background:#fff;
  border:1px solid #dfe7f3;
  border-radius:22px;
  padding:34px;
  box-shadow:0 16px 42px rgba(13,52,120,.08);
}
.sales-proof-grid h2{
  color:#0f2f6b;
  font-size:2.15rem;
  line-height:1.28;
  margin:0 0 12px;
}
.sales-proof-grid p{
  color:#64748b;
  margin:0;
  line-height:1.78;
}
.sales-proof-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.sales-proof-list span{
  background:#eef4ff;
  border:1px solid #d8e5ff;
  border-radius:14px;
  padding:14px 16px;
  color:#12377d;
  font-weight:900;
}
.sales-problem-grid article,
.sales-why-grid article,
.sales-feature-grid article,
.fit-sales-grid article,
.sales-customer-grid article,
.sales-faq-grid article,
.sales-article-grid article{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.sales-problem-grid article:hover,
.sales-why-grid article:hover,
.sales-feature-grid article:hover,
.fit-sales-grid article:hover,
.sales-customer-grid article:hover,
.sales-faq-grid article:hover,
.sales-article-grid article:hover{
  transform:translateY(-4px);
  border-color:#b7ccf2;
  box-shadow:0 16px 34px rgba(13,52,120,.12);
}
.sales-results-grid div{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 38px rgba(0,0,0,.12);
}
.sales-results-grid strong{
  font-size:clamp(2rem,3vw,3rem);
}
.pricing-sales-box,
.sales-contact-grid{
  position:relative;
}
.pricing-sales-card,
.sales-lead-form{
  border:1px solid #cddbf3;
  box-shadow:0 22px 54px rgba(13,52,120,.14);
}
.sales-contact-copy a{
  color:#fff;
  font-weight:900;
}
.sales-lead-form input:focus,
.sales-lead-form textarea:focus{
  border-color:#3478e5;
  outline:3px solid rgba(11,99,246,.13);
}
.seo-intro-feature.sales-banner-clean{
  background:#fff !important;
  border-bottom:1px solid #dfe7f3 !important;
}
.seo-intro-feature.sales-banner-clean:before{
  display:none !important;
}
.sales-banner-clean .sales-banner-clean-box{
  background:#fff !important;
  border:1px solid #dfe7f3 !important;
  box-shadow:0 14px 34px rgba(13,52,120,.07);
}
.sales-banner-clean .sales-label{
  color:#fff !important;
}
.sales-banner-clean .sales-banner-clean-content h2{
  color:#0f2f6b !important;
}
.sales-banner-clean .sales-banner-clean-content p{
  color:#53657d !important;
}
.sales-banner-clean .sales-banner-benefit-row div{
  background:#f7f9fd !important;
  border-color:#dfe7f3 !important;
}
.sales-banner-clean .sales-banner-benefit-row strong{
  color:#12377d !important;
}
.sales-banner-clean .sales-banner-benefit-row span{
  color:#64748b !important;
}
@media(max-width:1024px){
  .hero-seo-content{
    width:min(640px,70vw) !important;
  }
  .sales-proof-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .hero-section-exact::before{
    background:linear-gradient(180deg,rgba(8,47,107,.48) 0%,#082f6b 46%,#082f6b 100%);
  }
  .hero-seo-content{
    left:20px !important;
    right:20px !important;
    bottom:28px !important;
    top:auto !important;
    transform:none;
    width:auto !important;
  }
  .hero-seo-content h1{
    font-size:1.85rem;
  }
  .hero-seo-content p{
    font-size:.98rem;
    line-height:1.6;
  }
  .hero-seo-content > a{
    width:100%;
    margin-right:0;
  }
  .sales-proof-grid{
    padding:24px;
  }
  .sales-proof-grid h2{
    font-size:1.65rem;
  }
  .sales-proof-list{
    grid-template-columns:1fr;
  }
}

/* Final hero rebuild: use clean device image only, no embedded headline */
.hero-section-exact{
  min-height:720px !important;
  background:
    radial-gradient(circle at 82% 24%,rgba(91,146,229,.20),transparent 27%),
    radial-gradient(circle at 88% 92%,rgba(255,122,26,.22),transparent 25%),
    linear-gradient(135deg,#082f6b 0%,#0d4b9a 52%,#1760b8 100%) !important;
}
.hero-section-exact::before{
  background:linear-gradient(90deg,rgba(8,47,107,.90) 0%,rgba(8,47,107,.76) 42%,rgba(8,47,107,.12) 72%) !important;
}
.hero-full-image{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  line-height:normal !important;
  overflow:hidden;
}
.hero-full-image img{
  position:absolute;
  right:clamp(-90px,-4vw,-24px);
  top:50%;
  transform:translateY(-46%);
  width:min(62vw,880px) !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  filter:drop-shadow(0 34px 58px rgba(0,0,0,.36));
}
.hero-seo-content{
  width:min(650px,48vw) !important;
}

/* Alternating section backgrounds */
.seo-intro-feature.sales-banner-clean,
.sales-solution-section,
.sales-results-section,
.sales-feature-section,
.sales-customer-section,
.sales-pricing-section,
.sales-faq-section,
.sales-contact-section{
  background:#fff !important;
  color:#12223d !important;
}
.sales-problem-section,
.sales-why-section,
.sales-proof-section,
.sales-fit-section,
.sales-demo-section,
.sales-seo-section,
.sales-article-section{
  background:linear-gradient(135deg,#0d4b9a,#1767c7) !important;
  color:#fff !important;
}
.sales-problem-section .section-heading h2,
.sales-problem-section .section-heading p,
.sales-why-section .section-heading h2,
.sales-why-section .section-heading p,
.sales-proof-section h2,
.sales-proof-section p,
.sales-fit-section .section-heading h2,
.sales-fit-section .section-heading p,
.sales-demo-section h2,
.sales-demo-section p,
.sales-seo-section h2,
.sales-seo-section p,
.sales-article-section .section-heading h2,
.sales-article-section .section-heading p{
  color:#fff !important;
}
.sales-problem-section .section-kicker,
.sales-why-section .section-kicker,
.sales-proof-section .section-kicker,
.sales-fit-section .section-kicker,
.sales-demo-section .section-kicker,
.sales-seo-section .section-kicker,
.sales-article-section .section-kicker{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.2);
  color:#fff !important;
}
.sales-problem-section article,
.sales-why-section article,
.sales-fit-section article,
.sales-article-section article,
.sales-proof-grid,
.seo-sales-keywords span{
  background:rgba(255,255,255,.1) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
}
.sales-problem-section article h3,
.sales-problem-section article p,
.sales-why-section article h3,
.sales-why-section article p,
.sales-fit-section article h3,
.sales-fit-section article p,
.sales-article-section article h3,
.sales-article-section article p,
.sales-proof-list span,
.seo-sales-keywords span{
  color:#fff !important;
}
.sales-proof-list span{
  background:rgba(255,255,255,.1) !important;
  border-color:rgba(255,255,255,.18) !important;
}
.sales-results-section .white-heading h2,
.sales-results-section .white-heading p{
  color:#0f2f6b !important;
}
.sales-results-section .sales-results-grid div{
  background:#f7f9fd !important;
  border-color:#dfe7f3 !important;
  box-shadow:0 10px 28px rgba(13,52,120,.08);
}
.sales-results-section .sales-results-grid strong{
  color:#3478e5 !important;
}
.sales-results-section .sales-results-grid span{
  color:#12377d !important;
}
.sales-pricing-section .pricing-sales-box{
  background:#fff !important;
  border:1px solid #dfe7f3;
  box-shadow:0 16px 42px rgba(13,52,120,.08);
}
.sales-pricing-section .pricing-sales-copy h2,
.sales-pricing-section .pricing-sales-copy p{
  color:#0f2f6b !important;
}
.sales-faq-section .sales-faq-grid article{
  background:#f7f9fd !important;
}
.sales-contact-section{
  border-top:1px solid #dfe7f3;
}
.sales-contact-section .sales-contact-copy h2{
  color:#0f2f6b !important;
}
.sales-contact-section .sales-contact-copy p,
.sales-contact-section .sales-contact-copy a{
  color:#53657d !important;
}
.sales-contact-section .contact-trust-list span{
  background:#f7f9fd !important;
  border-color:#dfe7f3 !important;
  color:#12377d !important;
}
.sales-contact-section .contact-decision-box{
  background:#f7fbff !important;
  border-color:#dfe7f3 !important;
}
.sales-contact-section .contact-decision-box h3{
  color:#0f2f6b !important;
}
.sales-contact-section .contact-decision-box li{
  color:#12377d !important;
}
.sales-contact-section .contact-decision-box li:before{
  color:#fff !important;
  background:#3478e5 !important;
}

@media(max-width:1024px){
  .hero-section-exact{
    min-height:760px !important;
  }
  .hero-full-image img{
    right:-170px;
    width:min(82vw,780px) !important;
    opacity:.72;
  }
  .hero-seo-content{
    width:min(680px,74vw) !important;
  }
}
@media(max-width:760px){
  .hero-section-exact{
    min-height:820px !important;
  }
  .hero-section-exact::before{
    background:linear-gradient(180deg,rgba(8,47,107,.62) 0%,rgba(8,47,107,.88) 42%,#082f6b 100%) !important;
  }
  .hero-full-image img{
    top:90px;
    right:-140px;
    transform:none;
    width:720px !important;
    opacity:.38;
  }
}


/* Removed redundant trust proof section */
.trust-proof-section{
  display:none !important;
}

/* Hero image without panel background */
.hero-modern-grid .hero-full-image,
.hero-full-image{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  backdrop-filter:none !important;
  overflow:visible !important;
}
.hero-modern-grid .hero-full-image::before,
.hero-full-image::before{
  display:none !important;
}
.hero-modern-grid .hero-full-image img,
.hero-full-image img{
  border-radius:0 !important;
  filter:drop-shadow(0 28px 48px rgba(0,0,0,.34)) !important;
  object-fit:contain !important;
  transform:scale(1.18);
  transform-origin:center center;
}

/* Hero balance refinement */
.hero-section-exact{
  min-height:640px !important;
  padding:0 !important;
  background:
    radial-gradient(circle at 76% 20%,rgba(91,146,229,.15),transparent 28%),
    radial-gradient(circle at 96% 78%,rgba(255,122,26,.18),transparent 24%),
    linear-gradient(135deg,#082f6b 0%,#0d4b9a 58%,#1767c7 100%) !important;
}
.hero-section-exact::before{
  background:linear-gradient(90deg,rgba(8,47,107,.88) 0%,rgba(8,47,107,.74) 42%,rgba(8,47,107,.14) 68%,rgba(8,47,107,.03) 100%) !important;
}
.hero-seo-content{
  left:clamp(24px,6vw,88px) !important;
  width:min(560px,44vw) !important;
  top:52% !important;
}
.hero-seo-content h1{
  max-width:560px;
  font-size:clamp(2.15rem,3.05vw,3.35rem) !important;
  line-height:1.18 !important;
  margin-bottom:14px !important;
  text-shadow:0 3px 18px rgba(0,0,0,.26);
}
.hero-seo-content p{
  max-width:540px;
  font-size:clamp(1rem,1.05vw,1.1rem) !important;
  line-height:1.68 !important;
  margin-bottom:20px !important;
}
.hero-seo-content > a{
  min-height:46px !important;
  padding:12px 18px !important;
  border-radius:10px !important;
  font-size:.98rem;
}
.hero-proof-row{
  gap:8px !important;
}
.hero-proof-row span{
  min-height:32px !important;
  padding:6px 10px !important;
  font-size:.88rem !important;
}
.hero-full-image{
  left:52% !important;
  right:clamp(22px,5vw,78px) !important;
  top:52% !important;
  bottom:auto !important;
  inset:auto clamp(22px,5vw,78px) auto 52% !important;
  transform:translateY(-50%);
  width:auto !important;
  max-width:680px !important;
  height:auto !important;
  aspect-ratio:1.28;
  padding:16px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 28px 70px rgba(0,0,0,.26);
  overflow:hidden !important;
  backdrop-filter:blur(8px);
  z-index:2;
}
.hero-full-image::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 38%);
  pointer-events:none;
  z-index:2;
}
.hero-full-image img{
  position:relative !important;
  inset:auto !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:18px;
  filter:none !important;
}
@media(max-width:1100px){
  .hero-section-exact{
    min-height:700px !important;
  }
  .hero-seo-content{
    width:min(560px,55vw) !important;
  }
  .hero-full-image{
    left:58% !important;
    right:22px !important;
    opacity:.82;
  }
}
@media(max-width:860px){
  .hero-section-exact{
    min-height:760px !important;
  }
  .hero-section-exact::before{
    background:linear-gradient(180deg,rgba(8,47,107,.54) 0%,rgba(8,47,107,.84) 36%,#082f6b 100%) !important;
  }
  .hero-full-image{
    left:24px !important;
    right:24px !important;
    top:92px !important;
    transform:none !important;
    width:auto !important;
    max-width:none !important;
    aspect-ratio:1.75;
    padding:10px;
    opacity:.34;
  }
  .hero-seo-content{
    left:24px !important;
    right:24px !important;
    top:auto !important;
    bottom:44px !important;
    transform:none !important;
    width:auto !important;
  }
  .hero-seo-content h1{
    font-size:clamp(1.85rem,7vw,2.45rem) !important;
  }
}

/* Hero v4 artwork and tech-line background */
.hero-section-exact{
  min-height:660px !important;
  background:
    radial-gradient(circle at 74% 26%,rgba(91,146,229,.17),transparent 28%),
    radial-gradient(circle at 92% 82%,rgba(255,138,30,.18),transparent 26%),
    linear-gradient(135deg,#082f6b 0%,#0d4b9a 50%,#1767c7 100%) !important;
}
.hero-section-exact::after{
  content:"" !important;
  display:block !important;
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.55;
  background:
    linear-gradient(115deg,transparent 0 18%,rgba(79,164,255,.18) 18.2%,transparent 18.7% 36%,rgba(255,138,30,.13) 36.2%,transparent 36.8%),
    linear-gradient(25deg,transparent 0 48%,rgba(79,164,255,.16) 48.2%,transparent 48.8%),
    radial-gradient(circle at 18% 74%,rgba(79,164,255,.24) 0 1px,transparent 2px),
    radial-gradient(circle at 86% 20%,rgba(255,255,255,.26) 0 1px,transparent 2px);
  background-size:100% 100%,100% 100%,18px 18px,22px 22px;
}
.hero-section-exact::before{
  z-index:1;
  background:linear-gradient(90deg,rgba(8,47,107,.90) 0%,rgba(8,47,107,.74) 40%,rgba(8,47,107,.16) 68%,rgba(8,47,107,.05) 100%) !important;
}
.hero-seo-content{
  z-index:3;
}
.hero-full-image{
  left:50% !important;
  right:clamp(28px,5vw,88px) !important;
  max-width:760px !important;
  aspect-ratio:1.6 !important;
  padding:0 !important;
  border-radius:26px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 30px 76px rgba(0,0,0,.34),0 0 0 1px rgba(73,154,255,.12);
}
.hero-full-image::before{
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.16),transparent 36%),
    radial-gradient(circle at 18% 20%,rgba(79,164,255,.22),transparent 24%);
}
.hero-full-image img{
  border-radius:24px;
  object-fit:cover !important;
  object-position:center center !important;
}
.hero-proof-row span{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16);
}
@media(max-width:1100px){
  .hero-full-image{
    left:54% !important;
    right:20px !important;
    max-width:620px !important;
    opacity:.9;
  }
}
@media(max-width:860px){
  .hero-section-exact{
    min-height:790px !important;
  }
  .hero-section-exact::before{
    background:linear-gradient(180deg,rgba(8,47,107,.48) 0%,rgba(8,47,107,.84) 42%,#082f6b 100%) !important;
  }
  .hero-full-image{
    left:18px !important;
    right:18px !important;
    top:86px !important;
    max-width:none !important;
    aspect-ratio:1.75 !important;
    opacity:.42;
  }
  .hero-full-image img{
    object-position:center center !important;
  }
}

/* Hero overlap fix */
.fixed-top-menu{
  position:fixed !important;
  z-index:10050 !important;
}
.hero-section-exact{
  isolation:isolate;
  overflow:hidden !important;
}
.hero-section-exact::before{
  z-index:1 !important;
}
.hero-section-exact::after{
  z-index:0 !important;
}
.hero-full-image{
  z-index:1 !important;
  top:54% !important;
  max-height:430px !important;
  pointer-events:none;
}
.hero-full-image::before{
  z-index:1 !important;
}
.hero-full-image img{
  position:relative !important;
  z-index:0 !important;
}
.hero-seo-content{
  z-index:3 !important;
}
@media(min-width:861px){
  .hero-full-image{
    top:56% !important;
    left:54% !important;
    right:clamp(36px,5vw,92px) !important;
    max-width:640px !important;
    aspect-ratio:1.62 !important;
  }
}
@media(max-width:1100px) and (min-width:861px){
  .hero-full-image{
    left:58% !important;
    right:24px !important;
    max-width:520px !important;
    opacity:.72 !important;
  }
}
@media(max-width:860px){
  .hero-full-image{
    top:96px !important;
    left:18px !important;
    right:18px !important;
    max-height:none !important;
    z-index:0 !important;
    opacity:.24 !important;
  }
  .hero-seo-content{
    z-index:3 !important;
  }
}

/* Header fit on medium desktop */
@media(max-width:1400px){
  .fixed-menu-inner{
    gap:14px !important;
  }
  .fixed-nav{
    gap:18px !important;
  }
  .fixed-actions{
    gap:10px !important;
  }
  .fixed-quote{
    display:none !important;
  }
}

/* Hero normal-flow layout fix: prevents image from overlapping header/top */
.hero-section-exact{
  display:block !important;
  min-height:auto !important;
  padding:112px 0 70px !important;
}
.hero-modern-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px, .92fr);
  gap:44px;
  align-items:center;
  min-height:520px;
}
.hero-modern-grid .hero-seo-content{
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:auto !important;
  max-width:580px;
  z-index:3 !important;
}
.hero-modern-grid .hero-full-image{
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:100% !important;
  max-width:none !important;
  max-height:none !important;
  height:auto !important;
  aspect-ratio:1.6 !important;
  opacity:1 !important;
  z-index:2 !important;
}
.hero-modern-grid .hero-full-image img{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
@media(max-width:1024px){
  .hero-section-exact{
    padding:98px 0 58px !important;
  }
  .hero-modern-grid{
    grid-template-columns:1fr;
    gap:28px;
    min-height:auto;
  }
  .hero-modern-grid .hero-seo-content{
    max-width:720px;
  }
  .hero-modern-grid .hero-full-image{
    max-width:760px !important;
    margin:0 auto;
    aspect-ratio:1.75 !important;
  }
}
@media(max-width:760px){
  .hero-section-exact{
    padding:88px 0 48px !important;
  }
  .hero-modern-grid{
    gap:22px;
  }
  .hero-modern-grid .hero-full-image{
    opacity:1 !important;
    aspect-ratio:1.45 !important;
  }
}

/* Final responsive polish and richer content visuals */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}
body *{
  min-width:0;
}
.hero-section-exact{
  padding:70px 0 46px !important;
}
.hero-modern-grid{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr) !important;
  gap:34px !important;
  min-height:430px !important;
}
.hero-modern-grid .hero-seo-content h1{
  font-size:clamp(2.05rem,3vw,3.15rem) !important;
  line-height:1.16 !important;
}
.hero-modern-grid .hero-seo-content h1 span{
  display:inline;
}
.hero-modern-grid .hero-seo-content p{
  font-size:1.02rem !important;
}
.hero-modern-grid .hero-seo-content p span{
  display:block;
}
.hero-modern-grid .hero-full-image{
  max-width:720px !important;
  aspect-ratio:1.56 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  backdrop-filter:none !important;
}
.hero-modern-grid .hero-full-image img{
  object-fit:cover !important;
  border-radius:0 !important;
  filter:drop-shadow(0 28px 48px rgba(0,0,0,.36)) !important;
}
.hero-modern-grid .hero-full-image::before{
  display:none !important;
}
.sales-section{
  position:relative;
  overflow:hidden;
}
.sales-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background:
    radial-gradient(circle at 12% 18%,rgba(11,99,246,.18),transparent 24%),
    radial-gradient(circle at 86% 84%,rgba(255,122,26,.15),transparent 22%);
}
.sales-section > .container{
  position:relative;
  z-index:1;
}
.section-heading{
  position:relative;
}
.section-heading:after{
  content:"";
  display:block;
  width:82px;
  height:4px;
  border-radius:999px;
  margin:16px auto 0;
  background:linear-gradient(90deg,#ff8a1e,#3478e5);
}
.section-heading.white-heading:after,
.sales-problem-section .section-heading:after,
.sales-why-section .section-heading:after,
.sales-fit-section .section-heading:after,
.sales-article-section .section-heading:after{
  background:linear-gradient(90deg,#ffb86b,#69a7ff);
}
.card-icon-img{
  width:58px;
  height:58px;
  object-fit:contain;
  padding:12px;
  border-radius:16px;
  background:linear-gradient(135deg,#eef4ff,#ffffff);
  border:1px solid #d8e5ff;
  box-shadow:0 10px 24px rgba(13,52,120,.08);
  margin-bottom:14px;
}
.sales-problem-section .card-icon-img,
.sales-fit-section .card-icon-img{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.2);
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.16));
}
.sales-problem-grid article,
.sales-why-grid article,
.sales-feature-grid article,
.fit-sales-grid article,
.sales-customer-grid article,
.sales-faq-grid article,
.sales-article-grid article{
  position:relative;
  overflow:hidden;
}
.sales-problem-grid article:after,
.sales-why-grid article:after,
.sales-feature-grid article:after,
.fit-sales-grid article:after,
.sales-customer-grid article:after,
.sales-faq-grid article:after,
.sales-article-grid article:after{
  content:"";
  position:absolute;
  right:-38px;
  bottom:-48px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(11,99,246,.08);
  pointer-events:none;
}
.sales-problem-section article:after,
.sales-why-section article:after,
.sales-fit-section article:after,
.sales-article-section article:after{
  background:rgba(255,255,255,.08);
}
.sales-feature-grid article span{
  box-shadow:0 8px 18px rgba(11,99,246,.22);
}
.sales-results-grid div{
  border-radius:18px !important;
}
.demo-sales-box{
  background:
    linear-gradient(135deg,rgba(6,27,89,.96),rgba(11,61,165,.96)),
    url("../img/pnsoft-ticket-hero-real-people-clean.png") right center/48% auto no-repeat !important;
}
.sales-article-grid article{
  min-height:178px;
}
.sales-article-grid span{
  box-shadow:0 8px 18px rgba(11,99,246,.08);
}
@media(min-width:901px) and (max-width:1180px){
  .hero-section-exact{
    padding:56px 0 42px !important;
  }
  .hero-modern-grid{
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr) !important;
    gap:22px !important;
    min-height:430px !important;
  }
  .hero-modern-grid .hero-seo-content h1{
    font-size:clamp(1.85rem,3.2vw,2.45rem) !important;
  }
  .hero-modern-grid .hero-seo-content p{
    font-size:.95rem !important;
    line-height:1.62 !important;
  }
  .hero-modern-grid .hero-full-image{
    max-width:560px !important;
  }
}
@media(max-width:900px){
  .hero-section-exact{
    padding:88px 0 46px !important;
  }
  .hero-modern-grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
    min-height:auto !important;
  }
  .hero-modern-grid .hero-seo-content{
    max-width:100% !important;
  }
}
@media(max-width:520px){
  .hero-section-exact{
    padding:78px 0 34px !important;
  }
  .container{
    width:calc(100% - 32px) !important;
  }
  .hero-modern-grid,
  .hero-modern-grid .hero-seo-content,
  .hero-seo-content h1,
  .hero-seo-content p,
  .hero-proof-row,
  .hero-modern-grid .hero-full-image{
    max-width:100% !important;
    width:100% !important;
  }
  .hero-modern-grid .hero-seo-content h1{
    font-size:1.48rem !important;
    line-height:1.22 !important;
    overflow-wrap:anywhere;
    word-break:break-all;
    line-break:anywhere;
  }
  .hero-modern-grid .hero-seo-content p{
    font-size:.92rem !important;
    line-height:1.58 !important;
    overflow-wrap:anywhere;
  }
  .hero-seo-content > a{
    width:100%;
  }
  .hero-proof-row span{
    flex:1 1 100%;
    justify-content:center;
  }
  .hero-modern-grid .hero-full-image{
    aspect-ratio:1.18 !important;
    border-radius:18px;
  }
  .hero-modern-grid .hero-full-image img{
    object-position:center center !important;
  }
  .demo-sales-box{
    background:linear-gradient(135deg,#0d4b9a,#1767c7) !important;
  }
}

/* Strict mobile overflow guard */
@media(max-width:520px){
  .hero-modern-grid{
    display:block !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .hero-modern-grid .hero-seo-content{
    position:relative !important;
    display:block !important;
    left:0 !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
    max-width:100% !important;
  }
  .hero-modern-grid .hero-seo-content h1{
    display:block;
    width:100%;
    max-width:100%;
    font-size:1.9rem !important;
    line-height:1.22 !important;
    white-space:normal !important;
  }
  .hero-modern-grid .hero-seo-content h1 span{
    display:block;
  }
  .hero-modern-grid .hero-seo-content p{
    width:100%;
    max-width:100%;
    white-space:normal !important;
  }
  .hero-modern-grid .hero-full-image{
    display:block !important;
    margin-top:22px !important;
    width:100% !important;
    max-width:100% !important;
    left:0 !important;
    right:auto !important;
  }
}
/* Hero banner reference layout */
.hero-section.hero-section-exact{
  position:relative;
  overflow:hidden;
  min-height:560px;
  padding:34px 0 26px;
  color:#fff;
  background:
    linear-gradient(115deg, rgba(2,17,51,.96) 0%, rgba(3,31,92,.98) 46%, rgba(22,93,174,.88) 100%);
}

.hero-section.hero-section-exact::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(100deg, transparent 0 48%, rgba(0,136,255,.28) 48.2% 48.8%, transparent 49% 100%),
    repeating-linear-gradient(0deg, rgba(75,166,255,.16) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(75,166,255,.12) 0 1px, transparent 1px 36px);
  mask-image:linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  opacity:.75;
}

.hero-section.hero-section-exact::after{
  content:"";
  position:absolute;
  right:-8vw;
  bottom:-18%;
  width:72vw;
  height:58%;
  pointer-events:none;
  background:
    linear-gradient(165deg, transparent 0 42%, rgba(10,151,255,.72) 42.2% 43%, transparent 43.2% 100%),
    repeating-linear-gradient(8deg, rgba(42,148,255,.3) 0 2px, transparent 2px 22px);
  transform:skewY(-8deg);
  opacity:.72;
}

.hero-section-exact .hero-modern-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(420px, .9fr) minmax(560px, 1.25fr);
  align-items:center;
  gap:22px;
  min-height:500px;
}

.hero-section-exact .hero-seo-content{
  max-width:650px;
  padding:8px 0 0;
}

.hero-section-exact #hero-title{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(38px, 4.2vw, 66px);
  line-height:1.18;
  font-weight:900;
  letter-spacing:0;
  text-shadow:0 12px 28px rgba(0,0,0,.28);
}

.hero-section-exact #hero-title span{
  display:block;
}

.hero-section-exact #hero-title strong{
  color:#ff7a00;
  font-weight:900;
}

.hero-section-exact #hero-title em{
  font-style:normal;
}

.hero-section-exact .hero-seo-content p{
  max-width:610px;
  margin:0 0 18px;
  color:rgba(255,255,255,.9);
  font-size:18px;
  line-height:1.75;
}

.hero-section-exact .hero-proof-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 26px;
}

.hero-section-exact .hero-proof-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:44px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:8px;
  color:#fff;
  background:rgba(4,25,75,.56);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
}

.hero-section-exact .hero-proof-row span::before{
  content:"";
  width:18px;
  height:18px;
  flex:0 0 18px;
  border-radius:50%;
  background:
    linear-gradient(135deg, transparent 52%, #fff 52% 64%, transparent 64%) 4px 1px / 10px 12px no-repeat,
    #13b86f;
  box-shadow:0 0 0 3px #fff;
}

.hero-section-exact .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin:0 0 12px;
}

.hero-section-exact .hero-actions a,
.hero-section-exact .hero-seo-content > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:236px;
  min-height:58px;
  padding:14px 24px;
  border-radius:8px;
  color:#fff;
  font-size:22px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(0,0,0,.22);
}

.hero-section-exact .hero-seo-content > a{
  display:none !important;
}

.hero-section-exact .hero-cta-primary{
  background:linear-gradient(180deg, #ff8f1f 0%, #ff5d00 100%);
}

.hero-section-exact .hero-cta-secondary{
  background:linear-gradient(180deg, #167bff 0%, #005be4 100%);
}

.hero-section-exact .hero-trial-note{
  margin:4px 0 26px;
  color:rgba(255,255,255,.92);
  font-size:17px;
  text-align:center;
  width:min(490px, 100%);
}

.hero-section-exact .hero-service-row{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  color:rgba(255,255,255,.9);
  font-size:17px;
  font-weight:700;
}

.hero-section-exact .hero-service-row span{
  display:inline-flex;
  align-items:center;
  gap:9px;
}

.hero-section-exact .hero-service-row span::before{
  content:"";
  width:24px;
  height:24px;
  flex:0 0 24px;
  border:2px solid rgba(255,255,255,.82);
  border-radius:50%;
  background:rgba(255,255,255,.06);
}

.hero-section-exact .hero-full-image{
  position:relative;
  align-self:end;
  justify-self:end;
  width:min(780px, 58vw);
  margin:0 -10px -10px 0;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.hero-section-exact .hero-full-image::before{
  display:none !important;
}

.hero-section-exact .hero-full-image img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  border-radius:0 !important;
  object-fit:contain !important;
  transform:none !important;
  filter:drop-shadow(0 28px 44px rgba(0,0,0,.34)) !important;
}

@media (max-width:1180px){
  .hero-section-exact .hero-modern-grid{
    grid-template-columns:minmax(360px, .9fr) minmax(460px, 1.1fr);
  }

  .hero-section-exact .hero-full-image{
    width:min(650px, 56vw);
  }
}

@media (max-width:900px){
  .hero-section.hero-section-exact{
    min-height:0;
    padding:28px 0 0;
  }

  .hero-section-exact .hero-modern-grid{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    min-height:0;
  }

  .hero-section-exact .hero-seo-content{
    width:100%;
    max-width:none;
  }

  .hero-section-exact #hero-title{
    font-size:clamp(34px, 9vw, 48px);
  }

  .hero-section-exact .hero-seo-content p{
    font-size:16px;
    line-height:1.68;
  }

  .hero-section-exact .hero-proof-row span{
    min-height:40px;
    font-size:14px;
  }

  .hero-section-exact .hero-actions{
    width:100%;
    gap:10px;
  }

  .hero-section-exact .hero-actions a{
    flex:1 1 210px;
    min-width:0;
    min-height:54px;
    font-size:18px;
  }

  .hero-section-exact .hero-trial-note{
    width:100%;
    margin-bottom:18px;
    text-align:left;
  }

  .hero-section-exact .hero-service-row{
    gap:12px;
    font-size:15px;
  }

  .hero-section-exact .hero-full-image{
    align-self:center;
    width:min(720px, 116vw);
    max-width:116vw;
    margin:0 0 -8px;
    transform:translateX(4vw);
  }
}

@media (max-width:520px){
  .hero-section.hero-section-exact{
    padding-top:22px;
  }

  .hero-section-exact #hero-title{
    font-size:34px;
    line-height:1.24;
  }

  .hero-section-exact .hero-proof-row{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-bottom:18px;
  }

  .hero-section-exact .hero-proof-row span{
    width:100%;
    white-space:normal;
  }

  .hero-section-exact .hero-actions{
    flex-direction:column;
  }

  .hero-section-exact .hero-actions a{
    width:100%;
    min-height:54px;
  }

  .hero-section-exact .hero-service-row{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-bottom:8px;
  }

  .hero-section-exact .hero-full-image{
    width:112vw;
    max-width:112vw;
    transform:translateX(8vw);
  }
}

@media (min-width:901px){
  .hero-section.hero-section-exact{
    min-height:482px;
    padding:18px 0 16px;
  }

  .hero-section-exact .hero-modern-grid{
    position:relative;
    display:block;
    min-height:426px;
  }

  .hero-section-exact .hero-seo-content{
    position:relative;
    z-index:2;
    width:56%;
    max-width:720px;
    padding-top:16px;
    transform:translateY(-46px);
  }

  .hero-section-exact #hero-title{
    margin-bottom:14px;
    font-size:clamp(35px, 2.72vw, 42px);
    line-height:1.18;
  }

  .hero-section-exact #hero-title span:nth-child(2){
    white-space:normal;
  }

  .hero-section-exact .hero-seo-content p{
    max-width:590px;
    margin-bottom:16px;
    font-size:17px;
    line-height:1.65;
  }

  .hero-section-exact .hero-proof-row{
    gap:7px;
    margin-bottom:22px;
  }

  .hero-section-exact .hero-proof-row span{
    min-height:42px;
    padding:7px 11px;
    font-size:14px;
  }

  .hero-section-exact .hero-actions{
    margin-bottom:10px;
  }

  .hero-section-exact .hero-actions a{
    min-width:230px;
    min-height:58px;
    font-size:21px;
  }

  .hero-section-exact .hero-trial-note{
    margin-bottom:24px;
    font-size:16px;
  }

  .hero-section-exact .hero-service-row{
    gap:22px;
    font-size:16px;
  }

  .hero-section-exact .hero-full-image{
    position:absolute !important;
    z-index:1;
    top:50px !important;
    left:58% !important;
    right:auto !important;
    width:min(680px, 42vw);
    height:390px !important;
    margin:0;
    transform:none !important;
    overflow:hidden !important;
    clip-path:none;
  }

  .hero-section-exact .hero-full-image img{
    width:100% !important;
    height:100% !important;
    max-width:none;
    object-fit:cover !important;
    object-position:center top !important;
    mask-image:linear-gradient(to bottom, #000 0%, #000 76%, rgba(0,0,0,.72) 88%, transparent 100%);
    -webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 76%, rgba(0,0,0,.72) 88%, transparent 100%);
    transform:none !important;
    transform-origin:center top;
  }
}

@media (min-width:1200px){
  .hero-section-exact .hero-full-image{
    top:46px !important;
    left:58% !important;
    right:auto !important;
    width:min(700px, 40vw);
    height:410px !important;
    clip-path:none;
    transform:none !important;
  }
}

@media (max-width:900px){
  html,
  body{
    overflow-x:hidden;
  }

  .hero-section-exact #hero-title,
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title strong,
  .hero-section-exact #hero-title em{
    max-width:100%;
    white-space:normal !important;
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .hero-section-exact .hero-actions a{
    flex:0 0 auto !important;
    min-height:54px !important;
    height:auto !important;
    padding:13px 20px !important;
  }
}

@media (max-width:520px){
  .hero-section-exact #hero-title{
    font-size:30px !important;
    line-height:1.28 !important;
  }

  .hero-section-exact #hero-title .hero-title-combo em{
    display:block;
  }

  .hero-section-exact .hero-seo-content p{
    max-width:100%;
    overflow-wrap:anywhere;
  }
}


/* Hero visual beautify update: keep HTML text overlay, improve graphic background and right device */
.hero-section-exact{
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 84% 22%, rgba(31,126,255,.44), transparent 25%),
    radial-gradient(circle at 58% 75%, rgba(255,128,24,.22), transparent 20%),
    radial-gradient(circle at 18% 16%, rgba(52,155,255,.16), transparent 22%),
    linear-gradient(135deg,#03123c 0%,#061d63 45%,#082d88 100%) !important;
}
.hero-section-exact:before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0%, transparent 48%, rgba(74,157,255,.18) 49%, transparent 54%),
    linear-gradient(145deg, transparent 0%, transparent 58%, rgba(255,124,24,.18) 59%, transparent 64%) !important;
  background-size:18px 18px, 100% 100%, 100% 100% !important;
  opacity:.36 !important;
}
.hero-section-exact:after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:-8% !important;
  right:-8% !important;
  bottom:-42px !important;
  height:170px !important;
  pointer-events:none !important;
  background:
    radial-gradient(1050px 80px at 52% 25%, rgba(66,164,255,.76), rgba(66,164,255,.25) 35%, rgba(255,128,24,.28) 52%, transparent 75%) !important;
  filter:blur(7px) !important;
  opacity:.95 !important;
}
.hero-section-exact .hero-modern-grid{
  position:relative !important;
  z-index:2 !important;
}
.hero-section-exact .hero-seo-content{
  position:relative !important;
  z-index:3 !important;
}
.hero-section-exact .hero-full-image{
  overflow:visible !important;
  border-radius:0 !important;
  filter:drop-shadow(0 32px 52px rgba(0,0,0,.34)) !important;
}
.hero-section-exact .hero-full-image:before{
  content:"";
  position:absolute;
  left:9%;
  right:5%;
  bottom:3%;
  height:58px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(54,145,255,.56), rgba(54,145,255,.18) 45%, transparent 72%);
  filter:blur(10px);
  z-index:-1;
}
.hero-section-exact .hero-full-image img{
  object-fit:contain !important;
  object-position:center center !important;
  mask-image:none !important;
  -webkit-mask-image:none !important;
  transform:translateY(4px) scale(1.04) !important;
  filter:contrast(1.05) saturate(1.08) !important;
}
.hero-section-exact .hero-proof-row span{
  backdrop-filter:blur(8px);
  background:rgba(255,255,255,.09) !important;
  border-color:rgba(255,255,255,.20) !important;
}
.hero-section-exact .hero-actions a{
  box-shadow:0 14px 28px rgba(0,0,0,.22);
}
@media (min-width:901px){
  .hero-section-exact .hero-full-image{
    top:42px !important;
    left:54% !important;
    width:min(760px, 46vw) !important;
    height:440px !important;
  }
}
@media (min-width:1200px){
  .hero-section-exact .hero-full-image{
    top:36px !important;
    left:53.5% !important;
    width:min(800px, 46vw) !important;
    height:455px !important;
  }
}
@media (max-width:900px){
  .hero-section-exact{
    background:
      radial-gradient(circle at 80% 18%, rgba(31,126,255,.34), transparent 28%),
      linear-gradient(135deg,#03123c 0%,#061d63 55%,#082d88 100%) !important;
  }
  .hero-section-exact .hero-full-image img{
    transform:none !important;
  }
}


/* Hero background cleaned - remove ugly rectangular visual background */
.hero-section-exact{
  background:
    radial-gradient(circle at 78% 28%, rgba(21,102,245,.30), transparent 28%),
    radial-gradient(circle at 18% 18%, rgba(56,155,255,.10), transparent 26%),
    radial-gradient(circle at 68% 78%, rgba(255,126,30,.12), transparent 24%),
    linear-gradient(135deg,#04123f 0%,#061d63 48%,#082e86 100%) !important;
}
.hero-section-exact:before{
  background:
    radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0%, transparent 53%, rgba(91,146,229,.09) 54%, transparent 60%),
    linear-gradient(145deg, transparent 0%, transparent 62%, rgba(255,124,24,.12) 63%, transparent 69%) !important;
  background-size:20px 20px, 100% 100%, 100% 100% !important;
  opacity:.22 !important;
}
.hero-section-exact:after{
  height:150px !important;
  bottom:-48px !important;
  background:
    radial-gradient(950px 72px at 56% 20%, rgba(38,130,255,.58), rgba(38,130,255,.20) 38%, rgba(255,128,24,.18) 55%, transparent 76%) !important;
  opacity:.72 !important;
}
.hero-section-exact .hero-full-image{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  overflow:visible !important;
  clip-path:none !important;
  filter:drop-shadow(0 28px 48px rgba(0,0,0,.30)) !important;
}
.hero-section-exact .hero-full-image img{
  background:transparent !important;
  object-fit:contain !important;
  object-position:center center !important;
  mask-image:none !important;
  -webkit-mask-image:none !important;
  transform:translateY(8px) scale(1.03) !important;
  filter:contrast(1.04) saturate(1.06) !important;
}
@media (min-width:901px){
  .hero-section-exact .hero-full-image{
    top:42px !important;
    left:54.5% !important;
    width:min(720px, 43vw) !important;
    height:430px !important;
  }
}
@media (min-width:1200px){
  .hero-section-exact .hero-full-image{
    top:40px !important;
    left:55% !important;
    width:min(760px, 42vw) !important;
    height:445px !important;
  }
}
@media (max-width:900px){
  .hero-section-exact .hero-full-image img{
    transform:none !important;
  }
}


/* Hero match reference update */
.hero-section-exact{
  min-height:720px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  background:
    radial-gradient(circle at 84% 28%, rgba(11,92,230,.34), transparent 24%),
    radial-gradient(circle at 52% 76%, rgba(255,126,30,.20), transparent 18%),
    linear-gradient(135deg,#020b24 0%,#061746 42%,#082c86 100%) !important;
}
.hero-section-exact:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 87% 54%, rgba(0,156,255,.22), transparent 26%),
    radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0%, transparent 54%, rgba(36,132,255,.16) 55%, transparent 61%),
    linear-gradient(150deg, transparent 0%, transparent 64%, rgba(255,124,24,.18) 65%, transparent 72%) !important;
  background-size:auto, 18px 18px, 100% 100%, 100% 100% !important;
  opacity:.42 !important;
}
.hero-section-exact:after{
  content:"" !important;
  position:absolute !important;
  left:-6% !important;
  right:-6% !important;
  bottom:-38px !important;
  height:190px !important;
  display:block !important;
  pointer-events:none !important;
  background:
    radial-gradient(1200px 88px at 58% 20%, rgba(55,150,255,.72), rgba(55,150,255,.22) 38%, rgba(255,128,24,.28) 55%, transparent 78%) !important;
  filter:blur(7px) !important;
  opacity:.92 !important;
}

.hero-section-exact .hero-modern-grid{
  width:min(1820px, calc(100% - 96px)) !important;
  min-height:620px !important;
  margin:0 auto !important;
  position:relative !important;
  z-index:2 !important;
  display:block !important;
}

.hero-section-exact .hero-seo-content{
  position:relative !important;
  z-index:4 !important;
  width:48% !important;
  max-width:760px !important;
  padding-top:38px !important;
  transform:none !important;
}

.hero-section-exact #hero-title{
  margin:0 0 24px !important;
  line-height:1.12 !important;
  letter-spacing:-.025em !important;
  color:#fff !important;
}
.hero-section-exact #hero-title strong{
  display:block !important;
  color:#ff7a12 !important;
  font-size:clamp(40px, 3.15vw, 58px) !important;
  line-height:1 !important;
  margin-bottom:14px !important;
}
.hero-section-exact #hero-title span{
  display:block !important;
  color:#fff !important;
  font-size:clamp(38px, 3vw, 56px) !important;
  line-height:1.14 !important;
  font-weight:900 !important;
  white-space:normal !important;
}
.hero-section-exact #hero-title .hero-title-combo em{
  color:#ff9a22 !important;
  font-style:normal !important;
}

.hero-section-exact .hero-seo-content p{
  max-width:650px !important;
  margin:0 0 24px !important;
  color:#eaf1ff !important;
  font-size:18px !important;
  line-height:1.72 !important;
}

.hero-section-exact .hero-proof-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 0 26px !important;
}
.hero-section-exact .hero-proof-row span{
  min-height:48px !important;
  padding:9px 14px !important;
  border-radius:11px !important;
  background:rgba(255,255,255,.09) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:900 !important;
  backdrop-filter:blur(8px) !important;
}
.hero-section-exact .hero-proof-row span:before{
  background:#ffffff !important;
  color:#0f9f61 !important;
}

.hero-section-exact .hero-actions{
  gap:22px !important;
  margin:0 0 18px !important;
}
.hero-section-exact .hero-actions a{
  min-width:250px !important;
  min-height:72px !important;
  border-radius:12px !important;
  font-size:24px !important;
  box-shadow:0 16px 30px rgba(0,0,0,.25) !important;
}
.hero-section-exact .hero-trial-note{
  margin:0 0 34px !important;
  text-align:left !important;
  padding-left:132px !important;
  color:#ffffff !important;
  font-size:17px !important;
}
.hero-section-exact .hero-service-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:34px !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight:800 !important;
}
.hero-section-exact .hero-service-row span:before{
  border-color:rgba(255,255,255,.88) !important;
  background:transparent !important;
}

.hero-section-exact .hero-full-image{
  position:absolute !important;
  z-index:3 !important;
  left:43.5% !important;
  top:36px !important;
  width:57.5% !important;
  height:585px !important;
  overflow:visible !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  clip-path:none !important;
  transform:none !important;
  filter:drop-shadow(0 32px 54px rgba(0,0,0,.34)) !important;
}
.hero-section-exact .hero-full-image:before{
  content:"" !important;
  position:absolute !important;
  left:19% !important;
  right:1% !important;
  bottom:2% !important;
  height:80px !important;
  border-radius:50% !important;
  background:radial-gradient(circle, rgba(42,136,255,.44), rgba(255,128,24,.16) 46%, transparent 72%) !important;
  filter:blur(14px) !important;
  z-index:-1 !important;
}
.hero-section-exact .hero-full-image img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  mask-image:none !important;
  -webkit-mask-image:none !important;
  transform:none !important;
  filter:contrast(1.04) saturate(1.08) !important;
  background:transparent !important;
}

@media (max-width:1200px){
  .hero-section-exact .hero-modern-grid{
    width:min(1120px, calc(100% - 56px)) !important;
  }
  .hero-section-exact .hero-seo-content{
    width:52% !important;
  }
  .hero-section-exact .hero-full-image{
    left:49% !important;
    width:52% !important;
  }
  .hero-section-exact #hero-title strong{
    font-size:44px !important;
  }
  .hero-section-exact #hero-title span{
    font-size:42px !important;
  }
}

@media (max-width:900px){
  .hero-section-exact{
    min-height:auto !important;
    padding:42px 0 34px !important;
  }
  .hero-section-exact .hero-modern-grid{
    display:grid !important;
    width:min(100% - 34px, 760px) !important;
    min-height:0 !important;
  }
  .hero-section-exact .hero-seo-content{
    width:100% !important;
    max-width:100% !important;
    padding-top:0 !important;
    order:1 !important;
  }
  .hero-section-exact .hero-full-image{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    order:2 !important;
    margin-top:28px !important;
  }
  .hero-section-exact .hero-full-image img{
    height:auto !important;
  }
  .hero-section-exact #hero-title strong{
    font-size:40px !important;
  }
  .hero-section-exact #hero-title span{
    font-size:36px !important;
  }
  .hero-section-exact .hero-trial-note{
    padding-left:0 !important;
    text-align:center !important;
  }
}

@media (max-width:520px){
  .hero-section-exact #hero-title strong{
    font-size:34px !important;
  }
  .hero-section-exact #hero-title span{
    font-size:30px !important;
    line-height:1.2 !important;
  }
  .hero-section-exact .hero-actions a{
    width:100% !important;
    min-width:0 !important;
  }
  .hero-section-exact .hero-proof-row span{
    width:100% !important;
  }
}


/* Fix Hero Banner content spacing - not too close to left */
@media (min-width:901px){
  .hero-section-exact .hero-modern-grid{
    width:min(1700px, calc(100% - 120px)) !important;
    padding-left:42px !important;
    padding-right:42px !important;
  }

  .hero-section-exact .hero-seo-content{
    padding-left:18px !important;
  }

  .hero-section-exact .hero-full-image{
    left:48% !important;
    width:52% !important;
  }
}

@media (min-width:1200px){
  .hero-section-exact .hero-modern-grid{
    width:min(1640px, calc(100% - 150px)) !important;
    padding-left:56px !important;
    padding-right:56px !important;
  }

  .hero-section-exact .hero-seo-content{
    padding-left:22px !important;
  }

  .hero-section-exact .hero-full-image{
    left:50% !important;
    width:49% !important;
  }
}

@media (max-width:900px){
  .hero-section-exact .hero-modern-grid{
    width:min(100% - 40px, 760px) !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .hero-section-exact .hero-seo-content{
    padding-left:0 !important;
  }
}

@media (max-width:520px){
  .hero-section-exact .hero-modern-grid{
    width:calc(100% - 30px) !important;
  }
}


/* Fix Hero title size - make main headline smaller */
.hero-section-exact #hero-title span{
  font-size:clamp(30px, 2.35vw, 42px) !important;
  line-height:1.18 !important;
}

.hero-section-exact #hero-title .hero-title-combo{
  font-size:clamp(30px, 2.35vw, 42px) !important;
  line-height:1.18 !important;
}

.hero-section-exact #hero-title strong{
  font-size:clamp(34px, 2.6vw, 48px) !important;
  line-height:1.05 !important;
  margin-bottom:12px !important;
}

@media (max-width:1200px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:36px !important;
  }

  .hero-section-exact #hero-title strong{
    font-size:40px !important;
  }
}

@media (max-width:900px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:32px !important;
  }

  .hero-section-exact #hero-title strong{
    font-size:36px !important;
  }
}

@media (max-width:520px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:27px !important;
    line-height:1.24 !important;
  }

  .hero-section-exact #hero-title strong{
    font-size:31px !important;
  }
}


/* Fix Hero title size - make main headline even smaller */
.hero-section-exact #hero-title span{
  font-size:clamp(24px, 1.85vw, 34px) !important;
  line-height:1.22 !important;
}

.hero-section-exact #hero-title .hero-title-combo{
  font-size:clamp(24px, 1.85vw, 34px) !important;
  line-height:1.22 !important;
}

.hero-section-exact #hero-title strong{
  font-size:clamp(30px, 2.15vw, 40px) !important;
  line-height:1.08 !important;
  margin-bottom:10px !important;
}

@media (max-width:1200px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:30px !important;
  }

  .hero-section-exact #hero-title strong{
    font-size:35px !important;
  }
}

@media (max-width:900px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:27px !important;
  }

  .hero-section-exact #hero-title strong{
    font-size:32px !important;
  }
}

@media (max-width:520px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:23px !important;
    line-height:1.28 !important;
  }

  .hero-section-exact #hero-title strong{
    font-size:28px !important;
  }
}


/* Make only the subtitle lines smaller:
   โปรแกรมแจ้งซ่อม IT
   ระบบ Helpdesk และระบบ Ticket สำหรับองค์กร */
.hero-section-exact #hero-title span,
.hero-section-exact #hero-title .hero-title-combo{
  font-size:clamp(20px, 1.55vw, 29px) !important;
  line-height:1.24 !important;
}

@media (max-width:1200px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:26px !important;
  }
}

@media (max-width:900px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:24px !important;
    line-height:1.26 !important;
  }
}

@media (max-width:520px){
  .hero-section-exact #hero-title span,
  .hero-section-exact #hero-title .hero-title-combo{
    font-size:21px !important;
    line-height:1.30 !important;
  }
}


/* Center Hero Banner content vertically and balance layout */
@media (min-width:901px){
  .hero-section-exact{
    display:flex !important;
    align-items:center !important;
    min-height:700px !important;
  }

  .hero-section-exact .hero-modern-grid{
    min-height:560px !important;
    display:flex !important;
    align-items:center !important;
  }

  .hero-section-exact .hero-seo-content{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    min-height:560px !important;
    padding-top:0 !important;
    transform:none !important;
  }

  .hero-section-exact .hero-full-image{
    top:50% !important;
    transform:translateY(-50%) !important;
  }
}

@media (min-width:1200px){
  .hero-section-exact{
    min-height:720px !important;
  }

  .hero-section-exact .hero-modern-grid{
    min-height:590px !important;
  }

  .hero-section-exact .hero-seo-content{
    min-height:590px !important;
  }
}

@media (max-width:900px){
  .hero-section-exact .hero-modern-grid{
    display:grid !important;
    align-items:center !important;
  }

  .hero-section-exact .hero-seo-content{
    text-align:left !important;
    margin-top:0 !important;
    padding-top:0 !important;
    transform:none !important;
  }
}


/* Center Hero Banner content horizontally */
.hero-section-exact .hero-seo-content{
  text-align:center !important;
  align-items:center !important;
}

.hero-section-exact #hero-title,
.hero-section-exact .hero-seo-content p{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.hero-section-exact .hero-proof-row,
.hero-section-exact .hero-actions,
.hero-section-exact .hero-service-row{
  justify-content:center !important;
}

.hero-section-exact .hero-trial-note{
  text-align:center !important;
  padding-left:0 !important;
  width:100% !important;
}

@media (min-width:901px){
  .hero-section-exact .hero-seo-content{
    padding-left:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-section-exact .hero-modern-grid{
    padding-left:40px !important;
    padding-right:40px !important;
  }
}

@media (max-width:900px){
  .hero-section-exact .hero-seo-content{
    text-align:center !important;
    align-items:center !important;
  }

  .hero-section-exact .hero-proof-row,
  .hero-section-exact .hero-actions,
  .hero-section-exact .hero-service-row{
    justify-content:center !important;
  }
}


/* Re-align hero to match sample: content block centered in banner, but text remains left aligned */
.hero-section-exact .hero-seo-content{
  text-align:left !important;
  align-items:flex-start !important;
}

.hero-section-exact #hero-title,
.hero-section-exact .hero-seo-content p{
  text-align:left !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

.hero-section-exact .hero-proof-row,
.hero-section-exact .hero-actions,
.hero-section-exact .hero-service-row{
  justify-content:flex-start !important;
}

.hero-section-exact .hero-trial-note{
  text-align:center !important;
  padding-left:0 !important;
  width:100% !important;
}

@media (min-width:901px){
  .hero-section-exact{
    min-height:700px !important;
    display:flex !important;
    align-items:center !important;
  }

  .hero-section-exact .hero-modern-grid{
    width:min(1680px, calc(100% - 110px)) !important;
    min-height:590px !important;
    margin:0 auto !important;
    padding-left:30px !important;
    padding-right:30px !important;
    display:flex !important;
    align-items:center !important;
  }

  .hero-section-exact .hero-seo-content{
    width:44% !important;
    max-width:660px !important;
    min-height:590px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    padding-left:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .hero-section-exact .hero-full-image{
    top:50% !important;
    left:46.5% !important;
    width:53.5% !important;
    height:560px !important;
    transform:translateY(-50%) !important;
  }
}

@media (min-width:1200px){
  .hero-section-exact .hero-modern-grid{
    width:min(1720px, calc(100% - 120px)) !important;
    min-height:610px !important;
    padding-left:34px !important;
    padding-right:34px !important;
  }

  .hero-section-exact .hero-seo-content{
    width:43% !important;
    max-width:690px !important;
    min-height:610px !important;
  }

  .hero-section-exact .hero-full-image{
    left:47.5% !important;
    width:52.5% !important;
    height:580px !important;
  }
}

@media (max-width:900px){
  .hero-section-exact .hero-modern-grid{
    width:min(100% - 34px, 760px) !important;
    display:grid !important;
    align-items:center !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .hero-section-exact .hero-seo-content{
    width:100% !important;
    max-width:100% !important;
    text-align:left !important;
    align-items:flex-start !important;
    justify-content:center !important;
    min-height:auto !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .hero-section-exact #hero-title,
  .hero-section-exact .hero-seo-content p{
    text-align:left !important;
  }

  .hero-section-exact .hero-proof-row,
  .hero-section-exact .hero-actions,
  .hero-section-exact .hero-service-row{
    justify-content:flex-start !important;
  }

  .hero-section-exact .hero-full-image{
    left:auto !important;
    width:100% !important;
    height:auto !important;
    transform:none !important;
  }
}


/* Final Hero center fix - center content block properly inside banner */
@media (min-width: 901px){
  .hero-section-exact{
    min-height: 720px !important;
    display: flex !important;
    align-items: center !important;
  }

  .hero-section-exact .hero-modern-grid{
    width: min(1720px, calc(100% - 120px)) !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 42% 58% !important;
    align-items: center !important;
    column-gap: 10px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    position: relative !important;
  }

  .hero-section-exact .hero-seo-content{
    width: 100% !important;
    max-width: 680px !important;
    min-height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    align-self: center !important;
    transform: none !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  .hero-section-exact .hero-full-image{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    margin: 0 !important;
  }

  .hero-section-exact .hero-full-image img{
    width: 100% !important;
    max-width: 980px !important;
    height: auto !important;
    display: block !important;
  }

  .hero-section-exact #hero-title{
    margin-bottom: 22px !important;
  }

  .hero-section-exact .hero-seo-content p{
    margin-bottom: 22px !important;
  }

  .hero-section-exact .hero-proof-row{
    margin-bottom: 24px !important;
  }

  .hero-section-exact .hero-actions{
    margin-bottom: 16px !important;
  }

  .hero-section-exact .hero-trial-note{
    margin-bottom: 28px !important;
  }
}

@media (min-width: 1200px){
  .hero-section-exact .hero-modern-grid{
    grid-template-columns: 41% 59% !important;
    min-height: 650px !important;
  }

  .hero-section-exact .hero-seo-content{
    max-width: 700px !important;
  }
}

@media (max-width: 900px){
  .hero-section-exact{
    min-height: auto !important;
  }

  .hero-section-exact .hero-modern-grid{
    width: min(100% - 34px, 760px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: center !important;
    row-gap: 26px !important;
    min-height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-section-exact .hero-seo-content{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    align-self: center !important;
  }

  .hero-section-exact .hero-full-image{
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 auto !important;
  }
}

/* Graphic Hero Banner */
.hero-section-exact.hero-graphic-banner{
  min-height:auto !important;
  display:block !important;
  padding:48px 0 68px !important;
  background:
    linear-gradient(90deg, rgba(91,146,229,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(91,146,229,.07) 1px, transparent 1px),
    radial-gradient(rgba(96,176,255,.18) 1px, transparent 1px),
    linear-gradient(135deg,#082f6b 0%,#0d4b9a 56%,#1760b8 100%) !important;
  background-size:
    72px 72px,
    72px 72px,
    18px 18px,
    100% 100% !important;
  color:#fff;
}
.hero-section-exact.hero-graphic-banner:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  height:auto !important;
  bottom:auto !important;
  pointer-events:none !important;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(91,146,229,.12) 46.2% 46.8%, transparent 47% 100%),
    linear-gradient(150deg, transparent 0 58%, rgba(91,146,229,.09) 58.2% 58.8%, transparent 59% 100%),
    radial-gradient(circle at 82% 20%, rgba(91,146,229,.10), transparent 24%) !important;
  filter:none !important;
  opacity:1 !important;
}
.hero-section-exact.hero-graphic-banner:after{
  content:"" !important;
  position:absolute !important;
  right:-10% !important;
  bottom:-18% !important;
  width:70% !important;
  height:58% !important;
  pointer-events:none !important;
  background:
    repeating-linear-gradient(8deg, rgba(91,146,229,.11) 0 1px, transparent 1px 22px),
    linear-gradient(165deg, transparent 0 45%, rgba(91,146,229,.14) 45.2% 45.7%, transparent 46% 100%) !important;
  transform:skewY(-8deg) !important;
  opacity:.5 !important;
}
.hero-graphic-banner .hero-modern-grid{
  width:min(1320px, calc(100% - 56px)) !important;
  min-height:0 !important;
  margin:0 auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0, .82fr) minmax(0, 1.18fr) !important;
  gap:46px !important;
  align-items:center !important;
  position:relative !important;
  z-index:2 !important;
}
.hero-graphic-banner .hero-full-image{
  order:2 !important;
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  width:100% !important;
  max-width:760px !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:16 / 10.5 !important;
  margin:0 auto !important;
  padding:0 !important;
  display:block !important;
  transform:none !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:8px !important;
  background:#061543 !important;
  box-shadow:0 30px 74px rgba(0,0,0,.34), 0 0 0 1px rgba(56,148,255,.12) !important;
  filter:none !important;
}
.hero-graphic-banner .hero-full-image:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:8px !important;
  background:linear-gradient(135deg, rgba(255,255,255,.14), transparent 28%, rgba(255,136,31,.08) 100%) !important;
  pointer-events:none !important;
  z-index:2 !important;
  filter:none !important;
}
.hero-graphic-banner .hero-full-image img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  border-radius:0 !important;
  filter:saturate(1.04) contrast(1.03) !important;
}
.hero-graphic-banner .hero-seo-content{
  order:1 !important;
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  width:100% !important;
  max-width:620px !important;
  min-height:0 !important;
  margin:0 auto !important;
  padding:0 !important;
  transform:none !important;
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  align-items:flex-start !important;
  color:#fff !important;
  overflow:visible !important;
  clip:auto !important;
  clip-path:none !important;
  white-space:normal !important;
  text-align:left !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.hero-graphic-banner #hero-title{
  margin:0 !important;
  max-width:620px !important;
  color:#fff !important;
  text-align:left !important;
  text-shadow:none !important;
  line-height:1.18 !important;
}
.hero-graphic-banner #hero-title strong{
  display:block !important;
  margin:0 0 6px !important;
  color:#ff8a1f !important;
  font-size:clamp(2.15rem,3.35vw,3.45rem) !important;
  line-height:1.08 !important;
}
.hero-graphic-banner #hero-title span{
  display:block !important;
  color:#eaf1ff !important;
  font-size:clamp(1.18rem,1.45vw,1.58rem) !important;
  line-height:1.5 !important;
  font-weight:800 !important;
  margin:0 !important;
}
.hero-graphic-banner #hero-title .hero-title-combo em{
  color:#ff9a22 !important;
  font-style:normal !important;
}
.hero-graphic-banner .hero-seo-content p{
  max-width:600px !important;
  margin:0 !important;
  color:#dbe8ff !important;
  font-size:1.04rem !important;
  line-height:1.7 !important;
  text-align:left !important;
}
.hero-graphic-banner .hero-proof-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 !important;
  justify-content:flex-start !important;
}
.hero-graphic-banner .hero-proof-row span{
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  min-height:38px !important;
  padding:8px 12px !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
  font-size:.92rem !important;
  font-weight:800 !important;
}
.hero-graphic-banner .hero-proof-row span:before{
  content:"✓" !important;
  flex:0 0 22px !important;
  width:22px !important;
  height:22px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#14a85b !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  box-shadow:0 2px 8px rgba(0,0,0,.16) !important;
}
.hero-graphic-banner .hero-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  margin:2px 0 0 !important;
  justify-content:flex-start !important;
}
.hero-graphic-banner .hero-actions a{
  width:auto !important;
  min-width:190px !important;
  min-height:50px !important;
  margin:0 !important;
  border-radius:8px !important;
  font-weight:900 !important;
  box-shadow:0 14px 28px rgba(0,0,0,.22) !important;
}
.hero-graphic-banner .hero-trial-note,
.hero-graphic-banner .hero-service-row{
  display:none !important;
}
@media (max-width:900px){
  .hero-section-exact.hero-graphic-banner{
    padding:58px 0 36px !important;
  }
  .hero-graphic-banner .hero-modern-grid{
    width:min(100% - 30px, 760px) !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  .hero-graphic-banner .hero-seo-content{
    order:1 !important;
    max-width:100% !important;
  }
  .hero-graphic-banner .hero-full-image{
    order:2 !important;
    max-width:100% !important;
  }
  .hero-graphic-banner .hero-full-image{
    aspect-ratio:4 / 3 !important;
  }
  .hero-graphic-banner .hero-seo-content{
    padding:0 !important;
  }
  .hero-graphic-banner .hero-actions{
    grid-column:1 / -1 !important;
    grid-row:auto !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:flex-start !important;
  }
  .hero-graphic-banner .hero-actions a{
    width:auto !important;
    min-width:190px !important;
  }
}
@media (max-width:560px){
  .hero-section-exact.hero-graphic-banner{
    padding:28px 0 30px !important;
  }
  .hero-graphic-banner .hero-modern-grid{
    width:calc(100% - 24px) !important;
  }
  .hero-graphic-banner .hero-full-image{
    aspect-ratio:1 / 1 !important;
  }
  .hero-graphic-banner .hero-full-image img{
    object-position:58% center !important;
  }
  .hero-graphic-banner .hero-seo-content{
    padding:10px 18px 18px !important;
  }
  .hero-graphic-banner #hero-title strong{
    width:100% !important;
    text-align:center !important;
  }
  .hero-graphic-banner .hero-actions a{
    width:100% !important;
    min-width:0 !important;
  }
  .hero-graphic-banner .hero-proof-row span{
    flex:1 1 100% !important;
  }
}

/* Conversion content sections */
.conversion-impact-section{
  background:#f4f8ff;
}
.impact-number-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.impact-number-grid article,
.comparison-panel,
.implementation-steps article,
.trust-stack-panel,
.department-usecase-grid article{
  border:1px solid #d9e4f5;
  border-radius:8px;
  background:#fff;
  box-shadow:0 16px 38px rgba(8,37,98,.08);
}
.impact-number-grid article{
  padding:24px;
}
.impact-number-grid strong{
  display:block;
  margin-bottom:12px;
  color:#3478e5;
  font-size:clamp(1.55rem,2vw,2.15rem);
  line-height:1.1;
  font-weight:900;
}
.impact-number-grid h3,
.comparison-grid h3,
.implementation-steps h3,
.department-usecase-grid h3{
  margin:0 0 10px;
  color:#12377d;
  line-height:1.35;
}
.impact-number-grid p,
.comparison-grid li,
.implementation-steps p,
.trust-stack-panel p,
.department-usecase-grid p{
  margin:0;
  color:#64748b;
  line-height:1.72;
}
.comparison-section{
  background:#fff;
}
.comparison-panel{
  padding:36px;
}
.comparison-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:30px;
}
.compare-column{
  padding:26px;
  border-radius:8px;
}
.compare-old{
  background:#fff7f4;
  border:1px solid #ffd7c2;
}
.compare-new{
  background:#f2f8ff;
  border:1px solid #cfe1ff;
}
.comparison-grid ul{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.comparison-grid li{
  position:relative;
  padding-left:30px;
}
.comparison-grid li:before{
  position:absolute;
  left:0;
  top:1px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:13px;
  font-weight:900;
}
.compare-old li:before{
  content:"!";
  color:#fff;
  background:#f97316;
}
.compare-new li:before{
  content:"✓";
  color:#fff;
  background:#16a34a;
}
.implementation-section{
  background:#f8fbff;
}
.implementation-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.implementation-steps article{
  position:relative;
  padding:26px 22px;
  overflow:hidden;
}
.implementation-steps article:before{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:48px;
  height:2px;
  background:linear-gradient(90deg,#3478e5,transparent);
  opacity:.18;
}
.implementation-steps span{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:20px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#3478e5,#ff8a1f);
  font-weight:900;
}
.trust-stack-section{
  background:
    radial-gradient(circle at 84% 18%, rgba(91,146,229,.22), transparent 18%),
    radial-gradient(circle at 14% 86%, rgba(91,146,229,.12), transparent 22%),
    linear-gradient(135deg, #092f70 0%, #144f9f 58%, #0b377c 100%);
}
.trust-stack-panel{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:34px;
  align-items:center;
  padding:34px;
  color:#fff;
  background:rgba(4,25,75,.48);
  border-color:rgba(128,182,255,.28);
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
}
.trust-stack-panel h2{
  margin:8px 0 14px;
  color:#fff;
  line-height:1.28;
}
.trust-stack-panel p{
  color:#dbe8ff;
}
.trust-stack-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.trust-stack-grid span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:10px 14px;
  border:1px solid rgba(142,186,255,.24);
  border-radius:8px;
  color:#fff;
  background:rgba(4,25,75,.46);
  font-weight:800;
}
.trust-stack-grid span:before{
  content:"✓";
  flex:0 0 22px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#14a85b;
  background:#fff;
  font-size:14px;
  font-weight:900;
}
.department-usecase-section{
  background:#fff;
}
.department-usecase-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.department-usecase-grid article{
  padding:24px;
}
@media(max-width:1100px){
  .impact-number-grid,
  .implementation-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .department-usecase-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .comparison-panel,
  .trust-stack-panel{
    padding:24px;
  }
  .comparison-grid,
  .trust-stack-panel{
    grid-template-columns:1fr;
  }
  .department-usecase-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .impact-number-grid,
  .implementation-steps,
  .department-usecase-grid,
  .trust-stack-grid{
    grid-template-columns:1fr;
  }
  .compare-column,
  .impact-number-grid article,
  .implementation-steps article,
  .department-usecase-grid article{
    padding:20px;
  }
}

/* Modern pricing detail */
.sales-pricing-section{
  background:
    radial-gradient(circle at 12% 12%,rgba(11,99,246,.08),transparent 24%),
    linear-gradient(180deg,#f7faff 0%,#ffffff 100%) !important;
}
.sales-pricing-section .pricing-sales-box{
  width:min(1160px, calc(100% - 40px)) !important;
  margin:0 auto !important;
  padding:42px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr) !important;
  gap:44px !important;
  align-items:center !important;
  border:1px solid #d9e4f5 !important;
  border-radius:8px !important;
  background:#fff !important;
  box-shadow:0 20px 52px rgba(13,52,120,.09) !important;
}
.sales-pricing-section .pricing-sales-copy{
  padding:8px 0 8px 4px !important;
}
.sales-pricing-section .pricing-sales-copy h2{
  max-width:620px !important;
  margin:16px 0 14px !important;
  color:#0f2f6b !important;
  font-size:clamp(2rem,3.1vw,3rem) !important;
  line-height:1.22 !important;
  letter-spacing:0 !important;
}
.sales-pricing-section .pricing-sales-copy p{
  max-width:660px !important;
  margin:0 !important;
  color:#53657d !important;
  font-size:1.02rem !important;
  line-height:1.76 !important;
}
.pricing-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}
.pricing-detail-grid div{
  padding:16px;
  border:1px solid #dbe7fb;
  border-radius:8px;
  background:#f7faff;
}
.pricing-detail-grid strong{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:6px;
  color:#12377d;
  font-weight:900;
}
.pricing-detail-grid strong:before{
  content:"✓";
  flex:0 0 21px;
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#16a34a;
  font-size:13px;
  font-weight:900;
}
.pricing-detail-grid span{
  display:block;
  color:#64748b;
  font-size:.94rem;
  line-height:1.58;
}
.sales-pricing-section .pricing-sales-card{
  position:relative !important;
  padding:42px 34px 34px !important;
  border:1px solid #cddbf3 !important;
  border-radius:8px !important;
  background:
    linear-gradient(180deg,#ffffff 0%,#f9fbff 100%) !important;
  box-shadow:0 24px 62px rgba(13,52,120,.14) !important;
  text-align:center !important;
  overflow:hidden;
}
.sales-pricing-section .price-badge{
  top:0 !important;
  left:0 !important;
  border-radius:8px 0 18px 0 !important;
  padding:12px 22px !important;
}
.sales-pricing-section .pricing-sales-card small{
  color:#64748b !important;
  font-size:.95rem !important;
}
.sales-pricing-section .pricing-sales-card strong{
  margin:8px 0 4px !important;
  color:#3478e5 !important;
  font-size:clamp(3.2rem,5vw,4.6rem) !important;
}
.sales-pricing-section .pricing-sales-card > span{
  margin-bottom:12px !important;
  color:#12377d !important;
}
.pricing-card-note{
  max-width:360px;
  margin:0 auto 20px;
  color:#64748b;
  line-height:1.62;
  font-size:.95rem;
}
.sales-pricing-section .pricing-sales-card ul{
  display:grid;
  gap:10px;
  margin:0 0 20px !important;
  padding:0 !important;
  list-style:none !important;
  text-align:left !important;
}
.sales-pricing-section .pricing-sales-card li{
  position:relative;
  padding-left:30px;
  color:#334155;
  line-height:1.5;
}
.sales-pricing-section .pricing-sales-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#16a34a;
  font-size:13px;
  font-weight:900;
}
.pricing-card-footnote{
  margin:0 0 22px;
  padding:12px 14px;
  border:1px solid #dbe7fb;
  border-radius:8px;
  color:#64748b;
  background:#f7faff;
  font-size:.9rem;
  line-height:1.5;
}
@media(max-width:1024px){
  .sales-pricing-section .pricing-sales-box{
    grid-template-columns:1fr !important;
    padding:30px !important;
  }
  .pricing-detail-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .sales-pricing-section .pricing-sales-box{
    width:calc(100% - 24px) !important;
    padding:22px !important;
  }
  .sales-pricing-section .pricing-sales-card{
    padding:40px 20px 24px !important;
  }
}

/* Modern footer */
.modern-footer{
  position:relative;
  overflow:hidden;
  padding:64px 0 0 !important;
  color:#dbe8ff !important;
  background:
    linear-gradient(90deg, rgba(91,146,229,.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(91,146,229,.06) 1px, transparent 1px),
    linear-gradient(135deg,#082f6b 0%,#0d4b9a 58%,#1760b8 100%) !important;
  background-size:72px 72px,72px 72px,100% 100% !important;
}
.modern-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 80% 12%, rgba(58,151,255,.24), transparent 26%),
    linear-gradient(125deg, transparent 0 54%, rgba(91,146,229,.09) 54.2% 54.8%, transparent 55% 100%);
}
.footer-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(320px,1.25fr) minmax(300px,.92fr) minmax(150px,.45fr);
  gap:44px;
  align-items:start;
}
.modern-footer .footer-logo{
  width:306px !important;
  max-width:100%;
  margin:0 0 20px !important;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 38px rgba(0,0,0,.18);
}
.modern-footer .footer-logo-link{
  display:inline-flex;
  align-items:center;
  gap:16px;
  margin:0 0 22px;
  padding:12px 18px 12px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  color:#fff !important;
  background:linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  box-shadow:0 18px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.modern-footer .footer-logo-link:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.32);
  box-shadow:0 22px 56px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.22);
}
.modern-footer .footer-logo-icon{
  width:68px;
  height:68px;
  padding:8px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.2);
  background:#fff;
  object-fit:contain;
  flex:0 0 auto;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.modern-footer .footer-logo-text{
  display:inline-block;
  margin:0;
  color:#fff;
  font-size:2.28rem;
  font-weight:900;
  line-height:1.05;
  letter-spacing:0;
  text-shadow:0 10px 28px rgba(0,0,0,.24);
}
.modern-footer .footer-logo-text:after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin-top:9px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff8a1f 0%,#5b92e5 100%);
}
.footer-brand p,
.footer-cta p{
  max-width:520px;
  margin:0;
  color:#dbe8ff;
  line-height:1.72;
}
.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.footer-badges span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 12px;
  border:1px solid rgba(142,186,255,.24);
  border-radius:8px;
  color:#fff;
  background:rgba(255,255,255,.08);
  font-weight:800;
  font-size:.92rem;
}
.modern-footer h3{
  margin:0 0 16px !important;
  color:#fff !important;
  font-size:1.1rem;
  line-height:1.35;
}
.footer-column{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-column a,
.footer-contact-text{
  color:#dbe8ff !important;
  line-height:1.45;
}
.footer-column a{
  transition:color .18s ease, transform .18s ease;
}
.footer-column a:hover{
  color:#fff !important;
  transform:translateX(3px);
}
.footer-contact-link,
.footer-contact-text{
  position:relative;
  padding-left:18px;
  overflow-wrap:anywhere;
  word-break:normal;
}
.footer-contact-link:before,
.footer-contact-text:before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ff8a1f;
  box-shadow:0 0 0 3px rgba(255,138,31,.14);
}
.footer-cta{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:22px;
  border:1px solid rgba(142,186,255,.22);
  border-radius:8px;
  background:rgba(255,255,255,.08);
  box-shadow:0 18px 38px rgba(0,0,0,.16);
}
.footer-cta h3{
  grid-column:1;
  margin:0 !important;
}
.footer-cta p{
  grid-column:1;
  max-width:760px;
}
.footer-demo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin-top:18px;
  padding:12px 18px;
  border-radius:8px;
  color:#fff !important;
  background:linear-gradient(135deg,#ff8a1f,#ff6c00);
  font-weight:900;
  box-shadow:0 14px 28px rgba(255,108,0,.24);
}
.footer-cta .footer-demo-btn{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:center;
  justify-self:end;
  width:auto;
  min-width:180px;
  margin-top:0;
  white-space:nowrap;
}
.footer-bottom{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-top:44px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.14);
  color:#b9c8e8;
  font-size:.92rem;
}
@media(max-width:1100px){
  .footer-shell{
    grid-template-columns:1fr 1fr;
  }
  .footer-cta{
    grid-template-columns:1fr;
  }
  .footer-cta h3,
  .footer-cta p,
  .footer-cta .footer-demo-btn{
    grid-column:1;
    grid-row:auto;
  }
  .footer-cta .footer-demo-btn{
    justify-self:start;
  }
}
@media(max-width:720px){
  .modern-footer{
    padding-top:44px !important;
  }
  .footer-shell{
    grid-template-columns:1fr;
    gap:28px;
  }
  .modern-footer .footer-logo{
    width:286px !important;
  }
  .modern-footer .footer-logo-icon{
    width:56px;
    height:56px;
    padding:7px;
  }
  .modern-footer .footer-logo-text{
    font-size:1.9rem;
  }
  .footer-bottom{
    flex-direction:column;
    margin-top:34px;
  }
}
@media(max-width:420px){
  .modern-footer .footer-logo-link{
    gap:12px;
    padding:10px 12px;
  }
  .modern-footer .footer-logo-icon{
    width:48px;
    height:48px;
    padding:6px;
  }
  .modern-footer .footer-logo-text{
    font-size:1.55rem;
  }
  .modern-footer .footer-logo-text:after{
    width:56px;
    margin-top:7px;
  }
}

/* Brand logo refresh */
.brand-logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  color:inherit !important;
  text-decoration:none !important;
  white-space:nowrap;
}
.brand-icon-wrap{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:48px;
  height:48px;
  border-radius:8px;
  background:linear-gradient(180deg,#ffffff 0%,#edf5ff 100%);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 14px 30px rgba(0,0,0,.18), inset 0 -10px 18px rgba(91,146,229,.06);
}
.brand-icon-wrap:after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,138,31,.55),transparent 32%,rgba(91,146,229,.24));
  opacity:.42;
}
.brand-icon-image{
  position:relative;
  z-index:1;
  display:block !important;
  width:34px !important;
  height:34px !important;
  object-fit:contain;
}
.brand-wordmark{
  display:flex;
  align-items:baseline;
  gap:7px;
  font-weight:950;
  line-height:1;
  letter-spacing:0;
}
.brand-word-primary{
  color:#fff;
}
.brand-word-accent{
  color:#ff9a2b;
}
.brand-logo-header{
  gap:10px !important;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  transition:opacity .18s ease, transform .18s ease;
}
.brand-logo-header:hover{
  transform:translateY(-1px);
  opacity:.96;
}
.brand-logo-header .brand-icon-wrap{
  width:46px;
  height:46px;
  border-radius:8px;
  background:#fff;
  border:0;
  box-shadow:0 10px 22px rgba(0,0,0,.18);
}
.brand-logo-header .brand-icon-wrap:after{
  display:none;
}
.brand-logo-header .brand-icon-image{
  width:34px !important;
  height:34px !important;
}
.brand-logo-header .brand-wordmark{
  display:grid;
  gap:2px;
  align-items:center;
  font-size:1rem;
  line-height:1.05;
}
.brand-logo-header .brand-word-primary{
  font-size:1.34rem;
  letter-spacing:0;
}
.brand-logo-header .brand-word-accent{
  justify-self:start;
  padding:3px 8px 4px;
  border-radius:8px;
  color:#0a3678;
  background:#ff9a2b;
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.brand-logo-footer{
  gap:16px !important;
  margin:0 0 22px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.brand-logo-footer:hover{
  transform:none !important;
  border-color:transparent !important;
  box-shadow:none !important;
}
.brand-logo-footer .brand-icon-wrap{
  width:72px;
  height:72px;
  border-radius:8px;
  box-shadow:0 18px 42px rgba(0,0,0,.28), inset 0 -12px 22px rgba(91,146,229,.06);
}
.brand-logo-footer .brand-icon-image{
  width:52px !important;
  height:52px !important;
}
.brand-logo-footer .brand-wordmark{
  position:relative;
  display:inline-flex;
  gap:9px;
  padding-bottom:12px;
  font-size:2.5rem;
  text-shadow:0 12px 28px rgba(0,0,0,.22);
}
.brand-logo-footer .brand-wordmark:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:92px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff8a1f 0%,#5b92e5 100%);
}
.modern-footer .footer-logo-text,
.modern-footer .footer-logo-icon{
  display:none !important;
}
@media(max-width:1280px){
  .brand-logo-header .brand-icon-wrap{
    width:42px;
    height:42px;
  }
  .brand-logo-header .brand-icon-image{
    width:30px !important;
    height:30px !important;
  }
  .brand-logo-header .brand-wordmark{
    font-size:1rem;
  }
  .brand-logo-header .brand-word-primary{
    font-size:1.22rem;
  }
  .brand-logo-header .brand-word-accent{
    font-size:.66rem;
  }
}
@media(max-width:640px){
  .brand-logo-header{
    gap:9px !important;
    padding:0;
  }
  .brand-logo-header .brand-icon-wrap{
    width:40px;
    height:40px;
  }
  .brand-logo-header .brand-icon-image{
    width:28px !important;
    height:28px !important;
  }
  .brand-logo-header .brand-wordmark{
    gap:2px;
  }
  .brand-logo-header .brand-word-primary{
    font-size:1.08rem;
  }
  .brand-logo-header .brand-word-accent{
    padding:3px 7px;
    font-size:.6rem;
  }
}
@media(max-width:420px){
  .brand-logo-footer{
    gap:12px !important;
  }
  .brand-logo-footer .brand-icon-wrap{
    width:58px;
    height:58px;
  }
  .brand-logo-footer .brand-icon-image{
    width:42px !important;
    height:42px !important;
  }
  .brand-logo-footer .brand-wordmark{
    gap:6px;
    padding-bottom:10px;
    font-size:1.72rem;
  }
  .brand-logo-footer .brand-wordmark:after{
    width:68px;
    height:3px;
  }
}

/* Corporate brand refinement */
.brand-logo-header{
  gap:11px !important;
  min-width:192px;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.brand-logo-header .brand-icon-wrap{
  width:42px;
  height:42px;
  border-radius:8px;
  background:#fff;
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.brand-logo-header .brand-icon-wrap:after{
  display:none;
}
.brand-logo-header .brand-icon-image{
  width:31px !important;
  height:31px !important;
}
.brand-logo-header .brand-wordmark{
  display:flex;
  align-items:baseline;
  gap:6px;
  color:#fff;
  font-size:1.34rem;
  font-weight:900;
  line-height:1;
}
.brand-logo-header .brand-word-primary,
.brand-logo-header .brand-word-accent{
  padding:0;
  color:#fff;
  background:transparent;
  border-radius:0;
  font-size:inherit;
  letter-spacing:0;
  text-transform:none;
}
.brand-logo-header .brand-word-accent{
  color:#d7e6ff;
  font-weight:800;
}
.brand-logo-header .brand-word-primary:after{
  content:"";
  display:inline-block;
  width:1px;
  height:.82em;
  margin-left:8px;
  vertical-align:-.08em;
  background:rgba(255,255,255,.34);
}
.brand-logo-header .brand-word-subtitle{
  display:none;
}
.brand-logo-footer{
  align-items:flex-start !important;
  gap:16px !important;
}
.brand-logo-footer .brand-icon-wrap{
  width:64px;
  height:64px;
  border-radius:8px;
  background:#fff;
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 16px 36px rgba(0,0,0,.24);
}
.brand-logo-footer .brand-icon-wrap:after{
  display:none;
}
.brand-logo-footer .brand-icon-image{
  width:47px !important;
  height:47px !important;
}
.brand-logo-footer .brand-wordmark{
  display:grid;
  gap:7px;
  padding:3px 0 0;
  text-shadow:none;
}
.brand-logo-footer .brand-wordmark:after{
  display:none;
}
.brand-logo-footer .brand-word-primary,
.brand-logo-footer .brand-word-accent{
  display:inline;
  color:#fff;
  font-size:2.2rem;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
}
.brand-logo-footer .brand-word-accent{
  color:#dce9ff;
  font-weight:800;
}
.brand-logo-footer .brand-word-subtitle{
  display:block;
  grid-column:1 / -1;
  width:max-content;
  max-width:100%;
  padding-top:10px;
  border-top:2px solid rgba(255,138,31,.92);
  color:#aecaee;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
}
@media(max-width:1280px){
  .brand-logo-header{
    min-width:176px;
  }
  .brand-logo-header .brand-wordmark{
    font-size:1.2rem;
  }
}
@media(max-width:640px){
  .brand-logo-header{
    min-width:0;
    gap:9px !important;
  }
  .brand-logo-header .brand-icon-wrap{
    width:38px;
    height:38px;
  }
  .brand-logo-header .brand-icon-image{
    width:28px !important;
    height:28px !important;
  }
  .brand-logo-header .brand-wordmark{
    font-size:1.08rem;
  }
}
@media(max-width:420px){
  .brand-logo-footer .brand-icon-wrap{
    width:56px;
    height:56px;
  }
  .brand-logo-footer .brand-icon-image{
    width:41px !important;
    height:41px !important;
  }
  .brand-logo-footer .brand-wordmark{
    gap:6px;
  }
  .brand-logo-footer .brand-word-primary,
  .brand-logo-footer .brand-word-accent{
    font-size:1.62rem;
  }
  .brand-logo-footer .brand-word-subtitle{
    font-size:.68rem;
  }
}

/* Modern brand lockup v2 */
.fixed-top-menu .brand-logo-header{
  gap:0 !important;
  min-width:auto;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.fixed-top-menu .brand-logo-header:hover{
  transform:translateY(-1px);
  opacity:1;
  box-shadow:none !important;
}
.fixed-top-menu .brand-logo-header .brand-icon-wrap{
  width:60px;
  height:60px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.fixed-top-menu .brand-logo-header .brand-icon-image{
  width:48px !important;
  height:48px !important;
}
.fixed-top-menu .brand-logo-header .brand-wordmark{
  display:flex;
  align-items:baseline;
  gap:5px;
  margin-left:-2px;
  color:#fff;
  font-size:1.62rem;
  font-weight:950;
  line-height:1;
}
.fixed-top-menu .brand-logo-header .brand-word-primary,
.fixed-top-menu .brand-logo-header .brand-word-accent{
  color:#fff;
  font-size:inherit;
  font-weight:950;
}
.fixed-top-menu .brand-logo-header .brand-word-primary:after{
  display:none;
}
.fixed-top-menu .brand-logo-header .brand-word-accent{
  color:#ff7a18;
}
.modern-footer .brand-logo-footer{
  align-items:center !important;
  gap:0 !important;
  margin-bottom:24px !important;
}
.modern-footer .brand-logo-footer .brand-icon-wrap{
  width:88px;
  height:88px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.modern-footer .brand-logo-footer .brand-icon-image{
  width:70px !important;
  height:70px !important;
}
.modern-footer .brand-logo-footer .brand-wordmark{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0 8px;
  margin-left:-4px;
  padding:0;
  max-width:360px;
}
.modern-footer .brand-logo-footer .brand-word-primary,
.modern-footer .brand-logo-footer .brand-word-accent{
  color:#fff;
  font-size:2.35rem;
  font-weight:950;
  line-height:1;
}
.modern-footer .brand-logo-footer .brand-word-accent{
  color:#ff9a2b;
}
.modern-footer .brand-logo-footer .brand-word-subtitle{
  display:none;
}
@media(max-width:1280px){
  .fixed-top-menu .brand-logo-header .brand-wordmark{
    font-size:1.42rem;
  }
}
@media(max-width:640px){
  .fixed-top-menu .brand-logo-header{
    padding:6px 10px 6px 7px !important;
  }
  .fixed-top-menu .brand-logo-header .brand-icon-wrap{
    width:48px;
    height:48px;
  }
  .fixed-top-menu .brand-logo-header .brand-icon-image{
    width:38px !important;
    height:38px !important;
  }
  .fixed-top-menu .brand-logo-header .brand-wordmark{
    font-size:1.18rem;
  }
}
@media(max-width:420px){
  .modern-footer .brand-logo-footer{
    gap:0 !important;
  }
  .modern-footer .brand-logo-footer .brand-icon-wrap{
    width:72px;
    height:72px;
  }
  .modern-footer .brand-logo-footer .brand-icon-image{
    width:58px !important;
    height:58px !important;
  }
  .modern-footer .brand-logo-footer .brand-word-primary,
  .modern-footer .brand-logo-footer .brand-word-accent{
    font-size:1.72rem;
  }
}

/* Header spacing refinement */
.fixed-menu-inner{
  gap:34px !important;
}
.fixed-nav{
  gap:34px !important;
}
.fixed-actions{
  gap:16px !important;
}
.fixed-phone{
  display:none !important;
}
@media(max-width:1280px){
  .fixed-menu-inner{
    gap:22px !important;
  }
  .fixed-nav{
    gap:24px !important;
  }
}
@media(max-width:980px){
  .fixed-nav{
    gap:0 !important;
  }
}

/* Content visual rhythm */
.content-visual{
  position:relative;
  margin:34px 0 0;
  overflow:hidden;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,138,31,.16), transparent 28%),
    linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%);
  box-shadow:0 22px 58px rgba(13,52,120,.12);
}
.content-visual:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.56),transparent 42%);
  z-index:1;
}
.content-visual img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.content-visual-wide{
  min-height:310px;
  padding:24px;
}
.content-visual-wide img{
  max-height:360px;
  object-position:center;
}
.content-card-image{
  display:block;
  width:100%;
  max-width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:center;
  margin:0 auto 20px;
  border-radius:8px;
  box-shadow:0 18px 36px rgba(13,52,120,.16);
}
.content-list-image{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:center;
  margin:0 0 16px;
  border-radius:8px;
  border:1px solid #d9e5f6;
  background:#f7fbff;
  box-shadow:0 18px 36px rgba(13,52,120,.10);
}
.process-visual{
  max-width:960px;
  margin:0 auto 34px;
  padding:22px;
}
.process-visual img{
  max-height:330px;
}
.solution-score-card{
  overflow:hidden;
}
.sales-proof-list{
  align-self:stretch;
}

/* Demo proof visual refinement */
.sales-proof-grid{
  grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr) !important;
  align-items:center !important;
}
.demo-proof-panel{
  display:grid !important;
  grid-template-columns:minmax(360px,1.12fr) minmax(0,.88fr) !important;
  gap:16px !important;
  align-items:stretch !important;
}
.sales-proof-visual{
  position:relative;
  align-self:center;
  aspect-ratio:16 / 9;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  background:rgba(255,255,255,.10);
  box-shadow:0 22px 48px rgba(0,0,0,.16);
}
.sales-proof-visual:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 40%,rgba(255,138,31,.10));
}
.sales-proof-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center;
}
.sales-proof-points{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.sales-proof-points span{
  display:flex !important;
  align-items:center;
  min-height:0;
  padding:18px 20px !important;
  border-radius:8px !important;
  line-height:1.48;
}
@media(max-width:1120px){
  .sales-proof-grid{
    grid-template-columns:1fr !important;
  }
  .demo-proof-panel{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  }
}
@media(max-width:760px){
  .demo-proof-panel{
    grid-template-columns:1fr !important;
  }
  .sales-proof-visual img{
    min-height:0;
    aspect-ratio:16 / 9;
  }
}
@media(max-width:820px){
  .content-visual-wide{
    min-height:0;
    padding:16px;
  }
  .process-visual{
    margin-bottom:24px;
    padding:16px;
  }
}
@media(max-width:560px){
  .content-visual{
    margin-top:24px;
  }
  .content-card-image{
    max-width:100%;
  }
}

/* Integrated content imagery */
.problem-content-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);
  gap:22px;
  align-items:stretch;
}
.problem-content-layout .sales-problem-grid{
  grid-template-columns:1fr;
  gap:14px;
}
.problem-content-layout .pain-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  column-gap:16px;
  align-items:start;
  padding:22px;
}
.problem-content-layout .pain-card .card-icon-img{
  grid-row:1 / span 2;
  margin:0;
}
.problem-content-layout .pain-card h3{
  margin-top:0;
}
.problem-visual-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
  overflow:hidden;
  padding:22px;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,138,31,.16), transparent 28%),
    linear-gradient(145deg,#ffffff 0%,#eef5ff 100%);
  box-shadow:0 22px 58px rgba(13,52,120,.12);
}
.problem-visual-card img{
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:center;
  margin:0;
  border-radius:8px;
  box-shadow:0 18px 42px rgba(13,52,120,.14);
}
.problem-visual-card div{
  margin-top:18px;
  padding:16px;
  border:1px solid #dbe7fb;
  border-radius:8px;
  background:rgba(255,255,255,.82);
}
.problem-visual-card strong,
.implementation-showcase-copy strong{
  display:block;
  color:#12377d;
  font-size:1.08rem;
  line-height:1.35;
  margin-bottom:8px;
}
.problem-visual-card p,
.implementation-showcase-copy p{
  margin:0;
  color:#64748b;
  line-height:1.68;
}
.implementation-showcase{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
  gap:24px;
  align-items:center;
  margin:0 0 34px;
  padding:26px;
  overflow:hidden;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:
    radial-gradient(circle at 86% 20%, rgba(11,99,246,.13), transparent 28%),
    linear-gradient(135deg,#ffffff 0%,#f4f8ff 100%);
  box-shadow:0 20px 52px rgba(13,52,120,.09);
}
.implementation-showcase img{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:center;
  border-radius:8px;
  box-shadow:0 18px 42px rgba(13,52,120,.12);
}
.implementation-showcase-copy div{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.implementation-showcase-copy span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 10px;
  border-radius:8px;
  color:#2f68c8;
  background:#eaf2ff;
  border:1px solid #d5e5ff;
  font-weight:900;
  font-size:.88rem;
}
@media(max-width:980px){
  .problem-content-layout,
  .implementation-showcase{
    grid-template-columns:1fr;
  }
  .problem-visual-card{
    min-height:0;
  }
}
@media(max-width:560px){
  .problem-content-layout .pain-card{
    grid-template-columns:1fr;
    text-align:center;
  }
  .problem-content-layout .pain-card .card-icon-img{
    grid-row:auto;
    margin:0 auto 12px;
  }
  .problem-visual-card,
  .implementation-showcase{
    padding:18px;
  }
}

/* Package pricing without public prices */
.package-section{
  width:min(1160px, calc(100% - 40px));
  margin:0 auto;
}
.package-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.package-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:30px;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 44px rgba(13,52,120,.09);
}
.package-card-featured{
  border-color:#ffc58d;
  box-shadow:0 24px 58px rgba(255,122,26,.13),0 18px 44px rgba(13,52,120,.08);
}
.package-card-head{
  padding-bottom:20px;
  border-bottom:1px solid #e2eaf7;
}
.package-label{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border-radius:8px;
  color:#2f68c8;
  background:#eaf2ff;
  border:1px solid #d5e5ff;
  font-weight:900;
  font-size:.86rem;
}
.package-card-featured .package-label{
  color:#9a4b00;
  background:#fff3e6;
  border-color:#ffd5ad;
}
.package-card h3{
  margin:16px 0 10px;
  color:#0f2f6b;
  font-size:2rem;
  line-height:1.16;
}
.package-card p{
  margin:0;
  color:#64748b;
  line-height:1.68;
}
.package-card ul{
  display:grid;
  gap:11px;
  margin:22px 0 24px;
  padding:0;
  list-style:none;
}
.package-card li{
  position:relative;
  padding-left:30px;
  color:#334155;
  line-height:1.52;
}
.package-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  border-radius:50%;
  color:#fff;
  background:#16a34a;
  font-size:13px;
  font-weight:900;
}
.package-card .sales-btn{
  margin-top:auto;
}
.package-cta-note{
  margin:12px 0 0;
  padding:12px 14px;
  border:1px solid #ffd5ad;
  border-radius:8px;
  color:#53657d;
  background:#fff8f0;
  font-size:.94rem;
  line-height:1.62;
}
.package-note{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:22px;
  padding:18px 20px;
  border:1px solid #d9e5f6;
  border-radius:8px;
  color:#53657d;
  background:#f7fbff;
}
.package-note strong{
  flex:0 0 auto;
  color:#12377d;
}
.package-note span{
  line-height:1.62;
}
@media(max-width:820px){
  .package-grid{
    grid-template-columns:1fr;
  }
  .package-card{
    padding:24px;
  }
  .package-note{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:560px){
  .package-section{
    width:calc(100% - 24px);
  }
  .package-card h3{
    font-size:1.62rem;
  }
}

/* Sales conversion visual in first content section */
.sales-banner-clean .sales-banner-clean-box{
  grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr) !important;
  align-items:center !important;
  gap:24px !important;
}
.sales-banner-clean .sales-banner-clean-content{
  max-width:680px;
}
.sales-banner-visual{
  position:relative;
  align-self:center;
  aspect-ratio:16 / 9;
  min-height:0;
  margin:0;
  overflow:hidden;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:linear-gradient(135deg,#f7fbff,#eef5ff);
  box-shadow:0 22px 54px rgba(13,52,120,.12);
}
.sales-banner-visual img{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16 / 9;
  object-fit:contain;
  object-position:center;
}
.sales-banner-benefit-row{
  grid-column:1 / -1;
}
@media(max-width:980px){
  .sales-banner-clean .sales-banner-clean-box{
    grid-template-columns:1fr !important;
  }
  .sales-banner-clean .sales-banner-clean-content{
    max-width:100%;
  }
  .sales-banner-visual{
    min-height:0;
  }
  .sales-banner-visual img{
    min-height:0;
    aspect-ratio:16 / 9;
  }
}
@media(max-width:560px){
  .sales-banner-visual img{
    aspect-ratio:16 / 9;
  }
}

/* Header responsive fit: keep both CTA buttons visible on narrow desktop */
@media (min-width:981px) and (max-width:1400px){
  .fixed-menu-inner{
    width:min(100% - 28px, 1380px) !important;
    gap:12px !important;
  }
  .fixed-nav{
    gap:clamp(14px,1.35vw,22px) !important;
    font-size:clamp(.86rem,1vw,.98rem) !important;
  }
  .fixed-actions{
    display:flex !important;
    gap:8px !important;
  }
  .fixed-btn{
    min-height:46px !important;
    padding:10px 13px !important;
    border-radius:8px !important;
    font-size:clamp(.84rem,.95vw,.94rem) !important;
  }
  .fixed-quote{
    display:inline-flex !important;
  }
  .fixed-top-menu .brand-logo-header{
    flex:0 0 auto !important;
    padding:6px 10px 6px 6px !important;
  }
  .fixed-top-menu .brand-logo-header .brand-icon-wrap{
    width:52px !important;
    height:52px !important;
  }
  .fixed-top-menu .brand-logo-header .brand-icon-image{
    width:42px !important;
    height:42px !important;
  }
  .fixed-top-menu .brand-logo-header .brand-wordmark{
    font-size:clamp(1.14rem,1.36vw,1.44rem) !important;
  }
}
@media (min-width:981px) and (max-width:1120px){
  .fixed-menu-inner{
    min-height:72px !important;
  }
  .fixed-nav{
    gap:10px !important;
    font-size:.82rem !important;
  }
  .fixed-btn{
    min-height:42px !important;
    padding:9px 10px !important;
    font-size:.82rem !important;
  }
  .fixed-top-menu .brand-logo-header .brand-wordmark{
    font-size:1.08rem !important;
  }
}

/* Remove the light gap between fixed header and hero on resized desktop */
main#home{
  background:#082f6b !important;
}
.hero-section-exact.hero-graphic-banner{
  margin-top:-1px !important;
  border-top:0 !important;
}
@media (min-width:981px) and (max-width:1400px){
  .hero-section-exact.hero-graphic-banner{
    margin-top:-12px !important;
    padding-top:60px !important;
  }
}

/* Footer contact icons and tighter brand copy */
.modern-footer .brand-logo-footer{
  margin-bottom:8px !important;
}
.footer-brand p{
  margin-top:-4px !important;
}
.footer-contact-link,
.footer-contact-text{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding-left:0 !important;
  text-decoration:none;
}
.footer-contact-link:before,
.footer-contact-text:before{
  position:static !important;
  flex:0 0 30px;
  width:30px !important;
  height:30px !important;
  display:grid;
  place-items:center;
  border-radius:8px !important;
  color:#fff;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:none !important;
  font-size:15px;
  line-height:1;
}
.footer-contact-phone:before{
  content:"☎" !important;
}
.footer-contact-email:before{
  content:"✉" !important;
}
.footer-contact-address:before{
  content:"⌖" !important;
}
.footer-contact-address{
  max-width:330px;
  line-height:1.62 !important;
}

/* Footer cleanup */
.modern-footer:before,
.modern-footer:after{
  display:none !important;
  content:none !important;
  background:none !important;
}
.modern-footer{
  background:linear-gradient(135deg,#082f6b 0%,#0d4b9a 58%,#1760b8 100%) !important;
  background-size:100% 100% !important;
}
.footer-shell{
  justify-items:stretch;
}
.footer-brand{
  justify-self:start;
  margin-left:0 !important;
  padding-left:0 !important;
}
.modern-footer .brand-logo-footer{
  display:flex !important;
  justify-content:flex-start !important;
  margin-left:0 !important;
  padding-left:0 !important;
  transform:none !important;
}
.modern-footer .brand-logo-footer .brand-icon-wrap{
  margin-left:0 !important;
}
.modern-footer .brand-logo-footer .brand-wordmark{
  margin-left:0 !important;
}

/* Unified sales cards for impact, department use cases, and customer fit */
.impact-number-grid article,
.department-usecase-grid article,
.sales-customer-grid article{
  text-align:center !important;
}
.impact-number-grid .card-icon-img,
.department-usecase-grid .card-icon-img,
.sales-customer-grid .card-icon-img{
  display:block !important;
  width:62px !important;
  height:62px !important;
  object-fit:contain !important;
  margin:0 auto 16px !important;
}
.impact-number-grid strong{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:32px;
  margin:0 auto 12px !important;
  padding:7px 12px;
  border:1px solid #d5e5ff;
  border-radius:8px;
  color:#2f68c8 !important;
  background:#eaf2ff;
  font-size:.92rem !important;
  line-height:1.2 !important;
}
.impact-number-grid h3,
.department-usecase-grid h3,
.sales-customer-grid h3{
  font-size:1.08rem !important;
  font-weight:900 !important;
}
.impact-number-grid p,
.department-usecase-grid p,
.sales-customer-grid p{
  font-size:.96rem;
}
.sales-customer-section .section-heading p{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  font-weight:700;
}
.sales-customer-grid article{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
  border-color:#cfdcf1 !important;
  box-shadow:0 16px 38px rgba(8,37,98,.08) !important;
}
.department-usecase-grid .card-icon-img,
.sales-customer-grid .card-icon-img{
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
}
.department-usecase-grid .card-icon-img{
  width:68px !important;
  height:68px !important;
}
.sales-customer-grid h3{
  color:#0f2f6b !important;
}
.sales-customer-grid p{
  color:#53657d !important;
}
@media(max-width:760px){
  .impact-number-grid,
  .department-usecase-grid,
  .sales-customer-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin-top:24px !important;
  }
  .impact-number-grid article,
  .department-usecase-grid article,
  .sales-customer-grid article,
  .sales-why-grid article{
    padding:22px 20px !important;
    border-radius:8px !important;
  }
  .impact-number-grid .card-icon-img,
  .department-usecase-grid .card-icon-img,
  .sales-customer-grid .card-icon-img,
  .sales-why-grid img{
    width:58px !important;
    height:58px !important;
    margin:0 auto 14px !important;
  }
  .impact-number-grid h3,
  .department-usecase-grid h3,
  .sales-customer-grid h3,
  .sales-why-grid h3{
    margin:0 0 8px !important;
    font-size:1.05rem !important;
    line-height:1.38 !important;
  }
  .impact-number-grid p,
  .department-usecase-grid p,
  .sales-customer-grid p,
  .sales-why-grid p{
    font-size:.95rem !important;
    line-height:1.65 !important;
  }
  .sales-feature-grid article{
    text-align:center !important;
  }
  .sales-feature-grid span{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .sales-article-grid article,
  .sales-article-grid a{
    text-align:center !important;
  }
  .sales-article-grid span{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

/* Keep hero CTA buttons on one horizontal line on desktop */
.hero-section-exact .hero-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:14px !important;
  width:auto !important;
  max-width:100% !important;
}
.hero-section-exact .hero-actions a{
  flex:0 1 auto !important;
  min-width:0 !important;
  width:auto !important;
  white-space:nowrap !important;
  font-size:clamp(16px, 1.45vw, 20px) !important;
  padding:13px 18px !important;
}

@media(max-width:640px){
  .hero-section-exact .hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
  }
  .hero-section-exact .hero-actions a{
    width:100% !important;
    white-space:normal !important;
  }
}

/* Darker blue rhythm across alternating sections */
.hero-section-exact,
.hero-section-exact.hero-graphic-banner{
  background:
    radial-gradient(circle at 74% 26%,rgba(91,146,229,.12),transparent 28%),
    radial-gradient(circle at 92% 82%,rgba(255,138,30,.14),transparent 26%),
    linear-gradient(135deg,#020b24 0%,#061746 52%,#082f6b 100%) !important;
}
main#home{
  background:#020b24 !important;
}
.sales-problem-section,
.sales-why-section,
.sales-proof-section,
.sales-fit-section,
.sales-demo-section,
.sales-seo-section,
.sales-article-section{
  background:linear-gradient(135deg,#061746 0%,#082f6b 58%,#0a3678 100%) !important;
}
.demo-sales-box{
  background:
    linear-gradient(135deg,rgba(3,18,60,.97),rgba(8,47,107,.97)),
    url("../img/pnsoft-ticket-hero-real-people-clean.png") right center/48% auto no-repeat !important;
}
.modern-footer{
  background:linear-gradient(135deg,#020b24 0%,#061746 54%,#082f6b 100%) !important;
}

/* Professional typography pass */
:root{
  --font-main:"Noto Sans Thai",Tahoma,Arial,sans-serif;
  --type-hero:clamp(2.18rem,4.4vw,4.15rem);
  --type-section:clamp(1.72rem,2.85vw,2.72rem);
  --type-subsection:clamp(1.22rem,1.55vw,1.48rem);
  --type-card:clamp(1.05rem,1.18vw,1.18rem);
  --type-body:clamp(.98rem,.22vw + .94rem,1.05rem);
  --type-small:.92rem;
}
html{
  font-size:16px;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
body,
button,
input,
textarea,
select{
  font-family:var(--font-main) !important;
}
body{
  font-size:var(--type-body) !important;
  line-height:1.74 !important;
  font-weight:500;
  letter-spacing:0 !important;
}
h1,h2,h3,h4,h5,h6,
.brand-wordmark,
.fixed-nav,
.fixed-btn,
.sales-btn,
.btn{
  font-family:var(--font-main) !important;
  letter-spacing:0 !important;
}
h1,h2,h3,h4,h5,h6{
  font-weight:800;
  text-wrap:balance;
}
p,li{
  text-wrap:pretty;
}
.section-heading{
  max-width:920px;
}
.section-heading h2,
.seo-intro h2,
.seo-sales-copy h2,
.sales-contact-copy h2,
.contact-copy h2,
.price-left h2,
.pricing-sales-copy h2{
  font-size:var(--type-section) !important;
  line-height:1.28 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  margin-bottom:14px;
}
.section-heading p,
.seo-intro p,
.seo-sales-copy p,
.sales-contact-copy p,
.pricing-sales-copy p{
  font-size:clamp(1rem,.38vw + .95rem,1.12rem) !important;
  line-height:1.82 !important;
  font-weight:500;
}
.seo-label,
.sales-label,
.package-label,
.article-kicker,
.sales-article-grid span,
.seo-sales-keywords span,
.hero-proof-row span,
.contact-trust-list span,
.footer-badges span{
  font-size:var(--type-small) !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
.fixed-nav{
  font-size:clamp(.92rem,.38vw + .82rem,1rem) !important;
  font-weight:800 !important;
  line-height:1.35 !important;
}
.fixed-btn,
.sales-btn,
.btn,
.hero-cta-primary,
.hero-cta-secondary,
.footer-demo-btn{
  font-size:clamp(.94rem,.24vw + .88rem,1.02rem) !important;
  line-height:1.35 !important;
  font-weight:900 !important;
  text-align:center;
}
.hero-graphic-banner #hero-title strong{
  font-size:var(--type-hero) !important;
  line-height:1.1 !important;
  font-weight:900 !important;
}
.hero-graphic-banner #hero-title span{
  font-size:clamp(1.12rem,1.2vw,1.48rem) !important;
  line-height:1.62 !important;
  font-weight:700 !important;
}
.hero-graphic-banner .hero-seo-content p{
  font-size:clamp(1rem,.55vw + .92rem,1.18rem) !important;
  line-height:1.86 !important;
}
.sales-banner-benefit-row strong,
.problem-visual-card strong,
.implementation-showcase-copy strong,
.package-note strong,
.contact-decision-box h3,
.footer-cta h3,
.modern-footer h3{
  font-size:var(--type-subsection) !important;
  line-height:1.35 !important;
  font-weight:900 !important;
}
.pain-card h3,
.comparison-grid h3,
.impact-number-grid h3,
.sales-why-grid h3,
.department-usecase-grid h3,
.sales-feature-grid h3,
.sales-customer-grid h3,
.sales-faq-grid h3,
.sales-article-grid h3,
.implementation-steps h3,
.package-card h3{
  font-size:var(--type-card) !important;
  line-height:1.42 !important;
  font-weight:900 !important;
}
.pain-card p,
.comparison-grid p,
.impact-number-grid p,
.sales-why-grid p,
.department-usecase-grid p,
.sales-feature-grid p,
.sales-customer-grid p,
.sales-faq-grid p,
.sales-article-grid p,
.implementation-steps p,
.package-card p,
.package-card li,
.footer-brand p,
.footer-cta p{
  font-size:clamp(.96rem,.18vw + .92rem,1.02rem) !important;
  line-height:1.76 !important;
  font-weight:500;
}
.package-card h3{
  font-size:clamp(1.54rem,2vw,2rem) !important;
  line-height:1.2 !important;
}
.sales-lead-form label,
.lead-form label{
  font-size:.96rem !important;
  line-height:1.4 !important;
  font-weight:800 !important;
}
.sales-lead-form input,
.sales-lead-form textarea,
.lead-form input,
.lead-form textarea{
  font-size:1rem !important;
  line-height:1.55 !important;
  font-weight:500;
}
.form-note{
  font-size:.92rem !important;
  line-height:1.68 !important;
}
.brand-wordmark{
  line-height:1.05 !important;
  font-weight:900 !important;
}
.article-page{
  font-family:var(--font-main) !important;
}
.article-card h1{
  font-size:clamp(1.84rem,3.1vw,2.55rem) !important;
  line-height:1.26 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
}
.article-card h2{
  font-size:clamp(1.24rem,1.5vw,1.48rem) !important;
  line-height:1.42 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
}
.article-card p,
.article-card li{
  font-size:clamp(.99rem,.24vw + .94rem,1.06rem) !important;
  line-height:1.9 !important;
  font-weight:500;
}
.thanks h1{
  font-size:clamp(1.72rem,4.5vw,2.28rem) !important;
  line-height:1.28 !important;
  font-weight:900 !important;
  margin:0 0 12px;
}
.thanks p{
  font-size:1.02rem !important;
  line-height:1.78 !important;
  font-weight:500;
}
@media(max-width:760px){
  body{
    font-size:1rem !important;
    line-height:1.72 !important;
  }
  .container{
    width:min(100% - 24px,1200px);
  }
  .section-heading h2,
  .seo-intro h2,
  .seo-sales-copy h2,
  .sales-contact-copy h2,
  .contact-copy h2,
  .price-left h2,
  .pricing-sales-copy h2{
    font-size:clamp(1.5rem,7vw,2rem) !important;
    line-height:1.32 !important;
  }
  .section-heading p,
  .seo-intro p,
  .seo-sales-copy p,
  .sales-contact-copy p,
  .pricing-sales-copy p{
    font-size:1rem !important;
    line-height:1.78 !important;
  }
  .fixed-nav a,
  .fixed-btn,
  .sales-btn,
  .btn,
  .hero-cta-primary,
  .hero-cta-secondary{
    font-size:.96rem !important;
  }
  .pain-card h3,
  .comparison-grid h3,
  .impact-number-grid h3,
  .sales-why-grid h3,
  .department-usecase-grid h3,
  .sales-feature-grid h3,
  .sales-customer-grid h3,
  .sales-faq-grid h3,
  .sales-article-grid h3,
  .implementation-steps h3{
    font-size:1.08rem !important;
    line-height:1.42 !important;
  }
  .article-card h1{
    font-size:clamp(1.62rem,7vw,1.92rem) !important;
  }
  .article-card p,
  .article-card li{
    font-size:1rem !important;
    line-height:1.84 !important;
  }
}
@media(max-width:420px){
  .fixed-top-menu .brand-logo-header .brand-wordmark{
    font-size:1.06rem !important;
  }
  .sales-btn,
  .btn,
  .fixed-btn{
    min-height:44px;
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

/* Final background rhythm: keep blue sections alternating through the full page */
.seo-intro-feature.sales-banner-clean,
.sales-solution-section,
.sales-why-section,
.sales-feature-section,
.sales-pricing-section,
.trust-stack-section,
.sales-seo-section,
.sales-article-section,
.sales-contact-section{
  background:#ffffff !important;
  color:#12223d !important;
}
.sales-problem-section,
.conversion-impact-section,
.department-usecase-section,
.sales-customer-section,
.sales-demo-section,
.implementation-section,
.sales-faq-section{
  background:
    radial-gradient(circle at 82% 18%,rgba(91,146,229,.20),transparent 24%),
    radial-gradient(circle at 12% 82%,rgba(255,138,31,.10),transparent 24%),
    linear-gradient(135deg,#061746 0%,#082f6b 58%,#0a3678 100%) !important;
  color:#ffffff !important;
}
.sales-problem-section .section-heading h2,
.sales-problem-section .section-heading p,
.conversion-impact-section .section-heading h2,
.conversion-impact-section .section-heading p,
.department-usecase-section .section-heading h2,
.department-usecase-section .section-heading p,
.sales-customer-section .section-heading h2,
.sales-customer-section .section-heading p,
.implementation-section .section-heading h2,
.implementation-section .section-heading p,
.sales-faq-section .section-heading h2,
.sales-faq-section .section-heading p{
  color:#ffffff !important;
}
.sales-problem-section .section-kicker,
.conversion-impact-section .section-kicker,
.department-usecase-section .section-kicker,
.sales-customer-section .section-kicker,
.implementation-section .section-kicker,
.sales-faq-section .section-kicker{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#ffffff !important;
}
.conversion-impact-section .impact-number-grid article,
.department-usecase-section .department-usecase-grid article,
.sales-customer-section .sales-customer-grid article,
.sales-feature-section .sales-feature-grid article,
.sales-pricing-section .package-card,
.sales-pricing-section .package-note,
.implementation-section .implementation-steps article,
.sales-faq-section .sales-faq-grid article,
.sales-article-section .sales-article-grid article{
  background:#ffffff !important;
  border-color:#d9e4f5 !important;
  color:#12223d !important;
  box-shadow:0 18px 44px rgba(0,0,0,.16) !important;
}
.conversion-impact-section .impact-number-grid h3,
.department-usecase-section .department-usecase-grid h3,
.sales-customer-section .sales-customer-grid h3,
.sales-feature-section .sales-feature-grid h3,
.sales-pricing-section .package-card h3,
.sales-pricing-section .package-note strong,
.implementation-section .implementation-steps h3,
.sales-faq-section .sales-faq-grid h3,
.sales-article-section .sales-article-grid h3{
  color:#0f2f6b !important;
}
.conversion-impact-section .impact-number-grid p,
.department-usecase-section .department-usecase-grid p,
.sales-customer-section .sales-customer-grid p,
.sales-feature-section .sales-feature-grid p,
.sales-pricing-section .package-card p,
.sales-pricing-section .package-card li,
.sales-pricing-section .package-note span,
.implementation-section .implementation-steps p,
.sales-faq-section .sales-faq-grid p,
.sales-article-section .sales-article-grid p{
  color:#53657d !important;
}
.sales-feature-section .sales-feature-grid span{
  background:#eaf2ff !important;
  color:#2f68c8 !important;
}
.sales-pricing-section .package-label{
  background:#eaf2ff !important;
  border-color:#d5e5ff !important;
  color:#2f68c8 !important;
}
.sales-pricing-section .package-card-featured .package-label{
  background:#fff3e6 !important;
  border-color:#ffd5ad !important;
  color:#9a4b00 !important;
}
.sales-pricing-section .package-cta-note{
  background:#fff8f0 !important;
  border-color:#ffd5ad !important;
  color:#53657d !important;
}
.sales-demo-section .demo-sales-box{
  background:
    linear-gradient(135deg,rgba(3,18,60,.96),rgba(8,47,107,.96)),
    url("../img/pnsoft-ticket-hero-real-people-clean.png") right center/48% auto no-repeat !important;
}
.sales-demo-section .demo-sales-box h2,
.sales-demo-section .demo-sales-box p{
  color:#ffffff !important;
}
.sales-why-section .section-heading h2,
.sales-why-section .section-heading p,
.sales-feature-section .section-heading h2,
.sales-feature-section .section-heading p,
.sales-pricing-section .section-heading h2,
.sales-pricing-section .section-heading p,
.trust-stack-section .section-heading h2,
.trust-stack-section .section-heading p,
.sales-seo-section h2,
.sales-seo-section p,
.sales-article-section .section-heading h2,
.sales-article-section .section-heading p{
  color:#0f2f6b !important;
}
.sales-seo-section .seo-sales-keywords span{
  background:#eef4ff !important;
  border-color:#d7e3f7 !important;
  color:#17448f !important;
}
.sales-article-section .sales-article-grid span{
  background:#eef4ff !important;
  border:1px solid #d7e3f7 !important;
  color:#17448f !important;
}

/* Standard website typography */
:root{
  --font-main:"Noto Sans Thai",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --type-body:1rem;
  --type-small:.875rem;
  --type-label:.8125rem;
  --type-h1:2.5rem;
  --type-h2:2rem;
  --type-h3:1.25rem;
  --type-card-title:1.125rem;
}
html{
  font-size:16px;
}
body,
button,
input,
textarea,
select{
  font-family:var(--font-main) !important;
}
body{
  font-size:var(--type-body) !important;
  line-height:1.7 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
p,
li{
  font-size:1rem !important;
  line-height:1.75 !important;
  font-weight:400 !important;
}
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-main) !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
  text-wrap:balance;
}
.section-heading h2,
.seo-intro h2,
.seo-sales-copy h2,
.sales-contact-copy h2,
.contact-copy h2,
.price-left h2,
.pricing-sales-copy h2,
.solution-copy h2,
.trust-stack-panel h2{
  font-size:var(--type-h2) !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  margin-bottom:12px !important;
}
.sales-banner-clean .sales-banner-clean-content h2{
  font-size:var(--type-h2) !important;
  line-height:1.35 !important;
}
.section-heading p,
.seo-intro p,
.seo-sales-copy p,
.sales-contact-copy p,
.pricing-sales-copy p,
.solution-copy p,
.trust-stack-panel p{
  font-size:1rem !important;
  line-height:1.75 !important;
  font-weight:400 !important;
}
.hero-graphic-banner #hero-title strong,
.hero-content h1{
  font-size:var(--type-h1) !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}
.hero-graphic-banner #hero-title span,
.hero-graphic-banner .hero-seo-content p,
.hero-desc{
  font-size:1.0625rem !important;
  line-height:1.75 !important;
  font-weight:400 !important;
}
.pain-card h3,
.comparison-grid h3,
.impact-number-grid h3,
.sales-why-grid h3,
.department-usecase-grid h3,
.sales-feature-grid h3,
.sales-customer-grid h3,
.sales-faq-grid h3,
.sales-article-grid h3,
.implementation-steps h3,
.package-card h3,
.contact-decision-box h3,
.footer-cta h3,
.modern-footer h3{
  font-size:var(--type-card-title) !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}
.package-card h3{
  font-size:1.5rem !important;
  line-height:1.3 !important;
}
.impact-number-grid strong,
.solution-score-card strong,
.problem-visual-card strong,
.implementation-showcase-copy strong,
.package-note strong,
.sales-banner-benefit-row strong{
  font-size:1.0625rem !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}
.section-kicker,
.seo-label,
.sales-label,
.package-label,
.article-kicker,
.sales-article-grid span,
.seo-sales-keywords span,
.hero-proof-row span,
.contact-trust-list span,
.footer-badges span{
  font-size:var(--type-label) !important;
  line-height:1.35 !important;
  font-weight:600 !important;
}
.fixed-nav{
  font-size:.9375rem !important;
  line-height:1.4 !important;
  font-weight:500 !important;
}
.fixed-btn,
.sales-btn,
.btn,
.hero-cta-primary,
.hero-cta-secondary,
.footer-demo-btn{
  font-size:.9375rem !important;
  line-height:1.4 !important;
  font-weight:600 !important;
}
.brand-wordmark{
  font-weight:700 !important;
  line-height:1.05 !important;
}
.sales-lead-form label,
.lead-form label{
  font-size:.9375rem !important;
  line-height:1.45 !important;
  font-weight:500 !important;
}
.sales-lead-form input,
.sales-lead-form textarea,
.lead-form input,
.lead-form textarea{
  font-size:1rem !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
.form-note,
.package-cta-note,
.footer-bottom,
.meta-item span{
  font-size:var(--type-small) !important;
  line-height:1.65 !important;
  font-weight:400 !important;
}
.article-page{
  font-family:var(--font-main) !important;
}
.article-card h1{
  font-size:2.25rem !important;
  line-height:1.3 !important;
  font-weight:700 !important;
}
.article-card h2{
  font-size:1.375rem !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}
.article-card p,
.article-card li{
  font-size:1rem !important;
  line-height:1.85 !important;
  font-weight:400 !important;
}
.thanks h1{
  font-size:2rem !important;
  line-height:1.3 !important;
  font-weight:700 !important;
}
.thanks p{
  font-size:1rem !important;
  line-height:1.75 !important;
  font-weight:400 !important;
}
@media(max-width:760px){
  :root{
    --type-h1:2rem;
    --type-h2:1.625rem;
    --type-h3:1.1875rem;
    --type-card-title:1.0625rem;
  }
  body{
    font-size:1rem !important;
    line-height:1.7 !important;
  }
  p,
  li,
  .section-heading p,
  .seo-intro p,
  .seo-sales-copy p,
  .sales-contact-copy p{
    font-size:1rem !important;
    line-height:1.72 !important;
  }
  .section-heading h2,
  .seo-intro h2,
  .seo-sales-copy h2,
  .sales-contact-copy h2,
  .contact-copy h2,
  .price-left h2,
  .pricing-sales-copy h2{
    font-size:var(--type-h2) !important;
    line-height:1.35 !important;
  }
  .fixed-nav a,
  .fixed-btn,
  .sales-btn,
  .btn,
  .hero-cta-primary,
  .hero-cta-secondary{
    font-size:.9375rem !important;
  }
  .article-card h1{
    font-size:1.75rem !important;
    line-height:1.35 !important;
  }
  .article-card h2{
    font-size:1.25rem !important;
  }
}
@media(max-width:420px){
  :root{
    --type-h1:1.75rem;
    --type-h2:1.5rem;
  }
  .fixed-top-menu .brand-logo-header .brand-wordmark{
    font-size:1rem !important;
  }
}

/* Hero subtitle emphasis */
.hero-graphic-banner #hero-title span{
  font-size:var(--type-h2) !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
@media(max-width:760px){
  .hero-graphic-banner #hero-title span{
    font-size:var(--type-h2) !important;
    line-height:1.35 !important;
    font-weight:700 !important;
  }
}

/* Keep why cards readable on the light card surface */
.sales-why-section .sales-why-grid article{
  background:#ffffff !important;
  border-color:#e5edf8 !important;
  color:#12377d !important;
}
.sales-why-section .sales-why-grid article h3{
  color:#12377d !important;
}
.sales-why-section .sales-why-grid article p{
  color:#64748b !important;
}

/* Trust section color correction */
.trust-stack-section{
  background:#ffffff !important;
}
.trust-stack-section .trust-stack-panel{
  background:
    radial-gradient(circle at 88% 18%, rgba(255,138,31,.16), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(91,146,229,.22), transparent 24%),
    linear-gradient(135deg,#0b3478 0%,#1559ad 58%,#0a3b86 100%) !important;
  border:1px solid rgba(214,229,255,.42) !important;
  color:#ffffff !important;
  box-shadow:0 22px 50px rgba(8,47,107,.22) !important;
}
.trust-stack-section .section-kicker{
  background:#eaf3ff !important;
  border:1px solid #cfe0fb !important;
  color:#1f66c7 !important;
}
.trust-stack-panel h2,
.trust-stack-panel p{
  color:#ffffff !important;
}
.trust-stack-panel p{
  opacity:.86;
}
.trust-stack-grid span{
  background:rgba(5,31,88,.76) !important;
  border-color:rgba(202,222,255,.28) !important;
  color:#ffffff !important;
  box-shadow:0 10px 24px rgba(5,31,88,.18) !important;
}
.trust-stack-grid span:before{
  background:#ffffff !important;
  color:#16a366 !important;
}

/* Requested layout polish */
.hero-graphic-banner .hero-full-image{
  aspect-ratio:16 / 9 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.hero-graphic-banner .hero-full-image:before{
  display:none !important;
  content:none !important;
  background:none !important;
}
.hero-graphic-banner .hero-full-image img{
  transform:none !important;
  transform-origin:center center !important;
}
.hero-graphic-banner .hero-full-image:after{
  display:none !important;
  content:none !important;
  box-shadow:none !important;
}
.sales-banner-clean .sales-banner-clean-box{
  grid-template-columns:minmax(380px,1.05fr) minmax(0,.95fr) !important;
}
.sales-banner-clean .sales-banner-visual{
  order:1 !important;
}
.sales-banner-clean .sales-banner-clean-content{
  order:2 !important;
}
.sales-banner-clean .sales-banner-benefit-row{
  order:3 !important;
}
@media(max-width:980px){
  .sales-banner-clean .sales-banner-clean-box{
    grid-template-columns:1fr !important;
  }
  .sales-banner-clean .sales-banner-visual{
    order:1 !important;
  }
  .sales-banner-clean .sales-banner-clean-content{
    order:2 !important;
  }
}

/* Centered Helpdesk section layout */
.seo-intro-feature.sales-banner-clean .sales-banner-clean-box{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important}
.seo-intro-feature.sales-banner-clean .sales-banner-clean-box{padding:0 !important;gap:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}
.seo-intro-feature.sales-banner-clean .sales-banner-clean-content{max-width:850px !important;width:100% !important;margin:0 auto !important}
.seo-intro-feature.sales-banner-clean .sales-banner-visual{order:2 !important;width:min(100%,1000px) !important;height:auto !important;min-height:0 !important;margin:20px auto 0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;align-self:center !important}
.seo-intro-feature.sales-banner-clean .sales-banner-visual img{display:block !important;width:100% !important;aspect-ratio:16/6.5 !important;object-fit:cover !important;border:0 !important;border-radius:20px !important;box-shadow:none !important}
.seo-intro-feature.sales-banner-clean .sales-banner-benefit-row{order:3 !important;width:100% !important;margin-top:-95px !important}
.repair-management-copy h2,
.asset-management-intro h2{font-size:clamp(1.65rem,2.4vw,2.2rem) !important;line-height:1.28 !important}

/* Three-product solution showcase — intentionally scoped to this section only */
.sales-solution-section .solutions-showcase > .section-heading{
  max-width:980px;
  margin-bottom:48px;
}
.sales-solution-section .solutions-showcase > .section-heading h2{
  font-size:clamp(2rem,3.6vw,3.25rem) !important;
  line-height:1.2 !important;
  color:#0b2f68 !important;
}
.sales-solution-section .solution-panel{
  position:relative;
  isolation:isolate;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
  gap:clamp(28px,4vw,58px);
  padding:clamp(30px,4vw,56px);
  border:1px solid rgba(255,255,255,.2);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(7,43,101,.18);
}
.sales-solution-section .solution-panel + .solution-panel{
  margin-top:40px;
}
.sales-solution-section .solution-panel::before,
.sales-solution-section .solution-panel::after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
}
.sales-solution-section .solution-panel::before{
  width:330px;
  height:330px;
  top:-190px;
  right:18%;
  background:rgba(88,170,255,.18);
  filter:blur(2px);
}
.sales-solution-section .solution-panel::after{
  width:210px;
  height:210px;
  left:-120px;
  bottom:-130px;
  background:rgba(255,139,45,.12);
}
.sales-solution-section .helpdesk-solution-panel{
  background:linear-gradient(135deg,#082d68 0%,#0d55ad 58%,#1972d3 100%);
}
.sales-solution-section .asset-solution-panel{
  background:linear-gradient(135deg,#063f61 0%,#087a91 56%,#129ca5 100%);
}
.sales-solution-section .repair-solution-panel{
  background:linear-gradient(135deg,#302369 0%,#5440a1 55%,#7657c7 100%);
}
.sales-solution-section .solution-copy{
  position:relative;
  z-index:1;
}
.sales-solution-section .asset-solution-panel .solution-copy{
  order:2;
}
.sales-solution-section .asset-solution-panel .solution-score-card{
  order:1;
}
.sales-solution-section .solution-copy .section-kicker{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 15px;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:.86rem;
  font-weight:800;
  backdrop-filter:blur(10px);
}
.sales-solution-section .solution-copy h2{
  max-width:760px;
  margin-bottom:16px;
  font-size:clamp(1.8rem,2.7vw,2.65rem);
  line-height:1.24;
  text-wrap:balance;
}
.sales-solution-section .solution-copy > p{
  margin-bottom:26px;
  color:rgba(255,255,255,.88);
  font-size:1.02rem;
  line-height:1.85;
}
.sales-solution-section .solution-list{
  gap:12px;
}
.sales-solution-section .solution-list span{
  display:flex;
  align-items:center;
  min-height:58px;
  padding:13px 16px;
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.sales-solution-section .solution-list span::before{
  display:grid;
  place-items:center;
  flex:0 0 24px;
  width:24px;
  height:24px;
  margin-right:10px;
  border-radius:50%;
  background:rgba(104,255,177,.15);
  color:#75ffb6;
}
.sales-solution-section .solution-score-card{
  position:relative;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 20px 24px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:26px;
  background:rgba(255,255,255,.96);
  box-shadow:0 22px 46px rgba(3,23,61,.24);
}
.sales-solution-section .solution-score-card .content-card-image{
  aspect-ratio:16/9;
  margin-bottom:20px;
  border-radius:17px;
  object-fit:cover;
  box-shadow:0 10px 24px rgba(19,60,117,.12);
}
.sales-solution-section .solution-score-card strong{
  color:#12376f;
  font-size:1.08rem !important;
  line-height:1.45;
}
.sales-solution-section .solution-score-card .score-number{
  margin:14px 0 12px;
  font-size:clamp(2.65rem,4vw,4.15rem);
  line-height:1.04;
  letter-spacing:-.04em;
}
.sales-solution-section .solution-score-card p{
  margin:0 0 20px;
  font-size:.96rem;
  line-height:1.7;
}
.sales-solution-section .solution-score-card .sales-btn{
  width:100%;
  margin-top:auto;
  box-shadow:0 12px 26px rgba(255,113,17,.22);
}
@media(max-width:1024px){
  .sales-solution-section .solution-panel{
    grid-template-columns:1fr;
    gap:28px;
  }
  .sales-solution-section .asset-solution-panel .solution-copy,
  .sales-solution-section .asset-solution-panel .solution-score-card{
    order:initial;
  }
  .sales-solution-section .solution-score-card{
    max-width:620px;
    width:100%;
    margin:0 auto;
  }
}
@media(max-width:640px){
  .sales-solution-section .solutions-showcase > .section-heading{
    margin-bottom:30px;
  }
  .sales-solution-section .solution-panel{
    padding:22px;
    border-radius:24px;
  }
  .sales-solution-section .solution-panel + .solution-panel{
    margin-top:24px;
  }
  .sales-solution-section .solution-list{
    grid-template-columns:1fr;
  }
  .sales-solution-section .solution-copy h2{
    font-size:1.65rem;
  }
  .sales-solution-section .solution-score-card{
    padding:16px 16px 20px;
    border-radius:20px;
  }
}

/* Business Impact composition */
.conversion-impact-section{
  position:relative;
  overflow:hidden;
  padding:clamp(72px,7vw,104px) 0 62px;
  background:
    radial-gradient(circle at 50% 0,rgba(30,105,209,.42),transparent 36%),
    linear-gradient(135deg,#061846 0%,#073476 55%,#0b438e 100%) !important;
}
.conversion-impact-section::before,
.conversion-impact-section::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:90px;
  background:rgba(46,119,220,.10);
  transform:rotate(45deg);
  pointer-events:none;
}
.conversion-impact-section::before{top:-300px;right:-160px}
.conversion-impact-section::after{bottom:-330px;left:-190px}
.conversion-impact-section .container{max-width:1660px}
.conversion-impact-section .section-heading{
  max-width:1120px;
  margin-bottom:34px;
}
.conversion-impact-section .section-heading .section-kicker{
  padding:8px 24px !important;
  border:1px solid rgba(180,214,255,.55) !important;
  border-radius:999px;
  background:rgba(255,255,255,.07) !important;
  box-shadow:inset 0 0 20px rgba(93,160,255,.08);
}
.conversion-impact-section .section-heading h2{
  margin-top:12px;
  font-size:clamp(2.25rem,4vw,4rem) !important;
  line-height:1.12 !important;
}
.conversion-impact-section .section-heading h2 em{
  color:#ff7818;
  font-style:normal;
}
.conversion-impact-section .section-heading p{
  max-width:1050px;
  margin:0 auto;
  color:rgba(255,255,255,.86) !important;
  font-size:clamp(1rem,1.25vw,1.25rem) !important;
  line-height:1.65 !important;
}
.conversion-impact-section .section-heading::after{
  width:104px;
  height:5px;
  margin-top:22px;
  background:linear-gradient(90deg,#ff7818 0%,#ff7818 34%,#5ca4ff 72%,#2879ed 100%);
}
.conversion-impact-section .impact-number-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:0;
}
.conversion-impact-section .impact-number-grid article{
  min-height:270px;
  padding:28px 26px 30px !important;
  border:1px solid #dbe6f5 !important;
  border-radius:10px !important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;
  box-shadow:0 18px 38px rgba(0,16,55,.22) !important;
  text-align:center !important;
}
.conversion-impact-section .impact-number-grid strong{
  display:inline-flex !important;
  align-items:center;
  gap:9px;
  min-height:46px;
  padding:8px 18px !important;
  margin:0 auto 18px !important;
  border:1px solid #d8e6fb;
  border-radius:999px;
  background:linear-gradient(180deg,#f5f9ff,#eaf3ff);
  color:#1658b4 !important;
  font-size:1rem !important;
  box-shadow:inset 0 1px 0 #fff;
}
.conversion-impact-section .impact-number-grid strong img{
  width:28px;
  height:28px;
  margin:0;
  object-fit:contain;
}
.conversion-impact-section .impact-number-grid h3{
  margin:0 0 12px;
  color:#0b3271 !important;
  font-size:1.2rem !important;
  line-height:1.4 !important;
}
.conversion-impact-section .impact-number-grid p{
  margin:0;
  color:#5f7392 !important;
  font-size:1rem !important;
  line-height:1.65 !important;
}
.conversion-impact-section .impact-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  margin-top:28px;
}
.conversion-impact-section .impact-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-width:280px;
  min-height:58px;
  padding:13px 28px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
}
.conversion-impact-section .impact-secondary-btn{
  border:1px solid rgba(255,255,255,.82);
  color:#fff;
  background:rgba(255,255,255,.04);
}
.conversion-impact-section .impact-note{
  margin:14px 0 0;
  color:rgba(255,255,255,.78);
  text-align:center;
}
@media(max-width:1100px){
  .conversion-impact-section .impact-number-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .conversion-impact-section{padding:60px 0 48px}
  .conversion-impact-section .section-heading h2{font-size:2rem !important}
  .conversion-impact-section .section-heading h2 br,
  .conversion-impact-section .section-heading p br{display:none}
  .conversion-impact-section .impact-number-grid{grid-template-columns:1fr}
  .conversion-impact-section .impact-number-grid article{min-height:0;padding:24px 20px !important}
  .conversion-impact-section .impact-actions{flex-direction:column;align-items:stretch}
  .conversion-impact-section .impact-actions a{width:100%;min-width:0}
  .conversion-impact-section .impact-note{font-size:.88rem;line-height:1.7}
}

/* Richer presentation without returning to heavy bordered panels */
.sales-solution-section .solutions-showcase{
  position:relative;
}
.sales-solution-section .solution-panel,
.sales-solution-section .asset-solution-panel,
.sales-solution-section .repair-solution-panel{
  position:relative;
  isolation:isolate;
  margin-bottom:34px;
  padding:clamp(42px,5vw,68px);
  border:0;
  border-radius:36px;
  overflow:hidden;
}
.sales-solution-section .helpdesk-solution-panel{
  background:linear-gradient(135deg,#f0f6ff 0%,#ffffff 52%,#eaf4ff 100%);
}
.sales-solution-section .asset-solution-panel{
  background:linear-gradient(135deg,#eafaf8 0%,#ffffff 52%,#edfafa 100%);
}
.sales-solution-section .repair-solution-panel{
  background:linear-gradient(135deg,#f4f0ff 0%,#ffffff 52%,#f2efff 100%);
}
.sales-solution-section .solution-panel + .solution-panel{
  margin-top:0;
  border-top:0;
}
.sales-solution-section .solution-panel::before,
.sales-solution-section .solution-panel::after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
}
.sales-solution-section .solution-panel::before{
  width:360px;
  height:360px;
  top:-230px;
  right:-100px;
  background:color-mix(in srgb,var(--solution-accent) 15%,transparent);
  filter:blur(4px);
}
.sales-solution-section .solution-panel::after{
  width:220px;
  height:220px;
  left:-130px;
  bottom:-145px;
  background:color-mix(in srgb,var(--solution-accent) 10%,transparent);
}
.sales-solution-section .asset-solution-panel::before{
  right:auto;
  left:-100px;
}
.sales-solution-section .asset-solution-panel::after{
  right:-130px;
  left:auto;
}
.sales-solution-section .solution-copy .section-kicker{
  padding:9px 14px;
  border-radius:999px;
  background:color-mix(in srgb,var(--solution-accent) 10%,white);
  box-shadow:0 8px 20px color-mix(in srgb,var(--solution-accent) 9%,transparent);
}
.sales-solution-section .solution-copy .section-kicker::before{
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:50%;
  box-shadow:0 0 0 5px color-mix(in srgb,var(--solution-accent) 12%,transparent);
}
.sales-solution-section .solution-list{
  gap:12px;
  border-top:0;
}
.sales-solution-section .solution-list span{
  min-height:62px;
  padding:14px 16px 14px 15px;
  border:1px solid color-mix(in srgb,var(--solution-accent) 12%,white);
  border-radius:15px;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 24px rgba(20,55,105,.06);
}
.sales-solution-section .solution-list span::before{
  box-shadow:0 5px 12px color-mix(in srgb,var(--solution-accent) 15%,transparent);
}
.sales-solution-section .solution-score-card .content-card-image{
  border:8px solid rgba(255,255,255,.9);
  box-shadow:0 28px 58px color-mix(in srgb,var(--solution-accent) 18%,transparent);
  transform:rotate(1deg);
}
.sales-solution-section .asset-solution-panel .solution-score-card .content-card-image{
  transform:rotate(-1deg);
}
.sales-solution-section .solution-score-card strong,
.sales-solution-section .solution-score-card .score-number,
.sales-solution-section .solution-score-card p,
.sales-solution-section .solution-score-card .sales-btn{
  margin-left:14px;
  margin-right:14px;
}
.sales-solution-section .solution-score-card strong{
  padding-left:13px;
  border-left:3px solid var(--solution-accent);
}
.sales-solution-section .solution-score-card .sales-btn{
  display:flex;
  width:calc(100% - 28px);
  min-height:52px;
}
@media(max-width:640px){
  .sales-solution-section .solution-panel,
  .sales-solution-section .asset-solution-panel,
  .sales-solution-section .repair-solution-panel{
    margin-bottom:20px;
    padding:28px 20px;
    border-radius:26px;
  }
  .sales-solution-section .solution-list{
    gap:10px;
  }
  .sales-solution-section .solution-score-card .content-card-image{
    border-width:5px;
    border-radius:22px;
    transform:none;
  }
}

/* Open editorial layout for the three solution sections */
.sales-solution-section .solutions-showcase{
  --solution-blue:#1767c7;
}
.sales-solution-section .solution-panel,
.sales-solution-section .asset-solution-panel,
.sales-solution-section .repair-solution-panel{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:clamp(44px,7vw,92px);
  align-items:center;
  margin:0;
  padding:clamp(58px,7vw,94px) 0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  color:#17365f;
  box-shadow:none;
}
.sales-solution-section .solution-panel + .solution-panel{
  margin-top:0;
  border-top:1px solid #dce6f3;
}
.sales-solution-section .solution-panel::before,
.sales-solution-section .solution-panel::after{
  display:none;
}
.sales-solution-section .helpdesk-solution-panel{--solution-accent:#1767c7}
.sales-solution-section .asset-solution-panel{--solution-accent:#078994}
.sales-solution-section .repair-solution-panel{--solution-accent:#6650b8}
.sales-solution-section .asset-solution-panel .solution-copy{order:2}
.sales-solution-section .asset-solution-panel .solution-score-card{order:1}
.sales-solution-section .solution-copy .section-kicker{
  min-height:0;
  padding:0;
  margin-bottom:18px;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--solution-accent);
  font-size:.86rem;
  letter-spacing:.02em;
  backdrop-filter:none;
}
.sales-solution-section .solution-copy .section-kicker::before{
  content:"";
  width:34px;
  height:3px;
  margin-right:10px;
  border-radius:999px;
  background:var(--solution-accent);
}
.sales-solution-section .solution-copy h2{
  color:#0b2f68;
  font-size:clamp(2rem,3vw,2.85rem);
  line-height:1.22;
}
.sales-solution-section .solution-copy > p{
  color:#526b8b;
  font-size:1.04rem;
  line-height:1.9;
}
.sales-solution-section .solution-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:28px;
  row-gap:0;
  border-top:1px solid #e1e8f2;
}
.sales-solution-section .solution-list span{
  min-height:58px;
  padding:14px 0;
  border:0;
  border-bottom:1px solid #e1e8f2;
  border-radius:0;
  background:transparent;
  color:#173d70;
  box-shadow:none;
  backdrop-filter:none;
}
.sales-solution-section .solution-list span::before{
  background:color-mix(in srgb,var(--solution-accent) 11%,white);
  color:var(--solution-accent);
}
.sales-solution-section .solution-score-card{
  align-self:center;
  display:block;
  max-width:none;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  text-align:left;
}
.sales-solution-section .solution-score-card .content-card-image{
  width:100%;
  aspect-ratio:4/3;
  margin:0 0 26px;
  border-radius:28px;
  object-fit:cover;
  box-shadow:0 24px 54px rgba(17,55,108,.16);
}
.sales-solution-section .solution-score-card strong{
  display:block;
  color:var(--solution-accent);
  font-size:1rem !important;
  line-height:1.5;
}
.sales-solution-section .solution-score-card .score-number{
  margin:8px 0 12px;
  color:#0b2f68;
  font-size:clamp(2.25rem,3.4vw,3.65rem);
  line-height:1.05;
}
.sales-solution-section .solution-score-card p{
  color:#637690;
  line-height:1.75;
}
.sales-solution-section .solution-score-card .sales-btn{
  width:auto;
  min-width:230px;
  margin-top:2px;
  box-shadow:0 12px 26px rgba(255,113,17,.18);
}
@media(max-width:1024px){
  .sales-solution-section .solution-panel,
  .sales-solution-section .asset-solution-panel,
  .sales-solution-section .repair-solution-panel{
    grid-template-columns:1fr;
    gap:34px;
    padding:58px 0;
  }
  .sales-solution-section .asset-solution-panel .solution-copy{order:1}
  .sales-solution-section .asset-solution-panel .solution-score-card{order:2}
  .sales-solution-section .solution-score-card{
    max-width:680px;
  }
}
@media(max-width:640px){
  .sales-solution-section .solution-panel,
  .sales-solution-section .asset-solution-panel,
  .sales-solution-section .repair-solution-panel{
    padding:42px 0;
  }
  .sales-solution-section .solution-list{
    grid-template-columns:1fr;
  }
  .sales-solution-section .solution-copy h2{
    font-size:1.75rem;
  }
  .sales-solution-section .solution-score-card .content-card-image{
    aspect-ratio:16/10;
    border-radius:20px;
  }
  .sales-solution-section .solution-score-card .sales-btn{
    width:100%;
  }
}

/* Final visual layer: soft color fields, depth and richer feature cards */
.sales-solution-section .solution-panel,
.sales-solution-section .asset-solution-panel,
.sales-solution-section .repair-solution-panel{
  isolation:isolate;
  margin-bottom:34px;
  padding:clamp(42px,5vw,68px);
  overflow:hidden;
  border:0;
  border-radius:36px;
}
.sales-solution-section .helpdesk-solution-panel{background:linear-gradient(135deg,#f0f6ff 0%,#fff 52%,#eaf4ff 100%)}
.sales-solution-section .asset-solution-panel{background:linear-gradient(135deg,#eafaf8 0%,#fff 52%,#edfafa 100%)}
.sales-solution-section .repair-solution-panel{background:linear-gradient(135deg,#f4f0ff 0%,#fff 52%,#f2efff 100%)}
.sales-solution-section .solution-panel + .solution-panel{border-top:0}
.sales-solution-section .solution-panel::before,
.sales-solution-section .solution-panel::after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
}
.sales-solution-section .solution-panel::before{
  width:360px;height:360px;top:-230px;right:-100px;
  background:color-mix(in srgb,var(--solution-accent) 15%,transparent);
}
.sales-solution-section .solution-panel::after{
  width:220px;height:220px;left:-130px;bottom:-145px;
  background:color-mix(in srgb,var(--solution-accent) 10%,transparent);
}
.sales-solution-section .asset-solution-panel::before{right:auto;left:-100px}
.sales-solution-section .asset-solution-panel::after{right:-130px;left:auto}
.sales-solution-section .solution-copy .section-kicker{
  padding:9px 14px;
  border-radius:999px;
  background:color-mix(in srgb,var(--solution-accent) 10%,white);
  box-shadow:0 8px 20px color-mix(in srgb,var(--solution-accent) 9%,transparent);
}
.sales-solution-section .solution-copy .section-kicker::before{
  width:8px;height:8px;margin-right:8px;border-radius:50%;
  box-shadow:0 0 0 5px color-mix(in srgb,var(--solution-accent) 12%,transparent);
}
.sales-solution-section .solution-list{gap:12px;border-top:0}
.sales-solution-section .solution-list span{
  min-height:62px;
  padding:14px 16px;
  border:1px solid color-mix(in srgb,var(--solution-accent) 12%,white);
  border-radius:15px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 24px rgba(20,55,105,.06);
}
.sales-solution-section .solution-score-card .content-card-image{
  border:8px solid rgba(255,255,255,.92);
  box-shadow:0 28px 58px color-mix(in srgb,var(--solution-accent) 18%,transparent);
  transform:rotate(1deg);
}
.sales-solution-section .asset-solution-panel .solution-score-card .content-card-image{transform:rotate(-1deg)}
.sales-solution-section .solution-score-card strong,
.sales-solution-section .solution-score-card .score-number,
.sales-solution-section .solution-score-card p,
.sales-solution-section .solution-score-card .sales-btn{margin-left:14px;margin-right:14px}
.sales-solution-section .solution-score-card strong{padding-left:13px;border-left:3px solid var(--solution-accent)}
.sales-solution-section .solution-score-card .sales-btn{display:flex;width:calc(100% - 28px);min-height:52px}
@media(max-width:640px){
  .sales-solution-section .solution-panel,
  .sales-solution-section .asset-solution-panel,
  .sales-solution-section .repair-solution-panel{
    margin-bottom:20px;
    padding:28px 20px;
    border-radius:26px;
  }
  .sales-solution-section .solution-list{gap:10px}
  .sales-solution-section .solution-score-card .content-card-image{border-width:5px;transform:none}
}

/* Section 2: dark-blue treatment matching the problem section */
.sales-solution-section .asset-solution-panel{
  background:
    radial-gradient(circle at 82% 18%,rgba(91,146,229,.20),transparent 24%),
    radial-gradient(circle at 12% 82%,rgba(255,138,31,.10),transparent 24%),
    linear-gradient(135deg,#061746 0%,#082f6b 58%,#0a3678 100%);
  color:#fff;
}
.sales-solution-section .asset-solution-panel .solution-copy h2{
  color:#fff;
}
.sales-solution-section .asset-solution-panel .solution-copy > p{
  color:rgba(255,255,255,.82);
}
.sales-solution-section .asset-solution-panel .solution-copy .section-kicker{
  color:#b9d7ff;
  background:rgba(255,255,255,.10);
  box-shadow:none;
}
.sales-solution-section .asset-solution-panel .solution-copy .section-kicker::before{
  background:#65a8ff;
  box-shadow:0 0 0 5px rgba(101,168,255,.14);
}
.sales-solution-section .asset-solution-panel .solution-list span{
  color:#fff;
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.sales-solution-section .asset-solution-panel .solution-list span::before{
  color:#75ffb6;
  background:rgba(117,255,182,.12);
  box-shadow:none;
}
.sales-solution-section .asset-solution-panel .solution-score-card{
  padding:20px 20px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.97);
  box-shadow:0 24px 54px rgba(0,12,45,.30);
}
.sales-solution-section .asset-solution-panel .solution-score-card .content-card-image{
  border:0;
  transform:none;
}
@media(max-width:640px){
  .sales-solution-section .asset-solution-panel .solution-score-card{
    padding:16px 16px 20px;
    border-radius:20px;
  }
}

/* Why PNSoft Service — scoped section design */
#why.sales-why-section{
  position:relative;
  overflow:hidden;
  padding:clamp(76px,8vw,112px) 0;
  background:
    radial-gradient(circle at 8% 15%,rgba(44,119,225,.10),transparent 25%),
    radial-gradient(circle at 92% 86%,rgba(255,126,27,.10),transparent 24%),
    linear-gradient(180deg,#f8fbff 0%,#fff 48%,#f7faff 100%) !important;
}
#why .container{position:relative;z-index:1}
#why .section-heading{
  max-width:1000px;
  margin-bottom:44px;
}
#why .section-heading::before{
  content:"Why PNSoft Service";
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 16px;
  margin-bottom:16px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff942f,#ff7216);
  color:#fff;
  font-size:.82rem;
  font-weight:800;
  box-shadow:0 9px 22px rgba(255,119,24,.20);
}
#why .section-heading h2{
  color:#0b3474 !important;
  font-size:clamp(1.7rem,2.6vw,2.4rem) !important;
  line-height:1.22 !important;
}
#why .section-heading p{
  max-width:940px;
  margin:0 auto;
  color:#5e7391 !important;
  font-size:1.05rem !important;
  line-height:1.85 !important;
}
#why .sales-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
#why .sales-why-grid article{
  position:relative;
  min-height:285px;
  padding:30px 24px 28px;
  overflow:hidden;
  border:1px solid #dce7f5;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 42px rgba(15,55,111,.09);
  transition:transform .25s ease,box-shadow .25s ease;
}
#why .sales-why-grid article::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,#2474df,#55a0ff);
}
#why .sales-why-grid article:nth-child(2)::before{background:linear-gradient(90deg,#078994,#42c7bb)}
#why .sales-why-grid article:nth-child(3)::before{background:linear-gradient(90deg,#6650b8,#9b7be7)}
#why .sales-why-grid article:nth-child(4)::before{background:linear-gradient(90deg,#ff7a18,#ffad4d)}
#why .sales-why-grid article:hover{
  transform:translateY(-7px);
  box-shadow:0 25px 50px rgba(15,55,111,.14);
}
#why .sales-why-grid img{
  width:68px;
  height:68px;
  margin:0 auto 20px;
  padding:14px;
  border-radius:20px;
  background:#edf5ff;
  box-shadow:0 10px 24px rgba(35,105,205,.12);
}
#why .sales-why-grid article:nth-child(2) img{background:#e9faf7}
#why .sales-why-grid article:nth-child(3) img{background:#f2efff}
#why .sales-why-grid article:nth-child(4) img{background:#fff3e8}
#why .sales-why-grid h3{
  margin:0 0 12px;
  color:#0e3978 !important;
  font-size:1.14rem !important;
  line-height:1.45 !important;
}
#why .sales-why-grid p{
  margin:0;
  color:#637793 !important;
  font-size:.98rem !important;
  line-height:1.75 !important;
}
#why .why-closing-line{
  max-width:980px;
  margin:34px auto 0;
  padding:20px 28px;
  border:1px solid #d7e5f7;
  border-radius:18px;
  background:linear-gradient(90deg,#edf5ff,#fff,#fff5eb);
  color:#0d3978 !important;
  font-size:1.08rem;
  font-weight:800;
  line-height:1.7;
  text-align:center;
  box-shadow:0 14px 34px rgba(15,55,111,.08);
}
@media(max-width:1024px){
  #why .sales-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #why .sales-why-grid article{min-height:250px}
}
@media(max-width:640px){
  #why.sales-why-section{padding:62px 0}
  #why .section-heading{margin-bottom:30px}
  #why .section-heading h2{font-size:1.55rem !important}
  #why .section-heading p{text-align:left}
  #why .sales-why-grid{grid-template-columns:1fr;gap:14px}
  #why .sales-why-grid article{min-height:0;padding:25px 20px !important}
  #why .why-closing-line{margin-top:24px;padding:18px 20px;font-size:1rem;text-align:left}
}

/* Section 2 full-bleed background with container-aligned content */
.sales-solution-section .asset-solution-panel{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-bottom:34px;
  padding-top:clamp(64px,7vw,100px);
  padding-right:max(24px,calc((100vw - 1200px)/2));
  padding-bottom:clamp(64px,7vw,100px);
  padding-left:max(24px,calc((100vw - 1200px)/2));
  border-radius:0;
}
@media(max-width:640px){
  .sales-solution-section .asset-solution-panel{
    padding-top:48px;
    padding-right:20px;
    padding-bottom:48px;
    padding-left:20px;
  }
}

/* Modern header wordmark */
.fixed-top-menu .brand-logo-header{
  display:inline-flex !important;
  align-items:center !important;
  gap:11px !important;
  min-height:52px;
  padding:5px 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none;
  transition:transform .2s ease,border-color .2s ease,background .2s ease !important;
}
.fixed-top-menu .brand-logo-header:hover{
  transform:translateY(-2px);
  border-color:transparent !important;
  background:transparent !important;
}
.fixed-top-menu .brand-logo-header .brand-icon-wrap{
  position:relative;
  display:grid !important;
  place-items:center;
  width:58px !important;
  height:58px !important;
  flex:0 0 58px;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.fixed-top-menu .brand-logo-header .brand-icon-wrap::after{
  display:none !important;
  content:"";
  position:absolute;
  inset:auto 5px 3px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#2478df,#ff7b18);
  opacity:.8;
}
.fixed-top-menu .brand-logo-header .brand-icon-image{
  width:48px !important;
  height:48px !important;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.18));
}
.fixed-top-menu .brand-logo-header .brand-wordmark{
  display:flex !important;
  align-items:baseline !important;
  gap:5px !important;
  padding:0 !important;
  font-size:1.65rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:-.025em !important;
  text-shadow:none !important;
}
.fixed-top-menu .brand-logo-header .brand-word-primary{
  color:#fff !important;
  font-size:inherit !important;
  letter-spacing:inherit !important;
}
.fixed-top-menu .brand-logo-header .brand-word-primary::after{display:none !important}
.fixed-top-menu .brand-logo-header .brand-word-accent{
  padding:0 !important;
  border-radius:0 !important;
  background:linear-gradient(135deg,#ffad43,#ff6f0f) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
  font-size:inherit !important;
  letter-spacing:inherit !important;
  text-transform:none !important;
}
@media(max-width:760px){
  .fixed-top-menu .brand-logo-header{
    min-height:46px;
    padding:4px 10px 4px 5px !important;
    border-radius:13px !important;
  }
  .fixed-top-menu .brand-logo-header .brand-icon-wrap{
    width:46px !important;
    height:46px !important;
    flex-basis:46px;
    border-radius:10px !important;
  }
  .fixed-top-menu .brand-logo-header .brand-icon-image{width:38px !important;height:38px !important}
  .fixed-top-menu .brand-logo-header .brand-wordmark{font-size:1.25rem !important}
}

.conversion-impact-section .section-heading .section-kicker,
.department-usecase-section .section-heading .section-kicker,
#customers .section-heading .section-kicker{
  border-color:transparent !important;
  background:#ff7f22 !important;
  color:#fff !important;
  box-shadow:none !important;
  padding:9px 18px !important;
  border-radius:999px !important;
  line-height:1.2 !important;
}
#features .section-heading::before{
  padding:9px 18px;
  border-radius:999px;
  background:#ff7f22;
  box-shadow:none;
  line-height:1.2;
}

/* Customer fit — open editorial rows, no card blocks */
#customers.sales-customer-section{
  position:relative;
  overflow:hidden;
  padding:clamp(78px,8vw,116px) 0;
  background:
    radial-gradient(circle at 12% 10%,rgba(49,122,227,.23),transparent 28%),
    radial-gradient(circle at 90% 85%,rgba(255,123,24,.10),transparent 25%),
    linear-gradient(135deg,#061746 0%,#082f6b 60%,#0a3b80 100%) !important;
}
#customers .container{position:relative;z-index:1}
#customers .section-heading{max-width:1060px;margin-bottom:48px}
#customers .section-heading .section-kicker{
  padding:8px 20px !important;
  border:1px solid #ff7f22 !important;
  border-radius:999px;
  background:#ff7f22 !important;
  color:#fff !important;
  box-shadow:none !important;
}
#customers .section-heading h2{
  color:#fff !important;
  font-size:clamp(1.75rem,2.8vw,2.55rem) !important;
  line-height:1.25 !important;
}
#customers .section-heading p{
  max-width:980px;
  margin:0 auto;
  color:rgba(255,255,255,.82) !important;
  font-size:1.05rem !important;
  line-height:1.85 !important;
}
#customers .sales-customer-grid{
  display:block;
  max-width:1100px;
  margin:0 auto;
  border-top:1px solid rgba(255,255,255,.20);
}
#customers .sales-customer-grid article{
  display:grid;
  grid-template-columns:70px 78px minmax(240px,.75fr) minmax(0,1.25fr);
  gap:24px;
  align-items:center;
  min-height:150px;
  padding:28px 6px !important;
  border:0 !important;
  border-bottom:1px solid rgba(255,255,255,.20) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:left !important;
  transition:padding .25s ease,background .25s ease;
}
#customers .sales-customer-grid article:hover{
  padding-right:20px !important;
  padding-left:20px !important;
  background:rgba(255,255,255,.06) !important;
}
#customers .customer-number{
  color:rgba(255,255,255,.42);
  font-size:1rem;
  font-weight:900;
  letter-spacing:.08em;
}
#customers .sales-customer-grid .card-icon-img{
  width:64px !important;
  height:64px !important;
  margin:0 !important;
  padding:14px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 12px 28px rgba(0,11,42,.24);
}
#customers .sales-customer-grid h3{
  margin:0;
  color:#fff !important;
  font-size:1.2rem !important;
  line-height:1.45 !important;
}
#customers .sales-customer-grid p{
  margin:0;
  color:rgba(255,255,255,.76) !important;
  font-size:1rem !important;
  line-height:1.75 !important;
}
#customers .customer-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  margin-top:38px;
}
#customers .customer-cta p{
  margin:0;
  color:#fff;
  font-size:1.08rem;
  font-weight:800;
  line-height:1.7;
}
#customers .customer-cta .sales-btn{min-width:250px;white-space:nowrap}
@media(max-width:900px){
  #customers .sales-customer-grid article{
    grid-template-columns:52px 66px 1fr;
    gap:18px;
  }
  #customers .sales-customer-grid article p{grid-column:3}
  #customers .sales-customer-grid .card-icon-img{width:56px !important;height:56px !important;padding:12px}
  #customers .customer-cta{flex-direction:column;text-align:center}
}
@media(max-width:640px){
  #customers.sales-customer-section{padding:60px 0}
  #customers .section-heading{margin-bottom:32px}
  #customers .section-heading h2{font-size:1.6rem !important}
  #customers .section-heading p{text-align:left}
  #customers .sales-customer-grid article{
    grid-template-columns:42px 54px 1fr;
    gap:12px;
    padding:24px 0 !important;
  }
  #customers .sales-customer-grid article:hover{padding-right:0 !important;padding-left:0 !important;background:transparent !important}
  #customers .sales-customer-grid article p{grid-column:1/-1;margin-top:4px}
  #customers .sales-customer-grid .card-icon-img{width:48px !important;height:48px !important;padding:10px}
  #customers .sales-customer-grid h3{font-size:1.08rem !important}
  #customers .customer-cta{text-align:left;align-items:stretch}
  #customers .customer-cta .sales-btn{width:100%;min-width:0;white-space:normal}
}

/* Feature workflow timeline — intentionally different from card sections */
#features.sales-feature-section{
  position:relative;
  overflow:hidden;
  padding:clamp(78px,8vw,116px) 0;
  background:
    radial-gradient(circle at 85% 12%,rgba(52,120,229,.09),transparent 25%),
    linear-gradient(180deg,#fff 0%,#f5f9ff 100%) !important;
}
#features .section-heading{max-width:1080px;margin-bottom:56px}
#features .section-heading::before{
  content:"Core Features";
  display:inline-flex;
  padding:8px 18px;
  margin-bottom:16px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff942f,#ff7216);
  color:#fff;
  font-size:.82rem;
  font-weight:800;
  box-shadow:0 9px 22px rgba(255,119,24,.20);
}
#features .section-heading h2{
  color:#0b3474 !important;
  font-size:clamp(1.75rem,2.7vw,2.55rem) !important;
  line-height:1.25 !important;
}
#features .section-heading p{
  max-width:1000px;
  margin:0 auto;
  color:#5f7390 !important;
  font-size:1.05rem !important;
  line-height:1.85 !important;
}
#features .sales-feature-grid{
  position:relative;
  display:block;
  max-width:1080px;
  margin:0 auto;
}
#features .sales-feature-grid::before{
  content:"";
  position:absolute;
  top:26px;
  bottom:26px;
  left:50%;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,#2778e3,#54a0ee,#ff821e);
  transform:translateX(-50%);
}
#features .sales-feature-grid article{
  position:relative;
  display:flex;
  align-items:flex-start;
  width:calc(50% - 46px);
  min-height:0;
  margin:0 0 24px;
  padding:14px 0 24px !important;
  border:0 !important;
  border-bottom:1px solid #dce6f3 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:right !important;
}
#features .sales-feature-grid article:nth-child(even){
  margin-left:auto;
  text-align:left !important;
}
#features .sales-feature-grid article > span{
  position:absolute;
  top:4px;
  right:-78px;
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  padding:0;
  border:7px solid #eef5ff;
  border-radius:50%;
  background:linear-gradient(135deg,#0b397d,#2678dd);
  color:#fff;
  font-size:.88rem;
  font-weight:900;
  box-shadow:0 10px 24px rgba(23,91,185,.23);
}
#features .sales-feature-grid article:nth-child(even) > span{right:auto;left:-78px}
#features .sales-feature-grid article > div{width:100%}
#features .sales-feature-grid h3{
  margin:0 0 7px;
  color:#1762c0 !important;
  font-size:.9rem !important;
  font-weight:900 !important;
  letter-spacing:.01em;
  text-transform:none;
}
#features .sales-feature-grid strong{
  display:block;
  margin-bottom:9px;
  color:#0b3474;
  font-size:1.2rem;
  line-height:1.45;
}
#features .sales-feature-grid p{
  margin:0;
  color:#607491 !important;
  font-size:.98rem !important;
  line-height:1.78 !important;
}
#features .feature-closing{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  max-width:1080px;
  margin:40px auto 0;
  padding:26px 30px;
  border-radius:22px;
  background:linear-gradient(135deg,#0a3475,#105db8);
  box-shadow:0 20px 44px rgba(10,52,117,.20);
}
#features .feature-closing p{
  margin:0;
  color:#fff;
  font-size:1.02rem;
  font-weight:700;
  line-height:1.75;
}
#features .feature-closing .sales-btn{min-width:290px;white-space:nowrap}
@media(max-width:760px){
  #features.sales-feature-section{padding:62px 0}
  #features .section-heading{margin-bottom:38px}
  #features .section-heading h2{font-size:1.6rem !important}
  #features .section-heading p{text-align:left}
  #features .sales-feature-grid::before{left:27px}
  #features .sales-feature-grid article,
  #features .sales-feature-grid article:nth-child(even){
    width:100%;
    margin:0 0 18px;
    padding:8px 0 22px 76px !important;
    text-align:left !important;
  }
  #features .sales-feature-grid article > span,
  #features .sales-feature-grid article:nth-child(even) > span{
    top:0;
    right:auto;
    left:0;
    width:54px;
    height:54px;
    border-width:6px;
  }
  #features .feature-closing{grid-template-columns:1fr;padding:22px 20px;text-align:left}
  #features .feature-closing .sales-btn{width:100%;min-width:0;white-space:normal}
}

/* Department Use Cases — scoped section design */
.department-usecase-section{
  position:relative;
  overflow:hidden;
  padding:clamp(76px,8vw,112px) 0;
  background:
    radial-gradient(circle at 12% 15%,rgba(55,126,228,.24),transparent 27%),
    radial-gradient(circle at 88% 85%,rgba(25,93,188,.28),transparent 28%),
    linear-gradient(135deg,#061846 0%,#082f6b 58%,#0a3c82 100%) !important;
}
.department-usecase-section .container{position:relative;z-index:1}
.department-usecase-section .section-heading{
  max-width:1080px;
  margin-bottom:44px;
}
.department-usecase-section .section-heading .section-kicker{
  padding:8px 18px !important;
  border:1px solid #ff7f22 !important;
  border-radius:999px;
  background:#ff7f22 !important;
  color:#fff !important;
  box-shadow:none !important;
}
.department-usecase-section .section-heading h2{
  color:#fff !important;
  font-size:clamp(1.7rem,2.6vw,2.4rem) !important;
  line-height:1.22 !important;
}
.department-usecase-section .section-heading p{
  max-width:1000px;
  margin:0 auto;
  color:rgba(255,255,255,.82) !important;
  font-size:1.05rem !important;
  line-height:1.85 !important;
}
.department-usecase-section .department-usecase-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:20px;
}
.department-usecase-section .department-usecase-grid article{
  grid-column:span 2;
  display:flex;
  flex-direction:column;
  min-height:370px;
  padding:28px 26px 24px !important;
  border:1px solid rgba(218,231,248,.95) !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#fff 0%,#f9fbff 100%) !important;
  box-shadow:0 22px 48px rgba(0,13,48,.25) !important;
  text-align:left !important;
  transition:transform .25s ease,box-shadow .25s ease;
}
.department-usecase-section .department-usecase-grid article:nth-child(4){grid-column:2/span 2}
.department-usecase-section .department-usecase-grid article:nth-child(5){grid-column:4/span 2}
.department-usecase-section .department-usecase-grid article:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 58px rgba(0,13,48,.32) !important;
}
.department-usecase-section .department-usecase-grid .card-icon-img{
  width:66px !important;
  height:66px !important;
  margin:0 0 20px !important;
  padding:13px;
  border-radius:18px;
  background:#edf5ff;
  box-shadow:0 10px 24px rgba(31,100,200,.12);
}
.department-usecase-section .department-usecase-grid h3{
  margin:0 0 12px;
  color:#0c3675 !important;
  font-size:1.16rem !important;
  line-height:1.42 !important;
}
.department-usecase-section .department-usecase-grid > article > p:not(.usecase-result){
  margin:0 0 20px;
  color:#607592 !important;
  font-size:.96rem !important;
  line-height:1.75 !important;
}
.department-usecase-section .usecase-result{
  margin:auto 0 0;
  padding:15px 16px;
  border-left:4px solid #2877df;
  border-radius:10px;
  background:#edf5ff;
  color:#34567e !important;
  font-size:.94rem !important;
  line-height:1.65 !important;
}
.department-usecase-section .usecase-result strong{color:#0d56b7}
.department-usecase-section .usecase-closing{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  margin-top:34px;
  padding:26px 30px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:22px;
  background:rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.department-usecase-section .usecase-closing p{
  margin:0;
  color:#fff;
  font-size:1.02rem;
  font-weight:700;
  line-height:1.75;
}
.department-usecase-section .usecase-closing .sales-btn{
  min-width:310px;
  white-space:nowrap;
}
@media(max-width:1024px){
  .department-usecase-section .department-usecase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .department-usecase-section .department-usecase-grid article,
  .department-usecase-section .department-usecase-grid article:nth-child(4),
  .department-usecase-section .department-usecase-grid article:nth-child(5){grid-column:auto}
  .department-usecase-section .department-usecase-grid article:last-child{grid-column:1/-1;max-width:calc(50% - 10px);width:100%;justify-self:center}
  .department-usecase-section .usecase-closing{grid-template-columns:1fr;text-align:center}
  .department-usecase-section .usecase-closing .sales-btn{justify-self:center}
}
@media(max-width:640px){
  .department-usecase-section{padding:60px 0}
  .department-usecase-section .section-heading{margin-bottom:30px}
  .department-usecase-section .section-heading h2{font-size:1.55rem !important}
  .department-usecase-section .section-heading p{text-align:left}
  .department-usecase-section .department-usecase-grid{grid-template-columns:1fr;gap:14px}
  .department-usecase-section .department-usecase-grid article,
  .department-usecase-section .department-usecase-grid article:last-child{grid-column:auto;max-width:none;min-height:0;padding:24px 20px !important}
  .department-usecase-section .usecase-closing{padding:22px 20px;text-align:left}
  .department-usecase-section .usecase-closing .sales-btn{width:100%;min-width:0;white-space:normal}
}

.conversion-impact-section .section-heading h2{
  font-size:clamp(1.6rem,2.35vw,2.3rem) !important;
}
@media(max-width:640px){
  .conversion-impact-section .section-heading h2{
    font-size:1.45rem !important;
  }
}

/* Reference-style layout: centered intro, wide visual and feature cards */
.sales-solution-section .solutions-showcase{
  width:min(100% - 32px,1200px);
}
.sales-solution-section .solution-panel,
.sales-solution-section .asset-solution-panel,
.sales-solution-section .repair-solution-panel{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-template-rows:auto;
  gap:0;
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:clamp(70px,8vw,108px) 0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  color:#17365f;
  box-shadow:none;
}
.sales-solution-section .solution-panel + .solution-panel{
  margin-top:0;
  border-top:1px solid #e4ebf5;
}
.sales-solution-section .solution-panel::before,
.sales-solution-section .solution-panel::after{display:none}
.sales-solution-section .solution-copy,
.sales-solution-section .solution-score-card{display:contents}
.sales-solution-section .asset-solution-panel .solution-copy,
.sales-solution-section .asset-solution-panel .solution-score-card{order:initial}
.sales-solution-section .solution-copy .section-kicker{
  grid-column:1/-1;
  justify-self:center;
  display:inline-flex;
  width:auto;
  min-height:34px;
  padding:8px 15px;
  margin:0 0 18px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#ff922e,#ff7216);
  color:#fff;
  font-size:.82rem;
  letter-spacing:0;
  box-shadow:0 8px 20px rgba(255,119,24,.22);
}
.sales-solution-section .solution-copy .section-kicker::before{
  content:"✓";
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-right:7px;
  border-radius:50%;
  background:#fff;
  color:#3478d4;
  font-size:.7rem;
  box-shadow:none;
}
.sales-solution-section .solution-copy h2{
  grid-column:1/-1;
  justify-self:center;
  max-width:780px;
  margin:0 auto 18px;
  color:#0b3575;
  font-size:clamp(2rem,3.4vw,3rem);
  line-height:1.22;
  text-align:center;
}
.sales-solution-section .solution-copy > p{
  grid-column:1/-1;
  justify-self:center;
  max-width:900px;
  margin:0 auto 38px;
  color:#637795;
  font-size:1.02rem;
  line-height:1.9;
  text-align:center;
}
.sales-solution-section .solution-score-card .content-card-image{
  grid-column:1/-1;
  grid-row:4;
  justify-self:center;
  width:min(100%,940px);
  aspect-ratio:16/6.5;
  margin:0 auto 38px;
  border:0;
  border-radius:24px;
  object-fit:cover;
  transform:none;
  box-shadow:0 22px 48px rgba(20,55,105,.16);
}
.sales-solution-section .solution-list{
  grid-column:1/-1;
  grid-row:5;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0;
  border:0;
  counter-reset:solution-feature;
}
.sales-solution-section .solution-list span{
  counter-increment:solution-feature;
  display:flex;
  align-items:flex-start;
  min-height:104px;
  padding:24px 22px 22px 68px;
  position:relative;
  border:1px solid #d9e4f3;
  border-radius:18px;
  background:#fff;
  color:#153b70;
  line-height:1.6;
  box-shadow:0 12px 28px rgba(20,55,105,.07);
}
.sales-solution-section .solution-list span::before{
  content:counter(solution-feature,decimal-leading-zero);
  position:absolute;
  top:20px;
  left:18px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin:0;
  border:5px solid #eaf2ff;
  border-radius:50%;
  background:#0d438d;
  color:#fff;
  font-size:.68rem;
  box-shadow:none;
}
.sales-solution-section .solution-score-card > strong{
  grid-column:1/-1;
  grid-row:6;
  justify-self:center;
  margin:34px 0 6px;
  padding:0;
  border:0;
  color:var(--solution-accent);
  text-align:center;
}
.sales-solution-section .solution-score-card .score-number{
  grid-column:1/-1;
  grid-row:7;
  justify-self:center;
  margin:0 0 12px;
  color:#0b3575;
  font-size:clamp(2.2rem,3.5vw,3.4rem);
  text-align:center;
}
.sales-solution-section .solution-score-card > p{
  grid-column:1/-1;
  grid-row:8;
  justify-self:center;
  max-width:760px;
  margin:0 auto 20px;
  color:#637795;
  line-height:1.8;
  text-align:center;
}
.sales-solution-section .solution-score-card .sales-btn{
  grid-column:1/-1;
  grid-row:9;
  justify-self:center;
  width:auto;
  min-width:240px;
  margin:0;
}
@media(max-width:900px){
  .sales-solution-section .solution-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .sales-solution-section .solutions-showcase{width:min(100% - 24px,1200px)}
  .sales-solution-section .solution-panel,
  .sales-solution-section .asset-solution-panel,
  .sales-solution-section .repair-solution-panel{
    grid-template-columns:1fr;
    padding:56px 0;
  }
  .sales-solution-section .solution-copy h2{font-size:1.8rem}
  .sales-solution-section .solution-copy > p{margin-bottom:28px;text-align:left}
  .sales-solution-section .solution-score-card .content-card-image{
    aspect-ratio:16/9;
    margin-bottom:26px;
    border-radius:18px;
  }
  .sales-solution-section .solution-list{grid-template-columns:1fr;gap:12px}
  .sales-solution-section .solution-list span{min-height:88px}
  .sales-solution-section .solution-score-card .sales-btn{width:100%}
}

/* Restore the previous alternating two-column solution layout */
.sales-solution-section .solutions-showcase{width:min(100% - 32px,1200px)}
.sales-solution-section .solution-panel,
.sales-solution-section .repair-solution-panel{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:clamp(44px,7vw,92px);
  align-items:center;
  width:100%;
  max-width:none;
  margin:0 0 34px;
  padding:clamp(42px,5vw,68px);
  overflow:hidden;
  border:0;
  border-radius:36px;
  color:#17365f;
  box-shadow:none;
}
.sales-solution-section .helpdesk-solution-panel{background:linear-gradient(135deg,#f0f6ff 0%,#fff 52%,#eaf4ff 100%)}
.sales-solution-section .repair-solution-panel{background:linear-gradient(135deg,#f4f0ff 0%,#fff 52%,#f2efff 100%)}
.sales-solution-section .asset-solution-panel{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:clamp(44px,7vw,92px);
  align-items:center;
  width:100vw;
  max-width:none;
  margin:0 calc(50% - 50vw) 34px;
  padding:clamp(64px,7vw,100px) max(24px,calc((100vw - 1200px)/2));
  overflow:hidden;
  border:0;
  border-radius:0;
  background:
    radial-gradient(circle at 82% 18%,rgba(91,146,229,.20),transparent 24%),
    radial-gradient(circle at 12% 82%,rgba(255,138,31,.10),transparent 24%),
    linear-gradient(135deg,#061746 0%,#082f6b 58%,#0a3678 100%);
  color:#fff;
}
.sales-solution-section .solution-copy{display:block}
.sales-solution-section .solution-score-card{
  display:flex;
  flex-direction:column;
  align-self:center;
  max-width:none;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  text-align:left;
}
.sales-solution-section .asset-solution-panel .solution-copy{order:2}
.sales-solution-section .asset-solution-panel .solution-score-card{
  order:1;
  padding:20px 20px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.97);
  box-shadow:0 24px 54px rgba(0,12,45,.30);
}
.sales-solution-section .solution-copy .section-kicker{
  display:inline-flex;
  width:auto;
  min-height:0;
  padding:9px 14px;
  margin:0 0 18px;
  border:0;
  border-radius:999px;
  background:color-mix(in srgb,var(--solution-accent) 10%,white);
  color:var(--solution-accent);
  box-shadow:0 8px 20px color-mix(in srgb,var(--solution-accent) 9%,transparent);
}
.sales-solution-section .asset-solution-panel .solution-copy .section-kicker{
  color:#b9d7ff;
  background:rgba(255,255,255,.10);
  box-shadow:none;
}
.sales-solution-section .solution-copy .section-kicker::before{
  content:"";
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:50%;
  background:var(--solution-accent);
}
.sales-solution-section .solution-copy h2{
  max-width:760px;
  margin:0 0 16px;
  color:#0b2f68;
  font-size:clamp(2rem,3vw,2.85rem);
  line-height:1.22;
  text-align:left;
}
.sales-solution-section .asset-solution-panel .solution-copy h2{color:#fff}
.sales-solution-section .solution-copy > p{
  max-width:none;
  margin:0 0 26px;
  color:#526b8b;
  font-size:1.04rem;
  line-height:1.9;
  text-align:left;
}
.sales-solution-section .asset-solution-panel .solution-copy > p{color:rgba(255,255,255,.82)}
.sales-solution-section .solution-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0;
  border:0;
}
.sales-solution-section .solution-list span{
  display:flex;
  align-items:center;
  min-height:62px;
  padding:14px 16px;
  position:static;
  border:1px solid color-mix(in srgb,var(--solution-accent) 12%,white);
  border-radius:15px;
  background:rgba(255,255,255,.82);
  color:#173d70;
  box-shadow:0 10px 24px rgba(20,55,105,.06);
}
.sales-solution-section .solution-list span::before{
  content:"✓";
  position:static;
  display:grid;
  place-items:center;
  flex:0 0 24px;
  width:24px;
  height:24px;
  margin-right:10px;
  border:0;
  border-radius:50%;
  background:color-mix(in srgb,var(--solution-accent) 11%,white);
  color:var(--solution-accent);
  font-size:inherit;
}
.sales-solution-section .asset-solution-panel .solution-list span{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:#fff;
}
.sales-solution-section .solution-score-card .content-card-image{
  width:100%;
  aspect-ratio:4/3;
  margin:0 0 26px;
  border:8px solid rgba(255,255,255,.92);
  border-radius:28px;
  object-fit:cover;
  transform:rotate(1deg);
  box-shadow:0 28px 58px color-mix(in srgb,var(--solution-accent) 18%,transparent);
}
.sales-solution-section .asset-solution-panel .solution-score-card .content-card-image{border:0;transform:none}
.sales-solution-section .solution-score-card > strong{
  display:block;
  margin:0 14px;
  padding-left:13px;
  border-left:3px solid var(--solution-accent);
  color:var(--solution-accent);
  text-align:left;
}
.sales-solution-section .solution-score-card .score-number{
  margin:8px 14px 12px;
  color:#0b2f68;
  font-size:clamp(2.25rem,3.4vw,3.65rem);
  text-align:left;
}
.sales-solution-section .solution-score-card > p{
  max-width:none;
  margin:0 14px 20px;
  color:#637690;
  text-align:left;
}
.sales-solution-section .solution-score-card .sales-btn{
  display:flex;
  align-self:stretch;
  width:calc(100% - 28px);
  min-width:0;
  margin:0 14px;
}
@media(max-width:1024px){
  .sales-solution-section .solution-panel,
  .sales-solution-section .asset-solution-panel,
  .sales-solution-section .repair-solution-panel{
    grid-template-columns:1fr;
    gap:34px;
  }
  .sales-solution-section .asset-solution-panel .solution-copy{order:1}
  .sales-solution-section .asset-solution-panel .solution-score-card{order:2}
  .sales-solution-section .solution-score-card{max-width:680px;width:100%;margin:0 auto}
}
@media(max-width:640px){
  .sales-solution-section .solutions-showcase{width:min(100% - 24px,1200px)}
  .sales-solution-section .solution-panel,
  .sales-solution-section .repair-solution-panel{
    padding:28px 20px;
    border-radius:26px;
  }
  .sales-solution-section .asset-solution-panel{padding:48px 20px}
  .sales-solution-section .solution-list{grid-template-columns:1fr;gap:10px}
  .sales-solution-section .solution-copy h2{font-size:1.75rem}
  .sales-solution-section .solution-score-card .content-card-image{aspect-ratio:16/10;border-width:5px;transform:none}
}

.sales-solution-section .solutions-showcase > .section-heading h2{
  font-size:clamp(1.65rem,2.6vw,2.35rem) !important;
}
@media(max-width:640px){
  .sales-solution-section .solutions-showcase > .section-heading h2{
    font-size:1.5rem !important;
  }
}

.sales-solution-section .solution-copy .section-kicker,
.sales-solution-section .asset-solution-panel .solution-copy .section-kicker{
  color:#fff;
  background:linear-gradient(135deg,#ff942f,#ff7216);
  box-shadow:0 9px 22px rgba(255,119,24,.24);
}
.sales-solution-section .solution-copy .section-kicker::before,
.sales-solution-section .asset-solution-panel .solution-copy .section-kicker::before{
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.18);
}

@media(min-width:1025px){
  .sales-solution-section .solution-panel,
  .sales-solution-section .repair-solution-panel,
  .sales-solution-section .asset-solution-panel{
    grid-template-columns:minmax(0,1.15fr) minmax(400px,.85fr);
    gap:clamp(30px,3vw,44px);
  }
  .sales-solution-section .solution-panel,
  .sales-solution-section .repair-solution-panel{
    padding-right:clamp(34px,4vw,52px);
    padding-left:clamp(34px,4vw,52px);
  }
  .sales-solution-section .solution-copy h2{
    max-width:820px;
    font-size:clamp(1.9rem,2.5vw,2.55rem);
  }
}

/* Section 2 uses the same soft-card system as Sections 1 and 3 */
.sales-solution-section .asset-solution-panel{
  width:100%;
  max-width:none;
  margin:0 0 34px;
  padding:clamp(42px,5vw,68px);
  border-radius:36px;
  background:linear-gradient(135deg,#eafaf8 0%,#fff 52%,#edfafa 100%);
  color:#17365f;
}
.sales-solution-section .asset-solution-panel .solution-copy h2{color:#0b2f68}
.sales-solution-section .asset-solution-panel .solution-copy > p{color:#526b8b}
.sales-solution-section .asset-solution-panel .solution-list span{
  border-color:color-mix(in srgb,var(--solution-accent) 12%,white);
  background:rgba(255,255,255,.82);
  color:#173d70;
}
.sales-solution-section .asset-solution-panel .solution-score-card{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.sales-solution-section .asset-solution-panel .solution-score-card .content-card-image{
  border:8px solid rgba(255,255,255,.92);
  transform:rotate(-1deg);
  box-shadow:0 28px 58px color-mix(in srgb,var(--solution-accent) 18%,transparent);
}
.sales-solution-section .asset-solution-panel .solution-score-card .score-number{
  font-size:clamp(1.9rem,2.7vw,2.8rem);
}
.sales-solution-section .helpdesk-solution-panel .solution-score-card .score-number{
  font-size:clamp(1.9rem,2.7vw,2.8rem);
}
.sales-solution-section .asset-solution-panel .solution-copy h2{
  font-size:clamp(1.65rem,2.15vw,2.2rem);
}
.sales-solution-section .asset-solution-panel .solution-copy h2 span{
  display:block;
  white-space:nowrap;
}
.sales-solution-section .repair-solution-panel .solution-score-card .score-number{
  font-size:clamp(1.9rem,2.7vw,2.8rem);
}
@media(max-width:640px){
  .sales-solution-section .asset-solution-panel{
    padding:28px 20px;
    border-radius:26px;
  }
  .sales-solution-section .asset-solution-panel .solution-score-card .content-card-image{
    border-width:5px;
    transform:none;
  }
  .sales-solution-section .asset-solution-panel .solution-copy h2{
    font-size:clamp(1.25rem,5.8vw,1.6rem);
  }
}

/* Section 2: full-width dark-blue background */
.sales-solution-section .asset-solution-panel{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-top:clamp(64px,7vw,100px);
  padding-right:max(24px,calc((100vw - 1200px)/2));
  padding-bottom:clamp(64px,7vw,100px);
  padding-left:max(24px,calc((100vw - 1200px)/2));
  border-radius:0;
  background:
    radial-gradient(circle at 82% 18%,rgba(91,146,229,.20),transparent 24%),
    radial-gradient(circle at 12% 82%,rgba(255,138,31,.10),transparent 24%),
    linear-gradient(135deg,#061746 0%,#082f6b 58%,#0a3678 100%);
  color:#fff;
}
.sales-solution-section .asset-solution-panel .solution-copy h2{color:#fff}
.sales-solution-section .asset-solution-panel .solution-copy > p{color:rgba(255,255,255,.84)}
.sales-solution-section .asset-solution-panel .solution-list span{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.sales-solution-section .asset-solution-panel .solution-list span::before{
  background:rgba(255,255,255,.14);
  color:#7dffbc;
}
.sales-solution-section .asset-solution-panel .solution-score-card{
  padding:20px 20px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.97);
  box-shadow:0 24px 54px rgba(0,12,45,.30);
}
.sales-solution-section .asset-solution-panel .solution-score-card .content-card-image{
  border:0;
  transform:none;
}
@media(max-width:640px){
  .sales-solution-section .asset-solution-panel{
    padding:48px 20px;
    border-radius:0;
  }
  .sales-solution-section .asset-solution-panel .solution-score-card{
    padding:16px 16px 20px;
    border-radius:20px;
  }
}
