*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.5}:root{--primary-color:#1f0202;--secondary-color:#911010;--primary-color-dark:rgb(10,0,0);--primary-color-dark-strong:rgb(6,0,0);--primary-color-light:rgb(120,103,103);--primary-color-light-strong:rgb(210,204,204);--primary-color-light-stronger:rgb(234,232,232);--text-color:#ffffff;--font-family:"Inter",sans-serif}body{display:flex;flex-direction:column;min-height:100vh;margin:0;background-color:var(--primary-color-dark);color:var(--text-color);font-size:16px;line-height:1.4;font-family:var(--font-family);overflow-x:hidden}.main{flex-grow:1;padding-top:70px}@media(max-width:768px){.main{padding-top:60px}}.footer{flex-shrink:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;gap:12px;border:none;border-radius:999px;font-weight:700;font-size:18px;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn--primary{background-color:var(--primary-color);color:#fff}.btn--primary:hover{opacity:.9}.btn--white{background-color:#fff;color:var(--primary-color-dark);box-shadow:0 4px 20px rgba(0,0,0,.25)}.btn--white:hover{background-color:#f0f0f0}.btn--full{width:100%}.header{display:flex;z-index:1000;position:fixed;top:0;right:0;left:0;align-items:center;height:70px;background-color:var(--primary-color)}@media(max-width:768px){.header{height:60px}}.header__container{display:flex;align-items:center;justify-content:space-between;gap:24px}.header__logo-link{display:flex;align-items:center}.header__logo-img{width:100%;max-width:180px;max-height:40px}@media(max-width:768px){.header__logo-img{max-width:140px;max-height:32px}}.hero{position:relative;padding:64px 0;overflow:hidden}@media(max-width:768px){.hero{padding:32px 0}}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 70% at 35% 65%,var(--primary-color) 0%,transparent 70%);opacity:.65;pointer-events:none;z-index:0}@media(max-width:768px){.hero::before{background:radial-gradient(ellipse 90% 30% at 50% 15%,var(--primary-color) 0%,transparent 70%)}}.hero__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr;align-items:center;gap:48px}@media(max-width:768px){.hero__container{gap:24px}}@media(min-width:1025px){.hero__container{grid-template-columns:1fr auto;gap:64px}}.hero__content{min-width:0}.hero__card{width:100%;max-width:480px;margin:0 auto}@media(min-width:1025px){.hero__card{min-width:380px;margin:0}}.hero__title{font-weight:700;font-size:64px;line-height:1.1;letter-spacing:-0.02em}@media(max-width:1024px){.hero__title{text-align:center}}@media(max-width:768px){.hero__title{font-size:32px}}.hero__rotator{display:grid;grid-template-areas:"stack";justify-content:flex-start;margin:12px 0}@media(max-width:1024px){.hero__rotator{justify-content:center}}.hero__rotator-item{display:inline-flex;grid-area:stack;align-items:center;justify-self:flex-start;padding:8px 28px;transform:scaleX(0) rotate(0deg);transform-origin:left center;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.25);color:var(--primary-color-dark);animation:hero-rotator-tile 16s infinite}@media(max-width:1024px){.hero__rotator-item{justify-self:center}}.hero__rotator-item--wedding{background-color:#ffe6b8;animation-delay:0s}.hero__rotator-item--wedding .hero__rotator-content{animation-delay:0s}.hero__rotator-item--wedding .hero__rotator-icon{background-image:url("../img/ring.png")}.hero__rotator-item--education{background-color:#d4d5f5;animation-delay:4s}.hero__rotator-item--education .hero__rotator-content{animation-delay:4s}.hero__rotator-item--education .hero__rotator-icon{background-image:url("../img/student.png")}.hero__rotator-item--auto{background-color:#f5c8d0;animation-delay:8s}.hero__rotator-item--auto .hero__rotator-content{animation-delay:8s}.hero__rotator-item--auto .hero__rotator-icon{background-image:url("../img/vehicle.png")}.hero__rotator-item--house{background-color:#c3ebc6;animation-delay:12s}.hero__rotator-item--house .hero__rotator-content{animation-delay:12s}.hero__rotator-item--house .hero__rotator-icon{background-image:url("../img/house.png")}.hero__rotator-content{display:inline-flex;align-items:center;gap:12px;animation:hero-rotator-content 16s infinite;opacity:0}.hero__rotator-icon{width:1em;height:1em;background-position:center;background-size:contain;background-repeat:no-repeat}.hero__ssl{display:flex;align-items:center;justify-content:center;margin-top:20px;gap:6px;font-size:12px;letter-spacing:.05em}@keyframes hero-rotator-tile{0%{transform:scaleX(0) rotate(0deg)}2%{transform:scaleX(1) rotate(0deg)}5%{transform:scaleX(1) rotate(-1.5deg)}23%{transform:scaleX(1) rotate(-1.5deg)}24%{transform:scaleX(1) rotate(0deg)}25%{transform:scaleX(0) rotate(0deg);transform-origin:right center}100%{transform:scaleX(0) rotate(0deg);transform-origin:right center}}@keyframes hero-rotator-content{0%{transform:translateY(8px);opacity:0}3%{transform:translateY(8px);opacity:0}5%{transform:translateY(0);opacity:1}21%{transform:translateY(0);opacity:1}23%{transform:translateY(-8px);opacity:0}100%{transform:translateY(-8px);opacity:0}}.trust-badges{position:relative;z-index:2;padding:0 16px}.trust-badges__container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;padding:20px 40px;border-radius:16px;background-color:var(--primary-color)}@media(max-width:768px){.trust-badges__container{padding:16px 6px}}.trust-badges__item{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:500;line-height:1}.trust-badges__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:var(--secondary-color)}.marquee{margin-top:40px;padding:14px 0}@media(max-width:768px){.marquee{margin-top:0}}.marquee__track{gap:8px;padding-right:8px}.marquee__track span{display:inline-flex;align-items:center;flex-shrink:0;gap:8px;color:var(--secondary-color);font-size:16px;font-weight:400;letter-spacing:.1em}.marquee__track span b{color:var(--secondary-color);font-weight:700}.glow-section{position:relative;overflow:hidden}.glow-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 65% 55% at 50% 50%,var(--primary-color) 0%,transparent 70%);opacity:.65;pointer-events:none;z-index:0}.glow-section>*{position:relative;z-index:1}.benefits{padding:96px 0}@media(max-width:768px){.benefits{padding:32px 0}}.benefits__title{margin-bottom:64px;font-weight:700;font-size:32px;text-align:center}@media(max-width:768px){.benefits__title{margin-bottom:32px;font-size:28px}}.benefits__grid{display:grid;grid-template-columns:1fr;max-width:1100px;margin:0 auto;gap:48px}@media(min-width:769px){.benefits__grid{grid-template-columns:repeat(3,1fr)}}.benefits__item{display:flex;flex-direction:column;align-items:flex-start;gap:16px;text-align:left}@media(max-width:768px){.benefits__item{align-items:center;text-align:center}}.benefits__icon{position:relative;width:160px;height:190px}.benefits__icon::after{position:absolute;inset:0;background-position:left center;background-size:contain;background-repeat:no-repeat;content:""}.benefits__icon-shape{position:absolute;fill:var(--secondary-color)}.benefits__icon--1 .benefits__icon-shape{top:20px;right:0}.benefits__icon--1::after{background-image:url("../img/fast-connection.png")}.benefits__icon--2{width:120px;height:190px}.benefits__icon--2 .benefits__icon-shape{top:20px;right:0}.benefits__icon--2::after{background-image:url("../img/robust-privacy.png")}.benefits__icon--3{width:202px;height:190px}.benefits__icon--3 .benefits__icon-shape{top:-5px;right:0}.benefits__icon--3::after{background-image:url("../img/utmost-convenience.png")}.benefits__heading{color:var(--secondary-color);font-weight:700;font-size:24px}.benefits__text{font-size:18px;line-height:1.6}.steps{padding:64px 0}@media(max-width:768px){.steps{padding:32px 0}}@media(max-width:768px){.steps__container{padding-right:32px;padding-left:32px}}.steps__title{margin-bottom:64px;font-weight:700;font-size:32px;text-align:center}@media(max-width:768px){.steps__title{margin-bottom:32px;font-size:28px}}.steps__grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1100px;margin:0 auto}@media(max-width:768px){.steps__grid{gap:24px}}@media(min-width:600px){.steps__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:769px){.steps__grid{grid-template-columns:repeat(4,1fr)}}.steps__item{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media(max-width:768px){.steps__item{align-items:center;justify-self:center;max-width:300px;text-align:center}}.steps__icon{position:relative;width:82px;height:82px}.steps__icon::before{content:"";position:absolute;top:50%;left:24px;width:72px;height:72px;border-radius:50%;background-color:var(--secondary-color);transform:translateY(-50%)}.steps__icon::after{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:left top;background-size:contain}.steps__icon--1::after{background-image:url("../img/step-submit.png")}.steps__icon--2::after{background-image:url("../img/step-confirmed.png")}.steps__icon--3::after{background-image:url("../img/step-funds.png")}.steps__icon--4::after{background-image:url("../img/step-questions.png")}.steps__badge{display:inline-block;padding:6px 20px;border-radius:999px;background-color:var(--primary-color);font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.steps__text{font-size:14px;line-height:1.5}.steps__text-accent{color:var(--secondary-color);font-weight:600}.cta{margin-top:40px;padding:96px 0;background-color:var(--primary-color)}@media(max-width:768px){.cta{margin-top:0;padding:32px 0}}.cta__container{display:grid;grid-template-columns:1fr;align-items:center;max-width:1100px;margin:0 auto;gap:48px}@media(min-width:769px){.cta__container{grid-template-columns:1fr 1fr;gap:64px}}.cta__title{margin-bottom:32px;font-weight:700;font-size:32px}@media(max-width:768px){.cta__title{margin-bottom:24px;font-size:28px}}.cta__list{margin-bottom:40px;padding:0;list-style:none}.cta__list li{display:flex;align-items:center;margin-bottom:24px;gap:8px;font-size:18px}.cta__list li svg{flex-shrink:0;color:var(--secondary-color)}.cta .btn{width:100%}.cta__illustration{position:relative;isolation:isolate;min-height:260px}.cta__illustration::before{content:"";position:absolute;top:50%;left:50%;z-index:-1;width:278px;height:278px;border-radius:50%;background-color:var(--secondary-color);transform:translate(-50%,-50%)}.cta__illustration::after{content:"";position:absolute;inset:0;background-image:url("../img/money.png");background-repeat:no-repeat;background-position:center;background-size:contain}.footer{padding:64px 0 32px;background-color:var(--primary-color-dark-strong);color:#fff;font-size:14px;line-height:1.6}@media(max-width:768px){.footer{padding:40px 0 24px}}.footer__container{display:flex;flex-direction:column;gap:48px}.footer__top{display:grid;grid-template-columns:1fr;gap:32px}@media(max-width:768px){.footer__top{gap:16px}}@media(min-width:1025px){.footer__top{grid-template-columns:1.5fr repeat(6,1fr)}}.footer__brand{display:flex;align-items:flex-start}@media(max-width:1024px){.footer__brand{align-items:center;justify-content:center}}.footer__logo{width:100%;max-width:160px;max-height:40px}.footer__links{display:flex;flex-direction:column;gap:16px}@media(max-width:1024px){.footer__links{align-items:center}}.footer__links a{color:#fff;font-size:14px;text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--secondary-color)}.footer__disclaimer{display:flex;flex-direction:column;gap:8px}.footer__disclaimer p{margin:0}.footer__disclaimer .footer__heading{color:var(--secondary-color);font-weight:500}.footer__copyright{color:#fff;text-align:center}.footer__copyright p{margin:0}.radio-icon{display:flex;align-items:center;justify-content:center}.radio-icon[data-show=true]{display:flex}.radio-icon[data-show=false]{display:none}.radio-icon__svg{width:100%;max-width:189px;max-height:35px}.radio-icon__path{fill:var(--primary-color-light-strong)}.radio-icon__gradient-start{stop-color:var(--primary-color)}.radio-icon__gradient-end{stop-color:var(--primary-color-light)}.text-page{padding-top:32px;padding-bottom:64px;color:var(--text-color);font-size:16px;line-height:1.6}@media(max-width:768px){.text-page{padding-top:16px;padding-bottom:32px}}.text-page>*{margin-bottom:.8rem}.text-page>*:last-child{margin-bottom:0}.text-page>*:first-child{margin-top:0}.text-page h1,.text-page h2,.text-page h3,.text-page h4,.text-page h5,.text-page h6{font-weight:700;line-height:1.2;color:#fff}.text-page h1{margin-top:1.4rem;font-size:2.25rem}.text-page h2{margin-top:1.3rem;font-size:1.875rem}.text-page h3{margin-top:1.2rem;font-size:1.5rem}.text-page h4{margin-top:1.1rem;font-size:1.2rem}.text-page h5{margin-top:1rem;font-size:1.1rem}.text-page h6{margin-top:.9rem;font-size:1rem}.text-page ul,.text-page ol{padding-left:1.3rem}.text-page ul li,.text-page ol li{margin-bottom:.25rem}.text-page ul{list-style-type:disc}.text-page ol{list-style-type:decimal}.text-page a{color:var(--secondary-color);text-decoration:underline}.text-page a:hover{text-decoration:none}.text-page blockquote{padding:.5rem 1rem;border-left:3px solid var(--secondary-color);background-color:var(--primary-color);font-style:italic}.text-page blockquote p{margin-bottom:0}.text-page img{display:block;max-width:100%;height:auto;border-radius:4px}.text-page table{width:100%;border-collapse:collapse}.text-page table th,.text-page table td{padding:.5rem;border:1px solid var(--secondary-color);text-align:left}.text-page table th{background-color:var(--primary-color);font-weight:bold}.text-page code,.text-page pre{padding:.2rem .4rem;border-radius:3px;background:var(--primary-color);font-family:monospace}.form-page{padding-top:32px;padding-bottom:32px}.not-found{display:flex;align-items:center;justify-content:center;min-height:70vh;text-align:center}.not-found__content{max-width:600px;margin:0 auto}.not-found__title{margin-bottom:1rem;color:var(--secondary-color);font-weight:700;font-size:120px;line-height:1}.not-found__message{margin-bottom:1.5rem;font-size:24px}.not-found__redirect{margin-bottom:2rem;font-size:16px}