*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}html,body{margin:0}body,button,input,textarea,select{font:inherit}button{border:0;background:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}:root{--mc-bg-page: #f8fafc;--mc-bg-surface: rgba(255, 255, 255, .92);--mc-bg-surface-strong: #ffffff;--mc-bg-surface-soft: #f8fbff;--mc-bg-hero: radial-gradient(circle at top left, rgba(59, 130, 246, .14), transparent 42%), radial-gradient(circle at 85% 20%, rgba(30, 64, 175, .1), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);--mc-color-primary: #3b82f6;--mc-color-primary-strong: #1d4ed8;--mc-color-secondary: #264653;--mc-color-accent: #10b981;--mc-text-primary: #1f1f1f;--mc-text-secondary: #5b5b57;--mc-text-inverse: #fffdfa;--mc-border-soft: rgba(38, 70, 83, .12);--mc-border-subtle: rgba(203, 213, 225, .9);--mc-shadow-soft: 0 18px 50px rgba(15, 23, 42, .1);--mc-shadow-card: 0 22px 48px rgba(15, 23, 42, .07);--mc-shadow-card-hover: 0 28px 58px rgba(15, 23, 42, .11);--mc-shadow-hero: 0 28px 70px rgba(15, 23, 42, .12);--mc-radius-sm: 14px;--mc-radius-md: 20px;--mc-radius-lg: 28px;--mc-radius-xl: 32px;--mc-media-radius: 26px;--mc-space-2: 8px;--mc-space-3: 12px;--mc-space-4: 16px;--mc-space-5: 20px;--mc-space-6: 24px;--mc-space-8: 32px;--mc-space-10: 40px;--mc-space-12: 48px;--mc-space-section: 104px;--mc-font-body: "Inter", system-ui, sans-serif;--mc-font-display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;--mc-shell-width: 1200px}body{background:radial-gradient(circle at top center,rgba(96,165,250,.1),transparent 32%),linear-gradient(180deg,#f8fafc,#fff 42%,#f8fafc);color:var(--mc-text-primary);font-family:var(--mc-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;padding:16px 0;background:transparent;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,padding .18s ease}.site-header--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid rgba(226,232,240,.76);box-shadow:0 10px 28px #0f172a0f;padding:12px 0}.site-header__inner,.site-footer__inner,.hero-panel__content,.scaffold-section__card{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.site-header__inner{display:flex;align-items:center;justify-content:flex-start;gap:var(--mc-space-5);min-height:44px}.site-brand{padding:0;border:0;background:transparent;cursor:pointer}.site-brand img{display:block;height:32px;width:auto;max-width:180px}.site-menu-toggle,.site-drawer,.site-drawer-backdrop{display:none}.site-nav{display:flex;align-items:center;gap:18px;margin-left:64px;flex-wrap:wrap}.site-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#334155;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;vertical-align:middle;cursor:pointer;transition:background .16s ease,color .16s ease;position:relative;white-space:nowrap}.site-nav__link:hover{background:#3b82f60f;color:#2563eb}.site-brand:focus-visible,.site-nav__link:focus-visible,.primary-button:focus-visible,.ghost-button:focus-visible,.download-btn:focus-visible,.doc-link-card:focus-visible{outline:2px solid rgba(59,130,246,.55);outline-offset:3px}.site-nav__link--active{background:#3b82f614;color:#2563eb}.site-nav__link--active:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:20px;height:3px;border-radius:999px;background:#3b82f6}.site-menu-toggle{position:relative;width:42px;height:42px;padding:0;border:1px solid rgba(191,219,254,.9);border-radius:16px;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 24px #2563eb1a;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.site-menu-toggle span{position:absolute;left:12px;right:12px;height:2px;border-radius:999px;background:#2563eb;transition:transform .18s ease,opacity .18s ease,top .18s ease}.site-menu-toggle:hover{border-color:#93c5fdf5;background:#eff6ffeb;box-shadow:0 12px 26px #2563eb24}.site-menu-toggle:active{transform:scale(.97)}.site-menu-toggle span:nth-child(1){top:14px}.site-menu-toggle span:nth-child(2){top:21px}.site-menu-toggle span:nth-child(3){top:28px}.site-menu-toggle.is-open span:nth-child(1){top:21px;transform:rotate(45deg)}.site-menu-toggle.is-open span:nth-child(2){opacity:0}.site-menu-toggle.is-open span:nth-child(3){top:21px;transform:rotate(-45deg)}.site-drawer-backdrop{position:fixed;inset:0;z-index:28;background:#0f172a52;opacity:0;pointer-events:none;transition:opacity .18s ease}.site-drawer-backdrop.is-visible{opacity:1;pointer-events:auto}.site-drawer{position:fixed;top:0;right:0;bottom:0;z-index:29;width:min(86vw,360px);padding:20px 16px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;isolation:isolate;box-shadow:-24px 0 48px #0f172a24;transform:translate3d(100%,0,0);transition:transform .22s ease;background:#f8fbff}.site-drawer.is-open{transform:translateZ(0)}.site-drawer__surface{min-height:100%;padding:8px 4px;background:linear-gradient(180deg,#fff,#f8fbff)}.site-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.site-drawer__header strong{font-family:var(--mc-font-display);font-size:1.2rem;color:#0f172a}.site-drawer__close{position:relative;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:linear-gradient(180deg,#eff6fff5,#dbeafee6);box-shadow:inset 0 0 0 1px #bfdbfee6;cursor:pointer}.site-drawer__close span{position:absolute;top:17px;left:10px;right:10px;height:2px;border-radius:999px;background:#2563eb}.site-drawer__close span:first-child{transform:rotate(45deg)}.site-drawer__close span:last-child{transform:rotate(-45deg)}.site-drawer__nav{display:grid;gap:10px}.site-drawer__link{display:flex;align-items:center;min-height:48px;padding:0 16px;border-radius:16px;border:1px solid rgba(226,232,240,.92);background:#ffffffe0;color:#334155;text-decoration:none;font-weight:600;transition:border-color .16s ease,background .16s ease,color .16s ease}.site-drawer__link--active{border-color:#93c5fdf5;background:#3b82f614;color:#2563eb}.site-drawer__download{width:100%;margin-top:20px}.site-main{flex:1 0 auto}.site-footer{background:#111827;color:#ffffffc7}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1.5fr;gap:60px;align-items:start;padding:80px 0 40px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__brand{max-width:360px}.site-footer__logo{width:min(100%,306px);height:auto}.site-footer__brand p{margin:20px 0 24px;color:#ffffff9e;font-size:14px;line-height:1.7}.site-footer__download{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;background:#fff;color:#111827;font-size:14px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.site-footer__download:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0003}.site-footer__download svg{width:18px;height:18px;flex-shrink:0}.site-footer__contact{display:grid;gap:0}.site-footer__contact-title{margin:0 0 20px;color:#fff;font-size:16px;font-weight:700}.site-footer__contact-subtitle{margin:0 0 20px;color:#fff;font-size:14px;font-weight:700}.site-footer__contact-list{display:flex;flex-direction:column;gap:16px}.site-footer__contact-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#ffffffb3}.site-footer__contact-item svg{color:#ffffff80;flex-shrink:0}.site-footer__contact-item--link{color:#ffffffc7;text-decoration:none;transition:color .18s ease,opacity .18s ease}.site-footer__contact-item--link:hover{color:#fff;opacity:1}.site-footer__contact-item--link:hover svg{color:#ffffffc7}.site-footer__contact-item--address{align-items:flex-start}.site-footer__contact-item--address svg{display:block;margin-top:1px}.site-footer__bottom{padding:20px 16px;background:#0000002e;color:#ffffff80;text-align:center;font-size:13px}.hero-stage{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden}.hero-stage__bg{position:absolute;inset:0;z-index:0}.hero-stage__gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(139,92,246,.1) 0%,transparent 50%),linear-gradient(180deg,#f9fafb,#fff)}.feature-page{background:linear-gradient(180deg,#f8fafc,#fff 36%,#f8fafc)}.feature-page--security-detail{background:radial-gradient(circle at 12% 8%,rgba(96,165,250,.12),transparent 24%),radial-gradient(circle at 88% 12%,rgba(59,130,246,.08),transparent 20%),linear-gradient(180deg,#f8fbff,#fff 32%,#f7fbff)}.security-flow{padding:128px 0 104px}.security-flow__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto;display:grid;gap:88px}.security-screen{position:relative}.security-screen--split,.security-screen--anti-fraud{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:64px;align-items:center;padding:38px;border-radius:32px;background:radial-gradient(circle at 12% 12%,rgba(96,165,250,.08),transparent 24%),linear-gradient(180deg,#f8fafffa,#fffffffa);box-shadow:0 16px 34px #0f172a0d}.security-screen--reverse{grid-template-columns:minmax(380px,.96fr) minmax(0,1fr)}.security-screen--clear{background:radial-gradient(circle at 84% 18%,rgba(96,165,250,.1),transparent 22%),linear-gradient(180deg,#f7fafffa,#fffffffa)}.security-screen--trust{background:radial-gradient(circle at 78% 24%,rgba(59,130,246,.08),transparent 24%),linear-gradient(180deg,#f8fbfffa,#fffffffa)}.security-screen__copy{max-width:520px}.security-screen__accent-word{color:#2563eb}.security-screen__eyebrow{display:inline-flex;align-items:center;min-height:42px;padding:0 20px;border-radius:999px;border:1px solid rgba(96,165,250,.24);background:#f8fafcf5;color:#2563eb;box-shadow:inset 0 1px #ffffffb8;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.security-screen__copy h1,.security-screen__copy h2{margin:24px 0 0;color:#111827;font-family:var(--mc-font-display);font-size:clamp(38px,4vw,54px);line-height:1.16;letter-spacing:-.05em}.security-screen__copy p{margin:24px 0 0;color:#667085;max-width:460px;font-size:16px;line-height:1.78}.security-screen__visual{position:relative}.security-screen__visual--shield,.security-screen__visual--calculator,.security-screen__visual--building,.security-screen__visual--social{min-height:360px}.security-screen--info .security-screen__copy{padding-top:0;align-self:center}.security-screen--info .security-screen__visual{max-width:560px;width:100%;justify-self:center}.security-screen--clear .security-screen__visual{max-width:480px;width:100%;justify-self:center}.security-screen--anti-fraud{grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:center;background:radial-gradient(circle at 84% 16%,rgba(96,165,250,.08),transparent 20%),linear-gradient(180deg,#f8fbfffa,#fff)}.security-screen--anti-fraud .security-screen__copy,.security-screen--anti-fraud .security-screen__visual{display:block}.security-screen--anti-fraud .security-screen__visual{max-width:340px;width:100%;min-height:220px;justify-self:center;align-self:center}.security-screen--anti-fraud .security-screen__copy{max-width:560px}.security-screen__copy--anti-fraud h2{margin-top:0}.security-anti-fraud-meta{display:grid;gap:12px;margin-top:22px;max-width:520px}.security-anti-fraud-meta__row,.security-anti-fraud-meta__socials{display:grid;gap:4px}.security-anti-fraud-meta__socials{display:grid;gap:8px}.security-anti-fraud-meta__row strong,.security-anti-fraud-meta__socials strong{color:#0f172a;font-size:14px;font-weight:700;line-height:1.4}.security-anti-fraud-meta__row span{color:#64748b;font-size:14px;line-height:1.65}.security-anti-fraud-meta__social-bar{display:flex;flex-wrap:nowrap;gap:8px;margin-top:2px}.security-anti-fraud-meta__social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:none;background:#fff;color:#2563eb;text-decoration:none;box-shadow:0 8px 18px #0f172a0f}.security-anti-fraud-meta__social-link svg{width:22px;height:22px}.security-anti-fraud-meta__social-link:nth-child(1){background:#1877f2;color:#fff}.security-anti-fraud-meta__social-link:nth-child(2){background:#111;color:#fff}.security-anti-fraud-meta__social-link:nth-child(3){background:#ff2d20;color:#fff}.security-anti-fraud-meta__social-link:nth-child(4){background:linear-gradient(135deg,#5b51d8,#c13584 46%,#f77737 78%,#fcaf45);color:#fff}.security-screen--anti-fraud .security-screen__copy h2{max-width:520px}.security-screen--anti-fraud .security-screen__copy p{max-width:460px}.security-screen__orbit{position:absolute;border-radius:999px;pointer-events:none;border:5px dotted rgba(59,130,246,.16)}.security-screen__orbit--outer{inset:52px 28px 50px}.security-screen__orbit--inner{inset:118px 88px 114px;border-color:#60a5fa2e;opacity:.72}.security-screen__glow{position:absolute;inset:34px 12px 16px;border-radius:50%;background:radial-gradient(circle,#60a5fa1f,#fff0 68%);filter:blur(8px);transform-origin:center;animation:security-glow-breathe 5.8s ease-in-out infinite;will-change:transform,opacity}.security-screen__particles{position:absolute;top:50%;width:54px;height:88px;transform:translateY(-50%);opacity:.8;will-change:transform,opacity}.security-screen__particles:before,.security-screen__particles:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(96,165,250,.58) 0 3px,transparent 4px),radial-gradient(circle,rgba(59,130,246,.28) 0 2px,transparent 3px);background-size:30px 34px,24px 24px;background-position:0 0,14px 10px}.security-screen__particles:after{opacity:.56;transform:translate(8px,14px) scale(.92)}.security-screen__particles--left{left:26px;animation:security-particles-float-left 6.4s ease-in-out infinite}.security-screen__particles--right{right:34px;animation:security-particles-float-right 7.1s ease-in-out infinite}.security-screen__badge{position:absolute;display:grid;place-items:center;border:1px solid rgba(147,197,253,.18);background:linear-gradient(180deg,#3b82f6,#1d4ed8);box-shadow:0 24px 52px #2563eb2e,inset 0 2px #ffffff38}.security-screen__badge--shield{inset:94px 68px auto;width:188px;height:188px;margin:0 auto;border-radius:50% 50% 50% 0;transform:rotate(-45deg);animation:security-shield-float 5.4s ease-in-out infinite;will-change:transform,box-shadow}.security-screen__badge--shield:before{content:"";width:108px;height:108px;border-radius:50%;background:#ffffff24;animation:security-shield-core-pulse 4.8s ease-in-out infinite}.security-screen__badge--shield:after{content:"";position:absolute;inset:-14px;border-radius:50% 50% 50% 0;border:1px solid rgba(191,219,254,.24);opacity:.42;animation:security-shield-ring-pulse 4.8s ease-in-out infinite}.security-screen__badge--shield svg{position:absolute;width:78px;height:78px;color:#fff;transform:rotate(45deg)}.security-calculator-card{position:relative;max-width:440px;margin:10px auto 0;padding:24px 24px 20px;border-radius:var(--mc-radius-lg);background:radial-gradient(circle at top right,rgba(96,165,250,.12),transparent 34%),linear-gradient(180deg,#fffffffc,#f7fafffc);border:1px solid var(--mc-border-subtle);box-shadow:0 14px 30px #0f172a0d,inset 0 1px #ffffffd6}.security-calculator-card__badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#dbeafeeb;color:#2563eb;font-size:13px;font-weight:700}.security-calculator-card__screen{position:relative;display:grid;gap:10px;margin-top:18px;padding:18px 18px 16px;border-radius:22px;border:1px solid rgba(191,219,254,.88);background:linear-gradient(180deg,#eff6fffa,#fff);overflow:hidden}.security-calculator-card__screen:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.68) 46%,transparent 68%);transform:translate(-120%);animation:security-calculator-sheen 6.8s ease-in-out infinite}.security-calculator-card__screen-label,.security-calculator-card__row-label,.security-building-card span{display:block;color:#64748b}.security-calculator-card__screen-label{font-size:13px;font-weight:700;letter-spacing:.02em}.security-calculator-card__screen-line{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#bfdbfef0,#93c5fda3);transform-origin:left center;animation:security-calculator-line-breathe 5.4s ease-in-out infinite}.security-calculator-card__screen-line--long{width:86%}.security-calculator-card__screen-line--medium{width:58%;animation-delay:.8s}.security-calculator-card__rows{display:grid;gap:10px;margin-top:18px}.security-calculator-card__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;background:#ffffffe0;border:1px solid rgba(226,232,240,.88)}.security-calculator-card__row--highlight{background:linear-gradient(90deg,#eff6fff5,#dbeafee6);border-color:#93c5fde6}.security-calculator-card__row-visual{display:inline-flex;justify-content:flex-end;width:128px}.security-calculator-card__row-bar{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2563eb);transform-origin:left center;animation:security-calculator-bar-pulse 4.8s ease-in-out infinite}.security-calculator-card__row-bar--wide{width:92px}.security-calculator-card__row-bar--medium{width:68px;animation-delay:.7s}.security-calculator-card__row-bar--short{width:48px;animation-delay:1.2s}.security-calculator-card__keypad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.security-calculator-card__key{display:block;height:44px;border-radius:14px;border:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,#fffffffa,#f3f7fff5);box-shadow:inset 0 1px #ffffffdb;animation:security-calculator-key-breathe 5.2s ease-in-out infinite}.security-calculator-card__key--accent{background:linear-gradient(180deg,#60a5fa29,#3b82f61a);border-color:#93c5fdeb}.security-calculator-card__key--wide{grid-column:span 2;animation-delay:.8s}.security-calculator-card__key:nth-child(2){animation-delay:.15s}.security-calculator-card__key:nth-child(3){animation-delay:.3s}.security-calculator-card__key:nth-child(4){animation-delay:.45s}.security-calculator-card__key:nth-child(6){animation-delay:1s}.security-calculator-card__footer{display:grid;gap:10px;margin-top:16px}.security-calculator-card__note{color:#111827;font-size:14px;font-weight:800;line-height:1.55}.security-calculator-card__pill{display:inline-flex;align-items:center;width:fit-content;min-height:36px;margin-top:0;padding:0 14px;border-radius:999px;background:#dbeafed9;color:#2563eb;font-size:13px;font-weight:700}.security-calculator-badge{position:absolute;right:-18px;top:48px;display:grid;place-items:center;width:74px;height:74px;border-radius:20px;background:#fff;border:1px solid var(--mc-border-subtle);color:#2563eb;box-shadow:0 14px 24px #0f172a12;animation:security-calculator-badge-float 4.8s ease-in-out infinite}.security-calculator-badge svg{width:32px;height:32px}.security-calculator-scene{position:relative;min-height:320px;display:grid;place-items:center}.security-calculator-scene__halo{position:absolute;inset:76px 82px 72px;border-radius:40px;background:radial-gradient(circle,#60a5fa1a,#fff0 74%);filter:blur(10px)}.security-calculator-scene__backdrop{position:absolute;border-radius:28px;border:1px solid rgba(191,219,254,.82);background:linear-gradient(180deg,#ffffffd6,#f3f7ffd6);box-shadow:inset 0 1px #ffffffe6}.security-calculator-scene__backdrop--one{width:246px;height:198px;transform:translate(-36px,-18px) rotate(-7deg)}.security-calculator-scene__backdrop--two{width:216px;height:168px;transform:translate(42px,34px) rotate(8deg);opacity:.68}.security-screen__glow--calculator{inset:48px 56px 40px;background:radial-gradient(circle,#60a5fa1a,#fff0 72%)}.security-screen__orbit--calculator-outer{inset:72px 74px 58px;border-style:solid;border-width:1px;border-color:#93c5fd3d}.security-screen__orbit--calculator-inner{inset:114px 122px 104px;border-style:solid;border-width:1px;border-color:#bfdbfe52;opacity:1}.security-screen__particles--calculator{opacity:.58}.security-calculator-core{position:relative;z-index:1;width:188px;min-height:216px;margin:0 auto;padding:16px 16px 18px;border-radius:28px;border:1px solid rgba(191,219,254,.9);background:linear-gradient(180deg,#fffffffa,#f4f8fffa);box-shadow:0 18px 34px #0f172a14,inset 0 1px #ffffffe0;animation:security-calculator-core-float 5.6s ease-in-out infinite}.security-calculator-core__screen{display:grid;gap:9px;padding:12px;border-radius:18px;background:linear-gradient(180deg,#eff6fffa,#fff);border:1px solid rgba(191,219,254,.86)}.security-calculator-core__line,.security-calculator-core__row{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#bfdbfef5,#60a5fa8f)}.security-calculator-core__line--long{width:82%}.security-calculator-core__line--medium{width:58%}.security-calculator-core__rows{display:grid;gap:12px;margin-top:16px}.security-calculator-core__row{height:12px;animation:security-calculator-row-breathe 5.2s ease-in-out infinite}.security-calculator-core__row--wide{width:100%}.security-calculator-core__row--medium{width:74%;animation-delay:.7s}.security-calculator-core__row--short{width:46%;animation-delay:1.2s}.security-calculator-core__keys{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.security-calculator-core__key{display:block;height:38px;border-radius:12px;border:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,#fffffffa,#f3f7fff5);box-shadow:inset 0 1px #ffffffdb;animation:security-calculator-key-breathe 5s ease-in-out infinite}.security-calculator-core__key--accent{background:linear-gradient(180deg,#60a5fa2e,#3b82f61a);border-color:#93c5fde6}.security-calculator-core__key:nth-child(2){animation-delay:.2s}.security-calculator-core__key:nth-child(3){animation-delay:.4s}.security-calculator-core__key:nth-child(4){animation-delay:.6s}.security-calculator-note{position:absolute;z-index:2;display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(191,219,254,.92);background:#fffffff5;color:#2563eb;font-size:12px;font-weight:700;box-shadow:0 12px 24px #0f172a0f}.security-calculator-note--top{left:44px;top:54px;animation:security-calculator-note-drift-left 6.2s ease-in-out infinite}.security-calculator-note--side{right:34px;top:134px;animation:security-calculator-note-drift-right 6.6s ease-in-out infinite}.security-calculator-note--bottom{right:52px;bottom:40px;animation:security-calculator-note-drift-right 6.8s ease-in-out infinite}.security-calculator-badge{right:54px;top:62px;width:62px;height:62px;border-radius:18px}.security-calculator-badge svg{width:28px;height:28px}.security-trust-scene{position:relative;min-height:292px;display:grid;place-items:center}.security-trust-scene__halo{position:absolute;inset:62px 70px 56px;border-radius:999px;background:radial-gradient(circle,#60a5fa24,#fff0 74%);filter:blur(10px)}.security-trust-scene__ring{position:absolute;inset:50% auto auto 50%;border-radius:999px;transform:translate(-50%,-50%)}.security-trust-scene__ring--outer{width:204px;height:204px;border:1px dashed rgba(147,197,253,.42)}.security-trust-scene__ring--inner{width:150px;height:150px;border:1px solid rgba(191,219,254,.56)}.security-trust-scene__core{position:relative;z-index:1;display:grid;place-items:center;width:126px;height:126px;border-radius:34px;background:linear-gradient(180deg,#eff6fffa,#dbeafef0);box-shadow:inset 0 1px #fffffff0,0 18px 36px #2563eb1f}.security-trust-scene__core-shell{display:grid;place-items:center;width:86px;height:86px;border-radius:26px;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 14px 28px #2563eb38}.security-trust-scene__core-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;border:1px solid rgba(255,255,255,.22);background:#ffffff14}.security-trust-scene__core-icon svg{width:28px;height:28px}.security-trust-scene__badge{position:absolute;z-index:2;display:grid;place-items:center;width:38px;height:38px;border-radius:14px;border:1px solid rgba(191,219,254,.92);background:#fffffff5;color:#2563eb;box-shadow:0 12px 24px #0f172a0f}.security-trust-scene__badge--top-left{left:62px;top:70px;animation:security-trust-chip-drift-left 6.1s ease-in-out infinite}.security-trust-scene__badge--right{right:56px;top:132px;animation:security-trust-chip-drift-right 6.8s ease-in-out infinite}.security-trust-scene__badge--bottom{left:102px;bottom:38px;animation:security-trust-chip-drift-bottom 6.5s ease-in-out infinite}.security-trust-scene__badge svg{width:20px;height:20px}.security-trust-scene__particle{position:absolute;z-index:0;width:8px;height:8px;border-radius:999px;background:#60a5fa57;box-shadow:0 0 0 6px #bfdbfe1f;animation:security-trust-particle-float 5.8s ease-in-out infinite}.security-trust-scene__particle--one{left:56px;top:48px}.security-trust-scene__particle--two{right:54px;top:108px;animation-delay:-1.2s}.security-trust-scene__particle--three{left:78px;bottom:58px;animation-delay:-2.4s}.security-trust-scene__particle--four{right:78px;bottom:44px;animation-delay:-3.1s}.security-screen--triptych .section-heading,.security-screen--docs .section-heading{max-width:780px;margin:0 auto;text-align:center}.security-screen--triptych .feature-principle-grid,.security-screen--docs .docs-panel__grid{margin-top:40px}.security-warning-card{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:28px;align-items:center;padding:34px 36px 36px 46px;border-radius:var(--mc-radius-xl);border-left:6px solid #f59e0b;background:linear-gradient(180deg,#fff,#fffdfa);box-shadow:0 16px 34px #0f172a0d}.security-warning-card__copy{min-width:0}.security-warning-card__head{display:flex;align-items:center;gap:22px}.security-warning-card__icon{display:inline-grid;place-items:center;width:76px;height:76px;border-radius:24px;background:#f59e0b1a;color:#f59e0b}.security-warning-card__icon svg{width:36px;height:36px}.security-warning-card__head h2{margin:0;color:#253047;font-family:var(--mc-font-display);font-size:clamp(32px,3.5vw,42px);line-height:1.12}.security-warning-card p{margin:24px 0 0;color:#52607a;font-size:17px;line-height:1.78}.security-warning-card__visual{position:relative;min-height:280px}.security-warning-visual{position:relative;width:100%;min-height:280px}.security-warning-visual__glow{position:absolute;inset:48px 32px 44px;border-radius:999px;background:radial-gradient(circle,#f59e0b29,#fff0 74%);filter:blur(10px)}.security-warning-visual__phone{position:absolute;inset:50% auto auto 50%;z-index:1;width:188px;min-height:228px;padding:12px;border-radius:34px;border:1px solid rgba(253,230,138,.76);background:linear-gradient(180deg,#fffffffa,#fffaf0fa);box-shadow:0 20px 38px #f59e0b1f,inset 0 1px #ffffffeb;transform:translate(-50%,-50%) rotate(-6deg)}.security-warning-visual__phone-top{width:48px;height:6px;margin:0 auto 12px;border-radius:999px;background:#f59e0b2e}.security-warning-visual__screen{display:grid;gap:10px;padding:16px 14px 14px;border-radius:24px;background:linear-gradient(180deg,#fffbebeb,#fffffffa);border:1px solid rgba(253,230,138,.8)}.security-warning-visual__line,.security-warning-visual__row,.security-warning-visual__reference-line{display:block;border-radius:999px;background:linear-gradient(90deg,#fde047eb,#f59e0b47)}.security-warning-visual__line{height:10px}.security-warning-visual__line--long{width:84%}.security-warning-visual__line--medium{width:62%}.security-warning-visual__reference{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:center;min-height:48px;padding:0 12px;border-radius:16px;border:1px solid rgba(245,158,11,.18);background:#ffffffeb}.security-warning-visual__reference-dot{width:18px;height:18px;border-radius:999px;background:linear-gradient(180deg,#f59e0b,#d97706);box-shadow:0 6px 14px #f59e0b33}.security-warning-visual__reference-line{height:9px}.security-warning-visual__rows{display:grid;gap:10px;margin-top:6px}.security-warning-visual__row{height:14px}.security-warning-visual__row--one{width:100%}.security-warning-visual__row--two{width:72%}.security-warning-visual__row--three{width:52%}.security-warning-visual__badge{position:absolute;z-index:2;display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#fffffff5;border:1px solid rgba(253,230,138,.82);box-shadow:0 12px 24px #0f172a0f;color:#f59e0b}.security-warning-visual__badge svg{width:24px;height:24px}.security-warning-visual__badge--warn{top:42px;right:54px;animation:security-warning-badge-float 5.4s ease-in-out infinite}.security-warning-visual__badge--shield{left:42px;bottom:42px;color:#d97706;animation:security-warning-badge-float 5.8s ease-in-out infinite;animation-delay:.8s}.security-warning-visual__particle{position:absolute;width:8px;height:8px;border-radius:999px;background:#f59e0b57;box-shadow:0 0 0 6px #fde68a24;animation:security-warning-particle-float 5.2s ease-in-out infinite}.security-warning-visual__particle--one{left:56px;top:64px}.security-warning-visual__particle--two{right:44px;bottom:86px;animation-delay:-1.4s}.security-warning-visual__particle--three{left:112px;bottom:28px;animation-delay:-2.3s}.security-social-card{width:100%;max-width:none;min-height:100%;margin:0;padding:24px;border-radius:var(--mc-radius-xl);background:linear-gradient(180deg,#f8fafcfa,#fff);box-shadow:0 16px 34px #0f172a0d,inset 0 1px #fffc;display:grid;grid-template-rows:auto auto auto;gap:16px}.security-social-card__head{display:block;padding:0 6px 2px}.security-social-card__head strong{display:block;color:#4b5563;font-family:var(--mc-font-display);font-size:24px;line-height:1.12;letter-spacing:-.04em}.security-social-card__head span{display:block;margin-top:10px;color:#7b8798;font-size:15px;line-height:1.6}.security-social-card__bar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:110px;padding:16px 18px;border-radius:24px;background:#ffffffd1;border:1px solid rgba(226,232,240,.92);box-shadow:inset 0 1px #ffffffd6}.security-social-card__icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;flex:0 0 68px;border-radius:50%;background:#fff;border:1px solid rgba(226,232,240,.9);color:#2563eb;text-decoration:none;box-shadow:0 12px 22px #0f172a0f;transition:transform .18s ease,box-shadow .18s ease}.security-social-card__icon:hover{transform:translateY(-2px);box-shadow:0 18px 30px #0f172a14}.security-social-card__icon span{display:none}.security-social-card__icon:nth-child(1){color:#1877f2}.security-social-card__icon:nth-child(2){color:#000}.security-social-card__icon:nth-child(3){color:#ff2d20}.security-social-card__icon:nth-child(4){background:linear-gradient(135deg,#5b51d8,#c13584 46%,#f77737 78%,#fcaf45);color:#fff}.security-social-card__icon svg{width:34px;height:34px}.security-contact-grid--anti-fraud{margin-top:0;gap:18px;align-self:end;padding-top:2px}.security-contact-card--anti-fraud{display:grid;grid-template-columns:60px minmax(0,1fr);gap:16px;align-items:center;min-height:128px;padding:20px 18px;border-radius:24px;background:#ffffffd6;box-shadow:inset 0 1px #ffffffd1,0 8px 18px #0f172a0a}.security-anti-fraud-visual{position:relative;width:100%;min-height:320px;isolation:isolate}.security-anti-fraud-visual__glow{position:absolute;inset:26px 18px 28px;border-radius:999px;background:radial-gradient(circle,#60a5fa2e,#fff0 72%);filter:blur(18px)}.security-anti-fraud-visual__wash{position:absolute;inset:14px 8px auto auto;width:224px;height:180px;border-radius:999px;background:radial-gradient(circle at 32% 34%,#bfdbfea3,#bfdbfe00 66%)}.security-anti-fraud-visual__stage{position:absolute;left:50%;bottom:18px;width:208px;height:46px;border-radius:999px;background:linear-gradient(180deg,#ffffffeb,#e2eeffdb);box-shadow:0 20px 36px #2563eb1a,inset 0 1px #ffffffe6;transform:translate(-50%)}.security-anti-fraud-visual__phone{position:absolute;right:84px;top:28px;z-index:1;width:138px;height:236px;border-radius:30px;background:linear-gradient(180deg,#fefeff,#dce8ff);border:1px solid rgba(37,99,235,.16);box-shadow:0 24px 40px #2563eb29,inset 0 1px #fffffff5}.security-anti-fraud-visual__phone-side{position:absolute;inset:0 -6px 0 auto;width:9px;border-radius:0 30px 30px 0;background:linear-gradient(180deg,#2563ebb8,#3b82f666)}.security-anti-fraud-visual__phone-notch{position:absolute;left:50%;top:14px;width:54px;height:14px;border-radius:999px;background:#0f172a;transform:translate(-50%)}.security-anti-fraud-visual__screen{position:absolute;inset:24px 10px 10px;border-radius:22px;background:linear-gradient(180deg,#f4f8fff0,#e8f0ffe6);overflow:hidden}.security-anti-fraud-visual__screen:before{content:"";position:absolute;inset:auto 16px 18px;height:46px;border-radius:16px;background:linear-gradient(180deg,#ffffffc7,#d7e5ffc7)}.security-anti-fraud-visual__screen-lock{position:absolute;left:50%;top:52px;display:grid;place-items:center;width:50px;height:50px;border-radius:999px;background:linear-gradient(180deg,#5b96f8,#2f6deb);color:#fff;transform:translate(-50%);box-shadow:0 12px 20px #2563eb33}.security-anti-fraud-visual__screen-lock svg{width:22px;height:22px}.security-anti-fraud-visual__screen-line{position:absolute;left:50%;display:block;height:7px;border-radius:999px;background:#94a3b861;transform:translate(-50%)}.security-anti-fraud-visual__screen-line--one{top:124px;width:70px}.security-anti-fraud-visual__screen-line--two{top:138px;width:80px}.security-anti-fraud-visual__screen-line--three{top:152px;width:58px}.security-anti-fraud-visual__notice{position:absolute;top:52px;left:96px;z-index:3;display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;width:174px;padding:14px 16px;border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f0f6fff2);box-shadow:0 16px 32px #2563eb1f,inset 0 1px #fffffff5;animation:antiFraudFloatNotice 6.8s ease-in-out infinite}.security-anti-fraud-visual__notice-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:linear-gradient(180deg,#4f8df6,#2563eb);color:#fff}.security-anti-fraud-visual__notice-icon svg{width:20px;height:20px}.security-anti-fraud-visual__notice-copy{display:grid;gap:8px}.security-anti-fraud-visual__notice-title,.security-anti-fraud-visual__notice-line{display:block;height:7px;border-radius:999px}.security-anti-fraud-visual__notice-title{width:82px;background:#1e40afe6}.security-anti-fraud-visual__notice-line{background:#94a3b86b}.security-anti-fraud-visual__notice-line--one{width:92px}.security-anti-fraud-visual__notice-line--two{width:72px}.security-anti-fraud-visual__shield{position:absolute;right:52px;bottom:34px;z-index:4;width:102px;height:118px;filter:drop-shadow(0 20px 32px rgba(37,99,235,.16));animation:antiFraudFloatShield 7.2s ease-in-out infinite}.security-anti-fraud-visual__shield:before{content:"";position:absolute;inset:0;clip-path:polygon(50% 0%,90% 16%,100% 42%,92% 76%,50% 100%,8% 76%,0% 42%,10% 16%);border-radius:24px;background:linear-gradient(145deg,#edf4ff,#8db6ff 40%,#2d67e8)}.security-anti-fraud-visual__shield:after{content:"";position:absolute;inset:8px;clip-path:polygon(50% 0%,88% 16%,98% 42%,90% 74%,50% 100%,10% 74%,2% 42%,12% 16%);border-radius:20px;background:linear-gradient(145deg,#4f8df6,#2563eb)}.security-anti-fraud-visual__shield-core{position:absolute;inset:0;z-index:1;display:grid;place-items:center;color:#fff}.security-anti-fraud-visual__shield-core svg{width:40px;height:40px}@keyframes antiFraudFloatNotice{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-5px,0)}}@keyframes antiFraudFloatShield{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-4px,0)}}.security-contact-card__icon{display:inline-grid;place-items:center;width:60px;height:60px;border-radius:18px;background:#3b82f614;color:#2563eb}.security-contact-card__icon svg{width:28px;height:28px}.security-contact-card__content strong{display:block;color:#0f172a;font-family:var(--mc-font-display);font-size:20px;line-height:1.2}.security-contact-card__content span{display:block;margin-top:8px;color:#64748b;font-size:15px;line-height:1.65}.home-page{background:linear-gradient(180deg,#f8fafc,#fff 28%,#f8fafc)}.home-proof-band,.home-advantage-band,.home-entry-band,.process-band{padding:0 0 var(--mc-space-section)}.home-proof-band__inner,.home-advantage-band__inner,.home-flow-band__inner,.home-entry-band__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.home-proof-band__inner{position:relative;display:grid;place-items:center;padding:68px 32px 72px;overflow:hidden;border-radius:var(--mc-radius-xl);background:radial-gradient(circle at 50% 24%,rgba(96,165,250,.22) 0%,rgba(96,165,250,.08) 22%,transparent 44%),radial-gradient(circle at 50% 66%,rgba(59,130,246,.08) 0%,transparent 68%),linear-gradient(180deg,#183153,#132744);box-shadow:0 18px 40px #0f172a14}.section-heading--left{text-align:left;margin-left:0;margin-right:0}.section-heading--left h2,.section-heading--left p{margin-left:0;margin-right:0}.feature-principle-card{padding:28px 24px;border-radius:var(--mc-radius-lg);border:1px solid var(--mc-border-subtle);background:#ffffffeb;box-shadow:var(--mc-shadow-card)}.home-proof-band__glow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(8px)}.home-proof-band__glow--left{top:64px;left:110px;width:10px;height:10px;background:#6ab4ffd1}.home-proof-band__glow--center{top:78px;right:220px;width:12px;height:12px;background:#60a5fac7}.home-proof-band__glow--right{right:164px;bottom:112px;width:8px;height:8px;background:#38bdf8c7}.home-proof-hero{position:relative;z-index:2;display:grid;justify-items:center;gap:22px;text-align:center}.home-proof-metric{display:grid;justify-items:center;gap:10px;padding-top:0}.home-proof-hero strong{display:block;margin:0;font-family:var(--mc-font-display);font-size:clamp(68px,8.6vw,112px);line-height:.96;letter-spacing:-.055em;color:#fff;background:linear-gradient(90deg,#fff,#f8fbff 28%,#dcecff 68%,#9fcbff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 18px rgba(15,23,42,.18))}.home-proof-hero p{max-width:680px;margin:0;color:#e2e8f0e0;font-size:clamp(18px,1.85vw,21px);line-height:1.62}.home-proof-rating{display:inline-grid;justify-items:center;gap:6px;min-width:256px;padding:18px 24px;border:1px solid rgba(191,219,254,.92);border-radius:var(--mc-radius-lg);background:linear-gradient(90deg,#fffffffa,#f8fbfffa 28%,#dcecfffa 68%,#9fcbfff5);box-shadow:0 14px 28px #0f172a14;color:#0f172a;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.home-proof-rating:hover{transform:translateY(-2px);border-color:#93c5fdf5;box-shadow:0 18px 32px #0f172a1f}.home-proof-rating__stars{color:#ffc72c;font-size:22px;line-height:1;letter-spacing:.08em}.home-proof-rating__label{font-family:var(--mc-font-display);font-size:18px;color:#10203e;font-weight:700;line-height:1.1}.home-advantage-stack{display:grid;gap:22px;margin-top:40px}.home-advantage-hero{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);gap:32px;align-items:center;padding:30px;border-radius:var(--mc-radius-xl);background:linear-gradient(135deg,#fffffff5,#f6f9fff0);box-shadow:0 14px 30px #0f172a0d;margin-bottom:24px}.home-advantage-hero__visual{position:relative;min-height:340px;display:grid;place-items:center;overflow:hidden}.home-advantage-hero__visual:before{content:none}.home-advantage-hero__illustration{width:min(100%,620px);max-height:100%;height:auto;object-fit:contain;display:block}.home-advantage-device{position:relative;z-index:1;width:min(100%,470px);min-height:500px;margin-left:12px;padding:30px 26px 42px;border-radius:38px;background:radial-gradient(circle at 50% 36%,rgba(24,188,255,.07),transparent 28%),linear-gradient(180deg,#18294b,#101d36);border:1px solid rgba(148,190,255,.12);box-shadow:0 20px 40px #0f172a2e}.home-advantage-device__amount-label{display:flex;align-items:center;gap:10px;color:#d2def3d1;font-size:18px;line-height:1.4}.home-advantage-device__amount-label:before{content:"";width:14px;height:14px;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#38bdf8)}.home-advantage-device__amount-card{margin-top:26px;padding:34px 28px;border-radius:30px;background:#0f1c36eb;box-shadow:inset 0 0 0 1px #60a5fa14,0 0 26px #3b82f61f;color:#fff;font-family:var(--mc-font-display);font-size:clamp(48px,4.4vw,72px);font-weight:800;line-height:1;letter-spacing:-.05em;text-align:center}.home-advantage-device__screen{position:absolute;right:68px;bottom:82px;width:162px;height:204px;border-radius:32px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(180deg,#19b8ff,#0ea5e9);box-shadow:0 14px 26px #0ea5e929}.home-advantage-device__screen-icon{position:absolute;left:50%;top:50%;width:56px;height:92px;border:6px solid rgba(255,255,255,.86);border-radius:16px;transform:translate(-50%,-50%)}.home-advantage-device__chip{position:absolute;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;box-shadow:0 16px 30px #0f172a29}.home-advantage-device__chip--shield{left:38px;bottom:104px;width:74px;height:34px}.home-advantage-device__chip--shield:before{content:"";width:16px;height:18px;border:3px solid #2563eb;border-radius:10px 10px 12px 12px;clip-path:polygon(50% 100%,0 60%,0 0,100% 0,100% 60%)}.home-advantage-float{position:absolute;z-index:2;display:grid;gap:8px;min-width:224px;padding:18px 20px;border-radius:22px;border:1px solid rgba(116,151,255,.22);background:linear-gradient(180deg,#4765fff5,#3554e3f5);color:#e0e7ffe6;box-shadow:0 14px 26px #2563eb29}.home-advantage-float span{font-size:15px;line-height:1.4}.home-advantage-float strong{color:#fff;font-family:var(--mc-font-display);font-size:30px;font-weight:800;line-height:1.05;letter-spacing:-.04em}.home-advantage-float--front{right:-10px;bottom:40px}.home-advantage-float--bottom{right:42px;bottom:-8px}.home-advantage-planner{position:relative;z-index:1;width:min(100%,470px);min-height:500px;margin-left:12px;padding:28px 26px 30px;border-radius:38px;background:radial-gradient(circle at 30% 18%,rgba(24,188,255,.09),transparent 30%),radial-gradient(circle at 72% 72%,rgba(96,165,250,.08),transparent 34%),linear-gradient(180deg,#18294b,#101d36);border:1px solid rgba(148,190,255,.12);box-shadow:0 20px 40px #0f172a2e;animation:advantage-planner-float 5.2s ease-in-out infinite}.home-advantage-planner__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.home-advantage-planner__eyebrow,.home-advantage-planner__status{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.04em}.home-advantage-planner__eyebrow{background:#3b82f624;color:#dbeafe}.home-advantage-planner__status{background:#ffffffeb;color:#2563eb;box-shadow:0 12px 24px #0f172a1f}.home-advantage-planner__amount{margin-top:24px}.home-advantage-planner__amount span{display:flex;align-items:center;gap:10px;color:#d2def3d1;font-size:18px;line-height:1.4}.home-advantage-planner__amount span:before{content:"";width:14px;height:14px;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#38bdf8)}.home-advantage-planner__amount strong{display:block;margin-top:18px;padding:34px 28px;border-radius:30px;background:#0f1c36eb;box-shadow:inset 0 0 0 1px #60a5fa14,0 0 26px #3b82f61f;color:#fff;font-family:var(--mc-font-display);font-size:clamp(48px,4.4vw,72px);font-weight:800;line-height:1;letter-spacing:-.05em;text-align:center}.home-advantage-planner__slider{position:relative;margin-top:26px;height:30px}.home-advantage-planner__slider-track,.home-advantage-planner__slider-fill{position:absolute;left:0;top:50%;height:10px;border-radius:999px;transform:translateY(-50%)}.home-advantage-planner__slider-track{width:100%;background:#94a3b838}.home-advantage-planner__slider-fill{width:72%;background:linear-gradient(90deg,#60a5fa,#38bdf8);box-shadow:0 0 18px #38bdf842;animation:advantage-slider-fill 2.8s ease-in-out infinite alternate}.home-advantage-planner__slider-thumb{position:absolute;left:calc(72% - 16px);top:50%;width:32px;height:32px;border-radius:999px;background:linear-gradient(180deg,#fff,#dbeafe);border:4px solid #38bdf8;box-shadow:0 12px 24px #0f172a2e;transform:translateY(-50%);animation:advantage-slider-thumb 2.8s ease-in-out infinite alternate}.home-advantage-planner__section{margin-top:28px}.home-advantage-planner__section-label{display:block;color:#d2def3d1;font-size:15px;line-height:1.4}.home-advantage-planner__chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.home-advantage-planner__chip{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;background:#ffffff14;border:1px solid rgba(148,190,255,.14);color:#e0e7ffe6;font-size:14px;font-weight:700}.home-advantage-planner__chip--active{background:linear-gradient(90deg,#60a5fa47,#38bdf838);color:#fff;box-shadow:0 10px 22px #38bdf824;animation:advantage-chip-pulse 2.6s ease-in-out infinite}.home-advantage-planner__methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.home-advantage-planner__method{display:grid;justify-items:center;gap:10px;min-height:118px;padding:18px 14px;border-radius:22px;border:1px solid rgba(148,190,255,.14);background:#ffffff12;color:#e0e7ffeb;text-align:center}.home-advantage-planner__method--active{background:linear-gradient(180deg,#3478ff47,#2563eb33);box-shadow:0 14px 28px #2563eb24;transform:translateY(-4px)}.home-advantage-planner__method strong{font-size:14px;line-height:1.35}.home-advantage-planner__method-icon{position:relative;width:44px;height:44px;border-radius:16px;background:linear-gradient(180deg,#fffffffa,#dbeafee6);box-shadow:0 12px 22px #0f172a1f}.home-advantage-planner__method-icon:before,.home-advantage-planner__method-icon:after{content:"";position:absolute}.home-advantage-planner__method-icon--wallet:before{inset:11px 9px 13px;border-radius:10px;border:3px solid #2563eb}.home-advantage-planner__method-icon--wallet:after{right:10px;top:18px;width:8px;height:8px;border-radius:999px;background:#38bdf8}.home-advantage-planner__method-icon--card:before{inset:12px 8px;border-radius:9px;background:linear-gradient(180deg,#2563eb,#38bdf8)}.home-advantage-planner__method-icon--card:after{left:11px;right:11px;top:18px;height:3px;border-radius:999px;background:#ffffffeb}.home-advantage-planner__method-icon--store:before{left:10px;right:10px;bottom:10px;height:18px;border-radius:0 0 8px 8px;border:3px solid #2563eb;border-top:none}.home-advantage-planner__method-icon--store:after{left:8px;right:8px;top:11px;height:10px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#60a5fa,#38bdf8)}.home-advantage-planner-badge{position:absolute;z-index:2;display:grid;gap:6px;min-width:210px;padding:16px 18px;border-radius:22px;border:1px solid rgba(116,151,255,.2);background:linear-gradient(180deg,#fffffffa,#f0f7fff5);color:#64748b;box-shadow:0 16px 30px #0f172a24}.home-advantage-planner-badge span{font-size:14px;line-height:1.4}.home-advantage-planner-badge strong{color:#10203e;font-family:var(--mc-font-display);font-size:28px;font-weight:800;line-height:1;letter-spacing:-.04em}.home-advantage-planner-badge--top{right:-6px;top:74px;animation:advantage-badge-float-top 4.8s ease-in-out infinite}.home-advantage-planner-badge--bottom{left:6px;bottom:18px;animation:advantage-badge-float-bottom 5.4s ease-in-out infinite}.home-advantage-hero__content{max-width:620px;padding-right:12px}.home-advantage-hero__content h2{margin:18px 0 0;font-family:var(--mc-font-display);font-size:clamp(36px,4vw,56px);line-height:1.06;letter-spacing:-.06em;color:#0f172a}.home-advantage-hero__content p{margin:22px 0 0;max-width:560px;color:#64748b;font-size:clamp(17px,1.6vw,19px);line-height:1.8}.home-advantage-hero__content .home-advantage-card__bullets{margin-top:30px;gap:14px}.home-advantage-hero__content .home-advantage-card__bullets li{font-size:17px}.home-advantage-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:24px;align-items:center;padding:30px;border-radius:var(--mc-radius-xl);background:linear-gradient(135deg,#fffffff5,#f6f9fff0);box-shadow:0 14px 30px #0f172a0d}.home-advantage-card--reverse{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)}.home-advantage-card--reverse .home-advantage-card__content{order:2}.home-advantage-card--reverse .home-advantage-card__visual{order:1}.home-advantage-card__eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:999px;background:#0f172a0d;color:var(--mc-color-accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-advantage-card h3{margin:18px 0 0;font-family:var(--mc-font-display);font-size:clamp(25px,2.3vw,32px);line-height:1.2;letter-spacing:-.03em}.home-advantage-card p{margin:14px 0 0;color:var(--mc-text-secondary);font-size:15px;line-height:1.8}.home-advantage-card__bullets{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.home-advantage-card__bullets li{position:relative;padding-left:22px;color:var(--mc-text-primary);font-size:14px;line-height:1.75}.home-advantage-card__bullets li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#10b981)}@keyframes advantage-planner-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes advantage-slider-fill{0%{width:62%}to{width:78%}}@keyframes advantage-slider-thumb{0%{left:calc(62% - 16px)}to{left:calc(78% - 16px)}}@keyframes advantage-chip-pulse{0%,to{box-shadow:0 10px 22px #38bdf81f}50%{box-shadow:0 14px 28px #38bdf838}}@keyframes advantage-badge-float-top{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes advantage-badge-float-bottom{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes advantage-growth-line-fill{0%{width:54%}to{width:82%}}@keyframes advantage-growth-tier-pulse{0%{box-shadow:0 12px 24px #38bdf81f}50%{box-shadow:0 16px 28px #38bdf838}to{box-shadow:0 12px 24px #38bdf81f}}@keyframes benefits-gift-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes benefits-halo-pulse{0%,to{opacity:.82;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}@keyframes benefits-orbit-rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes benefits-orbit-rotate-reverse{0%{transform:translate(-50%,-50%) rotate(360deg)}to{transform:translate(-50%,-50%) rotate(0)}}@keyframes benefits-coin-drift-one{0%,to{transform:translate(0)}50%{transform:translate(10px,-12px)}}@keyframes benefits-coin-drift-two{0%,to{transform:translate(0)}50%{transform:translate(-12px,-10px)}}@keyframes benefits-coin-drift-three{0%,to{transform:translate(0)}50%{transform:translate(8px,8px)}}@keyframes benefits-spark-twinkle{0%,to{opacity:.38;transform:scale(.82)}50%{opacity:1;transform:scale(1.08)}}@keyframes express-sheet-float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-7px)}}@keyframes express-halo-pulse{0%,to{opacity:.82;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}@keyframes express-token-drift-one{0%,to{transform:translate(0)}50%{transform:translate(10px,-10px)}}@keyframes express-token-drift-two{0%,to{transform:translate(0)}50%{transform:translate(-8px,10px)}}.home-advantage-card__visual{position:relative;min-height:292px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.12),transparent 24%),radial-gradient(circle at 70% 72%,rgba(16,185,129,.12),transparent 26%),linear-gradient(180deg,#fbfdff,#f3f8ff)}.home-advantage-card__visual--growth{border:none;background:none}.home-advantage-card__visual--express{background:radial-gradient(circle at 70% 24%,rgba(59,130,246,.1),transparent 24%),linear-gradient(180deg,#fbfdff,#f2f7ff)}.home-advantage-card__visual--benefits{background:radial-gradient(circle at 30% 18%,rgba(253,186,116,.16),transparent 24%),radial-gradient(circle at 72% 76%,rgba(59,130,246,.12),transparent 28%),linear-gradient(180deg,#fffaf4,#fff)}.advantage-growth-visual,.advantage-express-visual,.advantage-benefits-visual{position:relative;width:100%;height:100%}.advantage-growth-visual{display:grid;place-items:center;padding:24px}.advantage-growth-visual__image{width:min(100%,620px);max-height:100%;height:auto;object-fit:contain;display:block}.advantage-growth-tier-card{position:absolute;inset:28px;display:grid;align-content:start;padding:24px 22px 22px;border-radius:26px;background:radial-gradient(circle at 26% 18%,rgba(125,211,252,.12),transparent 28%),linear-gradient(180deg,#fff,#f4f9ff);border:1px solid rgba(219,234,254,.96);box-shadow:0 14px 24px #0f172a0d}.advantage-growth-tier-card__eyebrow{display:inline-flex;align-items:center;min-height:32px;width:fit-content;padding:0 12px;border-radius:999px;background:#ffffffeb;color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.04em}.advantage-growth-tier-card__eyebrow:before{content:"";width:8px;height:8px;margin-right:8px;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#38bdf8)}.advantage-growth-tier-card__track{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px;margin-top:20px}.advantage-growth-tier-card__step{position:relative;display:inline-flex;width:46px;height:46px;background:#ffffffeb;border:1px solid rgba(219,234,254,.96);border-radius:999px;box-shadow:0 8px 14px #0f172a0a}.advantage-growth-tier-card__step:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;border-radius:999px;background:#94a3b86b;transform:translate(-50%,-50%)}.advantage-growth-tier-card__step--active{background:linear-gradient(90deg,#60a5fa,#38bdf8);border-color:#38bdf866;box-shadow:0 12px 24px #38bdf82e;animation:advantage-growth-tier-pulse 2.6s ease-in-out infinite}.advantage-growth-tier-card__step--active:before{background:#fffffff5}.advantage-growth-tier-card__line{position:relative;height:6px;border-radius:999px;background:#dbeafef5}.advantage-growth-tier-card__line:after{content:"";position:absolute;inset:0;width:72%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#38bdf8);animation:advantage-growth-line-fill 2.8s ease-in-out infinite alternate}.advantage-growth-tier-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}.advantage-growth-tier-card__stat{display:grid;gap:6px;min-height:88px;padding:16px 14px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(219,234,254,.96);box-shadow:0 10px 18px #0f172a0a;align-content:center}.advantage-growth-tier-card__stat span{color:#64748b;font-size:13px;line-height:1.35}.advantage-growth-tier-card__stat strong{color:#10203e;font-family:var(--mc-font-display);font-size:24px;font-weight:800;line-height:1}.advantage-growth-visual__graph{position:absolute;inset:52px 48px 70px;border-radius:26px;background:linear-gradient(180deg,#fffffff0,#f3f7fff5),linear-gradient(90deg,rgba(148,163,184,.16) 1px,transparent 1px);border:1px solid rgba(203,213,225,.9);box-shadow:inset 0 0 0 1px #94a3b814}.advantage-growth-visual__graph:before,.advantage-growth-visual__graph:after{content:"";position:absolute;left:26px;right:26px;height:1px;background:#94a3b829}.advantage-growth-visual__graph:before{top:34%}.advantage-growth-visual__graph:after{top:66%}.advantage-growth-visual__curve{position:absolute;left:52px;right:46px;bottom:72px;height:6px;border-radius:999px;background:linear-gradient(90deg,#2563eb,#0ea5e9 45%,#10b981);transform:rotate(-18deg) translateY(-12px);transform-origin:left center;box-shadow:0 0 0 5px #2563eb0f}.advantage-growth-visual__dot{position:absolute;z-index:1;width:14px;height:14px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 8px #2563eb1a}.advantage-growth-visual__dot--one{left:72px;bottom:84px}.advantage-growth-visual__dot--two{left:158px;bottom:122px}.advantage-growth-visual__dot--three{right:144px;bottom:164px}.advantage-growth-visual__dot--four{right:64px;top:68px;background:#10b981;box-shadow:0 0 0 10px #10b9811f}.advantage-growth-visual__card{position:relative;z-index:2;display:grid;gap:8px;padding:18px 20px;border-radius:18px;border:1px solid rgba(203,213,225,.9);background:#fffffff5;box-shadow:0 12px 24px #0f172a14;color:#0f172a}.advantage-growth-visual__card span{color:#64748b;font-size:14px;line-height:1.4}.advantage-growth-visual__card strong{font-family:var(--mc-font-display);font-size:28px;font-weight:800;letter-spacing:-.03em}.advantage-growth-visual__card--rate{position:absolute;left:26px;top:34px}.advantage-growth-visual__card--limit{position:absolute;right:28px;bottom:30px}.advantage-express-visual{display:grid;place-items:center}.advantage-express-visual__halo{position:absolute;inset:38px 34px;border-radius:999px;background:radial-gradient(circle at center,#3b82f62e,#7dd3fc1f 32%,#fff0 70%);filter:blur(4px);animation:express-halo-pulse 4.8s ease-in-out infinite}.advantage-express-visual__sheet{position:absolute;left:50%;border-radius:26px;border:1px solid rgba(203,213,225,.88);background:#fff;box-shadow:0 16px 30px #0f172a17;transform:translate(-50%)}.advantage-express-visual__sheet--front{top:34px;z-index:3;width:248px;min-height:236px;padding:22px 20px 20px;display:grid;gap:14px;animation:express-sheet-float 4.6s ease-in-out infinite}.advantage-express-visual__sheet--mid{top:52px;z-index:2;width:238px;height:224px;background:linear-gradient(180deg,#ffffffd1,#eff6ffeb);transform:translate(-50%) rotate(-5deg)}.advantage-express-visual__sheet--back{top:68px;z-index:1;width:224px;height:210px;background:linear-gradient(180deg,#ffffffbd,#dbeafedb);transform:translate(-50%) rotate(8deg)}.advantage-express-visual__sheet-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.advantage-express-visual__chip,.advantage-express-visual__status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em}.advantage-express-visual__chip{background:#2563eb14;color:#2563eb}.advantage-express-visual__status{gap:6px;background:#f0fdf4f0;color:#16a34a}.advantage-express-visual__status-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px #22c55e1f}.advantage-express-visual__progress{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#2563eb 0% 62%,#dbeafeeb 62% 100%);box-shadow:inset 0 1px #fff9}.advantage-express-visual__field{display:flex;align-items:center;gap:12px;height:42px;padding:0 14px;border-radius:24px;border:1px solid rgba(219,234,254,.96);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 1px #ffffffd6}.advantage-express-visual__field--wide{height:54px}.advantage-express-visual__field--short{width:62%}.advantage-express-visual__field-icon{position:relative;width:24px;height:24px;flex:0 0 24px;border-radius:8px;background:#2563eb14}.advantage-express-visual__field-icon:before,.advantage-express-visual__field-icon:after{content:"";position:absolute}.advantage-express-visual__field-icon--user:before{left:7px;top:4px;width:10px;height:10px;border-radius:999px;background:#2563eb}.advantage-express-visual__field-icon--user:after{left:5px;right:5px;bottom:4px;height:7px;border-radius:999px 999px 6px 6px;background:#2563ebb8}.advantage-express-visual__field-icon--id:before{inset:5px 4px;border-radius:6px;border:2px solid #2563eb}.advantage-express-visual__field-icon--id:after{left:8px;right:8px;top:9px;height:2px;border-radius:999px;background:#2563eb}.advantage-express-visual__field-icon--phone:before{left:8px;top:4px;width:8px;bottom:4px;border-radius:6px;border:2px solid #2563eb}.advantage-express-visual__field-icon--phone:after{left:10px;right:10px;bottom:7px;height:2px;border-radius:999px;background:#2563eb}.advantage-express-visual__field-icon--check:before{left:6px;top:8px;width:10px;height:6px;border-left:3px solid #2563eb;border-bottom:3px solid #2563eb;transform:rotate(-45deg)}.advantage-express-visual__field-copy{display:grid;gap:4px;min-width:0;flex:1 1 auto}.advantage-express-visual__field-label{color:#64748b;font-size:11px;line-height:1.2}.advantage-express-visual__field-line{display:block;height:8px;border-radius:999px;background:#bfdbfef5}.advantage-express-visual__field-line--long{width:86%}.advantage-express-visual__field-line--medium{width:64%}.advantage-express-visual__field-line--short{width:48%}.advantage-express-visual__confirm{margin-top:2px;display:flex;justify-content:flex-end}.advantage-express-visual__confirm-icon{position:relative;width:58px;height:58px;border-radius:999px;background:linear-gradient(180deg,#2563eb,#1d4ed8);box-shadow:0 14px 28px #2563eb2e}.advantage-express-visual__confirm-icon:before{content:"";position:absolute;left:18px;top:20px;width:20px;height:10px;border-left:4px solid #ffffff;border-bottom:4px solid #ffffff;transform:rotate(-45deg)}.advantage-express-visual__token{position:absolute;z-index:3;display:inline-block;width:46px;height:46px;border-radius:16px;background:linear-gradient(180deg,#2563ebfa,#1d4ed8);box-shadow:0 14px 28px #2563eb26}.advantage-express-visual__token:before,.advantage-express-visual__token:after{content:"";position:absolute}.advantage-express-visual__token--id{left:52px;top:82px;animation:express-token-drift-one 4.2s ease-in-out infinite}.advantage-express-visual__token--id:before{left:11px;right:11px;top:12px;height:10px;border-radius:999px;background:#ffffffe6}.advantage-express-visual__token--id:after{left:11px;right:16px;bottom:12px;height:10px;border-radius:999px;background:#dbeafedb}.advantage-express-visual__token--check{right:46px;bottom:56px;border-radius:999px;animation:express-token-drift-two 4.6s ease-in-out infinite}.advantage-express-visual__token--check:before{left:14px;top:15px;width:16px;height:8px;border-left:4px solid #ffffff;border-bottom:4px solid #ffffff;transform:rotate(-45deg)}.advantage-benefits-visual{display:grid;place-items:center}.advantage-benefits-visual__halo{position:absolute;inset:34px 54px 46px;border-radius:999px;background:radial-gradient(circle at center,#3b82f633,#60a5fa1f 28%,#fff0 66%);filter:blur(4px);animation:benefits-halo-pulse 4.8s ease-in-out infinite}.advantage-benefits-visual__orbit{position:absolute;left:50%;top:50%;border-radius:999px;border:1px dashed rgba(96,165,250,.36);transform:translate(-50%,-50%)}.advantage-benefits-visual__orbit--one{width:248px;height:248px;animation:benefits-orbit-rotate 14s linear infinite}.advantage-benefits-visual__orbit--two{width:176px;height:176px;border-color:#fbbf244d;animation:benefits-orbit-rotate-reverse 11s linear infinite}.advantage-benefits-visual__gift{position:relative;z-index:2;width:214px;height:214px;animation:benefits-gift-float 4.8s ease-in-out infinite}.advantage-benefits-visual__gift-box,.advantage-benefits-visual__gift-lid{position:absolute;left:50%;transform:translate(-50%);border-radius:28px;background:linear-gradient(180deg,#2563ebf7,#1d4ed8);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 34px #2563eb24}.advantage-benefits-visual__gift-box{bottom:16px;width:178px;height:142px}.advantage-benefits-visual__gift-lid{top:26px;width:194px;height:58px}.advantage-benefits-visual__gift-ribbon{position:absolute;z-index:3;background:linear-gradient(180deg,#fde68a,#fbbf24);box-shadow:0 10px 18px #f59e0b2e}.advantage-benefits-visual__gift-ribbon--vertical{left:50%;top:26px;bottom:16px;width:26px;border-radius:999px;transform:translate(-50%)}.advantage-benefits-visual__gift-ribbon--horizontal{left:24px;right:24px;top:86px;height:26px;border-radius:999px}.advantage-benefits-visual__coin{position:absolute;z-index:3;width:42px;height:42px;border-radius:999px;background:linear-gradient(180deg,#fcd34d,#f59e0b);box-shadow:0 10px 18px #f59e0b2e}.advantage-benefits-visual__coin:before{content:"$";position:absolute;inset:0;display:grid;place-items:center;color:#ffffffeb;font-family:var(--mc-font-display);font-size:20px;font-weight:800;line-height:1}.advantage-benefits-visual__coin--one{left:56px;top:72px;animation:benefits-coin-drift-one 4.2s ease-in-out infinite}.advantage-benefits-visual__coin--two{right:52px;top:94px;animation:benefits-coin-drift-two 4.6s ease-in-out infinite}.advantage-benefits-visual__coin--three{right:84px;bottom:58px;animation:benefits-coin-drift-three 4s ease-in-out infinite}.advantage-benefits-visual__spark{position:absolute;z-index:4;width:12px;height:12px;border-radius:999px;background:linear-gradient(180deg,#fff,#dbeafe);box-shadow:0 0 0 8px #fff3}.advantage-benefits-visual__spark--one{left:78px;bottom:74px;animation:benefits-spark-twinkle 2.8s ease-in-out infinite}.advantage-benefits-visual__spark--two{right:72px;top:62px;animation:benefits-spark-twinkle 2.8s ease-in-out infinite 1.2s}.home-entry-band__inner{display:grid;gap:24px}.home-referral-hero{display:block}.home-referral-hero__panel{display:grid;grid-template-columns:minmax(400px,.94fr) minmax(0,1fr);align-items:stretch;overflow:hidden;border-radius:var(--mc-radius-xl);background:#fff;border:1px solid rgba(191,219,254,.68);box-shadow:0 18px 40px #0f172a0f}.home-referral-hero__visual{position:relative;min-height:428px;padding:24px;background:linear-gradient(180deg,#edf5ff,#f8fbff)}.home-referral-hero__visual-shell{position:relative;display:grid;place-items:center;min-height:380px;height:100%;overflow:hidden}.home-referral-hero__visual-orbit{position:absolute;border-radius:999px;border:1px solid rgba(96,165,250,.3);animation:referral-drift 7s ease-in-out infinite}.home-referral-hero__visual-orbit--one{width:220px;height:220px;top:-42px;left:-28px}.home-referral-hero__visual-orbit--two{width:280px;height:280px;right:-84px;bottom:-128px;animation-delay:-2.5s}.home-referral-hero__visual-card{position:relative;z-index:1;display:grid;justify-items:center;width:min(100%,304px);padding:24px 24px 22px;border-radius:28px;background:linear-gradient(180deg,#fffffffa,#e8f1fff0);border:1px solid rgba(147,197,253,.82);box-shadow:0 28px 58px #2563eb1f;animation:referral-float 6s ease-in-out infinite}.home-referral-hero__visual-chip{width:104px;height:12px;border-radius:999px;background:linear-gradient(90deg,#3b82f640,#60a5fab3)}.home-referral-hero__visual-gift{position:relative;display:grid;place-items:center;width:112px;height:112px;margin-top:28px;overflow:visible}.home-referral-hero__visual-gift-coin{position:relative;z-index:1;display:grid;place-items:center;width:88px;height:88px;border-radius:999px;color:#a16207;font-family:var(--mc-font-display);font-size:34px;font-weight:800;line-height:1;background:linear-gradient(180deg,#fef3c7,#fbbf24 58%,#f59e0b);border:4px solid rgba(255,244,181,.86);box-shadow:inset 0 3px 10px #ffffff70,0 16px 32px #f59e0b3d}.home-referral-hero__visual-gift-coin:before{content:"";position:absolute;inset:10px;border-radius:999px;border:2px solid rgba(255,248,201,.7)}.home-referral-hero__visual-gift-coin:after{content:"";position:absolute;top:16px;left:18px;width:24px;height:14px;border-radius:999px;background:#ffffff47;transform:rotate(-24deg)}.home-referral-hero__visual-burst-coin{position:absolute;top:50%;left:50%;width:20px;height:20px;border-radius:999px;background:linear-gradient(180deg,#fff4bf,#facc15 54%,#f59e0b);border:1px solid rgba(255,244,181,.82);box-shadow:inset 0 2px 6px #ffffff6b,0 10px 18px #f59e0b3d;opacity:0;transform:translate(-50%,-50%) scale(.4);animation:referral-coin-burst 3.8s ease-out infinite}.home-referral-hero__visual-burst-coin:before{content:"";position:absolute;inset:4px;border-radius:999px;border:1px solid rgba(255,248,201,.72)}.home-referral-hero__visual-burst-coin--one{--burst-x: -64px;--burst-y: -40px;animation-delay:0s}.home-referral-hero__visual-burst-coin--two{--burst-x: 62px;--burst-y: -46px;animation-delay:.28s}.home-referral-hero__visual-burst-coin--three{--burst-x: -60px;--burst-y: 34px;animation-delay:.54s}.home-referral-hero__visual-burst-coin--four{--burst-x: 66px;--burst-y: 28px;animation-delay:.82s}.home-referral-hero__visual-burst-coin--five{--burst-x: 0px;--burst-y: -70px;animation-delay:1.08s}@keyframes referral-coin-burst{0%{opacity:0;transform:translate(-50%,-50%) scale(.36)}12%{opacity:1;transform:translate(calc(-50% + (var(--burst-x) * .38)),calc(-50% + (var(--burst-y) * .38))) scale(.86)}28%{opacity:.88;transform:translate(calc(-50% + (var(--burst-x) * .82)),calc(-50% + (var(--burst-y) * .82))) scale(1.04)}42%{opacity:0;transform:translate(calc(-50% + var(--burst-x)),calc(-50% + var(--burst-y))) scale(.9)}to{opacity:0;transform:translate(calc(-50% + var(--burst-x)),calc(-50% + var(--burst-y))) scale(.9)}}.home-referral-hero__visual-flow{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;margin-top:22px}.home-referral-hero__visual-mini-avatars{position:relative;width:86px;height:38px}.home-referral-hero__visual-mini-avatar{position:absolute;top:0;width:38px;height:38px;border-radius:999px;border:2px solid rgba(255,255,255,.96);background:linear-gradient(180deg,#dbeafe,#93c5fd);box-shadow:0 10px 20px #3b82f629}.home-referral-hero__visual-mini-avatar:before,.home-referral-hero__visual-mini-avatar:after{content:"";position:absolute;left:50%;transform:translate(-50%);background:#1d4ed8e6}.home-referral-hero__visual-mini-avatar:before{top:8px;width:10px;height:10px;border-radius:999px}.home-referral-hero__visual-mini-avatar:after{top:20px;width:18px;height:9px;border-radius:10px 10px 8px 8px}.home-referral-hero__visual-mini-avatar--one{left:0}.home-referral-hero__visual-mini-avatar--two{left:24px;z-index:1}.home-referral-hero__visual-mini-avatar--three{left:48px}.home-referral-hero__visual-flow-arrow{position:relative;display:block;height:2px;border-radius:999px;background:linear-gradient(90deg,#60a5fa29,#2563eb6b)}.home-referral-hero__visual-flow-arrow:after{content:"";position:absolute;top:50%;right:-1px;width:10px;height:10px;border-top:2px solid rgba(37,99,235,.56);border-right:2px solid rgba(37,99,235,.56);transform:translateY(-50%) rotate(45deg)}.home-referral-hero__visual-reward{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 16px;border-radius:16px;background:linear-gradient(180deg,#fff8ebfa,#ffedbcd1);border:1px solid rgba(245,158,11,.22);box-shadow:0 12px 24px #f59e0b1f}.home-referral-hero__visual-reward-bars{display:grid;gap:6px}.home-referral-hero__visual-reward-bar{display:block;height:7px;border-radius:999px;background:linear-gradient(90deg,#b453096b,#b453091f)}.home-referral-hero__visual-reward-bar--long{width:52px}.home-referral-hero__visual-reward-bar--short{width:34px}.home-referral-hero__visual-lines{display:grid;gap:12px;width:100%;margin-top:28px}.home-referral-hero__visual-line{display:block;height:11px;border-radius:999px;background:linear-gradient(90deg,#bfdbfeb8,#60a5fa42)}.home-referral-hero__visual-line--short{width:48%}.home-referral-hero__visual-line--medium{width:68%}.home-referral-hero__visual-line--long{width:82%}.home-referral-hero__visual-badge{position:absolute;z-index:1;border-radius:999px}.home-referral-hero__visual-badge{background:#fffffff0;box-shadow:0 14px 30px #3b82f629}.home-referral-hero__visual-badge:before,.home-referral-hero__visual-badge:after{content:"";position:absolute;left:50%;transform:translate(-50%);background:#1d4ed8eb}.home-referral-hero__visual-badge:before{top:16px;width:14px;height:14px;border-radius:999px}.home-referral-hero__visual-badge:after{top:32px;width:22px;height:11px;border-radius:12px 12px 10px 10px}.home-referral-hero__visual-badge--one{width:64px;height:64px;top:96px;left:54px}.home-referral-hero__visual-badge--two{width:58px;height:58px;right:52px;bottom:54px}@keyframes referral-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes referral-drift{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}.home-referral-hero__copy{display:grid;align-content:center;gap:20px;padding:48px 44px 44px 38px}.home-referral-hero__copy h2{margin:0;color:#0f172a;font-family:var(--mc-font-display);max-width:400px;font-size:clamp(38px,3.6vw,52px);line-height:1.08;letter-spacing:-.05em}.home-referral-hero__copy p{margin:0;max-width:470px;color:#7a879a;font-size:16px;font-weight:500;line-height:1.78}.home-referral-hero__button{justify-content:center;min-height:56px;max-width:240px;border-radius:999px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid rgba(59,130,246,.16);box-shadow:0 12px 24px #2563eb2e;transition:transform .18s ease,box-shadow .18s ease}.home-referral-hero__button:hover,.home-referral-hero__button:focus-visible{transform:translateY(-2px);color:#fff;border-color:#3b82f629;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 16px 30px #2563eb38}.home-referral-hero__social-proof{display:flex;align-items:center;gap:12px;color:#7b8da8;font-size:13px;font-weight:600}.home-referral-hero__social-proof span{line-height:1.45}.home-referral-hero__avatars{display:flex;align-items:center}.home-referral-hero__avatars img{width:38px;height:38px;margin-left:-10px;border:3px solid #ffffff;border-radius:999px;object-fit:cover;box-shadow:0 8px 18px #0f172a14}.home-referral-hero__avatars img:first-child{margin-left:0}.home-entry-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:28px;align-items:stretch;padding:36px;border-radius:var(--mc-radius-xl);border:1px solid var(--mc-border-subtle);background:linear-gradient(180deg,#fffffff5,#f7fafff5);box-shadow:var(--mc-shadow-card)}.home-entry-card--accent{background:linear-gradient(135deg,#fff8f0f5,#fffffff5)}.home-entry-card__copy h2{margin:18px 0 0;max-width:760px;font-family:var(--mc-font-display);font-size:clamp(28px,3vw,42px);line-height:1.14;letter-spacing:-.03em}.home-entry-card__copy p{margin:16px 0 0;max-width:640px;color:var(--mc-text-secondary);font-size:16px;line-height:1.8}.home-entry-card__list{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.home-entry-card__list li{position:relative;padding-left:24px;color:var(--mc-text-primary);font-size:15px;line-height:1.75}.home-entry-card__list li:before{content:"";position:absolute;left:0;top:10px;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#10b981,#3b82f6)}.home-entry-card__copy .ghost-button{margin-top:26px}.home-entry-card__aside{position:relative;overflow:hidden;display:grid;place-items:end start;padding:24px;border-radius:28px;color:#fff;font-family:var(--mc-font-display);font-size:24px;font-weight:700;letter-spacing:-.03em}.home-entry-card__aside--security{background:radial-gradient(circle at 28% 28%,rgba(147,197,253,.36),transparent 24%),linear-gradient(135deg,#0f172a,#1d4ed8)}.home-entry-card__aside--referral{background:radial-gradient(circle at 28% 28%,rgba(253,186,116,.36),transparent 24%),linear-gradient(135deg,#7c2d12,#ea580c)}.feature-principle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:48px}.security-detail-band{padding:132px 0 96px}.security-detail-band__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.security-hero-card{display:grid;grid-template-columns:minmax(0,1.56fr) minmax(360px,.94fr);gap:34px;align-items:center;padding:46px 48px 44px;border-radius:38px;border:1px solid rgba(59,130,246,.1);background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.08) 0%,rgba(59,130,246,.02) 26%,transparent 52%),linear-gradient(180deg,#fffffffa,#f7fafffa);box-shadow:0 22px 48px #0f172a0f}.security-hero-card__copy{max-width:650px}.security-hero-card__copy .section-heading__tag{min-height:38px;padding:0 20px;border:1px solid rgba(96,165,250,.3);background:#eff6fff0;color:#2563eb;font-size:14px;letter-spacing:.08em}.security-hero-card__copy h2{margin:26px 0 0;color:#0f172a;font-family:var(--mc-font-display);max-width:620px;font-size:clamp(58px,5.4vw,82px);line-height:1.01;letter-spacing:-.06em}.security-hero-card__copy h2 span{color:#2563eb}.security-hero-card__copy p{max-width:560px;margin:28px 0 0;color:#64748b;font-size:19px;line-height:1.7}.security-hero-card__visual{position:relative;min-height:430px}.security-hero-card__ellipse{position:absolute;border-radius:999px;border:4px dotted rgba(14,165,233,.5)}.security-hero-card__ellipse--outer{inset:22px 12px 26px}.security-hero-card__ellipse--inner{inset:104px 76px 108px;border-color:#60a5fa73;opacity:.7}.security-hero-card__pin{position:absolute;inset:66px 48px auto;display:grid;place-items:center;width:242px;height:242px;margin:0 auto;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:linear-gradient(180deg,#3068ea,#214ec4);box-shadow:0 28px 64px #2563eb3d}.security-hero-card__pin:before{content:"";width:126px;height:126px;border-radius:50%;background:#ffffff2e}.security-hero-card__pin svg{position:absolute;width:90px;height:90px;color:#fff;transform:rotate(45deg)}.security-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:36px}.security-feature-card{display:grid;align-content:start;gap:16px;min-height:0;padding:28px 28px 24px;border-radius:30px;border:1px solid rgba(38,70,83,.08);background:#fffffffa;box-shadow:0 16px 32px #0f172a0d}.security-feature-card__icon{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:20px;background:#3b82f614;color:#2563eb}.security-feature-card__icon svg{width:26px;height:26px}.security-feature-card strong{color:#0f172a;font-family:var(--mc-font-display);font-size:22px;font-weight:800;line-height:1.3;letter-spacing:-.03em}.security-feature-card p{margin:0;color:#64748b;font-size:16px;line-height:1.72}.feature-principle-card strong{display:block;font-family:var(--mc-font-display);font-size:22px;line-height:1.25}.feature-principle-card p{margin:14px 0 0;color:var(--mc-text-secondary);font-size:15px;line-height:1.75}.feature-page__warning-panel{padding:34px;border-radius:30px;border:1px solid rgba(38,70,83,.08);background:linear-gradient(180deg,#fffcf8f2,#fffffff5);box-shadow:0 18px 40px #0f172a0f}.feature-page__warning-list{display:grid;gap:16px;margin-top:34px}.feature-page__warning-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;align-items:start;padding:18px 20px;border-radius:22px;background:#ffffffdb;border:1px solid rgba(245,158,11,.12)}.feature-page__warning-item span{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:16px;background:#f59e0b1f;color:#d97706;font-family:var(--mc-font-display);font-size:18px;font-weight:800}.feature-page__warning-item p{margin:0;color:var(--mc-text-secondary);font-size:15px;line-height:1.8}.security-assurance-grid,.security-contact-grid{display:grid;gap:24px;margin-top:40px}.security-assurance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.security-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.security-assurance-card,.security-contact-card{padding:30px 28px;border-radius:24px;border:1px solid rgba(38,70,83,.08);background:#fffffff0;box-shadow:0 18px 40px #0f172a0f}.security-assurance-card strong,.security-contact-card strong{display:block;font-family:var(--mc-font-display);font-size:22px;line-height:1.25}.security-assurance-card p,.security-contact-card p{margin:14px 0 0;color:var(--mc-text-secondary);font-size:15px;line-height:1.8}.security-contact-panel{padding:34px;border-radius:30px;border:1px solid rgba(38,70,83,.08);background:linear-gradient(180deg,#f8fbfff2,#fffffff5);box-shadow:0 18px 40px #0f172a0f}.security-social-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.security-social-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(59,130,246,.14);background:#3b82f60f;color:#2563eb;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease}.security-social-link:hover{background:#3b82f61a;border-color:#3b82f633;color:#1d4ed8}.security-docs-band .section-heading{max-width:820px}.security-docs-band .section-heading p{max-width:680px}.feature-page__hero{position:relative;overflow:hidden;padding:156px 0 88px}.feature-page__hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 10%,rgba(59,130,246,.16),transparent 28%),radial-gradient(circle at 85% 20%,rgba(6,182,212,.16),transparent 30%),linear-gradient(180deg,#f9fbff,#fff)}.feature-page__hero--security:before{background:radial-gradient(circle at 14% 16%,rgba(59,130,246,.16),transparent 28%),radial-gradient(circle at 84% 18%,rgba(16,185,129,.14),transparent 32%),linear-gradient(180deg,#f9fbff,#fff)}.feature-page__hero--referral:before{background:radial-gradient(circle at 16% 18%,rgba(59,130,246,.16),transparent 28%),radial-gradient(circle at 84% 18%,rgba(6,182,212,.14),transparent 30%),linear-gradient(180deg,#f9fbff,#fff)}.feature-page__hero--help:before{background:radial-gradient(circle at 14% 16%,rgba(59,130,246,.14),transparent 26%),radial-gradient(circle at 84% 16%,rgba(139,92,246,.12),transparent 28%),linear-gradient(180deg,#fafaff,#fff)}.feature-page__hero-inner,.feature-page__section-inner{position:relative;width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.feature-page__hero-inner{max-width:860px}.feature-page__eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:6px 14px;border-radius:999px;background:#3b82f61a;border:1px solid rgba(59,130,246,.18);color:#3b82f6;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.feature-page__hero-inner h1{margin:20px 0 0;max-width:760px;font-family:var(--mc-font-display);font-size:clamp(2.5rem,4vw,3.75rem);font-weight:800;line-height:1.08;letter-spacing:-.04em}.feature-page__hero-inner p{max-width:700px;margin:20px 0 0;color:var(--mc-text-secondary);font-size:18px;line-height:1.7}.feature-page__section{padding:0 0 88px}.feature-page__section-inner--narrow{max-width:980px}.referral-grid,.help-category-grid{display:grid;gap:24px;margin-top:48px}.referral-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.help-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.referral-step,.help-category-card{padding:30px 28px;border:1px solid rgba(38,70,83,.08);border-radius:24px;background:#ffffffeb;box-shadow:0 18px 40px #0f172a0f}.referral-step__number{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;font-family:var(--mc-font-display);font-size:20px;font-weight:800}.referral-step h3,.help-category-card strong{display:block;margin:18px 0 0;font-family:var(--mc-font-display);font-size:22px;font-weight:700;line-height:1.25}.referral-step p,.help-category-card p{margin:12px 0 0;color:var(--mc-text-secondary);font-size:15px;line-height:1.75}.referral-hero-metrics,.referral-rules-list{display:grid;gap:16px;margin-top:32px}.referral-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.referral-hero-metric,.referral-rules-item{padding:20px 18px;border-radius:20px;border:1px solid rgba(38,70,83,.08);background:#ffffffc7}.referral-hero-metric strong{display:block;font-family:var(--mc-font-display);font-size:28px;line-height:1}.referral-hero-metric span{display:block;margin-top:10px;color:var(--mc-text-secondary);font-size:14px;line-height:1.65}.referral-campaign-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:28px;align-items:stretch;padding:34px;margin-bottom:48px;border-radius:30px;border:1px solid rgba(38,70,83,.08);background:linear-gradient(135deg,#f6f9fff5,#fffffff5);box-shadow:0 18px 40px #0f172a0f}.referral-campaign-panel__visual{position:relative;overflow:hidden;display:grid;align-content:end;gap:16px;min-height:240px;padding:24px;border-radius:24px;background:radial-gradient(circle at 24% 22%,rgba(147,197,253,.3),transparent 24%),radial-gradient(circle at 82% 78%,rgba(34,211,238,.22),transparent 26%),linear-gradient(135deg,#1d4ed8,#0f766e)}.referral-campaign-panel__badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;width:fit-content;padding:0 12px;border-radius:999px;background:#ffffff24;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.referral-campaign-panel__card{padding:18px 18px 20px;border-radius:20px;background:#ffffff29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.referral-campaign-panel__card strong,.referral-campaign-panel__card span{display:block;color:#fff}.referral-campaign-panel__card strong{font-family:var(--mc-font-display);font-size:24px;line-height:1.15}.referral-campaign-panel__card span{margin-top:10px;font-size:14px;line-height:1.7;color:#ffffffd1}.referral-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.referral-detail-card{padding:32px 30px;border-radius:28px;border:1px solid rgba(38,70,83,.08);background:#fffffff0;box-shadow:0 18px 40px #0f172a0f}.referral-detail-card--reward{background:linear-gradient(180deg,#f0f9fff5,#fffffff5)}.referral-detail-card--share{background:linear-gradient(180deg,#f6f9fff5,#fffffff5)}.referral-detail-card h2{margin:18px 0 0;font-family:var(--mc-font-display);font-size:clamp(28px,3vw,40px);line-height:1.12;letter-spacing:-.03em}.referral-detail-list{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.referral-detail-list li{position:relative;padding-left:24px;color:var(--mc-text-primary);font-size:15px;line-height:1.75}.referral-detail-list li:before{content:"";position:absolute;left:0;top:10px;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#06b6d4)}.referral-detail-card__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.referral-rules-panel{padding:34px;border-radius:30px;border:1px solid rgba(38,70,83,.08);background:linear-gradient(180deg,#f6f9fff5,#fffffff5);box-shadow:0 18px 40px #0f172a0f}.referral-rules-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;align-items:start}.referral-rules-item span{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:16px;background:#3b82f61f;color:#2563eb;font-family:var(--mc-font-display);font-size:18px;font-weight:800}.referral-rules-item p{margin:0;color:var(--mc-text-secondary);font-size:15px;line-height:1.8}.feature-page--referral-detail{background:radial-gradient(circle at 14% 8%,rgba(96,165,250,.12),transparent 22%),linear-gradient(180deg,#f5f8ff,#fff 26%,#f6f9ff)}.referral-flow{padding:128px 0 92px}.referral-flow__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto;display:grid;gap:60px}.referral-screen{display:grid;gap:24px;scroll-margin-top:104px}.referral-screen--hero{gap:28px}.referral-hero-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1fr);gap:44px;align-items:center;padding:38px;border-radius:var(--mc-radius-xl);background:radial-gradient(circle at 14% 18%,rgba(96,165,250,.1),transparent 24%),linear-gradient(180deg,#f8fafffa,#fffffffa);box-shadow:0 16px 34px #0f172a0d}.referral-hero-shell__copy{max-width:520px}.referral-hero-shell__visual{display:flex;justify-content:center;position:relative;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;appearance:none;cursor:pointer}.referral-hero-shell__visual:focus-visible{outline:2px solid rgba(37,99,235,.28);outline-offset:8px}.referral-screen--hero .section-heading{max-width:700px}.referral-screen--hero .section-heading h1{margin:18px 0 0;color:#0f172a;font-family:var(--mc-font-display);font-size:clamp(46px,4.8vw,68px);line-height:1.04;letter-spacing:-.05em;text-wrap:balance}.referral-screen--hero .section-heading p{max-width:560px;margin-top:20px;color:#667085;font-size:18px;line-height:1.74}.referral-visual-image{display:block;width:100%;max-width:920px;margin:0 auto;border-radius:var(--mc-media-radius);background:#fff}.referral-visual-image--hero{max-width:900px}.referral-split-panel{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1fr);gap:40px;align-items:center}.referral-screen--steps-simple,.referral-screen--rewards-simple{gap:28px}.referral-screen__simple-heading{max-width:720px}.referral-screen__simple-heading h2{margin:0}.referral-screen__simple-visual{display:block}.referral-split-panel--rewards{grid-template-columns:minmax(420px,1fr) minmax(0,.94fr)}.referral-split-panel__copy{max-width:500px}.referral-split-panel__list{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.referral-split-panel__list li{position:relative;padding-left:22px;color:#10203e;font-size:15px;line-height:1.72}.referral-split-panel__list li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#06b6d4)}.referral-stage-card{position:relative;padding:24px;display:grid;justify-items:center;overflow:hidden;border-radius:var(--mc-radius-xl);background:linear-gradient(180deg,#f8fafffa,#fffffffa);box-shadow:0 16px 34px #0f172a0d}.referral-stage-card--steps{background:radial-gradient(circle at 20% 10%,rgba(96,165,250,.08),transparent 26%),linear-gradient(180deg,#f0f7fffa,#fffffffa)}.referral-stage-card--rewards{background:radial-gradient(circle at 82% 24%,rgba(59,130,246,.08),transparent 24%),linear-gradient(180deg,#eff6fffa,#fffffffa)}.referral-stage-card--steps .referral-visual-image,.referral-stage-card--rewards .referral-visual-image{max-width:880px}.referral-screen--steps-simple .referral-stage-card{padding:0;border-radius:28px;background:transparent;box-shadow:none}.referral-screen--steps-simple .referral-stage-card--steps .referral-visual-image{max-width:100%}.referral-screen--rewards-simple .referral-stage-card{padding:0;border-radius:28px;background:transparent;box-shadow:none}.referral-screen--rewards-simple .referral-stage-card--rewards .referral-visual-image{max-width:100%}.referral-stage-card__badge{position:absolute;left:24px;top:24px;z-index:1;display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(191,219,254,.95);background:#ffffffeb;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 10px 24px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:hero-float 5s ease-in-out infinite}.referral-screen--share{gap:24px}.referral-share-heading{max-width:760px}.referral-share-panel{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.referral-share-panel--shell{padding:20px 24px;border-radius:var(--mc-radius-xl);background:radial-gradient(circle at 16% 10%,rgba(96,165,250,.08),transparent 24%),linear-gradient(180deg,#f8fafffa,#fffffffa);box-shadow:0 16px 34px #0f172a0d}.referral-share-panel__socials{display:flex;align-items:center;gap:8px;min-height:42px}.referral-share-panel__social-link{box-shadow:0 8px 18px #0f172a0f}.referral-share-panel__download{flex-shrink:0}.referral-rules-cta{display:grid;justify-items:center;gap:20px;padding:46px 32px;border-radius:var(--mc-radius-xl);background:radial-gradient(circle at 50% 0%,rgba(96,165,250,.08),transparent 34%),linear-gradient(180deg,#f6f9fff5,#fff);box-shadow:0 16px 34px #0f172a0d}.referral-rules-cta h2{margin:0;color:#10203e;font-family:var(--mc-font-display);font-size:clamp(32px,3.1vw,48px);line-height:1.1;letter-spacing:-.04em;text-align:center;text-wrap:balance}.feature-page--help-center-detail{background:linear-gradient(180deg,#f7fbff,#fff 32%,#f5f8fc)}.help-center-shell{padding:124px 0 92px}.help-center-shell__inner{width:min(calc(100% - 32px),1200px);margin:0 auto}.help-center-panel{overflow:visible;border-radius:0;background:transparent;box-shadow:none}.help-center-panel__hero{position:relative;padding:0 32px 20px;text-align:center;color:var(--mc-color-text-strong);background:transparent}.help-center-panel__hero:after{content:none}.help-center-panel__hero h1{margin:0;font-family:var(--mc-font-display);font-size:clamp(52px,4.8vw,68px);line-height:1.02;letter-spacing:-.05em;text-wrap:balance}.help-center-panel__hero p{max-width:720px;margin:16px auto 0;color:#273b66bd;font-size:17px;line-height:1.74}.help-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:0 auto;padding:0 24px}.help-tab{position:relative;display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:0 20px;border:1px solid rgba(223,232,248,.96);border-radius:18px;background:#fffffffa;color:#65748b;font-size:14px;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 12px 24px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.help-tab:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0f172a12}.help-tab:after{content:"";position:absolute;left:24px;right:24px;bottom:-2px;height:3px;border-radius:999px;background:transparent}.help-tab.is-active{border-color:#5a87f56b;color:#2563eb;box-shadow:0 14px 28px #2563eb1a}.help-tab.is-active:after{background:#2563eb}.help-tab__icon{display:inline-grid;place-items:center;width:24px;height:24px}.help-tab__icon svg{width:22px;height:22px}.help-center-faq{padding:36px 32px 12px}.help-center-faq__list{display:grid;gap:16px;width:min(100%,700px);margin:0 auto}.help-center-faq__item{border-radius:22px;border:1px solid var(--mc-border-subtle);background:linear-gradient(180deg,#fffffffa,#f9fbfffa);box-shadow:0 10px 22px #0f172a0a;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.help-center-faq__item:hover{transform:translateY(-1px);border-color:#93c5fdeb;box-shadow:0 14px 28px #0f172a0d}.help-center-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;list-style:none;cursor:pointer}.help-center-faq__item summary::-webkit-details-marker{display:none}.help-center-faq__item summary span:first-child{color:#1b2740;font-size:17px;font-weight:700;line-height:1.6}.help-center-faq__arrow{display:inline-grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:linear-gradient(180deg,#f8fbff,#eef4ff);color:#2563eb;font-size:26px;line-height:1;transition:transform .18s ease,background .18s ease}.help-center-faq__item[open] .help-center-faq__arrow{transform:rotate(90deg)}.help-center-faq__item[open] .help-center-faq__arrow{background:linear-gradient(180deg,#e9f2ff,#dceafe)}.help-center-faq__item p,.help-center-faq__answer{margin:0;padding:0 24px 22px;color:#6f7d92;font-size:15px;line-height:1.85;white-space:pre-line;overflow-wrap:anywhere}.help-anchor-nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.help-anchor-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(59,130,246,.14);background:#3b82f60f;color:#2563eb;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease}.help-anchor-nav__link:hover{background:#3b82f61a;border-color:#3b82f633;color:#1d4ed8}.help-faq-list{display:grid;gap:14px;margin-top:24px}.help-faq-item{padding:16px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.22);background:#f8fafcc7}.help-faq-item summary{position:relative;padding-right:28px;color:var(--mc-text-primary);font-size:15px;font-weight:700;line-height:1.65;list-style:none;cursor:pointer}.help-faq-item summary::-webkit-details-marker{display:none}.help-faq-item summary:after{content:"+";position:absolute;top:0;right:0;color:#2563eb;font-size:20px;line-height:1}.help-faq-item[open] summary:after{content:"−"}.help-faq-item p{margin:14px 0 0;color:var(--mc-text-secondary);font-size:14px;line-height:1.8}.hero-stage__particles{position:absolute;inset:0;overflow:hidden}.hero-stage__particle{position:absolute;border-radius:999px;background:#3b82f6;opacity:.6;animation:hero-particle-float ease-in-out infinite}.hero-stage__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(214,221,230,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(214,221,230,.5) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 0%,transparent 70%);mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 0%,transparent 70%)}.hero-panel__content{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:60px;padding:0;position:relative;z-index:1;align-items:center}.hero-panel__eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 14px;border-radius:999px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#2563eb;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:none;margin-bottom:24px}.scaffold-section__eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 14px;border-radius:999px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#2563eb;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:24px}.hero-panel__eyebrow svg{flex:none}.hero-panel h1,.scaffold-section h2{margin:18px 0 0;font-family:var(--mc-font-display);line-height:1.02;letter-spacing:-.04em}.hero-panel h1{max-width:760px;font-size:clamp(2.8rem,5vw,4.6rem)}.hero-panel h1 span{color:var(--mc-color-primary-strong)}.hero-panel p,.scaffold-section p{max-width:560px;margin:0;color:var(--mc-text-secondary);font-size:1.125rem;line-height:1.75}.hero-copy__subtitle{font-size:18px;line-height:1.7;margin-bottom:32px}.hero-panel__actions{display:flex;align-items:center;gap:16px;margin-top:0}.hero-copy{position:relative;z-index:1;max-width:560px}.hero-title-coin{position:relative;min-height:182px;margin-top:0}.title-text{position:relative;z-index:1;margin:0;font-family:var(--mc-font-display);font-size:52px;font-weight:800;line-height:1.2;color:#111827;letter-spacing:-.02em}.title-text .line1,.title-text .line2{display:block}.title-text .line1{margin-bottom:8px}.title-text .line2{position:relative;margin-top:10px;display:inline;white-space:nowrap}.title-text .char{display:inline-block;transition:transform .16s ease;will-change:transform}.title-text .char.skip,.title-text .char.highlight{background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-text .char.squashed{transform:scaleY(.72) translateY(8px)}.coin-canvas{position:absolute;inset:0;z-index:2;width:100%;height:100%;pointer-events:none}.hero-stats{display:flex;align-items:center;gap:32px;margin-top:0;margin-bottom:32px;padding:24px 0;border-top:1px solid rgba(38,70,83,.1);border-bottom:1px solid rgba(38,70,83,.1)}.hero-stats__item{display:flex;flex-direction:column;gap:4px}.hero-stats__item strong{display:block;font-family:var(--mc-font-display);font-size:1.75rem}.hero-stats__item span{display:block;color:var(--mc-text-secondary);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.hero-stats__divider{width:1px;height:40px;background:#2646531a}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 28px;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:var(--mc-text-inverse);font-weight:700;cursor:pointer;box-shadow:0 12px 24px #2563eb2e;transition:transform .18s ease,box-shadow .18s ease;font-size:1rem}.primary-button:hover{transform:translateY(-2px);box-shadow:0 16px 30px #2563eb38}.primary-button__icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 2px 4px #0000001a;margin-right:2px}.primary-button__icon--small{width:22px;height:22px}.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px;padding:0 24px;border-radius:12px;border:1px solid #dbe3ef;background:transparent;color:#374151;font-weight:600;font-size:1rem;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.ghost-button:hover{border-color:#3b82f63d;color:#2563eb;background:#3b82f60a}.primary-button--small{min-height:44px;margin-left:auto;padding:0 10px 0 16px;font-size:.875rem;white-space:nowrap}.hero-device{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.hero-device__visual{position:relative;display:flex;align-items:center;justify-content:center;animation:hero-float 6s ease-in-out infinite}.hero-device__floats{position:absolute;inset:0}.hero-device__frame{position:relative;width:min(100%,290px);height:614px;padding:8px;border-radius:30px;background:linear-gradient(145deg,#243845,#0f1f28);box-shadow:0 32px 60px #0f1f2847}.hero-device__screen{position:relative;width:100%;height:100%;border-radius:22px;background:#fff;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}.hero-device__screen img{display:block;width:100%;height:auto;will-change:transform}.hero-device__screen img{transform:translateY(0)}.hero-device__screen:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ffffff05,#fff0)}.hero-device__screen img.is-scrollable{animation:hero-phone-preview-scroll 8s ease-in-out infinite alternate}.hero-device__glow{position:absolute;inset:-40px;z-index:-1;background:radial-gradient(circle at center,rgba(59,130,246,.2) 0%,transparent 70%)}.hero-device__float{position:absolute;background:#fffffff5;box-shadow:0 18px 30px #0f172a1f;color:#0f172a;animation:hero-float 4s ease-in-out infinite}.hero-device__float--approve{top:20%;left:-60px;display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:0 20px;border-radius:18px;font-size:.96rem;font-weight:700;color:#10b981}.hero-device__float--amount{right:-40px;bottom:25%;display:grid;gap:4px;padding:16px 20px;border-radius:18px;animation-delay:1s}.hero-device__float--amount strong{font-family:var(--mc-font-display);font-size:1.5rem;color:var(--mc-text-primary)}.hero-device__float--amount span{color:var(--mc-text-secondary);font-size:.75rem}.hero-device__note{position:absolute;left:50%;bottom:-28px;transform:translate(-50%);width:100%;text-align:center;margin:0;color:#1f1f1f80;font-size:.75rem;line-height:1.4;white-space:nowrap}.hero-stage__scroll{position:absolute;left:50%;bottom:40px;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;transform:translate(-50%);color:#1f1f1f8c;cursor:pointer;opacity:.6;transition:opacity .18s ease}.hero-stage__scroll:hover{opacity:1}.hero-stage__scroll span:last-child{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.hero-stage__mouse{position:relative;width:24px;height:40px;border:2px solid rgba(31,31,31,.28);border-radius:12px}.hero-stage__wheel{position:absolute;top:8px;left:50%;width:4px;height:8px;border-radius:2px;background:#1f1f1f61;transform:translate(-50%);animation:hero-wheel-scroll 1.5s ease-in-out infinite}.feature-band{padding:120px 0;background:#fff}.feature-band__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.section-heading{max-width:640px}.feature-band .section-heading,.reviews-band .section-heading{margin:0 auto 52px;text-align:center}.section-heading__tag{display:inline-flex;align-items:center;min-height:30px;padding:5px 13px;margin-bottom:14px;border-radius:999px;background:#3b82f614;border:1px solid rgba(59,130,246,.18);color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.section-heading h2{margin:0 0 16px;font-family:var(--mc-font-display);font-size:clamp(2rem,2.9vw,2.7rem);line-height:1.08;letter-spacing:-.02em;color:var(--mc-text-primary);text-wrap:balance}.section-heading h2 span{background:linear-gradient(135deg,#3b82f6,#06b6d4);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.section-heading p{margin:0;color:var(--mc-text-secondary);font-size:17px;line-height:1.76}.feature-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;margin-top:0}.feature-card{position:relative;overflow:hidden;grid-column:span 4;padding:40px 32px;border:1px solid #e5e7eb;border-radius:28px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-card:hover{transform:translateY(-8px);border-color:transparent;box-shadow:0 20px 30px #0f172a1a}.feature-card:nth-child(4),.feature-card:nth-child(5){grid-column:span 6}.feature-card__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px}.feature-icon-canvas{width:64px;height:64px;border-radius:16px;overflow:hidden;cursor:pointer}.feature-icon-canvas canvas{display:block}.feature-card h3{margin:18px 0 0;font-family:var(--mc-font-display);font-size:1.25rem;font-weight:700;letter-spacing:-.03em}.feature-card p{margin:12px 0 0;color:var(--mc-text-secondary);font-size:.9375rem;line-height:1.7}.feature-card__halo{position:absolute;top:0;right:0;width:150px;height:150px;opacity:0;transform:scale(.8);transition:opacity .24s ease,transform .24s ease}.feature-card:hover .feature-card__halo{opacity:.45;transform:scale(1)}.feature-card--blue .feature-card__icon{background:#3b82f61f;color:#2f6eff}.feature-card--blue .feature-card__halo{background:radial-gradient(circle,rgba(59,130,246,.22) 0%,transparent 70%)}.feature-card--violet .feature-card__icon{background:#8b5cf61f;color:#7c3aed}.feature-card--violet .feature-card__halo{background:radial-gradient(circle,rgba(139,92,246,.2) 0%,transparent 70%)}.feature-card--green .feature-card__icon{background:#10b9811f;color:#0f9f72}.feature-card--green .feature-card__halo{background:radial-gradient(circle,rgba(16,185,129,.2) 0%,transparent 70%)}.feature-card--amber .feature-card__icon{background:#f59e0b1f;color:#d18707}.feature-card--amber .feature-card__halo{background:radial-gradient(circle,rgba(245,158,11,.2) 0%,transparent 70%)}.feature-card--red .feature-card__icon{background:#ef44441f;color:#d53838}.feature-card--red .feature-card__halo{background:radial-gradient(circle,rgba(239,68,68,.18) 0%,transparent 70%)}.process-band__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto;padding:44px 32px;border-radius:36px;background:radial-gradient(circle at top right,rgba(96,165,250,.12),transparent 24%),linear-gradient(180deg,#f6fafffa,#fffffffa);color:var(--mc-text-primary);box-shadow:0 16px 34px #0f172a0d}.process-band .section-heading{max-width:none}.process-band .section-heading h2{white-space:nowrap;text-wrap:nowrap}.section-heading--light h2,.section-heading--light p{color:var(--mc-text-primary)}.section-heading__tag--light{background:#3b82f614;border-color:#3b82f62e;color:#2563eb}.process-carousel{position:relative;margin-top:24px}.process-carousel__arrow{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:#ffffffd1;box-shadow:0 12px 28px #0f172a1f;color:#2563eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transform:translateY(-50%);transition:transform .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease}.process-carousel__arrow:hover{background:#fffffff5;box-shadow:0 14px 32px #2563eb2e;color:#1d4ed8}.process-carousel__arrow:active{transform:translateY(-50%) scale(.96)}.process-carousel__arrow svg{width:20px;height:20px}.process-carousel__arrow--prev{left:18px}.process-carousel__arrow--next{right:18px}.process-carousel__viewport{overflow:hidden;border-radius:28px;border:1px solid rgba(203,213,225,.9);background:linear-gradient(180deg,#fffffff5,#f8fbfffa);cursor:pointer;touch-action:pan-y;box-shadow:inset 0 1px #fffc}.process-carousel__track{display:flex;transition:transform .42s ease}.process-carousel__track.is-dragging{transition:none}.process-carousel__viewport:active{cursor:grabbing}.process-banner-slide{flex:0 0 100%;min-height:0;padding:0}.process-visual{width:100%;height:100%;aspect-ratio:1440 / 494;overflow:hidden}.process-visual__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.process-carousel__controls{display:flex;justify-content:center;gap:10px;margin-top:18px}.process-dot{width:12px;height:12px;padding:0;border:0;border-radius:999px;background:#2563eb2e;cursor:pointer;transition:transform .18s ease,background .18s ease}.process-dot.is-active{transform:scale(1.2);background:#2563eb}.process-band__actions{display:flex;justify-content:center;margin-top:20px}.primary-button--light{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 12px 24px #2563eb2e}.primary-button--light:hover{box-shadow:0 16px 30px #2563eb38}.trust-band{padding:120px 0;background:linear-gradient(180deg,#f6f8fc,#f8fafc)}.trust-band__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto;display:grid;gap:28px}.trust-hero-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:28px;align-items:center;min-height:0;padding:38px;border-radius:34px;background:radial-gradient(circle at 78% 28%,rgba(59,130,246,.08) 0%,rgba(59,130,246,.03) 26%,transparent 48%),linear-gradient(180deg,#fffffffa,#f8fbfffa);box-shadow:0 16px 34px #0f172a0d;overflow:hidden}.trust-copy{position:relative;z-index:1;max-width:560px;min-height:100%;display:flex;flex-direction:column}.trust-copy .section-heading{text-align:left}.trust-copy .section-heading__tag{min-height:40px;padding:0 22px;border:1px solid rgba(96,165,250,.3);background:#eff6fff0;color:#2563eb;font-size:14px;letter-spacing:.08em}.trust-copy .section-heading h2{max-width:12ch;font-size:clamp(40px,4.2vw,60px);line-height:1.06;letter-spacing:-.06em;text-wrap:balance}.trust-copy__desc{max-width:460px;margin-bottom:30px;color:#64748b;font-size:17px;line-height:1.78}.trust-hero-card__button{width:fit-content;margin-top:24px;min-height:64px;padding:0 30px;border-radius:20px;font-size:18px;font-weight:800;box-shadow:0 14px 28px #2563eb33}.trust-visual-card{position:relative;min-height:440px;padding:24px;border-radius:0;border:none;background:radial-gradient(circle at top right,rgba(147,197,253,.22),transparent 34%),linear-gradient(180deg,#f4f9fffa,#fffffffa);box-shadow:none;overflow:hidden}.trust-visual-pill{position:absolute;z-index:2;display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(191,219,254,.95);background:#ffffffeb;color:#1d4ed8;font-size:13px;font-weight:800;letter-spacing:.04em;box-shadow:0 12px 24px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:hero-float 5.2s ease-in-out infinite}.trust-visual-pill--top{left:22px;top:22px}.trust-visual-pill--bottom{right:24px;bottom:104px;animation-delay:1.1s}.trust-visual-note{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;display:grid;gap:8px;padding:18px 20px;border-radius:24px;border:1px solid rgba(203,213,225,.88);background:#ffffffeb;box-shadow:0 16px 30px #0f172a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.trust-visual-note span{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.trust-visual-note strong{color:#0f172a;font-family:var(--mc-font-display);font-size:28px;font-weight:800;line-height:1}.trust-visual-note p{margin:0;color:#64748b;font-size:14px;line-height:1.65}.trust-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:6px;max-width:560px}.trust-list__item{display:flex;align-items:center;gap:14px;min-height:0;padding:14px 16px;border-radius:18px;border:1px solid rgba(38,70,83,.06);background:#ffffffdb;color:var(--mc-text-secondary);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 10px 24px #0f172a0a}.trust-list__item:hover{border-color:#3b82f62e;box-shadow:0 14px 24px #0f172a0d;background:#f8fbfff5}.trust-list__icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#3b82f614;color:#2563eb;flex:0 0 48px;transition:background .18s ease,color .18s ease}.trust-list__icon svg{width:22px;height:22px}.trust-list__item:hover .trust-list__icon{background:#2563eb;color:#fff}.trust-list__label{color:#475569;font-size:15px;font-weight:600;line-height:1.45}.trust-graphic{position:relative;width:100%;min-height:320px;margin:12px auto 0;overflow:visible}.trust-graphic__glow{position:absolute;border-radius:999px;background:radial-gradient(circle,#60a5fa38,#60a5fa00 72%);filter:blur(4px);pointer-events:none}.trust-graphic__glow--left{left:12px;bottom:112px;width:140px;height:140px}.trust-graphic__glow--right{right:8px;top:82px;width:180px;height:180px}.shield-wrapper{position:absolute;inset:0}.shield-wrapper__canvas{width:100%;height:100%;display:block;transform:translateZ(0);backface-visibility:hidden}.trust-graphic__ring{position:absolute;inset:50% auto auto 50%;width:220px;height:220px;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed rgba(38,70,83,.14)}.trust-graphic__shield{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:132px;height:132px;transform:translate(-50%,-50%);border-radius:32px;background:linear-gradient(180deg,#173848,#0e2734);color:#f3fbf9;box-shadow:0 18px 34px #12273433}.trust-graphic__shield svg{width:70px;height:70px}.reviews-band{padding:96px 0;background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden}.reviews-band__inner,.final-cta-band__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.reviews-marquee{position:relative;margin-top:24px;overflow:hidden;padding:16px 0;contain:paint}.reviews-marquee__track{display:flex;width:max-content;gap:24px;transform:translateZ(0);backface-visibility:hidden;will-change:transform;animation:reviews-marquee 50s linear infinite paused}.reviews-marquee__track.is-active{animation-play-state:running}.reviews-marquee__track:hover{animation-play-state:paused}.reviews-marquee__group{display:flex;gap:24px}.review-slide-item{width:360px;flex-shrink:0}.review-card{display:flex;flex-direction:column;gap:18px;height:100%;padding:28px;border:1px solid var(--mc-border-subtle);border-radius:24px;background:#fffffff5;box-shadow:0 14px 32px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.review-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px #0f172a17;border-color:#3b82f63d}.review-card__person{display:flex;align-items:center;gap:16px}.review-card__details{display:flex;flex-direction:column;gap:4px}.review-card__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;background:#f4f4f5f5;border:2px solid #ffffff;box-shadow:0 1px 2px #0000000d}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__rating{display:flex;gap:2px;color:#dca323}.review-card__text{margin:0;color:#4f5d73;line-height:1.8;flex-grow:1}.review-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid rgba(38,70,83,.06);color:var(--mc-text-secondary);font-size:12px}.review-card__badge{display:inline-flex;align-items:center;gap:4px;min-height:24px;color:#0f9f72;font-weight:600}.review-card__badge svg{flex-shrink:0}.review-card__date{color:#6b7280;font-size:.75rem;white-space:nowrap}.reviews-marquee__gradient{position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.reviews-marquee__gradient--left{left:0;background:linear-gradient(to right,#fffffffb,#fff0)}.reviews-marquee__gradient--right{right:0;background:linear-gradient(to left,#fffffffb,#fff0)}.final-cta-band{position:relative;padding:120px 0;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#06b6d4)}.final-cta-band__bg{position:absolute;inset:0;z-index:0}.final-cta-band__gradient{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.12) 0%,transparent 40%)}.final-cta-band__inner{position:relative;z-index:1}.cta-content{position:relative;z-index:2;max-width:700px;margin:0 auto;text-align:center}.cta-title{margin:0 0 20px;font-family:var(--mc-font-display);font-size:42px;font-weight:700;line-height:1.12;letter-spacing:-.04em;color:#fff}.cta-title .highlight{color:#fffffff0;border-bottom:3px solid rgba(255,255,255,.28)}.cta-desc{margin:0 0 40px;color:#fffdf9d1;font-size:18px;line-height:1.7}.cta-actions{margin-bottom:48px}.download-btn{display:inline-flex;align-items:center;gap:14px;padding:18px 34px;background:#fff;border:none;border-radius:22px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 22px 42px #0a254038}.download-btn:hover{transform:translateY(-3px);box-shadow:0 30px 58px #0003}.btn-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center}.btn-icon svg{display:block;width:46px;height:46px}.btn-text{display:flex;flex-direction:column;align-items:flex-start}.btn-small{color:#1f1f1f8c;font-size:13px}.btn-large{color:var(--mc-text-primary);font-size:22px;font-weight:700}.cta-stats{display:flex;justify-content:center;gap:60px}.cta-stat{display:flex;flex-direction:column;gap:4px;text-align:center}.stat-value{font-family:var(--mc-font-display);font-size:32px;font-weight:700;color:#fff}.stat-label{font-size:14px;color:#ffffffb3}.compliance-band{padding:80px 0 96px;background:#f8fafc}.compliance-band__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.compliance-band .section-heading{max-width:720px;margin:0 auto 36px;text-align:center}.compliance-band .section-heading h2{font-size:clamp(2rem,3vw,2.625rem)}@keyframes reviews-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 16px))}}.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:0}.legal-card{padding:32px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 4px 6px -1px #0000000d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.legal-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014}.legal-card__header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.legal-card h3,.docs-panel h3{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;letter-spacing:-.02em}.legal-card__body{color:#475569;font-size:.875rem;line-height:1.6}.legal-card__body strong{color:#0f172a}.legal-card p{margin:0;color:inherit;line-height:inherit}.legal-card--warning{border-left:4px solid #f59e0b}.legal-card--info{border-left:4px solid #3b82f6}.legal-card--detail{border-left:4px solid #10b981}.legal-card--full{grid-column:1 / -1}.legal-card__list{margin:16px 0 0;padding-left:20px;color:inherit;line-height:1.9}.address-text{margin-bottom:16px}.requirements-box{margin-top:18px;padding:16px;border-radius:8px;background:#f1f5f9}.requirements-box h4{margin:0;font-size:.875rem;font-weight:600;color:#334155}.requirements-box .legal-card__list{margin-top:8px}.loan-details{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:0;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.loan-details--dense{grid-template-columns:repeat(5,minmax(0,1fr))}.loan-details div{padding:16px;border-radius:0;background:transparent}.loan-details span{display:block;color:#64748b;font-size:.75rem}.loan-details strong{display:block;margin-top:4px;font-size:.875rem;color:#0f172a}.loan-example{margin-top:20px}.loan-example p,.loan-example small{display:block;margin-top:10px;color:var(--mc-text-secondary)}.calculation-example{margin-top:0;padding:20px;border-radius:12px;border:1px dashed #cbd5e1;background:#f8fafc}.calculation-example h4{margin:0 0 12px;font-size:.9375rem;font-weight:700;color:#1e293b}.math-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:0;margin-bottom:16px}.math-item{display:flex;flex-direction:column;gap:2px;font-size:.8125rem;color:#64748b}.math-item span{font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:700;color:#0f172a}.math-item small{color:#94a3b8}.math-item--total span{color:#3b82f6;font-size:1.1rem}.legal-note{display:block;margin-top:0;padding-top:12px;border-top:1px solid #e2e8f0;color:#94a3b8;font-style:italic;font-size:.75rem}.legal-docs-wrapper{margin-top:40px;padding-top:40px;border-top:1px solid #e2e8f0}.docs-panel{margin-top:0}.docs-title{text-align:center;margin-bottom:24px;color:#1e293b;font-size:1.125rem}.docs-panel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:0}.doc-link-card{display:flex;align-items:center;gap:16px;padding:22px 20px;border-radius:22px;border:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,#fffffffa,#f7fafff5);box-shadow:0 12px 26px #0f172a0a;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.doc-link-card:hover{border-color:#93c5fdeb;background:linear-gradient(180deg,#eff6fff5,#fffffffa);transform:translateY(-2px);box-shadow:0 16px 30px #0f172a0f}.doc-link-card:hover .doc-link-card__icon{background:#3b82f6;color:#fff}.doc-link-card:hover .doc-link-card__action{color:#3b82f6;transform:translate(4px)}.doc-link-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#f1f5f9;color:#64748b;flex-shrink:0;transition:all .3s ease}.doc-link-card__icon svg{width:24px;height:24px}.doc-link-card__copy{display:flex;flex-direction:column;gap:4px}.doc-link-card__copy strong{font-size:1rem;font-weight:700;color:#1e293b}.doc-link-card__action{color:#64748b;font-size:.75rem;font-weight:500;transition:all .3s ease;display:inline-block}.legal-card__icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:12px;flex:none}.legal-card__icon svg{width:24px;height:24px}.legal-card__icon--warning{background:#f59e0b1f;color:#f59e0b}.legal-card__icon--info{background:#3b82f61f;color:#3b82f6}.legal-card__icon--success{background:#10b9811f;color:#10b981}.blog-page{min-height:100vh}.blog-hero__inner,.blog-listing__inner,.blog-article-hero__inner,.blog-article-shell__inner,.blog-related__inner{width:min(calc(100% - 32px),var(--mc-shell-width));margin:0 auto}.blog-page--list{background:#fff}.blog-hero{position:relative;overflow:hidden;padding:160px 0 100px}.blog-hero__bg{position:absolute;inset:0;z-index:0;contain:paint}.blog-hero__gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.15) 0%,transparent 50%),linear-gradient(180deg,#f9fafb,#fff)}.blog-hero__particles{position:absolute;inset:0;overflow:hidden;contain:paint}.blog-hero__particle{position:absolute;border-radius:999px;background:#3b82f6;opacity:.6;animation:hero-particle-float ease-in-out infinite paused;transform:translateZ(0);backface-visibility:hidden}.blog-hero__particles.is-active .blog-hero__particle{animation-play-state:running}.blog-hero__inner{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;padding:0 24px}.blog-article-hero{position:relative;overflow:hidden;padding:140px 0 60px;background:#f9fafb}.blog-article-hero__bg{position:absolute;inset:0;z-index:0}.blog-article-hero__gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.1) 0%,transparent 50%)}.blog-article-hero__inner{position:relative;z-index:1;width:min(calc(100% - 48px),900px);padding:0}.blog-hero__eyebrow,.blog-article-hero__category{display:inline-block;margin-bottom:20px;padding:6px 12px;border-radius:6px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#3b82f6;font-size:13px;font-weight:600}.blog-hero h1,.blog-article-hero h1,.blog-related h2{margin:0;font-family:var(--mc-font-display);font-weight:800;line-height:1.2;letter-spacing:-.02em}.blog-hero h1,.blog-article-hero h1{font-size:clamp(2.5rem,4vw,3.5rem)}.blog-hero p,.blog-article-hero__meta,.blog-breadcrumb,.blog-status,.blog-card p,.blog-article-body,.blog-article-body p,.blog-sidebar__card,.blog-article-cta p{color:var(--mc-text-secondary)}.blog-hero p{max-width:760px;margin:0;font-size:16px;line-height:1.7}.blog-hero__eyebrow{margin-bottom:24px}.blog-hero h1{max-width:900px;text-wrap:balance}.blog-hero h1 span{background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-hero p{margin-top:20px}.blog-listing{padding:80px 0 36px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:32px}.blog-card{overflow:hidden;border:1px solid var(--mc-border-subtle);border-radius:24px;background:#fff;cursor:pointer;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-shadow:0 12px 30px #0f172a0a}.blog-card:hover{transform:translateY(-8px);box-shadow:var(--mc-shadow-card-hover);border-color:#3b82f64d}.blog-card:hover .blog-card__overlay{opacity:.3}.blog-card__media{position:relative;width:100%;padding-top:49.45%;height:0;background:linear-gradient(135deg,#3b82f6,#06b6d4);overflow:hidden}.blog-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.16),transparent 34%),linear-gradient(135deg,#3b82f6e6,#06b6d4f2)}.blog-card__placeholder-mark{position:absolute;width:110px;height:110px;border-radius:28px;border:10px solid rgba(255,255,255,.9);transform:rotate(12deg)}.blog-card__placeholder-mark--small{width:58px;height:58px;border-width:8px;border-radius:18px;transform:rotate(-14deg) translate(46px,34px)}.blog-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.blog-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1118270d,#11182759);opacity:.12;transition:opacity .18s ease}.blog-card__category{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;padding:6px 12px;border-radius:6px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#3b82f6;font-size:.75rem;font-weight:600;z-index:2}.blog-card__body{display:flex;flex-direction:column;flex-grow:1;gap:0;padding:24px}.blog-card__meta,.blog-article-hero__meta,.blog-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px}.blog-card__meta{margin-bottom:16px;color:#6b7280}.blog-card__meta-item{display:inline-flex;align-items:center;gap:4px}.blog-card h2{margin:0 0 12px;font-family:var(--mc-font-display);font-size:1.25rem;line-height:1.4;letter-spacing:-.03em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card p{margin:0 0 20px;flex-grow:1;font-size:14px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid #f3f4f6}.blog-card__tags{display:flex;flex-wrap:wrap;gap:8px}.blog-card__tags span{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:#3b82f614;color:#3b82f6;font-size:11px;font-weight:600}.blog-article-tags__tag{display:inline-flex;align-items:center;min-height:26px;padding:0 14px;border:1px solid rgba(59,130,246,.2);border-radius:6px;background:#3b82f614;color:#3b82f6;font-size:.8125rem;font-weight:600}.blog-card__more{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1.5px solid #e5e7eb;border-radius:8px;background:transparent;color:#374151;font-size:14px;font-weight:600;white-space:nowrap;transition:all .3s ease}.blog-card__more svg{transition:transform .18s ease}.blog-card:hover .blog-card__more{background:#3b82f6;border-color:#3b82f6;color:#fff}.blog-card:hover .blog-card__more svg{transform:translate(4px)}.blog-status{padding:36px 20px;text-align:center}.blog-status--compact{padding:24px 20px}.blog-status--page{width:min(calc(100% - 32px),720px);margin:80px auto;padding:36px 24px;border:1px solid rgba(38,70,83,.08);border-radius:24px;background:#fffcf7e0;box-shadow:var(--mc-shadow-soft)}.blog-breadcrumb button{padding:0;color:var(--mc-color-primary-strong);font-weight:600;cursor:pointer}.blog-breadcrumb{margin-bottom:24px;color:#6b7280}.blog-breadcrumb__current{color:#374151}.blog-article-hero h1{margin-bottom:24px;color:#111827;line-height:1.3;letter-spacing:-.02em;font-size:42px;font-weight:800}.blog-article-hero__meta{color:#6b7280;gap:12px;font-size:14px}.blog-article-hero__meta-item{display:inline-flex;align-items:center;gap:6px}.blog-article-hero__meta-item svg,.blog-breadcrumb svg{flex-shrink:0}.blog-article-hero__meta-divider{color:#d1d5db}.blog-article-shell{padding:60px 0 80px}.blog-article-shell__inner{width:min(calc(100% - 48px),1200px);margin:0 auto;display:grid;grid-template-columns:280px minmax(0,1fr);gap:60px;align-items:start}.blog-sidebar{display:block;position:sticky;top:100px;align-self:start}.blog-sidebar>*+*{margin-top:24px}.blog-sidebar__card{padding:24px;border:1px solid var(--mc-border-subtle);border-radius:24px;background:#fff;box-shadow:0 14px 30px #0f172a0d}.blog-sidebar__card h3{margin:0;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#111827}.blog-toc,.blog-share{display:flex;flex-direction:column;gap:8px;margin-top:16px}.blog-toc__link{padding:0;text-align:left;color:var(--mc-text-secondary);cursor:pointer}.blog-toc__link{padding:8px 12px;border-left:2px solid transparent;border-radius:6px;font-size:.875rem;line-height:1.6;transition:color .18s ease,background .18s ease,border-color .18s ease}.blog-toc__link--level3{padding-left:24px;font-size:.8125rem}.blog-toc__link:hover{color:var(--mc-color-primary-strong);background:#3b82f60d}.blog-toc__link--active{color:var(--mc-color-primary-strong);font-weight:600;background:#3b82f61a;border-left-color:var(--mc-color-primary-strong)}.blog-sidebar__card--share .blog-share{flex-direction:row;gap:8px}.blog-share__button{display:flex;align-items:center;flex:1;justify-content:center;height:40px;padding:0;border:none;border-radius:8px;color:#fff;cursor:pointer;box-shadow:none;transition:all .3s ease}.blog-share__button:hover{transform:translateY(-2px)}.blog-share__button--facebook{background:#1877f2}.blog-share__button--facebook:hover{background:#0f6ae5}.blog-share__button--twitter{background:#1da1f2}.blog-share__button--twitter:hover{background:#1295e5}.blog-share__button--whatsapp{background:#25d366}.blog-share__button--whatsapp:hover{background:#1fc45d}.blog-article-body{max-width:720px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:17px;line-height:1.8;color:#374151}.blog-article-body__content h2,.blog-article-body__content h3{margin:48px 0 24px;font-family:var(--mc-font-display);color:var(--mc-text-primary);letter-spacing:-.01em;scroll-margin-top:100px}.blog-article-body__content h2{font-size:2rem;font-weight:700;line-height:1.3}.blog-article-body__content h3{font-size:1.5rem;font-weight:600;margin:36px 0 16px;line-height:1.4}.blog-article-body__content p,.blog-article-body__content ul,.blog-article-body__content ol,.blog-article-body__content blockquote{margin:0 0 24px}.blog-article-body__content p.lead{font-size:1.25rem;font-weight:500;color:#4b5563;line-height:1.7;margin-bottom:32px}.blog-article-body__content p:first-child,.blog-article-body__content h2:first-child,.blog-article-body__content h3:first-child{margin-top:0}.blog-article-body__content img{display:block;width:100%;margin-top:24px;border-radius:0}.blog-article-body__content figure{margin:24px 0 0}.blog-article-body__content figcaption{margin-top:8px;font-size:.8125rem;line-height:1.5;color:#6b7280;text-align:center}.blog-article-body__content ul,.blog-article-body__content ol{padding-left:24px}.blog-article-body__content li{margin-bottom:12px;padding-left:8px}.blog-article-body__content ul li{list-style-type:disc}.blog-article-body__content ol li{list-style-type:decimal}.blog-article-body__content strong{font-weight:600;color:#111827}.blog-article-body__content em,.blog-article-body__content i{font-style:italic}.blog-article-body__content a{color:var(--mc-color-primary-strong);text-decoration:underline;transition:color .18s ease}.blog-article-body__content a:hover{color:var(--mc-color-primary)}.blog-article-body__content blockquote{padding:0 0 0 20px;border-left:4px solid rgba(59,130,246,.2);color:#4b5563}.blog-article-body__content pre{overflow:auto;padding:16px 20px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb}.blog-article-body__content code{padding:.15rem .35rem;border-radius:6px;background:#f3f4f6;font-size:.95em}.blog-article-body__content table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:24px 0 0}.blog-article-body__content th,.blog-article-body__content td{padding:12px 14px;border:1px solid #e5e7eb;text-align:left;vertical-align:top}.blog-article-body__content th{background:#f9fafb;font-weight:600}.blog-article-tags{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:48px;padding-top:32px;border-top:1px solid #e5e7eb}.blog-article-tags__label{font-size:.875rem;font-weight:600;color:#374151}.blog-article-cta{margin-top:48px;padding:40px;border-radius:16px;background:linear-gradient(135deg,#3b82f6,#06b6d4);text-align:center}.blog-article-cta__content strong{display:block;font-size:24px;font-weight:700;color:#fff}.blog-article-cta__content p{margin:12px 0 0;font-size:16px;color:#ffffffe6}.blog-article-cta__button{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:14px 28px;border-radius:8px;background:#fff;color:#3b82f6;font-size:16px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.blog-article-cta__button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.blog-article-cta__button-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#06b6d4)}.blog-related{padding:80px 0;background:#f9fafb}.blog-related h2{font-size:2rem;text-align:center}.blog-related-grid{display:grid;margin-top:40px;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.blog-related-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.blog-related-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a;border-color:#3b82f64d}.blog-related-card__media{position:relative;width:100%;height:180px;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#06b6d4)}.blog-related-card__media img{width:100%;height:100%;object-fit:cover}.blog-related-card__placeholder{width:100%;height:100%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.16),transparent 34%),linear-gradient(135deg,#3b82f6e6,#06b6d4f2)}.blog-related-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%)}.blog-related-card__body{padding:20px}.blog-related-card__category{margin-bottom:8px;font-size:12px;font-weight:600;color:#3b82f6}.blog-related-card__body h3{margin:0 0 12px;font-size:18px;font-weight:600;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-related-card__meta{font-size:13px;color:#6b7280}@media(max-width:1024px){.blog-article-shell__inner{grid-template-columns:1fr;gap:40px}.blog-sidebar{display:none}.blog-article-body{max-width:100%}}@media(max-width:768px){.blog-article-hero{padding:128px 0 56px}.blog-article-hero h1{font-size:28px}.blog-article-body{font-size:16px}.blog-article-body__content h2{font-size:24px}.blog-article-body__content h3{font-size:20px}.blog-related-grid{grid-template-columns:1fr}.blog-article-cta{padding:32px 24px}}.scaffold-section{padding:24px 0}.scaffold-section__card{padding:40px;border:1px solid var(--mc-border-soft);border-radius:var(--mc-radius-md);background:var(--mc-bg-surface);box-shadow:var(--mc-shadow-soft)}@keyframes hero-wheel-scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@keyframes hero-phone-preview-scroll{0%,15%{transform:translateY(0)}85%,to{transform:translateY(calc(-1 * var(--hero-phone-preview-scroll, 0px)))}}@keyframes hero-particle-float{0%,to{transform:translate(0) scale(1);opacity:.6}25%{transform:translate(10px,-20px) scale(1.1);opacity:.8}50%{transform:translate(-5px,-40px) scale(.9);opacity:.4}75%{transform:translate(15px,-20px) scale(1.05);opacity:.7}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes security-glow-breathe{0%,to{transform:scale(.96);opacity:.72}50%{transform:scale(1.04);opacity:1}}@keyframes security-particles-float-left{0%,to{transform:translateY(-50%) translateZ(0);opacity:.7}50%{transform:translateY(-50%) translate3d(-6px,-10px,0);opacity:.96}}@keyframes security-particles-float-right{0%,to{transform:translateY(-50%) translateZ(0);opacity:.66}50%{transform:translateY(-50%) translate3d(6px,10px,0);opacity:.92}}@keyframes security-shield-float{0%,to{transform:rotate(-45deg) translateY(0) scale(1);box-shadow:0 24px 52px #2563eb2e,inset 0 2px #ffffff38}50%{transform:rotate(-45deg) translateY(-10px) scale(1.02);box-shadow:0 28px 60px #2563eb38,inset 0 2px #ffffff3d}}@keyframes security-shield-core-pulse{0%,to{transform:scale(.94);opacity:.76}50%{transform:scale(1.04);opacity:1}}@keyframes security-shield-ring-pulse{0%,to{transform:scale(.94);opacity:.18}50%{transform:scale(1.06);opacity:.5}}@keyframes security-calculator-sheen{0%,to{transform:translate(-120%)}45%,55%{transform:translate(120%)}}@keyframes security-calculator-line-breathe{0%,to{opacity:.82;transform:scaleX(.98)}50%{opacity:1;transform:scaleX(1.02)}}@keyframes security-calculator-bar-pulse{0%,to{opacity:.86;transform:scaleX(.94)}50%{opacity:1;transform:scaleX(1)}}@keyframes security-calculator-key-breathe{0%,to{transform:translateY(0);box-shadow:inset 0 1px #ffffffdb}50%{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 8px 16px #0f172a0d}}@keyframes security-calculator-badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes security-calculator-core-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes security-calculator-row-breathe{0%,to{opacity:.84;transform:scaleX(.96)}50%{opacity:1;transform:scaleX(1)}}@keyframes security-calculator-note-drift-left{0%,to{transform:translateY(0)}50%{transform:translate(-4px,-6px)}}@keyframes security-calculator-note-drift-right{0%,to{transform:translateY(0)}50%{transform:translate(4px,6px)}}@keyframes security-trust-sheet-float{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-6px)}}@keyframes security-trust-line-breathe{0%,to{opacity:.84;transform:scaleX(.96)}50%{opacity:1;transform:scaleX(1)}}@keyframes security-trust-stamp-drift{0%,to{transform:translateY(0)}50%{transform:translate(4px,-6px)}}@keyframes security-trust-chip-drift-left{0%,to{transform:translateY(0)}50%{transform:translate(-4px,-6px)}}@keyframes security-trust-chip-drift-right{0%,to{transform:translateY(0)}50%{transform:translate(5px,4px)}}@keyframes security-trust-chip-drift-bottom{0%,to{transform:translateY(0)}50%{transform:translate(-2px,6px)}}@keyframes security-trust-particle-float{0%,to{opacity:.28;transform:translateZ(0) scale(.92)}50%{opacity:.62;transform:translate3d(0,-8px,0) scale(1)}}@keyframes security-warning-badge-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-6px,0)}}@keyframes security-warning-particle-float{0%,to{opacity:.24;transform:translateZ(0) scale(.92)}50%{opacity:.62;transform:translate3d(0,-8px,0) scale(1)}}@media(max-width:1024px){.title-text{font-size:42px}}@media(max-width:960px){.site-header__inner{flex-wrap:wrap}.site-footer__inner{grid-template-columns:1fr;gap:40px}.site-nav{order:3;width:100%;margin-left:0;gap:8px}.hero-panel__content{grid-template-columns:1fr;gap:40px}.hero-stats,.feature-grid,.process-grid,.trust-band__inner,.legal-grid,.docs-panel__grid,.blog-grid,.blog-article-shell__inner,.loan-details{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.feature-card:nth-child(4),.feature-card:nth-child(5){grid-column:auto}.review-slide-item{width:360px}.trust-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cta-stats{gap:32px;flex-wrap:wrap}.primary-button--small{margin-left:0}}@media(max-width:768px){.site-header{padding:12px 0}.site-header--scrolled{padding:9px 0}.site-header__inner{flex-wrap:nowrap;justify-content:space-between;gap:10px;min-height:40px}.site-brand{flex:1 1 auto;min-width:0}.site-brand img{height:28px;max-width:min(58vw,250px)}.site-nav{display:none}.primary-button--small{margin-left:auto;width:42px;min-width:42px;height:42px;padding:0;border:1px solid rgba(191,219,254,.9);border-radius:16px;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 24px #2563eb1a;flex:none}.primary-button--small .primary-button__text{display:none}.primary-button--small .primary-button__icon{margin-right:0;width:22px;height:22px;box-shadow:none}.site-menu-toggle,.site-drawer,.site-drawer-backdrop{display:block}.site-menu-toggle{flex:none}.cta-title{font-size:32px}.cta-desc{font-size:16px}.download-btn{padding:16px 24px;border-radius:16px}.cta-stats{gap:30px;flex-wrap:wrap}.stat-value{font-size:28px}.legal-grid{grid-template-columns:1fr}.legal-card--full{grid-column:span 1}.loan-details,.loan-details--dense{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.docs-panel__grid{grid-template-columns:1fr}.blog-article-cta__button{padding:14px 28px;font-size:16px}.feature-page__hero{padding:138px 0 72px}.home-proof-band,.home-advantage-band,.process-band,.home-entry-band{padding-bottom:72px}.home-proof-band__inner,.home-advantage-hero,.home-advantage-card,.home-advantage-card--reverse,.home-entry-card,.home-referral-hero__panel,.trust-band__inner,.trust-hero-card{grid-template-columns:1fr}.trust-hero-card{min-height:0;padding:32px}.trust-copy{max-width:none}.trust-copy .section-heading h2{font-size:clamp(42px,6vw,60px)}.trust-visual-card{max-width:420px;width:100%;min-height:420px;margin:0 auto}.security-hero-card{grid-template-columns:1fr;gap:28px;padding:32px}.security-hero-card__visual{max-width:420px;width:100%;margin:0 auto}.security-feature-grid{grid-template-columns:1fr}.home-advantage-card--reverse .home-advantage-card__content,.home-advantage-card--reverse .home-advantage-card__visual{order:initial}.advantage-growth-tier-card{inset:22px;padding:22px 18px 18px}.advantage-growth-visual__image{width:min(100%,320px)}.advantage-growth-tier-card__track{gap:8px}.advantage-growth-tier-card__step{width:42px;height:42px}.advantage-growth-tier-card__stats{gap:10px}.feature-principle-grid{grid-template-columns:1fr}.security-flow{padding:120px 0 72px}.security-flow__inner{gap:72px}.security-screen--split,.security-screen--anti-fraud,.security-screen--reverse{grid-template-columns:1fr;gap:28px;padding:28px 24px;border-radius:28px}.security-screen__copy{max-width:none}.security-screen__visual--shield,.security-screen__visual--calculator,.security-screen__visual--building,.security-screen__visual--social{max-width:420px;width:100%;margin:0 auto}.security-screen__copy h1,.security-screen__copy h2{font-size:clamp(42px,6vw,58px)}.security-screen__copy p{font-size:17px}.security-screen--split,.security-screen--anti-fraud,.security-screen--reverse{gap:36px}.security-screen--anti-fraud{grid-template-columns:1fr}.security-warning-card p{font-size:18px}.home-proof-band__inner{padding:72px 24px 76px}.home-advantage-hero{gap:28px}.home-advantage-hero__visual{min-height:320px}.home-advantage-device,.home-advantage-planner{min-height:500px;margin-left:0}.home-advantage-device__screen{right:72px;bottom:86px}.advantage-express-visual__sheet{left:38px}.advantage-growth-visual__graph{inset:44px 28px 60px}.home-advantage-float--front{right:8px}.home-advantage-float--bottom{right:36px}.home-advantage-planner-badge--top{right:8px}.home-advantage-planner-badge--bottom{left:16px}.home-proof-hero{gap:24px}.home-proof-hero strong{font-size:clamp(64px,16vw,108px)}.home-proof-hero p{font-size:20px}.feature-page__hero-inner p{font-size:16px}.referral-grid,.help-category-grid,.referral-detail-grid,.security-assurance-grid,.security-contact-grid,.referral-hero-metrics,.referral-campaign-panel,.referral-screen--share,.referral-split-panel,.referral-split-panel--rewards{grid-template-columns:1fr}.help-center-shell{padding:112px 0 64px}.help-center-panel__hero{padding:56px 24px 82px}.help-tabs{gap:12px;margin-top:-30px}.help-center-faq{padding:38px 22px 26px}.referral-hero-shell{grid-template-columns:1fr;padding:24px;border-radius:24px;gap:28px}.referral-stage-card{padding:18px;border-radius:22px}.referral-split-panel__copy{max-width:none}.referral-split-panel--rewards .referral-split-panel__copy{order:-1}.referral-process-card,.referral-reward-card__tiers,.referral-share-panel__socials{grid-template-columns:1fr}.referral-process-card{gap:18px}.referral-process-arrow{transform:rotate(90deg)}.security-hero-card__copy h2{font-size:clamp(44px,6vw,60px)}.security-hero-card__copy p{font-size:17px}.process-banner-slide,.process-banner-slide__content{grid-template-columns:1fr}.home-proof-band__glow--left{top:54px;left:56px}.home-proof-band__glow--center{top:92px;right:80px}.home-proof-band__glow--right{right:52px;bottom:72px}.process-banner-slide__copy-head{gap:18px}.process-banner-slide__visual{min-height:240px}.process-banner-slide{min-height:auto}.process-carousel{max-width:100%}.process-carousel__arrow{width:42px;height:42px}.process-carousel__arrow--prev{left:14px}.process-carousel__arrow--next{right:14px}.process-visual{aspect-ratio:auto}.process-visual__image{height:auto;object-fit:contain}}@media(max-width:640px){.hero-stage{min-height:auto;padding:92px 0 44px}.hero-panel__actions{flex-direction:column;align-items:stretch}.scaffold-section__card{padding:28px 20px}.hero-stats,.feature-grid{grid-template-columns:1fr}.hero-copy{max-width:none}.hero-panel__eyebrow{margin-bottom:18px}.hero-copy__subtitle{margin-bottom:24px;font-size:17px;line-height:1.65}.hero-stats{gap:18px;margin-bottom:24px;padding:18px 0}.hero-panel__actions .primary-button{width:100%}.feature-page__hero-inner h1{font-size:34px}.process-band .section-heading h2{white-space:normal;text-wrap:balance}.feature-principle-card,.home-advantage-hero,.home-advantage-card,.home-entry-card,.feature-page__warning-panel{padding:24px 20px;border-radius:20px}.home-entry-card__aside{min-height:180px}.advantage-growth-tier-card{inset:16px;padding:18px 16px 16px;border-radius:22px}.advantage-growth-visual{padding:16px}.advantage-growth-visual__image{width:min(100%,260px)}.advantage-growth-tier-card__track{grid-template-columns:1fr;gap:10px}.advantage-growth-tier-card__line{display:none}.advantage-growth-tier-card__step{width:38px;height:38px}.advantage-growth-tier-card__stats{gap:8px;margin-top:18px}.advantage-growth-tier-card__stat{padding:12px 10px;border-radius:14px}.advantage-growth-tier-card__stat strong{font-size:20px}.home-proof-band__inner{padding:56px 18px 60px;border-radius:28px}.home-advantage-hero{margin-bottom:24px}.home-advantage-hero__visual{min-height:280px}.home-advantage-hero__visual:before{content:none}.home-advantage-device{width:min(100%,360px);min-height:380px;padding:22px 18px 30px;border-radius:30px}.home-advantage-planner{width:min(100%,360px);min-height:420px;margin-left:0;padding:22px 18px 24px;border-radius:30px}.home-advantage-device__amount-label{font-size:14px}.home-advantage-planner__header{flex-wrap:wrap;gap:10px}.home-advantage-planner__eyebrow,.home-advantage-planner__status{min-height:30px;padding:0 12px;font-size:11px}.home-advantage-device__amount-card{margin-top:18px;padding:28px 18px;border-radius:22px;font-size:clamp(40px,11vw,58px)}.home-advantage-planner__amount span{font-size:14px}.home-advantage-planner__amount strong{margin-top:18px;padding:28px 18px;border-radius:22px;font-size:clamp(40px,11vw,58px)}.home-advantage-planner__section{margin-top:22px}.home-advantage-planner__section-label{font-size:13px}.home-advantage-planner__chips{gap:10px;margin-top:12px}.home-advantage-planner__chip{min-height:36px;padding:0 12px;font-size:12px}.home-advantage-planner__methods{gap:10px}.home-advantage-planner__method{min-height:96px;padding:14px 10px;border-radius:18px}.home-advantage-planner__method-icon{width:38px;height:38px;border-radius:14px}.home-advantage-planner__method strong{font-size:12px}.home-advantage-planner-badge{min-width:164px;padding:12px 14px;border-radius:18px}.home-advantage-planner-badge span{font-size:12px}.home-advantage-planner-badge strong{font-size:22px}.home-advantage-planner-badge--top{right:0;top:52px}.home-advantage-planner-badge--bottom{left:0;bottom:10px}.home-advantage-device__screen{right:44px;bottom:64px;width:118px;height:150px;border-radius:24px}.home-advantage-device__screen-icon{width:38px;height:64px;border-width:4px;border-radius:12px}.home-advantage-device__chip--shield{left:24px;bottom:76px;width:58px;height:28px}.home-advantage-device__chip--shield:before{width:12px;height:14px;border-width:2px}.home-advantage-float{min-width:180px;padding:16px 18px;border-radius:22px}.home-advantage-float span{font-size:13px}.home-advantage-float strong{font-size:26px}.home-advantage-float--front{right:2px;bottom:20px}.home-advantage-float--bottom{right:18px;bottom:-12px}.home-advantage-card__visual{min-height:260px}.advantage-growth-visual__graph{inset:30px 18px 42px;border-radius:20px}.advantage-growth-visual__curve{left:28px;right:26px;bottom:52px}.advantage-growth-visual__dot--one{left:40px;bottom:62px}.advantage-growth-visual__dot--two{left:92px;bottom:94px}.advantage-growth-visual__dot--three{right:88px;bottom:128px}.advantage-growth-visual__dot--four{right:34px;top:54px}.advantage-growth-visual__card{padding:14px 16px;border-radius:16px}.advantage-growth-visual__card strong,.advantage-express-visual__badge strong{font-size:22px}.advantage-express-visual__sheet--front{top:24px;width:196px;min-height:188px;padding:16px 14px 14px}.advantage-express-visual__sheet--mid{top:40px;width:188px;height:176px}.advantage-express-visual__sheet--back{top:54px;width:176px;height:164px}.advantage-express-visual__field{height:34px}.advantage-express-visual__field--wide{height:44px}.advantage-express-visual__confirm-icon{width:48px;height:48px}.advantage-express-visual__confirm-icon:before{left:15px;top:17px;width:16px;height:8px}.advantage-express-visual__token{width:38px;height:38px}.advantage-express-visual__token--id{left:42px;top:92px}.advantage-express-visual__token--check{right:40px;bottom:62px}.advantage-benefits-visual__gift{width:174px;height:174px}.advantage-benefits-visual__gift-box{width:144px;height:112px}.advantage-benefits-visual__gift-lid{top:22px;width:158px;height:46px}.advantage-benefits-visual__gift-ribbon--vertical{top:22px;bottom:16px;width:20px}.advantage-benefits-visual__gift-ribbon--horizontal{left:18px;right:18px;top:72px;height:20px}.advantage-benefits-visual__orbit--one{width:208px;height:208px}.advantage-benefits-visual__orbit--two{width:146px;height:146px}.advantage-benefits-visual__coin{width:34px;height:34px}.advantage-benefits-visual__coin:before{font-size:16px}.advantage-benefits-visual__coin--one{left:42px;top:78px}.advantage-benefits-visual__coin--two{right:42px;top:102px}.advantage-benefits-visual__coin--three{right:62px;bottom:50px}.advantage-benefits-visual__spark--one{left:60px;bottom:70px}.advantage-benefits-visual__spark--two{right:58px;top:70px}.home-advantage-hero__content{padding-right:0}.home-advantage-hero__content h2{font-size:42px;line-height:1}.home-advantage-hero__content p{margin-top:22px;font-size:18px;line-height:1.65}.home-advantage-hero__content .home-advantage-card__bullets li{font-size:15px}.trust-hero-card{display:grid;padding:24px 20px;border-radius:24px}.home-referral-hero__visual{min-height:380px;padding:20px}.home-referral-hero__copy{padding:28px 22px 26px;gap:18px}.home-referral-hero__copy h2{font-size:42px}.home-referral-hero__copy p{font-size:15px}.home-referral-hero__social-proof{align-items:flex-start;gap:10px}.trust-list{grid-template-columns:1fr;gap:12px;max-width:none}.trust-list__item{padding:14px 16px;border-radius:16px}.trust-copy .section-heading__tag{min-height:36px;padding:0 18px;font-size:12px}.trust-copy .section-heading h2{font-size:40px}.trust-copy__desc{margin-bottom:28px;font-size:16px}.trust-hero-card__button{min-height:58px;padding:0 24px;font-size:17px;border-radius:18px}.trust-graphic{position:relative;right:auto;top:auto;width:min(100%,320px);min-height:320px}.home-proof-hero{gap:20px}.home-proof-hero strong{font-size:clamp(52px,14vw,88px);line-height:.92;letter-spacing:-.045em;white-space:nowrap}.home-proof-hero p{font-size:17px;line-height:1.5}.home-proof-rating{min-width:0;width:100%;max-width:360px;padding:18px 20px;border-radius:22px}.home-proof-rating__stars{font-size:24px}.home-proof-rating__label{font-size:18px}.home-referral-hero__social-proof{display:grid;justify-items:start;gap:10px}.home-referral-hero__avatars img{width:36px;height:36px}.feature-page__warning-item{grid-template-columns:1fr}.feature-page__section{padding-bottom:64px}.referral-step,.help-category-card{padding:24px 20px;border-radius:20px}.referral-flow{padding:112px 0 64px}.referral-flow__inner{gap:56px}.referral-screen--hero .section-heading h1{font-size:42px}.referral-screen--hero .section-heading p{font-size:16px}.referral-visual-image{border-radius:20px}.referral-split-panel{gap:24px}.referral-split-panel__list{gap:10px;margin-top:18px}.referral-split-panel__list li{font-size:14px}.referral-share-panel--shell{padding:22px 18px;border-radius:24px}.referral-share-panel{align-items:flex-start}.referral-share-panel__socials{flex-wrap:wrap}.referral-share-panel__download{align-self:flex-start}.referral-rules-cta{padding:34px 20px;border-radius:24px}.referral-rules-cta h2{font-size:30px}.referral-stage-card__badge{left:18px;top:18px;min-height:34px;padding:0 14px;font-size:11px}.help-center-panel{border-radius:24px}.help-center-panel__hero:after{inset:auto 22px 18px}.help-center-panel__hero h1{font-size:44px}.help-center-panel__hero p{font-size:16px}.help-tabs{gap:10px;padding:0 18px}.help-tab{min-height:50px;padding:0 16px;border-radius:16px;font-size:13px}.help-center-faq__list{width:100%}.help-center-faq__item{border-radius:22px}.help-center-faq__item summary{padding:18px}.help-center-faq__item summary span:first-child{font-size:16px}.help-center-faq__arrow{width:36px;height:36px;flex-basis:36px;font-size:24px}.help-center-faq__item p,.help-center-faq__answer{padding:0 18px 18px;font-size:14px}.referral-detail-card,.referral-campaign-panel,.referral-rules-panel,.security-assurance-card,.security-contact-card,.security-contact-panel{padding:24px 20px;border-radius:20px}.security-flow{padding:108px 0 64px}.security-flow__inner{gap:56px}.security-screen__eyebrow{min-height:34px;padding:0 16px;font-size:12px}.security-screen__copy h1,.security-screen__copy h2{margin-top:20px;font-size:38px}.security-screen__copy p{margin-top:20px;font-size:16px;line-height:1.7}.security-screen__visual--shield,.security-screen__visual--calculator,.security-screen__visual--building,.security-screen__visual--social{min-height:280px;max-width:320px}.security-screen--split,.security-screen--anti-fraud,.security-screen--reverse{padding:24px 20px;border-radius:24px}.security-screen--info .security-screen__copy{padding-top:0}.security-screen--anti-fraud .security-screen__copy,.security-screen--anti-fraud .security-screen__visual{display:block}.security-screen--anti-fraud .security-screen__visual{max-width:100%;justify-self:stretch}.security-screen__orbit--inner{inset:78px 48px 84px}.security-screen__particles--left{left:8px}.security-screen__particles--right{right:8px}.security-screen__badge--shield{inset:58px 48px auto;width:148px;height:148px}.security-screen__badge--shield:before{width:76px;height:76px}.security-screen__badge--shield svg{width:56px;height:56px}.security-calculator-card{margin-top:18px;padding:22px 20px 24px;border-radius:22px}.security-calculator-card__badge{min-height:30px;padding:0 12px;font-size:12px}.security-screen__glow--calculator{inset:40px 28px 34px}.security-screen__orbit--calculator-outer{inset:62px 46px 54px}.security-screen__orbit--calculator-inner{inset:96px 86px 92px}.security-calculator-scene{min-height:276px}.security-calculator-scene__halo{inset:64px 46px 58px}.security-calculator-scene__backdrop--one{width:214px;height:172px;transform:translate(-28px,-12px) rotate(-7deg)}.security-calculator-scene__backdrop--two{width:184px;height:144px;transform:translate(34px,26px) rotate(8deg)}.security-calculator-core{width:164px;min-height:190px;padding:14px;border-radius:24px}.security-calculator-core__screen{padding:10px;border-radius:16px}.security-calculator-core__line,.security-calculator-core__row{height:9px}.security-calculator-core__keys{gap:8px;margin-top:14px}.security-calculator-core__key{height:38px;border-radius:12px}.security-calculator-note{min-height:34px;padding:0 12px;font-size:12px}.security-calculator-note--top{left:20px;top:42px}.security-calculator-note--side{right:16px;top:114px}.security-calculator-note--bottom{right:28px;bottom:28px}.security-calculator-badge{width:54px;height:54px;border-radius:16px;right:24px;top:34px}.security-calculator-badge svg{width:28px;height:28px}.security-trust-scene{min-height:256px}.security-trust-scene__halo{inset:52px 42px 46px}.security-trust-scene__ring--outer{width:176px;height:176px}.security-trust-scene__ring--inner{width:132px;height:132px}.security-trust-scene__core{width:108px;height:108px}.security-trust-scene__core-shell{width:74px;height:74px;border-radius:22px}.security-trust-scene__core-icon{width:50px;height:50px;border-radius:16px}.security-trust-scene__core-icon svg{width:24px;height:24px}.security-trust-scene__badge{width:34px;height:34px;border-radius:12px}.security-trust-scene__badge svg{width:16px;height:16px}.security-trust-scene__badge--top-left{left:40px;top:58px}.security-trust-scene__badge--right{right:34px;top:118px}.security-trust-scene__badge--bottom{left:70px;bottom:26px}.security-trust-scene__particle{width:7px;height:7px}.security-warning-card{grid-template-columns:1fr;padding:24px 20px;border-radius:24px}.security-warning-card__head{flex-direction:column;align-items:flex-start;gap:16px}.security-warning-card__icon{width:72px;height:72px;border-radius:20px}.security-warning-card__icon svg{width:32px;height:32px}.security-warning-card__head h2{font-size:34px}.security-warning-card p{margin-top:22px;font-size:16px}.security-warning-card__visual,.security-warning-visual{min-height:240px}.security-warning-visual__phone{width:164px;min-height:204px;padding:10px}.security-warning-visual__screen{padding:14px 12px 12px;border-radius:20px}.security-warning-visual__reference{min-height:42px}.security-warning-visual__badge{width:42px;height:42px;border-radius:14px}.security-warning-visual__badge svg{width:21px;height:21px}.security-warning-visual__badge--warn{top:30px;right:28px}.security-warning-visual__badge--shield{left:22px;bottom:28px}.security-screen--anti-fraud{grid-template-columns:1fr}.security-screen--anti-fraud .security-screen__visual{min-height:240px}.security-screen__copy--anti-fraud h2{font-size:34px}.security-screen__copy--anti-fraud p{font-size:16px}.security-anti-fraud-visual{min-height:240px}.security-anti-fraud-visual__wash{width:174px;height:136px}.security-anti-fraud-visual__stage{width:170px;height:38px;bottom:14px}.security-anti-fraud-visual__phone{right:64px;top:28px;width:114px;height:194px;border-radius:26px}.security-anti-fraud-visual__phone-notch{width:38px;height:10px}.security-anti-fraud-visual__screen{inset:22px 8px 8px;border-radius:20px}.security-anti-fraud-visual__screen-lock{top:40px;width:42px;height:42px}.security-anti-fraud-visual__screen-lock svg{width:20px;height:20px}.security-anti-fraud-visual__screen-line--one{top:102px;width:58px}.security-anti-fraud-visual__screen-line--two{top:114px;width:68px}.security-anti-fraud-visual__screen-line--three{top:126px;width:48px}.security-anti-fraud-visual__notice{top:52px;left:66px;width:146px;grid-template-columns:34px minmax(0,1fr);gap:8px;padding:11px 12px;border-radius:18px}.security-anti-fraud-visual__notice-icon{width:34px;height:34px;border-radius:12px}.security-anti-fraud-visual__notice-icon svg{width:18px;height:18px}.security-anti-fraud-visual__notice-title{width:66px}.security-anti-fraud-visual__notice-line--one{width:74px}.security-anti-fraud-visual__notice-line--two{width:58px}.security-anti-fraud-visual__shield{right:38px;bottom:28px;width:84px;height:96px}.security-anti-fraud-visual__shield-core svg{width:34px;height:34px}.security-anti-fraud-meta__social-bar{gap:10px}.security-social-card{min-height:0;padding:20px;gap:14px}.doc-link-card{padding:18px 16px;border-radius:18px}.doc-link-card__icon{width:42px;height:42px;border-radius:12px}.security-social-card__bar{flex-wrap:wrap;justify-content:center;min-height:0;padding:18px 16px;border-radius:22px;gap:12px}.security-social-card__icon{width:58px;height:58px;flex-basis:58px}.security-social-card__icon svg{width:28px;height:28px}.security-contact-grid--anti-fraud{grid-template-columns:1fr;gap:14px}.security-contact-card--anti-fraud{grid-template-columns:52px minmax(0,1fr);min-height:0;padding:18px 16px;border-radius:18px}.security-contact-card__icon{width:52px;height:52px;border-radius:16px}.security-contact-card__content strong{font-size:18px}.security-contact-card__content span{font-size:14px}.security-hero-card{padding:24px 20px;border-radius:24px}.security-hero-card__copy .section-heading__tag{min-height:34px;padding:0 16px;font-size:12px}.security-hero-card__copy h2{margin-top:22px;font-size:40px}.security-hero-card__copy p{margin-top:22px;font-size:16px;line-height:1.7}.security-hero-card__visual{min-height:280px;max-width:320px}.security-hero-card__ellipse--inner{inset:78px 48px 84px}.security-hero-card__pin{inset:54px 36px auto;width:148px;height:148px}.security-hero-card__pin:before{width:76px;height:76px}.security-hero-card__pin svg{width:56px;height:56px}.security-feature-card,.process-band__inner,.process-banner-slide{padding:24px 20px;border-radius:20px}.process-banner-slide__step{width:84px;height:84px;border-radius:22px;font-size:34px}.referral-rules-item{grid-template-columns:1fr}.hero-stats{display:grid;gap:18px}.hero-stats__group{gap:18px}.hero-stats__divider{display:none}.process-grid,.trust-band__inner,.legal-grid,.docs-panel__grid,.loan-details,.blog-grid,.blog-related-grid,.blog-article-shell__inner{grid-template-columns:1fr}.site-nav{gap:6px}.site-nav__link{padding:0 10px;font-size:.88rem}.primary-button--small{padding:0 12px}.hero-device__float{position:static;margin-top:0;animation:none}.hero-device{padding-bottom:28px}.hero-device__visual{flex-direction:column;align-items:center;gap:14px;width:100%;animation:none}.hero-device__floats{position:static;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(100%,328px)}.hero-device__frame{width:min(100%,228px);height:auto;aspect-ratio:290 / 614;margin:0 auto}.hero-device__float--approve{justify-content:center;min-height:52px;padding:0 16px;border-radius:16px;font-size:.92rem}.hero-device__float--amount{align-content:center;justify-items:center;min-height:52px;padding:12px 16px;border-radius:16px;text-align:center}.hero-device__float--amount strong{font-size:1.32rem}.hero-device__note{bottom:-36px;width:min(260px,calc(100vw - 80px));white-space:normal}.trust-list{grid-template-columns:1fr;gap:10px}.trust-hero-card{padding:24px 20px;border-radius:24px}.trust-visual-card{min-height:380px;padding:18px;border-radius:24px}.trust-copy .section-heading h2{max-width:none;font-size:clamp(34px,10vw,46px)}.trust-copy__desc{max-width:none;font-size:16px}.trust-visual-note{left:18px;right:18px;bottom:18px;padding:16px 18px;border-radius:20px}.trust-visual-note strong{font-size:24px}.trust-visual-pill{min-height:38px;padding:0 14px;font-size:12px}.trust-visual-pill--top{left:18px;top:18px}.trust-visual-pill--bottom{right:18px;bottom:92px}.review-slide-item{width:min(320px,calc(100vw - 88px))}.reviews-marquee__gradient{width:72px}.cta-stats{flex-direction:column;gap:20px;align-items:center}.cta-actions{margin-bottom:36px}.hero-stage__scroll{position:static;transform:none;margin:24px auto 0}.hero-title-coin{min-height:140px}.title-text{font-size:28px}.title-text .line2{white-space:normal}.process-band__inner{padding:30px 20px}.process-carousel__arrow{width:38px;height:38px}.process-carousel__arrow svg{width:18px;height:18px}.process-carousel__arrow--prev{left:10px}.process-carousel__arrow--next{right:10px}.process-banner-slide{padding:24px 20px;gap:22px}.process-banner-slide__step{width:84px;height:84px;font-size:36px}.process-banner-slide__copy-head{flex-direction:column;align-items:flex-start;gap:16px}.process-banner-slide__icon-wrap,.process-banner-slide__icon{width:78px;height:78px}.process-banner-slide__icon svg{width:30px;height:30px}.process-banner-slide__copy h3{font-size:28px}.process-banner-slide__copy p{font-size:15px;line-height:1.7}.process-visual{min-height:220px;border-radius:22px}.process-visual__phone{right:18px;bottom:16px;width:142px;height:190px;border-radius:22px;padding:14px}.process-visual__store-card{left:14px;right:14px;top:46px;padding:14px 12px;border-radius:16px}.process-visual__store-card strong{font-size:22px}.process-visual__badge{left:18px;bottom:18px;padding:10px 14px;font-size:12px}.process-visual__doc-card{left:18px;top:20px;width:164px;padding:16px 14px;border-radius:18px}.process-visual__doc-card strong{font-size:24px}.process-visual__doc-card span{font-size:12px}.process-visual__doc-card--secondary{right:16px;bottom:18px;width:150px}.process-visual__fund-card{left:18px;right:28px;top:20px;padding:18px 16px;border-radius:18px}.process-visual__fund-card strong{font-size:32px}.process-visual__fund-pill{left:24px;bottom:24px;padding:10px 14px;font-size:12px}.process-visual__fund-card--secondary{right:18px;bottom:18px;width:134px;padding:14px 14px 16px}.process-visual__fund-card--secondary strong{font-size:22px}.trust-graphic{min-height:340px}.trust-graphic__card--top,.trust-graphic__card--bottom{position:static;margin:16px}.blog-article-cta{padding:32px 24px}.blog-sidebar{position:static}}
