/* 24/7 Marketing Solutions — production-ready static corporate site */
:root{
  --orange:#ff5b0a; --orange-2:#ff7b2f; --ink:#17171d; --muted:#6f7178;
  --surface:#f6f6f3; --line:#e8e8e3; --white:#fff; --night:#0e0f14;
  --night-2:#171821; --radius:24px; --shadow:0 24px 70px rgba(15,16,22,.10);
  --max:1320px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--orange)}.muted{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,232,227,.8)}.nav{height:78px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;min-width:205px;white-space:nowrap}.brand-mark{width:52px;height:52px;border:2px solid #383940;border-radius:50%;display:grid;place-items:center;color:var(--orange);font-weight:950;font-size:1rem;letter-spacing:-.04em;position:relative;background:#fff}.brand-mark:after{content:"";position:absolute;inset:4px;border:1px dotted #6f7178;border-radius:50%}.brand-name{display:flex;flex-direction:column;line-height:.9}.brand-name b{font-size:.96rem;letter-spacing:.035em}.brand-name small{font-size:.64rem;letter-spacing:.28em;color:var(--orange);margin-top:5px}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.nav-links{display:flex;align-items:center;gap:18px;margin-left:auto;font-size:.89rem;font-weight:650}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--orange);transition:.25s}.nav-links a:hover:after{right:0}.nav-tools{display:flex;align-items:center;gap:8px}.select-mini{border:1px solid var(--line);background:white;padding:10px 12px;border-radius:999px;font-weight:650;color:#3b3c41;max-width:145px}.mobile-panel{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 18px;border:1px solid transparent;font-weight:800;transition:.2s;cursor:pointer}.btn-primary{background:var(--orange);color:white;box-shadow:0 12px 30px rgba(255,91,10,.22)}.btn-primary:hover{transform:translateY(-2px);background:#ef5000}.btn-secondary{border-color:#d9d9d4;background:white}.btn-secondary:hover{border-color:#bbb}.menu-btn{display:none;margin-left:auto;background:none;border:0;font-size:26px}
.hero{position:relative;overflow:hidden;padding:86px 0 78px;background:linear-gradient(180deg,#fff 0%,#fafaf7 100%)}.hero:before{content:"";position:absolute;inset:-120px -20% auto 55%;height:580px;background:radial-gradient(circle,rgba(255,91,10,.13),transparent 58%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:58px}.hero h1{font-size:clamp(3rem,5vw,4.9rem);line-height:.95;letter-spacing:-.065em;margin:16px 0 26px;max-width:780px}.hero h1 span{color:var(--orange)}.hero-copy{font-size:1.12rem;color:#585a61;max-width:710px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-note{display:flex;gap:14px;align-items:center;margin-top:32px;font-size:.9rem;color:#6b6d74}.dot{width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(255,91,10,.12)}
.ecosystem{position:relative;min-height:520px;display:grid;place-items:center}.orbit{width:min(480px,90vw);aspect-ratio:1;position:relative;border:1px solid #dedfdc;border-radius:50%;background:radial-gradient(circle at 45% 40%,#fff 0 25%,#f3f3ef 65%,#fff 100%);box-shadow:var(--shadow)}.orbit:before,.orbit:after{content:"";position:absolute;border:1px dashed #d7d7d3;border-radius:50%;inset:11%}.orbit:after{inset:24%;border-style:solid}.core{position:absolute;inset:35%;border-radius:50%;background:var(--night);display:grid;place-items:center;color:white;text-align:center;box-shadow:0 18px 50px rgba(14,15,20,.25)}.core b{font-size:2rem;line-height:1}.core small{display:block;color:#b8b9bf;font-size:.72rem}.node{position:absolute;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:15px;font-size:.83rem;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.07)}.node:before{content:"";display:inline-block;width:7px;height:7px;background:var(--orange);border-radius:50%;margin-right:8px}.n1{top:6%;left:34%}.n2{right:-4%;top:39%}.n3{bottom:7%;left:36%}.n4{left:-6%;top:42%}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:23px 18px;text-align:center;border-right:1px solid var(--line);font-size:.87rem;font-weight:750}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:1.08rem;margin-bottom:2px}
.section{padding:96px 0}.section-soft{background:var(--surface)}.section-dark{background:var(--night);color:#fff}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}.section-head h2{font-size:clamp(2.2rem,4.5vw,4rem);letter-spacing:-.05em;line-height:1;margin:8px 0}.section-head p{max-width:560px;color:#6a6c73}.section-dark .section-head p{color:#b3b5bd}.section-dark .eyebrow{color:#ff8242}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px rgba(15,16,22,.035)}.card h3{font-size:1.28rem;margin:13px 0 8px}.card p{color:#6b6d74;margin:0}.card-dark{background:var(--night-2);border-color:#2a2c35;color:white}.card-dark p{color:#adb0b9}.icon{width:46px;height:46px;border-radius:14px;background:#fff0e8;color:var(--orange);display:grid;place-items:center;font-size:22px;font-weight:900}.card-dark .icon{background:#262832}
.product-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:54px;align-items:center}.product-copy h2{font-size:clamp(2.6rem,5vw,4.8rem);line-height:.96;letter-spacing:-.055em;margin:8px 0 18px}.workflow{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.pill{border:1px solid #33353f;background:#171821;color:#e9e9ed;border-radius:999px;padding:8px 11px;font-size:.78rem;font-weight:700}.product-visual{min-height:480px;border-radius:30px;background:linear-gradient(145deg,#1c1e29,#101118);border:1px solid #2c2e3a;padding:28px;position:relative;overflow:hidden}.product-visual:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(255,91,10,.16);filter:blur(12px);right:-120px;top:-90px}.system-map{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;position:relative;z-index:1}.system-chip{padding:20px;border:1px solid #363846;border-radius:18px;background:rgba(255,255,255,.03)}.system-chip b{display:block;margin-bottom:6px}.system-chip span{font-size:.84rem;color:#aeb0b8}.visual-caption{position:absolute;left:28px;bottom:26px;color:#8f929b;font-size:.78rem;max-width:70%}
.albert{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.albert-orb{width:min(420px,90%);aspect-ratio:1;margin:auto;border-radius:50%;position:relative;background:radial-gradient(circle at 38% 30%,#ff9c67 0,#ff5b0a 22%,#252731 58%,#111218 72%);box-shadow:0 35px 100px rgba(255,91,10,.25)}.albert-orb:before,.albert-orb:after{content:"";position:absolute;inset:-9%;border-radius:50%;border:1px solid rgba(255,255,255,.13)}.albert-orb:after{inset:-18%;border-style:dashed}.albert-label{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:white}.albert-label strong{font-size:3rem;letter-spacing:-.06em}.albert-label span{display:block;font-size:.8rem;color:#e7e7ec}
.region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.region{position:relative;overflow:hidden;min-height:300px;border-radius:26px;padding:28px;background:#fff;border:1px solid var(--line)}.region:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(255,91,10,.08);right:-50px;bottom:-60px}.region h3{font-size:1.65rem;letter-spacing:-.03em;margin:80px 0 8px}.region-code{font-weight:900;font-size:3rem;color:#ecece7;position:absolute;top:18px;right:22px}.region a{color:var(--orange);font-weight:800;font-size:.9rem}
.case-placeholder{border:1px dashed #cbc9c2;background:#fbfbf8;border-radius:24px;padding:34px}.case-placeholder strong{font-size:1.3rem}.industry-cloud{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.industry-cloud span{padding:10px 14px;border-radius:999px;background:white;border:1px solid var(--line);font-weight:700;font-size:.84rem}
.cta-band{padding:72px 0;background:linear-gradient(135deg,#ff5b0a,#ff7632);color:white}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-inner h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1;letter-spacing:-.05em;margin:0;max-width:800px}.cta-band .btn-secondary{background:white;border-color:white;color:var(--ink)}
.form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.78rem;font-weight:800;color:#55575d}.field input,.field select,.field textarea{width:100%;padding:14px 15px;border:1px solid #dcdcd6;border-radius:13px;background:white;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,91,10,.10)}.field textarea{min-height:120px;resize:vertical}
.page-hero{padding:74px 0;background:linear-gradient(180deg,#fff,#f7f7f3)}.page-hero h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.95;letter-spacing:-.06em;margin:14px 0 20px}.page-hero p{font-size:1.1rem;max-width:760px;color:#61636a}.timeline{position:relative;border-left:2px solid #eee;margin:30px 0 0 14px;padding-left:34px}.timeline-item{position:relative;margin-bottom:34px}.timeline-item:before{content:"";position:absolute;left:-42px;top:5px;width:14px;height:14px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 6px #fff0e8}.timeline-item h3{margin:0 0 8px;font-size:1.4rem}.timeline-item p{margin:0;color:#676970}
.footer{background:#0f1015;color:#d9dae0;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:36px}.footer-logo{background:white;border-radius:16px;padding:10px;width:210px}.footer h4{color:white;margin:0 0 14px}.footer a{display:block;color:#aeb0b8;margin:8px 0;font-size:.9rem}.footer a:hover{color:white}.footer-bottom{margin-top:42px;padding-top:20px;border-top:1px solid #262832;display:flex;justify-content:space-between;color:#7f828c;font-size:.78rem}
.notice{border-left:3px solid var(--orange);padding:14px 16px;background:#fff7f1;border-radius:0 12px 12px 0;font-size:.9rem;color:#5e554f}
@media(max-width:1220px){.nav-links{display:none}.menu-btn{display:block}.nav-tools{display:none}.hero-grid,.product-grid,.albert,.form-grid{grid-template-columns:1fr}.ecosystem{order:-1;min-height:460px}.cards-3,.region-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.mobile-panel{display:none;position:absolute;top:78px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:20px}.mobile-panel.open{display:block}.mobile-panel a,.mobile-panel select{display:block;width:100%;padding:11px 0}.mobile-panel .btn{margin-top:10px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}}
@media(max-width:700px){.container{width:min(100% - 28px,var(--max))}.nav{height:72px}.brand img{width:165px}.hero{padding:55px 0}.hero h1{font-size:3.2rem}.section{padding:72px 0}.section-head{display:block}.cards-3,.cards-2,.region-grid,.footer-grid,.form{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.cta-inner{display:block}.cta-inner .btn{margin-top:22px}.orbit{width:360px}.product-visual{min-height:520px}.system-map{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* V4 home refinements */
.select-mini[data-market-select]{max-width:none;width:225px;text-overflow:clip}.nav-tools .btn{white-space:nowrap}.btn-darkghost{border-color:#373945;background:rgba(255,255,255,.04);color:#fff}.btn-darkghost:hover{border-color:#5a5d69;background:rgba(255,255,255,.08)}
.display-heading{font-size:clamp(2.6rem,5vw,4.6rem);letter-spacing:-.055em;line-height:.98;margin:10px 0 18px}.section-intro{padding-bottom:82px}.ecosystem-cards .card{min-height:260px;display:flex;flex-direction:column}.ecosystem-cards .card p{margin-top:auto}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.solution-card{min-height:260px;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;display:flex;flex-direction:column;transition:.2s}.solution-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(20,21,27,.07);border-color:#d8d8d1}.solution-card>span{font-size:.75rem;color:var(--orange);font-weight:900;letter-spacing:.12em}.solution-card h3{font-size:1.35rem;margin:44px 0 8px;letter-spacing:-.025em}.solution-card p{color:var(--muted);margin:0}.solution-card b{font-size:.82rem;color:var(--orange);margin-top:auto;padding-top:24px}
.product-topline{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#8f929b}.product-topline span:first-child{color:#fff;font-weight:900}.product-stats{position:absolute;left:28px;right:28px;bottom:68px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-stats span{border-top:1px solid #333542;padding-top:14px}.product-stats b,.product-stats small{display:block}.product-stats b{font-size:.84rem;color:#fff}.product-stats small{font-size:.68rem;color:#858892;margin-top:3px}.visual-caption{bottom:24px;max-width:82%}
.feature-list{display:grid;gap:10px;margin:24px 0}.feature-list span{display:flex;align-items:center;gap:10px;font-weight:750;font-size:.92rem}.feature-list span:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,91,10,.10)}
.case-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.case-card{border-radius:26px;padding:30px;min-height:310px;border:1px solid var(--line);background:white;position:relative;overflow:hidden}.case-card h3{font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.04em;line-height:1.05;margin:54px 0 14px}.case-card p{color:var(--muted);max-width:650px}.case-card a{font-weight:850;color:var(--orange)}.case-tag{position:absolute;top:26px;left:30px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;font-size:.72rem;font-weight:800}.case-pending{background:var(--night);color:white;border-color:var(--night)}.case-pending p,.case-pending small{color:#aeb0b8}.case-number{font-size:4rem;font-weight:950;letter-spacing:-.08em;color:var(--orange)}.case-pending h3{margin-top:22px}.industry-wide{margin-top:18px}.region-featured{border-color:#ffb18a;background:linear-gradient(180deg,#fff,#fff8f4)}.region-badge{position:absolute;top:24px;left:28px;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);font-weight:900}.region-featured h3{margin-top:104px}
.conversion-section{background:#f7f7f3;border-top:1px solid var(--line)}.conversion-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:68px;align-items:start}.home-form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 20px 70px rgba(15,16,22,.06)}.form-note{display:block;margin-top:9px;color:#888a91;font-size:.72rem}.contact-points{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px}.contact-points span{font-size:.88rem;color:#66686f}.contact-points b{display:block;color:var(--ink);margin-bottom:4px}
@media(max-width:1360px){.nav-links{gap:13px}.nav{gap:11px}.brand{min-width:195px}.select-mini[data-market-select]{width:205px}.nav-tools .btn{padding-inline:14px}}
@media(max-width:1220px){.solution-grid{grid-template-columns:repeat(2,1fr)}.case-grid,.conversion-grid{grid-template-columns:1fr}.product-stats{position:static;margin-top:38px}.visual-caption{position:static;margin-top:22px}.product-visual{min-height:auto}.mobile-panel .select-mini{width:100%;max-width:none;border-radius:14px;padding:12px}.mobile-panel .btn{width:100%}}
@media(max-width:700px){.solution-grid{grid-template-columns:1fr}.solution-card{min-height:220px}.case-card{min-height:auto}.home-form{padding:18px}.display-heading{font-size:2.75rem}.contact-points{display:grid;gap:12px}.product-topline{display:grid}.product-stats{grid-template-columns:1fr}.hero-actions .btn{width:100%}.ecosystem{min-height:400px}.orbit{width:min(330px,88vw)}.node{font-size:.72rem;padding:11px 12px}.n2{right:-2%}.n4{left:-2%}}

/* V5.1 cache-safe header fix */
@media (min-width:1361px){
  .select-mini[data-market-select]{width:245px!important;max-width:none!important}
}
@media (min-width:1221px) and (max-width:1360px){
  .select-mini[data-market-select]{width:225px!important;max-width:none!important}
}
.nav-tools{flex-shrink:0}
.nav-tools select{white-space:nowrap}


/* =========================================================
   V6 — consolidated home refinement
   ========================================================= */
:root{
  --soft-orange:#fff4ed;
  --soft-ink:#24252c;
}

/* tighter, more editorial vertical rhythm */
.section{padding:88px 0}
.section-intro{padding-top:82px;padding-bottom:82px}
.solutions-home{border-top:1px solid var(--line)}
.section-head{align-items:center;margin-bottom:34px}
.section-head>p{line-height:1.7;margin:0}
.section-head>div{max-width:720px}

/* authority strip sits directly under the hero */
.hero-note{display:none}
.trust-strip{box-shadow:0 8px 28px rgba(15,16,22,.025)}

/* ecosystem cards — less placeholder-like */
.ecosystem-cards{gap:16px}
.ecosystem-cards .card{
  min-height:245px;
  position:relative;
  overflow:hidden;
  padding:30px;
  box-shadow:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ecosystem-cards .card:before{
  content:"";
  position:absolute;left:0;top:0;width:100%;height:3px;
  background:linear-gradient(90deg,var(--orange),rgba(255,91,10,.15));
}
.ecosystem-cards .card:hover{
  transform:translateY(-3px);
  border-color:#dcd8d1;
  box-shadow:0 18px 45px rgba(15,16,22,.055);
}
.icon.icon-svg{
  width:50px;height:50px;border-radius:16px;
  background:var(--soft-orange);
  color:var(--orange);
}
.icon.icon-svg svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* solutions — stronger hierarchy without over-design */
.solution-grid{gap:16px}
.solution-card{
  min-height:250px;
  padding:28px;
  border-radius:24px;
  position:relative;
  overflow:hidden;
  box-shadow:none;
}
.solution-card:after{
  content:"";
  position:absolute;
  width:120px;height:120px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,91,10,.09),rgba(255,91,10,0) 68%);
  right:-34px;top:-36px;
  pointer-events:none;
}
.solution-card>span{
  display:inline-flex;
  width:34px;height:34px;
  align-items:center;justify-content:center;
  border-radius:50%;
  background:var(--soft-orange);
  font-size:.68rem;
}
.solution-card h3{margin:34px 0 8px;font-size:1.38rem}
.solution-card b{letter-spacing:-.01em}

/* CRM block — make it feel like a product, not another service */
.section-dark{background:linear-gradient(180deg,#101116 0%,#0c0d12 100%)}
.product-grid{gap:64px}
.product-visual{
  border-radius:32px;
  border-color:#30323d;
  box-shadow:0 34px 90px rgba(0,0,0,.24);
}
.product-topline{padding-bottom:14px;border-bottom:1px solid #2b2d36}
.system-chip{min-height:120px}
.product-stats span{min-width:0}
.workflow .pill{transition:border-color .2s ease,background .2s ease}
.workflow .pill:hover{border-color:#5b5e6b;background:#20222b}

/* Albert — cleaner supporting copy */
.albert{gap:68px}
.feature-list span{font-weight:700}
.albert-orb{box-shadow:0 40px 110px rgba(255,91,10,.22)}

/* Cases + regions */
.case-card,.region{box-shadow:0 10px 36px rgba(15,16,22,.035)}
.industry-wide{padding-top:8px}
.industry-wide span{background:#fff;border-color:#deded8}
.region{transition:transform .2s ease,box-shadow .2s ease}
.region:hover{transform:translateY(-3px);box-shadow:0 22px 52px rgba(15,16,22,.07)}

/* conversion */
.conversion-grid{gap:74px}
.home-form{padding:30px}
.contact-points{padding-top:4px}

/* clearer footer */
.footer{padding-top:64px}
.footer-grid{gap:42px}

/* Header desktop polish */
@media (min-width:1221px){
  .nav{height:82px}
  .nav-links{gap:17px}
  .nav-tools{gap:9px}
}

/* tablet */
@media(max-width:1220px){
  .section{padding:78px 0}
  .section-head{display:block}
  .section-head>p{margin-top:16px}
  .albert{gap:42px}
}

/* mobile */
@media(max-width:700px){
  .section{padding:68px 0}
  .section-intro{padding-top:64px;padding-bottom:64px}
  .ecosystem-cards .card,.solution-card{min-height:auto}
  .ecosystem-cards .card{padding:24px}
  .solution-card{padding:24px}
  .solution-card h3{margin-top:24px}
  .home-form{padding:20px}
  .trust-item{padding:18px 14px}
}


/* =========================================================
   V7 — real CRM product imagery
   ========================================================= */
.product-shot{
  margin:0;
  border:1px solid #30323d;
  border-radius:28px;
  overflow:hidden;
  background:#151720;
  box-shadow:0 34px 90px rgba(0,0,0,.25);
}
.product-shot img{
  display:block;
  width:100%;
  height:auto;
}
.product-shot figcaption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 18px;
  color:#c9cbd2;
  font-size:.82rem;
  border-top:1px solid #2c2e37;
}
.product-shot figcaption strong{color:#fff}

.product-real-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(0,.85fr);
  gap:36px;
  align-items:center;
}
.product-real-grid .product-copy{padding-right:8px}

.crm-proof{
  padding:92px 0;
  background:#f7f7f4;
}
.crm-proof-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:end;
  margin-bottom:34px;
}
.crm-proof-head p{margin:0;line-height:1.75}
.crm-gallery{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.crm-screen{
  grid-column:span 6;
  margin:0;
  border:1px solid #dddcd7;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,16,22,.055);
}
.crm-screen.wide{grid-column:span 12}
.crm-screen img{
  display:block;
  width:100%;
  height:auto;
  background:#f5f4f1;
}
.crm-screen figcaption{
  padding:16px 18px 18px;
  border-top:1px solid #ecebe6;
}
.crm-screen figcaption strong{
  display:block;
  color:#111218;
  font-size:1rem;
  margin-bottom:4px;
}
.crm-screen figcaption span{
  color:#686b75;
  font-size:.86rem;
  line-height:1.55;
}

.product-capabilities{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:28px;
}
.product-capability{
  padding:18px;
  border:1px solid #30323d;
  border-radius:18px;
  background:#181a22;
}
.product-capability b{display:block;color:#fff;margin-bottom:5px}
.product-capability span{color:#aaadb8;font-size:.82rem;line-height:1.5}

.albert-real{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);
  gap:54px;
  align-items:center;
}
.albert-real-shot{
  margin:0;
  border:1px solid #deddd7;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 26px 70px rgba(15,16,22,.08);
}
.albert-real-shot img{display:block;width:100%;height:auto}
.albert-real-shot figcaption{
  padding:14px 18px;
  color:#686b75;
  border-top:1px solid #ecebe6;
  font-size:.84rem;
}
.product-truth{
  margin-top:22px;
  display:grid;
  gap:10px;
}
.product-truth span{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:700;
  color:#292a31;
}
.product-truth span:before{
  content:"";
  width:8px;height:8px;border-radius:50%;
  background:var(--orange);
  margin-top:7px;
  flex:0 0 auto;
}
.section-dark .product-truth span{color:#f3f3f4}

/* Home CRM screenshot should dominate instead of a conceptual mockup */
.home-crm-shot{
  min-width:0;
}

@media(max-width:980px){
  .product-real-grid,.crm-proof-head,.albert-real{grid-template-columns:1fr}
  .product-real-grid{gap:30px}
  .product-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}
  .crm-screen{grid-column:span 12}
}
@media(max-width:600px){
  .crm-proof{padding:68px 0}
  .crm-gallery{gap:14px}
  .crm-screen,.product-shot,.albert-real-shot{border-radius:18px}
  .product-capabilities{grid-template-columns:1fr}
  .product-shot figcaption{display:block}
}


/* =========================================================
   V8 — CRM conversion landing
   ========================================================= */
.crm-hero-product{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:52px;
  align-items:center;
}
.crm-hero-product .product-copy h2{
  font-size:clamp(2.9rem,4.6vw,5rem);
  letter-spacing:-.06em;
  line-height:.94;
  margin-bottom:22px;
}
.crm-hero-product .product-shot{
  transform:translateZ(0);
}
.crm-hero-product .product-shot img{
  min-height:430px;
  object-fit:cover;
  object-position:left top;
}
.crm-flow{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:24px 0 28px;
}
.crm-flow span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f4f4f6;
  font-weight:800;
  font-size:.84rem;
}
.crm-flow span:not(:last-child):after{
  content:"→";
  color:var(--orange);
  font-weight:900;
}
.crm-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.crm-actions .btn-secondary{
  background:transparent;
  border-color:#454853;
  color:#fff;
}
.crm-actions .btn-secondary:hover{border-color:#777b89}

.crm-product-nav-wrap{
  background:#101116;
  border-top:1px solid #292b34;
  border-bottom:1px solid #292b34;
}
.crm-product-nav{
  display:flex;
  gap:8px;
  overflow:auto;
  padding:16px 0;
  scrollbar-width:none;
}
.crm-product-nav::-webkit-scrollbar{display:none}
.crm-product-nav a{
  flex:0 0 auto;
  text-decoration:none;
  color:#d6d8df;
  font-weight:800;
  font-size:.8rem;
  border:1px solid #343641;
  border-radius:999px;
  padding:10px 14px;
  transition:.2s ease;
}
.crm-product-nav a:hover{
  color:#fff;
  background:#1d1f27;
  border-color:#5b5e6b;
}

.crm-benefit-band{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid #30323d;
  border-radius:24px;
  overflow:hidden;
  margin-top:42px;
}
.crm-benefit-band div{
  padding:22px 20px;
  border-right:1px solid #30323d;
  background:#161820;
}
.crm-benefit-band div:last-child{border-right:0}
.crm-benefit-band b{
  display:block;
  color:#fff;
  margin-bottom:6px;
  font-size:.94rem;
}
.crm-benefit-band span{
  color:#9ea1ad;
  font-size:.8rem;
  line-height:1.5;
}

.crm-proof{padding:100px 0}
.crm-gallery{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.crm-screen,.crm-screen.wide{grid-column:auto}
.crm-screen.hero-screen{
  grid-column:1/-1;
}
.crm-screen.hero-screen img{
  max-height:720px;
  object-fit:cover;
  object-position:top left;
}
.crm-screen img{
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:top left;
}
.crm-screen figcaption{
  min-height:84px;
}

.crm-feature-anchor{
  scroll-margin-top:110px;
}
.crm-demo-strip{
  margin-top:24px;
  padding:24px;
  border-radius:24px;
  background:#fff6f0;
  border:1px solid #ffd8c4;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
}
.crm-demo-strip b{
  display:block;
  font-size:1.12rem;
  margin-bottom:4px;
}
.crm-demo-strip span{
  color:#686b75;
  line-height:1.55;
  font-size:.88rem;
}

.crm-final-cta{
  padding:92px 0;
  background:
    radial-gradient(circle at 80% 30%,rgba(255,91,10,.15),transparent 28%),
    #0e0f14;
}
.crm-final-cta-inner{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:end;
  gap:48px;
}
.crm-final-cta h2{
  color:#fff;
  font-size:clamp(2.8rem,5vw,5.4rem);
  line-height:.94;
  letter-spacing:-.06em;
  margin:0;
}
.crm-final-cta p{
  color:#b4b6bf;
  line-height:1.7;
  margin:0 0 24px;
}
.crm-final-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.crm-final-actions .btn-secondary{
  color:#fff;
  background:transparent;
  border-color:#41444f;
}

@media(max-width:1050px){
  .crm-hero-product{grid-template-columns:1fr;gap:34px}
  .crm-hero-product .product-shot img{min-height:0}
  .crm-benefit-band{grid-template-columns:repeat(2,minmax(0,1fr))}
  .crm-benefit-band div:nth-child(2){border-right:0}
  .crm-benefit-band div:nth-child(-n+2){border-bottom:1px solid #30323d}
  .crm-final-cta-inner{grid-template-columns:1fr}
}
@media(max-width:700px){
  .crm-hero-product .product-copy h2{font-size:clamp(2.6rem,13vw,4rem)}
  .crm-gallery{grid-template-columns:1fr}
  .crm-screen.hero-screen{grid-column:auto}
  .crm-benefit-band{grid-template-columns:1fr}
  .crm-benefit-band div{border-right:0;border-bottom:1px solid #30323d}
  .crm-benefit-band div:last-child{border-bottom:0}
  .crm-demo-strip{display:block}
  .crm-demo-strip .btn{margin-top:16px}
  .crm-final-cta{padding:72px 0}
}


/* =========================================================
   FINAL CANDIDATE — consolidated polish
   ========================================================= */
html{scroll-behavior:smooth}

/* CRM screenshots: never crop real product UI */
.crm-screen img,
.crm-screen.hero-screen img{
  aspect-ratio:auto!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:top left!important;
}
.crm-screen figcaption{min-height:0}
.crm-hero-product{
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
}
.crm-hero-product .product-shot img{
  min-height:0!important;
  height:auto!important;
  object-fit:contain!important;
}
.crm-gallery{align-items:start}

/* Presence hub */
.presence-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.presence-card{
  padding:30px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  min-height:285px;
  display:flex;
  flex-direction:column;
  box-shadow:0 14px 42px rgba(15,16,22,.045);
}
.presence-card .region-code{
  display:inline-flex;
  width:48px;height:48px;
  align-items:center;justify-content:center;
  border-radius:50%;
  background:var(--soft-orange);
  color:var(--orange);
  font-weight:900;
  margin-bottom:30px;
}
.presence-card h3{font-size:1.55rem;margin:0 0 10px}
.presence-card p{color:#686b75;line-height:1.65;margin:0 0 24px}
.presence-card a{margin-top:auto;font-weight:850;color:var(--orange);text-decoration:none}
.presence-card.featured{
  background:#111218;
  border-color:#252732;
}
.presence-card.featured h3{color:#fff}
.presence-card.featured p{color:#b1b4be}

/* Regional pages */
.region-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:70px;
  align-items:center;
}
.region-panel{
  background:#111218;
  color:#fff;
  border-radius:32px;
  padding:38px;
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background-image:radial-gradient(circle at 88% 15%,rgba(255,91,10,.18),transparent 33%);
}
.region-panel strong{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.05em;line-height:.95}
.region-panel span{color:#b9bbc3}
.region-service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.region-service{
  padding:24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.region-service b{display:block;margin-bottom:8px;font-size:1rem}
.region-service span{font-size:.85rem;line-height:1.55;color:#686b75}

/* Cases: polished honest staging experience */
.case-method-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.case-method{
  padding:28px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
}
.case-method .case-num{
  color:var(--orange);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.1em;
  margin-bottom:30px;
}
.case-method h3{font-size:1.35rem;margin:0 0 8px}
.case-method p{color:#686b75;line-height:1.65;margin:0}
.case-cta{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:42px;
  align-items:end;
  padding:46px;
  border-radius:30px;
  background:#111218;
  color:#fff;
}
.case-cta p{color:#b5b7c0;line-height:1.7;margin:0}

/* Contact */
.contact-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:26px;
}
.contact-proof div{
  padding:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.contact-proof b{display:block;margin-bottom:4px}
.contact-proof span{color:#686b75;font-size:.82rem;line-height:1.5}

/* CRM trust/control */
.crm-control-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.crm-control{
  padding:24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.crm-control b{display:block;margin-bottom:8px}
.crm-control span{font-size:.84rem;color:#686b75;line-height:1.55}

/* Small UI refinements */
.nav-links a{white-space:nowrap}
.footer a{line-height:1.45}
.form-note{font-size:.78rem;color:#777a83;line-height:1.55;margin-top:10px}
.stage-note{
  padding:14px 16px;
  border-radius:16px;
  background:#fff7f2;
  border:1px solid #ffd9c5;
  color:#6e5547;
  font-size:.8rem;
  line-height:1.5;
}

@media(max-width:980px){
  .crm-hero-product,.region-hero-grid,.case-cta{grid-template-columns:1fr}
  .presence-grid,.region-service-grid,.case-method-grid{grid-template-columns:1fr}
  .crm-control-grid,.contact-proof{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .crm-control-grid,.contact-proof{grid-template-columns:1fr}
  .region-panel{padding:28px;min-height:270px}
  .case-cta{padding:30px}
}


/* =========================================================
   FINAL QA — accessibility and interaction
   ========================================================= */
.skip-link{
  position:fixed;left:16px;top:-80px;z-index:9999;
  background:#111218;color:#fff;padding:12px 16px;border-radius:12px;
  text-decoration:none;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.22)
}
.skip-link:focus{top:16px}
:focus-visible{
  outline:3px solid rgba(255,91,10,.7);
  outline-offset:3px;
}
button,select,input,textarea,a{touch-action:manipulation}
img{max-width:100%}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* =========================================================
   APPROVED PRICING + REAL CASES
   ========================================================= */
.pricing-section{padding:96px 0;background:#f7f7f4}
.pricing-head{max-width:820px;margin-bottom:34px}
.pricing-head p{color:#686b75;line-height:1.7}
.pricing-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}
.price-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;
  display:flex;flex-direction:column;min-height:430px;box-shadow:0 14px 40px rgba(15,16,22,.04)
}
.price-card.featured{border-color:#ffb78f;box-shadow:0 20px 55px rgba(255,91,10,.11)}
.price-card .plan-tag{font-size:.7rem;font-weight:900;letter-spacing:.09em;color:var(--orange);text-transform:uppercase}
.price-card h3{font-size:1.45rem;margin:10px 0 4px}
.price-card .price{font-size:1.85rem;font-weight:950;letter-spacing:-.045em;margin:12px 0 2px}
.price-card .price-note{font-size:.72rem;color:#777a83;line-height:1.4;min-height:34px}
.price-card .users{font-size:.8rem;color:#686b75;margin:8px 0 18px}
.price-card ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
.price-card li{font-size:.8rem;line-height:1.45;color:#35363d;padding-left:18px;position:relative}
.price-card li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);position:absolute;left:0;top:.55em}
.price-card .btn{margin-top:auto;width:100%;justify-content:center}
.pricing-conditions{margin-top:24px;padding:20px 22px;border:1px solid var(--line);border-radius:20px;background:#fff}
.pricing-conditions p{margin:0;color:#686b75;font-size:.78rem;line-height:1.65}

.real-cases-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.real-case{
  border:1px solid var(--line);border-radius:26px;background:#fff;padding:30px;
  box-shadow:0 16px 44px rgba(15,16,22,.045)
}
.real-case .case-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.real-case .case-meta span{font-size:.7rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--orange);background:#fff4ed;padding:7px 10px;border-radius:999px}
.real-case h3{font-size:1.7rem;margin:0 0 8px}
.real-case p{color:#686b75;line-height:1.65;margin:0}
.real-case .case-result{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-weight:800;color:#25262d}

.email-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.email-card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.email-card b{display:block;margin-bottom:6px}
.email-card a{color:var(--orange);text-decoration:none;word-break:break-word}

@media(max-width:1180px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.real-cases-grid,.email-grid,.pricing-grid{grid-template-columns:1fr}.price-card{min-height:auto}}


/* =========================================================
   FINAL COMMERCIAL AUTHORITY
   ========================================================= */
.client-proof-section{padding:92px 0;background:#fff}
.client-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.client-proof-card{
  padding:26px;border:1px solid var(--line);border-radius:24px;background:#fff;
  min-height:240px;display:flex;flex-direction:column;box-shadow:0 12px 36px rgba(15,16,22,.035)
}
.client-proof-card .sector{font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}
.client-proof-card h3{font-size:1.35rem;margin:20px 0 8px}
.client-proof-card p{color:#686b75;line-height:1.6;margin:0}
.client-proof-card .tenure{margin-top:auto;padding-top:20px;font-weight:850;color:#25262d}
.client-proof-actions{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}

.crm-price-teaser{
  margin-top:36px;padding:28px;border:1px solid #ffd2bc;border-radius:24px;
  background:linear-gradient(135deg,#fff8f4,#fff);
  display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center
}
.crm-price-teaser .from{font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}
.crm-price-teaser .teaser-price{font-size:clamp(2rem,4vw,3.6rem);font-weight:950;letter-spacing:-.055em;margin-top:4px}
.crm-price-teaser p{margin:6px 0 0;color:#686b75;line-height:1.55;font-size:.88rem}
.crm-price-teaser .btn{white-space:nowrap}

.trust-mini{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px
}
.trust-mini div{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}
.trust-mini b{display:block;margin-bottom:4px}
.trust-mini span{font-size:.8rem;color:#686b75;line-height:1.45}

@media(max-width:980px){
  .client-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .crm-price-teaser{grid-template-columns:1fr}
}
@media(max-width:620px){
  .client-proof-grid,.trust-mini{grid-template-columns:1fr}
}

.faq-grid{display:grid;gap:12px}
.faq-grid details{border:1px solid var(--line);border-radius:18px;background:#fff;padding:0 20px}
.faq-grid summary{cursor:pointer;font-weight:850;padding:18px 28px 18px 0;position:relative}
.faq-grid summary:after{content:"+";position:absolute;right:0;color:var(--orange);font-size:1.3rem}
.faq-grid details[open] summary:after{content:"–"}
.faq-grid details p{color:#686b75;line-height:1.65;margin:0;padding:0 0 18px}


/* =========================================================
   FINAL LAUNCH SAFETY
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
@supports (overflow:clip){html,body{overflow-x:clip}}
@media(max-width:700px){
  .hero,.section,.section-soft,.section-dark,.client-proof-section,.pricing-section{overflow-x:hidden}
  .orbit,.albert-orb{max-width:100%}
}


/* =========================================================
   FINAL CONTACT + PRICING VISIBILITY FIX
   ========================================================= */
.form-grid > div:first-child .email-grid{
  grid-template-columns:1fr;
  gap:10px;
}
.form-grid > div:first-child .email-card{
  display:grid;
  grid-template-columns:135px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:16px 18px;
}
.form-grid > div:first-child .email-card b{margin:0}
.form-grid > div:first-child .email-card a{
  white-space:nowrap;
  overflow-wrap:normal;
  word-break:normal;
  font-size:.9rem;
}
.contact-proof a{
  color:var(--orange);
  font-weight:850;
  text-decoration:none;
}
.contact-proof .contact-price{
  display:block;
  font-size:1.05rem;
  color:var(--ink);
  font-weight:950;
  margin:3px 0;
}

.crm-quick-price{
  padding:18px 22px;
  border:1px solid #ffd3bd;
  border-radius:20px;
  background:#fff7f2;
  margin-top:24px;
}
.crm-quick-price b{display:block;margin-bottom:3px}
.crm-quick-price .quick-price{
  font-size:1.55rem;
  font-weight:950;
  letter-spacing:-.035em;
}
.crm-quick-price a{
  display:inline-block;
  margin-top:8px;
  color:var(--orange);
  font-weight:900;
}

@media(max-width:650px){
  .form-grid > div:first-child .email-card{grid-template-columns:1fr;gap:4px}
  .form-grid > div:first-child .email-card a{white-space:normal;overflow-wrap:anywhere}
}


/* =========================================================
   LIVE FX + PRICING NAV
   ========================================================= */
.fx-attribution{
  display:block;
  margin-top:10px;
  font-size:.68rem;
  color:#8a8c94;
}
.fx-attribution a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
@media(min-width:1221px){
  .nav-links{gap:14px}
  .nav-links a{font-size:.9rem}
}


/* =========================================================
   REGIONAL PRICING MASTER
   ========================================================= */
.price-market-banner{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:18px 22px;border:1px solid #ffd4bf;border-radius:20px;
  background:#fff7f2;margin:26px 0 34px
}
.price-market-banner b{font-size:1rem}
.price-market-banner span{font-size:.82rem;color:#6d6f78}
.pricing-category{padding:92px 0}
.pricing-category.alt{background:#f7f7f4}
.pricing-category.dark{background:#101116;color:#fff}
.pricing-category.dark .pricing-head p{color:#b6b8c1}
.pricing-category.dark .price-card{background:#171921;border-color:#30323c}
.pricing-category.dark .price-card h3,
.pricing-category.dark .price-card .price,
.pricing-category.dark .price-card li{color:#fff}
.pricing-category.dark .price-card .users,
.pricing-category.dark .price-card .price-note{color:#adb0ba}
.pricing-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.pricing-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px}
.price-card .setup{
  margin:2px 0 18px;padding:10px 12px;border-radius:12px;background:#f7f7f4;
  font-size:.75rem;line-height:1.45;color:#62656d
}
.pricing-category.dark .price-card .setup{background:#22242d;color:#c3c5cc}
.price-card .addon-label{
  display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;
  background:#fff0e7;color:var(--orange);font-size:.7rem;font-weight:900;
  letter-spacing:.06em;text-transform:uppercase
}
.video-addon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}
.video-addon{
  border:1px solid #ffd4bf;border-radius:22px;padding:24px;background:#fff9f5
}
.video-addon h3{font-size:1.4rem;margin:8px 0}
.video-addon .price{font-size:1.7rem;font-weight:950;letter-spacing:-.04em}
.video-addon p{color:#676a73;line-height:1.6}
.video-addon ul{padding-left:18px;color:#3b3d44;line-height:1.6}
.designer-compare{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:32px
}
.compare-card{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff}
.compare-card.highlight{border-color:#ffb68d;background:#fff8f4}
.compare-card h3{font-size:1.4rem;margin:0 0 16px}
.compare-card ul{margin:0;padding-left:20px;display:grid;gap:10px;color:#4c4e56;line-height:1.55}
.market-employment{
  margin-top:22px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff
}
.market-employment h3{margin:0 0 8px;font-size:1.1rem}
.market-employment p{margin:0;color:#62656d;line-height:1.65;font-size:.86rem}
.legal-note{
  margin-top:20px;padding:15px 18px;border-radius:16px;background:#f4f4f1;
  color:#666970;font-size:.74rem;line-height:1.6
}
.project-price{font-size:1.8rem;font-weight:950;letter-spacing:-.04em;margin:10px 0}
.price-subnav{
  display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 4px
}
.price-subnav a{
  text-decoration:none;border:1px solid var(--line);padding:9px 13px;border-radius:999px;
  color:#26272d;font-weight:800;font-size:.78rem;background:#fff
}
@media(max-width:1000px){
  .pricing-grid.three{grid-template-columns:1fr}
  .pricing-grid.two,.video-addon-grid,.designer-compare{grid-template-columns:1fr}
}


/* PRICING PAGE REDESIGN 2026 */
.price-page{background:#fff}
.price-hero{
  padding:88px 0 54px;
  background:
    radial-gradient(circle at 83% 10%,rgba(255,91,10,.12),transparent 30%),
    linear-gradient(180deg,#fff,#fbfaf8);
  border-bottom:1px solid var(--line);
}
.price-hero-grid{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.65fr);
  gap:54px;align-items:start;
}
.price-hero h1{
  max-width:900px;font-size:clamp(3.5rem,6.7vw,7rem);
  line-height:.9;letter-spacing:-.065em;margin:12px 0 24px;
}
.price-hero p{max-width:720px;color:#656873;line-height:1.7;font-size:1rem}
.price-market-card{
  border:1px solid #ffd5bf;border-radius:26px;padding:26px;background:#fff;
  box-shadow:0 20px 60px rgba(25,21,18,.06)
}
.price-market-card .label{
  color:var(--orange);font-weight:900;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase
}
.price-market-card strong{display:block;font-size:1.45rem;margin:8px 0 6px}
.price-market-card p{font-size:.82rem;line-height:1.55;margin:0}
.price-jump{
  position:sticky;top:74px;z-index:30;background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);border-bottom:1px solid var(--line)
}
.price-jump .container{
  display:flex;gap:8px;overflow:auto;padding-top:12px;padding-bottom:12px;scrollbar-width:none
}
.price-jump .container::-webkit-scrollbar{display:none}
.price-jump a{
  flex:0 0 auto;text-decoration:none;color:#292a30;font-size:.78rem;font-weight:850;
  padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff
}
.price-jump a:hover{border-color:#ffb790;color:var(--orange)}

.price-section{padding:92px 0}
.price-section.soft{background:#f7f7f4}
.price-section.dark{background:#0f1015;color:#fff}
.price-section-head{
  display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:end;margin-bottom:34px
}
.price-section-head h2{
  font-size:clamp(2.6rem,5vw,5rem);line-height:.96;letter-spacing:-.055em;margin:8px 0 0
}
.price-section-head p{color:#6c6e76;line-height:1.65;margin:0}
.price-section.dark .price-section-head p{color:#b7bac3}
.price-kicker{font-size:.68rem;letter-spacing:.11em;text-transform:uppercase;font-weight:900;color:var(--orange)}

.tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tier-card{
  position:relative;display:flex;flex-direction:column;min-height:470px;
  border:1px solid var(--line);border-radius:28px;padding:28px;background:#fff;
  box-shadow:0 14px 42px rgba(15,16,22,.035)
}
.tier-card.recommended{border-color:#ffaf84;box-shadow:0 22px 65px rgba(255,91,10,.1)}
.tier-card.recommended:before{
  content:"RECOMENDADO";position:absolute;top:-12px;left:24px;
  padding:7px 10px;border-radius:999px;background:var(--orange);color:#fff;
  font-size:.64rem;font-weight:950;letter-spacing:.08em
}
html[lang="en"] .tier-card.recommended:before{content:"RECOMMENDED"}
.tier-card .eyeline{font-size:.69rem;font-weight:900;color:#81838b;text-transform:uppercase;letter-spacing:.08em}
.tier-card h3{font-size:1.55rem;margin:12px 0 8px}
.tier-card .big-price{font-size:2.2rem;font-weight:950;letter-spacing:-.05em;margin:6px 0 2px}
.tier-card .per{font-size:.75rem;color:#7c7e86;margin-bottom:20px}
.tier-card .includes-title{font-size:.72rem;font-weight:900;color:#313238;margin:0 0 10px;text-transform:uppercase}
.tier-card ul{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:10px}
.tier-card li{font-size:.83rem;line-height:1.45;color:#4c4e56;padding-left:18px;position:relative}
.tier-card li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);position:absolute;left:0;top:.5em}
.tier-card .btn{margin-top:auto;justify-content:center;width:100%}

.price-section.dark .tier-card{background:#171920;border-color:#2c2f38}
.price-section.dark .tier-card h3,
.price-section.dark .tier-card .big-price,
.price-section.dark .tier-card .includes-title,
.price-section.dark .tier-card li{color:#fff}
.price-section.dark .tier-card .per,.price-section.dark .tier-card .eyeline{color:#aeb1ba}

.combo-wrap{margin-top:44px}
.combo-head{
  display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px
}
.combo-head h3{font-size:1.9rem;letter-spacing:-.035em;margin:0}
.combo-head p{max-width:580px;color:#6c6e76;line-height:1.55;margin:0;font-size:.86rem}
.combo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.combo-card{
  border-radius:24px;padding:24px;border:1px solid #ffd7c3;
  background:linear-gradient(145deg,#fff8f4,#fff);
}
.combo-card .combo-label{font-size:.65rem;font-weight:950;color:var(--orange);letter-spacing:.08em;text-transform:uppercase}
.combo-card h4{font-size:1.25rem;margin:8px 0 5px}
.combo-card .combo-price{font-size:1.85rem;font-weight:950;letter-spacing:-.045em}
.combo-card p{color:#6d6f77;line-height:1.5;font-size:.8rem;margin:8px 0 0}
.combo-card .save-line{margin-top:14px;font-size:.76rem;font-weight:850;color:#2e3036}

.design-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.design-card{
  padding:30px;border:1px solid var(--line);border-radius:28px;background:#fff;min-height:400px;display:flex;flex-direction:column
}
.design-card.primary{border-color:#ffb78f;background:#fff8f4}
.design-card h3{font-size:1.65rem;margin:10px 0}
.design-card .big-price{font-size:2rem;font-weight:950;letter-spacing:-.04em}
.design-card p{color:#686a73;line-height:1.6}
.design-card ul{display:grid;gap:9px;padding-left:19px;color:#494b52;line-height:1.5}
.design-card .btn{margin-top:auto;width:max-content}
.compare-strip{
  margin-top:24px;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);
  border-radius:26px;overflow:hidden;background:#fff
}
.compare-side{padding:28px}
.compare-side + .compare-side{border-left:1px solid var(--line);background:#fff8f4}
.compare-side h4{font-size:1.2rem;margin:0 0 14px}
.compare-side ul{margin:0;padding-left:18px;display:grid;gap:9px;color:#555861;line-height:1.48;font-size:.84rem}
.employment-note{
  margin-top:14px;padding:15px 18px;border-radius:16px;background:#f3f3f0;color:#656870;
  font-size:.76rem;line-height:1.6
}

.dev-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.dev-card{
  display:flex;flex-direction:column;min-height:330px;padding:26px;border:1px solid var(--line);
  border-radius:26px;background:#fff
}
.dev-card .dev-num{font-size:.67rem;font-weight:950;color:var(--orange);letter-spacing:.08em}
.dev-card h3{font-size:1.35rem;margin:18px 0 6px}
.dev-card .from{font-size:.72rem;color:#777a83;text-transform:uppercase;font-weight:900;letter-spacing:.07em}
.dev-card .dev-price{font-size:1.9rem;font-weight:950;letter-spacing:-.045em;margin:4px 0 16px}
.dev-card p{font-size:.82rem;color:#666970;line-height:1.55;margin:0 0 22px}
.dev-card .btn{margin-top:auto;width:max-content}

.price-footnote{
  margin-top:22px;padding:18px 20px;border-radius:18px;background:#f3f3f0;
  color:#686a73;font-size:.76rem;line-height:1.65
}
.price-final-cta{
  padding:86px 0;background:linear-gradient(135deg,#ff5b0a,#ff7d35);color:#fff
}
.price-final-grid{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}
.price-final-grid h2{font-size:clamp(2.5rem,5vw,4.8rem);line-height:.95;letter-spacing:-.055em;margin:0}
.price-final-grid p{margin:8px 0 0;color:rgba(255,255,255,.85);max-width:680px}
.price-final-grid .btn{background:#fff;color:#111;border-color:#fff}

@media(max-width:1100px){
  .dev-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .price-hero-grid,.price-section-head,.price-final-grid{grid-template-columns:1fr}
  .tier-grid,.combo-grid{grid-template-columns:1fr}
  .design-grid,.compare-strip{grid-template-columns:1fr}
  .compare-side + .compare-side{border-left:0;border-top:1px solid var(--line)}
  .price-jump{top:64px}
}
@media(max-width:620px){
  .price-hero{padding-top:64px}
  .price-hero h1{font-size:clamp(3rem,16vw,4.5rem)}
  .dev-grid{grid-template-columns:1fr}
  .tier-card{min-height:auto}
}


/* ALBERT CHARACTER INTEGRATION */
.albert-character-stage{
  position:relative;display:flex;align-items:flex-end;justify-content:center;
  min-height:430px;border-radius:34px;overflow:hidden;
  background:
    radial-gradient(circle at 52% 34%,rgba(255,91,10,.19),transparent 34%),
    linear-gradient(145deg,#17181d,#0f1014);
}
.albert-character-stage:before{
  content:"";position:absolute;inset:9% 15% 8%;border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
}
.albert-character-stage img{
  position:relative;z-index:2;display:block;max-width:90%;max-height:440px;
  width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,0,0,.25))
}
.albert-character-stage .albert-chip{
  position:absolute;z-index:3;left:18px;bottom:18px;
  padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.94);
  color:#18191e;font-weight:900;font-size:.7rem;letter-spacing:.04em
}
.albert .albert-character-stage{min-height:470px}

.page-hero.albert-split .container{
  display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.55fr);
  gap:48px;align-items:center
}
.page-hero.albert-split .albert-hero-figure{
  min-height:360px;display:flex;align-items:flex-end;justify-content:center;
  position:relative;border-radius:30px;overflow:hidden;
  background:
    radial-gradient(circle at 55% 38%,rgba(255,91,10,.2),transparent 35%),
    linear-gradient(145deg,#f9f7f4,#fff);
  border:1px solid var(--line)
}
.page-hero.albert-split .albert-hero-figure img{
  max-height:380px;max-width:94%;display:block;object-fit:contain;
  filter:drop-shadow(0 20px 30px rgba(20,20,24,.14))
}

.albert-insight{
  margin-top:22px;display:grid;grid-template-columns:minmax(220px,.42fr) 1fr;
  gap:28px;align-items:center;padding:28px;border-radius:28px;
  border:1px solid #2c2f38;background:#171920
}
.albert-insight figure{margin:0;display:flex;justify-content:center}
.albert-insight img{max-height:330px;max-width:100%;object-fit:contain}
.albert-insight h3{font-size:1.6rem;margin:0 0 10px;color:#fff}
.albert-insight p{color:#b9bcc5;line-height:1.65;margin:0}

.price-hero-aside{display:grid;grid-template-columns:1fr;gap:14px}
.price-albert{
  min-height:330px;display:flex;align-items:flex-end;justify-content:center;
  border-radius:26px;overflow:hidden;
  background:
    radial-gradient(circle at 48% 35%,rgba(255,91,10,.18),transparent 36%),
    linear-gradient(145deg,#15161b,#0f1014);
}
.price-albert img{
  max-height:345px;max-width:96%;object-fit:contain;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.28))
}

.contact-albert{
  margin:20px 0 24px;min-height:245px;border-radius:26px;overflow:hidden;
  display:flex;align-items:flex-end;justify-content:center;
  background:
    radial-gradient(circle at 52% 30%,rgba(255,91,10,.15),transparent 35%),
    linear-gradient(145deg,#f8f7f4,#fff);
  border:1px solid var(--line)
}
.contact-albert img{max-height:275px;max-width:94%;object-fit:contain}

@media(max-width:900px){
  .page-hero.albert-split .container{grid-template-columns:1fr}
  .page-hero.albert-split .albert-hero-figure{min-height:300px}
  .albert-insight{grid-template-columns:1fr}
  .albert-insight figure{max-height:300px}
  .albert-character-stage{min-height:350px}
}
@media(max-width:620px){
  .albert-character-stage{min-height:310px}
  .albert-character-stage img{max-height:330px}
  .price-albert{min-height:270px}
  .price-albert img{max-height:285px}
  .contact-albert{min-height:220px}
}


/* =========================================================
   24/7 PRODUCTION CONSOLIDATED OVERRIDES — CLEAN BUILD
   ========================================================= */

/* ---------- HOME: approved Albert + laptop ---------- */
.home-hero .ecosystem.ecosystem-albert{
  min-height:570px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.home-hero .ecosystem-albert-img{
  display:block;
  width:auto;
  max-width:100%;
  max-height:590px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 38px rgba(20,20,24,.10));
}
@media(max-width:1220px){
  .home-hero .hero-content{order:1}
  .home-hero .ecosystem.ecosystem-albert{
    order:2 !important;
    min-height:500px;
    margin-top:16px;
  }
  .home-hero .ecosystem-albert-img{
    max-height:510px;
    max-width:min(100%,620px);
  }
}
@media(max-width:700px){
  .home-hero .ecosystem.ecosystem-albert{
    min-height:430px;
    margin-top:10px;
  }
  .home-hero .ecosystem-albert-img{
    max-height:445px;
    max-width:100%;
  }
}

/* ---------- CRM HERO: one approved image only ---------- */
.page-hero.albert-split .container{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.56fr);
  gap:48px;
  align-items:center;
}
.page-hero.albert-split .albert-hero-figure{
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  border-radius:30px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,91,10,.07),transparent 42%),
    linear-gradient(145deg,#fbfaf8,#fff);
  border:1px solid var(--line);
}
.page-hero.albert-split .albert-hero-figure > img.crm-hero-albert-final{
  display:block;
  width:auto;
  height:auto;
  max-width:96%;
  max-height:400px;
  object-fit:contain;
  object-position:center center;
  margin:0 auto;
  filter:drop-shadow(0 16px 24px rgba(20,20,24,.10));
}
@media(max-width:900px){
  .page-hero.albert-split .container{grid-template-columns:1fr}
  .page-hero.albert-split .albert-hero-figure{
    min-height:300px;
    padding:10px 0 0;
  }
  .page-hero.albert-split .albert-hero-figure > img.crm-hero-albert-final{
    max-height:295px;
    max-width:95%;
  }
}
@media(max-width:620px){
  .page-hero.albert-split .albert-hero-figure{
    min-height:285px;
  }
  .page-hero.albert-split .albert-hero-figure > img.crm-hero-albert-final{
    max-height:280px;
    max-width:96%;
  }
}

/* ---------- ALBERT DEDICATED PAGE ---------- */
.albert-character-stage{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:430px;
  border-radius:34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 34%,rgba(255,91,10,.19),transparent 30%),
    linear-gradient(145deg,#17181d,#0f1014);
}
.albert-character-stage img{
  position:relative;
  z-index:2;
  display:block;
  max-width:90%;
  max-height:440px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.albert-insight{
  margin-top:22px;
  display:grid;
  grid-template-columns:minmax(220px,.42fr) 1fr;
  gap:28px;
  align-items:center;
  padding:28px;
  border-radius:28px;
  border:1px solid #2c2f38;
  background:#171920;
}
.albert-insight figure{margin:0;display:flex;justify-content:center}
.albert-insight img{max-height:330px;max-width:100%;object-fit:contain}
.albert-insight h3{font-size:1.6rem;margin:0 0 10px;color:#fff}
.albert-insight p{color:#b9bcc5;line-height:1.65;margin:0}
@media(max-width:900px){
  .albert-insight{grid-template-columns:1fr}
}

/* ---------- PRICING HERO: approved pricing Albert, compact ---------- */
.price-hero{
  padding-top:54px !important;
  padding-bottom:18px !important;
}
.price-hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr) !important;
  gap:34px !important;
  align-items:start !important;
}
.price-hero-aside{
  display:grid;
  grid-template-columns:1fr;
  gap:8px !important;
}
.price-market-card{
  padding:18px 20px !important;
}
.price-market-card strong{margin:5px 0 4px !important}
.price-market-card p{
  font-size:.78rem !important;
  line-height:1.45 !important;
}
.price-albert{
  min-height:0 !important;
  height:355px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  background-image:none !important;
  border-radius:0 !important;
  overflow:visible !important;
  box-shadow:none !important;
}
.price-albert > img.pricing-albert-final{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-height:355px !important;
  max-width:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:0 auto !important;
  filter:drop-shadow(0 18px 28px rgba(20,20,24,.12)) !important;
}
@media(max-width:900px){
  .price-hero{
    padding-top:40px !important;
    padding-bottom:14px !important;
  }
  .price-hero-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .price-albert{
    height:325px !important;
  }
  .price-albert > img.pricing-albert-final{
    max-height:325px !important;
    max-width:92% !important;
  }
}
@media(max-width:620px){
  .price-hero{
    padding-top:30px !important;
    padding-bottom:12px !important;
  }
  .price-market-card{padding:16px 18px !important}
  .price-albert{
    height:290px !important;
  }
  .price-albert > img.pricing-albert-final{
    max-height:290px !important;
    max-width:94% !important;
  }
}

/* Pricing button contrast */
.price-section.dark .tier-card .btn.btn-secondary{
  background:#fff !important;
  border-color:#fff !important;
  color:#111217 !important;
}
.price-section.dark .tier-card .btn.btn-secondary:hover{
  background:#f1f1ee !important;
  border-color:#f1f1ee !important;
  color:#111217 !important;
}
.price-section.dark .tier-card .btn.btn-primary{
  color:#fff !important;
}

/* ---------- CONTACT: approved high-quality Albert ---------- */
.contact-albert{
  margin:20px 0 24px;
  min-height:300px;
  border-radius:26px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  background:
    radial-gradient(circle at 52% 30%,rgba(255,91,10,.12),transparent 35%),
    linear-gradient(145deg,#f8f7f4,#fff);
  border:1px solid var(--line);
}
.contact-albert img{
  display:block;
  width:auto;
  height:auto;
  max-height:330px;
  max-width:92%;
  object-fit:contain;
  object-position:center bottom;
}
@media(max-width:620px){
  .contact-albert{
    min-height:310px;
    padding:14px 10px 0;
  }
  .contact-albert img{
    max-height:300px;
    max-width:88%;
  }
}

/* ---------- SOCIAL BUTTONS ---------- */
.social-links-247{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  align-items:center !important;
  gap:12px !important;
  margin-top:18px !important;
}
.social-btn-247{
  width:44px;
  height:44px;
  min-width:44px;
  min-height:44px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  text-decoration:none;
  transition:transform .18s ease,background .18s ease,opacity .18s ease;
}
.social-btn-247 svg{
  width:24px;
  height:24px;
  display:block;
  fill:currentColor;
}
.social-btn-247:hover{transform:translateY(-2px);opacity:.95}

/* White backgrounds: orange icon treatment */
.contact-social-247 .social-btn-247{
  color:#ff5b0a;
  background:rgba(255,91,10,.09);
  border:1px solid rgba(255,91,10,.18);
}

/* Dark footer: solid orange circle + solid dark-gray icon */
footer .social-links-247{
  display:flex !important;
  width:100% !important;
}
footer .social-links-247 .social-btn-247{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  background:#ff5b0a !important;
  color:#34363b !important;
  border:none !important;
  box-shadow:none !important;
}
footer .social-links-247 .social-btn-247 svg{
  width:27px !important;
  height:27px !important;
  fill:#34363b !important;
}

/* Orange surfaces: gray button treatment */
.cta-band .social-links-247 .social-btn-247,
.price-final-cta .social-links-247 .social-btn-247{
  background:#e9e9e6 !important;
  color:#34363b !important;
  border:none !important;
}

.contact-social-247{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--line);
}
.contact-social-247 > strong{
  display:block;
  font-size:.82rem;
  margin-bottom:8px;
}
.contact-social-247 .social-links-247{margin-top:0 !important}

@media(max-width:700px){
  footer .social-links-247{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    width:100% !important;
    margin-top:20px !important;
    margin-bottom:12px !important;
  }
  footer .social-links-247 .social-btn-247{
    display:inline-flex !important;
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    min-height:50px !important;
  }
  footer .social-links-247 .social-btn-247 svg{
    width:28px !important;
    height:28px !important;
  }
}


/* ACTIVE PAGE INDICATOR */
.nav-links a,
.mobile-menu a{
  position:relative;
}

.nav-links a.is-active-page{
  color:#ff5b0a !important;
  font-weight:700;
}

.nav-links a.is-active-page::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-10px;
  width:24px;
  height:3px;
  border-radius:999px;
  background:#ff5b0a;
  transform:translateX(-50%);
}

.mobile-menu a.is-active-page,
.mobile-nav a.is-active-page,
.nav-drawer a.is-active-page{
  color:#ff5b0a !important;
  font-weight:700;
}

.mobile-menu a.is-active-page::before,
.mobile-nav a.is-active-page::before,
.nav-drawer a.is-active-page::before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:50%;
  background:#ff5b0a;
  vertical-align:middle;
}

@media(max-width:1220px){
  .nav-links a.is-active-page::after{
    display:none;
  }
}


/* =========================================================
   CRM DEMO PREVIEW BLOCK — safe contact enhancement
   ========================================================= */
.demo-preview-panel{margin-bottom:22px;border:1px solid var(--line);border-radius:28px;background:#fff;padding:22px;box-shadow:0 18px 48px rgba(15,16,22,.05)}
.demo-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.demo-preview-head h3{margin:6px 0 6px;font-size:1.4rem;line-height:1.15;letter-spacing:-.03em}
.demo-preview-head .btn{white-space:nowrap}
.demo-shot-main{margin:0 0 14px;border:1px solid var(--line);border-radius:22px;background:#fbfbf9;padding:12px;overflow:hidden}
.demo-shot-main img{display:block;width:100%;height:auto;border-radius:14px}
.demo-thumb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}
.demo-thumb{margin:0;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}
.demo-thumb img{display:block;width:100%;height:118px;object-fit:cover}
.demo-thumb figcaption{padding:10px 12px;font-size:.82rem;font-weight:800;color:var(--ink)}
.demo-benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}
.demo-benefit-item{border:1px solid var(--line);border-radius:18px;background:#fcfcfa;padding:14px 14px 13px}
.demo-benefit-item strong{display:block;margin-bottom:6px;font-size:.92rem;color:var(--ink)}
.demo-benefit-item span{display:block;font-size:.82rem;line-height:1.55;color:#66686f}
.demo-trust-strip{display:flex;flex-wrap:wrap;gap:10px}
.demo-trust-strip span{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:999px;background:#fff4ed;color:var(--orange);font-size:.76rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
@media(max-width:900px){.demo-preview-head{flex-direction:column}.demo-preview-head .btn{width:100%}.demo-thumb-grid,.demo-benefits-grid{grid-template-columns:1fr}}


/* 247-CRM-QUICK-PRICE-CONTRAST-FIX */
.crm-quick-price,.crm-quick-price b,.crm-quick-price .quick-price{color:#17181d!important}
.crm-quick-price .quick-price{opacity:1!important;visibility:visible!important}


/* 247-EN-VISUAL-FINAL-V1
   EN-only: hide obsolete language selector, restore CRM teaser contrast,
   and provide visual affordance for CRM screenshots. */
html[lang^="en"] [data-lang-select]{display:none!important}
html[lang^="en"] .crm-price-teaser .teaser-price,
html[lang^="en"] .crm-quick-price .quick-price,
html[lang^="en"] .crm-quick-price [data-price-key="crm_esencial"]{
  color:#17181d!important;
  opacity:1!important;
  visibility:visible!important;
  -webkit-text-fill-color:#17181d!important;
}
html[lang^="en"] main img[src*="/assets/img/crm-en/"],
html[lang^="en"] main img[src*="/assets/img/crm/"]{
  cursor:zoom-in!important;
}
html[lang^="en"].crm-en-final-lightbox-open{overflow:hidden!important}
.crm-en-final-lightbox{
  position:fixed;inset:0;z-index:2147483600;display:none;
  align-items:center;justify-content:center;padding:22px;
  background:rgba(6,7,10,.94);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)
}
.crm-en-final-lightbox.is-open{display:flex}
.crm-en-final-lightbox__dialog{position:relative;width:min(1650px,97vw);max-height:96vh;display:flex;flex-direction:column;align-items:center}
.crm-en-final-lightbox__img{display:block;max-width:100%;max-height:89vh;width:auto;height:auto;object-fit:contain;background:#fff;border-radius:12px;box-shadow:0 28px 90px rgba(0,0,0,.5)}
.crm-en-final-lightbox__caption{margin-top:10px;color:#fff;text-align:center;font:700 .9rem/1.4 Arial,sans-serif;max-width:1000px}
.crm-en-final-lightbox__close{position:absolute;right:-12px;top:-12px;z-index:2;width:46px;height:46px;border:0;border-radius:50%;background:#ff5b0a;color:#fff;font:700 30px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.35)}
.crm-en-final-lightbox__close:hover,.crm-en-final-lightbox__close:focus{background:#ff7a36;outline:none}
@media(max-width:700px){.crm-en-final-lightbox{padding:10px}.crm-en-final-lightbox__dialog{width:100%}.crm-en-final-lightbox__img{max-height:85vh}.crm-en-final-lightbox__close{right:0;top:-8px}}
