
:root{
  --navy:#30302F;--navy2:#3B3B3A;--blue:#2899D5;--teal:#2899D5;--lime:#AEE2F7;
  --cloud:#F5F7FA;--slate:#5B6470;--graphite:#30302F;--white:#fff;--line:#D8E1EF;
  --shadow:0 24px 70px rgba(48,48,47,.14);--radius:24px;--radius-sm:14px;
}
*{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(--graphite);background:#fff;line-height:1.6;font-size:17px}
a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img,svg{max-width:100%}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:16px;top:16px;background:#fff;color:#000;z-index:999;padding:10px;border-radius:8px}
body{padding-top:76px}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:10000;display:flex;align-items:center;gap:24px;justify-content:space-between;padding:16px 5vw;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 10px 30px rgba(15,23,42,.08)}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy);letter-spacing:-.02em}.logo-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff}
.site-nav{display:flex;gap:18px;align-items:center;font-size:15px;font-weight:650;color:#334155}.site-nav a{padding:8px 2px}.site-nav a:hover{color:var(--blue)}
.header-actions{display:flex;gap:10px;align-items:center}.language-link{font-weight:750;font-size:14px;color:var(--blue)}
.nav-toggle{display:none;border:1px solid var(--line);border-radius:12px;background:#fff;padding:9px 12px;font-weight:700;color:var(--navy)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:var(--blue);color:#fff;padding:14px 22px;font-weight:800;font-size:15px;box-shadow:0 12px 28px rgba(40,153,213,.25);cursor:pointer;min-height:44px}
.button:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(40,153,213,.28)}
.button.secondary{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:none}.button.secondary.light{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}
.button.small{padding:10px 16px;min-height:38px;font-size:14px}.container{width:min(1180px,90vw);margin-inline:auto}.narrow{width:min(820px,90vw)}
.section{padding:96px 0}.section-soft{background:var(--cloud)}.section-dark{background:radial-gradient(circle at top right,rgba(40,153,213,.32),transparent 32%),linear-gradient(135deg,#30302F,#242423 62%,#153D52);color:#fff}
.hero{padding:120px 0 96px;overflow:hidden}.compact-hero{padding:96px 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:64px;align-items:center}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.96;letter-spacing:-.055em;margin:0 0 24px}.hero-subtitle{font-size:clamp(18px,2vw,23px);line-height:1.55;color:rgba(255,255,255,.84);margin:0 0 32px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:850;color:var(--teal);margin:0 0 14px}.section-dark .eyebrow{color:#AEE2F7}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.credibility-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.credibility-strip span{font-size:13px;font-weight:750;color:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.17);padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06)}
.section-heading{text-align:center;max-width:850px;margin:0 auto 44px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2,.split h2,.cta-band h2{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em;margin:0 0 18px}.section-heading p,.split p{color:var(--slate);font-size:18px}.section-dark .split p,.section-dark .section-heading p{color:rgba(255,255,255,.76)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.reverse{grid-template-columns:1fr 1fr}.check-list,.plain-list{padding-left:0;list-style:none;margin:22px 0}.check-list li,.plain-list li{position:relative;padding-left:28px;margin:12px 0}.check-list li:before{content:"";position:absolute;left:0;top:.45em;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--blue))}.plain-list li:before{content:"•";position:absolute;left:6px;color:var(--blue);font-weight:900}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 12px 40px rgba(15,23,42,.06)}.card h3{font-size:24px;line-height:1.16;margin:0 0 12px;letter-spacing:-.025em}.card p{color:var(--slate);margin:0 0 20px}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.offer-card{display:flex;flex-direction:column;min-height:360px}.service-card{min-height:250px}.card-icon{width:48px;height:48px;color:var(--blue);margin-bottom:18px}.card-icon svg{stroke:currentColor;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.link-arrow{font-weight:850;color:var(--blue);margin-top:auto}.link-arrow:after{content:" →"}.fine-print{font-size:14px;color:#64748b}
.system-visual{position:relative;height:420px;border:1px solid rgba(255,255,255,.16);border-radius:34px;background:rgba(255,255,255,.07);box-shadow:0 30px 90px rgba(0,0,0,.28);overflow:hidden}.connection-lines{position:absolute;inset:30px 20px}.connection-lines path{fill:none;stroke:rgba(40,153,213,.52);stroke-width:2;stroke-dasharray:8 10;animation:dash 12s linear infinite}.system-node{position:absolute;display:grid;place-items:center;width:122px;min-height:56px;padding:12px;border-radius:18px;background:rgba(255,255,255,.92);color:var(--navy);font-weight:850;text-align:center;font-size:14px;box-shadow:0 16px 50px rgba(0,0,0,.16)}.n0{left:35px;top:50px}.n1{left:190px;top:28px}.n2{right:42px;top:70px}.n3{left:45px;top:170px}.n4{right:42px;top:170px}.n5{left:55px;bottom:58px}.n6{left:198px;bottom:28px}.n7{right:52px;bottom:70px}.orb{position:absolute;border-radius:50%;filter:blur(22px);opacity:.5}.orb-one{width:160px;height:160px;background:var(--blue);right:20px;top:20px}.orb-two{width:140px;height:140px;background:var(--teal);left:30px;bottom:20px}.system-score{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;padding:18px;border-radius:22px;background:rgba(11,18,32,.86);border:1px solid rgba(255,255,255,.18);text-align:center}.system-score strong,.system-score span{display:block}.system-score span{font-size:12px;color:rgba(255,255,255,.72);margin:6px 0}.score-bar{height:8px;background:rgba(255,255,255,.18);border-radius:99px;overflow:hidden}.score-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--teal),var(--lime));border-radius:inherit}
@keyframes dash{to{stroke-dashoffset:-120}}
.diagnostic-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}.diagnostic-card a,.diagnostic-card .metric-row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line);color:var(--navy);font-weight:750}.diagnostic-card a:hover{color:var(--blue)}.metric-row b{color:var(--blue)}
.stack-diagram{display:grid;gap:12px}.stack-diagram span{display:block;padding:18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);font-weight:850}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.proof-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.proof-card h3{margin:0 0 12px}.proof-card p{color:var(--slate);margin:0}.sample-deliverable{display:grid;grid-template-columns:.7fr 1fr;gap:28px;align-items:center;background:var(--navy);color:#fff;border-radius:32px;padding:34px;margin-top:32px}.sample-deliverable p{color:rgba(255,255,255,.74)}
.scorecard-mini{display:grid;gap:10px}.scorecard-mini span{display:flex;justify-content:space-between;font-weight:750}.scorecard-mini i{height:9px;background:linear-gradient(90deg,var(--blue),var(--teal),var(--lime));border-radius:999px;display:block}.scorecard-mini.large{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}
.bridge-visual{display:grid;grid-template-columns:1fr 50px 1fr;align-items:center;gap:14px}.bridge-visual>div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 12px 40px rgba(15,23,42,.08)}.bridge-visual strong,.bridge-visual span{display:block}.bridge-visual span{color:var(--slate);margin-top:12px}.bridge-visual i{height:3px;background:linear-gradient(90deg,var(--blue),var(--teal));border-radius:99px}
.process-list{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0;margin:0;list-style:none}.process-list li{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px}.process-list span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;margin-bottom:14px}.process-list h3{margin:0 0 8px;font-size:22px}.process-list p{margin:0;color:var(--slate)}
.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px 20px}.faq-item summary{cursor:pointer;font-weight:850;color:var(--navy)}.faq-item p{color:var(--slate);margin-bottom:0}
.cta-band{background:linear-gradient(135deg,var(--blue),#1A6E9C 58%,var(--navy));color:#fff;padding:70px 0}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-band p{color:rgba(255,255,255,.78);max-width:680px}
.dashboard-visual{background:#fff;border-radius:30px;padding:18px;box-shadow:var(--shadow);color:var(--navy)}.dash-header{height:34px;display:flex;gap:8px;align-items:center}.dash-header span{width:10px;height:10px;background:#cbd5e1;border-radius:50%}.dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dash-card{background:var(--cloud);border:1px solid var(--line);border-radius:18px;padding:18px;min-height:102px}.dash-card.wide{grid-column:1/-1}.metric{display:block;font-size:26px;font-weight:900;color:var(--blue);margin-top:12px}.mini-roadmap{display:flex;gap:10px;margin-top:22px}.mini-roadmap i{height:12px;flex:1;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--teal))}
.before-after{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center}.ba-col{background:#fff;color:var(--navy);border-radius:22px;padding:22px;display:grid;gap:10px}.ba-col span{padding:9px 12px;border-radius:12px;background:var(--cloud)}.ba-arrow{font-size:32px;font-weight:900;color:var(--lime)}
.warning-card{border-color:#FACC15;background:#FFFBEB}.artifact-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.artifact-preview.six{grid-template-columns:repeat(3,1fr)}.artifact-preview div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.artifact-preview strong,.artifact-preview span{display:block}.artifact-preview span{color:var(--slate);margin-top:8px}
.lead-form{display:grid;gap:16px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lead-form label{display:grid;gap:6px;font-weight:750;color:var(--navy);font-size:14px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid #CBD5E1;border-radius:12px;padding:12px 14px;font:inherit;font-size:16px;background:#fff}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{outline:3px solid rgba(40,153,213,.24);border-color:var(--blue)}.checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px}.checkbox input{width:auto;margin-top:4px}.hidden{display:none!important}
.mini-routes{display:grid;gap:10px;margin-top:20px}.mini-routes a{padding:14px 16px;border:1px solid var(--line);border-radius:14px;font-weight:800;color:var(--blue);background:#fff}.legal h1{font-size:52px;line-height:1.02;letter-spacing:-.04em}.legal h2{margin-top:32px}.legal p,.legal li{color:var(--slate)}
.site-footer{background:var(--navy);color:#fff;padding:70px 5vw 26px}.footer-grid{display:grid;grid-template-columns:1.2fr .95fr .95fr 1.35fr .9fr;gap:34px;width:min(1180px,90vw);margin:0 auto}.site-footer p{color:rgba(255,255,255,.7)}.site-footer h3{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#AEE2F7}.site-footer a{display:block;color:rgba(255,255,255,.78);margin:8px 0}.site-footer a:hover{color:#fff}.footer-logo{color:#fff}.footer-bottom{width:min(1180px,90vw);margin:40px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.55);font-size:14px}
@media (max-width:1040px){.hero-grid,.split{grid-template-columns:1fr}.cards-4,.proof-grid{grid-template-columns:repeat(2,1fr)}.cards-3,.process-list{grid-template-columns:repeat(2,1fr)}.system-visual{min-height:420px}.cta-band-inner{display:block}.footer-grid{grid-template-columns:1fr 1fr}.site-nav{display:none;position:absolute;left:5vw;right:5vw;top:70px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.site-nav.open{display:flex}.nav-toggle{display:inline-flex}.header-actions .button{display:none}}
@media (max-width:720px){body{font-size:16px;padding-top:64px}.section{padding:70px 0}.hero{padding:86px 0 70px}.cards-4,.cards-3,.proof-grid,.process-list,.artifact-preview,.artifact-preview.six,.form-grid,.footer-grid,.sample-deliverable{grid-template-columns:1fr}.hero-grid{gap:34px}.system-visual{height:500px}.system-node{width:118px}.n0{left:18px}.n1{left:155px}.n2{right:18px}.n3{left:18px}.n4{right:18px}.n5{left:18px}.n6{left:155px}.n7{right:18px}.system-score{width:160px}.bridge-visual{grid-template-columns:1fr}.bridge-visual i{height:38px;width:3px;justify-self:center}.site-header{padding:12px 4vw}.header-actions{gap:6px}.language-link{font-size:13px}.hero h1{letter-spacing:-.045em}}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.logo img{display:block;height:40px;width:auto;max-width:190px}.footer-logo img{height:40px;width:auto;filter:none}.site-footer address{font-style:normal;color:rgba(255,255,255,.72);font-size:14px;line-height:1.55;margin:0 0 16px}.site-footer address strong{color:#fff}.site-footer address a{display:inline;color:rgba(255,255,255,.82);margin:0}.social-links{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#fff}.social-links a svg{width:18px;height:18px;display:block;fill:currentColor}.address-cards .card{min-height:230px}.address-cards .card p{margin-bottom:12px}.legal .notice-box{background:var(--cloud);border:1px solid var(--line);border-radius:18px;padding:18px 20px;color:var(--slate)}.legal table{width:100%;border-collapse:collapse;margin:24px 0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.legal th,.legal td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.legal th{background:var(--cloud);color:var(--navy)}
@media (max-width:1040px){.footer-grid{grid-template-columns:1fr 1fr}.logo img{height:36px}}
@media (max-width:720px){.footer-grid{grid-template-columns:1fr}.social-links a{width:36px;height:36px}.site-footer address{font-size:13px}.address-cards .card{min-height:auto}}


/* Professional photo system added for v5 */
.hero-photo,.feature-photo,.image-card{position:relative;overflow:hidden;border-radius:32px;background:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 90px rgba(0,0,0,.26)}
.hero-photo{margin:0;min-height:420px;isolation:isolate}.hero-photo img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0) 50%,rgba(15,23,42,.78));z-index:1}.hero-photo figcaption{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;margin:0;padding:16px 18px;border-radius:18px;background:rgba(48,48,47,.74);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);color:rgba(255,255,255,.86);font-size:14px;line-height:1.45}.hero-photo figcaption span{display:block;color:#fff;font-weight:900;margin-bottom:4px}.feature-photo{margin:0;border-color:var(--line);box-shadow:var(--shadow)}.feature-photo img{display:block;width:100%;height:410px;object-fit:cover}.feature-photo figcaption{padding:16px 18px;color:var(--slate);font-size:14px;background:#fff}.visual-proof-section{background:#fff}.image-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.image-card{border-color:var(--line);box-shadow:0 16px 44px rgba(15,23,42,.09)}.image-card img{display:block;width:100%;height:210px;object-fit:cover}.image-card-content{padding:20px}.image-card h3{font-size:22px;line-height:1.15;letter-spacing:-.025em;margin:0 0 8px}.image-card p{margin:0;color:var(--slate);font-size:15px;line-height:1.55}.section-dark .hero-photo,.section-dark .feature-photo{border-color:rgba(255,255,255,.18)}
@media (max-width:1040px){.image-gallery{grid-template-columns:repeat(2,1fr)}.hero-photo img,.hero-photo{min-height:360px}.feature-photo img{height:360px}}
@media (max-width:720px){.image-gallery{grid-template-columns:1fr}.image-card img{height:240px}.hero-photo img,.hero-photo{min-height:300px}.hero-photo figcaption{left:14px;right:14px;bottom:14px}.feature-photo img{height:280px}}


/* Floating WhatsApp CTA */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;padding:0;border-radius:999px;background:#25D366;color:#fff!important;box-shadow:0 18px 44px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.2)}
.whatsapp-float svg{width:28px;height:28px;fill:currentColor;display:block;flex:0 0 auto}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(0,0,0,.32);text-decoration:none}.whatsapp-float:focus{outline:3px solid rgba(37,211,102,.35);outline-offset:3px}
@media (max-width:720px){.whatsapp-float{right:16px;bottom:16px;width:56px;height:56px}.whatsapp-float svg{width:26px;height:26px}}


/* Social media SVG icon override */
.social-links a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#fff}
.social-links a svg{width:18px;height:18px;display:block;fill:currentColor}

/* Contact page alignment */
.contact-split{align-items:start}


/* Header language flag switch */
.language-switch{display:flex;align-items:center;gap:8px;margin-left:6px}
.flag-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:24px;padding:0;border-radius:6px;border:1px solid rgba(48,48,47,.18);background:#fff;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.flag-link:hover{transform:translateY(-1px);border-color:rgba(40,153,213,.65);box-shadow:0 8px 22px rgba(0,0,0,.14)}
.flag-link.is-active{border-color:#2899D5;box-shadow:0 0 0 2px rgba(40,153,213,.18)}
.flag-link img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width:900px){.language-switch{margin-left:0}.flag-link{width:32px;height:22px}}


/* Credibility / clients / case studies */
.proof-strip{background:#f6f8fa;border-top:1px solid rgba(48,48,47,.08);border-bottom:1px solid rgba(48,48,47,.08)}
.logo-cloud{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:22px;align-items:center}
.client-logo-card{min-height:148px;border:1px solid rgba(48,48,47,.12);border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:center;padding:26px;box-shadow:0 16px 42px rgba(0,0,0,.07)}
.client-logo-card img{max-width:100%;max-height:86px;object-fit:contain;filter:none;opacity:1;transition:transform .18s ease}
.client-logo-card:hover img{transform:scale(1.04)}
.case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}
.case-card{border:1px solid rgba(48,48,47,.1);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 16px 42px rgba(0,0,0,.06)}
.case-card-visual{min-height:132px;background:linear-gradient(135deg,rgba(40,153,213,.12),rgba(48,48,47,.08));display:flex;align-items:center;justify-content:center;padding:22px}
.case-card-visual span{font-size:24px;font-weight:900;color:#30302f;text-align:center}
.case-card-body{padding:20px}
.case-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.case-meta span,.proof-tag{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;background:rgba(40,153,213,.1);color:#166c9c;padding:6px 10px}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.testimonial-card{border:1px solid rgba(48,48,47,.12);border-radius:22px;background:#fff;padding:24px;box-shadow:0 16px 42px rgba(0,0,0,.06)}
.testimonial-card blockquote{font-size:1.04rem;line-height:1.55;margin:0 0 18px;color:#30302f}
.testimonial-card .role{font-weight:900;color:#30302f}
.testimonial-card .industry{color:#667085;font-size:.94rem}
.placeholder-note{font-size:.92rem;color:#667085;background:#fff;border:1px dashed rgba(48,48,47,.22);padding:14px 16px;border-radius:16px}


.logo-showcase{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 18px;scrollbar-width:thin}
.logo-showcase .client-logo-card{flex:0 0 220px;scroll-snap-align:start}
.logo-showcase::-webkit-scrollbar{height:10px}
.logo-showcase::-webkit-scrollbar-track{background:rgba(48,48,47,.08);border-radius:999px}
.logo-showcase::-webkit-scrollbar-thumb{background:rgba(40,153,213,.55);border-radius:999px}
.logo-display-note{margin-top:14px;color:#667085;font-size:.95rem}
@media (min-width:1024px){.logo-showcase .client-logo-card{flex-basis:240px}.logo-showcase .client-logo-card img{max-height:96px}}


/* Auto-scrolling logo marquee for home pages */
.logo-marquee{position:relative;overflow:hidden;width:100%;margin-top:10px;padding:8px 0 18px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
}
.logo-marquee-track{display:flex;align-items:center;gap:22px;width:max-content;animation:logo-marquee-left-to-right 58s linear infinite;will-change:transform}
.logo-marquee:hover .logo-marquee-track{animation-play-state:paused}
.logo-marquee .client-logo-card{flex:0 0 220px;min-height:140px}
.logo-marquee .client-logo-card img{max-height:88px}
@keyframes logo-marquee-left-to-right{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
@media (prefers-reduced-motion:reduce){
  .logo-marquee-track{animation:none;transform:none;flex-wrap:wrap;width:auto}
  .logo-marquee{overflow:visible;-webkit-mask-image:none;mask-image:none}
}
@media (max-width:720px){
  .logo-marquee-track{animation-duration:44s;gap:16px}
  .logo-marquee .client-logo-card{flex-basis:170px;min-height:112px;padding:20px}
  .logo-marquee .client-logo-card img{max-height:68px}
}


/* Home proof carousel CTA alignment */
.proof-cta-row{justify-content:center;margin-top:28px;position:relative;z-index:2}
.proof-cta-row .button{background:#2899D5!important;color:#fff!important;opacity:1!important;filter:none!important;-webkit-mask-image:none!important;mask-image:none!important}
.proof-cta-row .button.secondary{background:#fff!important;color:#30302f!important;border:1px solid rgba(48,48,47,.14)!important}
.proof-strip .logo-marquee{margin-bottom:4px}
.proof-strip .logo-marquee-track{animation-duration:76s}
.proof-strip .logo-marquee .client-logo-card{flex-basis:240px;min-height:150px}
.proof-strip .logo-marquee .client-logo-card img{max-height:96px}
@media (max-width:720px){.proof-cta-row{justify-content:center}.proof-strip .logo-marquee .client-logo-card{flex-basis:180px;min-height:118px}.proof-strip .logo-marquee .client-logo-card img{max-height:70px}}


/* Extra breathing room before client portfolio logo band */
.clients-logo-proof{margin-top:36px}
@media (max-width:720px){.clients-logo-proof{margin-top:24px}}


/* Client page hero refinements */
.clients-logo-proof{margin-top:48px}
@media (max-width:720px){.clients-logo-proof{margin-top:30px}}


/* Compact clients hero without image */
.clients-compact-hero{padding-bottom:34px}
.clients-compact-hero .container{max-width:980px}
.clients-compact-hero h1{margin-bottom:18px}
.clients-hero-buttons{justify-content:center;margin-top:18px}
.clients-compact-hero + .clients-logo-proof{margin-top:20px}
@media (max-width:720px){
  .clients-compact-hero{padding-bottom:28px}
  .clients-compact-hero h1{margin-bottom:16px}
  .clients-hero-buttons{margin-top:16px}
  .clients-compact-hero + .clients-logo-proof{margin-top:14px}
}


/* PT-BR contact form alignment */
.contact-split{align-items:start}
.contact-address-card{margin-top:24px}
.lead-form .hidden{display:none}
@media (max-width:900px){.contact-address-card{margin-top:18px}}


/* WhatsApp floating CTA temporarily disabled */
.whatsapp-float{display:none!important}


/* Client carousel real logo assets */
.logo-marquee .client-logo-card img,
.logo-cloud .client-logo-card img{
  max-width:100%;
  max-height:96px;
  object-fit:contain;
  filter:none!important;
  opacity:1!important;
}
.logo-marquee .client-logo-card{
  background:#fff;
}


/* Version 34 carousel and clients hero refinements */
.logo-marquee-track{animation-duration:83s!important}
.proof-strip .logo-marquee-track{animation-duration:109s!important}
.logo-marquee .client-logo-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0 30px!important;
  min-height:118px!important;
  flex:0 0 235px!important;
}
.logo-marquee .client-logo-card:hover img{transform:none!important}
.logo-marquee .client-logo-card img{
  max-height:98px!important;
  width:auto;
  object-fit:contain;
}
.clients-standard-hero{padding:118px 0 88px}
.clients-standard-hero .container{max-width:1180px}
.clients-standard-copy{max-width:1000px}
.clients-standard-copy h1{max-width:980px}
.clients-standard-copy .hero-subtitle{max-width:920px}
.clients-standard-hero + .clients-logo-proof{margin-top:0}
@media (max-width:720px){
  .logo-marquee-track{animation-duration:63s!important}
  .proof-strip .logo-marquee-track{animation-duration:82s!important}
  .logo-marquee .client-logo-card{flex-basis:180px!important;min-height:96px!important;padding:0 18px!important}
  .logo-marquee .client-logo-card img{max-height:72px!important}
  .clients-standard-hero{padding:92px 0 68px}
}


/* Version 38 chatbot placeholder */
.chatbot-placeholder{
  position:fixed;
  right:20px;
  bottom:20px;
  width:60px;
  height:60px;
  z-index:60;
  border-radius:999px;
  overflow:hidden;
  background:#fff;
  border:2px solid rgba(40,153,213,.55);
  box-shadow:0 18px 44px rgba(48,48,47,.18),0 0 0 6px rgba(40,153,213,.10);
  pointer-events:none;
}
.chatbot-placeholder img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width:720px){
  .chatbot-placeholder{right:14px;bottom:14px;width:52px;height:52px;}
}

/* Version 37 Home Services hidden landing page helpers */
.hs-side-image{margin:0;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.14);background:#fff}
.hs-side-image img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}
.hs-mini-steps{display:grid;gap:14px;margin:24px 0 0;padding:0;list-style:none}
.hs-mini-steps li{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid rgba(48,48,47,.10);border-radius:18px;padding:16px;box-shadow:0 12px 28px rgba(0,0,0,.04)}
.hs-mini-steps span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;height:38px;border-radius:999px;background:rgba(40,153,213,.12);color:var(--blue);font-weight:900}
.hs-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.hs-gallery-card{overflow:hidden;padding:0}
.hs-gallery-card img{display:block;width:100%;height:220px;object-fit:cover}
.hs-gallery-card div{padding:22px}
@media (max-width:900px){
  .hs-gallery{grid-template-columns:1fr}
  .hs-side-image img{min-height:260px}
}


/* Version 38 Home Services hero update */
.hs-hero-background{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 34%, rgba(48,48,47,.58) 56%, rgba(48,48,47,.28) 100%),
    url("/assets/img/homeservices/homeservices-hero-command-center.webp") center right/cover no-repeat;
}
.hs-hero-background .hs-hero-single{
  display:block;
}
.hs-hero-background .hs-hero-copy{
  max-width:620px;
  padding-right:0;
}
.hs-hero-background .credibility-strip{
  max-width:560px;
}
@media (max-width:900px){
  .hs-hero-background{
    background:
      linear-gradient(180deg, rgba(48,48,47,.88) 0%, rgba(48,48,47,.72) 45%, rgba(48,48,47,.58) 100%),
      url("/assets/img/homeservices/homeservices-hero-command-center.webp") center right/cover no-repeat;
  }
  .hs-hero-background .hs-hero-copy{
    max-width:100%;
  }
}


/* Version 39 anchor refinements */
#crm-revops-ai,#data-integration,#crm-revops-ia,#dados-integracao,#growth-operations,#digital-experience,#experiencia-digital{
  scroll-margin-top:110px;
}
.card-grid.two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
@media (max-width:820px){
  .card-grid.two{grid-template-columns:1fr;}
}


/* VERSION 40 homeservices lightbox */
.hs-lightbox-trigger{display:block;cursor:zoom-in}
.hs-lightbox-trigger img{display:block;width:100%;height:auto}
.hs-zoom-hint{display:inline-block;margin-top:10px;font-size:14px;font-weight:700;color:var(--blue)}
.hs-lightbox-open{overflow:hidden}
.hs-lightbox-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:32px;background:rgba(12,18,28,.88);z-index:120}
.hs-lightbox-modal.is-open{display:flex}
.hs-lightbox-stage{max-width:min(94vw,1600px);max-height:88vh;display:flex;align-items:center;justify-content:center}
.hs-lightbox-stage img{max-width:100%;max-height:88vh;width:auto;height:auto;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.4);background:#fff}
.hs-lightbox-close{position:absolute;top:18px;right:18px;width:48px;height:48px;border:none;border-radius:999px;background:#fff;color:#111;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.25)}
.hs-lightbox-close:hover{transform:scale(1.04)}
@media (max-width: 720px){
  .hs-lightbox-modal{padding:16px}
  .hs-lightbox-stage img{border-radius:14px}
  .hs-lightbox-close{top:12px;right:12px;width:44px;height:44px}
}


/* Version 41 homepage CRM background hero */
.home-crm-bg-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able-crm-data-modernization.webp") center right/cover no-repeat;
}
.home-crm-bg-hero .home-crm-bg-grid{
  grid-template-columns:minmax(0, .9fr) minmax(320px, 1fr);
  align-items:center;
}
.home-crm-bg-hero .home-crm-bg-copy{
  max-width:650px;
  padding-right:0;
}
.home-crm-bg-hero .home-crm-bg-spacer{
  min-height:520px;
}
.home-crm-bg-hero .credibility-strip{
  max-width:600px;
}
@media (max-width:900px){
  .home-crm-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able-crm-data-modernization.webp") center right/cover no-repeat;
  }
  .home-crm-bg-hero .home-crm-bg-grid{
    grid-template-columns:1fr;
  }
  .home-crm-bg-hero .home-crm-bg-copy{
    max-width:100%;
  }
  .home-crm-bg-hero .home-crm-bg-spacer{
    display:none;
  }
}


/* Version 42 service/about photo background heroes */
.photo-bg-hero{
  position:relative;
  overflow:hidden;
}
.photo-bg-hero.photo-bg-hero{
  background-color:var(--navy);
}
.photo-bg-grid{
  grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);
  align-items:center;
}
.photo-bg-copy{
  max-width:680px;
  padding-right:0;
}
.photo-bg-spacer{
  min-height:520px;
}
.photo-bg-hero .credibility-strip{
  max-width:600px;
}
.advisory-bg-hero{
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able-boardroom-advisory.webp") center right/cover no-repeat;
}
.aigrowth-bg-hero{
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able-manchart-aigrowth.webp") center right/cover no-repeat;
}
.automation-bg-hero{
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able-ai-growth-dashboard.webp") center right/cover no-repeat;
}
.implementation-bg-hero{
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able-implementation-excellence.webp") center right/cover no-repeat;
}
.about-bg-hero{
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able-group-about.webp") center right/cover no-repeat;
}
@media (max-width:900px){
  .photo-bg-grid{
    grid-template-columns:1fr;
  }
  .photo-bg-copy{
    max-width:100%;
  }
  .photo-bg-spacer{
    display:none;
  }
  .advisory-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able-boardroom-advisory.webp") center right/cover no-repeat;
  }
  .aigrowth-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able-manchart-aigrowth.webp") center right/cover no-repeat;
  }
  .automation-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able-ai-growth-dashboard.webp") center right/cover no-repeat;
  }
  .implementation-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able-implementation-excellence.webp") center right/cover no-repeat;
  }
  .about-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able-group-about.webp") center right/cover no-repeat;
  }
}


/* Version 43 BR homepage CRM background hero */
.home-crm-br-bg-hero{
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able-crm-data-modernization.webp") center right/cover no-repeat;
}
@media (max-width:900px){
  .home-crm-br-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able-crm-data-modernization.webp") center right/cover no-repeat;
  }
}


/* Version 44 contact photo background hero */
.contact-bg-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able_man_contact.webp") center right/cover no-repeat;
}
.contact-bg-grid{
  grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);
  align-items:center;
}
.contact-bg-copy{
  max-width:650px;
  padding-right:0;
}
.contact-bg-spacer{
  min-height:500px;
}
@media (max-width:900px){
  .contact-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able_man_contact.webp") center right/cover no-repeat;
  }
  .contact-bg-grid{
    grid-template-columns:1fr;
  }
  .contact-bg-copy{
    max-width:100%;
  }
  .contact-bg-spacer{
    display:none;
  }
}


