@font-face{font-family:'Lato';font-style:normal;font-weight:400;font-display:swap;src:url('https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;ascent-override:95%;descent-override:25%;line-gap-override:0;size-adjust:100%}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJbecnFHGPc.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;ascent-override:80%;descent-override:20%;line-gap-override:0;size-adjust:120%}@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;ascent-override:80%;descent-override:20%;line-gap-override:0;size-adjust:120%}:root{--color-dark-bg:#0D1B2A;--color-dark-text:#EAEAEA;--color-light-bg:#F0F2F5;--color-light-text:#1D3557;--color-primary:#00B4D8;--color-primary-dark:#0096B4;--color-accent:#E63946;--color-star:#FFC700;--font-heading:'Poppins',sans-serif;--font-body:'Lato',sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.dark body{background-color:var(--color-dark-bg);color:var(--color-dark-text)}html.light body{background-color:var(--color-light-bg);color:var(--color-light-text)}@keyframes radarPulse{0%{box-shadow:0 0 0 0 rgba(0,180,216,0.4)}70%{box-shadow:0 0 0 25px rgba(0,180,216,0)}100%{box-shadow:0 0 0 0 rgba(0,180,216,0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.container{max-width:1100px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.section{padding:5rem 0}@media(max-width:768px){.section{padding:4rem 0}}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin-bottom:1.5rem}h1{font-size:clamp(2.5rem,5vw+1rem,3.75rem)}h2{font-size:clamp(2rem,4vw+1rem,3rem);text-align:center}h3{font-size:clamp(1.25rem,2vw+1rem,1.5rem)}p{max-width:70ch;line-height:1.7;margin-bottom:1rem}.centered-text{text-align:center;margin-left:auto;margin-right:auto}.header{padding:1.5rem 0}.header__content{display:flex;justify-content:space-between;align-items:center}.header__logo{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;text-decoration:none}html.dark .header__logo{color:var(--color-dark-text)}html.light .header__logo{color:var(--color-light-text)}.header__logo-accent{color:var(--color-primary)}.theme-toggle{background:none;border:1px solid;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,border-color .3s ease}html.dark .theme-toggle{border-color:rgba(234,234,234,0.3);color:var(--color-dark-text)}html.light .theme-toggle{border-color:rgba(29,53,87,0.3);color:var(--color-light-text)}html.dark .theme-toggle:hover{background-color:rgba(255,255,255,0.1)}html.light .theme-toggle:hover{background-color:rgba(0,0,0,0.1)}.theme-toggle .icon{font-size:1.5rem}html.dark .theme-toggle .icon-sun{display:none}html.light .theme-toggle .icon-moon{display:none}.hero{text-align:center;padding:4rem 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:50%;left:50%;width:1px;height:1px;border-radius:50%;transform:translate(-50%,-50%);animation:radarPulse 3s infinite linear;z-index:0}.hero>*{position:relative;z-index:1}.hero__subtitle{font-size:clamp(1rem,2vw+0.5rem,1.25rem);max-width:60ch;margin:0 auto 2rem;opacity:.8}.hero__cta-wrapper{margin-top:2rem}.cta-button{display:inline-block;background-color:var(--color-primary);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(0,180,216,0.2)}.cta-button:hover{transform:scale(1.05);background-color:var(--color-primary-dark);box-shadow:0 8px 25px rgba(0,180,216,0.3)}.hero__proof{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero__proof p{margin:0;font-size:.9rem;opacity:.7}.hero__stars{display:flex;align-items:center;gap:.25rem;color:var(--color-star)}.hero__stars i{font-size:1.1rem}.hero__stars span{margin-left:.5rem;font-weight:700;font-size:.9rem;opacity:.9}html.dark .hero__stars span{color:var(--color-dark-text)}html.light .hero__stars span{color:var(--color-light-text)}.pas-section{animation:fadeIn 1s ease-out;animation-fill-mode:both}.pas-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.pas-section__card{padding:2rem;border-radius:12px;border:1px solid;transition:transform .3s ease,box-shadow .3s ease}html.dark .pas-section__card{background-color:rgba(255,255,255,0.03);border-color:rgba(255,255,255,0.1)}html.light .pas-section__card{background-color:#fff;border-color:rgba(0,0,0,0.1);box-shadow:0 4px 15px rgba(29,53,87,0.05)}.pas-section__card:hover{transform:translateY(-5px)}html.dark .pas-section__card:hover{box-shadow:0 8px 25px rgba(0,0,0,0.2)}html.light .pas-section__card:hover{box-shadow:0 8px 25px rgba(29,53,87,0.1)}.pas-section__card-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.pas-section__card-title i{font-size:1.5rem;color:var(--color-primary)}.pas-section__card-title i.accent{color:var(--color-accent)}.pas-section__card-title h3{margin-bottom:0}.features{animation:fadeIn 1s ease-out .2s;animation-fill-mode:both}.features__list{list-style:none;max-width:800px;margin:4rem auto 0;display:flex;flex-direction:column;gap:1.5rem}.features__item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;border-radius:8px}html.dark .features__item{background-color:rgba(255,255,255,0.03);border-left:3px solid var(--color-primary)}html.light .features__item{background-color:#fff;border-left:3px solid var(--color-primary);box-shadow:0 4px 15px rgba(29,53,87,0.05)}.features__icon{font-size:2.5rem;color:var(--color-primary);margin-top:.25rem}.features__content h3{margin-bottom:.5rem}.features__content p{margin-bottom:0;opacity:.8}.features__urgency{text-align:center;margin-top:4rem;padding:2rem;border-radius:12px;border:2px dashed}html.dark .features__urgency{background-color:rgba(0,180,216,0.05);border-color:rgba(0,180,216,0.3)}html.light .features__urgency{background-color:rgba(0,180,216,0.05);border-color:rgba(0,180,216,0.5)}.features__urgency p{max-width:60ch;margin:0 auto}.features__urgency strong{color:var(--color-accent)}.testimonials{animation:fadeIn 1s ease-out .4s;animation-fill-mode:both}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.testimonial-card{padding:2rem;border-radius:12px}html.dark .testimonial-card{background-color:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1)}html.light .testimonial-card{background-color:#fff;border:1px solid rgba(0,0,0,0.1);box-shadow:0 4px 15px rgba(29,53,87,0.05)}.testimonial-card__text{font-style:italic;margin-bottom:1.5rem;position:relative;padding-left:2rem}.testimonial-card__text::before{content:'“';font-family:serif;position:absolute;left:0;top:-0.5rem;font-size:3rem;color:var(--color-primary);opacity:.5}.testimonial-card__author{font-weight:700;font-family:var(--font-heading);text-align:right}.seo-content{padding-top:0;padding-bottom:4rem}.seo-content .container{max-width:800px}.seo-content h2{text-align:left;margin-bottom:2rem}.seo-content p{margin-left:0;margin-right:0;margin-bottom:1.5rem}.final-cta{padding-bottom:6rem;text-align:center;animation:fadeIn 1s ease-out .6s;animation-fill-mode:both}.final-cta h2{max-width:20ch;margin-left:auto;margin-right:auto}.final-cta p{margin-bottom:2.5rem}.footer{padding:3rem 0;border-top:1px solid;text-align:center}html.dark .footer{border-color:rgba(255,255,255,0.1)}html.light .footer{border-color:rgba(0,0,0,0.1)}.footer__logo{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;margin-bottom:1rem}.footer__socials{list-style:none;display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer__socials a{font-size:1.5rem;transition:color .3s ease,transform .3s ease}html.dark .footer__socials a{color:var(--color-dark-text)}html.light .footer__socials a{color:var(--color-light-text)}.footer__socials a:hover{color:var(--color-primary);transform:translateY(-3px)}.footer__copyright{font-size:.9rem;opacity:.7;margin:0 auto}