:root{
  --ink:#172033;
  --muted:#657086;
  --bg:#f7f8fb;
  --panel:#ffffff;
  --panel2:#f1f4f8;
  --line:#dfe4ec;
  --blue:#1769c2;
  --violet:#5e58c7;
  --pink:#9d4bb0;
  --green:#16a05d;
  --shadow:0 16px 45px rgba(35,48,75,.09);
}

html{background:var(--bg)}
body{
  background:var(--bg);
  color:var(--ink);
  font-size:15px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
body:before{display:none}
.section-wrap{width:min(1160px,calc(100% - 40px))}

.announcement{
  padding:7px 20px;
  background:#173f6f;
  color:#fff;
  font-size:11px;
  font-weight:700;
}
.nav-shell{
  top:10px;
  width:min(1188px,calc(100% - 24px));
  margin-top:10px;
  padding:8px 10px 8px 12px;
  border-color:#dfe4ec;
  border-radius:14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 35px rgba(34,48,76,.10);
}
.brand{font-size:14px}
.brand img{width:38px;height:38px}
.brand b{color:var(--ink)}
.brand span{color:var(--blue)}
.nav-shell nav{gap:20px;color:#566177;font-size:13px;font-weight:700}
.nav-shell nav a:hover{color:var(--blue)}
.button{padding:12px 18px;border-radius:10px;font-size:14px;font-weight:750}
.button.small{padding:9px 14px;font-size:13px}
.button.primary{background:#1769c2;color:#fff;box-shadow:0 10px 24px rgba(23,105,194,.18)}
.button.whatsapp{background:#17a763;color:#fff;box-shadow:0 10px 24px rgba(23,167,99,.15)}
.button.ghost{border:1px solid #cfd6e2;background:#fff;color:#263247}

.hero{
  min-height:680px;
  margin-top:-62px;
  padding-top:62px;
  border-bottom:1px solid #e2e7ee;
  background:
    radial-gradient(circle at 81% 44%,rgba(47,136,218,.13),transparent 25%),
    radial-gradient(circle at 88% 57%,rgba(110,96,196,.10),transparent 34%),
    linear-gradient(120deg,#fff 0%,#f7faff 55%,#edf4fb 100%);
}
.hero:before{
  opacity:.28;
  background-image:linear-gradient(rgba(39,102,167,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(39,102,167,.05) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(90deg,transparent 38%,#000);
}
.hero:after{height:100px;background:linear-gradient(to bottom,transparent,var(--bg))}
.hero-inner{width:min(1160px,calc(100% - 40px));padding:120px 0 80px}
.hero-copy{max-width:570px}
.eyebrow,.kicker{color:#46617f;font-size:10px;font-weight:800;letter-spacing:.12em}
.eyebrow{border-color:#d7e0eb;background:#fff;box-shadow:0 5px 18px rgba(41,65,93,.06)}
.eyebrow i{box-shadow:none}
.hero h1{margin:20px 0 17px;font-size:clamp(44px,5vw,67px);line-height:.99;letter-spacing:-.047em}
.hero h1 em{background:linear-gradient(100deg,#1769c2,#6860ca);-webkit-background-clip:text;background-clip:text}
.hero-copy>p{max-width:590px;color:#59667b;font-size:16px}
.hero-actions{margin-top:25px}
.trust-row{margin-top:21px;color:#4e5c70;font-size:12px;font-weight:700}
.hero-robot-stage{right:2%;top:84px;width:min(52vw,720px);height:590px}
.hero-robot-stage:before,.hero-robot-stage:after{border-color:rgba(42,116,187,.13);box-shadow:none}
.hero-robot-stage:before{width:530px;height:530px}
.hero-robot-stage:after{width:380px;height:380px;border-color:rgba(105,91,192,.12)}
.hero-robot-image{width:min(650px,94%);right:0;bottom:12px;filter:drop-shadow(0 27px 28px rgba(29,55,84,.20))}
.hero-robot-stage .hero-logo{
  width:48px;height:48px;border-color:#d9e0e9;border-radius:13px;background:#fff;
  box-shadow:0 10px 28px rgba(30,48,74,.12);
}
.hero-robot-stage .hero-logo img{width:30px;height:30px}
.hero-scroll-note{right:5%;bottom:28px;border-color:#d8dee8;background:rgba(255,255,255,.92);color:#657086;box-shadow:0 8px 24px rgba(31,49,75,.08)}

.logo-rail{margin-top:-20px}
.logo-rail-inner{gap:7px;padding:9px 12px;border-color:#dfe4ec;border-radius:13px;background:#fff;box-shadow:0 10px 30px rgba(36,48,71,.07)}
.rail-label{color:#68758a;font-size:9px}
.rail-logo{gap:6px;padding:5px 8px;border:1px solid #ebeff4;background:#f8fafc;color:#435067;font-size:10px;font-weight:750}
.rail-logo img{width:20px;height:20px}

.intro{padding-block:78px 54px}
.section-copy{max-width:730px;margin-bottom:30px}
.section-copy h2,.section-heading h2,.promise h2,.cta-copy h2{margin:8px 0 12px;font-size:clamp(31px,4vw,46px);line-height:1.07;letter-spacing:-.035em}
.section-copy p,.section-heading>p{font-size:14px}
.category-showcase{grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:repeat(2,185px);gap:12px}
.category-card{padding:20px;border-color:#dfe4ec;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(35,48,75,.06)}
.category-card:after{width:170px;height:170px;opacity:.09;filter:blur(40px)}
.category-card h3{margin:6px 0;font-size:19px}
.category-card p{font-size:12px;line-height:1.5}
.category-card .mini-logos{right:15px;bottom:15px}
.category-card:first-child .mini-logos{right:22px;bottom:20px;grid-template-columns:repeat(3,48px);gap:7px;transform:none}
.mini-logo,.category-card:first-child .mini-logo{width:45px;height:45px;margin-left:-4px;border-color:#dfe4ec;border-radius:11px;background:#f8fafc;box-shadow:0 7px 18px rgba(32,48,74,.09)}
.mini-logo img,.category-card:first-child .mini-logo img{width:28px;height:28px}

.robot-journey{height:320vh;margin-top:8px;border-block-color:#dfe5ed;background:#eef4fa}
.robot-sticky{
  min-height:650px;
  grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);
  padding-block:65px;
  background:radial-gradient(circle at 74% 42%,rgba(37,124,203,.13),transparent 27%),linear-gradient(145deg,#f8fbff 20%,#eaf2f9 72%,#f8fbff);
}
.robot-sticky:before{opacity:.3;background-image:linear-gradient(rgba(52,112,169,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(52,112,169,.08) 1px,transparent 1px)}
.robot-copy{max-width:410px}
.robot-copy h2{font-size:clamp(36px,4vw,53px);color:var(--ink)}
.robot-copy p{color:#5d6a7f;font-size:15px}
.robot-progress{height:4px;background:#d9e1eb}
.robot-progress span{background:#1769c2;box-shadow:none}
.scene-orbit{border-color:rgba(45,111,171,.14);box-shadow:none}
.scene-orbit:before,.scene-orbit:after{border-color:rgba(93,85,179,.11)}
.floor-grid{opacity:.25}
.robot-viewport .robot-mascot{width:min(740px,92%);filter:drop-shadow(0 28px 27px rgba(33,57,82,.23))}
.robot-viewport .tool-token{width:60px;height:60px;border-color:#d4dde7;border-radius:15px;background:#fff;box-shadow:0 12px 28px rgba(33,49,73,.13)}
.robot-viewport .tool-token img{width:37px;height:37px}
.tool-token span{top:66px;border-color:#dbe1ea;background:#fff;color:#48566b;box-shadow:0 5px 16px rgba(36,51,74,.08)}
.robot-scroll-cue{color:#617187}

.bundles{padding-block:68px 72px}
.section-heading{gap:30px;margin-bottom:27px}
.bundle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bundle-card{min-height:290px;padding:20px;border-color:#dfe4ec;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(35,48,75,.06)}
.bundle-card:hover{transform:translateY(-2px);border-color:#abc8e7;box-shadow:0 14px 30px rgba(35,48,75,.10)}
.bundle-save{padding:5px 8px;border-color:#c4ead6;background:#ecf8f2;color:#177748;font-size:8px}
.bundle-logos{margin:27px 0 15px}
.bundle-logo{width:43px;height:43px;margin-right:-5px;border-color:#dfe4ec;border-radius:11px;background:#f8fafc;box-shadow:0 7px 18px rgba(34,49,73,.09)}
.bundle-logo img{width:27px;height:27px}
.bundle-card h3{font-size:18px;color:var(--ink)}
.bundle-card p{min-height:38px;color:var(--muted);font-size:12px}
.bundle-tools span,.plan-list span{padding:4px 7px;border-color:#e0e5ec;background:#f3f6f9;color:#526075;font-size:9px}
.bundle-link{color:#1769c2;font-size:12px}

.tools{padding-block:72px;background:#fff;border-block:1px solid #e7ebf0}
.tool-controls{top:72px;gap:12px;margin-bottom:20px;padding:9px;border-color:#dfe4ec;border-radius:13px;background:rgba(255,255,255,.96);box-shadow:0 8px 28px rgba(33,48,72,.08)}
.search-box{padding:8px 11px;border-color:#dfe4ec;border-radius:9px;background:#f6f8fb}
.search-box span{font-size:18px}
.search-box input{color:var(--ink);font-size:13px}
.filters button{padding:7px 10px;border-color:#dfe4ec;color:#5f6c80;font-size:11px;background:#fff}
.filters button.active{color:#fff;background:#1769c2}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product-card{border-color:#dfe4ec;border-radius:14px;background:#fff;box-shadow:0 6px 20px rgba(35,48,75,.055)}
.product-card:hover{transform:translateY(-2px);border-color:#a9c8e8;box-shadow:0 12px 28px rgba(35,48,75,.10)}
.product-media{aspect-ratio:16/10;background:#f0f3f7}
.product-media:after{display:none}
.product-card:hover .product-media>img.art{transform:scale(1.015)}
.card-badge{right:9px;top:9px;padding:4px 7px;border-color:#c3ead5;background:rgba(238,250,244,.96);color:#167346;font-size:7px;backdrop-filter:none}
.product-body{padding:13px 14px 14px}
.category{font-size:8px;letter-spacing:.11em}
.product-body h3{margin:4px 0 5px;font-size:16px;line-height:1.25}
.product-body>p{min-height:50px;margin-bottom:10px;color:#6a7587;font-size:11px;line-height:1.5}
.plan-list{gap:5px;min-height:24px;margin-bottom:11px}
.card-bottom{gap:6px;padding-top:10px;border-color:#e6eaf0;color:#7c8798;font-size:9px}
.card-bottom a{color:#1769c2;font-size:10px}
.card-bottom b{color:#1769c2;font-size:12px}
.catalogue-footer{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:22px;color:#738095;font-size:12px}
.catalogue-footer .button{cursor:pointer;border:1px solid #cbd7e5;background:#fff;color:#1769c2}

.workflow{padding-block:72px}
.workflow-visual{border-color:#dfe4ec;border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.workflow-visual img{aspect-ratio:16/5.5}
.workflow-caption{background:#dfe4ec;border-color:#dfe4ec}
.workflow-caption article{padding:17px 19px;background:#fff}
.workflow-caption p{font-size:12px}
.promise{padding-block:20px 75px}
.promise-card{gap:48px;padding:42px;border-color:#dfe4ec;border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(35,48,75,.06)}
.promise-points{gap:10px}
.promise-points article{padding:17px;border-color:#dfe4ec;border-radius:13px;background:#f8fafc}
.promise-points i{width:32px;height:32px;margin-bottom:10px;border-radius:9px;background:#e9f2fb;color:#1769c2}
.promise-points p{font-size:12px}
.purchase-notice{padding-bottom:65px}
.notice-card{padding:20px 23px;border-color:#eadcaf;border-radius:14px;background:#fffbef;color:var(--ink)}
.notice-card b{color:var(--ink)}
.guides{padding-block:20px 88px}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.guide-card{display:block;padding:22px;border:1px solid #dfe4ec;border-radius:14px;background:#fff;box-shadow:0 7px 24px rgba(35,48,75,.055);transition:transform .2s,border-color .2s}.guide-card:hover{transform:translateY(-3px);border-color:#9ec7e8}.guide-card.featured{background:#edf6ff;border-color:#b9d8ef}.guide-card>span{color:#1769c2;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.guide-card h3{margin:8px 0 7px;font-size:19px}.guide-card p{min-height:42px;margin-bottom:15px;color:#657086;font-size:12px}.guide-card b{color:#1769c2;font-size:12px}

.proof-library{padding-block:76px;border-block:1px solid #e4e9ef;background:#f2f6fa}
.proof-summary{display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px;margin-bottom:25px}
.proof-summary>div{max-width:690px}
.proof-summary h2{margin:8px 0 10px;font-size:clamp(31px,4vw,45px);line-height:1.08;letter-spacing:-.035em}
.proof-summary p{margin:0;color:var(--muted);font-size:14px}
.proof-counts{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.proof-counts span{padding:7px 10px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#536176;font-size:10px;font-weight:750}
.proof-tabs{display:flex;gap:8px;margin-bottom:17px;overflow-x:auto}
.proof-tab{border:1px solid #d7dfe9;border-radius:9px;padding:8px 12px;background:#fff;color:#536176;font-size:11px;font-weight:750;white-space:nowrap;cursor:pointer}
.proof-tab[aria-selected="true"]{border-color:#1769c2;background:#1769c2;color:#fff}
.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.proof-card{position:relative;overflow:hidden;border:1px solid #dfe4ec;border-radius:13px;background:#fff;box-shadow:0 6px 20px rgba(36,50,73,.06);cursor:zoom-in}
.proof-card img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top;background:#e9eef4;transition:transform .25s}
.proof-card:hover img{transform:scale(1.015)}
.proof-card span{display:block;padding:9px 10px;color:#566278;font-size:10px;font-weight:700}
.proof-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:18px}
.proof-actions p{margin:0;color:#788497;font-size:10px}
.proof-more{border:1px solid #cbd7e5;border-radius:9px;padding:9px 13px;background:#fff;color:#1769c2;font-size:11px;font-weight:800;cursor:pointer}
.proof-dialog{width:min(92vw,740px);max-height:92vh;padding:0;border:0;border-radius:16px;background:#fff;box-shadow:0 25px 80px rgba(22,36,57,.35)}
.proof-dialog::backdrop{background:rgba(18,27,40,.72)}
.proof-dialog img{width:100%;max-height:84vh;object-fit:contain;background:#f3f5f8}
.proof-dialog button{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(20,30,45,.78);color:#fff;font-size:20px;cursor:pointer}

.community,.faq{padding-block:72px}
.community-grid{gap:11px}
.community-grid a{padding:19px;border-color:#dfe4ec;border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(35,48,75,.05)}
.community-grid a:hover{transform:translateY(-2px);border-color:#a9d9bf}
.community-grid i{width:36px;height:36px;margin-bottom:12px;border-radius:10px;background:#e8f3ee;color:#167447;font-size:11px}
.community-grid span{font-size:12px}
.faq-wrap{gap:50px}
.faq-list details{padding:17px 2px}
.faq-list summary{font-size:15px}
.faq-list details p{font-size:13px}

.final-cta{padding-block:65px 95px}
.cta-card{min-height:390px;border-color:#dbe2ea;border-radius:20px;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 47%,rgba(255,255,255,.18) 78%),url('../assets/visuals/whatsapp-cta.jpg') center/cover no-repeat;box-shadow:var(--shadow)}
.cta-copy{width:57%;padding:42px}
.cta-copy p{color:#5e6b7e}
.cta-brand img{width:42px;height:42px}
.cta-proof{color:#526075}
footer{border-color:#dfe4ec;background:#fff;padding-top:48px;color:var(--ink)}
.footer-brand span,.footer-inner>div>a,.footer-links a{color:#697589}
.footer-links a:hover{color:#1769c2}
.legal{color:#8590a0}
.floating-wa{width:54px;height:54px;background:#17a763;color:#fff;box-shadow:0 12px 30px rgba(23,167,99,.22)}

@media(max-width:1050px){
  .hero-robot-stage{right:-11%;width:59vw;opacity:.72}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .guide-grid{grid-template-columns:1fr 1fr}
  .section-wrap{width:min(100% - 26px,1160px)}
  .nav-shell{top:7px}
  .hero{min-height:760px;margin-top:-59px;background:linear-gradient(150deg,#fff,#eef5fb)}
  .hero-inner{width:min(100% - 26px,1160px);padding:110px 0 315px}
  .hero h1{font-size:43px}
  .hero-copy>p{font-size:14px}
  .hero-actions{display:flex}
  .hero-actions .button{flex:1 1 auto}
  .trust-row{position:relative;z-index:8;gap:7px;width:max-content;max-width:100%;padding:8px 10px;border:1px solid #e0e6ee;border-radius:10px;background:rgba(255,255,255,.92);box-shadow:0 7px 20px rgba(34,49,73,.07)}
  .hero-robot-stage{right:-19%;bottom:-68px;top:auto;width:126vw;height:355px;opacity:.68}
  .hero-robot-image{bottom:-14px}
  .hero-robot-stage:before{width:370px;height:370px}
  .hero-robot-stage:after{width:250px;height:250px}
  .hero-scroll-note{display:none}
  .category-showcase{grid-template-columns:1fr;grid-template-rows:auto}
  .category-card,.category-card:first-child{grid-row:auto;min-height:170px}
  .category-card:first-child .mini-logos{grid-template-columns:repeat(3,39px)}
  .mini-logo,.category-card:first-child .mini-logo{width:39px;height:39px}
  .mini-logo img,.category-card:first-child .mini-logo img{width:24px;height:24px}
  .robot-journey{height:280vh}
  .robot-sticky{padding-top:60px;background:linear-gradient(#f8fbff,#eaf2f9)}
  .robot-copy h2{font-size:34px}
  .bundle-grid{grid-template-columns:1fr}
  .bundle-card{min-height:250px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .product-media{aspect-ratio:4/3}
  .product-body{padding:11px}
  .product-body h3{font-size:14px}
  .product-body>p{min-height:0;font-size:10px}
  .card-bottom{display:grid}
  .section-heading{gap:15px}
  .proof-summary{grid-template-columns:1fr;gap:15px}
  .proof-counts{justify-content:flex-start}
  .proof-grid{grid-template-columns:1fr;gap:12px}
  .proof-card img{aspect-ratio:16/9}
  .proof-actions{align-items:flex-start;flex-direction:column}
  .workflow-visual img{aspect-ratio:1.5/1}
  .promise-card{padding:27px 20px}
  .cta-card{min-height:520px;align-items:end;background:linear-gradient(to bottom,rgba(255,255,255,.15),#fff 51%),url('../assets/visuals/whatsapp-cta.jpg') 68% top/auto 55% no-repeat,#fff}
  .cta-copy{width:100%;padding:27px 22px 32px}
}
@media(max-width:420px){
  .guide-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr 1fr}
  .product-body>p{display:none}
  .plan-list span:nth-child(n+3){display:none}
  .card-bottom>span{display:none}
  .proof-grid{grid-template-columns:1fr}
}