/* Version 46 clients awards background hero */
.clients-awards-bg-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able_award_clients.webp") center right/cover no-repeat;
}
.clients-awards-bg-grid{
  grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);
  align-items:center;
}
.clients-awards-bg-copy{
  max-width:760px;
  padding-right:0;
}
.clients-awards-bg-spacer{
  min-height:520px;
}
.clients-awards-bg-hero .credibility-strip{
  max-width:650px;
}
@media (max-width:900px){
  .clients-awards-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able_award_clients.webp") center right/cover no-repeat;
  }
  .clients-awards-bg-grid{
    grid-template-columns:1fr;
  }
  .clients-awards-bg-copy{
    max-width:100%;
  }
  .clients-awards-bg-spacer{
    display:none;
  }
}


/* Version 53 thanks page photo background hero */
.thanks-bg-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.82) 38%, rgba(48,48,47,.58) 64%, rgba(48,48,47,.46) 100%),
    url("/assets/img/able_csr_thanks.webp") center right/cover no-repeat;
}
.thanks-bg-grid{
  grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);
  align-items:center;
}
.thanks-bg-copy{
  max-width:650px;
  padding-right:0;
}
.thanks-bg-spacer{
  min-height:500px;
}
@media (max-width:900px){
  .thanks-bg-hero{
    background:
      linear-gradient(180deg, rgba(48,48,47,.92) 0%, rgba(48,48,47,.80) 52%, rgba(48,48,47,.68) 100%),
      url("/assets/img/able_csr_thanks.webp") center right/cover no-repeat;
  }
  .thanks-bg-grid{
    grid-template-columns:1fr;
  }
  .thanks-bg-copy{
    max-width:100%;
  }
  .thanks-bg-spacer{
    display:none;
  }
}


