:root{--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--gold-50:#fffbeb;--gold-100:#fef3c7;--gold-200:#fde68a;--gold-500:#f59e0b;--gold-600:#d97706;--gold-700:#b45309;--gold-800:#92400e;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--green-50:#ecfdf5;--green-100:#d1fae5;--green-500:#10b981;--green-700:#047857;--green-800:#065f46;--violet-100:#ede9fe;--violet-700:#5b21b6;--color-bg-app:#f8fafc;--color-bg-surface:#ffffff;--color-bg-muted:#f1f5f9;--color-border-subtle:#e2e8f0;--color-border-strong:#cbd5e1;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#64748b;--color-brand-primary:#2563eb;--color-brand-primary-hover:#1d4ed8;--color-brand-accent:#f59e0b;--font-sans:"Inter","SF Pro Display",system-ui,sans-serif;--font-display:"Montserrat","Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono","SF Mono",Menlo,Consolas,monospace;--shadow-1:0 1px 2px 0 rgba(15,23,42,0.04),0 1px 1px 0 rgba(15,23,42,0.03);--shadow-2:0 2px 4px -1px rgba(15,23,42,0.06),0 4px 8px -2px rgba(15,23,42,0.05);--shadow-3:0 4px 8px -2px rgba(15,23,42,0.08),0 8px 16px -4px rgba(15,23,42,0.06);--shadow-4:0 8px 16px -4px rgba(15,23,42,0.1),0 16px 32px -8px rgba(15,23,42,0.08);--shadow-5:0 16px 32px -8px rgba(15,23,42,0.14),0 32px 64px -16px rgba(15,23,42,0.16);--shadow-focus:0 0 0 4px rgba(37,99,235,0.18)}@keyframes inst-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes inst-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.inst-root{font-family:var(--font-sans);background:var(--color-bg-app);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;min-height:100vh}.inst-root a{color:var(--color-brand-primary)}.inst-root .mono{font-family:var(--font-mono)}.inst-root .tabular{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.inst-root .topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--color-border-subtle)}.inst-root .topbar .inner{max-width:1240px;margin:0 auto;height:64px;padding:0 24px;display:flex;align-items:center;gap:24px}.inst-root .wordmark{display:inline-flex;align-items:center;gap:10px;height:28px;text-decoration:none;color:var(--color-text-primary);font-family:var(--font-display);font-weight:700;font-size:17px;letter-spacing:-.01em}.inst-root .wordmark .mark{width:28px;height:28px;display:inline-block;flex-shrink:0;line-height:0}.inst-root .wordmark .mark svg{width:100%;height:100%;display:block}.inst-root .wordmark .lt{color:var(--color-text-secondary);font-weight:600}.inst-root .site-nav{display:flex;gap:28px;margin-left:32px;flex:1 1}.inst-root .site-nav a{font:500 14px/64px var(--font-sans);color:var(--color-text-secondary);text-decoration:none;border-bottom:2px solid transparent;padding:0 2px;transition:color .12s,border-color .12s}.inst-root .site-nav a:hover{color:var(--color-text-primary)}.inst-root .site-nav a.active{color:var(--color-brand-primary);border-bottom-color:var(--color-brand-primary)}.inst-root .topbar-actions{display:flex;align-items:center;gap:8px}.inst-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border-radius:8px;font:600 14px/20px var(--font-sans);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,border-color .12s,color .12s,transform .05s;white-space:nowrap}.inst-root .btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.inst-root .btn:active{transform:translateY(1px)}.inst-root .btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.75;fill:none}.inst-root .btn-primary{background:var(--color-brand-primary);color:#fff;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.12)}.inst-root .btn-primary:hover{background:var(--color-brand-primary-hover);color:#fff}.inst-root .btn-secondary{background:var(--color-bg-surface);color:var(--color-text-primary);border-color:var(--color-border-strong)}.inst-root .btn-secondary:hover{background:var(--color-bg-muted);border-color:var(--slate-400);color:var(--color-text-primary)}.inst-root .btn-ghost{background:transparent;color:var(--color-text-secondary)}.inst-root .btn-ghost:hover{background:var(--color-bg-muted);color:var(--color-text-primary)}.inst-root .btn-whats{background:#1fa855;color:#fff}.inst-root .btn-whats:hover{background:#178d46;color:#fff}.inst-root .btn-lg{height:52px;padding:0 24px;font-size:15px;border-radius:10px}.inst-root .btn-xl{height:60px;padding:0 28px;font-size:16px;border-radius:12px;gap:10px}.inst-root .btn-xl svg{width:18px;height:18px}.inst-root .hamburger{display:none;background:transparent;border:0;padding:8px;cursor:pointer;color:var(--color-text-primary)}.inst-root .hamburger svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.75;fill:none}@media (max-width:960px){.inst-root .site-nav{display:none}.inst-root .hamburger{display:inline-grid;place-items:center}.inst-root .topbar-actions .btn:not(.btn-primary){display:none}}.inst-root .mobile-menu{position:fixed;inset:64px 0 0 0;z-index:25;background:#fff;padding:24px;display:none;flex-direction:column;gap:6px;animation:inst-fadeIn .15s ease-out}.inst-root .mobile-menu[data-open=true]{display:flex}.inst-root .mobile-menu a{padding:14px 12px;font:500 16px/24px var(--font-sans);color:var(--color-text-primary);text-decoration:none;border-bottom:1px solid var(--color-border-subtle)}.inst-root .mobile-menu a.active{color:var(--color-brand-primary);font-weight:600}.inst-root .mobile-menu .actions{margin-top:24px;display:flex;flex-direction:column;gap:10px}.inst-root .hero{position:relative;background:radial-gradient(900px 480px at 88% 18%,rgba(37,99,235,.06),transparent 70%),radial-gradient(640px 360px at 6% 80%,rgba(245,158,11,.04),transparent 70%),linear-gradient(180deg,#ffffff 0,var(--color-bg-app) 100%);overflow:hidden;isolation:isolate}.inst-root .hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(15,23,42,.04) 1px,transparent 0);background-size:24px 24px;background-position:0 0;mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 70%);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 70%);z-index:-1;pointer-events:none}.inst-root .hero .container{max-width:1240px;margin:0 auto;padding:80px 24px 64px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:64px;gap:64px;align-items:center}@media (max-width:960px){.inst-root .hero .container{grid-template-columns:1fr;gap:48px;padding:56px 20px 48px}}.inst-root .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:999px;font:600 12px/16px var(--font-sans);color:var(--color-text-secondary);box-shadow:var(--shadow-1);margin-bottom:24px}.inst-root .hero-eyebrow .pill{background:var(--color-brand-primary);color:#fff;font-family:var(--font-mono);font-weight:600;font-size:10px;letter-spacing:.04em;padding:3px 8px;border-radius:999px;text-transform:uppercase}.inst-root .hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;animation:inst-pulse 2s ease-in-out infinite}.inst-root h1.tagline{font-family:var(--font-display);font-weight:700;font-size:clamp(36px,5.4vw,60px);line-height:1.04;letter-spacing:-.03em;color:var(--color-text-primary);margin:0 0 24px}.inst-root h1.tagline .accent{position:relative;white-space:nowrap}.inst-root h1.tagline .accent:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:.18em;background:linear-gradient(90deg,var(--color-brand-accent) 0,rgba(245,158,11,0) 100%);border-radius:2px;z-index:-1;opacity:.55}.inst-root .hero-sub{font-size:clamp(16px,1.6vw,19px);line-height:1.55;color:var(--color-text-secondary);max-width:540px;margin:0 0 36px}.inst-root .hero-sub strong{color:var(--color-text-primary);font-weight:600}.inst-root .hero-cta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:36px}@media (max-width:640px){.inst-root .hero-cta{flex-direction:column;align-items:stretch}.inst-root .hero-cta .btn{width:100%}}.inst-root .hero-trust{display:flex;align-items:center;gap:14px;font-size:13px;line-height:18px;color:var(--color-text-tertiary)}.inst-root .hero-trust .avatars{display:flex}.inst-root .hero-trust .avatars .av{width:28px;height:28px;border-radius:50%;background:var(--color-brand-primary);color:#fff;font:600 11px/1 var(--font-sans);display:grid;place-items:center;border:2px solid #fff;margin-left:-6px}.inst-root .hero-trust .avatars .av:first-child{background:var(--blue-700);margin-left:0}.inst-root .hero-trust .avatars .av:nth-child(2){background:var(--gold-700)}.inst-root .hero-trust .avatars .av:nth-child(3){background:var(--slate-700)}.inst-root .hero-trust .avatars .av:nth-child(4){background:var(--green-700)}.inst-root .hero-trust strong{color:var(--color-text-primary);font-weight:600}.inst-root .hero-visual{position:relative;height:min(560px,64vw);min-height:420px}@media (max-width:960px){.inst-root .hero-visual{height:auto;min-height:0;padding-top:8px}}.inst-root .hv-card{position:absolute;background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:14px;box-shadow:var(--shadow-4);transition:transform .4s cubic-bezier(.16,1,.3,1)}@media (max-width:960px){.inst-root .hv-card{position:relative;margin-bottom:16px;transform:none!important}}.inst-root .hv-contract{top:12%;left:0;width:78%;padding:24px;transform:rotate(-1.5deg);z-index:1}.inst-root .hv-contract:hover{transform:rotate(-1deg) translateY(-2px)}.inst-root .hv-contract .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.inst-root .hv-contract .id{font-family:var(--font-mono);font-size:11px;color:var(--color-text-tertiary);letter-spacing:.04em}.inst-root .hv-contract .badge{display:inline-flex;align-items:center;gap:5px;font:600 10px/14px var(--font-sans);text-transform:uppercase;letter-spacing:.05em;background:var(--green-100);color:var(--green-800);padding:4px 9px;border-radius:999px}.inst-root .hv-contract .badge svg{width:11px;height:11px;stroke:currentColor;stroke-width:2.5;fill:none}.inst-root .hv-contract h3{font:600 15px/20px var(--font-sans);margin:0 0 4px;letter-spacing:-.005em}.inst-root .hv-contract .sub{font-size:12px;color:var(--color-text-tertiary);margin:0 0 14px}.inst-root .hv-contract .lines{display:flex;flex-direction:column;gap:7px;padding:12px 0;border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle)}.inst-root .hv-contract .lines .ln{height:6px;background:var(--slate-200);border-radius:3px}.inst-root .hv-contract .lines .ln.w1{width:100%}.inst-root .hv-contract .lines .ln.w2{width:88%}.inst-root .hv-contract .lines .ln.w3{width:94%}.inst-root .hv-contract .row{display:flex;justify-content:space-between;align-items:center;padding-top:14px;gap:10px}.inst-root .hv-contract .row .left{display:flex;align-items:center;gap:8px}.inst-root .hv-contract .sig-mark{font-family:Brush Script MT,Lucida Handwriting,cursive;font-size:18px;color:var(--blue-800);transform:rotate(-2deg)}.inst-root .hv-contract .value{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;font-size:14px;color:var(--color-text-primary)}.inst-root .hv-escrow{top:0;right:-2%;width:60%;padding:20px;transform:rotate(2deg);z-index:2}.inst-root .hv-escrow:hover{transform:rotate(1.5deg) translateY(-2px)}.inst-root .hv-escrow .e-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.inst-root .hv-escrow .e-ico{width:36px;height:36px;border-radius:9px;background:var(--blue-50);color:var(--color-brand-primary);display:grid;place-items:center}.inst-root .hv-escrow .e-ico svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none}.inst-root .hv-escrow .e-title{font:600 12px/16px var(--font-sans);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary);margin:0}.inst-root .hv-escrow .e-val{font:700 26px/32px var(--font-display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin:2px 0 0}.inst-root .hv-escrow .e-sub{font-size:11px;line-height:14px;color:var(--color-text-tertiary);margin:0}.inst-root .hv-escrow .bar{margin-top:14px;height:6px;background:var(--slate-200);border-radius:3px;overflow:hidden}.inst-root .hv-escrow .bar .fill{width:64%;height:100%;background:var(--color-brand-primary);border-radius:3px}.inst-root .hv-escrow .meta{margin-top:8px;font-family:var(--font-mono);font-size:11px;color:var(--slate-500);display:flex;justify-content:space-between}.inst-root .hv-trust{bottom:8%;right:6%;width:50%;padding:18px 20px;transform:rotate(-2.5deg);z-index:3}.inst-root .hv-trust:hover{transform:rotate(-2deg) translateY(-2px)}.inst-root .hv-trust .t-row{display:flex;align-items:center;gap:14px}.inst-root .hv-trust .av-big{width:48px;height:48px;border-radius:50%;background:var(--blue-700);color:#fff;font:600 17px/1 var(--font-sans);display:grid;place-items:center;position:relative;flex-shrink:0}.inst-root .hv-trust .av-big .vd{position:absolute;right:-2px;bottom:-2px;width:18px;height:18px;border-radius:50%;background:var(--green-500);color:#fff;display:grid;place-items:center;border:2px solid #fff}.inst-root .hv-trust .av-big .vd svg{width:10px;height:10px;stroke:#fff;stroke-width:2.5;fill:none}.inst-root .hv-trust .info .name{font:600 14px/18px var(--font-sans)}.inst-root .hv-trust .info .city{font-size:11px;color:var(--color-text-tertiary)}.inst-root .hv-trust .score-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;border-top:1px solid var(--color-border-subtle)}.inst-root .hv-trust .score-label{font:600 11px/14px var(--font-sans);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary)}.inst-root .hv-trust .score-val{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;font-size:13px;padding:4px 10px;background:var(--blue-100);color:var(--blue-800);border-radius:999px}.inst-root .hv-trust .score-val .pill-dot{width:6px;height:6px;border-radius:50%;background:var(--color-brand-primary)}.inst-root .hv-pix{top:46%;left:24%;width:36%;padding:12px 14px;transform:rotate(3deg);z-index:4;display:flex;align-items:center;gap:10px}.inst-root .hv-pix:hover{transform:rotate(2.5deg) translateY(-1px)}.inst-root .hv-pix .p-ico{width:32px;height:32px;border-radius:50%;background:var(--green-100);color:var(--green-800);display:grid;place-items:center;flex-shrink:0}.inst-root .hv-pix .p-ico svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.inst-root .hv-pix .pix-body{min-width:0}.inst-root .hv-pix .lbl{font:600 10px/14px var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary)}.inst-root .hv-pix .amt{font:600 14px/18px var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--color-text-primary)}.inst-root .hv-bg{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.inst-root .hv-bg svg{width:120%;height:80%;opacity:.25}@media (max-width:960px){.inst-root .hv-bg{display:none}}.inst-root .stats{border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle);background:var(--color-bg-surface)}.inst-root .stats .container{max-width:1240px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:center}@media (max-width:768px){.inst-root .stats .container{grid-template-columns:1fr;gap:20px;padding:24px 20px}.inst-root .stat{text-align:left!important;padding-left:0!important}.inst-root .stat+.stat{padding-top:20px;border-top:1px solid var(--color-border-subtle)}}.inst-root .stat{display:flex;flex-direction:column;gap:6px;text-align:center;position:relative}.inst-root .stat+.stat{border-left:1px solid var(--color-border-subtle);padding-left:32px}@media (max-width:768px){.inst-root .stat+.stat{border-left:0;padding-left:0}}.inst-root .stat .num{font-family:var(--font-display);font-weight:700;font-size:clamp(28px,3.4vw,36px);line-height:1.05;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--color-text-primary)}.inst-root .stat .num .small{font-size:.65em;color:var(--color-text-secondary);font-weight:600;margin-left:2px}.inst-root .stat .num .accent{color:var(--color-brand-primary)}.inst-root .stat .lbl{font:500 13px/18px var(--font-sans);color:var(--color-text-secondary)}.inst-root .stat .lbl strong{color:var(--color-text-primary);font-weight:600}.inst-root .manifesto{padding:80px 24px 96px}.inst-root .manifesto .container{max-width:880px;margin:0 auto;text-align:center}.inst-root .manifesto .eyebrow{font:600 11px/14px var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);margin-bottom:24px;display:inline-flex;align-items:center;gap:10px}.inst-root .manifesto .eyebrow:after,.inst-root .manifesto .eyebrow:before{content:"";width:24px;height:1px;background:var(--color-border-strong)}.inst-root .manifesto p{font-family:var(--font-display);font-weight:600;font-size:clamp(22px,2.6vw,30px);line-height:1.32;letter-spacing:-.015em;color:var(--color-text-primary);margin:0}.inst-root .manifesto p strong{font-weight:700;color:var(--color-brand-primary);position:relative;white-space:nowrap}.inst-root .manifesto p strong:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-1px;height:.15em;background:rgba(37,99,235,.1);border-radius:2px;z-index:-1}.inst-root .manifesto .sig{margin-top:32px;display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:12px;color:var(--color-text-tertiary)}.inst-root .manifesto .sig .dot{width:4px;height:4px;border-radius:50%;background:var(--color-text-tertiary)}.inst-root .isect{padding:96px 24px}@media (max-width:768px){.inst-root .isect{padding:64px 20px}}.inst-root .isect.bg-surface{background:var(--color-bg-surface)}.inst-root .isect.bg-muted{background:var(--color-bg-muted)}.inst-root .isect.bg-app{background:var(--color-bg-app)}.inst-root .isect .container{max-width:1240px;margin:0 auto}.inst-root .section-head{text-align:center;max-width:760px;margin:0 auto 56px}@media (max-width:768px){.inst-root .section-head{margin-bottom:40px;text-align:left}}.inst-root .sect-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:999px;font:600 11px/16px var(--font-sans);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);box-shadow:var(--shadow-1);margin-bottom:20px}.inst-root .sect-badge.green{background:var(--green-100);border-color:var(--green-100);color:var(--green-800)}.inst-root .sect-badge.gold{background:var(--gold-100);border-color:var(--gold-200);color:var(--gold-800)}.inst-root .sect-badge svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none}.inst-root .sect-badge .pulse{width:7px;height:7px;border-radius:50%;background:currentColor;animation:inst-pulse 2s ease-in-out infinite}.inst-root .section-title{font:600 clamp(28px,3.4vw,40px) /1.12 var(--font-sans);letter-spacing:-.025em;color:var(--color-text-primary);margin:0 0 16px}.inst-root .section-title .accent{color:var(--color-brand-primary)}.inst-root .section-sub{font-size:clamp(15px,1.4vw,17px);line-height:1.55;color:var(--color-text-secondary);margin:0;max-width:580px}.inst-root .section-sub.center{margin:0 auto}.inst-root .section-sub strong{color:var(--color-text-primary);font-weight:500}.inst-root .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:960px){.inst-root .feat-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.inst-root .feat-grid{grid-template-columns:1fr}}.inst-root .feat-card{position:relative;background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:16px;padding:28px 26px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-1);transition:box-shadow .2s,transform .15s,border-color .12s;overflow:hidden}.inst-root .feat-card:hover{box-shadow:var(--shadow-3);transform:translateY(-2px);border-color:var(--color-border-strong)}.inst-root .feat-card .num{position:absolute;top:18px;right:22px;font-family:var(--font-mono);font-size:11px;font-weight:500;color:var(--slate-300)}.inst-root .feat-card.muted-on{background:var(--color-bg-app)}.inst-root .feat-ico{width:48px;height:48px;border-radius:12px;background:var(--blue-50);color:var(--color-brand-primary);display:grid;place-items:center;flex-shrink:0}.inst-root .feat-ico svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.6;fill:none}.inst-root .feat-card.gold-ico .feat-ico{background:var(--gold-100);color:var(--gold-700)}.inst-root .feat-card.green-ico .feat-ico{background:var(--green-100);color:var(--green-800)}.inst-root .feat-card.violet-ico .feat-ico{background:var(--violet-100);color:var(--violet-700)}.inst-root .feat-card h3{font:600 18px/24px var(--font-sans);letter-spacing:-.01em;margin:0;color:var(--color-text-primary)}.inst-root .feat-card p{font-size:14px;line-height:22px;color:var(--color-text-secondary);margin:0}.inst-root .feat-card .tags{margin-top:auto;padding-top:14px;border-top:1px dashed var(--color-border-subtle);display:flex;flex-wrap:wrap;gap:6px}.inst-root .feat-tag{font-family:var(--font-mono);font-size:11px;padding:3px 9px;background:var(--color-bg-muted);border:1px solid var(--color-border-subtle);border-radius:999px;color:var(--color-text-secondary);letter-spacing:.02em}.inst-root .feat-tag.success{background:var(--green-100);border-color:var(--green-100);color:var(--green-800)}.inst-root .feat-tag.brand{background:var(--blue-50);border-color:var(--blue-100);color:var(--blue-700)}.inst-root .timeline{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;position:relative}@media (max-width:768px){.inst-root .timeline{grid-template-columns:1fr;gap:0}}.inst-root .timeline:before{content:"";position:absolute;top:36px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,var(--slate-200) 0,var(--color-brand-primary) 30%,var(--color-brand-primary) 70%,var(--slate-200) 100%);z-index:0}@media (max-width:768px){.inst-root .timeline:before{top:24px;bottom:24px;left:35px;right:auto;width:2px;height:auto;background:linear-gradient(180deg,var(--slate-200) 0,var(--color-brand-primary) 20%,var(--color-brand-primary) 80%,var(--slate-200) 100%)}}.inst-root .tl-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 8px}@media (max-width:768px){.inst-root .tl-step{flex-direction:row;align-items:flex-start;text-align:left;padding:24px 0;gap:20px}.inst-root .tl-step+.tl-step{border-top:1px solid var(--color-border-subtle)}}.inst-root .tl-num{width:72px;height:72px;border-radius:50%;background:var(--color-bg-surface);border:2px solid var(--color-border-subtle);display:grid;place-items:center;position:relative;margin-bottom:20px;flex-shrink:0;transition:border-color .15s,transform .15s}.inst-root .tl-step:hover .tl-num{border-color:var(--color-brand-primary);transform:scale(1.04)}@media (max-width:768px){.inst-root .tl-num{width:56px;height:56px;margin-bottom:0}}.inst-root .tl-num .digit{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;background:var(--color-brand-primary);color:#fff;display:grid;place-items:center;font-family:var(--font-mono);font-weight:600;font-size:13px;border:3px solid var(--color-bg-app)}@media (max-width:768px){.inst-root .tl-num .digit{top:-6px;right:-6px;width:24px;height:24px;font-size:11px;border-width:2px}}.inst-root .tl-num svg{width:32px;height:32px;stroke:var(--color-text-primary);stroke-width:1.5;fill:none}@media (max-width:768px){.inst-root .tl-num svg{width:24px;height:24px}}.inst-root .tl-body{min-width:0}.inst-root .tl-body h4{font:600 16px/22px var(--font-sans);margin:0 0 6px;letter-spacing:-.005em;color:var(--color-text-primary)}.inst-root .tl-body p{font-size:13px;line-height:20px;color:var(--color-text-secondary);margin:0}.inst-root .pillars{display:flex;flex-direction:column;background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-1)}.inst-root .pillar{display:grid;grid-template-columns:auto 1fr auto;grid-gap:24px;gap:24px;align-items:center;padding:22px 28px;border-bottom:1px solid var(--color-border-subtle);transition:background .12s}.inst-root .pillar:last-child{border-bottom:0}.inst-root .pillar:hover{background:var(--color-bg-muted)}@media (max-width:768px){.inst-root .pillar{grid-template-columns:auto 1fr;padding:20px;gap:16px}.inst-root .pillar .pillar-meta{grid-column:1/-1;padding-top:12px;border-top:1px dashed var(--color-border-subtle)}}.inst-root .pillar-ico{width:56px;height:56px;border-radius:14px;background:var(--blue-50);color:var(--color-brand-primary);display:grid;place-items:center;flex-shrink:0}.inst-root .pillar-ico svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.5;fill:none}.inst-root .pillar.p2 .pillar-ico{background:var(--violet-100);color:var(--violet-700)}.inst-root .pillar.p3 .pillar-ico{background:var(--gold-100);color:var(--gold-700)}.inst-root .pillar.p4 .pillar-ico{background:var(--green-100);color:var(--green-800)}.inst-root .pillar.p5 .pillar-ico{background:#fee2e2;color:#991b1b}.inst-root .pillar-body{min-width:0}.inst-root .pillar-body h4{font:600 17px/22px var(--font-sans);margin:0 0 4px;letter-spacing:-.005em;color:var(--color-text-primary);display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.inst-root .pillar-body h4 .num{font-family:var(--font-mono);font-size:11px;font-weight:500;color:var(--color-text-tertiary);letter-spacing:.04em}.inst-root .pillar-body p{font-size:13px;line-height:20px;color:var(--color-text-secondary);margin:0}.inst-root .pillar-meta{font-family:var(--font-mono);font-size:11px;color:var(--slate-500);text-align:right;line-height:16px;white-space:nowrap}@media (max-width:768px){.inst-root .pillar-meta{text-align:left;white-space:normal}}.inst-root .pillar-meta .k{color:var(--color-text-tertiary);display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.inst-root .faq-wrap{max-width:760px;margin:0 auto;background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-1)}.inst-root .faq-item{border-bottom:1px solid var(--color-border-subtle)}.inst-root .faq-item:last-child{border-bottom:0}.inst-root .faq-item summary{list-style:none;padding:22px 24px;cursor:pointer;display:flex;align-items:center;gap:16px;font:600 15px/22px var(--font-sans);color:var(--color-text-primary);letter-spacing:-.005em;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .12s}.inst-root .faq-item summary::-webkit-details-marker{display:none}.inst-root .faq-item summary::marker{display:none}.inst-root .faq-item summary:hover{background:var(--color-bg-muted)}.inst-root .faq-item summary .num{flex-shrink:0;font-family:var(--font-mono);font-weight:500;font-size:12px;color:var(--color-text-tertiary);width:28px}.inst-root .faq-item summary .q{flex:1 1;min-width:0}.inst-root .faq-item summary .chev{width:24px;height:24px;border-radius:8px;background:var(--color-bg-muted);display:grid;place-items:center;color:var(--color-text-tertiary);flex-shrink:0;transition:transform .2s,background .12s,color .12s}.inst-root .faq-item summary .chev svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.inst-root .faq-item[open] summary .chev{transform:rotate(180deg);background:var(--blue-50);color:var(--color-brand-primary)}.inst-root .faq-item[open] summary{background:var(--color-bg-muted)}.inst-root .faq-answer{padding:0 24px 22px 68px;font-size:14px;line-height:22px;color:var(--color-text-secondary)}@media (max-width:640px){.inst-root .faq-item summary{padding:18px 20px;font-size:14px;gap:12px}.inst-root .faq-item summary .num{display:none}.inst-root .faq-answer{padding:0 20px 18px;font-size:13.5px}}.inst-root .faq-answer p{margin:0 0 10px}.inst-root .faq-answer p:last-child{margin-bottom:0}.inst-root .faq-answer strong{color:var(--color-text-primary);font-weight:600}.inst-root .faq-answer code{font-family:var(--font-mono);font-size:12px;background:var(--color-bg-muted);padding:1px 6px;border-radius:4px;color:var(--color-text-primary)}.inst-root .faq-answer a{color:var(--color-brand-primary);font-weight:500;text-decoration:none}.inst-root .faq-answer a:hover{text-decoration:underline}.inst-root .faq-foot{margin-top:32px;text-align:center;font-size:13px;line-height:20px;color:var(--color-text-tertiary)}.inst-root .faq-foot strong{color:var(--color-text-primary);font-weight:500}.inst-root .faq-foot a{color:var(--color-brand-primary);text-decoration:none;font-weight:500}.inst-root .faq-foot a:hover{text-decoration:underline}.inst-root .cta-strip{padding:96px 24px;background:radial-gradient(800px 360px at 80% 30%,rgba(245,158,11,.16),transparent 60%),radial-gradient(700px 380px at 10% 90%,rgba(255,255,255,.1),transparent 60%),linear-gradient(135deg,var(--blue-800) 0,var(--blue-900) 100%);color:#fff;position:relative;overflow:hidden}.inst-root .cta-strip:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 0);background-size:24px 24px;mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 80%);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 80%);pointer-events:none}.inst-root .cta-strip .container{max-width:880px;margin:0 auto;text-align:center;position:relative}.inst-root .cta-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;font:600 11px/16px var(--font-sans);text-transform:uppercase;letter-spacing:.06em;color:#fcd34d;margin-bottom:20px}.inst-root .cta-eyebrow svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none}.inst-root .cta-strip h2{font-family:var(--font-display);font-weight:700;font-size:clamp(28px,4.2vw,48px);line-height:1.08;letter-spacing:-.025em;margin:0 0 18px;color:#fff}.inst-root .cta-strip h2 .accent{color:var(--color-brand-accent)}.inst-root .cta-strip p{font-size:clamp(15px,1.4vw,17px);line-height:1.55;color:rgba(255,255,255,.78);max-width:580px;margin:0 auto 36px}.inst-root .cta-strip .actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:28px}@media (max-width:640px){.inst-root .cta-strip .actions{flex-direction:column;align-items:stretch}.inst-root .cta-strip .actions .btn{width:100%}}.inst-root .btn-on-dark{background:var(--color-bg-surface);color:var(--blue-900)}.inst-root .btn-on-dark:hover{background:var(--blue-50);color:var(--blue-900)}.inst-root .btn-ghost-on-dark{background:transparent;color:#fff;border-color:rgba(255,255,255,.3)}.inst-root .btn-ghost-on-dark:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5);color:#fff}.inst-root .cta-fineprint{font-family:var(--font-mono);font-size:11px;line-height:16px;color:rgba(255,255,255,.45);margin:0}.inst-root .cta-fineprint span{color:#fcd34d}.inst-root .inst-foot{background:var(--slate-900);color:rgba(255,255,255,.65);padding:64px 24px 24px}.inst-root .inst-foot .container{max-width:1240px;margin:0 auto}.inst-root .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width:960px){.inst-root .foot-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:480px){.inst-root .foot-grid{grid-template-columns:1fr;gap:28px}}.inst-root .foot-brand .wordmark{color:#fff;margin-bottom:16px}.inst-root .foot-brand .wordmark .lt,.inst-root .foot-tagline{color:rgba(255,255,255,.65)}.inst-root .foot-tagline{font-size:14px;line-height:22px;margin:0 0 24px;max-width:280px}.inst-root .foot-tagline strong{color:#fff;font-weight:600}.inst-root .foot-socials{display:flex;gap:10px}.inst-root .foot-socials a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);display:grid;place-items:center;color:rgba(255,255,255,.65);text-decoration:none;transition:background .12s,color .12s,transform .1s}.inst-root .foot-socials a:hover{background:rgba(255,255,255,.12);color:#fff;transform:translateY(-1px)}.inst-root .foot-socials svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none}.inst-root .foot-col h4{font:600 11px/14px var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0 0 16px}.inst-root .foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.inst-root .foot-col a{font:400 13px/20px var(--font-sans);color:rgba(255,255,255,.65);text-decoration:none;transition:color .12s;display:inline-flex;align-items:center;gap:6px}.inst-root .foot-col a:hover{color:#fff}.inst-root .foot-col a .new{font-family:var(--font-mono);font-size:9px;padding:2px 6px;border-radius:999px;background:rgba(245,158,11,.16);color:#fcd34d;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.inst-root .foot-bot{padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font:400 12px/18px var(--font-sans);color:rgba(255,255,255,.4)}.inst-root .foot-bot .fleft,.inst-root .foot-bot .fright{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.inst-root .foot-bot a{color:rgba(255,255,255,.45);text-decoration:none}.inst-root .foot-bot a:hover{color:rgba(255,255,255,.8)}.inst-root .foot-bot .mono{font-family:var(--font-mono);color:rgba(255,255,255,.4);font-size:11px;letter-spacing:.04em}.inst-root .foot-bot .dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.3)}