
    :root {
      --ink:#07111f;
      --ink-2:#0c1d31;
      --blue:#2879bb;
      --blue-2:#134e9d;
      --sky:#68b7f0;
      --gold:#ffb800;
      --gold-2:#ffd05a;
      --paper:#f5f7fb;
      --white:#ffffff;
      --text:#172033;
      --muted:#667085;
      --line:#e5eaf1;
      --soft:#edf3f9;
      --radius:24px;
      --shadow:0 24px 70px rgba(7,17,31,.12);
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}
    body.menu-open{overflow:hidden}
    h1,h2,h3,h4,.display{font-family:'Manrope',sans-serif}
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    img{display:block;max-width:100%}
    .container{width:min(1200px,calc(100% - 48px));margin-inline:auto}
    .section{padding:112px 0}
    .kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
    .kicker::before{content:'';width:28px;height:2px;border-radius:99px;background:var(--gold)}
    .section-title{font-size:clamp(34px,5vw,58px);line-height:1.06;letter-spacing:-.045em;color:var(--ink);max-width:820px;margin-top:18px}
    .section-copy{font-size:18px;line-height:1.75;color:var(--muted);max-width:680px;margin-top:20px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:14px;font-weight:800;font-size:15px;border:1px solid transparent;cursor:pointer;transition:.25s ease}
    .btn svg{width:18px;height:18px}
    .btn-primary{background:var(--gold);color:var(--ink);box-shadow:0 14px 32px rgba(255,184,0,.22)}
    .btn-primary:hover{transform:translateY(-2px);background:var(--gold-2);box-shadow:0 18px 38px rgba(255,184,0,.30)}
    .btn-dark{background:var(--ink);color:#fff}
    .btn-dark:hover{transform:translateY(-2px);background:var(--blue-2)}
    .btn-outline{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.04)}
    .btn-outline:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.50);transform:translateY(-2px)}

    /* Header */
    .site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.90);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,17,31,.07);transition:.25s ease}
    .site-header.scrolled{box-shadow:0 12px 35px rgba(7,17,31,.08)}
    .nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
    .brand{display:flex;align-items:center;flex:0 0 auto}
    .brand img{width:160px;height:auto}
    .nav-links{display:flex;align-items:center;gap:32px}
    .nav-links a{font-weight:700;font-size:14px;color:#4b5565;transition:.2s ease}
    .nav-links a:hover{color:var(--blue-2)}
    .nav-actions{display:flex;align-items:center;gap:12px}
    .nav-social{display:flex;gap:8px}
    .icon-btn{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink);background:#fff;transition:.2s ease}
    .icon-btn:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}
    .icon-btn svg{width:18px;height:18px}
    .mobile-menu{display:none}
    .menu-btn{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;justify-content:center}
    .menu-btn span,.menu-btn span::before,.menu-btn span::after{display:block;width:20px;height:2px;background:var(--ink);border-radius:3px;position:relative;transition:.25s}
    .menu-btn span::before,.menu-btn span::after{content:'';position:absolute;left:0}
    .menu-btn span::before{top:-6px}.menu-btn span::after{top:6px}

    /* Hero */
    .hero{min-height:820px;padding:166px 0 88px;position:relative;overflow:hidden;background:
      radial-gradient(circle at 82% 24%,rgba(40,121,187,.30),transparent 28%),
      radial-gradient(circle at 12% 85%,rgba(255,184,0,.12),transparent 28%),
      linear-gradient(135deg,#06101d 0%,#0a1c31 52%,#071522 100%);color:#fff}
    .hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
    .hero::after{content:'';position:absolute;width:640px;height:640px;border:1px solid rgba(255,184,0,.22);border-radius:50%;right:-260px;top:60px;box-shadow:0 0 0 110px rgba(255,184,0,.025),0 0 0 220px rgba(255,184,0,.018)}
    .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:72px}
    .hero-badge{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;font-weight:700;color:rgba(255,255,255,.78)}
    .hero-badge i{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(255,184,0,.12)}
    .hero h1{font-size:clamp(50px,6.2vw,82px);line-height:.99;letter-spacing:-.065em;max-width:780px;margin-top:26px}
    .hero h1 span{color:var(--sky)}
    .hero h1 em{font-style:normal;color:var(--gold)}
    .hero-lead{font-size:19px;line-height:1.72;color:rgba(255,255,255,.68);max-width:660px;margin-top:28px}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px}
    .hero-proof{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:42px;color:rgba(255,255,255,.54);font-size:13px;font-weight:600}
    .hero-proof span{display:flex;align-items:center;gap:8px}
    .hero-proof span::before{content:'✓';display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(104,183,240,.12);color:var(--sky);font-size:11px}

    /* Hero visual */
    .system-card{position:relative;min-height:560px;border-radius:32px;padding:18px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.14);box-shadow:0 36px 90px rgba(0,0,0,.30);backdrop-filter:blur(16px);transform:perspective(1200px) rotateY(-5deg) rotateX(2deg)}
    .system-window{height:100%;min-height:524px;border-radius:22px;background:rgba(5,15,28,.90);border:1px solid rgba(255,255,255,.08);overflow:hidden;position:relative}
    .window-top{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08)}
    .dots{display:flex;gap:7px}.dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.18)}.dots i:first-child{background:var(--gold)}
    .window-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.44);font-weight:800}
    .window-body{padding:18px}
    .mini-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
    .mini-brand{display:flex;align-items:center;gap:10px}
    .mini-brand img{width:38px;height:38px;object-fit:contain}
    .mini-brand div b{display:block;font-size:13px}.mini-brand div span{font-size:10px;color:rgba(255,255,255,.42)}
    .live-pill{font-size:10px;font-weight:800;color:#7ee2b8;background:rgba(46,204,113,.10);border:1px solid rgba(126,226,184,.18);padding:6px 9px;border-radius:999px}
    .metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
    .metric{padding:14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07)}
    .metric span{font-size:9px;color:rgba(255,255,255,.42);text-transform:uppercase;letter-spacing:.08em}.metric strong{display:block;font-size:22px;margin-top:5px}.metric small{font-size:9px;color:#7ee2b8}
    .workflow{margin-top:12px;padding:16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07)}
    .workflow-title{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:800}
    .workflow-title span:last-child{font-size:9px;color:rgba(255,255,255,.40)}
    .flow-row{display:grid;grid-template-columns:1fr 20px 1fr 20px 1fr;align-items:center;gap:5px;margin-top:16px}
    .flow-node{min-height:72px;border-radius:13px;padding:12px;background:#0e2640;border:1px solid rgba(104,183,240,.18)}
    .flow-node i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(40,121,187,.20);color:var(--sky);font-style:normal;font-size:11px;font-weight:800}
    .flow-node b{display:block;font-size:10px;margin-top:8px}.flow-node span{font-size:8px;color:rgba(255,255,255,.42)}
    .arrow{color:rgba(255,255,255,.25);font-size:14px;text-align:center}
    .chart{margin-top:12px;padding:16px;border-radius:16px;background:linear-gradient(180deg,rgba(40,121,187,.12),rgba(40,121,187,.02));border:1px solid rgba(104,183,240,.12)}
    .bars{height:84px;display:flex;align-items:flex-end;gap:8px;margin-top:16px}
    .bars i{flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,var(--sky),var(--blue-2));opacity:.92;animation:rise 1.2s both;transform-origin:bottom}
    .bars i:nth-child(1){height:28%}.bars i:nth-child(2){height:45%;animation-delay:.08s}.bars i:nth-child(3){height:38%;animation-delay:.16s}.bars i:nth-child(4){height:62%;animation-delay:.24s}.bars i:nth-child(5){height:74%;animation-delay:.32s}.bars i:nth-child(6){height:92%;background:linear-gradient(180deg,var(--gold-2),var(--gold));animation-delay:.40s}
    @keyframes rise{from{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:.92}}
    .orbit-badge{position:absolute;right:-28px;bottom:70px;width:118px;height:118px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 20px 50px rgba(0,0,0,.25)}
    .orbit-badge::before,.orbit-badge::after{content:'';position:absolute;border:1px solid rgba(255,184,0,.45);border-radius:50%;inset:-14px;animation:spin 13s linear infinite}
    .orbit-badge::after{inset:-28px;border-color:rgba(40,121,187,.28);animation-direction:reverse;animation-duration:18s}
    .orbit-badge img{width:74px;height:74px;object-fit:contain}
    @keyframes spin{to{transform:rotate(360deg)}}

    /* Impact strip */
    .impact-strip{position:relative;z-index:10;margin-top:-38px}
    .impact-inner{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(7,17,31,.06)}
    .impact-item{padding:28px 30px;border-right:1px solid var(--line)}.impact-item:last-child{border-right:0}
    .impact-item strong{display:block;font:800 20px 'Manrope',sans-serif;color:var(--ink)}.impact-item span{display:block;margin-top:6px;font-size:13px;line-height:1.5;color:var(--muted)}

    /* Problems */
    .problems{background:var(--paper)}
    .problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:58px}
    .problem-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;min-height:285px;overflow:hidden;transition:.3s ease}
    .problem-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
    .problem-card::after{content:'';position:absolute;width:160px;height:160px;border-radius:50%;right:-90px;bottom:-90px;background:rgba(40,121,187,.07)}
    .problem-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--soft);color:var(--blue)}.problem-icon svg{width:24px;height:24px}
    .problem-card h3{font-size:22px;letter-spacing:-.025em;margin-top:24px;color:var(--ink)}
    .problem-card p{font-size:15px;line-height:1.72;color:var(--muted);margin-top:12px}

    /* Solutions */
    .solutions{background:#fff}
    .solutions-head{display:flex;align-items:end;justify-content:space-between;gap:40px}
    .solutions-head .section-copy{max-width:460px;margin-bottom:4px}
    .solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:64px}
    .solution-card{display:grid;grid-template-columns:64px 1fr auto;gap:20px;align-items:start;padding:30px;border-radius:22px;background:var(--paper);border:1px solid transparent;transition:.28s ease}
    .solution-card:hover{background:#fff;border-color:var(--line);box-shadow:0 22px 55px rgba(7,17,31,.09);transform:translateY(-4px)}
    .solution-number{font:800 12px 'Manrope';letter-spacing:.12em;color:var(--blue);padding-top:6px}
    .solution-card h3{font-size:21px;color:var(--ink);letter-spacing:-.02em}
    .solution-card p{font-size:14px;color:var(--muted);line-height:1.7;margin-top:9px}
    .solution-card .mini-arrow{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;color:var(--blue)}

    /* Process */
    .process-section{background:var(--ink);color:#fff;overflow:hidden}
    .process-section::before{content:'';position:absolute;width:720px;height:720px;border-radius:50%;left:-440px;bottom:-440px;border:1px solid rgba(255,184,0,.14);box-shadow:0 0 0 120px rgba(255,184,0,.025),0 0 0 240px rgba(255,184,0,.015)}
    .process-section .kicker{color:var(--sky)}
    .process-section .section-title{color:#fff}
    .process-section .section-copy{color:rgba(255,255,255,.58)}
    .process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start;position:relative;z-index:2}
    .process-list{border-top:1px solid rgba(255,255,255,.12)}
    .process-step{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid rgba(255,255,255,.12)}
    .process-step .num{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font:800 12px 'Manrope';color:var(--ink);background:var(--gold)}
    .process-step h3{font-size:19px}.process-step p{font-size:14px;line-height:1.65;color:rgba(255,255,255,.55);margin-top:7px}
    .process-panel{position:sticky;top:130px;border-radius:28px;padding:32px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12)}
    .process-panel .label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:800}
    .process-panel h3{font-size:30px;line-height:1.18;margin-top:12px}
    .process-panel p{font-size:15px;line-height:1.72;color:rgba(255,255,255,.60);margin-top:16px}
    .deliverables{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}
    .deliverable{padding:14px;border-radius:14px;background:rgba(255,255,255,.06);font-size:12px;font-weight:700;color:rgba(255,255,255,.75)}
    .deliverable::before{content:'✓';color:var(--gold);margin-right:8px}

    /* Portfolio */
    .portfolio{background:var(--paper)}
    .portfolio-head{display:flex;align-items:end;justify-content:space-between;gap:30px}
    .portfolio-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;margin-top:62px}
    .case-card{position:relative;border-radius:28px;overflow:hidden;min-height:370px;padding:34px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;background:#0b2138;border:1px solid rgba(255,255,255,.08);transition:.3s ease}
    .case-card:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(7,17,31,.20)}
    .case-card:nth-child(1),.case-card:nth-child(4){grid-column:span 7}
    .case-card:nth-child(2),.case-card:nth-child(3){grid-column:span 5}
    .case-card:nth-child(5){grid-column:span 12;min-height:300px}
    .case-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 85% 12%,rgba(104,183,240,.38),transparent 25%),linear-gradient(160deg,transparent 25%,rgba(0,0,0,.35));z-index:0}
    .case-card:nth-child(2)::before{background:radial-gradient(circle at 80% 14%,rgba(255,184,0,.40),transparent 25%),linear-gradient(160deg,transparent 25%,rgba(0,0,0,.32))}
    .case-card:nth-child(3)::before{background:radial-gradient(circle at 80% 14%,rgba(70,211,153,.30),transparent 25%),linear-gradient(160deg,transparent 25%,rgba(0,0,0,.32))}
    .case-card:nth-child(4)::before{background:radial-gradient(circle at 80% 14%,rgba(133,104,238,.32),transparent 25%),linear-gradient(160deg,transparent 25%,rgba(0,0,0,.32))}
    .case-card:nth-child(5)::before{background:radial-gradient(circle at 88% 20%,rgba(255,184,0,.28),transparent 22%),radial-gradient(circle at 62% 80%,rgba(40,121,187,.35),transparent 25%),linear-gradient(160deg,transparent 25%,rgba(0,0,0,.32))}
    .case-visual{position:absolute;right:28px;top:26px;width:150px;height:150px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;z-index:1}
    .case-visual::before,.case-visual::after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.10)}.case-visual::before{inset:18px}.case-visual::after{inset:38px}
    .case-visual span{font:800 34px 'Manrope';color:rgba(255,255,255,.80)}
    .case-content{position:relative;z-index:2;max-width:600px}
    .case-type{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:800}
    .case-card h3{font-size:30px;letter-spacing:-.035em;margin-top:9px}
    .case-card p{font-size:14px;line-height:1.68;color:rgba(255,255,255,.65);margin-top:12px;max-width:540px}
    .case-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
    .case-tags span{padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);font-size:10px;font-weight:700;color:rgba(255,255,255,.75)}

    /* Value */
    .value-section{background:#fff}
    .value-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
    .value-visual{position:relative;min-height:530px;border-radius:32px;background:linear-gradient(145deg,#e9f3fb,#f8fbfe);border:1px solid var(--line);overflow:hidden;padding:32px}
    .value-visual::before{content:'';position:absolute;width:380px;height:380px;border-radius:50%;right:-180px;top:-120px;border:1px solid rgba(40,121,187,.15);box-shadow:0 0 0 80px rgba(40,121,187,.035),0 0 0 160px rgba(40,121,187,.025)}
    .value-logo{width:88px;height:88px;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(7,17,31,.11);display:grid;place-items:center;position:relative;z-index:2}
    .value-logo img{width:62px;height:62px;object-fit:contain}
    .stack-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:0 18px 45px rgba(7,17,31,.10);z-index:2}
    .stack-card b{display:block;font:800 16px 'Manrope'}.stack-card span{font-size:12px;color:var(--muted);display:block;margin-top:5px}
    .stack-card.one{left:30px;bottom:54px;width:240px}
    .stack-card.two{right:28px;top:180px;width:220px}
    .stack-card.three{right:58px;bottom:36px;width:205px}
    .connection{position:absolute;height:2px;background:linear-gradient(90deg,var(--blue),var(--gold));transform-origin:left center;z-index:1;opacity:.55}
    .connection.c1{width:190px;left:100px;top:150px;transform:rotate(18deg)}
    .connection.c2{width:230px;left:110px;top:180px;transform:rotate(52deg)}
    .connection.c3{width:190px;left:210px;top:350px;transform:rotate(-8deg)}
    .value-list{margin-top:34px;display:grid;gap:18px}
    .value-item{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start}
    .value-check{width:44px;height:44px;border-radius:14px;background:var(--soft);display:grid;place-items:center;color:var(--blue);font-weight:900}
    .value-item h3{font-size:18px;color:var(--ink)}.value-item p{font-size:14px;color:var(--muted);line-height:1.65;margin-top:5px}

    /* Contact */
    .contact-section{background:var(--ink);color:#fff;position:relative;overflow:hidden}
    .contact-section::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,rgba(40,121,187,.22),transparent 27%),radial-gradient(circle at 92% 90%,rgba(255,184,0,.12),transparent 30%)}
    .contact-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:70px;position:relative;z-index:2}
    .contact-section .kicker{color:var(--sky)}
    .contact-section .section-title{color:#fff}
    .contact-section .section-copy{color:rgba(255,255,255,.58)}
    .contact-links{display:grid;gap:12px;margin-top:34px}
    .contact-link{display:flex;align-items:center;gap:14px;color:rgba(255,255,255,.78);font-size:14px;font-weight:700}
    .contact-link i{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.07);font-style:normal;color:var(--gold)}
    .contact-card{background:#fff;color:var(--text);border-radius:28px;padding:34px;box-shadow:0 34px 80px rgba(0,0,0,.22)}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
    .field{display:grid;gap:8px}.field.full{grid-column:1/-1}
    .field label{font-size:12px;font-weight:800;color:#344054}
    .field input,.field textarea{width:100%;border:1px solid #dfe5ec;border-radius:13px;background:#fbfcfe;padding:14px 15px;color:var(--ink);outline:none;transition:.2s ease}
    .field input:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(40,121,187,.10);background:#fff}
    .field textarea{min-height:126px;resize:vertical}
    .contact-card .btn{width:100%;margin-top:18px}
    .form-note{font-size:11px;line-height:1.5;color:#98a2b3;margin-top:12px;text-align:center}

    /* Footer */
    .footer{background:#040c16;color:rgba(255,255,255,.55);padding:34px 0}
    .footer-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}
    .footer-brand{display:flex;align-items:center;gap:14px}
    .footer-brand img{width:46px;height:46px;object-fit:contain}
    .footer-brand b{display:block;color:#fff;font:800 14px 'Manrope'}.footer-brand span{font-size:11px}
    .footer-links{display:flex;gap:20px;align-items:center;font-size:12px;font-weight:700}
    .footer-links a:hover{color:#fff}

    /* Floating contact */
    .floating-wa{position:fixed;right:22px;bottom:22px;z-index:90;width:58px;height:58px;border-radius:19px;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 18px 40px rgba(0,0,0,.24);transition:.25s ease}
    .floating-wa:hover{transform:translateY(-4px) scale(1.03)}.floating-wa svg{width:27px;height:27px}
    .floating-wa::before{content:'WhatsApp';position:absolute;right:68px;background:var(--ink);color:#fff;font-size:11px;font-weight:800;padding:8px 10px;border-radius:9px;opacity:0;transform:translateX(8px);transition:.2s ease;pointer-events:none}
    .floating-wa:hover::before{opacity:1;transform:none}

    .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
    .reveal.in{opacity:1;transform:none}

    @media(max-width:1050px){
      .nav-links{display:none}.nav-actions .nav-social,.nav-actions .btn{display:none}.menu-btn{display:flex}
      .mobile-menu{display:block;position:fixed;inset:82px 0 0;background:#fff;z-index:99;padding:34px 24px;transform:translateX(100%);transition:.3s ease}
      .mobile-menu.open{transform:none}.mobile-menu a{display:block;padding:18px 0;border-bottom:1px solid var(--line);font:800 20px 'Manrope'}
      .mobile-menu .mobile-social{display:flex;gap:10px;margin-top:28px}
      .hero-grid,.process-grid,.value-grid,.contact-grid{grid-template-columns:1fr}
      .hero{padding-top:144px}.system-card{max-width:650px;margin:0 auto;transform:none}
      .impact-inner{grid-template-columns:1fr 1fr}.impact-item:nth-child(2){border-right:0}.impact-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
      .solutions-head,.portfolio-head{align-items:start;flex-direction:column}
      .portfolio-grid{grid-template-columns:1fr}.case-card:nth-child(n){grid-column:auto}
      .process-panel{position:relative;top:auto}
    }
    @media(max-width:760px){
      .container{width:min(100% - 32px,1200px)}.section{padding:84px 0}
      .nav{height:72px}.brand img{width:190px}.mobile-menu{top:72px}
      .hero{padding:122px 0 72px;min-height:auto}.hero h1{font-size:48px}.hero-lead{font-size:17px}
      .system-card{min-height:auto;padding:10px;border-radius:22px}.system-window{min-height:auto}.flow-row{grid-template-columns:1fr;gap:8px}.arrow{transform:rotate(90deg)}.metric-grid{grid-template-columns:1fr 1fr}.metric:last-child{grid-column:1/-1}
      .orbit-badge{width:86px;height:86px;right:-6px;bottom:48px}.orbit-badge img{width:56px;height:56px}
      .impact-inner{grid-template-columns:1fr}.impact-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.impact-item:last-child{border-bottom:0!important}
      .problem-grid,.solution-grid{grid-template-columns:1fr}
      .solution-card{grid-template-columns:42px 1fr}.solution-card .mini-arrow{display:none}
      .case-card{min-height:350px;padding:28px}.case-visual{width:112px;height:112px;right:20px;top:20px}
      .value-visual{min-height:470px}.stack-card.two{right:18px;top:166px}.stack-card.three{right:18px;bottom:34px}
      .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
      .footer-grid{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}
    }
    @media(max-width:480px){
      .brand img{width:126px}.hero h1{font-size:42px}.hero-actions .btn{width:100%}
      .metric-grid{grid-template-columns:1fr}.metric:last-child{grid-column:auto}
      .flow-node{min-height:62px}.orbit-badge{display:none}
      .section-title{font-size:38px}
      .problem-card,.solution-card,.contact-card{padding:24px}
      .value-visual{min-height:510px;padding:24px}.stack-card{width:calc(100% - 48px)!important;left:24px!important;right:auto!important}.stack-card.two{top:160px}.stack-card.one{bottom:132px}.stack-card.three{bottom:24px}
      .connection{display:none}
    }
    @media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
  

/* WordPress integration */
.admin-bar .site-header{top:32px}
.wp-site-blocks{padding:0}
.wp-caption,.gallery-caption{max-width:100%}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.alignleft{float:left;margin-right:1.5rem}
.alignright{float:right;margin-left:1.5rem}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;display:block;top:8px;left:8px;z-index:100000;background:#fff;color:#07111f;padding:12px 18px;border-radius:8px;box-shadow:0 8px 30px rgba(7,17,31,.15)}
.content-shell{max-width:900px;margin:0 auto;padding:150px 24px 90px}
.content-shell h1{font:800 clamp(36px,6vw,64px)/1.08 'Manrope',sans-serif;letter-spacing:-.05em;color:var(--ink);margin-bottom:28px}
.content-shell .entry-content{font-size:17px;line-height:1.8;color:var(--muted)}
.content-shell .entry-content h2,.content-shell .entry-content h3{color:var(--ink);margin:1.5em 0 .6em}
.content-shell .entry-content p,.content-shell .entry-content ul,.content-shell .entry-content ol{margin-bottom:1.2em}
.content-shell .entry-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
@media (max-width:782px){.admin-bar .site-header{top:46px}}

/* =========================================================
   ANTARES SOLUCIONES EMPRESARIALES
   AJUSTE ESTÉTICO V2
   Pegar AL FINAL de: assets/css/site.css
   ========================================================= */

/* 1. Base general: más ancho útil y mejor ritmo vertical */
.container{
  width:min(1520px, calc(100% - 96px));
  margin-inline:auto;
}

.section{
  padding:92px 0;
}

.section-title{
  font-size:clamp(40px, 4.55vw, 68px);
  line-height:1.025;
  letter-spacing:-.052em;
  max-width:1020px;
  margin-top:16px;
}

.section-copy{
  max-width:760px;
  margin-top:18px;
  font-size:18px;
  line-height:1.68;
}

.kicker{
  gap:12px;
  font-size:12px;
}

.kicker::before{
  width:32px;
}

/* 2. Encabezado */
.nav{
  height:88px;
  gap:38px;
}

.brand img{
  width:200px;
  height:auto;
}

.nav-links{
  gap:38px;
}

.nav-links a{
  font-size:14px;
}

.nav-actions{
  gap:14px;
}

/* Ajuste cuando WordPress muestra la barra superior */
body.admin-bar .site-header{
  top:32px;
}

body.admin-bar .mobile-menu{
  top:120px;
}

/* 3. Hero: más compacto, equilibrado y cercano al demo */
.hero{
  min-height:790px;
  padding:154px 0 82px;
}

.hero-grid{
  grid-template-columns:1.02fr .98fr;
  gap:64px;
}

.hero-content{
  max-width:760px;
}

.hero h1{
  max-width:760px;
  margin-top:25px;
  font-size:clamp(54px, 5.5vw, 84px);
  line-height:.985;
}

.hero-lead{
  max-width:660px;
  margin-top:26px;
  font-size:18px;
  line-height:1.68;
}

.hero-actions{
  margin-top:34px;
}

.hero-proof{
  margin-top:36px;
}

.system-card{
  width:100%;
  max-width:610px;
  min-height:548px;
  justify-self:end;
}

.system-window{
  min-height:512px;
}

/* 4. Franja de beneficios */
.impact-strip{
  margin-top:-34px;
}

.impact-inner{
  border-radius:24px;
}

.impact-item{
  min-height:132px;
  padding:26px 28px;
}

.impact-item strong{
  font-size:19px;
}

/* 5. Sección del problema */
.problems{
  padding-top:84px;
  padding-bottom:92px;
}

.problems .section-title{
  max-width:1040px;
}

.problems .section-copy{
  max-width:780px;
}

.problem-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
  margin-top:44px;
}

.problem-card{
  min-height:250px;
  padding:28px;
  border-radius:22px;
}

.problem-icon{
  width:50px;
  height:50px;
}

.problem-card h3{
  margin-top:21px;
  font-size:21px;
}

.problem-card p{
  margin-top:10px;
  font-size:14px;
  line-height:1.67;
}

/* 6. Soluciones */
.solutions{
  padding-top:92px;
  padding-bottom:96px;
}

.solutions-head{
  display:grid;
  grid-template-columns:minmax(0, 1.25fr) minmax(340px, .75fr);
  align-items:end;
  gap:64px;
}

.solutions-head .section-copy{
  max-width:520px;
  margin:0 0 4px auto;
}

.solution-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  margin-top:48px;
}

.solution-card{
  min-height:178px;
  grid-template-columns:50px 1fr auto;
  gap:18px;
  padding:26px 28px;
  border-radius:20px;
}

.solution-card h3{
  font-size:20px;
}

.solution-card p{
  margin-top:8px;
  font-size:14px;
  line-height:1.66;
}

/* 7. Cómo trabajamos */
.process-section{
  padding-top:92px;
  padding-bottom:96px;
}

.process-grid{
  grid-template-columns:.90fr 1.10fr;
  gap:64px;
}

.process-section .section-title{
  max-width:650px;
  font-size:clamp(42px, 4.25vw, 64px);
}

.process-section .section-copy{
  max-width:640px;
}

.process-panel{
  top:126px;
  margin-top:34px;
  padding:30px;
  border-radius:25px;
}

.process-panel h3{
  font-size:28px;
}

.process-step{
  grid-template-columns:58px 1fr;
  gap:18px;
  padding:25px 0;
}

.process-step h3{
  font-size:19px;
}

.process-step p{
  max-width:690px;
  font-size:14px;
  line-height:1.62;
}

/* 8. Casos y portafolio */
.portfolio{
  padding-top:92px;
  padding-bottom:98px;
}

.portfolio-head{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(340px, .8fr);
  align-items:end;
  gap:64px;
}

.portfolio-head .section-copy{
  max-width:540px;
  margin:0 0 4px auto;
}

.portfolio-grid{
  gap:24px;
  margin-top:50px;
}

.case-card{
  min-height:342px;
  padding:30px;
  border-radius:25px;
}

.case-card:nth-child(5){
  min-height:284px;
}

.case-visual{
  right:26px;
  top:24px;
  width:138px;
  height:138px;
}

.case-card h3{
  font-size:29px;
}

.case-card p{
  max-width:580px;
  font-size:14px;
  line-height:1.64;
}

/* 9. Por qué Antares */
.value-section{
  padding-top:94px;
  padding-bottom:98px;
}

.value-grid{
  grid-template-columns:.96fr 1.04fr;
  gap:68px;
}

.value-visual{
  min-height:500px;
  border-radius:28px;
}

.value-section .section-title{
  max-width:760px;
  font-size:clamp(40px, 4.05vw, 62px);
}

.value-list{
  margin-top:30px;
  gap:16px;
}

/* 10. Contacto */
.contact-section{
  padding-top:96px;
  padding-bottom:96px;
}

.contact-grid{
  grid-template-columns:.92fr 1.08fr;
  gap:72px;
}

.contact-section .section-title{
  max-width:720px;
}

.contact-card{
  padding:32px;
  border-radius:25px;
}

/* 11. Footer */
.footer{
  padding:30px 0;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width:1280px){
  .container{
    width:min(100% - 64px, 1320px);
  }

  .hero-grid{
    gap:48px;
  }

  .hero h1{
    font-size:clamp(50px, 5.8vw, 76px);
  }

  .system-card{
    max-width:570px;
  }

  .solutions-head,
  .portfolio-head{
    gap:42px;
  }

  .process-grid,
  .value-grid,
  .contact-grid{
    gap:52px;
  }
}

@media (max-width:1050px){
  .container{
    width:min(100% - 48px, 920px);
  }

  .section{
    padding:84px 0;
  }

  .nav{
    height:82px;
  }

  .brand img{
    width:190px;
  }

  .hero{
    min-height:auto;
    padding:138px 0 78px;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:52px;
  }

  .hero-content{
    max-width:820px;
  }

  .hero h1{
    max-width:820px;
  }

  .system-card{
    justify-self:center;
    max-width:650px;
  }

  .solutions-head,
  .portfolio-head{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }

  .solutions-head .section-copy,
  .portfolio-head .section-copy{
    max-width:720px;
    margin-top:0;
    margin-left:0;
  }

  .process-grid,
  .value-grid,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .process-panel{
    position:relative;
    top:auto;
  }
}

/* =========================================================
   MÓVIL
   ========================================================= */
@media (max-width:760px){
  .container{
    width:min(100% - 32px, 680px);
  }

  .section{
    padding:72px 0;
  }

  .section-title{
    max-width:100%;
    font-size:clamp(34px, 10.5vw, 48px);
    line-height:1.04;
  }

  .section-copy{
    font-size:16px;
    line-height:1.62;
  }

  .nav{
    height:74px;
  }

  .brand img{
    width:168px;
  }

  body.admin-bar .site-header{
    top:46px;
  }

  body.admin-bar .mobile-menu{
    top:120px;
  }

  .hero{
    padding:118px 0 66px;
  }

  .hero h1{
    font-size:clamp(43px, 13vw, 58px);
    line-height:.99;
  }

  .hero-lead{
    font-size:16px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-actions .btn{
    width:100%;
  }

  .system-card{
    min-height:auto;
    padding:10px;
    border-radius:24px;
  }

  .system-window{
    min-height:450px;
  }

  .orbit-badge{
    right:-8px;
    bottom:36px;
    width:88px;
    height:88px;
  }

  .orbit-badge img{
    width:56px;
    height:56px;
  }

  .impact-strip{
    margin-top:-22px;
  }

  .impact-inner{
    grid-template-columns:1fr;
  }

  .impact-item{
    min-height:auto;
    padding:22px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .impact-item:last-child{
    border-bottom:0;
  }

  .problem-grid,
  .solution-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:36px;
  }

  .problem-card,
  .solution-card{
    min-height:auto;
    padding:23px;
  }

  .solution-card{
    grid-template-columns:40px 1fr;
  }

  .solution-card .mini-arrow{
    display:none;
  }

  .process-section .section-title,
  .value-section .section-title{
    font-size:clamp(34px, 10.5vw, 48px);
  }

  .process-grid,
  .value-grid,
  .contact-grid{
    gap:42px;
  }

  .process-panel,
  .contact-card{
    padding:24px;
  }

  .deliverables{
    grid-template-columns:1fr;
  }

  .portfolio-grid{
    gap:18px;
    margin-top:38px;
  }

  .case-card,
  .case-card:nth-child(5){
    min-height:330px;
    padding:24px;
  }

  .case-visual{
    width:104px;
    height:104px;
    right:18px;
    top:18px;
  }

  .value-visual{
    min-height:430px;
    padding:22px;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .field.full{
    grid-column:auto;
  }

  .footer-grid{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:480px){
  .container{
    width:calc(100% - 24px);
  }

  .section{
    padding:64px 0;
  }

  .hero{
    padding-top:108px;
  }

  .hero-badge{
    font-size:10px;
    line-height:1.35;
  }

  .hero h1{
    font-size:41px;
  }

  .hero-proof{
    display:grid;
    gap:10px;
  }

  .metric-grid{
    grid-template-columns:1fr;
  }

  .flow-row{
    grid-template-columns:1fr;
  }

  .flow-row .arrow{
    transform:rotate(90deg);
  }
}

