*{box-sizing:border-box;margin:0;padding:0}:root{--bg-main: #FDFAF2;--bg-footer: #0A0D12;--gray-25: #F5F5F5;--gray-50: #ECECEC;--gray-100: #E2E2E2;--gray-200: #D9D9D9;--gray-300: #B2B2B2;--gray-400: #909092;--gray-500: #707073;--gray-600: #5C5C5E;--gray-700: #49494A;--gray-800: #333333;--gray-900: #231F20;--brand-100: #EFEDDF;--brand-300: #E2D3B7;--brand-500: #C6A056;--brand-600: #BA903F;--text-main: var(--gray-900);--text-title: var(--gray-900);--text-sub: var(--gray-500)}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-main);color:var(--text-main)}a{color:inherit;text-decoration:none}.nav-link,.btn-cta,.app-badge,.footer-link{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 32px}.header{height:80px;display:flex;align-items:center}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{display:inline-flex;align-items:center}.logo-mark{display:block;height:27px;width:auto}.nav{display:flex;align-items:center;gap:20px}.nav-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;text-transform:uppercase;line-height:18px;letter-spacing:.6px}.nav-link-gray{color:var(--gray-500)}.nav-link-gold{color:var(--brand-500)}.nav-icon{width:18px;height:18px;display:inline-flex}.nav-icon svg{width:100%;height:100%}.nav-link-gray:hover{color:var(--gray-600)}.nav-link-gold:hover{color:var(--brand-600)}.main{flex:1 0 auto;padding-top:24px;padding-bottom:40px}@media (min-width: 1024px){.page-home .main{min-height:calc(100vh - 192px);display:flex;align-items:center}.page-home .hero{width:100%}}.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1.25fr);gap:48px;align-items:center}.hero-left{display:flex;flex-direction:column;align-items:flex-start;max-width:480px}.hero-badge{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff;margin-bottom:24px}.hero-icon{max-width:100%;max-height:100%;display:block}.hero-title{color:var(--text-title);font-size:44px;font-weight:600;text-transform:uppercase;line-height:55px;letter-spacing:.88px;margin-bottom:12px}.hero-subtitle{color:var(--text-sub);font-size:20px;font-weight:500;text-transform:uppercase;line-height:30px;letter-spacing:1px;margin-bottom:56px}.hero-actions{display:flex;align-items:center;gap:16px}.btn-cta{height:44px;padding:0 24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.84px;line-height:1.2;border:1px solid var(--brand-500);background:#fff;color:var(--gray-700);cursor:pointer;white-space:nowrap;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.btn-cta:hover{background:var(--brand-500);color:#fff;border-color:var(--brand-500);box-shadow:0 8px 18px #0000002e;transform:translateY(-1px)}.app-badge{display:inline-flex;height:44px;border-radius:8px;transition:box-shadow .2s ease,transform .2s ease}.app-badge img{height:100%;width:auto;display:block;border-radius:8px}.app-badge:hover{box-shadow:0 8px 18px #0000004d;transform:translateY(-1px)}.hero-right{position:relative;display:flex;justify-content:center;align-items:center;padding-left:70px;padding-right:70px}.phone{position:relative;width:480px;max-width:100%;z-index:1}.phone img{display:block;width:100%;height:auto;border-radius:44px;transform:scale(1.1);transform-origin:center top}.footer{background:var(--bg-footer);color:#fff;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-inner{height:72px;display:flex;align-items:center;justify-content:flex-start;gap:32px;font-size:12px;font-weight:600;text-transform:uppercase;line-height:18px;letter-spacing:.6px}.footer-link{color:var(--brand-500)}.footer-link:hover{color:var(--brand-600)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-home .hero-left,.page-home .hero-right{opacity:0;animation:fadeUp .6s ease-out forwards}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}.page-home .hero-left,.page-home .hero-right{opacity:1;transform:none}}@media (max-width: 1200px){.phone{width:440px}.hero-right{padding-left:40px;padding-right:40px}}@media (max-width: 1024px){.hero{grid-template-columns:minmax(0,1fr)}.hero-left{order:1}.hero-right{order:2;padding-left:0}.header-inner{gap:12px}.phone{width:380px}.phone img{transform:scale(1)}}@media (max-width: 768px){.container{padding:0 16px}.header{height:auto;padding-top:12px;padding-bottom:12px}.header-inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px}.logo-mark{height:20px}.nav{gap:12px}.nav-link{font-size:11px;letter-spacing:.5px}.hero-badge{margin-bottom:20px}.hero-title{font-size:32px;line-height:40px;margin-bottom:10px}.hero-subtitle{font-size:16px;line-height:24px;margin-bottom:32px}.hero-actions{width:100%;flex-direction:column;align-items:center;gap:14px}.hero-actions .app-badge{width:100%;max-width:200px;height:44px}.hero-actions .app-badge img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero-actions .btn-cta{width:100%;max-width:200px;height:44px}.hero-right{padding-right:0}.phone{width:100%;max-width:360px}}@media (max-width: 600px){.hero-badge{margin-bottom:16px}.hero-title{font-size:28px;line-height:36px;margin-bottom:8px}.hero-subtitle{font-size:14px;line-height:22px;margin-bottom:28px}.hero-actions{gap:12px}.hero-actions .app-badge,.hero-actions .btn-cta{max-width:180px;height:42px}.phone{max-width:320px}.footer-inner{height:auto;padding-top:20px;padding-bottom:20px;flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width: 480px){.header-inner{justify-content:space-between}.hero-actions .app-badge,.hero-actions .btn-cta{max-width:180px;height:50px}.phone{max-width:280px}}@media (max-width: 400px){.hero-actions .app-badge,.hero-actions .btn-cta{max-width:170px;height:48px}.phone{max-width:260px}}.page-inner .main{padding-top:56px;padding-bottom:80px}.content{max-width:960px;margin:0 auto}.content h1{font-size:40px;font-weight:600;text-transform:uppercase;line-height:50px;letter-spacing:.8px;color:var(--text-title);margin-bottom:8px}.content>p{font-size:16px;line-height:24px;color:var(--text-sub);margin-bottom:48px}.content-updated{font-size:13px;line-height:19px;color:var(--gray-500);margin-bottom:40px}.info-layout{display:grid;gap:24px}.info-grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:16px}.info-card{background:#fff;border:1px solid var(--gray-100);border-radius:12px;padding:32px}.info-card-warning{background:#c6a0560d;border-color:var(--brand-300)}.info-card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.info-card-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-500)}.info-card-icon svg{width:100%;height:100%}.info-card-title{font-size:18px;font-weight:600;line-height:24px;color:var(--text-title);margin:0}.info-card p{font-size:15px;line-height:22px;color:var(--text-main);margin-bottom:16px}.info-card p:last-child{margin-bottom:0}.info-card ul,.info-card ol{margin:0 0 16px;padding-left:24px}.info-card ul:last-child,.info-card ol:last-child{margin-bottom:0}.info-card li{font-size:15px;line-height:22px;color:var(--text-main);margin-bottom:8px}.info-card li:last-child{margin-bottom:0}.info-card a{color:var(--brand-500);text-decoration:none;font-weight:500;transition:color .2s ease}.info-card a:hover{color:var(--brand-600)}.info-card strong{font-weight:500;color:var(--text-title)}.info-steps{counter-reset:step-counter;list-style:none;padding:0;margin:0}.info-steps li{counter-increment:step-counter;position:relative;padding-left:28px;margin-bottom:12px}.info-steps li:last-child{margin-bottom:0}.info-steps li:before{content:counter(step-counter);position:absolute;left:0;top:2px;width:20px;height:20px;background:var(--brand-500);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;line-height:1}.deletion-cta{display:flex;justify-content:center;margin:32px 0}.deletion-note{font-size:14px;line-height:21px;color:var(--gray-500);text-align:center;max-width:720px;margin:0 auto}.deletion-note a{color:var(--brand-500);text-decoration:none;font-weight:500;transition:color .2s ease}.deletion-note a:hover{color:var(--brand-600)}.back-home{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.7px;margin-bottom:24px;transition:color .2s ease}.back-home:hover{color:var(--brand-500)}.back-home svg{width:18px;height:18px;transition:transform .2s ease}.back-home:hover svg{transform:translate(-2px)}@media (hover: none) and (pointer: coarse){.nav-link-gray:hover,.nav-link-gold:hover,.btn-cta:hover,.app-badge:hover,.footer-link:hover,.info-card a:hover,.deletion-note a:hover,.back-home:hover{color:inherit;background:inherit;box-shadow:inherit;transform:none}.back-home:hover svg{transform:none}.app-badge{transform:none}}@media (max-width: 768px){.page-inner .main{padding-top:32px;padding-bottom:48px}.content h1{font-size:32px;line-height:40px}.content>p{font-size:16px;line-height:24px;margin-bottom:32px}.info-grid-two{grid-template-columns:1fr;gap:24px}.info-card{padding:24px}.deletion-cta{margin:32px 0 24px}.app-badge{height:52px}}
