*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1e40af;--blue-light: #2563eb;--blue-xlight: #3b82f6;--blue-pale: #eff6ff;--red: #dc2626;--red-light: #ef4444;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius: 8px;--radius-lg: 12px;--radius-xl: 16px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--gray-800);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}#root{width:100%;max-width:100%;margin:0;padding:0;text-align:left}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.navbar--scrolled{border-bottom-color:var(--gray-200);box-shadow:var(--shadow-sm)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.navbar__logo{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;line-height:1}.navbar__logo-lancer{color:var(--gray-900)}.navbar__logo-power{color:var(--blue)}.navbar__nav{display:flex;align-items:center;gap:32px}.navbar__link{font-size:.875rem;font-weight:500;color:var(--gray-600);transition:color .15s}.navbar__link:hover{color:var(--gray-900)}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:var(--radius);border:none;transition:background .15s,transform .1s,box-shadow .15s;white-space:nowrap}.btn--primary{background:var(--blue);color:var(--white);box-shadow:0 1px 2px #1e40af4d}.btn--primary:hover{background:var(--blue-light);box-shadow:0 4px 12px #1e40af4d;transform:translateY(-1px)}.btn--primary:active{transform:translateY(0)}.btn--outline{background:transparent;color:var(--blue);border:2px solid var(--blue)}.btn--outline:hover{background:var(--blue-pale)}.btn--sm{font-size:.8125rem;padding:8px 18px}.btn--md{font-size:.9375rem;padding:12px 28px}.btn--lg{font-size:1rem;padding:14px 32px;border-radius:var(--radius-lg)}.navbar__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}.navbar__burger span{display:block;width:22px;height:2px;background:var(--gray-700);border-radius:2px;transition:transform .2s,opacity .2s}.navbar__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.navbar__burger{display:flex}.navbar__nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);flex-direction:column;align-items:flex-start;gap:0;padding:16px 24px 24px;box-shadow:var(--shadow-lg)}.navbar__nav--open{display:flex}.navbar__link{padding:12px 0;font-size:1rem;width:100%;border-bottom:1px solid var(--gray-100)}.navbar__nav .btn{margin-top:16px;width:100%;justify-content:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--white);padding-top:64px}.hero__bg-grid{position:absolute;inset:0;background-image:linear-gradient(var(--gray-200) 1px,transparent 1px),linear-gradient(90deg,var(--gray-200) 1px,transparent 1px);background-size:60px 60px;opacity:.4;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}.hero__bg-glow{position:absolute;top:-20%;right:-10%;width:60%;height:80%;background:radial-gradient(ellipse,rgba(30,64,175,.08) 0%,transparent 70%);pointer-events:none}.hero__content{position:relative;padding-top:80px;padding-bottom:100px;max-width:760px}.hero__badge{display:inline-flex;align-items:center;background:var(--blue-pale);color:var(--blue);font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:28px;border:1px solid rgba(30,64,175,.2)}.hero__headline{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--gray-900);margin-bottom:24px}.hero__headline-accent{color:var(--blue)}.hero__sub{font-size:1.125rem;color:var(--gray-500);line-height:1.7;max-width:560px;margin-bottom:40px}.hero__ctas{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:72px}.hero__stats{display:flex;gap:48px;flex-wrap:wrap;padding-top:40px;border-top:1px solid var(--gray-200)}.hero__stat{display:flex;flex-direction:column;gap:4px}.hero__stat-value{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900)}.hero__stat-label{font-size:.875rem;color:var(--gray-500);font-weight:500}@media(max-width:768px){.hero__content{padding-top:48px;padding-bottom:72px}.hero__stats{gap:28px}.hero__stat-value{font-size:1.5rem}}.products{padding:96px 0;background:var(--gray-50)}.section-header{text-align:center;max-width:640px;margin:0 auto 64px}.section-eyebrow{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:12px}.section-title{font-size:clamp(1.875rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin-bottom:16px;line-height:1.15}.section-desc{font-size:1rem;color:var(--gray-500);line-height:1.7}.products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:32px;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s}.product-card:hover{border-color:var(--blue-xlight);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.product-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.product-card__badge{font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:4px 10px;border-radius:100px}.product-card__badge--hot{background:#fef2f2;color:var(--red);border:1px solid #fecaca}.product-card__badge--pro{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.product-card__badge--stock{background:var(--blue-pale);color:var(--blue);border:1px solid #bfdbfe}.product-card__badge--volume{background:#fefce8;color:#a16207;border:1px solid #fde68a}.product-card__icon{width:48px;height:48px;color:var(--blue)}.product-card__icon svg{width:100%;height:100%}.product-card__body{flex:1;margin-bottom:28px}.product-card__tagline{font-size:.8125rem;font-weight:500;color:var(--blue);margin-bottom:6px}.product-card__name{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900);margin-bottom:12px}.product-card__desc{font-size:.9375rem;color:var(--gray-500);line-height:1.65;margin-bottom:24px}.product-card__specs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-card__spec{display:flex;flex-direction:column;gap:2px;background:var(--gray-50);border-radius:var(--radius);padding:10px 12px}.product-card__spec-label{font-size:.75rem;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.product-card__spec-value{font-size:.9375rem;font-weight:600;color:var(--gray-800)}.product-card__cta{width:100%;justify-content:center}@media(max-width:900px){.products__grid{grid-template-columns:1fr}}@media(max-width:768px){.products{padding:72px 0}}.about{padding:96px 0;background:var(--white)}.about__intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:80px}.about__copy{font-size:1.0625rem;color:var(--gray-500);line-height:1.75;margin-bottom:16px}.about__copy:last-child{margin-bottom:0}.about__intro-visual{display:flex;justify-content:center}.about__visual-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:32px;width:100%;max-width:360px}.about__visual-line{display:flex;align-items:center;gap:10px;font-size:.9375rem;font-weight:600;color:var(--gray-700)}.about__visual-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.about__visual-dot--green{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.about__visual-divider{height:1px;background:var(--gray-200);margin:20px 0}.about__visual-stat-row{display:flex;gap:32px}.about__visual-stat{display:flex;flex-direction:column;gap:4px}.about__visual-num{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900)}.about__visual-lbl{font-size:.8125rem;color:var(--gray-500);font-weight:500}.about__visual-tags{display:flex;flex-wrap:wrap;gap:8px}.about__visual-tag{font-size:.8125rem;font-weight:500;background:var(--blue-pale);color:var(--blue);padding:4px 12px;border-radius:100px;border:1px solid rgba(30,64,175,.15)}.about__pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.about__pillar{padding:28px;border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);transition:border-color .2s,box-shadow .2s}.about__pillar:hover{border-color:var(--blue-xlight);box-shadow:var(--shadow-md)}.about__pillar-icon{width:40px;height:40px;color:var(--blue);margin-bottom:16px}.about__pillar-icon svg{width:100%;height:100%}.about__pillar-title{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:10px}.about__pillar-desc{font-size:.9375rem;color:var(--gray-500);line-height:1.65}@media(max-width:1024px){.about__pillars{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about{padding:72px 0}.about__intro{grid-template-columns:1fr;gap:40px;margin-bottom:56px}.about__pillars{grid-template-columns:1fr}}.contact{padding:96px 0;background:var(--gray-50)}.contact__layout{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:start}.contact__desc{font-size:1.0625rem;color:var(--gray-500);line-height:1.7;margin-bottom:40px}.contact__details{display:flex;flex-direction:column;gap:24px}.contact__detail{display:flex;gap:16px;align-items:flex-start}.contact__detail-icon{width:40px;height:40px;background:var(--blue-pale);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0;padding:8px}.contact__detail-icon svg{width:100%;height:100%}.contact__detail-label{font-size:.8125rem;color:var(--gray-400);font-weight:500;margin-bottom:2px}.contact__detail-value{font-size:.9375rem;font-weight:600;color:var(--gray-800);transition:color .15s}a.contact__detail-value:hover{color:var(--blue)}.contact__form-wrap{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:40px;box-shadow:var(--shadow-lg)}.contact__form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:.875rem;font-weight:600;color:var(--gray-700)}.form-required{color:var(--red)}.form-field input,.form-field select,.form-field textarea{padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius);font-size:.9375rem;color:var(--gray-800);background:var(--white);transition:border-color .15s,box-shadow .15s;outline:none;resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1e40af1a}.form-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer}.contact__submit{width:100%;justify-content:center;margin-top:4px}.contact__error{font-size:.875rem;color:var(--red);background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:10px 14px;text-align:center}.contact__disclaimer{font-size:.8125rem;color:var(--gray-400);line-height:1.6;text-align:center}.contact__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;gap:16px}.contact__success-icon{width:56px;height:56px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a;padding:12px}.contact__success-icon svg{width:100%;height:100%}.contact__success h3{font-size:1.375rem;font-weight:700;color:var(--gray-900)}.contact__success p{font-size:1rem;color:var(--gray-500);line-height:1.65;max-width:360px}@media(max-width:900px){.contact__layout{grid-template-columns:1fr;gap:48px}}@media(max-width:600px){.contact{padding:72px 0}.contact__form-wrap{padding:24px}.form-row{grid-template-columns:1fr}}.footer{background:var(--gray-900);color:var(--gray-400)}.footer__inner{display:grid;grid-template-columns:1.4fr 2fr;gap:64px;padding-top:64px;padding-bottom:64px}.footer__logo{display:inline-block;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:16px}.footer__logo-lancer{color:var(--white)}.footer__logo-power{color:var(--blue-xlight)}.footer__tagline{font-size:.9375rem;line-height:1.65;color:var(--gray-500);max-width:260px}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__col-heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:4px}.footer__col a{font-size:.9375rem;color:var(--gray-500);transition:color .15s}.footer__col a:hover{color:var(--white)}.footer__address{font-size:.9375rem;color:var(--gray-600)}.footer__bottom{border-top:1px solid var(--gray-800)}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;padding-top:24px;padding-bottom:24px;font-size:.875rem}.footer__bottom-links{display:flex;gap:24px}.footer__bottom-links a{color:var(--gray-500);transition:color .15s}.footer__bottom-links a:hover{color:var(--white)}@media(max-width:900px){.footer__inner{grid-template-columns:1fr;gap:40px}}@media(max-width:600px){.footer__links{grid-template-columns:1fr 1fr}.footer__bottom-inner{flex-direction:column;gap:12px;text-align:center}}.terms-page{min-height:100vh;background:var(--gray-50)}.terms-header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:10}.terms-header__inner{height:56px;display:flex;align-items:center}.terms-back{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:var(--gray-500);transition:color .15s}.terms-back:hover{color:var(--blue)}.terms-back svg{width:16px;height:16px}.terms-main{padding:48px 24px 80px;max-width:880px;margin:0 auto}.terms-page__heading{text-align:center;margin-bottom:40px}.terms-page__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin-bottom:10px}.terms-page__desc{font-size:1rem;color:var(--gray-500)}.accordion-list{display:flex;flex-direction:column;gap:16px}.accordion-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.accordion-card--open{box-shadow:var(--shadow-lg);border-color:var(--gray-300)}.accordion-card__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:28px 32px;background:none;border:none;cursor:pointer;text-align:left;gap:16px;transition:background .15s}.accordion-card__trigger:hover{background:var(--gray-50)}.accordion-card--open .accordion-card__trigger{border-bottom:1px solid var(--gray-200)}.accordion-card__trigger-left{display:flex;align-items:center;gap:16px}.accordion-card__badge{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:var(--blue-pale);border:1px solid rgba(30,64,175,.15);padding:4px 10px;border-radius:100px;white-space:nowrap;flex-shrink:0}.accordion-card__title{font-size:1.0625rem;font-weight:700;color:var(--gray-900);margin-bottom:4px;letter-spacing:-.01em}.accordion-card__subtitle{font-size:.875rem;color:var(--gray-500);line-height:1.5}.accordion-card__note{font-size:.8125rem;color:var(--blue);font-style:italic;margin-top:6px;line-height:1.5}.accordion-chevron{width:20px;height:20px;color:var(--gray-400);flex-shrink:0;transition:transform .25s ease}.accordion-chevron--open{transform:rotate(180deg)}.terms-doc{background:var(--white);overflow:hidden}.terms-doc__header{background:var(--gray-900);color:var(--white);padding:40px 56px 36px;border-bottom:4px solid var(--blue)}.terms-doc__company{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-xlight);margin-bottom:12px}.terms-doc__title{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:var(--white);margin-bottom:16px}.terms-doc__meta{display:flex;align-items:center;gap:10px;font-size:.875rem;color:var(--gray-400)}.terms-doc__meta-divider{color:var(--gray-600)}.terms-doc__preamble{padding:24px 56px;font-size:.9375rem;color:var(--gray-600);line-height:1.75;background:var(--blue-pale);border-bottom:1px solid var(--gray-200)}.terms-doc__sections{padding:8px 0}.terms-section{display:flex;gap:0;padding:28px 56px;border-bottom:1px solid var(--gray-100);transition:background .15s}.terms-section:last-child{border-bottom:none}.terms-section:hover{background:var(--gray-50)}.terms-section__number{font-size:.75rem;font-weight:700;color:var(--blue);opacity:.4;min-width:28px;padding-top:3px;font-variant-numeric:tabular-nums;letter-spacing:.02em}.terms-section__content{flex:1}.terms-section__title{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:10px;letter-spacing:-.01em}.terms-section__body{font-size:.9375rem;color:var(--gray-600);line-height:1.8}.terms-section__body--caps{font-size:.875rem;color:var(--gray-700);font-weight:500;line-height:1.75}.terms-doc__footer{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:24px 56px;display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center}.terms-doc__footer p{font-size:.8125rem;color:var(--gray-400);line-height:1.6}.terms-doc__footer a{color:var(--blue);font-weight:500;transition:color .15s}.terms-doc__footer a:hover{color:var(--blue-light)}.kyc-form{background:var(--white)}.kyc-section{padding:32px 56px;border-bottom:1px solid var(--gray-100)}.kyc-section:last-of-type{border-bottom:none}.kyc-section__title{display:flex;align-items:center;gap:12px;font-size:.9375rem;font-weight:700;color:var(--gray-900);margin-bottom:20px;letter-spacing:-.01em}.kyc-section__num{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:3px 8px;border-radius:4px;flex-shrink:0}.kyc-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.kyc-fields--readonly input{background:var(--gray-50);color:var(--gray-500);cursor:default}.kyc-field{display:flex;flex-direction:column;gap:6px}.kyc-field--full{grid-column:1 / -1}.kyc-field--sm{grid-column:span 1}.kyc-field label{font-size:.8125rem;font-weight:600;color:var(--gray-600)}.kyc-field input{padding:9px 12px;border:1.5px solid var(--gray-200);border-radius:var(--radius);font-size:.9rem;color:var(--gray-800);background:var(--white);outline:none;transition:border-color .15s,box-shadow .15s}.kyc-field input::placeholder{color:var(--gray-400)}.kyc-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1e40af1a}.kyc-field input[readonly]:focus{border-color:var(--gray-200);box-shadow:none}.kyc-declarations-note{font-size:.875rem;color:var(--gray-500);margin-bottom:16px}.kyc-declarations{display:flex;flex-direction:column;gap:10px}.kyc-declaration{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border:1.5px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,background .15s}.kyc-declaration:hover{border-color:var(--blue-xlight);background:var(--blue-pale)}.kyc-declaration--checked{border-color:var(--blue);background:var(--blue-pale)}.kyc-declaration input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:1px;accent-color:var(--blue);cursor:pointer}.kyc-declaration__content{display:flex;flex-direction:column;gap:4px}.kyc-declaration__title{font-size:.875rem;font-weight:700;color:var(--gray-800)}.kyc-declaration__text{font-size:.875rem;color:var(--gray-500);line-height:1.65}.kyc-declaration--checked .kyc-declaration__title{color:var(--blue)}.kyc-section--signature{background:var(--gray-50)}.kyc-sig-line{margin-top:24px;padding-top:24px;border-top:1px dashed var(--gray-300)}.kyc-sig-line__field{display:flex;flex-direction:column;gap:8px;max-width:340px}.kyc-sig-line__box{height:56px;border-bottom:2px solid var(--gray-400)}.kyc-sig-line__field span{font-size:.75rem;color:var(--gray-400);font-style:italic}.kyc-form__footer{padding:28px 56px 36px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;border-top:1px solid var(--gray-200)}.kyc-form__footer .btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.kyc-form__footer-note{font-size:.8125rem;color:var(--gray-400)}.kyc-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 40px;gap:16px}.kyc-success__icon{width:56px;height:56px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a;padding:12px}.kyc-success__icon svg{width:100%;height:100%}.kyc-success h3{font-size:1.375rem;font-weight:700;color:var(--gray-900)}.kyc-success p{font-size:1rem;color:var(--gray-500);line-height:1.65;max-width:420px}@media(max-width:768px){.accordion-card__trigger{padding:20px}.accordion-card__trigger-left{flex-direction:column;align-items:flex-start;gap:8px}.terms-doc__header{padding:28px 24px}.terms-doc__preamble,.terms-section{padding:20px 24px}.terms-section__number{display:none}.terms-doc__footer{padding:20px 24px}.kyc-section{padding:24px 20px}.kyc-fields{grid-template-columns:1fr}.kyc-field--full,.kyc-field--sm{grid-column:span 1}.kyc-form__footer{padding:24px 20px 32px}}
