.argo-landing{background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.6;scroll-behavior:smooth}.argo-landing *,.argo-landing :after,.argo-landing :before{box-sizing:border-box}.argo-landing .display{letter-spacing:-.045em;line-height:.96}.argo-landing .display,.argo-landing .h2{font-family:Syne,sans-serif;font-weight:700;color:var(--ink)}.argo-landing .h2{font-size:clamp(36px,5.2vw,64px);letter-spacing:-.035em;line-height:1}.argo-landing .h3{font-family:Syne,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.02em;color:var(--ink)}.argo-landing .eyebrow{font-family:Fira Code,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--label);display:inline-flex;align-items:center;gap:12px}.argo-landing .eyebrow:before{content:"";width:28px;height:1px;background:var(--label)}.argo-landing .mono{font-family:Fira Code,monospace}.argo-landing .shell{max-width:1280px;margin:0 auto;padding:0 48px}.argo-landing section{padding:140px 0}.argo-landing .nav-wrap{position:sticky;top:0;z-index:50;background:rgba(250,248,244,.78);backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid transparent;transition:border-color .2s ease,background .2s ease}.argo-landing .nav-wrap.scrolled{border-bottom-color:var(--hairline);background:rgba(250,248,244,.92)}.argo-landing nav{display:flex;align-items:center;justify-content:space-between;padding:22px 0}.argo-landing .brand{display:flex;align-items:center;gap:12px;text-decoration:none}.argo-landing .brand-mark{width:32px;height:32px;display:grid;place-items:center}.argo-landing .brand-word{font-family:Syne,sans-serif;font-weight:800;font-size:24px;letter-spacing:-.045em;color:var(--ink)}.argo-landing .nav-links{display:flex;gap:36px;font-size:14px;font-weight:500}.argo-landing .nav-links a{color:var(--ink);text-decoration:none;opacity:.7;transition:opacity .15s ease;position:relative}.argo-landing .nav-links a:hover{opacity:1}.argo-landing .nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:right center;transition:transform .35s cubic-bezier(.65,0,.35,1)}.argo-landing .nav-links a:hover:after{transform:scaleX(1);transform-origin:left center}.argo-landing .nav-cta{display:flex;gap:12px;align-items:center}.argo-landing .btn{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;padding:14px 22px;border-radius:999px;border:1px solid transparent;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .18s ease;white-space:nowrap}.argo-landing .btn-primary{background:var(--navy);color:var(--paper)}.argo-landing .btn-primary:hover{background:var(--navy-hover);transform:translateY(-1px);box-shadow:0 12px 32px -8px rgba(3,10,140,.4)}.argo-landing .btn-ghost{background:transparent;color:var(--ink);border-color:var(--hairline-strong)}.argo-landing .btn-ghost:hover{border-color:var(--ink)}.argo-landing .btn-link{background:transparent;color:var(--ink);padding:14px 0}.argo-landing .btn-link:after{content:"→";transition:transform .18s ease}.argo-landing .btn-link:hover:after{transform:translateX(4px)}.argo-landing .hero{padding-top:80px;padding-bottom:0;position:relative}.argo-landing .hero-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:80px;align-items:center;min-height:78vh}.argo-landing .hero-display{font-size:clamp(56px,8.4vw,124px);margin-top:28px;max-width:11ch}.argo-landing .hero-display .accent{color:var(--navy);position:relative;display:inline-block}.argo-landing .hero-display .accent:after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.08em;background:var(--crimson);opacity:.92;transform-origin:left center;transform:scaleX(0);animation:underlineGrow 1.1s cubic-bezier(.65,0,.35,1) forwards;animation-delay:.85s}.argo-landing .hero-sub{margin-top:36px;font-size:19px;line-height:1.55;color:var(--muted);max-width:48ch;font-weight:400}.argo-landing .hero-cta-row{margin-top:44px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.argo-landing .hero-trust{margin:88px auto 0;padding-top:32px;flex-wrap:wrap;gap:0;width:100%;max-width:720px}.argo-landing .hero-trust,.argo-landing .trust-item{display:flex;justify-content:center;align-items:center}.argo-landing .trust-item{flex:1 1 0;gap:14px;padding:4px 28px;min-width:180px;position:relative;text-align:left}.argo-landing .trust-item+.trust-item{border-left:1px solid var(--hairline)}.argo-landing .trust-icon{width:18px;height:18px;flex-shrink:0;color:var(--steel)}.argo-landing .trust-icon.live{position:relative;width:8px;height:8px;border-radius:50%;background:var(--crimson);box-shadow:0 0 0 4px rgba(191,36,49,.12);animation:pulse 2.4s ease-in-out infinite}.argo-landing .trust-icon.live:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid var(--crimson);opacity:0;animation:ping 2.4s ease-out infinite}.argo-landing .trust-label{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;color:var(--ink);letter-spacing:-.005em;line-height:1.2}.argo-landing .trust-meta{margin-top:4px;font-family:Fira Code,monospace;font-size:10px;letter-spacing:.08em;color:var(--label);text-transform:uppercase;line-height:1.3}.argo-landing .hero-art{position:relative;aspect-ratio:1;background:var(--steel);border-radius:56px;display:grid;place-items:center;box-shadow:0 0 0 1px rgba(37,54,89,.2),0 40px 80px -24px rgba(37,54,89,.35),0 8px 24px -8px rgba(13,13,13,.18);overflow:hidden}.argo-landing .hero-art:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.06),transparent 50%),radial-gradient(circle at 80% 90%,rgba(3,10,140,.4),transparent 60%);pointer-events:none}.argo-landing .hero-art svg{position:relative;z-index:1;width:72%;height:auto;animation:shieldBreathe 6s ease-in-out infinite;animation-delay:1.4s}.argo-landing .dor{padding:120px 0 140px;border-top:1px solid var(--hairline)}.argo-landing .dor-intro{display:grid;grid-template-columns:220px 1fr;gap:80px;align-items:start;margin-bottom:80px}.argo-landing .dor-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.argo-landing .dor-card{background:var(--paper);border:1px solid var(--hairline);border-radius:20px;padding:40px 32px 36px;position:relative;display:flex;flex-direction:column;min-height:280px;transition-property:transform,box-shadow,opacity,background;transition-duration:.35s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.argo-landing .dor-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px rgba(37,54,89,.18)}.argo-landing .dor-num{font-family:Fira Code,monospace;font-size:11px;letter-spacing:.16em;color:var(--crimson);margin-bottom:28px}.argo-landing .dor-quote{font-family:Syne,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.02em;line-height:1.2;color:var(--ink);margin-bottom:auto}.argo-landing .dor-foot{margin-top:32px;font-size:13px;color:var(--muted);border-top:1px solid var(--hairline);padding-top:18px;line-height:1.5}.argo-landing .features{background:var(--bone);padding:160px 0}.argo-landing .features-header{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:96px}.argo-landing .features-header .h2{max-width:16ch}.argo-landing .features-header p{font-size:17px;color:var(--muted);line-height:1.6;max-width:42ch}.argo-landing .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hairline);border:1px solid var(--hairline);border-radius:24px;overflow:hidden}.argo-landing .feat{background:var(--bone);padding:44px 40px 48px;display:flex;flex-direction:column;min-height:280px;transition-property:transform,box-shadow,opacity,background;transition-duration:.35s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.argo-landing .feat:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px rgba(37,54,89,.18)}.argo-landing .feat-icon{width:40px;height:40px;margin-bottom:28px;color:var(--crimson)}.argo-landing .feat-icon svg{width:100%;height:100%}.argo-landing .feat-title{font-family:Syne,sans-serif;font-weight:600;font-size:20px;letter-spacing:-.02em;color:var(--ink);margin-bottom:12px}.argo-landing .feat-body{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:auto}.argo-landing .feat-tag{margin-top:28px;font-family:Fira Code,monospace;font-size:10px;letter-spacing:.14em;color:var(--label);text-transform:uppercase}.argo-landing .product{padding:160px 0}.argo-landing .product-header{text-align:center;margin-bottom:72px}.argo-landing .product-header .h2{max-width:18ch;margin:24px auto 0}.argo-landing .product-header p{margin:24px auto 0;font-size:17px;color:var(--muted);max-width:56ch}.argo-landing .product-frame{background:var(--steel);border-radius:24px;padding:16px;box-shadow:0 40px 100px -32px rgba(37,54,89,.4),0 0 0 1px rgba(37,54,89,.18)}.argo-landing .product-window{background:var(--paper);border-radius:12px;overflow:hidden;aspect-ratio:16/9;display:grid;grid-template-columns:220px 1fr;position:relative}.argo-landing .product-window:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 18px,rgba(37,54,89,.035) 18px 19px);pointer-events:none}.argo-landing .pw-side{background:var(--bone);border-right:1px solid var(--hairline);padding:24px 20px;position:relative}.argo-landing .pw-main{padding:28px;position:relative}.argo-landing .pw-brand{display:flex;align-items:center;gap:8px;margin-bottom:28px}.argo-landing .pw-brand-word{font-family:Syne,sans-serif;font-weight:700;font-size:16px;letter-spacing:-.04em;color:var(--ink)}.argo-landing .pw-section-label{font-family:Fira Code,monospace;font-size:9px;letter-spacing:.16em;color:var(--label);text-transform:uppercase;margin:18px 0 10px}.argo-landing .pw-item{height:10px;background:var(--hairline);border-radius:4px;margin-bottom:8px}.argo-landing .pw-item.w70{width:70%}.argo-landing .pw-item.w55{width:55%}.argo-landing .pw-item.w85{width:85%}.argo-landing .pw-item.active{background:var(--steel);width:80%}.argo-landing .pw-titlebar{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--hairline);margin-bottom:22px}.argo-landing .pw-title{font-family:Syne,sans-serif;font-weight:700;font-size:18px;letter-spacing:-.02em;color:var(--ink)}.argo-landing .pw-pill{font-family:Fira Code,monospace;font-size:9px;letter-spacing:.12em;color:var(--paper);background:var(--navy);padding:5px 10px;border-radius:999px;text-transform:uppercase}.argo-landing .pw-row{display:grid;grid-template-columns:28px 1fr 90px 70px 14px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--hairline)}.argo-landing .pw-avatar{width:28px;height:28px;border-radius:50%;background:var(--steel);opacity:.5}.argo-landing .pw-avatar.crimson{background:var(--crimson);opacity:.75}.argo-landing .pw-cell{height:9px;background:var(--hairline);border-radius:3px}.argo-landing .pw-cell.dark{background:var(--steel);opacity:.5}.argo-landing .pw-status{font-family:Fira Code,monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:999px}.argo-landing .pw-status.ok{background:rgba(3,10,140,.08);color:var(--navy)}.argo-landing .pw-status.rev{background:var(--crimson-soft);color:var(--crimson)}.argo-landing .pw-dot3{color:var(--label);font-size:12px;text-align:right}.argo-landing .pw-watermark{position:absolute;bottom:20px;right:20px;font-family:Fira Code,monospace;font-size:9px;letter-spacing:.16em;color:var(--label);text-transform:uppercase;z-index:2}.argo-landing .pricing{background:var(--ink);color:var(--paper);padding:160px 0}.argo-landing .pricing .eyebrow{color:rgba(242,242,242,.5)}.argo-landing .pricing .eyebrow:before{background:rgba(242,242,242,.4)}.argo-landing .pricing-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:96px;align-items:center}.argo-landing .pricing-text .h2{color:var(--paper);margin-top:24px;max-width:14ch}.argo-landing .pricing-text p{margin-top:28px;font-size:17px;color:rgba(242,242,242,.6);line-height:1.6;max-width:44ch}.argo-landing .price-card{background:var(--steel);border-radius:28px;padding:48px 44px 44px;border:1px solid rgba(242,242,242,.08);position:relative;overflow:hidden;transition-property:transform,box-shadow;transition-duration:.35s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.argo-landing .price-card:before{content:"";position:absolute;top:-100px;right:-100px;width:280px;height:280px;background:radial-gradient(circle,rgba(3,10,140,.5),transparent 60%);pointer-events:none}.argo-landing .price-name{font-family:Syne,sans-serif;font-weight:700;font-size:36px;letter-spacing:-.03em;color:var(--paper)}.argo-landing .price-tagline{font-family:Fira Code,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(242,242,242,.5);margin-top:8px}.argo-landing .price-amount{margin-top:40px;display:flex;align-items:baseline;gap:8px}.argo-landing .price-currency{font-family:Syne,sans-serif;font-weight:600;font-size:20px;color:rgba(242,242,242,.55)}.argo-landing .price-value{font-family:Syne,sans-serif;font-weight:700;font-size:88px;letter-spacing:-.05em;color:var(--paper);line-height:.9}.argo-landing .price-unit{font-size:13px;color:rgba(242,242,242,.55);margin-left:4px}.argo-landing .price-divider{height:1px;background:rgba(242,242,242,.12);margin:40px 0}.argo-landing .price-list{display:grid;gap:14px;margin-bottom:36px}.argo-landing .price-list li{list-style:none;display:grid;grid-template-columns:18px 1fr;gap:12px;font-size:14.5px;color:rgba(242,242,242,.85);line-height:1.5;align-items:start}.argo-landing .price-list li:before{content:"";width:14px;height:14px;margin-top:4px;border-radius:50%;background:var(--crimson);box-shadow:0 0 0 4px rgba(191,36,49,.12)}.argo-landing .price-cta{width:100%;justify-content:center;background:var(--paper);color:var(--ink)}.argo-landing .price-cta:hover{background:var(--bone);transform:translateY(-1px)}.argo-landing .price-foot{margin-top:18px;font-family:Fira Code,monospace;font-size:10px;letter-spacing:.1em;color:rgba(242,242,242,.4);text-align:center}.argo-landing .faq{padding:160px 0}.argo-landing .faq-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:96px;align-items:start}.argo-landing .faq-side .h2{margin-top:24px;max-width:10ch}.argo-landing .faq-side p{margin-top:28px;font-size:16px;color:var(--muted);line-height:1.6;max-width:30ch}.argo-landing .faq-contact{margin-top:36px;font-family:Fira Code,monospace;font-size:12px;color:var(--steel)}.argo-landing .faq-contact a{color:var(--navy);text-decoration:none;border-bottom:1px solid}.argo-landing .faq-list{border-top:1px solid var(--hairline)}.argo-landing .faq-item{border-bottom:1px solid var(--hairline);transition-property:transform,box-shadow,opacity,background;transition-duration:.35s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.argo-landing .faq-q{width:100%;background:none;border:none;text-align:left;cursor:pointer;padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;font-family:Syne,sans-serif;font-weight:600;font-size:19px;letter-spacing:-.015em;color:var(--ink);line-height:1.3}.argo-landing .faq-q .plus{flex-shrink:0;width:20px;height:20px;position:relative;transition:transform .25s ease}.argo-landing .faq-q .plus:after,.argo-landing .faq-q .plus:before{content:"";position:absolute;background:var(--steel);top:50%;left:50%;transition:transform .25s ease}.argo-landing .faq-q .plus:before{width:14px;height:1.5px;transform:translate(-50%,-50%)}.argo-landing .faq-q .plus:after{width:1.5px;height:14px;transform:translate(-50%,-50%)}.argo-landing .faq-item.open .faq-q .plus:after{transform:translate(-50%,-50%) scaleY(0)}.argo-landing .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.argo-landing .faq-a-inner{padding:0 60px 32px 0;font-size:15.5px;color:var(--muted);line-height:1.65}.argo-landing .faq-item.open .faq-a{max-height:400px}.argo-landing .cta-final{padding:180px 0;text-align:center;border-top:1px solid var(--hairline)}.argo-landing .cta-final .display{font-size:clamp(48px,7vw,96px);max-width:16ch;margin:0 auto}.argo-landing .cta-final p{margin:36px auto 0;font-size:18px;color:var(--muted);max-width:52ch}.argo-landing .cta-final .hero-cta-row{justify-content:center;margin-top:48px}.argo-landing footer{background:var(--ink);color:rgba(242,242,242,.5);padding:80px 0 48px}.argo-landing .foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:60px;margin-bottom:64px}.argo-landing .foot-brand .brand-word{color:var(--paper)}.argo-landing .foot-tag{margin-top:18px;font-size:11px;letter-spacing:.08em;max-width:28ch;line-height:1.6}.argo-landing .foot-col h4,.argo-landing .foot-tag{font-family:Fira Code,monospace;color:rgba(242,242,242,.4)}.argo-landing .foot-col h4{font-size:10px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:22px;font-weight:500}.argo-landing .foot-col ul{list-style:none;display:grid;gap:12px;padding:0;margin:0}.argo-landing .foot-col a{font-size:14px;color:rgba(242,242,242,.75);text-decoration:none;transition:color .15s}.argo-landing .foot-col a:hover{color:var(--paper)}.argo-landing .foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(242,242,242,.1);font-family:Fira Code,monospace;font-size:11px;letter-spacing:.08em;color:rgba(242,242,242,.35)}.argo-landing .foot-basis{display:inline-flex;align-items:center;gap:10px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;letter-spacing:0;text-transform:none;color:rgba(242,242,242,.55);font-weight:400}.argo-landing .foot-basis-mark{display:block;flex-shrink:0}.argo-landing .foot-basis-word{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;letter-spacing:-.005em;text-transform:none;color:#818CF8;font-weight:300}.argo-landing .foot-basis-word strong{color:var(--paper);font-weight:700}.argo-landing .to-top{position:fixed;bottom:28px;right:28px;z-index:40;width:48px;height:48px;border-radius:50%;background:var(--ink);color:var(--paper);border:1px solid rgba(242,242,242,.08);display:grid;place-items:center;cursor:pointer;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background .18s ease;box-shadow:0 12px 32px -8px rgba(13,13,13,.35)}.argo-landing .to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.argo-landing .to-top:hover{background:var(--navy)}.argo-landing .to-top svg{width:18px;height:18px}.argo-landing .lang-switch{display:inline-flex;align-items:center;background:rgba(37,54,89,.06);border-radius:999px;padding:3px;margin-right:4px;font-family:Fira Code,monospace;font-size:11px;letter-spacing:.06em}.argo-landing .lang-switch button{background:transparent;border:none;cursor:pointer;padding:6px 10px;border-radius:999px;color:var(--steel);font-family:inherit;font-size:inherit;letter-spacing:inherit;text-transform:uppercase;font-weight:500;transition:all .2s ease}.argo-landing .lang-switch button:hover{color:var(--ink)}.argo-landing .lang-switch button.active{background:var(--ink);color:var(--paper)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes ping{0%{opacity:.6;transform:scale(.8)}80%,to{opacity:0;transform:scale(1.8)}}@keyframes riseIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shieldBreathe{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes underlineGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.argo-landing .hero .eyebrow,.argo-landing .hero-art,.argo-landing .hero-cta-row,.argo-landing .hero-display,.argo-landing .hero-sub,.argo-landing .hero-trust{opacity:0;animation:riseIn .9s cubic-bezier(.22,1,.36,1) forwards}.argo-landing .hero .eyebrow{animation-delay:.05s}.argo-landing .hero-display{animation-delay:.18s}.argo-landing .hero-sub{animation-delay:.34s}.argo-landing .hero-cta-row{animation-delay:.48s}.argo-landing .hero-art{animation-delay:.28s}.argo-landing .hero-trust{animation-delay:.65s}.argo-landing .reveal{opacity:0;transform:translateY(28px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.argo-landing .reveal.in{opacity:1;transform:translateY(0)}.argo-landing .reveal-group>*{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.argo-landing .reveal-group.in>*{opacity:1;transform:translateY(0)}.argo-landing .reveal-group.in>:first-child{transition-delay:.05s}.argo-landing .reveal-group.in>:nth-child(2){transition-delay:.18s}.argo-landing .reveal-group.in>:nth-child(3){transition-delay:.31s}.argo-landing .reveal-group.in>:nth-child(4){transition-delay:.44s}.argo-landing .reveal-group.in>:nth-child(5){transition-delay:.57s}.argo-landing .reveal-group.in>:nth-child(6){transition-delay:.7s}@media (prefers-reduced-motion:reduce){.argo-landing *,.argo-landing :after,.argo-landing :before{animation-duration:.001ms!important;animation-delay:0s!important;transition-duration:.001ms!important}.argo-landing .reveal,.argo-landing .reveal-group>*{opacity:1;transform:none}}@media (max-width:960px){.argo-landing .shell{padding:0 28px}.argo-landing section{padding:96px 0}.argo-landing .hero{padding-top:56px}.argo-landing .hero-grid{grid-template-columns:1fr;gap:56px;min-height:0}.argo-landing .hero-art{max-width:360px}.argo-landing .dor-intro,.argo-landing .dor-list{grid-template-columns:1fr}.argo-landing .dor-intro{gap:32px}.argo-landing .faq-grid,.argo-landing .features-header,.argo-landing .pricing-grid{grid-template-columns:1fr;gap:48px}.argo-landing .features-grid{grid-template-columns:1fr}.argo-landing .product-window{grid-template-columns:1fr;aspect-ratio:auto}.argo-landing .pw-side{display:none}.argo-landing .foot-top{grid-template-columns:1fr 1fr;gap:36px}.argo-landing .nav-links{display:none}}