/* Version 56 final mobile responsiveness hardening */
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
img,video,canvas,svg{max-width:100%}
iframe{max-width:100%;border:0}
input,select,textarea,button{font:inherit;max-width:100%}
button,a,.button{touch-action:manipulation}
.button,.nav-toggle,.social-links a{min-height:44px}
.hero-copy,.section-heading,.card,.proof-card,.image-card-content,.sample-deliverable{overflow-wrap:break-word}
.legal{max-width:100%;overflow-x:hidden}
.legal table{max-width:100%}
@media (max-width:720px){
  .container{width:min(100% - 32px,1180px)}
  .site-header .container{width:min(100% - 24px,1180px)}
  .site-nav.open{left:12px;right:12px;top:64px;max-height:calc(100vh - 84px);overflow-y:auto}
  .site-nav a{padding:10px 0}
  .cta-row{width:100%}
  .cta-row .button{justify-content:center;text-align:center}
  .hero-copy .cta-row .button,.contact-bg-copy .cta-row .button,.thanks-bg-copy .cta-row .button{width:100%}
  .hero h1,.section-heading h2{overflow-wrap:break-word}
  .legal table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px}
  .legal th,.legal td{min-width:160px;padding:12px}
  .scorecard-mini span{gap:10px;align-items:flex-start}
  .hs-lightbox-stage{max-width:100vw}
  .hs-lightbox-stage img{max-width:calc(100vw - 28px);max-height:82vh}
}
@media (max-width:420px){
  .container{width:min(100% - 24px,1180px)}
  .button{width:100%;justify-content:center}
  .cta-row{gap:10px}
  .logo img{height:30px}
  .hero{padding-top:78px}
  .client-logo-card{min-width:0}
}

