:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-accent: #00B8A9;--color-accent-light: #00D9C0;--color-accent-text: #006B60;--accent-gradient: linear-gradient(135deg, #00D4C8, #00B8A9);--color-gold: #d97706;--color-green: #16a34a;--color-danger: #ef4444;--bg-light: #E8EEF5;--bg-light-alt: #D4DEE9;--bg-gradient: linear-gradient(180deg, #E8EEF5 0%, #D4DEE9 100%);--bg-gradient-alt: linear-gradient(180deg, #D4DEE9 0%, #E8EEF5 100%);--glass-bg: rgba(255, 255, 255, .75);--glass-bg-hover: rgba(255, 255, 255, .9);--glass-bg-solid: rgba(255, 255, 255, .95);--glass-border: rgba(0, 0, 0, .06);--glass-border-accent: rgba(0, 184, 169, .4);--glass-blur: 12px;--glass-shadow: 0 4px 20px rgba(0, 0, 0, .06);--glass-shadow-hover: 0 20px 40px rgba(0, 0, 0, .12);--glass-shadow-elevated: 0 8px 32px rgba(0, 0, 0, .08);--glass-radius: 1rem;--glass-radius-sm: .75rem;--glass-radius-lg: 1.5rem;--glass-radius-pill: 9999px;--text-primary: #1E1B3D;--text-secondary: #3D4A5C;--text-muted: #4E5D6F;--text-placeholder: #7A8899}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(0,184,169,.08),transparent),radial-gradient(circle at 80% 0%,rgba(0,217,192,.06),transparent),#e8eef5;color:#1e1b3d;font-family:Inter,Segoe UI,sans-serif}a{font-weight:500;color:#00b8a9;text-decoration:inherit}a:hover{color:#009688}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#00b8a9}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--glass-radius);box-shadow:var(--glass-shadow)}.glass:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-accent);box-shadow:var(--glass-shadow-hover)}.glass--elevated{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--glass-radius);box-shadow:var(--glass-shadow-elevated)}.glass--solid{background:var(--glass-bg-solid);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--glass-radius);box-shadow:var(--glass-shadow)}.skip-link{position:absolute;top:-100px;left:50%;transform:translate(-50%);background:var(--accent-gradient);color:#fff;padding:.75rem 1.5rem;border-radius:0 0 .5rem .5rem;font-weight:600;text-decoration:none;z-index:10000;transition:top .2s ease}.skip-link:focus{top:0;outline:2px solid #1E1B3D;outline-offset:2px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.container--narrow{max-width:900px;margin:0 auto;padding:0 2rem}.landing-shell{position:relative;z-index:1;width:100%;max-width:100%;padding:0;display:flex;flex-direction:column}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.8);position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.topbar__logo{display:flex;align-items:center}.topbar__logo-img{height:50px;width:auto;object-fit:contain}.hero{padding:6rem 2rem;background:radial-gradient(ellipse at top,#00b8a914,#e8eef5 50%);position:relative}.hero__content{text-align:center;max-width:900px;margin:0 auto}.hero__logo-container{display:flex;justify-content:center;margin-bottom:2rem}.hero__logo{height:120px;width:auto;object-fit:contain}.hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#1e1b3d,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#4a5568;line-height:1.7;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta{display:inline-flex;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .3s ease;cursor:pointer}.cta--primary{background:linear-gradient(135deg,#00d4c8,#00b8a9);color:#fff;box-shadow:0 10px 30px #00b8a940}.cta--primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #00b8a959;color:#fff}.cta--ghost{background:#ffffffa6;color:#1e1b3d;border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cta--ghost:hover{background:#ffffffd9;border-color:#00b8a94d;color:#1e1b3d}.cta--secondary{background:#00b8a91a;color:#00b8a9;border:1px solid rgba(0,184,169,.25)}.cta--secondary:hover{background:#00b8a926;border-color:#00b8a966}.cta--large{padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600}.how-it-works{padding:6rem 2rem;background:#e8eef5}.how-it-works__header{text-align:center;margin-bottom:4rem}.how-it-works__eyebrow{display:inline-block;padding:.5rem 1rem;background:#00b8a91a;color:#00b8a9;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.how-it-works__header h2{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.how-it-works__subtitle{font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;padding:1rem 0}.step-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:1rem;padding:2rem;text-align:center;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 16px #0000000a;animation:ag-float var(--ag-float-duration) ease-in-out infinite}.step-card:nth-child(2){animation-delay:-2s}.step-card:nth-child(3){animation-delay:-4s}.step-card:hover{border-color:#00b8a94d;box-shadow:0 20px 40px #00000014;z-index:10}.step-number{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--accent-gradient);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;margin-bottom:1.5rem}.step-title{font-size:1.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.step-description{color:#4a5568;font-size:1rem;line-height:1.6;margin:0}.about{padding:6rem 2rem;background:linear-gradient(180deg,#d4dee9,#e8eef5)}.about__header{margin-bottom:3rem}.about__eyebrow{display:inline-block;padding:.5rem 1rem;background:#00b8a91a;color:#00b8a9;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.about__header h2{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:.5rem}.about__subtitle{font-size:1.25rem;color:#00b8a9;font-weight:600}.about__content{margin-bottom:2rem}.about__content p{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.about__cta{margin-top:2rem}.founder{padding:6rem 2rem;background:linear-gradient(180deg,#e8eef5,#d4dee9)}.founder__header{margin-bottom:2rem}.founder__eyebrow{display:inline-block;padding:.5rem 1rem;background:#16a34a1a;color:var(--color-green);border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.founder__header h2{font-size:2rem;font-weight:700;color:#1e1b3d;margin-bottom:.5rem}.founder__content p{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.pricing-section{padding:6rem 2rem;background:#fff}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-badge{display:inline-block;padding:.5rem 1rem;background:#00b8a91a;color:#00b8a9;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.pricing-title{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.pricing-subtitle{font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto;line-height:1.6}.pricing-main-offer{margin-bottom:4rem;padding-top:1rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:3rem;padding:1rem 0}.pricing-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:1rem;padding:2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000000a}.pricing-card:hover{transform:translateY(-8px);border-color:#00b8a94d;box-shadow:0 20px 40px #00000014;z-index:10}.pricing-card--featured{border-color:#00b8a966;box-shadow:0 10px 30px #00b8a926}.pricing-card-badge{position:absolute;top:-12px;right:2rem;background:linear-gradient(135deg,#00d4c8,#00b8a9);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600}.pricing-card-badge-small{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:#00b8a91a;color:#00b8a9;border-radius:1rem;font-size:.75rem;font-weight:600}.pricing-card-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.06)}.pricing-card-header h3{font-size:1.5rem;color:#1e1b3d;margin-bottom:1rem}.pricing-card-price{margin-bottom:.5rem}.pricing-card-price .price{font-size:3rem;font-weight:700;color:#1e1b3d}.price-first-year{font-size:1rem;color:#718096;display:block;margin-top:.25rem}.pricing-card-price-detail{font-size:.875rem;color:#00b8a9;margin:.5rem 0}.pricing-card-description{font-size:.875rem;color:#718096}.pricing-card-features{list-style:none;padding:0;margin:0 0 2rem}.pricing-card-features li{display:flex;align-items:center;padding:.75rem 0;color:#4a5568;font-size:.9375rem;line-height:1.5}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#00b8a926;color:#00b8a9;border-radius:50%;margin-right:.75rem;font-size:.75rem;font-weight:700;flex-shrink:0}.pricing-note{margin-top:1.5rem;padding:1rem;background:#d9770614;border-left:3px solid rgba(217,119,6,.5);border-radius:.5rem;font-size:.875rem;color:#d97706;line-height:1.5}.pricing-cta{width:100%;max-width:300px;padding:.875rem 1.5rem;background:linear-gradient(135deg,#00d4c8,#00b8a9);color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:block;text-align:center;margin:1.5rem auto 0;box-sizing:border-box}.pricing-cta:hover{transform:scale(1.03);box-shadow:0 10px 30px #00b8a94d;color:#fff}.features-section{padding:6rem 2rem;background:linear-gradient(180deg,#e8eef5,#d4dee9)}.features-header{text-align:center;margin-bottom:4rem}.features-badge{display:inline-block;padding:.5rem 1rem;background:#00b8a91a;color:#00b8a9;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.features-title{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.features-subtitle{font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:1rem;padding:2rem;transition:box-shadow .3s ease,border-color .3s ease;position:relative;box-shadow:0 4px 16px #0000000a;animation:ag-float var(--ag-float-duration) ease-in-out infinite}.feature-card:nth-child(2){animation-delay:-1s}.feature-card:nth-child(3){animation-delay:-2s}.feature-card:nth-child(4){animation-delay:-3s}.feature-card:nth-child(5){animation-delay:-4s}.feature-card:nth-child(6){animation-delay:-5s}.feature-card:hover{border-color:#00b8a94d;box-shadow:0 20px 40px #00000014}.subscription-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:#00b8a91a;color:#00b8a9;border-radius:1rem;font-size:.75rem;font-weight:600}.feature-card .feature-icon{font-size:3rem;margin-bottom:1rem;background:none;width:auto;height:auto;color:inherit}.feature-card .feature-title{font-size:1.25rem;font-weight:700;color:#1e1b3d;margin-bottom:.75rem}.feature-description{color:#4a5568;font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.feature-highlights{list-style:none;padding:0;margin:0}.feature-highlights li{display:flex;align-items:center;padding:.5rem 0;color:#718096;font-size:.875rem}.highlight-dot{width:6px;height:6px;background:#00b8a9;border-radius:50%;margin-right:.75rem;flex-shrink:0}.seo-section{padding:6rem 2rem;background:linear-gradient(180deg,#d4dee9,#e8eef5)}.seo-header{text-align:center;margin-bottom:4rem}.seo-badge{display:inline-block;padding:.5rem 1rem;background:#d9770614;color:#d97706;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.seo-title{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.seo-subtitle{font-size:1.125rem;color:#718096;max-width:700px;margin:0 auto;line-height:1.6}.seo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto 3rem}.seo-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:1rem;padding:2rem;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 16px #0000000a;animation:ag-drift var(--ag-drift-duration) ease-in-out infinite}.seo-card:nth-child(2){animation-delay:-2.5s}.seo-card:nth-child(3){animation-delay:-5s}.seo-card:nth-child(4){animation-delay:-7.5s}.seo-card:hover{border-color:#00b8a94d;box-shadow:0 20px 40px #00000014;z-index:10}.seo-card-icon{font-size:3rem;margin-bottom:1rem}.seo-card-title{font-size:1.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.seo-card-description{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.seo-card-details{list-style:none;padding:0;margin:0}.seo-card-details li{display:flex;align-items:flex-start;padding:.5rem 0;color:#718096;font-size:.9375rem;line-height:1.5}.detail-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#d977061f;color:#d97706;border-radius:50%;margin-right:.75rem;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:.125rem}.guarantees-section{padding:6rem 2rem;background:#e8eef5}.guarantees-header{text-align:center;margin-bottom:4rem}.guarantees-badge{display:inline-block;padding:.5rem 1rem;background:#16a34a14;color:#16a34a;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.guarantees-title{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.guarantees-subtitle{font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto;line-height:1.6}.guarantees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.guarantee-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:1rem;padding:2rem;text-align:center;transition:box-shadow .3s ease,border-color .3s ease;box-shadow:0 4px 16px #0000000a;animation:ag-float var(--ag-float-duration) ease-in-out infinite}.guarantee-card:nth-child(2){animation-delay:-2s}.guarantee-card:nth-child(3){animation-delay:-4s}.guarantee-card:hover{border-color:#00b8a94d;box-shadow:0 20px 40px #00000014}.guarantee-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#00b8a91a;border-radius:50%;margin-bottom:1rem;color:var(--color-accent)}.guarantee-title{font-size:1.25rem;font-weight:700;color:#1e1b3d;margin-bottom:.75rem}.guarantee-description{color:#4a5568;font-size:.9375rem;line-height:1.6;margin:0}.faq-section{padding:6rem 2rem;background:#fff}.faq-header{text-align:center;margin-bottom:4rem}.faq-badge{display:inline-block;padding:.5rem 1rem;background:#00b8a91a;color:#00b8a9;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.faq-title{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.faq-subtitle{font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto;line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:.75rem;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #00000008}.faq-item:hover{border-color:#00b8a94d}.faq-item--open{border-color:#00b8a94d;background:#fffc}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;color:#1e1b3d;font-size:1.125rem;font-weight:600;text-align:left;cursor:pointer;transition:color .3s ease}.faq-question:hover{color:#00b8a9}.faq-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#00b8a9;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item--open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item--open .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.5rem;color:#4a5568;font-size:1rem;line-height:1.7;margin:0}.contact-form-section{padding:6rem 2rem;background:linear-gradient(180deg,#e8eef5,#d4dee9)}.contact-form-container{max-width:800px;margin:0 auto}.contact-form-header{text-align:center;margin-bottom:3rem}.contact-form-eyebrow{display:inline-block;padding:.5rem 1rem;background:#00b8a91a;color:#00b8a9;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.contact-form-header h2{font-size:2.5rem;font-weight:700;color:#1e1b3d;margin-bottom:1rem}.contact-form-header p{font-size:1.125rem;color:#718096;line-height:1.6}.contact-form{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:1rem;padding:2.5rem;box-shadow:0 8px 32px #0000000f}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.contact-form-field{display:flex;flex-direction:column;margin-bottom:1.5rem}.contact-form-field label{font-size:.9375rem;font-weight:600;color:#1e1b3d;margin-bottom:.5rem}.contact-form-field input,.contact-form-field textarea{width:100%;padding:.875rem 1rem;background:#fffc;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;color:#1e1b3d;font-size:.9375rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.contact-form-field input:focus,.contact-form-field textarea:focus{outline:none;border-color:#00b8a9;box-shadow:0 0 0 3px #00b8a926;background:#fff}.contact-form-field input::placeholder,.contact-form-field textarea::placeholder{color:#a0aec0}.contact-form-field textarea{resize:vertical;min-height:120px}.contact-form-field--rgpd{margin-top:1rem;margin-bottom:.5rem}.contact-form-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;color:#718096;line-height:1.5}.contact-form-checkbox-label input[type=checkbox]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#00B8A9;cursor:pointer}.contact-form-checkbox-label a{color:#00b8a9;text-decoration:underline}.contact-form-checkbox-label a:hover{color:#009688}.contact-form-submit{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#00d4c8,#00b8a9);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:1rem}.contact-form-submit:hover:not(:disabled){transform:scale(1.02);box-shadow:0 10px 30px #00b8a94d}.contact-form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.contact-form-message{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;text-align:center;display:none}.contact-form-message--success{background:#16a34a14;border:1px solid rgba(22,163,74,.25);color:#16a34a}.contact-form-message--error{background:#dc262614;border:1px solid rgba(220,38,38,.25);color:#dc2626}.footer{padding:4rem 2rem 2rem;background:#d4dee9;border-top:1px solid rgba(255,255,255,.6)}.footer__text{font-size:1rem;color:#4a5568;margin-bottom:.5rem}.footer__contact{font-size:.9375rem;color:#718096;margin-bottom:1.5rem}.footer__links{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.875rem}.footer__links a{color:#718096;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#00b8a9}.footer__links span{color:#a0aec0}.legal-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.legal-modal--open{opacity:1;visibility:visible}.legal-modal__backdrop{position:absolute;inset:0;background:#1e1b3d66;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.legal-modal__content{position:relative;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:1rem;max-width:600px;max-height:80vh;overflow-y:auto;padding:2rem;margin:1rem;box-shadow:0 24px 64px #0000001f}.legal-modal__close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#718096;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.legal-modal__close:hover{color:#1e1b3d}.legal-modal__content h2{font-size:1.5rem;color:#1e1b3d;margin-bottom:1.5rem}.legal-modal__content h3{font-size:1.125rem;color:#00b8a9;margin-top:1.5rem;margin-bottom:.75rem}.legal-modal__content p{color:#4a5568;font-size:.9375rem;line-height:1.6;margin-bottom:1rem}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fffffff2;border-top:1px solid rgba(255,255,255,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translateY(100%);opacity:0;transition:transform .3s ease,opacity .3s ease;box-shadow:0 -4px 24px #0000000f}.cookie-consent--visible{transform:translateY(0);opacity:1}.cookie-consent__content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-consent__text{flex:1}.cookie-consent__text h2,.cookie-consent__text h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text-primary)}.cookie-consent__text p{margin:0;font-size:.875rem;color:#718096;line-height:1.5}.cookie-consent__text a{color:#00b8a9;text-decoration:underline}.cookie-consent__text a:hover{color:#009688}.cookie-consent__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent__btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.cookie-consent__btn--refuse{background:transparent;border:1px solid rgba(0,0,0,.1);color:#718096}.cookie-consent__btn--refuse:hover{background:#0000000a;border-color:#00000026;color:#1e1b3d}.cookie-consent__btn--accept{background:linear-gradient(135deg,#00d4c8,#00b8a9);color:#fff}.cookie-consent__btn--accept:hover{transform:scale(1.02);box-shadow:0 4px 15px #00b8a94d}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.bg-shape{position:absolute;will-change:transform}.bg-circle{border-radius:50%;filter:blur(60px);opacity:.12;animation:float 20s ease-in-out infinite}.bg-circle-1{width:400px;height:400px;background:radial-gradient(circle,rgba(0,184,169,.25),transparent 70%);top:10%;right:5%;animation-delay:0s}.bg-circle-2{width:500px;height:500px;background:radial-gradient(circle,rgba(0,184,169,.2),transparent 70%);top:50%;left:-10%;animation-delay:5s}.bg-circle-3{width:350px;height:350px;background:radial-gradient(circle,rgba(217,119,6,.15),transparent 70%);bottom:20%;right:10%;animation-delay:10s}.bg-circle-4{width:450px;height:450px;background:radial-gradient(circle,rgba(0,184,169,.2),transparent 70%);top:60%;right:25%;animation-delay:15s}.bg-circle-5{width:380px;height:380px;background:radial-gradient(circle,rgba(0,217,192,.2),transparent 70%);top:25%;left:30%;animation-delay:20s}.bg-square{border:2px solid;opacity:.05;animation:rotate-float 30s linear infinite}.bg-square-1{width:200px;height:200px;border-color:#00b8a933;top:30%;left:10%}.bg-square-2{width:150px;height:150px;border-color:#00b8a933;top:70%;right:15%}.bg-square-3{width:180px;height:180px;border-color:#d9770626;top:45%;right:30%}.bg-grid{position:absolute;width:100%;height:100%;top:0;left:0}.bg-grid-line{position:absolute;animation:pulse-grid 4s ease-in-out infinite}.bg-grid-vertical{width:1px;height:100%;background:linear-gradient(to bottom,transparent,rgba(0,184,169,.05) 50%,transparent)}.bg-grid-horizontal{width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(0,184,169,.04) 50%,transparent)}.bg-gradient{position:absolute;filter:blur(100px);opacity:.06;animation:morph 25s ease-in-out infinite}.bg-gradient-1{width:600px;height:600px;background:radial-gradient(circle,rgba(0,184,169,.25) 0%,rgba(0,184,169,.15) 50%,transparent 100%);top:-10%;left:20%}.bg-gradient-2{width:700px;height:700px;background:radial-gradient(circle,rgba(0,184,169,.2) 0%,rgba(217,119,6,.12) 50%,transparent 100%);bottom:-15%;right:10%}.bg-gradient-3{width:650px;height:650px;background:radial-gradient(circle,rgba(217,119,6,.15) 0%,rgba(0,184,169,.15) 50%,transparent 100%);top:40%;right:20%}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-30px) scale(1.05)}50%{transform:translate(-15px,-50px) scale(.95)}75%{transform:translate(25px,-20px) scale(1.02)}}@keyframes rotate-float{0%{transform:rotate(0) translate(0)}25%{transform:rotate(90deg) translate(10px,-10px)}50%{transform:rotate(180deg) translate(-5px,-15px)}75%{transform:rotate(270deg) translate(15px,-5px)}to{transform:rotate(360deg) translate(0)}}@keyframes pulse-grid{0%,to{opacity:.02}50%{opacity:.05}}@keyframes morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}25%{border-radius:30% 60% 70% 40%/50% 60% 30%}50%{border-radius:70% 30% 40% 60%/40% 70% 60% 50%}75%{border-radius:40% 70% 60% 30%/70% 50% 40% 60%}}@media(max-width:768px){.topbar{padding:1rem 1.5rem}.hero{padding:4rem 1.5rem}.hero__content{display:flex;flex-direction:column;align-items:center}.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}.hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%;max-width:320px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.hero__actions .cta{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem 1.5rem;box-sizing:border-box;text-align:center}.cta{width:100%;justify-content:center;text-align:center}.how-it-works,.about,.founder{padding:4rem 1.5rem}.how-it-works__header h2,.about__header h2{font-size:2rem}.steps-grid{grid-template-columns:1fr}.step-card{animation:none}.pricing-section,.features-section,.guarantees-section,.faq-section,.contact-form-section{padding:4rem 1rem}.pricing-title,.features-title,.guarantees-title,.faq-title{font-size:1.75rem}.pricing-grid,.features-grid,.guarantees-grid{grid-template-columns:1fr}.feature-card,.guarantee-card,.seo-card,.pricing-card{animation:none}.seo-grid,.contact-form-row{grid-template-columns:1fr}.contact-form-header h2{font-size:2rem}.contact-form{padding:2rem 1.5rem}.footer{padding:3rem 1.5rem 1.5rem}.footer__links{flex-direction:column;gap:.5rem}.footer__links span{display:none}.cookie-consent__content{flex-direction:column;text-align:center;padding:1.25rem 1rem;gap:1rem}.cookie-consent__actions{width:100%;justify-content:center}.cookie-consent__btn{flex:1;max-width:150px}.bg-circle,.bg-square,.bg-gradient{transform:scale(.6)}.bg-grid-line{opacity:.02!important}.about__cta{display:flex;justify-content:center;width:100%;padding:0 1rem}.about__cta .cta{width:100%;max-width:320px;justify-content:center;box-sizing:border-box}}@media(max-width:480px){.pricing-section,.features-section,.guarantees-section,.faq-section{padding:3rem .75rem}.pricing-title,.features-title,.guarantees-title,.faq-title{font-size:1.5rem}.pricing-card,.feature-card,.guarantee-card{padding:1.25rem}.contact-form-header h2{font-size:1.75rem}.contact-form{padding:1.5rem 1rem}}:root{--ag-float-duration: 6s;--ag-float-distance: 8px;--ag-drift-duration: 10s;--ag-drift-distance: 6px}@keyframes ag-float{0%,to{transform:translateY(0)}50%{transform:translateY(calc(-1 * var(--ag-float-distance)))}}@keyframes ag-drift{0%,to{transform:translate(0)}25%{transform:translate(var(--ag-drift-distance),calc(-.5 * var(--ag-float-distance)))}50%{transform:translate(calc(-.5 * var(--ag-drift-distance)),calc(-1 * var(--ag-float-distance)))}75%{transform:translate(calc(-1 * var(--ag-drift-distance)),calc(-.3 * var(--ag-float-distance)))}}@keyframes ag-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.animated-bg *{animation:none!important;transition:none!important}.step-card,.feature-card,.pricing-card,.guarantee-card,.seo-card{animation:none!important}}@media(max-width:768px){:root{--ag-float-distance: 4px;--ag-drift-distance: 3px}}
