.header{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid var(--gray-200);transition:box-shadow .3s ease}.header--scrolled{box-shadow:var(--shadow-lg)}.header__content{display:flex;align-items:center;justify-content:space-between;height:70px;gap:2rem}.header__logo a{display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (hover: hover){.header__logo a:hover{opacity:.8}}.header__logo a:active{opacity:.6}.header__logo-image{height:40px;width:auto;display:block;transform:translateZ(0);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.header__mobile-toggle{display:none;flex-direction:column;gap:4px;background:transparent;padding:.5rem;order:-1}.header__mobile-toggle span{width:24px;height:2px;background:var(--gray-900);transition:all .3s ease}.header__nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.header__nav a{color:var(--gray-700);font-weight:500;font-size:.95rem;transition:color .2s ease;white-space:nowrap}.header__nav a:hover{color:var(--primary);text-decoration:none}.header__cta{background:transparent;color:var(--primary);padding:.75rem 1.75rem;border:2px solid var(--primary);border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .15s ease;white-space:nowrap;transform:translateZ(0);-webkit-transform:translate3d(0,0,0);-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (hover: hover){.header__cta:hover{background:var(--primary);color:var(--white)}}.header__cta:active{background:var(--primary-hover);color:var(--white);transform:scale(.98)}.header__cta:focus{outline:none}.header__cta:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.header__overlay{position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 968px){.header__mobile-toggle{display:flex;z-index:1001}.header__nav{position:fixed;top:69px;left:0;right:auto;width:280px;max-width:80vw;background:var(--white);flex-direction:column;gap:0;padding:1rem 0;box-shadow:var(--shadow-lg);border-top:1px solid var(--gray-200);transform:translate3d(-100%,0,0);opacity:1;visibility:hidden;transition:transform .3s ease,visibility .3s ease;height:calc(100vh - 70px);overflow-y:auto}.header__nav--open{transform:translateZ(0);visibility:visible}.header__nav a{width:100%;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200)}.header__nav a:last-child{border-bottom:none}.header__cta{padding:.65rem 1.25rem;font-size:.9rem}}@media (max-width: 640px){.header__content{height:60px;gap:1rem}.header__logo-image{height:auto}.header__nav{top:59px;height:calc(100vh - 60px);width:260px}.header__cta{padding:.6rem 1rem;font-size:.85rem;-webkit-tap-highlight-color:transparent;touch-action:manipulation}}.hero{padding:5rem 0 2rem;background:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 100%)}.hero__content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;margin-bottom:3rem}.hero__text{display:flex;flex-direction:column;gap:1.5rem}.hero__title{font-size:3rem;font-weight:800;line-height:1.1;color:var(--gray-900);letter-spacing:-.02em}.hero__subtitle{font-size:1.25rem;line-height:1.6;color:var(--gray-600)}.hero__platforms{display:flex;gap:.75rem;flex-wrap:wrap}.hero__platform-badge{display:inline-block;padding:.4rem .9rem;background:var(--primary);color:var(--white);border-radius:2rem;font-size:.875rem;font-weight:600}.hero__cta{background:var(--primary);color:var(--white);padding:1rem 2.5rem;border-radius:.75rem;font-weight:700;font-size:1.1rem;transition:all .2s ease;box-shadow:0 4px 12px #6366f14d;align-self:flex-start}.hero__cta:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.hero__cta:focus{outline:2px solid var(--primary);outline-offset:2px}.hero__visual{position:relative;width:100%;height:auto}.hero__image{width:100%;height:auto;display:block;border-radius:1rem;box-shadow:0 10px 30px #00000026;transform:translateZ(0);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.hero__note{max-width:800px;margin:0 auto;padding:1.75rem;background:var(--white);border-radius:.75rem;border-left:4px solid var(--primary);box-shadow:var(--shadow)}.hero__note p{color:var(--gray-700);line-height:1.6;font-size:1rem}@media (max-width: 968px){.hero{padding:3rem 0}.hero__content{grid-template-columns:1fr;gap:3rem}.hero__title{font-size:2.25rem}.hero__subtitle{font-size:1.1rem}.hero__visual{order:-1}}@media (max-width: 640px){.hero{padding:2rem 0}.hero__content{gap:2rem}.hero__title{font-size:1.85rem}.hero__subtitle{font-size:1rem}.hero__cta{width:100%;padding:.9rem 2rem;font-size:1rem}}.how-it-works{padding:5rem 0;background:var(--white)}.how-it-works__header{text-align:center;margin-bottom:4rem}.how-it-works__title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.how-it-works__subtitle{font-size:1.2rem;color:var(--gray-600)}.how-it-works__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.how-it-works__step{position:relative;text-align:center;padding:2rem;background:var(--gray-50);border-radius:1rem;transition:all .3s ease}.how-it-works__step:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.how-it-works__step-icon{margin:0 auto 1.5rem;width:48px}.how-it-works__step-number{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.how-it-works__step-title{font-size:1.35rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.how-it-works__step-description{color:var(--gray-600);line-height:1.6;font-size:.95rem}@media (max-width: 968px){.how-it-works{padding:4rem 0}.how-it-works__title{font-size:2rem}.how-it-works__steps{grid-template-columns:1fr;gap:2rem}}@media (max-width: 640px){.how-it-works{padding:3rem 0}.how-it-works__title{font-size:1.75rem}.how-it-works__subtitle{font-size:1rem}}.features{padding:5rem 0;background:var(--gray-50)}.features__header{text-align:center;margin-bottom:4rem}.features__title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.features__subtitle{font-size:1.2rem;color:var(--gray-600)}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.features__card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--gray-200)}.features__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.features__card--main{grid-column:span 2}.features__card-image{aspect-ratio:3 / 4;background:var(--gray-100);position:relative;overflow:hidden}.features__image{width:100%;height:100%;object-fit:cover;display:block;transform:translateZ(0);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.features__card-content{padding:1.75rem}.features__card-title{font-size:1.35rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.features__card-description{color:var(--gray-600);line-height:1.6;font-size:.95rem}.features__cta{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;padding:3rem;background:var(--white);border-radius:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.features__cta-title{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.features__cta-text{font-size:1.1rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.features__cta-button{background:var(--primary);color:var(--white);padding:1rem 2.5rem;border-radius:.75rem;font-weight:700;font-size:1.1rem;transition:all .2s ease;display:inline-block}.features__cta-button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #6366f14d}.features__cta-button:focus{outline:2px solid var(--primary);outline-offset:2px}.features__cta-visual{aspect-ratio:3 / 4;width:100%;max-width:300px;justify-self:center}.features__cta-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:1rem;box-shadow:0 10px 30px #00000026;transform:translateZ(0);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media (max-width: 968px){.features{padding:4rem 0}.features__title{font-size:2rem}.features__grid{grid-template-columns:1fr;margin-bottom:3rem}.features__card--main{grid-column:span 1}.features__cta{grid-template-columns:1fr;padding:2.5rem}.features__cta-visual{max-width:100%;aspect-ratio:9 / 16}}@media (max-width: 640px){.features{padding:3rem 0}.features__title{font-size:1.75rem}.features__subtitle{font-size:1rem}.features__cta{padding:2rem 1.5rem;margin-bottom:0}.features__cta-title{font-size:1.5rem}.features__cta-text{font-size:1rem}.features__cta-button{width:100%}}.banks{padding:5rem 0;background:var(--white)}.banks__header{text-align:center;margin-bottom:3rem}.banks__title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.banks__subtitle{font-size:1.2rem;color:var(--gray-600)}.banks__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1000px;margin:0 auto 2.5rem}.banks__card{background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;padding:1.25rem 1rem;text-align:center;font-size:1rem;font-weight:600;color:var(--gray-900);transition:all .2s ease}.banks__card:hover{background:var(--gray-50)}.banks__disclaimer{max-width:800px;margin:0 auto;padding:1.5rem;background:var(--gray-50);border-radius:.75rem;border-left:4px solid var(--warning)}.banks__disclaimer p{color:var(--gray-700);line-height:1.6;font-size:.9rem}.banks__disclaimer strong{color:var(--gray-900)}@media (max-width: 968px){.banks{padding:4rem 0}.banks__title{font-size:2rem}.banks__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.banks{padding:3rem 0}.banks__title{font-size:1.75rem}.banks__subtitle{font-size:1rem}.banks__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.banks__card{padding:1rem .75rem;font-size:.9rem}}.comparison{padding:5rem 0;background:var(--gray-50)}.comparison__header{text-align:center;margin-bottom:3rem}.comparison__title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.comparison__subtitle{font-size:1.2rem;color:var(--gray-600)}.comparison__table-wrapper{overflow-x:auto;margin-bottom:2rem;border-radius:1rem;box-shadow:var(--shadow-lg)}.comparison__table{width:100%;background:var(--white);border-collapse:collapse;border-radius:1rem;table-layout:fixed}.comparison__table th:nth-child(1),.comparison__table td:nth-child(1){width:40%}.comparison__table th:nth-child(2),.comparison__table td:nth-child(2){width:30%}.comparison__table th:nth-child(3),.comparison__table td:nth-child(3){width:30%}.comparison__table thead{background:var(--gray-900);color:var(--white)}.comparison__table th{padding:1.25rem 1.5rem;text-align:left;font-weight:700;font-size:1rem}.comparison__table td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);text-align:center}.comparison__table tbody tr:last-child td{border-bottom:none}.comparison__table tbody tr:hover{background:var(--gray-50)}.comparison__feature-name{text-align:left!important;font-weight:600;color:var(--gray-900)}.comparison__highlight{background:var(--primary)!important;color:var(--white)!important}.comparison__table tbody .comparison__highlight{background:#6366f10d!important}.comparison__note{max-width:800px;margin:0 auto;padding:1.75rem;background:var(--white);border-radius:.75rem;border-left:4px solid var(--primary);box-shadow:var(--shadow)}.comparison__note p{color:var(--gray-700);line-height:1.6;font-size:1rem}@media (max-width: 968px){.comparison{padding:4rem 0}.comparison__title{font-size:2rem}.comparison__table th,.comparison__table td{padding:1rem;font-size:.9rem}}@media (max-width: 640px){.comparison{padding:3rem 0}.comparison__title{font-size:1.75rem}.comparison__subtitle{font-size:1rem}.comparison__table th,.comparison__table td{padding:.75rem .5rem;font-size:.85rem}.comparison__table th:first-child,.comparison__table td:first-child{position:sticky;left:0;background:inherit;z-index:1}}.security{padding:5rem 0;background:var(--white)}.security__header{text-align:center;margin-bottom:4rem}.security__title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.security__subtitle{font-size:1.2rem;color:var(--gray-600)}.security__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.security__card{padding:2rem;background:var(--gray-50);border-radius:1rem;text-align:center;transition:all .3s ease;border:1px solid var(--gray-200)}.security__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.security__icon{margin:0 auto 1.5rem;width:48px}.security__card h3{font-size:1.35rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.security__card p{color:var(--gray-600);line-height:1.6;font-size:.95rem}.security__policy{max-width:700px;margin:0 auto;text-align:center;padding:1.75rem;background:var(--gray-50);border-radius:.75rem;border:1px solid var(--gray-200)}.security__policy p{color:var(--gray-700);line-height:1.6;font-size:1rem}.security__policy a{font-weight:600;color:var(--primary)}.security__policy a:hover{color:var(--primary-hover)}@media (max-width: 968px){.security{padding:4rem 0}.security__title{font-size:2rem}.security__content{grid-template-columns:1fr}}@media (max-width: 640px){.security{padding:3rem 0}.security__title{font-size:1.75rem}.security__subtitle{font-size:1rem}}.faq{padding:5rem 0;background:var(--gray-50)}.faq__header{text-align:center;margin-bottom:4rem}.faq__title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.faq__subtitle{font-size:1.2rem;color:var(--gray-600)}.faq__list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq__item{background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;overflow:hidden;transition:all .2s ease}.faq__item:hover{box-shadow:var(--shadow)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:var(--white);text-align:left;font-size:1.1rem;font-weight:600;color:var(--gray-900);transition:all .2s ease;gap:1rem}.faq__question:hover{background:var(--gray-50)}.faq__question:focus{outline:none;box-shadow:0 0 0 2px var(--primary)}.faq__question--open{background:var(--gray-50);color:var(--primary)}.faq__icon{color:var(--gray-600);flex-shrink:0;transition:transform .2s ease}.faq__question--open .faq__icon{transform:rotate(180deg);color:var(--primary)}.faq__answer{padding:1.5rem;animation:fadeIn .3s ease}.faq__answer p{color:var(--gray-600);line-height:1.6;font-size:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.faq{padding:4rem 0}.faq__title{font-size:2rem}}@media (max-width: 640px){.faq{padding:3rem 0}.faq__title{font-size:1.75rem}.faq__subtitle{font-size:1rem}.faq__question{padding:1.25rem 1rem;font-size:1rem}.faq__answer{padding:1.25rem 1rem}}.form{padding:5rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:var(--white)}.form__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.form__title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.form__subtitle{font-size:1.2rem;line-height:1.6;opacity:.95;margin-bottom:2rem}.form__benefits{display:flex;flex-direction:column;gap:1rem}.form__benefit{display:flex;align-items:center;gap:.75rem}.form__benefit svg{flex-shrink:0;stroke:var(--white)}.form__benefit span{font-size:1rem;opacity:.95}.form__form{background:var(--white);padding:2.5rem;border-radius:1.5rem;box-shadow:0 20px 40px #0003}.form__field{margin-bottom:1.5rem}.form__field label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--gray-900);font-size:.95rem}.form__required{color:var(--danger)}.form__field input{width:100%;padding:.9rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:all .2s ease;font-family:inherit}.form__field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form__field input:disabled{background:var(--gray-100);cursor:not-allowed}.form__checkbox{margin-bottom:1.5rem;display:flex;gap:.75rem}.form__checkbox input{flex-shrink:0;width:20px;height:20px;margin-top:.1rem;cursor:pointer}.form__checkbox label{color:var(--gray-700);font-size:.9rem;line-height:1.5;cursor:pointer}.form__checkbox a{color:var(--primary);font-weight:600}.form__error{padding:1rem;background:#ef44441a;border:1px solid var(--danger);border-radius:.5rem;color:var(--danger);font-size:.9rem;margin-bottom:1rem}.form__success{padding:1rem;background:#10b9811a;border:1px solid var(--success);border-radius:.5rem;color:var(--success);font-size:.9rem;margin-bottom:1rem;font-weight:600}.form__submit{width:100%;padding:1rem;background:var(--primary);color:var(--white);border-radius:.5rem;font-weight:700;font-size:1.1rem;transition:all .2s ease}.form__submit:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.form__submit:disabled{opacity:.6;cursor:not-allowed}.form__submit:focus{outline:2px solid var(--white);outline-offset:2px}.form__input--error{border-color:var(--danger)!important}.form__input--error:focus{box-shadow:0 0 0 3px #ef44441a!important}.form__field-error{display:block;margin-top:.5rem;color:var(--danger);font-size:.85rem;font-weight:500}@media (max-width: 968px){.form{padding:4rem 0}.form__content{grid-template-columns:1fr;gap:3rem}.form__title{font-size:2rem}}@media (max-width: 640px){.form{padding:3rem 0}.form__title{font-size:1.75rem}.form__subtitle{font-size:1rem}.form__form{padding:2rem 1.5rem}}.footer{background:var(--gray-900);color:var(--white);padding:4rem 0 2rem}.footer__main{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer__description{color:#ffffffb3;line-height:1.6}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__column h4{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.footer__column a{display:block;color:#ffffffb3;margin-bottom:.75rem;transition:color .2s ease;font-size:.95rem}.footer__column a:hover{color:var(--white);text-decoration:none}.footer__bottom{padding-top:2rem;text-align:center}.footer__copyright{color:#ffffffb3;font-size:.9rem;margin-bottom:.5rem}.footer__disclaimer{color:#ffffff80;font-size:.85rem}@media (max-width: 968px){.footer__main{grid-template-columns:1fr;gap:3rem}.footer__links{grid-template-columns:1fr}}@media (max-width: 640px){.footer{padding:3rem 0 1.5rem}}.footer__email{color:var(--primary);text-decoration:none;transition:opacity .2s ease}.footer__email:hover{opacity:.8;text-decoration:underline}
