@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/fonts_poppins-v20-latin-regular.woff2') format('woff2');}@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/fonts_poppins-v20-latin-600.woff2') format('woff2');}@font-face{font-family:'Poppins';font-style:normal;font-weight:900;font-display:swap;src:url('../fonts/fonts_poppins-v20-latin-900.woff2') format('woff2');}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;}header{position:fixed;top:0;left:0;right:0;background:white;padding:20px 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.05);}.logo{width:60px !important;height:60px !important;display:flex;align-items:center;justify-content:center;}.logo svg,.logo img{width:100%;height:100%;object-fit:contain;}.header-buttons{display:flex;gap:15px;align-items:center;}.btn-outline{padding:12px 30px;border:2px solid #1a0f4d;background:white;color:#1a0f4d;border-radius:30px;font-weight:600;cursor:pointer;text-decoration:none;transition:all 0.3s;}.btn-outline:hover{background:#1a0f4d;color:white;}.btn-primary{padding:12px 30px;background:#1a0f4d;color:white;border-radius:30px;font-weight:600;cursor:pointer;text-decoration:none;border:none;transition:all 0.3s;}.btn-primary:hover{background:#2d1a6d;transform:translateY(-2px);}.connected-section{background:#110055;padding-top:160px;padding-bottom:120px;padding-left:5%;padding-right:5%;text-align:center;}.connected-headline{font-size:48px;font-weight:900;color:white;margin-bottom:80px;font-style:italic;}.connected-images-wrapper{max-width:1400px;margin:0 auto;}.connected-image-desktop{width:100%;height:auto;}.connected-image-mobile{width:100%;height:auto;display:none;}.additional-hero{background:#1a0f4d;min-height:500px;position:relative;display:flex;align-items:center;justify-content:center;}.additional-hero img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}.additional-hero-text{position:relative;z-index:2;text-align:left;max-width:700px;padding:60px;}.additional-hero-title{font-size:56px;font-weight:900;color:white;line-height:1.1;font-style:italic;margin-bottom:20px;}.info-section{background:#1a0f4d;padding:100px 5%;text-align:center;color:white;}.info-title{font-size:48px;font-weight:900;margin-bottom:30px;font-style:italic;}.info-description{max-width:800px;margin:0 auto 40px;font-size:16px;line-height:1.8;}.btn-secondary{padding:15px 40px;background:#00D4CC;color:#1a0f4d;border-radius:30px;font-weight:700;cursor:pointer;text-decoration:none;border:none;display:inline-block;transition:all 0.3s;}.btn-secondary:hover{background:#00f0e6;transform:translateY(-2px);}.phone-section{background:#1a0f4d;padding:100px 5%;position:relative;overflow:hidden;}.phone-container{position:relative;max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;}.heart-bg{position:absolute;right:-100px;top:50%;transform:translateY(-50%);font-size:400px;color:rgba(255,255,255,0.05);z-index:0;}.phone-mockups{position:relative;z-index:2;display:flex;gap:30px;justify-content:center;}.phone-frame{width:280px;height:560px;background:white;border-radius:40px;border:12px solid #1a1a1a;box-shadow:0 20px 60px rgba(0,0,0,0.3);}.decorative-lines{position:absolute;right:5%;bottom:10%;display:flex;flex-direction:column;gap:10px;}.line{width:150px;height:8px;background:#6b4dff;border-radius:4px;}.steps-section{background:#1a0f4d;padding:100px 5%;color:white;}.steps-title{font-size:48px;font-weight:900;text-align:center;margin-bottom:80px;font-style:italic;}.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1200px;margin:0 auto;}.step{text-align:center;}.step-number{width:120px;height:120px;background:white;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 30px;position:relative;}.step-number-text{font-size:72px;font-weight:900;color:#00D4CC;line-height:1;}.step-icon{width:60px;height:60px;background:#00D4CC;border-radius:50%;margin:0 auto 20px;}.step-title{font-size:24px;font-weight:700;margin-bottom:15px;padding:10px 20px;background:linear-gradient(90deg,#ff6b6b,#ff8c42);border-radius:8px;display:inline-block;}.step-description{font-size:16px;line-height:1.6;color:rgba(255,255,255,0.9);}.testimonial-section{background:#1a0f4d;padding:80px 5%;}.testimonial-card{background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:20px;padding:60px;max-width:900px;margin:0 auto;text-align:center;color:white;}.testimonial-name{font-size:42px;font-weight:900;margin-bottom:30px;}.testimonial-text{font-size:18px;line-height:1.8;margin-bottom:20px;}@media (max-width:968px){.connected-headline{font-size:36px;margin-bottom:60px;}.connected-image-desktop{display:none;}.connected-image-mobile{display:block;}.steps-container{grid-template-columns:1fr;gap:40px;}.header-buttons{gap:8px;}.btn-outline,.btn-primary{padding:8px 16px;font-size:12px;}.phone-mockups{flex-direction:column;align-items:center;}.phone-frame{width:240px;height:480px;}}@media (max-width:480px){.info-title,.steps-title{font-size:32px;}.additional-hero-title{font-size:36px;}header{padding:15px 20px;}.logo{width:50px;height:50px;}.header-buttons{gap:6px;}header .btn-outline,header .btn-primary{padding:6px 12px !important;font-size:10px !important;}}.hero{margin-top:100px;display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 100px);}.hero-content{background:#110055;padding:80px 60px;display:flex;flex-direction:column;justify-content:center;}.hero-subtitle{color:#5DDFDB;font-size:18px;margin-bottom:24px;font-weight:600;line-height:1.4;}.hero-title{font-size:72px;font-weight:900 !important;color:white;line-height:0.95;margin-bottom:32px;font-style:italic;letter-spacing:-0.02em;-webkit-text-stroke:0.5px white;}.hero-description{color:rgba(255,255,255,0.9);font-size:16px;margin-bottom:48px;line-height:1.7;max-width:520px;font-weight:400;}.feature-list{list-style:none;margin-bottom:48px;}.feature-item{display:flex;align-items:center;gap:16px;color:white;margin-bottom:18px;font-size:16px;font-weight:400;}.feature-icon{width:28px;height:28px;background:#5DDFDB;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;}.feature-icon svg{width:16px;height:16px;stroke:#1F0D47;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}.badges-container{display:flex;flex-direction:row;gap:60px;align-items:center;}.app-badges{display:flex;flex-direction:column;gap:12px;max-width:200px;}.app-badges a{display:block;transition:transform 0.3s,opacity 0.3s;}.app-badges a:hover{transform:scale(1.05);}.app-badges .badge{height:56px;width:100%;border-radius:8px;border:none;cursor:pointer;display:block;}.trust-badges{display:flex;flex-direction:row;gap:25px;align-items:center;}.trust-badge-item{height:55px;}.trust-badge-item img,.trust-badge-item svg{height:100%;width:auto;display:block;}.hero-image{background:#2A7F6F;position:relative;overflow:hidden;}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center center;}.hero-image-mobile{display:none;}.hero-decorations{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;}.decorative-shape{position:absolute;background:white;border-radius:50%;}.decorative-line{position:absolute;background:white;border-radius:100px;}@media (max-width:968px){.hero{grid-template-columns:1fr;grid-template-rows:auto auto;margin-top:80px;}.hero-image{order:1;min-height:220px;max-height:220px;}.hero-image img{object-position:center top;}.hero-image img.hero-image-desktop{display:none;}.hero-image img.hero-image-mobile{display:block;}.hero-content{order:2;padding:60px 30px;}.hero-title{font-size:52px;line-height:1;}.hero-description{font-size:15px;}.badges-container{flex-direction:column;gap:30px;align-items:center;}.app-badges{max-width:180px;}.app-badges .badge{height:50px;}.trust-badges{flex-direction:row;gap:20px;justify-content:center;}.trust-badge-item{height:40px;}}@media (max-width:480px){.hero-title{font-size:36px;}.badges-container{align-items:center;}.app-badges{max-width:160px;}.app-badges .badge{height:45px;}.trust-badge-item{height:40px;}}.phone-section{background:#110055;padding:220px 0 100px;position:relative;overflow:hidden;padding-bottom:0px !important;}.phone-text-container{max-width:800px;margin:50px auto 80px;padding:0 5%;text-align:center;position:relative;z-index:10;}.phone-title{font-size:56px;font-weight:900;color:white;font-style:italic;margin-bottom:30px;line-height:1.1;}.phone-description{color:rgba(255,255,255,0.9);font-size:16px;line-height:1.7;margin-bottom:40px;}.phone-cta{display:inline-block;padding:15px 40px;background:#5DDFDB;color:#1F0D47;border-radius:30px;font-weight:700;text-decoration:none;transition:all 0.3s;font-size:16px;}.phone-cta:hover{background:#4cc9c5;transform:translateY(-2px);}.phone-image-container{position:relative;width:100%;min-height:500px;}.phone-heart{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:auto;z-index:1;}.phone-devices-wrapper{position:relative;max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;min-height:500px;z-index:2;}.phone-devices{position:relative;width:500px;height:auto;will-change:transform;}.phone-mobile-image{display:none;width:100%;max-width:500px;margin:0 auto;}@media (max-width:968px){.phone-section{padding:80px 0 60px;}.phone-text-container{margin-bottom:60px;padding:0 5%;}.phone-title{font-size:38px;}.phone-description{font-size:15px;}.phone-image-container{min-height:auto;padding:0;}.phone-heart,.phone-devices,.phone-devices-wrapper{display:none;}.phone-mobile-image{display:block;width:100%;max-width:100%;margin:0;padding:0;}}.connected-section{background:#110055;padding-top:80px !important;padding-bottom:50px;padding-left:5%;padding-right:5%;text-align:center;}.connected-headline{font-size:64px;font-weight:900;color:white;font-style:italic;margin-bottom:80px;line-height:1.1;}.connected-images-wrapper{max-width:1400px;margin:0 auto;}.connected-image-desktop{display:block;width:100%;height:auto;padding-bottom:100px;}.connected-image-mobile{display:none;width:100%;height:auto;padding-bottom:80px;}@media (max-width:968px){.connected-section{padding-top:100px;padding-bottom:50px;}.connected-headline{font-size:42px;margin-bottom:60px;}.connected-images-wrapper{max-width:70%;margin:0 auto;}.connected-image-desktop{display:none;}.connected-image-mobile{display:block;}}.hero-alt-section{background:#110055;min-height:100vh;position:relative;display:flex;align-items:center;}.hero-alt-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:top center;top:0;left:0;}.hero-alt-image-mobile{display:none;}.hero-alt-content{position:relative;z-index:2;padding:80px 60px 80px 10%;width:100%;}.hero-alt-title{font-size:80px;font-weight:900;color:white;line-height:1.1;font-style:italic;letter-spacing:-0.02em;max-width:800px;}.hero-alt-highlight{background:#5DDFDB;color:#1F0D47;padding:0 15px;box-decoration-break:clone;-webkit-box-decoration-break:clone;line-height:1.3;display:inline-block;transform:skewY(-2deg);}.hero-alt-highlight-text{display:inline-block;transform:skewY(2deg);}.hero-alt-subtitle{font-size:18px;color:white;margin-top:30px;line-height:1.6;font-weight:400;}.hero-alt-subtitle strong{font-weight:700;font-size:20px;}@media (max-width:968px){.hero-alt-section{min-height:80vh;display:flex;align-items:center;}.hero-alt-image{display:none;}.hero-alt-image-mobile{display:block;position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;}.hero-alt-content{position:relative;z-index:2;padding:60px 5%;}.hero-alt-title{font-size:48px;}.hero-alt-subtitle{font-size:16px;}.hero-alt-subtitle strong{font-size:18px;}}.steps-section{background:#110055;padding:0px 5%;text-align:center;padding-bottom:100px;}.steps-header{margin-bottom:80px;}.steps-title{font-size:56px;font-weight:900;color:white;font-style:italic;margin-bottom:40px;line-height:1.1;}.steps-tabs{display:flex;justify-content:center;gap:60px;}.steps-tab{font-family:'Poppins' !important;font-size:48px;font-weight:900 !important;font-style:italic;color:rgba(255,255,255,0.3);cursor:pointer;position:relative;transition:all 0.3s;background:none;border:none;padding:0;}.steps-tab.active{color:white;}.steps-tab.active::after{content:'';position:absolute;bottom:-10px;left:0;right:0;height:4px;background:#5DDFDB;transform:skewY(-2deg);transform-origin:left;}.steps-content{position:relative;}.steps-container{position:relative !important;display:block !important;grid-template-columns:unset !important;gap:0 !important;max-width:none !important;margin:0 !important;}.steps-panel{display:none;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1),opacity 0.5s ease;}.steps-panel.active{display:block;}.steps-grid{display:grid !important;grid-template-columns:repeat(3,minmax(300px,1fr)) !important;gap:40px !important;max-width:1200px !important;margin:0 auto 60px !important;padding:0 20px !important;justify-items:center !important;position:relative;}.step-item{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s cubic-bezier(0.4,0,0.2,1);}.step-circle{width:280px;height:280px;margin:0 auto 30px;display:flex;align-items:center;justify-content:center;}.step-circle img{width:100%;height:100%;object-fit:contain;}.step-title{font-size:24px !important;font-weight:900 !important;color:white !important;margin-bottom:15px !important;background:none !important;border:none !important;padding:0 !important;border-radius:0 !important;min-height:60px;display:flex;align-items:center;justify-content:center;}.step-description{color:rgba(255,255,255,0.9);font-size:16px;line-height:1.6;max-width:300px;}.steps-cta{display:inline-block;padding:15px 50px;background:#5DDFDB;color:#1F0D47;border-radius:30px;font-weight:700;text-decoration:none;transition:all 0.3s;font-size:16px;}.steps-cta:hover{background:#4cc9c5;transform:translateY(-2px);}.page-dots{display:none;}.step-arrow{display:none;}@media (max-width:968px){.steps-section{padding:80px 5%;}.steps-title{font-size:38px;margin-bottom:30px;}.steps-tabs{gap:20px;}.steps-tab{font-size:28px;}.steps-grid{grid-template-columns:1fr !important;gap:0 !important;margin-bottom:40px;position:relative;padding:0 60px !important;min-height:600px;display:flex !important;align-items:center;justify-content:center;}.step-item{display:none;width:100%;opacity:0;transition:opacity 0.3s ease;}.step-item.active{display:flex !important;opacity:1;}.step-circle{width:240px;height:240px;}.step-title{min-height:70px;}.step-description{min-height:100px;}.step-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:rgba(93,223,219,0.9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all 0.3s;color:#1F0D47;box-shadow:0 2px 10px rgba(0,0,0,0.2);}.step-arrow:active{transform:translateY(-50%) scale(0.95);background:rgba(93,223,219,1);}.step-arrow-prev{left:5px;}.step-arrow-next{right:5px;}.page-dots{display:flex;justify-content:center;gap:10px;margin-bottom:40px;}.page-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.3);cursor:pointer;transition:all 0.3s;}.page-dot.active{background:#5DDFDB;}}@media (max-width:480px){.steps-section{padding:60px 5%;}.steps-title{font-size:28px;margin-bottom:20px;}.steps-tabs{gap:12px;flex-wrap:wrap;}.steps-tab{font-size:18px;padding:8px 0;}.steps-tab.active::after{bottom:-6px;height:3px;}.steps-grid{min-height:550px;}.step-item{left:50px;right:50px;}.step-arrow{width:40px;height:40px;}.step-arrow svg{width:20px;height:20px;}.step-circle{width:200px;height:200px;}.step-title{font-size:20px !important;min-height:60px;}.step-description{font-size:14px;min-height:90px;}.steps-cta{padding:12px 30px;font-size:14px;}}.faq-section{background:#E8F4F8;padding:100px 5%;}.faq-container{max-width:900px;margin:0 auto;}.faq-title{font-size:56px;font-weight:900;color:#1F0D47;font-style:italic;text-align:center;margin-bottom:60px;line-height:1.1;}.faq-list{display:flex;flex-direction:column;gap:20px;}.faq-item{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05);}.faq-question{width:100%;padding:25px 60px 25px 25px;background:white;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:20px;font-weight:700;color:#1F0D47;transition:all 0.3s;position:relative;}.faq-question:hover{background:#f8f9fa;}.faq-question::after{content:'+';position:absolute;right:25px;font-size:32px;font-weight:700;color:#5DDFDB;transition:transform 0.3s;}.faq-item.active .faq-question::after{content:'−';transform:rotate(180deg);}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;padding:0 25px;}.faq-item.active .faq-answer{max-height:1000px;padding:0 25px 25px 25px;}.faq-answer p{color:#333;font-size:16px;line-height:1.7;margin:0;}@media (max-width:968px){.faq-section{padding:80px 5%;}.faq-title{font-size:38px;margin-bottom:40px;}.faq-question{font-size:18px;padding:20px 50px 20px 20px;}.faq-question::after{right:20px;font-size:28px;}.faq-answer{padding:0 20px;}.faq-item.active .faq-answer{padding:0 20px 20px 20px;}.faq-answer p{font-size:15px;}}.trust-section{background:#ffffff;padding:100px 5%;}.trust-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:80px;align-items:center;}.trust-badge{width:200px;height:200px;background:#5DDFDB;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;}.trust-badge-text{font-size:48px;font-weight:900;color:white;line-height:1;}.trust-badge-subtext{font-size:18px;font-weight:900;color:white;text-transform:uppercase;letter-spacing:1px;}.trust-content{display:flex;flex-direction:column;}.trust-title{font-size:48px;font-weight:900;color:#1F0D47;margin-bottom:40px;line-height:1.1;}.trust-features{list-style:none;margin-bottom:40px;}.trust-feature{display:flex;align-items:center;gap:15px;margin-bottom:20px;font-size:18px;color:#1F0D47;font-weight:600;}.trust-icon{width:24px;height:24px;color:#1F0D47;flex-shrink:0;}.trust-cta{display:inline-block;padding:15px 40px;background:#1F0D47;color:white;border-radius:30px;font-weight:700;text-decoration:none;transition:all 0.3s;font-size:16px;align-self:flex-start;}.trust-cta:hover{background:#2d1a6d;transform:translateY(-2px);}@media (max-width:968px){.trust-section{padding:80px 5%;}.trust-container{grid-template-columns:1fr;gap:40px;text-align:center;}.trust-badge{width:180px;height:180px;margin:0 auto;}.trust-badge-text{font-size:42px;}.trust-badge-subtext{font-size:16px;}.trust-title{font-size:36px;margin-bottom:30px;}.trust-feature{justify-content:center;font-size:16px;}.trust-cta{align-self:center;}}header{position:fixed;top:0;left:0;right:0;background:white;padding:20px 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.05);}.logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center;}.logo svg,.logo img{width:100%;height:100%;object-fit:contain;}.footer{background:#110055;padding:0;color:white;}.footer-main{padding:40px 5%;}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:60px;}.footer-logo{display:flex;align-items:center;}.footer-logo img{height:50px;width:auto;}.footer-content{display:flex;align-items:center;justify-content:center;}.footer-app-badges{display:flex;gap:15px;align-items:center;}.footer-app-badges img{height:40px;width:auto;}.footer-trust-badges{display:flex;gap:20px;align-items:center;}.footer-trust-badges img{height:50px;width:auto;}.footer-bottom-section{background:white;padding:20px 5%;border-top:1px solid rgba(0,0,0,0.1);}.footer-bottom-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;}.footer-links{list-style:none;display:flex;gap:20px;flex-wrap:wrap;align-items:center;}.footer-links li{margin:0;position:relative;}.footer-links li:not(:last-child)::after{content:'|';color:rgba(0,0,0,0.3);margin-left:20px;position:absolute;}.footer-links a{color:#333;text-decoration:none;transition:color 0.3s;font-size:14px;font-weight:400;white-space:nowrap;}.footer-links a:hover{color:#1F0D47;}.footer-copyright{color:#666;font-size:12px;white-space:nowrap;}@media (max-width:768px){.footer-main{padding:30px 5%;}.footer-container{grid-template-columns:1fr;gap:30px;text-align:center;}.footer-logo{justify-content:center;}.footer-logo img{height:40px;}.footer-app-badges{justify-content:center;}.footer-app-badges img{height:35px;}.footer-trust-badges{justify-content:center;gap:15px;}.footer-trust-badges img{height:40px;}.footer-bottom-section{padding:15px 5%;}.footer-bottom-container{flex-direction:column;gap:15px;text-align:center;}.footer-links{flex-direction:column;gap:12px;}.footer-links li:not(:last-child)::after{display:none;}.footer-links a{font-size:13px;}.footer-copyright{font-size:11px;}}.legal-page{margin-top:100px;background:white;min-height:calc(100vh - 100px);padding:80px 5% 100px;}.legal-container{max-width:900px;margin:0 auto;}.legal-title{font-size:48px;font-weight:900;color:#1F0D47;margin-bottom:60px;font-style:italic;line-height:1.2;}.legal-section{margin-bottom:50px;}.legal-section h2{font-size:28px;font-weight:700;color:#1F0D47;margin-bottom:20px;margin-top:40px;}.legal-section h3{font-size:20px;font-weight:600;color:#1F0D47;margin-bottom:15px;margin-top:25px;}.legal-section p{font-size:16px;line-height:1.8;color:#333;margin-bottom:15px;}.legal-section ul{margin-left:30px;margin-bottom:20px;}.legal-section ul li{font-size:16px;line-height:1.8;color:#333;margin-bottom:10px;}.legal-section a{color:#5DDFDB;text-decoration:none;transition:color 0.3s;}.legal-section a:hover{color:#1F0D47;text-decoration:underline;}.legal-footer{margin-top:80px;padding-top:40px;border-top:2px solid #f0f0f0;text-align:center;}.legal-footer p{font-size:14px;color:#666;margin-bottom:10px;}.legal-footer a{color:#5DDFDB;text-decoration:none;font-weight:600;transition:color 0.3s;}.legal-footer a:hover{color:#1F0D47;}@media (max-width:968px){.legal-page{padding:60px 30px 80px;margin-top:80px;}.legal-title{font-size:36px;margin-bottom:40px;}.legal-section h2{font-size:24px;}.legal-section h3{font-size:18px;}.legal-section p,.legal-section ul li{font-size:15px;}}@media (max-width:480px){.legal-page{padding:40px 20px 60px;}.legal-title{font-size:28px;}.legal-section h2{font-size:20px;}.legal-section h3{font-size:16px;}}