/* Version 57 Able.Growth Brazil clinic microsite */
body.clinic-page .clinic-hero-background{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(8,20,32,.12) 0%, rgba(8,20,32,.52) 74%, rgba(8,20,32,.88) 100%),
    linear-gradient(90deg, rgba(8,20,32,.97) 0%, rgba(8,20,32,.92) 35%, rgba(8,20,32,.58) 62%, rgba(8,20,32,.16) 100%),
    url("/assets/img/saude-estetica/saude-estetica-hero-command-center.webp") center right/cover no-repeat;
}
body.clinic-page .clinic-hero-single{display:block}
body.clinic-page .clinic-hero-copy{max-width:720px;padding-right:0}
body.clinic-page .clinic-hero-copy .hero-subtitle{max-width:690px}
body.clinic-page .clinic-hero-background .credibility-strip{max-width:660px}
body.clinic-page .clinic-system-section .card p{margin-bottom:0}
body.clinic-page .clinic-card-grid{display:grid;gap:20px}
body.clinic-page .card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
body.clinic-page .card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
body.clinic-page .clinic-dashboard-section .scorecard-mini.large{margin-top:28px}

body.clinic-page .clinic-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}
body.clinic-page .clinic-system-showcase{margin-top:30px}
body.clinic-page .clinic-media-frame{margin:0;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.14);border:1px solid rgba(48,48,47,.08);isolation:isolate}
body.clinic-page .clinic-media-frame img{display:block;width:100%;height:100%;min-height:0;object-fit:contain;background:#fff;transition:transform .28s ease}
body.clinic-page .hs-side-image img{min-height:0;height:auto;object-fit:contain;background:#fff}
body.clinic-page .clinic-feature-image{margin-top:28px;max-width:980px;margin-left:auto;margin-right:auto;background:#071827}
body.clinic-page .clinic-feature-image img{background:#071827}
body.clinic-page .clinic-usecase-grid{margin-bottom:0}
body.clinic-page .clinic-operating-model .split{align-items:start}
body.clinic-page .clinic-operating-image{position:sticky;top:110px}
body.clinic-page .clinic-operating-copy .clinic-proof-grid{margin-top:22px;grid-template-columns:repeat(2,minmax(0,1fr))}
body.clinic-page .clinic-operating-copy .proof-card{padding:20px}
body.clinic-page .clinic-roadmap-image img{max-height:none;object-fit:contain;background:#fff}
body.clinic-page .clinic-first-step-section .section-heading{margin-bottom:0}
body.clinic-page .clinic-pricing-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:22px;align-items:stretch}
body.clinic-page .clinic-offer-card{position:relative;display:flex;flex-direction:column;min-height:100%;border-radius:30px}
body.clinic-page .clinic-offer-card h3{font-size:clamp(28px,3vw,40px);line-height:1.08;letter-spacing:-.04em;margin:0 0 14px;color:var(--navy)}
body.clinic-page .clinic-offer-card .check-list{margin:10px 0 24px}
body.clinic-page .clinic-offer-card .button{margin-top:auto;width:max-content;max-width:100%}
body.clinic-page .clinic-featured-offer{border:2px solid rgba(40,153,213,.42);box-shadow:0 24px 70px rgba(40,153,213,.18)}
body.clinic-page .clinic-promo-badge{position:absolute;right:22px;top:22px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;background:rgba(40,153,213,.12);color:var(--blue);font-weight:900;font-size:13px;letter-spacing:.02em}
body.clinic-page .clinic-price-note{color:var(--slate);font-weight:700;margin:0 0 12px}
body.clinic-page .clinic-compliance-note{margin:24px 0 0;padding:18px 20px;border:1px solid rgba(48,48,47,.12);border-radius:18px;background:#fff;color:var(--slate);font-size:15px;line-height:1.6}
body.clinic-page .clinic-process-list{grid-template-columns:repeat(4,minmax(0,1fr))}
body.clinic-page .clinic-process-list li{min-height:100%}
body.clinic-page .clinic-roadmap-image{margin-top:28px}
body.clinic-page .clinic-roadmap-image img{max-height:none;object-fit:contain;background:#fff}
body.clinic-page .clinic-gallery .hs-gallery-card p{margin-bottom:0}
body.clinic-page .clinic-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.clinic-page .clinic-first-step-section{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
body.clinic-page .clinic-scorecard{max-width:580px}
body.clinic-page .section-dark .button.secondary.light:hover{background:rgba(255,255,255,.16)}
body.clinic-page .clinic-media-frame a,
body.clinic-page .hs-side-image a{display:block;line-height:0}
body.clinic-page .clinic-media-frame:hover img,
body.clinic-page .hs-side-image:hover img{transform:scale(1.012)}
body.clinic-page .clinic-system-showcase .clinic-media-frame{background:#071827}
body.clinic-page .clinic-system-showcase .clinic-media-frame img{background:#071827}
body.clinic-page .clinic-roadmap-image{max-width:1120px;margin-left:auto;margin-right:auto;background:#fff}
body.clinic-page .clinic-roadmap-image img{width:100%}

@media (max-width:1040px){
  body.clinic-page .card-grid.four,body.clinic-page .clinic-process-list,body.clinic-page .clinic-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.clinic-page .clinic-pricing-grid{grid-template-columns:1fr}
  body.clinic-page .clinic-operating-image{position:relative;top:auto}
}
@media (max-width:900px){
  body.clinic-page .clinic-hero-background{
    background:
      linear-gradient(180deg, rgba(48,48,47,.91) 0%, rgba(48,48,47,.78) 48%, rgba(48,48,47,.62) 100%),
      url("/assets/img/saude-estetica/saude-estetica-hero-command-center.webp") center right/cover no-repeat;
  }
  body.clinic-page .clinic-hero-copy{max-width:100%}
}
@media (max-width:720px){
  body.clinic-page .card-grid.four,body.clinic-page .card-grid.three,body.clinic-page .clinic-process-list,body.clinic-page .clinic-proof-grid,body.clinic-page .clinic-media-grid,body.clinic-page .clinic-operating-copy .clinic-proof-grid{grid-template-columns:1fr}
  body.clinic-page .clinic-promo-badge{position:static;width:max-content;margin-bottom:14px}
  body.clinic-page .clinic-offer-card .button{width:100%}
  body.clinic-page .clinic-roadmap-image img{max-height:none}
}


/* Version 59 Able.Growth Brazil clinic microsite polish */
body.clinic-page{
  padding-top:76px;
}
body.clinic-page .site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:1000;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(15,23,42,.10);
  box-shadow:0 10px 32px rgba(15,23,42,.08);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
body.clinic-page #main,
body.clinic-page section[id]{
  scroll-margin-top:96px;
}
body.clinic-page .clinic-hero-background{
  min-height:calc(100vh - 76px);
  display:flex;
  align-items:center;
}
body.clinic-page .clinic-hero-copy{
  padding-top:24px;
  padding-bottom:24px;
}
body.clinic-page .clinic-hero-copy h1{
  max-width:760px;
}
body.clinic-page .clinic-hero-copy .button{
  white-space:normal;
}
body.clinic-page .clinic-media-frame,
body.clinic-page .hs-side-image{
  border-radius:28px;
}
body.clinic-page .clinic-media-frame img,
body.clinic-page .hs-side-image img{
  aspect-ratio:auto;
}
body.clinic-page .clinic-system-showcase .clinic-media-frame img{
  height:auto;
  object-fit:contain;
}
body.clinic-page .clinic-feature-image{
  max-width:1100px;
}
body.clinic-page .clinic-form-layout{
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);
  gap:48px;
  align-items:start;
}
body.clinic-page .clinic-diagnostic-form-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(40,153,213,.30), transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(174,226,247,.18), transparent 30%),
    linear-gradient(135deg,#071827 0%,#0b2538 54%,#30302f 100%);
}
body.clinic-page .clinic-diagnostic-form-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.05),transparent 42%);
}
body.clinic-page .clinic-form-layout{position:relative;z-index:1}
body.clinic-page .clinic-form-copy h2{
  font-size:clamp(34px,4.6vw,58px);
  line-height:1.03;
  letter-spacing:-.045em;
  margin:0 0 18px;
}
body.clinic-page .clinic-form-copy p{
  color:rgba(255,255,255,.78);
  font-size:18px;
  margin:0 0 22px;
}
body.clinic-page .clinic-form-benefits{
  display:grid;
  gap:12px;
  margin:28px 0;
}
body.clinic-page .clinic-form-benefits span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:850;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:rgba(255,255,255,.07);
}
body.clinic-page .clinic-form-benefits span::before{
  content:"";
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--teal),var(--lime));
  box-shadow:0 0 0 6px rgba(40,153,213,.14);
  flex:0 0 auto;
}
body.clinic-page .clinic-form-compliance{
  font-size:15px!important;
  line-height:1.65;
  border-left:3px solid var(--teal);
  padding-left:16px;
}
body.clinic-page .clinic-diagnostic-form{
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  border-color:rgba(255,255,255,.18);
}
body.clinic-page .clinic-diagnostic-form .button{
  width:max-content;
  max-width:100%;
}
body.clinic-page .clinic-form-footnote{
  margin:0;
  color:var(--slate);
  font-size:14px;
  font-weight:700;
}
body.clinic-page .faq-item summary{
  list-style-position:outside;
}
body.clinic-page .header-actions .button.small{
  white-space:nowrap;
}
@media (max-width:1040px){
  body.clinic-page{
    padding-top:68px;
  }
  body.clinic-page #main,
  body.clinic-page section[id]{
    scroll-margin-top:88px;
  }
  body.clinic-page .site-nav.open{
    position:fixed;
    top:78px;
    z-index:1001;
  }
  body.clinic-page .clinic-hero-background{
    min-height:auto;
  }
  body.clinic-page .clinic-form-layout{
    grid-template-columns:1fr;
    gap:30px;
  }
}
@media (max-width:720px){
  body.clinic-page{
    padding-top:64px;
  }
  body.clinic-page .site-header{
    padding:10px 4vw;
    gap:10px;
  }
  body.clinic-page .site-nav.open{
    top:64px;
  }
  body.clinic-page .clinic-hero-background{
    background:
      linear-gradient(180deg, rgba(8,20,32,.95) 0%, rgba(8,20,32,.84) 52%, rgba(8,20,32,.70) 100%),
      url("/assets/img/saude-estetica/saude-estetica-hero-command-center.webp") 68% center/cover no-repeat;
  }
  body.clinic-page .clinic-hero-copy{
    padding-top:8px;
    padding-bottom:8px;
  }
  body.clinic-page .clinic-hero-copy .cta-row,
  body.clinic-page .clinic-first-step-section .cta-row{
    width:100%;
  }
  body.clinic-page .clinic-hero-copy .button,
  body.clinic-page .clinic-first-step-section .button,
  body.clinic-page .clinic-diagnostic-form .button{
    width:100%;
  }
  body.clinic-page .clinic-form-benefits{
    gap:10px;
  }
  body.clinic-page .clinic-diagnostic-form{
    padding:20px;
    border-radius:22px;
  }
  body.clinic-page .clinic-media-frame,
  body.clinic-page .hs-side-image{
    border-radius:20px;
  }
  body.clinic-page .clinic-media-grid{
    gap:16px;
  }
  body.clinic-page .clinic-system-showcase,
  body.clinic-page .clinic-roadmap-image,
  body.clinic-page .clinic-feature-image{
    margin-top:22px;
  }
}
@media (max-width:420px){
  body.clinic-page .site-header .logo img{
    max-width:142px;
  }
  body.clinic-page .language-switch{
    display:none;
  }
  body.clinic-page .clinic-form-copy h2{
    font-size:32px;
  }
}

/* Version 63 clients rotating responsive hero backgrounds */
.clients-rotating-hero.clients-awards-bg-hero{
  position:relative;
  isolation:isolate;
  min-height:720px;
  overflow:hidden;
  background:#30302F;
}
.clients-rotating-hero .clients-hero-picture{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
}
.clients-rotating-hero .clients-hero-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.clients-rotating-hero > .container{
  position:relative;
  z-index:1;
}
.clients-rotating-hero .clients-awards-bg-grid{
  min-height:560px;
}
.clients-rotating-hero .clients-awards-bg-copy{
  max-width:760px;
}
.clients-rotating-hero .clients-awards-bg-copy h1,
.clients-rotating-hero .clients-awards-bg-copy .hero-subtitle{
  text-shadow:0 18px 42px rgba(0,0,0,.22);
}
.clients-rotating-hero .credibility-strip{
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
@media (max-width:900px){
  .clients-rotating-hero.clients-awards-bg-hero{
    min-height:760px;
  }
  .clients-rotating-hero .clients-awards-bg-grid{
    min-height:0;
  }
  .clients-rotating-hero .clients-awards-bg-copy{
    max-width:720px;
  }
}
@media (max-width:720px){
  .clients-rotating-hero.clients-awards-bg-hero{
    min-height:820px;
  }
  .clients-rotating-hero .clients-hero-image{
    object-position:center top;
  }
}

/* Version 64: stable client logo cloud
   Replaces the animated marquee with a polished static logo grid to eliminate
   lazy-loading gaps, delayed logo appearance, and uneven empty spacing. */
.logo-marquee{
  overflow:visible!important;
  width:100%;
  margin-top:18px;
  padding:0!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
.logo-marquee-track{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  align-items:stretch!important;
  gap:18px!important;
  animation:none!important;
  transform:none!important;
  will-change:auto!important;
}
.logo-marquee:hover .logo-marquee-track{animation-play-state:running!important}
.logo-marquee .client-logo-card,
.proof-strip .logo-marquee .client-logo-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:none!important;
  min-height:104px!important;
  padding:18px 22px!important;
  border:1px solid rgba(48,48,47,.10)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(48,48,47,.055)!important;
}
.logo-marquee .client-logo-card img,
.proof-strip .logo-marquee .client-logo-card img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  max-height:58px!important;
  object-fit:contain!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
}
.clients-logo-proof .logo-marquee-track{
  grid-template-columns:repeat(auto-fit,minmax(155px,1fr));
  gap:20px!important;
}
.clients-logo-proof .logo-marquee .client-logo-card{
  min-height:110px!important;
}
.clients-logo-proof .logo-marquee .client-logo-card img{
  max-height:62px!important;
}
@media (min-width:1024px){
  .proof-strip:not(.clients-logo-proof) .logo-marquee-track{grid-template-columns:repeat(6,1fr)}
  .clients-logo-proof .logo-marquee-track{grid-template-columns:repeat(6,1fr)}
}
@media (max-width:900px){
  .logo-marquee-track{grid-template-columns:repeat(auto-fit,minmax(136px,1fr));gap:14px!important}
  .logo-marquee .client-logo-card,
  .proof-strip .logo-marquee .client-logo-card{min-height:94px!important;padding:15px 18px!important;border-radius:16px!important}
  .logo-marquee .client-logo-card img,
  .proof-strip .logo-marquee .client-logo-card img{max-height:52px!important}
}
@media (max-width:520px){
  .logo-marquee-track{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}
  .logo-marquee .client-logo-card,
  .proof-strip .logo-marquee .client-logo-card{min-height:88px!important;padding:14px!important}
  .clients-logo-proof .logo-marquee .client-logo-card{min-height:90px!important}
}




/* Version 68: premium client portfolio logo grid without extra logo cards.
   Logo files already include their own white canvas, so the page should not add
   a second visible card around them. */
.client-portfolio-section{
  margin-top:48px;
  background:linear-gradient(180deg,#f8fafc 0%,#f4f7f9 100%);
}
.client-portfolio-heading{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.client-portfolio-heading p:not(.eyebrow){
  max-width:760px;
  margin:14px auto 0;
  color:#5f6b76;
  font-size:1.03rem;
  line-height:1.7;
}
.client-logo-grid{
  width:100%;
  display:grid!important;
  grid-auto-flow:row;
  gap:22px 24px;
  align-items:center;
  justify-items:center;
}
.client-logo-grid--featured{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  margin-top:34px;
}
.client-logo-grid--all{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  margin-top:24px;
  padding-top:24px;
  border-top:1px solid rgba(48,48,47,.10);
}
.client-logo-tile{
  min-width:0;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
  transition:opacity .18s ease,transform .18s ease;
}
.client-logo-tile:hover{
  border-color:transparent!important;
  box-shadow:none!important;
  transform:none;
}
.client-logo-tile--dark{
  background:transparent!important;
  border-color:transparent!important;
}
.client-logo-tile img{
  display:block;
  width:180px;
  max-width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  opacity:.92;
  filter:none!important;
  transform:none!important;
}
.client-logo-tile:hover img{opacity:1}
.client-logo-tile--dark img{opacity:.92;filter:none!important}
.client-portfolio-note{display:none!important}
.client-portfolio-expander{margin-top:30px}
.client-portfolio-expander summary{
  width:max-content;
  max-width:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 20px;
  border:1px solid rgba(48,48,47,.14);
  border-radius:999px;
  background:#fff;
  color:#30302f;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(48,48,47,.06);
  list-style:none;
}
.client-portfolio-expander summary::-webkit-details-marker{display:none}
.client-portfolio-expander summary::after{
  content:"+";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:rgba(40,153,213,.10);
  color:#166c9c;
  font-weight:900;
}
.client-portfolio-expander[open] summary::after{content:"–"}
@media (max-width:1100px){
  .client-logo-grid--featured,
  .client-logo-grid--all{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (max-width:760px){
  .client-portfolio-section{margin-top:30px}
  .client-portfolio-heading{text-align:left}
  .client-portfolio-heading p:not(.eyebrow){margin-left:0;margin-right:0;font-size:.98rem}
  .client-logo-grid--featured,
  .client-logo-grid--all{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px 14px}
  .client-logo-tile{min-height:auto;padding:0;border-radius:0}
  .client-logo-tile img{width:150px;max-height:none}
}
@media (max-width:520px){
  .client-logo-grid--featured,
  .client-logo-grid--all{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px}
  .client-logo-tile{min-height:auto;padding:0}
  .client-logo-tile img{width:138px;max-height:none}
  .client-portfolio-expander summary{width:100%}
}

/* Version 69 global persistent header */
#main, section[id], [id]{scroll-margin-top:96px}
@media (max-width:720px){#main, section[id], [id]{scroll-margin-top:80px}}


/* Version 71 Able.Growth microsite */
.growth-page{background:#fff}
.growth-page .site-nav a{white-space:nowrap}
.growth-hero{position:relative;min-height:calc(100vh - 76px);display:flex;align-items:center;padding:86px 0 76px;background:
  radial-gradient(circle at 84% 18%,rgba(174,226,247,.35),transparent 32%),
  radial-gradient(circle at 10% 18%,rgba(40,153,213,.28),transparent 35%),
  linear-gradient(135deg,#30302F 0%,#242423 52%,#11394F 100%);color:#fff;overflow:hidden}
.growth-hero:before{content:"";position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),
  linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:72px 72px;opacity:.28;mask-image:linear-gradient(180deg,#000,transparent 90%)}
.growth-hero .container{position:relative;z-index:1}
.growth-hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(500px,1.06fr);gap:44px;align-items:center}
.growth-hero h1{font-size:clamp(42px,5.5vw,76px);line-height:.94;letter-spacing:-.058em;margin:0 0 22px}
.growth-hero .hero-subtitle{max-width:740px}
.growth-offer-line{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0;padding:0;list-style:none}
.growth-offer-line li{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:999px;padding:9px 12px;font-size:13px;font-weight:850;color:rgba(255,255,255,.86)}
.growth-demo-stage{position:relative;min-height:540px;border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:18px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));box-shadow:0 32px 100px rgba(0,0,0,.35);overflow:hidden}
.growth-demo-stage:before{content:"";position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:50%;background:rgba(174,226,247,.38);filter:blur(30px)}
.growth-demo-stage:after{content:"";position:absolute;left:-70px;bottom:-70px;width:210px;height:210px;border-radius:50%;background:rgba(40,153,213,.33);filter:blur(30px)}
.growth-demo-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 330px;gap:16px;height:100%}
.growth-browser,.growth-agent-panel{border-radius:26px;background:#fff;color:#30302F;box-shadow:0 22px 60px rgba(0,0,0,.22);overflow:hidden}
.growth-browser{min-height:504px}
.browser-top{height:44px;background:#F2F5F8;border-bottom:1px solid #D8E1EF;display:flex;align-items:center;gap:8px;padding:0 14px}
.browser-top i{width:10px;height:10px;border-radius:50%;background:#CBD5E1}
.browser-url{margin-left:8px;font-size:12px;color:#64748B;background:#fff;border:1px solid #E2E8F0;border-radius:999px;padding:5px 10px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mock-site{padding:22px}
.mock-site .mock-nav{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:20px}
.mock-logo{display:flex;align-items:center;gap:8px;font-weight:950;letter-spacing:-.03em}
.mock-logo:before{content:"";width:20px;height:20px;border-radius:6px 12px 12px 12px;background:linear-gradient(135deg,#2899D5,#AEE2F7);display:inline-block;transform:rotate(-12deg)}
.mock-links{display:flex;gap:8px;flex-wrap:wrap}
.mock-links span{height:8px;width:54px;border-radius:99px;background:#DDE7F0}
.mock-hero{border-radius:24px;background:linear-gradient(135deg,#30302F,#15506D);color:#fff;padding:26px 24px;min-height:210px}
.mock-hero .mock-tag{display:inline-flex;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:850;color:#AEE2F7;margin-bottom:14px}
.mock-hero h3{font-size:32px;letter-spacing:-.04em;line-height:1;margin:0 0 12px}
.mock-hero p{color:rgba(255,255,255,.8);margin:0 0 18px;font-size:14px}
.mock-button{display:inline-flex;background:#2899D5;color:#fff;border-radius:999px;padding:10px 14px;font-weight:900;font-size:13px}
.mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.mock-card{border:1px solid #E2E8F0;border-radius:18px;padding:14px;background:#fff;min-height:118px}
.mock-card b{display:block;font-size:13px;line-height:1.2;margin-bottom:10px}
.mock-card span{display:block;height:7px;background:#E2E8F0;border-radius:99px;margin:7px 0}
.mock-score{margin-top:14px;border:1px solid #E2E8F0;border-radius:18px;padding:14px;background:#F8FAFC}
.mock-score .score-line{display:flex;justify-content:space-between;font-weight:900;font-size:13px}
.mock-score i{display:block;height:8px;border-radius:99px;background:linear-gradient(90deg,#2899D5,#AEE2F7);width:82%;margin-top:8px}
.growth-agent-panel{position:relative;display:flex;flex-direction:column;min-height:504px;background:linear-gradient(180deg,#fff,#F6FAFD)}
.agent-head{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #E2E8F0;background:#fff}
.agent-avatar{width:46px;height:46px;border-radius:50%;background:#E6F6FC;border:2px solid #fff;box-shadow:0 8px 24px rgba(40,153,213,.22);display:grid;place-items:center;overflow:hidden}
.agent-avatar img{width:100%;height:100%;object-fit:cover}
.agent-title strong{display:block;line-height:1.1}
.agent-title span{display:flex;align-items:center;gap:6px;color:#16A34A;font-size:12px;font-weight:850}
.agent-title span:before{content:"";width:7px;height:7px;background:#22C55E;border-radius:50%;display:inline-block}
.agent-body{padding:16px;display:grid;gap:10px}
.bubble{max-width:92%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.35}
.bubble.ai{background:#EAF7FC;border-top-left-radius:6px}
.bubble.human{justify-self:end;background:#30302F;color:#fff;border-top-right-radius:6px}
.agent-qualification{margin:4px 16px 0;border:1px solid #D8E1EF;border-radius:18px;background:#fff;padding:13px}
.agent-qualification h4{margin:0 0 10px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#2899D5}
.agent-qualification ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}
.agent-qualification li{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:#475569}
.agent-qualification b{color:#30302F}
.agent-cta{margin:auto 16px 16px;padding:14px;border-radius:18px;background:#30302F;color:#fff}
.agent-cta strong{display:block;margin-bottom:8px}
.agent-cta span{display:block;color:rgba(255,255,255,.72);font-size:13px;margin-bottom:12px}
.agent-mini-button{display:inline-flex;border-radius:999px;background:#2899D5;color:#fff;padding:9px 12px;font-weight:900;font-size:13px}
.growth-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}
.growth-stat{border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.07);padding:18px}
.growth-stat strong{display:block;font-size:30px;line-height:1;color:#AEE2F7;letter-spacing:-.04em}
.growth-stat span{font-size:13px;color:rgba(255,255,255,.75)}
.growth-section-kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(40,153,213,.22);background:rgba(40,153,213,.08);border-radius:999px;padding:8px 12px;color:#166C9C;font-weight:900;font-size:13px;margin-bottom:14px}
.growth-section-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:#2899D5}
.growth-icp-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.growth-icp-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 36px rgba(15,23,42,.06)}
.growth-icp-card h3{font-size:20px;line-height:1.15;margin:0 0 10px;letter-spacing:-.025em}
.growth-icp-card p{margin:0;color:#5B6470;font-size:15px}
.growth-included{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.growth-included .card{min-height:245px}
.growth-numbered{counter-reset:growthstep;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:0;padding:0;list-style:none}
.growth-numbered li{counter-increment:growthstep;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.growth-numbered li:before{content:counter(growthstep);display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#30302F;color:#fff;font-weight:950;margin-bottom:14px}
.growth-numbered h3{font-size:19px;line-height:1.15;margin:0 0 8px}
.growth-numbered p{color:#5B6470;font-size:15px;margin:0}
.growth-pricing-card{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}
.growth-price-box{border-radius:26px;background:linear-gradient(135deg,#30302F,#15506D);color:#fff;padding:28px}
.growth-price-label{margin:0 0 10px;color:#AEE2F7;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.growth-price-box strong{display:block;font-size:clamp(30px,3.8vw,50px);letter-spacing:-.05em;line-height:1}
.growth-price-recurring{font-size:clamp(24px,2.5vw,34px);font-weight:950;letter-spacing:-.04em;line-height:1.05;margin-top:10px;color:#fff}
.growth-price-box span{display:block;color:rgba(255,255,255,.82);margin-top:12px}
.growth-price-box ul{padding-left:18px;margin:18px 0 0;color:rgba(255,255,255,.86)}
.growth-form-section .split{align-items:start}
.growth-form-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:28px;box-shadow:var(--shadow)}
.growth-form-card .lead-form{box-shadow:none;border:0;padding:0;border-radius:0}
@media (max-width:1120px){
  .growth-hero-grid,.growth-demo-grid,.growth-pricing-card{grid-template-columns:1fr}
  .growth-demo-stage{min-height:auto}
  .growth-agent-panel{min-height:auto}
  .growth-icp-grid{grid-template-columns:repeat(2,1fr)}
  .growth-numbered{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .growth-stat-row,.growth-included{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .growth-hero{min-height:auto;padding:72px 0 58px}
  .growth-demo-grid,.mock-cards,.growth-stat-row,.growth-icp-grid,.growth-included,.growth-numbered{grid-template-columns:1fr}
  .growth-demo-stage{padding:12px;border-radius:26px}
  .growth-browser,.growth-agent-panel{border-radius:22px}
  .mock-site{padding:16px}
  .mock-hero h3{font-size:27px}
  .growth-offer-line li{font-size:12px}
}



/* Version 72 Able.Growth microsite refinement */
.growth-hero{min-height:auto;padding:92px 0 64px;align-items:flex-start}
.growth-hero-grid{display:block;max-width:1040px}
.growth-hero .hero-copy{max-width:1000px}
.growth-hero h1{max-width:960px}
.growth-hero .hero-subtitle{max-width:880px;font-size:clamp(18px,2vw,23px)}
.growth-demo-section{padding-top:74px}
.growth-demo-heading{max-width:860px;margin-bottom:34px}
.growth-demo-stage{min-height:auto;max-width:1220px;margin:0 auto;padding:22px;border-radius:34px}
.growth-demo-grid{grid-template-columns:minmax(0,1.42fr) minmax(380px,.68fr);gap:22px;height:auto;align-items:stretch}
.growth-browser{min-height:570px}
.growth-agent-panel{min-height:570px}
.growth-agent-panel .bubble{font-size:14px}
.growth-page .chatbot-placeholder{display:block;z-index:10001}
@media (max-width:1120px){
  .growth-demo-grid{grid-template-columns:1fr}
  .growth-browser,.growth-agent-panel{min-height:auto}
  .growth-agent-panel{max-width:640px;margin:0 auto;width:100%}
}
@media (max-width:900px){
  .growth-hero{padding:76px 0 52px}
  .growth-demo-section{padding-top:58px}
  .growth-stat-row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .growth-hero{padding:64px 0 46px}
  .growth-hero h1{font-size:clamp(38px,11vw,54px)}
  .growth-demo-stage{padding:12px;border-radius:24px}
  .growth-demo-heading{margin-bottom:24px}
  .growth-stat-row{grid-template-columns:1fr}
  .agent-body{padding:14px}.bubble{max-width:96%;font-size:13px}
}
