:root{--fixed-header-height:82px;--md-sys-color-primary:#820AD1;--md-sys-color-secondary:#f7941d;--md-sys-color-surface:#FFFFFF;--md-sys-color-background:#FDFBFF;--md-sys-color-on-primary:#FFFFFF;--md-sys-color-on-secondary:#000000;--md-sys-color-on-surface:#1C1B1F;--md-sys-color-on-background:#1C1B1F;--md-sys-color-surface-variant:#F4F4F4;--md-sys-color-outline:#5F5E62;--md-ref-elevation-level1:0px 1px 2px rgba(0,0,0,0.3),0px 1px 3px 1px rgba(0,0,0,0.15);--md-ref-elevation-level2:0px 1px 2px rgba(0,0,0,0.3),0px 2px 6px 2px rgba(0,0,0,0.15);--md-ref-elevation-level3:0px 4px 8px 3px rgba(0,0,0,0.15),0px 1px 3px rgba(0,0,0,0.3);--md-sys-shape-corner-small:8px;--md-sys-shape-corner-medium:12px;--md-sys-shape-corner-large:16px;--md-sys-shape-corner-extra-large:28px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--fixed-header-height) + 8px)}body{padding-top:var(--fixed-header-height);margin:0;padding:0;overflow-x:hidden}.landing-page,body{font-family:var(--font-roboto),-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page{color:var(--md-sys-color-on-background);background:var(--md-sys-color-background)}.skip-link{position:absolute;top:-40px;left:0;background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);padding:8px 16px;text-decoration:none;border-radius:0 0 var(--md-sys-shape-corner-small) 0;z-index:10000;font-weight:600}.skip-link:focus{top:0}.container{max-width:1440px;margin:0 auto;padding:0 32px;width:100%}.header{padding:1rem 0;position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background-color .35s ease,box-shadow .35s ease,color .35s ease}.header-transparent{background:transparent;box-shadow:none;color:#fff}.header-transparent .logo-img{filter:brightness(0) invert(1);transition:filter .35s ease}.header-transparent .mobile-menu-btn,.header-transparent .nav-link{color:#fff}.header-transparent .nav-link:hover{background:rgba(255,255,255,.15);color:#fff}.header-scrolled{background:#f5f5f5;box-shadow:var(--md-ref-elevation-level2);color:var(--md-sys-color-on-surface)}.header-scrolled .logo-img{filter:none}.header-scrolled .mobile-menu-btn,.header-scrolled .nav-link{color:var(--md-sys-color-on-surface)}.header-scrolled .nav-link:hover{background:var(--md-sys-color-surface-variant);color:var(--md-sys-color-primary)}.header .container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:inline-block;transition:all .3s ease;cursor:pointer}.logo:hover{opacity:.8;transform:scale(1.05)}.logo-img{height:50px;width:auto;display:block}.mobile-menu-btn{display:none;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:6px;z-index:1001;color:var(--md-sys-color-on-surface)}.mobile-menu-btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px;border-radius:var(--md-sys-shape-corner-small)}.nav{display:flex;gap:2.4rem}.nav,.nav-link{align-items:center}.nav-link{display:inline-flex;gap:.5rem}.nav-icon{margin-right:.35rem;flex-shrink:0}@media (max-width:768px){:root{--fixed-header-height:74px}.container{padding:0 18px}.header .container{gap:1rem}.mobile-menu-btn{display:flex}.nav{position:fixed;top:72px;left:12px;right:12px;background:var(--md-sys-color-surface);flex-direction:column;padding:1rem;box-shadow:var(--md-ref-elevation-level2);gap:1rem;display:none;z-index:999;border-radius:var(--md-sys-shape-corner-medium);max-height:calc(100vh - 96px);overflow-y:auto}.nav.nav-open{display:flex}.nav a,.nav-link{padding:.75rem;text-align:center;justify-content:center;border-radius:var(--md-sys-shape-corner-small);color:var(--md-sys-color-on-surface)}.nav a:hover,.nav-link:hover{background:var(--md-sys-color-surface-variant);color:var(--md-sys-color-primary)}}.nav a,.nav-link{text-decoration:none;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);padding:8px 16px;border-radius:var(--md-sys-shape-corner-small)}.header-scrolled .nav a,.header-scrolled .nav-link{color:var(--md-sys-color-on-surface)}.header-transparent .nav a,.header-transparent .nav-link{color:#fff}.header-scrolled .nav a:hover,.header-scrolled .nav-link:hover{background:var(--md-sys-color-surface-variant);color:var(--md-sys-color-primary);transform:translateY(-1px)}.header-transparent .nav a:hover,.header-transparent .nav-link:hover{background:rgba(255,255,255,.15);color:#fff;transform:translateY(-1px)}.nav a:focus-visible,.nav-link:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.hero{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:140px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:var(--md-sys-color-secondary);opacity:.1;border-radius:50%;filter:blur(80px)}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.5fr);grid-gap:4.75rem;gap:4.75rem;align-items:center}.hero-content{max-width:980px}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2;font-weight:700;letter-spacing:-.5px}.hero-title{font-size:clamp(2.8rem,5.6vw,4.6rem);font-weight:800;line-height:1.03;margin-bottom:1.8rem;letter-spacing:-.03em}.hero-title-accent{color:#f7941d;display:inline-block}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:1;line-height:1.6;color:rgba(255,255,255,.95)}.hero-subtitle-main{font-size:clamp(1.12rem,1.9vw,1.5rem);margin-bottom:1.9rem;max-width:46rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem}.hero-buttons-main{margin-top:2.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:none;border-radius:var(--md-sys-shape-corner-large);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--md-ref-elevation-level1);font-family:var(--font-roboto),sans-serif;text-align:center;line-height:1.25}.btn-primary{background:var(--md-sys-color-secondary);color:var(--md-sys-color-on-secondary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--md-ref-elevation-level3);background:#FF9D2E}.btn-secondary{background:rgba(255,255,255,.25);color:var(--md-sys-color-on-primary);border:2px solid rgba(255,255,255,.8);box-shadow:none}.btn-secondary:hover{background:rgba(255,255,255,.35);border-color:rgba(255,255,255,1);transform:translateY(-2px)}.btn-large{padding:16px 32px;font-size:.938rem;border-radius:var(--md-sys-shape-corner-large);letter-spacing:.5px}.cta-primary-btn,.hero-primary-btn{font-size:1.15rem;padding:18px 40px;box-shadow:0 6px 32px #f7941d55}.hero-secondary-btn{font-size:1.1rem;padding:18px 32px}.btn:focus-visible{outline:3px solid var(--md-sys-color-primary);outline-offset:3px}.btn:active{transform:scale(.98)}.btn-primary:focus-visible{outline-color:var(--md-sys-color-primary)}.hero-image{max-width:260px;margin-left:auto}.hero-image,.mockup-placeholder{display:flex;justify-content:center;align-items:center;width:100%}.mockup-placeholder{max-width:200px;height:420px;background:rgba(138,43,226,.3);border-radius:var(--md-sys-shape-corner-extra-large);font-size:5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);box-shadow:var(--md-ref-elevation-level2);color:rgba(255,255,255,.9)}.mockup-placeholder i{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.features{padding:100px 0;background:var(--md-sys-color-surface-variant)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:var(--md-sys-color-on-surface);font-weight:600;letter-spacing:-.5px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:var(--md-sys-color-surface);padding:2.5rem;border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level1);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--md-ref-elevation-level3);border-color:var(--md-sys-color-primary)}.feature-icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(0);transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--md-sys-color-primary)}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--md-sys-color-on-surface);font-weight:600}.feature-card p{color:#5F5E62;line-height:1.6;font-size:.938rem}.financial-goals{padding:110px 0;background:radial-gradient(circle at top left,#FFF5E8 0,#FDF3FF 40%,#F7F8FF 100%);position:relative;overflow:hidden}.financial-goals:before{content:"";position:absolute;top:-20%;right:-10%;width:420px;height:420px;background:rgba(247,148,29,.2);border-radius:50%;filter:blur(40px)}.goals-hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:4rem;position:relative;z-index:1}.goals-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:6px 14px;border-radius:999px;background:rgba(130,10,209,.1);color:var(--md-sys-color-primary);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;margin-bottom:1rem}.goals-title{font-size:2.8rem;margin-bottom:1.2rem;color:#2C1A4A;font-weight:700;line-height:1.15}.goals-lead{font-size:1.1rem;line-height:1.7;color:#4A3C5A;margin-bottom:2rem}.goals-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.goals-highlights{display:grid;grid-gap:.75rem;gap:.75rem}.goals-highlight{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.8);border-radius:12px;padding:.75rem 1rem;color:#3B2C4D;box-shadow:0 8px 20px rgba(32,10,80,.08)}.goals-highlight i{color:var(--md-sys-color-primary)}.goals-hero-card{background:#FFFFFF;border-radius:24px;box-shadow:0 20px 50px rgba(40,20,80,.12);padding:2rem;border:1px solid rgba(130,10,209,.1)}.goals-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.goals-card-label{display:block;font-size:.85rem;color:#6D5E82;margin-bottom:.25rem}.goals-card-value{font-size:1.8rem;color:#2C1A4A}.goals-card-pill{background:rgba(247,148,29,.2);color:#A75900;font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:999px;white-space:nowrap}.goals-progress-list{display:grid;grid-gap:1.2rem;gap:1.2rem;margin-bottom:1.5rem}.goals-progress-top{display:flex;justify-content:space-between;font-weight:600;color:#3B2C4D;margin-bottom:.5rem}.goals-progress-bar{background:#F0ECF7;border-radius:999px;height:10px;overflow:hidden}.goals-progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#820AD1,#F7941D);transform-origin:left center}.goals-progress-meta{font-size:.85rem;color:#6D5E82;margin-top:.4rem}.goals-card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid #efe8f7;padding-top:1.2rem;color:#3B2C4D;font-weight:600}.btn-outline{background:transparent;border:1px solid var(--md-sys-color-primary);color:var(--md-sys-color-primary);padding:10px 18px;border-radius:999px;font-size:.8rem}.btn-outline:hover{background:rgba(130,10,209,.08)}.goals-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.goals-benefit-card{background:#FFFFFF;padding:1.6rem;border-radius:18px;box-shadow:0 14px 30px rgba(32,12,68,.08);border:1px solid rgba(130,10,209,.08)}.goals-benefit-card i{font-size:1.6rem;color:var(--md-sys-color-primary);margin-bottom:.8rem}.goals-benefit-card h3{font-size:1.1rem;margin-bottom:.6rem;color:#2C1A4A}.goals-benefit-card p{color:#5F5E62;line-height:1.6;font-size:.95rem}.goals-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.goals-step{background:rgba(255,255,255,.9);border-radius:18px;padding:1.6rem;display:flex;gap:1rem;box-shadow:0 10px 24px rgba(40,20,80,.1)}.goals-step-number{width:36px;height:36px;border-radius:50%;background:var(--md-sys-color-primary);color:#FFFFFF;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.goals-step h3{margin-bottom:.4rem;color:#2C1A4A}.goals-step p{color:#5F5E62;line-height:1.6}.goals-example{background:#FFFFFF;border-radius:24px;padding:2rem;box-shadow:0 18px 40px rgba(40,20,80,.12);margin-bottom:3rem;border:1px solid rgba(130,10,209,.1)}.goals-example-header h3{font-size:1.6rem;color:#2C1A4A;margin-bottom:.5rem}.goals-example-header p{color:#6D5E82;margin-bottom:1.5rem}.goals-example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.goals-example-card{background:#F9F7FC;border-radius:16px;padding:1.4rem}.goals-table{width:100%;border-collapse:collapse;margin-top:.8rem;font-size:.9rem}.goals-table td,.goals-table th{text-align:left;padding:8px 6px;border-bottom:1px solid #e6e0f0}.goals-example-card ul{list-style:none;padding:0;margin:.8rem 0 1rem;display:grid;grid-gap:.5rem;gap:.5rem;color:#4A3C5A}.goals-example-result{background:rgba(247,148,29,.15);color:#A75900;border-radius:12px;padding:.75rem 1rem;font-weight:600}.goals-faq h3,.goals-use-cases h3{font-size:1.6rem;color:#2C1A4A;margin-bottom:1.2rem}.goals-use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.3rem;gap:1.3rem;margin-bottom:3rem}.goals-use-card{background:#FFFFFF;border-radius:18px;padding:1.4rem;box-shadow:0 12px 28px rgba(40,20,80,.1);border:1px solid rgba(130,10,209,.08)}.goals-use-card h4{margin-bottom:.5rem;color:#2C1A4A}.goals-use-card p{color:#5F5E62;line-height:1.6}.goals-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:3rem}.goals-faq details{background:#FFFFFF;border-radius:14px;padding:1rem 1.2rem;box-shadow:0 10px 24px rgba(40,20,80,.08);border:1px solid rgba(130,10,209,.08)}.goals-faq summary{font-weight:600;color:#2C1A4A;cursor:pointer}.goals-faq p{margin-top:.8rem;color:#5F5E62;line-height:1.6}.goals-cta-footer{text-align:center;background:linear-gradient(120deg,#820AD1,#F7941D);color:#FFFFFF;padding:2.5rem 2rem;border-radius:24px;box-shadow:0 20px 40px rgba(40,20,80,.2)}.goals-cta-footer h3{font-size:1.8rem;margin-bottom:.6rem}.goals-cta-footer p{margin-bottom:1.5rem;color:rgba(255,255,255,.9)}@media (max-width:980px){.goals-hero{grid-template-columns:1fr}.goals-card-footer{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.goals-title{font-size:2.2rem}.goals-cta{flex-direction:column;align-items:stretch}.goals-hero-card{padding:1.5rem}}.benefits{padding:100px 0;background:var(--md-sys-color-surface)}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto}.benefit-item{display:flex;gap:1.5rem;align-items:flex-start;padding:2rem;background:var(--md-sys-color-surface-variant);border-radius:var(--md-sys-shape-corner-large);transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.benefit-item:hover{transform:translateY(-5px);box-shadow:var(--md-ref-elevation-level2);border-color:var(--md-sys-color-primary)}.benefit-icon{font-size:2.5rem;color:var(--md-sys-color-primary);min-width:60px;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.benefit-item:hover .benefit-icon{transform:scale(1.15)}.benefit-content h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--md-sys-color-on-surface);font-weight:600}.benefit-content p{color:#5F5E62;line-height:1.6;font-size:1rem}.dashboard-indicadores{padding:120px 0;background:linear-gradient(135deg,#820AD1,#5A08A8 50%,#3d0575);position:relative;overflow:hidden}.dashboard-indicadores:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;pointer-events:none}.dashboard-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.badges-row{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.badge-novo{background:linear-gradient(135deg,#f7941d,#ff6b35);margin-bottom:1rem;box-shadow:0 4px 15px rgba(247,148,29,.4);animation:pulse-badge 2s ease-in-out infinite}.badge-ai,.badge-novo{display:inline-block;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:700;font-size:.875rem;letter-spacing:1px}.badge-ai{background:linear-gradient(135deg,#820AD1,#5A08A8);box-shadow:0 4px 15px rgba(130,10,209,.4);animation:pulse-ai 2s ease-in-out .5s infinite}@keyframes pulse-ai{0%,to{transform:scale(1);box-shadow:0 4px 15px rgba(130,10,209,.4)}50%{transform:scale(1.05);box-shadow:0 6px 20px rgba(130,10,209,.6)}}.badge-ai i{margin-right:.5rem;animation:pulse-brain 1.5s ease-in-out infinite}@keyframes pulse-brain{0%,to{opacity:1}50%{opacity:.7}}.ai-badge-highlight{display:inline-flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:50px;border:2px solid rgba(130,10,209,.5);margin-top:1.5rem;box-shadow:0 4px 20px rgba(130,10,209,.3);max-width:920px;margin-left:auto;margin-right:auto}.ai-badge-highlight i{font-size:1.5rem;color:#f7941d;animation:rotate-chip 4s linear infinite}@keyframes rotate-chip{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ai-badge-highlight span{color:rgba(255,255,255,.95);font-size:1rem;line-height:1.5;text-align:left}@keyframes pulse-badge{0%,to{transform:scale(1);box-shadow:0 4px 15px rgba(247,148,29,.4)}50%{transform:scale(1.05);box-shadow:0 6px 20px rgba(247,148,29,.6)}}.badge-novo i{margin-right:.5rem;animation:rotate-star 3s linear infinite}@keyframes rotate-star{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-subtitle{font-size:1.5rem;color:rgba(255,255,255,.95);font-weight:500;max-width:800px;margin:0 auto;line-height:1.5}.dashboard-title-light{color:#fff;margin-bottom:1rem}.dashboard-lead-title{font-size:1.8rem;margin-bottom:1.5rem;font-weight:700;color:#fff}.dashboard-lead-copy{font-size:1.15rem;line-height:1.7;margin-bottom:2rem;color:rgba(255,255,255,.95)}.dashboard-content{display:flex;gap:4rem;align-items:flex-start;position:relative;z-index:1}.dashboard-left,.dashboard-right{flex:1 1;max-width:550px}.dashboard-benefits-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.dashboard-benefit{display:flex;align-items:flex-start;gap:1rem;color:rgba(255,255,255,.95);font-size:1rem;line-height:1.6}.dashboard-benefit i{color:#820AD1;font-size:1.5rem;flex-shrink:0;margin-top:.1rem;animation:float-icon 3s ease-in-out infinite}@keyframes float-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.btn-dashboard-cta{background:linear-gradient(135deg,#f7941d,#ff6b35);color:#fff;border:none;padding:1.25rem 2.5rem;font-size:1.15rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 25px rgba(247,148,29,.5);display:inline-flex;align-items:center;gap:.75rem}.btn-dashboard-cta:hover{transform:translateY(-3px);box-shadow:0 10px 35px rgba(247,148,29,.7)}.btn-dashboard-cta:active{transform:translateY(-1px)}.btn-dashboard-cta i{font-size:1.2rem}.metodologia-header-badge{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-align:center;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.metodologia-header-badge i{margin-right:.75rem;color:#f7941d}.metodologia-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.metodologia-card{background:#fff;padding:2rem;border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level2);transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.metodologia-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--card-color,#820AD1),transparent);opacity:0;transition:opacity .3s ease}.metodologia-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.2);border-color:var(--card-color,#820AD1)}.metodologia-card:hover:before{opacity:1}.metodologia-essenciais{--card-color:#820AD1}.metodologia-lifestyle{--card-color:#f7941d}.metodologia-dividas{--card-color:#e53935}.metodologia-investimentos{--card-color:#4CAF50}.metodologia-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.metodologia-percentage{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--card-color,#820AD1),var(--card-color-dark,#5A08A8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.metodologia-essenciais .metodologia-percentage{--card-color-dark:#5A08A8}.metodologia-lifestyle .metodologia-percentage{--card-color-dark:#e67e22}.metodologia-dividas .metodologia-percentage{--card-color-dark:#c62828}.metodologia-investimentos .metodologia-percentage{--card-color-dark:#388E3C}.metodologia-icon{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--card-color,#820AD1) 0,var(--card-color-dark,#5A08A8) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.15);transition:transform .3s ease}.metodologia-card:hover .metodologia-icon{transform:scale(1.15) rotate(5deg)}.metodologia-card h4{font-size:1.25rem;font-weight:700;color:var(--md-sys-color-on-surface);margin-bottom:.75rem}.metodologia-card p{color:#5F5E62;line-height:1.6;font-size:.95rem}.pulo-do-gato-box{background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px rgba(0,0,0,.1)}.pulo-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#f7941d,#ff6b35);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;animation:pulse-light 2s ease-in-out infinite}@keyframes pulse-light{0%,to{box-shadow:0 0 0 0 rgba(247,148,29,.7)}50%{box-shadow:0 0 0 10px rgba(247,148,29,0)}}.pulo-content{color:rgba(255,255,255,.95);font-size:1rem;line-height:1.7}.pulo-content strong{color:#fff;font-weight:700}.highlight-text{color:#f7941d;font-weight:700;font-style:italic}@media (max-width:1024px){.dashboard-content{flex-direction:column;gap:3rem}.dashboard-left,.dashboard-right{max-width:100%}.metodologia-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-indicadores{padding:80px 0}.dashboard-header{margin-bottom:3rem}.badges-row{flex-direction:column;gap:.75rem}.badge-ai,.badge-novo{font-size:.8rem;padding:.4rem 1.25rem}.ai-badge-highlight{flex-direction:column;text-align:center;padding:1rem 1.5rem}.ai-badge-highlight span{font-size:.95rem;text-align:center}.dashboard-subtitle{font-size:1.25rem}.dashboard-left h3{font-size:1.5rem!important}.dashboard-left p{font-size:1rem!important}.metodologia-grid{grid-template-columns:1fr;gap:1.25rem}.metodologia-percentage{font-size:2.5rem}.metodologia-icon{width:45px;height:45px;font-size:1.25rem}.btn-dashboard-cta{width:100%;justify-content:center;padding:1.15rem 2rem;font-size:1.05rem}.pulo-do-gato-box{flex-direction:column;text-align:center;align-items:center}}@media (max-width:480px){.dashboard-indicadores{padding:60px 0}.badge-novo{font-size:.75rem;padding:.4rem 1.25rem}.dashboard-subtitle{font-size:1.1rem}.metodologia-card{padding:1.5rem}.metodologia-percentage{font-size:2.25rem}.dashboard-benefit,.pulo-content{font-size:.95rem}}.how-it-works{padding:100px 0;background:var(--md-sys-color-surface)}.section-subtitle{text-align:center;font-size:1.15rem;color:#5F5E62;max-width:700px;margin:-2rem auto 3rem;line-height:1.6}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.process-card{text-align:center;padding:2.5rem 1.5rem;background:var(--md-sys-color-surface-variant);border-radius:var(--md-sys-shape-corner-large);transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.process-card:hover{transform:translateY(-8px);box-shadow:var(--md-ref-elevation-level3);border-color:var(--md-sys-color-primary);background:var(--md-sys-color-surface)}.process-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--md-sys-color-primary),#5A08A8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:white;transition:all .3s cubic-bezier(.4,0,.2,1)}.process-card:hover .process-icon{transform:scale(1.1) rotate(5deg)}.process-card h3{font-size:1.4rem;margin-bottom:1rem;color:var(--md-sys-color-on-surface);font-weight:600}.process-card p{color:#5F5E62;line-height:1.6;font-size:.95rem}.social-proof{padding:80px 0;background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:white}.social-proof .section-title{color:white;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem}.stat-card{text-align:center;padding:2rem 1rem;background:rgba(255,255,255,.1);border-radius:var(--md-sys-shape-corner-large);border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.15);border-color:var(--md-sys-color-secondary)}.stat-icon{font-size:2.5rem;margin-bottom:1rem;color:var(--md-sys-color-secondary)}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:white;line-height:1}.stat-label{font-size:1rem;color:rgba(255,255,255,.9);font-weight:500}.benefit-icon i,.feature-icon i,.process-icon i{display:block}.btn i{margin-right:.5rem}.footer-social{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;background:#ffffff;border-radius:18px;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--clean-ink);border:1px solid #e7e4ef;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-social a:hover{background:#f4efff;color:var(--clean-accent);transform:translateY(-3px);border-color:rgba(91,33,182,.24);box-shadow:0 12px 24px rgba(91,33,182,.12)}.footer-social a:focus-visible{outline:2px solid #f7941d;outline-offset:3px;border-color:rgba(247,148,29,.45)}.footer-social-icon{width:20px;height:20px}.cta-icon{font-size:3rem;color:var(--md-sys-color-secondary);margin-bottom:1.5rem}.cta-subtext{margin-top:1.5rem;font-size:.95rem;opacity:.85}.cta-subtext i{margin:0 .5rem}.cta{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:80px 0;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:var(--md-sys-color-secondary);opacity:.15;border-radius:50%;filter:blur(80px)}.cta h2{font-size:2.5rem;margin-bottom:1rem;font-weight:600;letter-spacing:-.5px}.cta h2,.cta p{position:relative;z-index:1}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:1;color:rgba(255,255,255,.95)}.cta-title-main{font-weight:700;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.cta-copy-main{font-size:1.15rem;margin-bottom:2rem}.cta-copy-highlight{color:#f7941d;font-weight:600}.cta .btn{position:relative;z-index:1}.footer{background:#f8f7fb;color:var(--clean-ink);padding:40px 24px 24px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(91,33,182,.035) 1px,transparent 0),linear-gradient(rgba(91,33,182,.035) 1px,transparent 0);background-size:32px 32px;opacity:.45;pointer-events:none}.footer-shell{max-width:1440px;margin:0 auto;padding:48px 44px 0;border-top:1px solid #e7e4ef;position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:minmax(340px,1.55fr) repeat(3,minmax(180px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:2.75rem}.footer-section{min-width:0}.footer-logo{height:48px;width:auto}.footer-section h4{margin-bottom:1.4rem;font-size:1.05rem;display:flex;align-items:center;gap:.75rem;letter-spacing:.01em}.footer-section p{color:rgba(228,229,234,.76);line-height:1.6}.footer-brand{padding-right:1.5rem}.footer-brand-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem}.footer-badge{display:inline-flex;align-items:center;padding:.55rem .9rem;border-radius:999px;border:1px solid #ddd5f0;background:#f1ebff;color:var(--clean-accent);font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.footer-lead{max-width:34rem;font-size:1.05rem}.footer-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1.6rem}.footer-highlight-card{padding:1rem 1rem 1.1rem;border-radius:20px;background:#ffffff;border:1px solid #e7e4ef;box-shadow:0 8px 20px rgba(38,24,67,.04)}.footer-highlight-card strong{display:block;font-size:1.3rem;color:var(--clean-ink);margin-bottom:.35rem}.footer-highlight-card span{display:block;color:rgba(228,229,234,.72);line-height:1.45;font-size:.92rem}.footer-nav-group nav{display:grid;grid-gap:.25rem;gap:.25rem}.footer-section a{display:inline-flex;align-items:center;gap:.75rem;width:-moz-fit-content;width:fit-content;color:rgba(228,229,234,.8);text-decoration:none;margin-bottom:.4rem;transition:color .25s ease,transform .25s ease;min-height:32px}.footer-section a:focus-visible{outline:2px solid var(--md-sys-color-secondary);outline-offset:4px;border-radius:10px}.footer-section a:hover{color:var(--md-sys-color-secondary);transform:translateX(4px)}.footer-section-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#eee8ff;color:var(--clean-accent)}.footer-section-icon svg{width:18px;height:18px}.footer-link-icon{width:14px;height:14px;color:var(--clean-accent);flex:0 0 auto}.footer-bottom{display:flex;justify-content:center;padding-top:1.6rem;border-top:1px solid #e7e4ef;color:#777286;text-align:center}.footer-bottom p{font-size:.96rem}.footer-bottom a{color:var(--md-sys-color-secondary);text-decoration:none}.footer-bottom a:hover{color:var(--clean-accent)}@media (min-width:1600px){.container{max-width:1560px;padding:0 40px}.hero{padding:160px 0 108px}.hero .container{grid-template-columns:minmax(0,1.58fr) minmax(180px,.42fr);gap:5.5rem}.hero-content{max-width:1080px}.hero-title{font-size:5rem}.hero-subtitle-main{font-size:1.55rem;max-width:52rem}.proof-strip-grid{gap:1.5rem}}@media (max-width:1024px){.hero .container{gap:3rem}.hero-content h1{font-size:3rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 15px}.header .container{flex-wrap:wrap}.logo-img{height:40px}.hero{padding:120px 0}.hero .container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content h1{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap;flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.mockup-placeholder{width:200px;height:400px;font-size:3rem}.features{padding:60px 0}.section-title{font-size:2rem;margin-bottom:2.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.benefits{padding:60px 0}.benefits-list{grid-template-columns:1fr;gap:1.5rem}.benefit-item{flex-direction:column;text-align:center;padding:1.5rem;gap:1rem}.benefit-icon{min-width:auto;font-size:2rem}.benefit-content h3{font-size:1.3rem}.benefit-content p{font-size:.95rem}.how-it-works{padding:60px 0}.section-subtitle{font-size:1rem;margin:-1.5rem auto 2rem}.process-grid{grid-template-columns:1fr;gap:1.5rem}.process-card{padding:2rem 1.5rem}.social-proof{padding:60px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2.5rem}.cta{padding:60px 0}.cta h2{font-size:2rem}.cta p{font-size:1.1rem}.btn-large{padding:1rem 2rem;font-size:1rem;width:100%;max-width:300px}.footer{padding:28px 16px 20px}.footer-shell{padding:36px 24px 0}.footer-content{grid-template-columns:1fr;gap:2.25rem}.footer-brand{padding-right:0}.footer-highlights{grid-template-columns:1fr}.footer-logo{height:40px}}@media (max-width:480px){.container{padding:0 16px}.hero-content h1{font-size:2rem}.hero-title{font-size:2.15rem;line-height:1.1}.hero-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.3rem}.feature-icon{font-size:2.5rem}.process-card h3{font-size:1.2rem}.process-icon{width:60px;height:60px;font-size:1.5rem}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}.cta h2{font-size:1.75rem}.cta-icon{font-size:2rem}.hero-kicker,.section-kicker{font-size:.72rem;letter-spacing:.06em}.hero-proof-pill{width:100%;border-radius:18px;font-size:.85rem}.hero-phone-mockup{width:100%;max-width:320px;padding:.85rem}.hero-notification{grid-template-columns:1fr}.hero-notification-icon{width:38px;height:38px}.hero-balance-card small,.hero-chart-legend,.hero-notification p{font-size:.8rem}.hero-balance-card strong{font-size:1.55rem}.hero-chart-bars{height:88px}.cta-subtext{font-size:.85rem;line-height:1.8}.btn{padding:.875rem 1.5rem}.footer-content{grid-template-columns:1fr}.footer-shell{padding:28px 18px 0}.footer-brand-header{align-items:flex-start}.footer-lead{font-size:1rem}.footer-social{justify-content:flex-start}.footer-social a{width:50px;height:50px}}.blog-hero{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:80px 0 60px;text-align:center;position:relative;overflow:hidden}.blog-hero:before{content:"";position:absolute;top:-30%;right:-5%;width:400px;height:400px;background:var(--md-sys-color-secondary);opacity:.1;border-radius:50%;filter:blur(60px)}.blog-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700;position:relative;z-index:1}.blog-hero h1 i{margin-right:1rem;color:var(--md-sys-color-secondary)}.blog-subtitle{font-size:1.25rem;max-width:700px;margin:0 auto;opacity:.95;line-height:1.6;position:relative;z-index:1}.blog-container{padding:80px 0;background:var(--md-sys-color-background)}.category-filter{margin-bottom:3rem;text-align:center}.category-filter h2{font-size:1.25rem;margin-bottom:1.5rem;color:var(--md-sys-color-on-surface);font-weight:600}.category-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.category-btn{padding:.625rem 1.25rem;border:2px solid var(--md-sys-color-outline);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);border-radius:var(--md-sys-shape-corner-medium);font-size:.938rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:var(--font-roboto),sans-serif}.category-btn:hover{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-surface-variant);transform:translateY(-2px)}.category-btn.active{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-color:var(--md-sys-color-primary)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.blog-card{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-large);padding:2rem;box-shadow:var(--md-ref-elevation-level1);transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;display:flex;flex-direction:column;text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-8px);box-shadow:var(--md-ref-elevation-level3);border-color:var(--md-sys-color-primary)}.blog-card-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--md-sys-color-primary),#5A08A8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:white;margin-bottom:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-card:hover .blog-card-icon{transform:scale(1.1) rotate(5deg)}.blog-card-category{display:inline-block;padding:.375rem .875rem;background:var(--md-sys-color-surface-variant);color:var(--md-sys-color-primary);border-radius:var(--md-sys-shape-corner-small);font-size:.813rem;text-transform:uppercase;letter-spacing:.5px}.blog-card h3,.blog-card-category{font-weight:600;margin-bottom:1rem}.blog-card h3{font-size:1.5rem;color:var(--md-sys-color-on-surface);line-height:1.3}.blog-card-excerpt{color:#5F5E62;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;font-size:.938rem}.blog-card-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.813rem;color:#5F5E62;margin-bottom:1rem;padding-top:1rem;border-top:1px solid var(--md-sys-color-surface-variant)}.blog-card-meta span{display:flex;align-items:center;gap:.375rem}.blog-card-meta i{font-size:.875rem}.blog-card-cta,.blog-card-meta i{color:var(--md-sys-color-primary)}.blog-card-cta{font-weight:600;font-size:.938rem;display:flex;align-items:center;gap:.5rem}.blog-card:hover .blog-card-cta i{transform:translateX(5px);transition:transform .3s}.no-articles{text-align:center;padding:4rem 2rem;color:#5F5E62}.no-articles i{font-size:4rem;color:var(--md-sys-color-primary);opacity:.3;margin-bottom:1rem}.no-articles p{font-size:1.125rem}.blog-cta{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:60px 0;text-align:center}.blog-cta h2{font-size:2.25rem;margin-bottom:1rem;font-weight:600}.blog-cta h2 i{margin-right:.75rem;color:var(--md-sys-color-secondary)}.blog-cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.breadcrumb{padding:1.5rem 0;background:var(--md-sys-color-surface-variant);border-bottom:1px solid rgba(0,0,0,.1)}.breadcrumb .container{display:flex;align-items:center;gap:.75rem;font-size:.938rem}.breadcrumb a{color:var(--md-sys-color-primary);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#5A08A8;text-decoration:underline}.breadcrumb .separator{color:#5F5E62}.breadcrumb .current{color:#5F5E62;font-weight:500}.article-container{padding:60px 0 80px;background:var(--md-sys-color-background)}.article-container .container{max-width:900px}.article-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--md-sys-color-surface-variant)}.article-category-badge{display:inline-block;padding:.5rem 1.25rem;background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-radius:var(--md-sys-shape-corner-medium);font-size:.938rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.article-category-badge i{margin-right:.5rem}.article-header h1{font-size:2.75rem;margin-bottom:1.5rem;color:var(--md-sys-color-on-surface);font-weight:700;line-height:1.2;letter-spacing:-.5px}.article-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.938rem;color:#5F5E62;margin-bottom:2rem}.article-meta span{display:flex;align-items:center;gap:.5rem}.article-meta i{color:var(--md-sys-color-primary);font-size:1.125rem}.article-icon-large{width:100px;height:100px;background:linear-gradient(135deg,var(--md-sys-color-primary),#5A08A8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:white;margin:0 auto;box-shadow:var(--md-ref-elevation-level2)}.article-content{font-size:1.125rem;line-height:1.8;color:var(--md-sys-color-on-surface)}.article-content p{margin-bottom:1.5rem}.article-content h2,.article-content strong{font-weight:600;color:var(--md-sys-color-on-surface)}.article-content h2{font-size:2rem;margin-top:3rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.article-content h2 i{color:var(--md-sys-color-primary);font-size:1.75rem}.article-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--md-sys-color-on-surface);font-weight:600}.article-content ol,.article-content ul{margin-bottom:1.5rem;padding-left:2rem}.article-content li{margin-bottom:.75rem;line-height:1.7}.article-content ul li::marker{color:var(--md-sys-color-primary)}.article-content ol li::marker{color:var(--md-sys-color-primary);font-weight:600}.article-content blockquote,.article-content em{font-style:italic;color:#5F5E62}.article-content blockquote{border-left:4px solid var(--md-sys-color-primary);padding-left:1.5rem;margin:2rem 0}.article-cta-box{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:3rem 2rem;border-radius:var(--md-sys-shape-corner-large);text-align:center;margin:3rem 0;box-shadow:var(--md-ref-elevation-level3)}.article-cta-box h3{font-size:2rem;margin-bottom:1rem;font-weight:600;color:white}.article-cta-box h3 i{margin-right:.75rem;color:var(--md-sys-color-secondary)}.article-cta-box>p{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.article-cta-box .btn{margin:0 auto}.article-cta-box .cta-subtext{margin-top:1.5rem;font-size:.938rem;opacity:.85}.article-cta-box .cta-subtext i{margin:0 .5rem}.article-share{margin:3rem 0;padding:2rem;background:var(--md-sys-color-surface-variant);border-radius:var(--md-sys-shape-corner-medium);text-align:center}.article-share h3{font-size:1.25rem;margin-bottom:1.5rem;color:var(--md-sys-color-on-surface);font-weight:600}.article-share h3 i{margin-right:.5rem;color:var(--md-sys-color-primary)}.share-buttons{gap:1rem;flex-wrap:wrap}.share-btn,.share-buttons{display:flex;justify-content:center}.share-btn{width:50px;height:50px;border-radius:50%;align-items:center;font-size:1.25rem;color:white;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.share-btn:hover{transform:translateY(-5px);box-shadow:var(--md-ref-elevation-level2)}.share-btn.facebook{background:#1877F2}.share-btn.twitter{background:#1DA1F2}.share-btn.linkedin{background:#0A66C2}.share-btn.whatsapp{background:#25D366}.related-articles{margin:4rem 0}.related-articles h2{font-size:2rem;margin-bottom:2rem;color:var(--md-sys-color-on-surface);font-weight:600;display:flex;align-items:center;gap:.75rem}.related-articles h2 i{color:var(--md-sys-color-primary)}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.related-card{background:var(--md-sys-color-surface);padding:1.5rem;border-radius:var(--md-sys-shape-corner-medium);box-shadow:var(--md-ref-elevation-level1);transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;text-decoration:none;color:inherit;display:flex;flex-direction:column}.related-card:hover{transform:translateY(-5px);box-shadow:var(--md-ref-elevation-level2);border-color:var(--md-sys-color-primary)}.related-icon{width:50px;height:50px;background:var(--md-sys-color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:white;margin-bottom:1rem}.related-card h3{font-size:1.125rem;margin-bottom:.75rem;color:var(--md-sys-color-on-surface);font-weight:600;line-height:1.3}.related-card p{font-size:.875rem;color:#5F5E62;line-height:1.5;margin-bottom:1rem;flex-grow:1}.related-cta{color:var(--md-sys-color-primary);font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.375rem}.related-card:hover .related-cta i{transform:translateX(3px);transition:transform .3s}.back-to-blog{margin:3rem 0;text-align:center}@media (max-width:768px){.blog-hero{padding:60px 0 40px}.blog-hero h1{font-size:2.25rem}.blog-subtitle{font-size:1.063rem}.blog-container{padding:60px 0}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card{padding:1.5rem}.category-buttons{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.875rem}.article-header h1{font-size:2rem}.article-meta{gap:1rem;font-size:.875rem}.article-content{font-size:1.063rem}.article-content h2{font-size:1.625rem;flex-direction:column;align-items:flex-start}.article-cta-box{padding:2rem 1.5rem}.article-cta-box h3{font-size:1.625rem}.related-grid{grid-template-columns:1fr}.share-buttons{gap:.75rem}.breadcrumb .container{font-size:.813rem}}@media (max-width:480px){.blog-hero h1{font-size:1.875rem}.blog-subtitle{font-size:1rem}.blog-card h3{font-size:1.25rem}.blog-card-meta{flex-direction:column;gap:.5rem}.article-header h1{font-size:1.75rem}.article-icon-large{width:80px;height:80px;font-size:2.5rem}.article-content{font-size:1rem}.article-content h2{font-size:1.5rem;margin-top:2rem}.share-btn{width:45px;height:45px;font-size:1.125rem}}.pricing-page{min-height:100vh;background:linear-gradient(135deg,#f8f5fc,#ffffff)}.pricing-header{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#6a0dad 100%);color:white;padding:4rem 0 3rem;text-align:center;position:relative;overflow:hidden}.pricing-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.pricing-header .container{position:relative;z-index:1}.pricing-header .back-link{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.9);text-decoration:none;margin-bottom:1.5rem;font-size:.95rem;transition:all .3s ease}.pricing-header .back-link:hover{color:white;transform:translateX(-5px)}.pricing-header h1{font-size:3rem;font-weight:700;margin:0 0 1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.pricing-header h1 i{color:var(--md-sys-color-secondary);animation:pulse 2s ease-in-out infinite}.pricing-header .subtitle{font-size:1.25rem;opacity:.95;margin-bottom:2rem}.currency-toggle{display:inline-flex;background:rgba(255,255,255,.15);border-radius:50px;padding:4px;gap:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.currency-toggle button{padding:.75rem 2rem;border:none;background:transparent;color:rgba(255,255,255,.8);font-size:1rem;font-weight:500;border-radius:50px;cursor:pointer;transition:all .3s ease}.currency-toggle button.active{background:white;color:var(--md-sys-color-primary);box-shadow:0 4px 12px rgba(0,0,0,.15)}.currency-toggle button:hover:not(.active){color:white;background:rgba(255,255,255,.1)}.pricing-plans{padding:4rem 0;margin-top:-3rem;position:relative;z-index:2}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1120px;margin:0 auto}.plan-card{background:white;border-radius:24px;padding:2.5rem;box-shadow:0 8px 32px rgba(130,10,209,.08);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:2px solid transparent}.plan-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(130,10,209,.12)}.plan-card.featured{border:2px solid var(--md-sys-color-primary);transform:scale(1.05)}.plan-card.featured:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{position:absolute;top:-15px;right:20px;background:linear-gradient(135deg,var(--md-sys-color-secondary) 0,#ff9500 100%);color:white;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px rgba(247,148,29,.3)}.popular-badge i{animation:sparkle 1.5s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(180deg)}}.plan-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.plan-header h3{font-size:2rem;font-weight:700;color:var(--md-sys-color-primary);margin:0 0 1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.plan-price{margin:1.5rem 0}.price-amount{font-size:3.5rem;font-weight:800;color:var(--md-sys-color-primary);display:block;line-height:1}.price-period{font-size:1.125rem;color:#666;font-weight:400}.price-breakdown{font-size:.95rem;color:#666;margin-top:.5rem}.plan-description{font-size:1.125rem;color:#666;margin:1rem 0 0}.billing-selector{display:flex;gap:.5rem;margin:1.5rem 0;justify-content:center;flex-wrap:wrap}.billing-selector button{padding:.75rem 1.25rem;border:2px solid #e0e0e0;background:white;color:#666;font-size:.95rem;font-weight:500;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative}.billing-selector button.active{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-primary);color:white}.billing-selector button:hover:not(.active){border-color:var(--md-sys-color-primary);background:rgba(130,10,209,.05)}.save-badge{position:absolute;top:-8px;right:-8px;background:var(--md-sys-color-secondary);color:white;font-size:.7rem;padding:.25rem .5rem;border-radius:8px;font-weight:700}.plan-features{margin:2rem 0}.plan-features h4{font-size:1rem;font-weight:600;color:#333;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.plan-features ul{list-style:none;padding:0;margin:0}.plan-features li{padding:.75rem 0;display:flex;align-items:center;gap:.75rem;color:#555;font-size:1rem;border-bottom:1px solid #f5f5f5}.plan-features li:last-child{border-bottom:none}.plan-features li i{color:var(--md-sys-color-primary);font-size:1.125rem;flex-shrink:0}.plan-features li.warning i{color:var(--md-sys-color-secondary)}.plan-features li strong{color:#333;font-weight:600}.plan-note{text-align:center;font-size:.875rem;color:#999;margin-top:1rem}.comparison-section{padding:4rem 0;background:white}.comparison-section h2{text-align:center;font-size:2.5rem;color:var(--md-sys-color-primary);margin:0 0 3rem;display:flex;align-items:center;justify-content:center;gap:1rem}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.comparison-table{width:100%;min-width:680px;border-collapse:collapse;background:white}.comparison-table thead{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#6a0dad 100%);color:white}.comparison-table th{padding:1.5rem 1rem;text-align:left;font-weight:600;font-size:1.125rem}.comparison-table th:first-child{border-radius:16px 0 0 0}.comparison-table th:last-child{border-radius:0 16px 0 0}.comparison-table td{padding:1.25rem 1rem;border-bottom:1px solid #f0f0f0}.comparison-table tbody tr:hover{background:rgba(130,10,209,.02)}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table .premium-col{background:rgba(130,10,209,.03);font-weight:600;color:var(--md-sys-color-primary)}.faq-section{padding:4rem 0;background:linear-gradient(135deg,#f8f5fc,#ffffff)}.faq-section h2{text-align:center;font-size:2.5rem;color:var(--md-sys-color-primary);margin:0 0 3rem;display:flex;align-items:center;justify-content:center;gap:1rem}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1360px;margin:0 auto}.faq-item{padding:2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:all .3s ease}.faq-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(130,10,209,.12)}.faq-item h3{color:var(--md-sys-color-primary);font-size:1.25rem;font-weight:600;margin:0 0 1rem;gap:.75rem}.faq-item h3 i{font-size:1.5rem;flex-shrink:0}.faq-item p{color:#666;margin:0}.cta-final{padding:4rem 0;background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#6a0dad 100%);color:white}.cta-final .cta-box{text-align:center;max-width:800px;margin:0 auto}.cta-final h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.cta-final p{font-size:1.25rem;opacity:.95;margin-bottom:2rem}.cta-buttons{justify-content:center;margin-bottom:2rem}.cta-note{font-size:.95rem;opacity:.9}.cta-note i{margin:0 .5rem}.pricing-footer{padding:2rem 0;background:white;border-top:1px solid #f0f0f0}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-links a{color:#666;text-decoration:none;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.footer-links a:hover{color:var(--md-sys-color-primary)}@media (max-width:768px){.pricing-header{padding:3.5rem 0 2.5rem}.pricing-header h1{font-size:2rem;line-height:1.15}.pricing-header .subtitle{font-size:1rem}.currency-toggle{flex-wrap:wrap;justify-content:center;width:100%;max-width:420px}.currency-toggle button{padding:.625rem 1.25rem;font-size:.875rem;flex:1 1 160px}.plans-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.plan-card.featured{transform:scale(1)}.plan-card.featured:hover{transform:translateY(-8px)}.price-amount{font-size:2.5rem}.billing-selector{flex-direction:column;align-items:stretch}.billing-selector button{width:100%}.comparison-section h2,.cta-final h2,.faq-section h2{font-size:1.75rem;flex-direction:column}.comparison-table td,.comparison-table th{padding:1rem .75rem;font-size:.875rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.footer-links{flex-direction:column;align-items:center;gap:1rem}}@media (max-width:480px){.pricing-header{padding:3rem 0 2rem}.pricing-header h1{font-size:1.75rem;gap:.5rem;line-height:1.1}.pricing-header .back-link{margin-bottom:1rem}.currency-toggle{padding:6px}.currency-toggle button{flex-basis:100%}.plan-card{padding:1.5rem}.comparison-table-wrapper{border-radius:12px}.cta-final h2{font-size:1.5rem}.cta-final p{font-size:1rem}}.legal-page{min-height:100vh;background:var(--md-sys-color-background);color:var(--md-sys-color-on-background)}.legal-content{padding:calc(var(--fixed-header-height) + 2.25rem) 0 4rem;background:linear-gradient(135deg,rgba(130,10,209,.03),rgba(247,148,29,.03))}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(130,10,209,.1)}.legal-header h1{font-size:2.5rem;font-weight:700;color:var(--md-sys-color-primary);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.legal-header h1 i{font-size:2.25rem}.legal-meta{display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:.95rem;color:var(--md-sys-color-outline)}.legal-meta p{margin:0}.legal-meta strong{color:var(--md-sys-color-on-background)}.language-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-radius:var(--md-sys-shape-corner-medium);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;margin-top:.5rem}.language-toggle:hover{background:#6a08ad;transform:translateY(-2px);box-shadow:var(--md-ref-elevation-level2)}.legal-body{max-width:900px;margin:0 auto;background:var(--md-sys-color-surface);padding:3rem;border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level1)}.legal-section{margin-bottom:3rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.75rem;font-weight:700;color:var(--md-sys-color-primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:2px solid rgba(130,10,209,.1)}.legal-section h2 i{font-size:1.5rem}.legal-section h3{font-size:1.35rem;font-weight:600;margin:1.75rem 0 1rem}.legal-section h3,.legal-section p{color:var(--md-sys-color-on-surface)}.legal-section p{line-height:1.8;margin-bottom:1.25rem}.legal-section ol,.legal-section ul{margin:1rem 0 1.5rem 1.5rem;line-height:1.8}.legal-section li{margin-bottom:.75rem;color:var(--md-sys-color-on-surface)}.legal-section li strong{color:var(--md-sys-color-primary)}.legal-section ol ul,.legal-section ul ul{margin-top:.5rem;margin-bottom:.5rem}.legal-note{background:rgba(130,10,209,.05);border-left:4px solid var(--md-sys-color-primary);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:var(--md-sys-shape-corner-small);font-size:.95rem}.legal-note i{color:var(--md-sys-color-primary);margin-right:.5rem}.contact-box{background:var(--md-sys-color-surface-variant);border:2px solid rgba(130,10,209,.15);border-radius:var(--md-sys-shape-corner-medium);padding:1.5rem;margin:1.5rem 0}.contact-box h3{font-size:1.25rem;color:var(--md-sys-color-primary);margin-bottom:1rem}.contact-box p{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.contact-box p:last-child{margin-bottom:0}.contact-box i{min-width:20px}.contact-box a,.contact-box i{color:var(--md-sys-color-primary)}.contact-box a{text-decoration:none}.contact-box a:hover{text-decoration:underline}.legal-card{background:rgba(130,10,209,.03);border:1px solid rgba(130,10,209,.15);border-radius:var(--md-sys-shape-corner-medium);padding:1.5rem;margin:1.5rem 0}.legal-card h3{font-size:1.2rem;color:var(--md-sys-color-primary);margin-top:0;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.legal-card p{margin-bottom:.75rem}.legal-card p:last-child{margin-bottom:0}.legal-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;box-shadow:var(--md-ref-elevation-level1);border-radius:var(--md-sys-shape-corner-medium);overflow:hidden}.legal-table thead{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.legal-table th{padding:1rem;text-align:left;font-weight:600}.legal-table tbody tr{border-bottom:1px solid rgba(130,10,209,.1)}.legal-table tbody tr:last-child{border-bottom:none}.legal-table tbody tr:hover{background:rgba(130,10,209,.03)}.legal-table td{padding:1rem;color:var(--md-sys-color-on-surface)}.legal-table td strong{color:var(--md-sys-color-primary)}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.right-card{background:var(--md-sys-color-surface);border:2px solid rgba(130,10,209,.15);border-radius:var(--md-sys-shape-corner-medium);padding:1.5rem;transition:all .3s ease}.right-card:hover{border-color:var(--md-sys-color-primary);box-shadow:var(--md-ref-elevation-level2);transform:translateY(-4px)}.right-card h3{font-size:1.1rem;color:var(--md-sys-color-primary);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.right-card p{margin-bottom:.5rem;font-size:.9rem}.right-card p strong{color:var(--md-sys-color-outline);font-size:.85rem}.right-action{color:var(--md-sys-color-secondary);font-weight:500;font-size:.85rem;margin-top:.75rem}.faq-item{background:var(--md-sys-color-surface-variant);border-left:4px solid var(--md-sys-color-secondary);border-radius:var(--md-sys-shape-corner-small);padding:1.25rem 1.5rem;margin:1.5rem 0}.faq-item h3{font-size:1.1rem;color:var(--md-sys-color-on-surface);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.faq-item h3 i{color:var(--md-sys-color-secondary)}.faq-item p{margin:.5rem 0 0;font-size:.95rem}.legal-footer-note{background:linear-gradient(135deg,rgba(130,10,209,.1),rgba(247,148,29,.1));border:2px solid var(--md-sys-color-primary);border-radius:var(--md-sys-shape-corner-medium);padding:1.5rem;margin-top:3rem;text-align:center}.legal-footer-note p{margin:.5rem 0;font-weight:500}.legal-footer-note i{color:var(--md-sys-color-primary);margin-right:.5rem}@media (max-width:768px){.legal-content{padding:calc(var(--fixed-header-height) + 1.75rem) 0 3rem}.legal-header h1{font-size:1.75rem;flex-direction:column;gap:.75rem}.legal-header h1 i{font-size:1.5rem}.legal-body{padding:2rem 1.5rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.legal-table{font-size:.85rem}.legal-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.legal-table td,.legal-table th{padding:.75rem}.rights-grid{grid-template-columns:1fr;gap:1rem}.legal-meta{font-size:.85rem}.language-toggle{font-size:.85rem;padding:.5rem 1rem}}@media (max-width:480px){.legal-content{padding:calc(var(--fixed-header-height) + 1.5rem) 0 3rem}.legal-header h1{font-size:1.5rem}.legal-body{padding:1.5rem 1rem;border-radius:var(--md-sys-shape-corner-medium)}.legal-section h2{font-size:1.35rem}.legal-section h3{font-size:1.1rem}.contact-box,.faq-item,.legal-card,.legal-note{padding:1rem}.legal-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.legal-table{min-width:600px}}.patrimonio-page{background:var(--md-sys-color-background);min-height:100vh}.patrimonio-main{padding-top:2rem}.patrimonio-hero-section{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#9c27b0 100%);color:white;padding:4rem 0 3rem;margin-bottom:3rem}.patrimonio-hero-header{text-align:center}.patrimonio-hero-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.patrimonio-hero-header h1 i{margin-right:1rem;color:var(--md-sys-color-secondary)}.patrimonio-hero-subtitle{font-size:1.25rem;opacity:.95;max-width:700px;margin:0 auto}.patrimonio-section{padding:3rem 0}.patrimonio-section-alt{background:var(--md-sys-color-surface-variant)}.patrimonio-hero,.patrimonio-indicators{margin-bottom:2rem}.patrimonio-hero{background:linear-gradient(135deg,#4CAF50,#2E7D32);border-radius:var(--md-sys-shape-corner-large);padding:3rem;color:white;box-shadow:var(--md-ref-elevation-level3)}.patrimonio-hero-content h2{font-size:1.75rem;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.patrimonio-valor-principal{display:flex;flex-direction:column;margin-bottom:2rem}.patrimonio-label{font-size:.95rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.patrimonio-valor{font-size:3rem;font-weight:700;line-height:1}.patrimonio-metricas{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.metrica-item{display:flex;flex-direction:column;gap:.5rem}.metrica-item i{font-size:1.5rem;opacity:.9}.metrica-valor{font-size:1.5rem;font-weight:700}.metrica-label{font-size:.9rem;opacity:.85}.patrimonio-descricao{background:rgba(255,255,255,.2);padding:1rem;border-radius:var(--md-sys-shape-corner-medium);display:flex;align-items:center;gap:.75rem}.patrimonio-distribuicao,.patrimonio-meta{margin-bottom:2rem}.patrimonio-distribuicao h3{font-size:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--md-sys-color-on-background)}.contas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.conta-card{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:1.5rem;box-shadow:var(--md-ref-elevation-level2);transition:transform .3s ease,box-shadow .3s ease}.conta-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.conta-header{justify-content:space-between;margin-bottom:1rem}.conta-header,.conta-tipo{display:flex;align-items:center}.conta-tipo{gap:.5rem;font-weight:600;color:var(--md-sys-color-primary)}.conta-percentual{font-size:1.25rem;font-weight:700;color:var(--md-sys-color-secondary)}.conta-saldo{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--md-sys-color-on-surface)}.conta-barra{height:8px;background:#E0E0E0;border-radius:4px;overflow:hidden}.conta-barra-preenchimento{height:100%;background:linear-gradient(90deg,var(--md-sys-color-primary),var(--md-sys-color-secondary));border-radius:4px;transition:width .5s ease}.meta-card{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:2rem;box-shadow:var(--md-ref-elevation-level2);display:flex;align-items:center;gap:1.5rem}.meta-card i{font-size:3rem;color:var(--md-sys-color-secondary)}.meta-content{flex:1 1}.meta-content h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--md-sys-color-on-surface)}.meta-content p{color:var(--md-sys-color-outline);margin-bottom:1rem}.meta-progresso-barra{height:12px;background:#E0E0E0;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.meta-progresso-preenchimento{height:100%;border-radius:6px;transition:width .5s ease}.meta-progresso-label{font-size:.9rem;color:var(--md-sys-color-outline);font-weight:600}.projecao-header,.projecao-quinquenal{margin-bottom:2rem}.projecao-header{text-align:center}.projecao-header h2{font-size:2rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--md-sys-color-on-background)}.projecao-subtitle{font-size:1.1rem;color:var(--md-sys-color-outline)}.projecao-resumo{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.projecao-card{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:2rem;box-shadow:var(--md-ref-elevation-level2);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:transform .3s ease}.projecao-card:hover{transform:translateY(-4px)}.projecao-card i{font-size:2.5rem;opacity:.8}.projecao-card-hoje i{color:#757575}.projecao-card-aporte i{color:#2196F3}.projecao-card-futuro{background:linear-gradient(135deg,var(--md-sys-color-primary),#9c27b0);color:white}.projecao-card-futuro i{color:white;opacity:1}.projecao-card-crescimento i{color:#4CAF50}.projecao-label{font-size:.95rem;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.projecao-valor{font-size:1.75rem;font-weight:700}.projecao-detalhes,.projecao-timeline{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:2rem;box-shadow:var(--md-ref-elevation-level2);margin-bottom:2rem}.projecao-detalhes h3,.projecao-timeline h3{font-size:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--md-sys-color-on-background)}.timeline-container{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:grid;grid-template-columns:80px 1fr 150px;align-items:center;grid-gap:1rem;gap:1rem}.timeline-ano{font-weight:600;color:var(--md-sys-color-primary)}.timeline-barra{height:32px;background:#E0E0E0;border-radius:16px;overflow:hidden;position:relative}.timeline-barra-preenchimento{height:100%;background:linear-gradient(90deg,var(--md-sys-color-primary),var(--md-sys-color-secondary));border-radius:16px;transition:width .7s ease}.timeline-valor{font-size:1.25rem;font-weight:700;text-align:right;color:var(--md-sys-color-on-surface)}.detalhes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.detalhe-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--md-sys-color-surface-variant);border-radius:var(--md-sys-shape-corner-medium)}.detalhe-item i{font-size:2rem;color:var(--md-sys-color-primary)}.detalhe-content{display:flex;flex-direction:column;gap:.25rem}.detalhe-label{font-size:.85rem;color:var(--md-sys-color-outline)}.detalhe-valor{font-size:1.25rem;font-weight:700;color:var(--md-sys-color-on-surface)}.detalhe-valor-juros{color:#2196F3}.detalhe-valor-final{color:var(--md-sys-color-primary)}.projecao-metodologia{margin-bottom:2rem}.metodologia-details{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:1.5rem;box-shadow:var(--md-ref-elevation-level1);cursor:pointer}.metodologia-details summary{font-weight:600;font-size:1.1rem;display:flex;align-items:center;gap:.5rem;color:var(--md-sys-color-primary);list-style:none}.metodologia-details summary::-webkit-details-marker{display:none}.metodologia-details[open] summary{margin-bottom:1.5rem}.metodologia-content h4{font-size:1.1rem;margin-bottom:1rem;color:var(--md-sys-color-on-surface)}.metodologia-formula{background:#f5f5f5;padding:1rem;border-radius:var(--md-sys-shape-corner-small);margin-bottom:1rem;overflow-x:auto}.metodologia-formula code{font-family:Courier New,monospace;font-size:.95rem;color:var(--md-sys-color-primary)}.metodologia-content ul{list-style:none;padding:0;margin-bottom:1rem}.metodologia-content li{padding:.5rem 0;border-bottom:1px solid #e0e0e0}.metodologia-content li:last-child{border-bottom:none}.metodologia-nota{background:#E3F2FD;padding:1rem;border-radius:var(--md-sys-shape-corner-small);display:flex;align-items:flex-start;gap:.75rem;color:#1565C0}.metodologia-nota i{margin-top:.2rem}.projecao-motivacao{margin-bottom:2rem}.motivacao-card{background:linear-gradient(135deg,#FF5722,#F44336);color:white;border-radius:var(--md-sys-shape-corner-large);padding:2.5rem;text-align:center;box-shadow:0 8px 32px rgba(244,67,54,.3)}.motivacao-card i{font-size:3rem;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.motivacao-card h4{font-size:1.75rem;margin-bottom:1rem}.motivacao-card p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.motivacao-card .btn{background:white;color:#F44336;font-weight:600}.motivacao-card .btn:hover{background:rgba(255,255,255,.9)}.alertas-contextualizados,.alertas-header{margin-bottom:2rem}.alertas-header{text-align:center}.alertas-header h2{font-size:2rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--md-sys-color-on-background)}.alertas-subtitle{font-size:1.1rem;color:var(--md-sys-color-outline)}.alertas-lista{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.alerta-card{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:1.5rem;box-shadow:var(--md-ref-elevation-level2);display:flex;gap:1.5rem;border-left:4px solid;transition:transform .3s ease}.alerta-card:hover{transform:translateX(4px)}.alerta-sucesso{border-left-color:#4CAF50}.alerta-info{border-left-color:#2196F3}.alerta-alerta{border-left-color:#FF9800}.alerta-critico{border-left-color:#F44336}.alerta-icone{flex-shrink:0}.alerta-icone i{font-size:2.5rem}.alerta-sucesso .alerta-icone i{color:#4CAF50}.alerta-info .alerta-icone i{color:#2196F3}.alerta-alerta .alerta-icone i{color:#FF9800}.alerta-critico .alerta-icone i{color:#F44336}.alerta-content{flex:1 1}.alerta-header-card{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.alerta-header-card h3{font-size:1.25rem;margin:0;color:var(--md-sys-color-on-surface)}.prioridade-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.prioridade-alta{background:#FFEBEE;color:#C62828}.prioridade-media{background:#FFF3E0;color:#E65100}.alerta-mensagem{color:var(--md-sys-color-outline);margin-bottom:1rem;line-height:1.6}.alerta-acao{display:inline-flex;align-items:center;gap:.5rem;color:var(--md-sys-color-primary);font-weight:600;text-decoration:none;transition:gap .3s ease}.alerta-acao:hover{gap:.75rem}.alertas-stats{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:2rem;box-shadow:var(--md-ref-elevation-level2);display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.stat-item i{font-size:2rem;color:var(--md-sys-color-primary)}.stat-valor{font-size:2rem;font-weight:700;color:var(--md-sys-color-on-surface)}.stat-label{font-size:.9rem;color:var(--md-sys-color-outline)}.alertas-config{background:var(--md-sys-color-surface-variant);border-radius:var(--md-sys-shape-corner-medium);padding:2rem;text-align:center}.alertas-config .btn{margin-bottom:1rem}.alertas-config-text{color:var(--md-sys-color-outline);font-size:.95rem}.recomendacoes-personalizadas{margin-bottom:2rem}.recomendacoes-header{text-align:center;margin-bottom:2rem}.recomendacoes-header h2{font-size:2rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--md-sys-color-on-background)}.recomendacoes-subtitle{font-size:1.1rem;color:var(--md-sys-color-outline)}.recomendacoes-navegacao{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.nav-item{background:white;border:2px solid #e0e0e0;border-radius:var(--md-sys-shape-corner-medium);padding:1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500;color:var(--md-sys-color-on-surface)}.nav-item:hover{background:rgba(130,10,209,.05)}.nav-item-ativo,.nav-item:hover{border-color:var(--md-sys-color-primary)}.nav-item-ativo{background:var(--md-sys-color-primary);color:white}.nav-item i{font-size:1.5rem}.recomendacao-destaque{background:white;border-radius:var(--md-sys-shape-corner-large);padding:2.5rem;box-shadow:var(--md-ref-elevation-level3);margin-bottom:2rem}.recomendacao-header-card{display:flex;gap:2rem;margin-bottom:2rem;align-items:flex-start}.recomendacao-icone-grande{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,var(--md-sys-color-primary),#9c27b0);border-radius:var(--md-sys-shape-corner-large);display:flex;align-items:center;justify-content:center}.recomendacao-icone-grande i{font-size:2.5rem;color:white}.recomendacao-titulo-area{flex:1 1}.recomendacao-titulo-area h3{font-size:1.75rem;margin-bottom:.5rem;color:var(--md-sys-color-on-surface)}.recomendacao-descricao{font-size:1.1rem;color:var(--md-sys-color-outline);line-height:1.6}.recomendacao-metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1.5rem;background:var(--md-sys-color-surface-variant);border-radius:var(--md-sys-shape-corner-medium);margin-bottom:2rem}.metadata-item{display:flex;flex-direction:column;gap:.5rem}.metadata-label{font-size:.85rem;color:var(--md-sys-color-outline);text-transform:uppercase;letter-spacing:.5px}.metadata-valor{font-size:1.1rem;font-weight:600;color:var(--md-sys-color-on-surface)}.metadata-impacto{color:#FF9800}.metadata-impacto i{margin-right:.25rem}.recomendacao-passos{margin-bottom:2rem}.recomendacao-passos h4{font-size:1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--md-sys-color-on-surface)}.passos-lista{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.passo-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--md-sys-color-surface-variant);border-radius:var(--md-sys-shape-corner-medium)}.passo-numero{flex-shrink:0;width:32px;height:32px;background:var(--md-sys-color-primary);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.passo-texto{flex:1 1;line-height:1.6;color:var(--md-sys-color-on-surface)}.recomendacao-exemplo{background:#E3F2FD;padding:2rem;border-radius:var(--md-sys-shape-corner-medium);margin-bottom:2rem}.recomendacao-exemplo h4{font-size:1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:#1565C0}.exemplo-comparacao{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:center;margin-bottom:1.5rem}.exemplo-item{background:white;padding:1.5rem;border-radius:var(--md-sys-shape-corner-medium);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.exemplo-label{font-size:.85rem;color:var(--md-sys-color-outline);text-transform:uppercase}.exemplo-valor{font-size:1.5rem;font-weight:700;color:var(--md-sys-color-on-surface)}.exemplo-valor-destaque{color:var(--md-sys-color-primary)}.exemplo-seta{font-size:2rem;color:#1565C0}.exemplo-resultado{grid-column:1/-1;background:white;padding:1.5rem;border-radius:var(--md-sys-shape-corner-medium);display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem;color:#1565C0}.exemplo-resultado i{font-size:1.5rem}.recomendacao-acoes{display:flex;gap:1rem;flex-wrap:wrap}.recomendacao-acoes .btn{flex:1 1;min-width:200px}.recomendacoes-resumo{background:white;border-radius:var(--md-sys-shape-corner-medium);padding:2rem;box-shadow:var(--md-ref-elevation-level2)}.recomendacoes-resumo h4{font-size:1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--md-sys-color-on-surface)}.resumo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem}.resumo-card{padding:1rem;border:2px solid #e0e0e0;border-radius:var(--md-sys-shape-corner-medium);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.resumo-card:hover{background:rgba(130,10,209,.05)}.resumo-card-ativo,.resumo-card:hover{border-color:var(--md-sys-color-primary)}.resumo-card-ativo{background:rgba(130,10,209,.1)}.resumo-card i{font-size:1.75rem;color:var(--md-sys-color-primary)}.resumo-titulo{font-size:.85rem;font-weight:600;color:var(--md-sys-color-on-surface)}.resumo-impacto{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--md-sys-color-outline)}.patrimonio-cta-section{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#9c27b0 100%);padding:4rem 0;color:white}.cta-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.cta-content h2{font-size:2.25rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.cta-content p{font-size:1.15rem;line-height:1.6;opacity:.95;margin-bottom:2rem}.cta-benefits{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.cta-benefit{display:flex;align-items:center;gap:.75rem;font-size:1rem}.cta-benefit i{color:var(--md-sys-color-secondary);font-size:1.25rem}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-buttons .btn-primary{background:white;color:var(--md-sys-color-primary)}.cta-buttons .btn-primary:hover{background:rgba(255,255,255,.9)}.cta-buttons .btn-secondary{background:rgba(255,255,255,.2);color:white;border:2px solid white}.cta-buttons .btn-secondary:hover{background:rgba(255,255,255,.3)}.cta-stats{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.cta-stat{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--md-sys-shape-corner-large);padding:2rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.cta-stat i{font-size:2.5rem;opacity:.9}.cta-stat-valor{font-size:2.5rem;font-weight:700}.cta-stat-label{font-size:1rem;opacity:.9}.patrimonio-faq-section{padding:4rem 0;background:var(--md-sys-color-background)}.faq-title{text-align:center;font-size:2rem;margin-bottom:3rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--md-sys-color-on-background)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.faq-item{background:white;border-radius:var(--md-sys-shape-corner-medium);box-shadow:var(--md-ref-elevation-level1);padding:1.5rem;cursor:pointer;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:var(--md-ref-elevation-level3)}.faq-item summary{font-weight:600;font-size:1.1rem;display:flex;align-items:center;gap:.75rem;color:var(--md-sys-color-primary);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary i{font-size:1.5rem}.faq-item[open] summary{margin-bottom:1rem}.faq-item p{color:var(--md-sys-color-outline);line-height:1.6;padding-left:2.25rem}@media (max-width:768px){.patrimonio-hero-header h1{font-size:1.75rem;line-height:1.2}.patrimonio-hero-subtitle{font-size:1rem}.patrimonio-hero{padding:2rem}.patrimonio-valor{font-size:2rem}.patrimonio-metricas{gap:1.5rem}.contas-grid,.patrimonio-metricas,.projecao-resumo{grid-template-columns:1fr}.timeline-item{grid-template-columns:70px 1fr;gap:.75rem}.timeline-valor{grid-column:2;text-align:left;font-size:1rem}.alertas-stats,.detalhes-grid,.recomendacoes-navegacao{grid-template-columns:1fr}.recomendacao-header-card{flex-direction:column}.exemplo-comparacao,.recomendacao-metadata{grid-template-columns:1fr}.exemplo-seta{transform:rotate(90deg)}.recomendacao-acoes{flex-direction:column}.recomendacao-acoes .btn{min-width:auto;width:100%}.resumo-grid{grid-template-columns:repeat(2,1fr)}.cta-benefits,.cta-card{grid-template-columns:1fr}.cta-image{width:100%}.cta-stats{grid-template-columns:1fr}.cta-buttons .btn{width:100%}.faq-grid{grid-template-columns:1fr}}.patrimonio-loading,.projecao-loading,.recomendacoes-loading{text-align:center;padding:3rem;font-size:1.1rem;color:var(--md-sys-color-outline)}.patrimonio-loading i,.projecao-loading i,.recomendacoes-loading i{margin-right:.75rem;color:var(--md-sys-color-primary)}.shared-shopping-list{padding:64px 0;background:transparent}.shared-shopping-list .container{max-width:1440px}.ssl-hero{display:grid;grid-template-columns:1fr 480px;grid-gap:2.5rem;gap:2.5rem;align-items:start}.ssl-content{color:var(--md-sys-color-on-surface)}.ssl-content .badge-new{display:inline-block;background:linear-gradient(90deg,var(--md-sys-color-secondary),var(--md-sys-color-primary));color:#fff;padding:6px 12px;border-radius:999px;font-weight:700;font-size:.75rem;text-transform:uppercase;margin-bottom:1rem}.shared-shopping-list .section-title{text-align:left;font-size:2.25rem;margin-top:.25rem}.shared-shopping-list .section-subtitle,.ssl-subtitle{color:#6b6b6b;margin-bottom:1rem}.ssl-benefits{margin:1rem 0 1.5rem;padding-left:1.2rem}.ssl-benefits li{margin-bottom:.5rem;line-height:1.5}.ssl-cta-lead{margin-top:1rem;color:#4b4b4b}.ssl-cta{margin-top:1.25rem;display:flex;gap:.75rem;flex-wrap:wrap}.ssl-image img{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 20px 40px rgba(2,6,23,.45)}@media (max-width:1000px){.ssl-hero{grid-template-columns:1fr}.shared-shopping-list{padding:48px 0}.shared-shopping-list .section-title{font-size:1.9rem;text-align:center}.ssl-content{text-align:center}.ssl-content .badge-new{margin-left:auto;margin-right:auto}}.section-kicker{gap:.5rem;padding:.5rem .9rem;background:rgba(130,10,209,.08);color:var(--md-sys-color-primary);font-size:.85rem;margin-bottom:1rem}.hero-kicker,.section-kicker{display:inline-flex;align-items:center;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero-kicker{margin-bottom:1.25rem;padding:.55rem .95rem;background:rgba(255,255,255,.16);color:#fff;font-size:.82rem}.hero-proof-pills{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.hero-proof-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:.92rem;font-weight:600}.hero-proof-pill i{color:var(--md-sys-color-secondary)}.hero-social-proof{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-top:1.5rem;color:rgba(255,255,255,.85);font-size:.95rem;font-weight:500}.hero-phone-mockup{position:relative;width:min(100%,200px);height:auto;min-height:420px;padding:.65rem;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07));border:2px solid rgba(255,255,255,.55);box-shadow:0 8px 40px #820ad133}.hero-phone-screen{display:grid;grid-gap:.35rem;gap:.35rem}.hero-balance-card,.hero-chart-preview,.hero-notification{border-radius:14px;background:rgba(255,255,255,.92);color:#221632;box-shadow:0 12px 30px rgba(26,17,37,.1)}.hero-notification{display:grid;grid-template-columns:auto 1fr;grid-gap:.45rem;gap:.45rem;align-items:start;padding:.5rem}.hero-notification strong{font-size:.75rem;line-height:1.2}.hero-notification p{margin:.15rem 0 0;font-size:.6rem;line-height:1.3}.hero-notification-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#fff;font-size:.6rem}.hero-notification-alert .hero-notification-icon{background:linear-gradient(135deg,#ff8a00,#ff5d2a)}.hero-notification-success .hero-notification-icon{background:linear-gradient(135deg,#16a34a,#22c55e)}.hero-balance-card{padding:.5rem}.hero-balance-card small,.hero-balance-card span{display:block}.hero-balance-card span{color:#6f6480;font-size:.58rem;text-transform:uppercase;letter-spacing:.05em}.hero-balance-card strong{display:block;margin:.2rem 0;font-size:1rem;color:#1e1230}.hero-balance-card small{color:#6f6480;line-height:1.4;font-size:.58rem}.hero-chart-preview{padding:.5rem}.hero-chart-bars{height:44px;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;grid-gap:.24rem;gap:.24rem}.hero-chart-bars span{display:block;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#b46cff,#820AD1);min-height:8px}.hero-chart-bars .hero-chart-risk{background:linear-gradient(180deg,#ffb13d,#f97316)}.hero-chart-legend{display:flex;justify-content:space-between;margin-top:.3rem;color:#6f6480;font-size:.55rem;font-weight:600}.hero-proof-pills,.hero-social-proof{margin-top:1.8rem}.proof-strip{padding:1.4rem 0;background:#fff;border-bottom:1px solid rgba(34,23,51,.08)}.proof-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.proof-strip-item{padding:1rem 1.2rem;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f8f4fd);border:1px solid rgba(130,10,209,.08)}.proof-strip-item strong{display:block;font-size:1.5rem;color:#2b1740}.proof-strip-item span{display:block;margin-top:.35rem;color:#655a75;line-height:1.5}.prevention-framework .process-grid{grid-template-columns:repeat(3,1fr)}.framework-note{display:flex;gap:.85rem;align-items:flex-start;margin-top:2rem;padding:1.15rem 1.25rem;border-radius:22px;background:#fff7ed;border:1px solid rgba(249,115,22,.16)}.framework-note i{color:#f97316;font-size:1.15rem;margin-top:.15rem}.framework-note p{margin:0;color:#5c4a36;line-height:1.6}.insights-preview{padding:100px 0;background:linear-gradient(180deg,#f8f5fd,#ffffff)}.insights-header{text-align:center;max-width:760px;margin:0 auto 3rem}.insights-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.insight-card{padding:1.5rem;border-radius:28px;background:#fff;border:1px solid rgba(34,23,51,.08);box-shadow:0 20px 50px rgba(55,27,80,.08)}.insight-tag{display:inline-flex;padding:.45rem .8rem;border-radius:999px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.insight-card h3{margin-bottom:.75rem;font-size:1.35rem;color:#241635}.insight-action,.insight-card p,.insight-impact{color:#625670;line-height:1.65}.insight-action{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(34,23,51,.08)}.insight-impact{margin-top:.85rem;font-weight:700}.insight-card-alert .insight-tag{background:rgba(249,115,22,.12);color:#c2410c}.insight-card-opportunity .insight-tag{background:rgba(8,145,178,.12);color:#0f766e}.insight-card-behavior .insight-tag{background:rgba(99,102,241,.12);color:#4338ca}.insight-card-win .insight-tag{background:rgba(34,197,94,.12);color:#15803d}.security-trust{padding:100px 0;background:linear-gradient(135deg,#120d1b,#261536)}.security-card{display:grid;grid-template-columns:1.5fr .8fr;grid-gap:2rem;gap:2rem;padding:2rem;border-radius:32px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#fff}.security-card .section-kicker{background:rgba(255,255,255,.1);color:#f7d8ff}.security-card .section-subtitle,.security-card .section-title{color:#fff}.security-card .section-subtitle{opacity:.86}.security-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem}.security-item{display:flex;gap:.75rem;align-items:center;padding:1rem 1.1rem;border-radius:18px;background:rgba(255,255,255,.08)}.security-item i{color:#f7941d}.security-closing{margin-top:1.5rem;font-size:1.05rem;font-weight:700;color:#fff1d6}.security-metrics{display:grid;grid-gap:1rem;gap:1rem}.security-metric{padding:1.35rem;border-radius:22px;background:rgba(255,255,255,.08);text-align:center}.security-metric strong{display:block;font-size:2rem;color:#fff}.security-metric span{display:block;margin-top:.4rem;color:rgba(255,255,255,.78);line-height:1.5}@media (max-width:1024px){.insights-grid,.prevention-framework .process-grid,.proof-strip-grid,.security-card,.security-list{grid-template-columns:1fr}}@media (max-width:768px){.hero-proof-pills,.hero-social-proof{flex-direction:column;align-items:flex-start}.hero{padding:110px 0 56px}.hero:before{width:320px;height:320px;top:-18%;right:-25%}.hero .container{grid-template-columns:1fr;gap:2.25rem;text-align:left}.hero-title{font-size:2.6rem}.hero-image{display:none}.hero-subtitle-main{font-size:1rem}.hero-buttons,.hero-buttons-main{flex-direction:column;align-items:stretch;margin-top:1.5rem}.btn{white-space:normal;width:100%}.cta-primary-btn,.hero-primary-btn,.hero-secondary-btn{width:100%;padding:16px 20px;font-size:1rem}.insight-card,.proof-strip-item,.security-card{border-radius:24px}.proof-strip{padding:1rem 0}.section-title,.shared-shopping-list .section-title{word-break:normal}.cta-copy-main{font-size:1rem}}.localidade-page,.localidades-hub-page{color:var(--md-sys-color-on-background);background:var(--md-sys-color-background)}.localidade-hero{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:80px 0 100px;position:relative;overflow:hidden}.localidade-hero:before{background:var(--md-sys-color-secondary);opacity:.1}.localidade-hero .container{position:relative;z-index:1}.localidade-eyebrow{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--md-sys-color-secondary);margin-bottom:1rem;background:rgba(247,148,29,.15);padding:6px 16px;border-radius:100px}.localidade-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;max-width:900px;letter-spacing:-.02em}.localidade-hero-description{font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.7;opacity:.95;max-width:700px;margin-bottom:2rem}.localidade-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.localidade-intro{padding:60px 0;background:var(--md-sys-color-surface-variant)}.localidade-narrative{font-size:1.25rem;line-height:1.8;color:var(--md-sys-color-on-surface);max-width:900px;margin:0 auto;text-align:center}.localidade-faq,.localidade-problems,.localidade-products,.localidade-proof,.localidade-related,.localidade-solutions{padding:80px 0}.localidade-problems{background:var(--md-sys-color-background)}.localidade-solutions{background:var(--md-sys-color-surface-variant)}.localidade-products{background:var(--md-sys-color-background)}.localidade-proof{background:linear-gradient(135deg,#f8f5ff,#fff8f0)}.localidade-related{background:var(--md-sys-color-surface-variant)}.localidade-faq{background:var(--md-sys-color-background)}.localidade-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.localidade-grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.localidade-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.localidade-grid-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.localidade-card{background:var(--md-sys-color-surface);padding:2rem;border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level1);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem}.localidade-card:hover{transform:translateY(-4px);box-shadow:var(--md-ref-elevation-level3);border-color:var(--md-sys-color-primary)}.localidade-card-icon{font-size:2rem;color:#e74c3c;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(231,76,60,.1);border-radius:var(--md-sys-shape-corner-medium)}.localidade-card-icon-purple{color:var(--md-sys-color-primary);background:rgba(130,10,209,.1)}.localidade-card-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--md-sys-color-primary);color:white;font-weight:700;font-size:1.1rem;border-radius:50%;flex-shrink:0}.localidade-card p{font-size:1rem;line-height:1.6;color:var(--md-sys-color-on-surface);margin:0}.localidade-proof-list{max-width:800px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1.25rem}.localidade-proof-item{display:flex;align-items:flex-start;gap:1rem;background:var(--md-sys-color-surface);padding:1.25rem 1.5rem;border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level1);border:1px solid rgba(0,0,0,.05)}.localidade-proof-item i{color:#27ae60;font-size:1.25rem;margin-top:2px;flex-shrink:0}.localidade-proof-item span{font-size:1.05rem;line-height:1.5;color:var(--md-sys-color-on-surface)}.localidade-related-card{background:var(--md-sys-color-surface);padding:2rem;border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level1);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem}.localidade-related-card:hover{transform:translateY(-6px);box-shadow:var(--md-ref-elevation-level3);border-color:var(--md-sys-color-primary)}.localidade-related-icon{font-size:2rem;color:var(--md-sys-color-primary)}.localidade-related-card h3{font-size:1.25rem;font-weight:600;color:var(--md-sys-color-on-surface);margin:0}.localidade-related-card p{font-size:.95rem;color:var(--md-sys-color-outline);margin:0}.localidade-related-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--md-sys-color-primary);font-weight:600;font-size:.9rem;margin-top:auto;padding-top:.5rem}.localidade-faq-list{max-width:900px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1rem}.localidade-faq-item{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level1);border:1px solid rgba(0,0,0,.05);overflow:hidden}.localidade-faq-item summary{padding:1.5rem;font-size:1.1rem;font-weight:600;color:var(--md-sys-color-on-surface);cursor:pointer;display:flex;align-items:center;gap:1rem;list-style:none}.localidade-faq-item summary::-webkit-details-marker{display:none}.localidade-faq-item summary i{color:var(--md-sys-color-primary);font-size:1.25rem;flex-shrink:0}.localidade-faq-answer{padding:0 1.5rem 1.5rem 3.5rem}.localidade-faq-answer p{font-size:1rem;line-height:1.7;color:var(--md-sys-color-outline);margin:0}.localidade-cta{padding:80px 0;background:var(--md-sys-color-surface-variant)}.localidade-cta-box{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:60px;border-radius:var(--md-sys-shape-corner-extra-large);text-align:center;box-shadow:var(--md-ref-elevation-level3);position:relative;overflow:hidden}.localidade-cta-box:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:var(--md-sys-color-secondary);opacity:.1;border-radius:50%;filter:blur(60px)}.localidade-cta-box h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem;position:relative}.localidade-cta-box p{font-size:1.15rem;line-height:1.7;opacity:.95;max-width:700px;margin:0 auto 2rem;position:relative}.localidade-cta-buttons{gap:1rem;margin-bottom:2rem}.localidade-cta-buttons,.localidade-cta-proof{display:flex;justify-content:center;flex-wrap:wrap;position:relative}.localidade-cta-proof{gap:2rem;font-size:.95rem;opacity:.9}.localidade-cta-proof span{display:inline-flex;align-items:center;gap:.5rem}.localidades-hub-hero{background:linear-gradient(135deg,var(--md-sys-color-primary) 0,#5A08A8 100%);color:var(--md-sys-color-on-primary);padding:80px 0 60px;position:relative;overflow:hidden}.localidades-hub-hero:before{content:"";position:absolute;top:-30%;right:-10%;width:400px;height:400px;background:var(--md-sys-color-secondary);opacity:.1;border-radius:50%;filter:blur(80px)}.localidades-hub-hero .container{position:relative;z-index:1}.localidades-filters{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}.localidades-search{flex:1 1;min-width:260px;position:relative}.localidades-search i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--md-sys-color-outline)}.localidades-search input{width:100%;padding:14px 16px 14px 48px;border:none;border-radius:var(--md-sys-shape-corner-large);font-size:1rem;background:rgba(255,255,255,.95);color:var(--md-sys-color-on-surface);box-shadow:var(--md-ref-elevation-level1);font-family:inherit}.localidades-search input:focus{outline:3px solid var(--md-sys-color-secondary);outline-offset:2px}.localidades-state-filter select{padding:14px 40px 14px 16px;border:none;border-radius:var(--md-sys-shape-corner-large);font-size:1rem;background:rgba(255,255,255,.95);color:var(--md-sys-color-on-surface);box-shadow:var(--md-ref-elevation-level1);font-family:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235F5E62' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.localidades-state-filter select:focus{outline:3px solid var(--md-sys-color-secondary);outline-offset:2px}.localidades-count{margin-top:1rem;font-size:.95rem;opacity:.9}.localidades-grid-section{padding:60px 0 80px;background:var(--md-sys-color-background)}.localidades-state-group{margin-bottom:3rem}.localidades-state-title{font-size:1.5rem;font-weight:700;color:var(--md-sys-color-on-surface);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.localidades-state-title i{color:var(--md-sys-color-primary)}.localidades-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.localidades-card{background:var(--md-sys-color-surface);padding:1.5rem;border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-ref-elevation-level1);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem}.localidades-card:hover{transform:translateY(-6px);box-shadow:var(--md-ref-elevation-level3);border-color:var(--md-sys-color-primary)}.localidades-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.localidades-card-header h3{font-size:1.15rem;font-weight:700;color:var(--md-sys-color-on-surface);margin:0}.localidades-capital-badge{background:rgba(130,10,209,.1);color:var(--md-sys-color-primary);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:100px;flex-shrink:0}.localidades-card-desc{font-size:.9rem;line-height:1.5;color:var(--md-sys-color-outline);margin:0;flex:1 1}.localidades-card-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--md-sys-color-primary);font-weight:600;font-size:.9rem;margin-top:auto;padding-top:.5rem}.localidades-empty{text-align:center;padding:60px 20px;color:var(--md-sys-color-outline)}.localidades-empty i{font-size:3rem;margin-bottom:1rem;display:block;color:var(--md-sys-color-primary);opacity:.5}.localidades-empty p{font-size:1.1rem;margin-bottom:1.5rem}@media (max-width:768px){.localidade-hero{padding:60px 0 80px}.localidade-cta-buttons,.localidade-hero-buttons{flex-direction:column;align-items:stretch}.localidade-cta-buttons .btn,.localidade-hero-buttons .btn{width:100%}.localidade-grid-2,.localidade-grid-3,.localidade-grid-4{grid-template-columns:1fr}.localidade-cta-box{padding:40px 24px}.localidade-cta-proof{flex-direction:column;gap:.75rem}.localidade-faq-answer{padding:0 1.5rem 1.5rem}.localidade-faq-item summary{padding:1.25rem}.localidades-filters{flex-direction:column}.localidades-grid{grid-template-columns:1fr}}.variant-14 .localidade-hero,.variant-24 .localidade-hero,.variant-4 .localidade-hero{color:var(--md-sys-color-on-surface)}.variant-14 .localidade-hero .btn-secondary,.variant-24 .localidade-hero .btn-secondary,.variant-4 .localidade-hero .btn-secondary{background:rgba(130,10,209,.15);color:var(--md-sys-color-primary);border-color:var(--md-sys-color-primary)}.variant-13 .localidade-hero,.variant-23 .localidade-hero,.variant-3 .localidade-hero{color:#ffffff}.variant-13 .localidade-hero .btn-secondary,.variant-23 .localidade-hero .btn-secondary,.variant-3 .localidade-hero .btn-secondary{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.6)}.variant-1 .localidade-card-problem,.variant-11 .localidade-card-problem,.variant-15 .localidade-card-problem,.variant-21 .localidade-card-problem,.variant-25 .localidade-card-problem,.variant-5 .localidade-card-problem{border-left:4px solid #e74c3c}.variant-12 .localidade-card-solution,.variant-18 .localidade-card-solution,.variant-2 .localidade-card-solution,.variant-22 .localidade-card-solution,.variant-28 .localidade-card-solution,.variant-8 .localidade-card-solution{border-left:4px solid #f39c12}.variant-15 .localidade-card-product,.variant-25 .localidade-card-product,.variant-5 .localidade-card-product{border-top:3px solid #27ae60}.variant-16 .localidade-card-product,.variant-26 .localidade-card-product,.variant-6 .localidade-card-product{border-top:3px solid #2980b9}.variant-17 .localidade-card-product,.variant-27 .localidade-card-product,.variant-7 .localidade-card-product{border-top:3px solid #e84393}.variant-19 .localidade-card,.variant-29 .localidade-card,.variant-9 .localidade-card{border-radius:4px;box-shadow:none;border:1px solid #e0e0e0}.localidade-cta-box .btn-primary,.localidade-hero .btn-primary{text-shadow:none}.localidade-hero:before{content:"";position:absolute;top:-30%;right:-10%;width:400px;height:400px;background:rgba(255,255,255,.08);border-radius:50%;filter:blur(80px);pointer-events:none}.variant-14 .localidade-faq-item,.variant-24 .localidade-faq-item,.variant-4 .localidade-faq-item{box-shadow:none;border:1px solid rgba(0,0,0,.08)}.variant-13 .localidade-faq,.variant-23 .localidade-faq,.variant-3 .localidade-faq{background:linear-gradient(180deg,#f8f9fa,#ffffff)}.language-switcher{position:relative}.language-switcher-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.35);background:transparent;color:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .25s ease,border-color .25s ease}.header-scrolled .language-switcher-btn{border-color:rgba(0,0,0,.15);color:var(--md-sys-color-on-surface)}.language-switcher-btn:hover{background:rgba(255,255,255,.12)}.header-scrolled .language-switcher-btn:hover{background:rgba(0,0,0,.06)}.language-switcher-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border-radius:12px;box-shadow:var(--md-ref-elevation-level3);padding:.35rem;min-width:90px;z-index:1001;display:flex;flex-direction:column;gap:.15rem}.language-switcher-option{display:block;width:100%;padding:.5rem .75rem;border:none;border-radius:8px;background:transparent;color:var(--md-sys-color-on-surface);font-size:.85rem;font-weight:500;text-align:left;cursor:pointer;transition:background .2s ease}.language-switcher-option:hover{background:var(--md-sys-color-surface-variant)}.language-switcher-option.active{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);font-weight:700}.landing-page{--clean-ink:#101114;--clean-muted:#667085;--clean-line:#e7e9ee;--clean-surface:#ffffff;--clean-canvas:#f6f7f9;--clean-accent:#5b21b6;background:var(--clean-canvas);color:var(--clean-ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif}.landing-page .container{max-width:1280px;padding-inline:clamp(20px,4vw,56px)}.landing-page .header-transparent{color:var(--clean-ink)}.landing-page .header-transparent .logo-img{filter:none}.landing-page .header-transparent .mobile-menu-btn,.landing-page .header-transparent .nav-link{color:var(--clean-ink)}.landing-page .header-transparent .nav-link:hover{background:#ececf1;color:var(--clean-accent)}.landing-page .header-scrolled{background:rgb(255 255 255/92%);box-shadow:0 8px 28px rgb(16 17 20/8%);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.landing-page .hero{min-height:min(820px,100dvh);padding:clamp(120px,14vw,178px) 0 clamp(72px,9vw,112px);background:var(--clean-canvas);color:var(--clean-ink)}.landing-page .hero:before{display:none}.landing-page .hero .container{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(48px,8vw,112px)}.landing-page .hero-content{max-width:680px}.landing-page .goals-eyebrow,.landing-page .hero-kicker,.landing-page .section-kicker{padding:0;margin-bottom:1.4rem;border-radius:0;background:transparent;color:var(--clean-accent);font-size:.72rem;font-weight:700;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.landing-page .hero-title{max-width:11ch;margin-bottom:1.6rem;color:var(--clean-ink);font-size:clamp(3.35rem,6.5vw,6.4rem);font-weight:700;letter-spacing:-.075em;line-height:.98}.landing-page .hero-title-accent{color:var(--clean-accent)}.landing-page .hero-subtitle-main{max-width:36rem;margin-bottom:1.5rem;color:var(--clean-muted);font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.55}.landing-page .hero-proof-pills{gap:.6rem;margin-top:1.25rem}.landing-page .hero-proof-pill{padding:.58rem .78rem;border:1px solid var(--clean-line);border-radius:999px;background:rgb(255 255 255/70%);color:#475467;font-size:.78rem;font-weight:600}.landing-page .hero-proof-pill i{color:var(--clean-accent)}.landing-page .hero-buttons-main{gap:.75rem;margin-top:1.7rem}.landing-page .btn{border-radius:999px;box-shadow:none;font-family:inherit;letter-spacing:.01em;text-transform:none;text-decoration:none}.landing-page .btn-primary{background:var(--clean-ink);color:oklch(.985 .005 300)}.landing-page .btn-primary:hover{background:var(--clean-accent);box-shadow:0 10px 22px rgb(91 33 182/18%)}.landing-page .btn-outline,.landing-page .btn-secondary{border:1px solid #c8ccd5;background:transparent;color:var(--clean-ink)}.landing-page .btn-outline:hover,.landing-page .btn-secondary:hover{border-color:var(--clean-ink);background:#fff;color:var(--clean-ink)}.landing-page .hero-secondary-btn{border-width:1px}.landing-page .hero-social-proof{gap:.75rem 1.2rem;margin-top:1.35rem;color:#8a92a2;font-size:.78rem}.landing-page .hero-image{max-width:520px;margin-left:auto}.landing-page .hero-photo-frame{margin:0}.landing-page .hero-photo-frame img{display:block;width:100%;aspect-ratio:1/1;border-radius:32px;object-fit:cover;box-shadow:0 24px 70px rgb(16 17 20/14%)}.landing-page .hero-photo-frame figcaption{display:flex;align-items:center;gap:.65rem;margin-top:1rem;color:var(--clean-muted);font-size:.85rem}.landing-page .hero-photo-mark{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:var(--clean-accent);color:#fff;font-size:.7rem}.landing-page .benefits,.landing-page .how-it-works,.landing-page .proof-strip,.landing-page .shared-shopping-list{background:var(--clean-surface)}.landing-page .proof-strip{padding:1.25rem 0;border-bottom:1px solid var(--clean-line)}.landing-page .proof-strip-grid{grid-template-columns:repeat(3,1fr);gap:0}.landing-page .proof-strip-item{padding:1.1rem 1.4rem;border:0;border-right:1px solid var(--clean-line);border-radius:0;background:transparent}.landing-page .proof-strip-item:last-child{border-right:0}.landing-page .proof-strip-item strong{color:var(--clean-ink);font-size:1.7rem;letter-spacing:-.04em}.landing-page .proof-strip-item span{color:var(--clean-muted);font-size:.8rem}.landing-page .benefits,.landing-page .how-it-works,.landing-page .insights-preview,.landing-page .shared-shopping-list{padding-block:clamp(88px,11vw,148px)}.landing-page .financial-goals,.landing-page .insights-preview{background:var(--clean-canvas)}.landing-page .section-title{max-width:18ch;margin:0 auto 1.3rem;color:var(--clean-ink);font-size:clamp(2.45rem,5vw,4.8rem);font-weight:700;letter-spacing:-.065em;line-height:1.02}.landing-page .section-subtitle{max-width:42rem;margin:0 auto 3.2rem;color:var(--clean-muted);font-size:1.05rem;line-height:1.65}.landing-page .process-grid{gap:0;margin-top:4rem}.landing-page .process-card{min-height:220px;padding:1.5rem 2rem;border:0;border-right:1px solid var(--clean-line);border-radius:0;background:transparent;text-align:left}.landing-page .process-card:last-child{border-right:0}.landing-page .process-card:hover{transform:none;border-color:var(--clean-line);background:transparent;box-shadow:none}.landing-page .process-icon{width:44px;height:44px;margin:0 0 1.4rem;border-radius:14px;background:#ede9fe;color:var(--clean-accent);font-size:1rem}.landing-page .process-card:hover .process-icon{transform:none}.landing-page .process-card h3{margin-bottom:.7rem;color:var(--clean-ink);font-size:1.1rem;letter-spacing:-.02em}.landing-page .benefit-content p,.landing-page .process-card p{color:var(--clean-muted);font-size:.95rem;line-height:1.6}.landing-page .framework-note{margin-top:3.2rem;border:1px solid #ddd6fe;border-radius:18px;background:#faf9ff}.landing-page .framework-note i{color:var(--clean-accent)}.landing-page .framework-note p{color:#4c4167}.landing-page .insights-header{max-width:840px;margin-bottom:4.5rem}.landing-page .insights-grid{gap:1px;background:var(--clean-line);border:1px solid var(--clean-line)}.landing-page .insight-card{min-height:230px;padding:2rem;border:0;border-radius:0;background:var(--clean-surface);box-shadow:none}.landing-page .insight-tag{padding:0;border-radius:0;background:transparent!important;color:var(--clean-accent)!important;font-size:.7rem}.landing-page .insight-card h3{color:var(--clean-ink);font-size:1.35rem;letter-spacing:-.035em}.landing-page .insight-action,.landing-page .insight-card p,.landing-page .insight-impact{color:var(--clean-muted)}.landing-page .financial-goals{padding-block:clamp(96px,12vw,168px)}.landing-page .financial-goals:before{display:none}.landing-page .goals-title{max-width:12ch;color:var(--clean-ink);font-size:clamp(2.8rem,5vw,5rem);letter-spacing:-.07em;line-height:.99}.landing-page .goals-lead,.landing-page .ssl-content>p,.landing-page .ssl-subtitle{color:var(--clean-muted)}.landing-page .goals-benefit-card,.landing-page .goals-example-card,.landing-page .goals-faq details,.landing-page .goals-hero-card,.landing-page .goals-use-card{border:1px solid var(--clean-line);border-radius:20px;background:var(--clean-surface);box-shadow:0 18px 50px rgb(16 17 20/5%)}.landing-page .cta,.landing-page .dashboard-indicadores,.landing-page .security-trust,.landing-page .social-proof{background:var(--clean-ink)}.landing-page .dashboard-indicadores:before{opacity:.08}.landing-page .cta h2,.landing-page .cta p,.landing-page .dashboard-subtitle,.landing-page .dashboard-title-light,.landing-page .security-card .section-subtitle,.landing-page .security-card .section-title,.landing-page .social-proof .section-title{color:#fff}.landing-page .cta,.landing-page .dashboard-indicadores,.landing-page .security-trust,.landing-page .social-proof{padding-block:clamp(96px,12vw,156px)}.landing-page .dashboard-indicadores .section-kicker,.landing-page .security-card .section-kicker{color:#c4b5fd}.landing-page .ai-badge-highlight,.landing-page .badge-ai,.landing-page .badge-novo{border-color:rgb(255 255 255/16%);background:rgb(255 255 255/8%);box-shadow:none;animation:none}.landing-page .badge-ai,.landing-page .badge-novo{color:#e9d5ff}.landing-page .ai-badge-highlight i{color:#c4b5fd;animation:none}.landing-page .security-card{border-color:rgb(255 255 255/12%);background:rgb(255 255 255/5%);box-shadow:none}.landing-page .security-item,.landing-page .security-metric{background:rgb(255 255 255/7%)}.landing-page .security-closing,.landing-page .security-item i{color:#c4b5fd}.landing-page .social-proof .stat-card{border:1px solid rgb(255 255 255/12%);background:transparent;box-shadow:none}.landing-page .cta,.landing-page .dashboard-indicadores,.landing-page .footer,.landing-page .security-trust,.landing-page .social-proof{background:#f8f7fb;color:var(--clean-ink)}.landing-page .cta h2,.landing-page .cta p,.landing-page .dashboard-subtitle,.landing-page .dashboard-title-light,.landing-page .security-card .section-subtitle,.landing-page .security-card .section-title,.landing-page .social-proof .section-title{color:var(--clean-ink)}.landing-page .dashboard-indicadores .section-kicker,.landing-page .security-card .section-kicker{color:var(--clean-accent)}.landing-page .ai-badge-highlight,.landing-page .badge-ai,.landing-page .badge-novo,.landing-page .security-card,.landing-page .security-item,.landing-page .security-metric,.landing-page .social-proof .stat-card{border-color:#e7e4ef;background:#ffffff;box-shadow:0 10px 26px rgba(38,24,67,.05)}.landing-page .ai-badge-highlight i,.landing-page .badge-ai,.landing-page .badge-novo,.landing-page .security-closing,.landing-page .security-item i{color:var(--clean-accent)}.landing-page .security-card,.landing-page .security-item,.landing-page .security-metric,.landing-page .security-metric strong,.landing-page .social-proof .stat-card,.landing-page .stat-number{color:var(--clean-ink)}.landing-page .ai-badge-highlight span,.landing-page .security-metric span,.landing-page .stat-label{color:var(--clean-muted)}.landing-page .footer-section h4{color:var(--clean-ink)}.landing-page .footer-section a,.landing-page .footer-section p{color:#686477}.landing-page .footer-bottom a,.landing-page .footer-section a:hover{color:var(--clean-accent)}.landing-page .footer-highlight-card span{color:#686477}@media (max-width:768px){.landing-page .hero{min-height:auto;padding-top:112px}.landing-page .hero .container{grid-template-columns:1fr;gap:3rem}.landing-page .hero-title{max-width:12ch;font-size:clamp(3rem,14vw,4.5rem)}.landing-page .hero-buttons-main{align-items:stretch;flex-direction:column}.landing-page .hero-buttons-main .btn{width:100%}.landing-page .hero-image{max-width:100%}.landing-page .hero-photo-frame img{aspect-ratio:4/3;border-radius:24px}.landing-page .proof-strip-grid{grid-template-columns:1fr}.landing-page .proof-strip-item{border-right:0;border-bottom:1px solid var(--clean-line)}.landing-page .proof-strip-item:last-child{border-bottom:0}.landing-page .goals-title,.landing-page .section-title{font-size:clamp(2.5rem,12vw,3.8rem)}.landing-page .process-grid{grid-template-columns:1fr}.landing-page .process-card{min-height:auto;padding:1.5rem 0;border-right:0;border-bottom:1px solid var(--clean-line)}.landing-page .process-card:last-child{border-bottom:0}.landing-page .insight-card{min-height:auto}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :after,.landing-page :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.landing-page .hero-buttons-main .btn{min-height:56px;max-width:none;padding:15px 24px;border-radius:16px;font-size:1rem;white-space:nowrap}.landing-page .hero-primary-btn{background:var(--clean-ink);box-shadow:0 12px 24px rgb(16 17 20/12%)}.landing-page .hero-secondary-btn{background:rgb(255 255 255/72%)}.landing-page .cta-arrow{margin-left:.35rem;font-size:1.15em;line-height:1;transition:transform .18s ease}.landing-page .hero-primary-btn:focus-visible .cta-arrow,.landing-page .hero-primary-btn:hover .cta-arrow,.landing-page .hero-secondary-btn:focus-visible .cta-arrow,.landing-page .hero-secondary-btn:hover .cta-arrow{transform:translate(2px,-2px)}.landing-page .hero-primary-btn:focus-visible,.landing-page .hero-primary-btn:hover{background:var(--clean-accent)}.landing-page .cta{position:relative;overflow:hidden;padding-block:clamp(72px,9vw,112px)}.landing-page .cta .container{max-width:860px;text-align:center}.landing-page .cta-icon{display:grid;width:48px;height:48px;margin:0 auto 1.6rem;place-items:center;border:1px solid rgb(255 255 255/18%);border-radius:14px;background:rgb(255 255 255/8%);color:#f59e0b}.landing-page .cta-icon i{font-size:1.2rem!important}.landing-page .cta-title-main{max-width:18ch;margin:0 auto 1.3rem;color:rgb(255 255 255/100%);font-size:clamp(2.8rem,5vw,5rem);letter-spacing:-.07em;line-height:1.02}.landing-page .cta-copy-main{max-width:44rem;margin:0 auto 2rem;color:rgb(255 255 255/70%)!important;font-size:1.05rem;line-height:1.6}.landing-page .cta-copy-highlight{color:#c4b5fd}.landing-page .cta-primary-btn{min-height:56px;padding:15px 26px;background:var(--clean-accent);color:oklch(.985 .005 300);box-shadow:0 12px 26px rgb(91 33 182/18%)}.landing-page .cta-primary-btn:focus-visible,.landing-page .cta-primary-btn:hover{background:oklch(.38 .17 300);color:oklch(.985 .005 300)}.landing-page .cta-subtext{margin-top:1.25rem;color:#686477!important;font-size:.82rem}.landing-page .cta-copy-highlight{color:var(--clean-accent)}@media (max-width:760px){.landing-page .hero{padding-top:104px;padding-bottom:56px}.landing-page .hero-buttons-main{gap:.65rem;margin-top:1.45rem}.landing-page .hero-buttons-main .btn{width:100%;min-height:56px;padding-inline:18px;border-radius:15px}.landing-page .cta-title-main{max-width:12ch}.landing-page .cta-copy-main{font-size:.98rem}}.landing-page .header{padding:.55rem 0}.landing-page .header .container{max-width:1360px;padding-inline:clamp(20px,3.6vw,48px);gap:1rem}.landing-page .logo{flex:0 0 auto}.landing-page .logo-img{width:auto;height:42px}.landing-page .nav{min-width:0;gap:clamp(.18rem,.7vw,.72rem)}.landing-page .nav-link{gap:.35rem;padding:.5rem .55rem;font-size:.88rem;white-space:nowrap}.landing-page .nav-icon{width:14px;height:14px;margin-right:0}.landing-page .language-switcher-btn{min-height:36px;padding:.4rem .58rem;font-size:.78rem}.landing-page .nav-backdrop{display:none}@media (max-width:1100px){:root{--fixed-header-height:74px}.landing-page .header .container{gap:1rem}.landing-page .mobile-menu-btn{display:inline-flex;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid var(--clean-line);border-radius:50%;background:rgb(255 255 255/80%);color:var(--clean-ink)}.landing-page .mobile-menu-btn:hover,.landing-page .nav{background:rgb(255 255 255/100%)}.landing-page .nav{position:fixed;top:calc(var(--fixed-header-height) + .75rem);right:16px;left:auto;display:none;flex-direction:column;align-items:stretch;gap:.25rem;max-height:calc(100dvh - var(--fixed-header-height) - 2rem);padding:.6rem;overflow-y:auto;border:1px solid var(--clean-line);border-radius:20px;box-shadow:0 20px 50px rgb(16 17 20/16%);z-index:999;width:min(520px,calc(100vw - 32px))}.landing-page .nav-backdrop{position:fixed;inset:var(--fixed-header-height) 0 0;display:block;width:100%;height:auto;padding:0;border:0;background:rgb(16 17 20/32%);opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:998}.landing-page .nav-backdrop.is-open{opacity:1;pointer-events:auto}.landing-page .nav.nav-open{display:flex}.landing-page .nav-link{width:100%;min-height:44px;justify-content:flex-start;padding:.7rem .85rem;border-radius:12px;font-size:.98rem}.landing-page .nav-link:focus-visible,.landing-page .nav-link:hover{background:#f1f2f5;color:var(--clean-accent);transform:none}.landing-page .language-switcher{width:100%;margin-top:.35rem;padding-top:.55rem;border-top:1px solid var(--clean-line)}.landing-page .language-switcher-btn{width:100%;min-height:44px;justify-content:flex-start;gap:.6rem;padding:.7rem .85rem;border:0;border-radius:12px;font-size:.98rem}.landing-page .language-switcher-btn:focus-visible,.landing-page .language-switcher-btn:hover{background:#f1f2f5}.landing-page .language-switcher-dropdown{position:static;margin:.25rem .35rem .35rem;box-shadow:none;border:1px solid var(--clean-line)}}.page-loader{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;background:#f6f7f9;opacity:1;visibility:visible;transition:opacity .42s ease,visibility .42s ease}.page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.page-loader-inner{display:flex;flex-direction:column;align-items:center;gap:24px}.page-loader-logo{display:block;width:148px;height:auto;object-fit:contain}.page-loader-line{display:block;width:76px;height:3px;overflow:hidden;border-radius:999px;background:#e1e4ea}.page-loader-line:after{display:block;width:34px;height:100%;border-radius:inherit;background:#5b21b6;content:"";animation:page-loader-progress .9s ease-in-out infinite}@keyframes page-loader-progress{0%{transform:translateX(-100%)}to{transform:translateX(230%)}}.life-in-motion{padding:clamp(6rem,12vw,11rem) 0;background:#fff}.life-in-motion-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:center;grid-gap:clamp(3rem,8vw,9rem);gap:clamp(3rem,8vw,9rem)}.life-in-motion-copy{max-width:34rem}.life-in-motion-copy .section-title{max-width:9ch;margin-bottom:1.5rem}.life-in-motion-copy .section-subtitle{max-width:31rem;margin-bottom:2rem}.text-link{display:inline-flex;align-items:center;gap:.65rem;color:var(--clean-ink);font-size:1rem;font-weight:700;letter-spacing:-.01em;text-decoration:none;transition:gap .18s ease,color .18s ease}.text-link:focus-visible,.text-link:hover{gap:.9rem;color:var(--clean-accent)}.life-gallery{display:grid;grid-template-columns:1.12fr .88fr;grid-template-rows:repeat(2,minmax(190px,250px));grid-gap:14px;gap:14px}.life-photo{min-height:0;margin:0;overflow:hidden;border-radius:26px;background:var(--clean-canvas)}.life-photo-tall{grid-row:1/span 2}.life-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.life-photo:hover img{transform:scale(1.035)}@media (max-width:760px){.life-in-motion{padding:5rem 0}.life-in-motion-layout{grid-template-columns:1fr;gap:2.5rem}.life-in-motion-copy .section-title{max-width:12ch}.life-gallery{grid-template-rows:repeat(2,180px);gap:10px}.life-photo{border-radius:18px}}@media (prefers-reduced-motion:reduce){.life-photo img,.page-loader,.page-loader-line:after,.text-link{animation:none!important;transition-duration:.01ms!important}}@media (min-width:981px){.landing-page .hero{min-height:100svh;padding:104px 0 56px}.landing-page .hero .container{max-width:none;min-height:calc(100svh - 160px);padding-right:0;padding-left:clamp(40px,6vw,108px);grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);align-items:center;gap:clamp(40px,6vw,96px)}.landing-page .hero-content{max-width:700px}.landing-page .hero-title{max-width:14ch;margin-bottom:1.35rem;font-size:clamp(3.9rem,5.65vw,5.75rem);line-height:.96}.landing-page .hero-subtitle-main{max-width:34rem;margin-bottom:1.15rem;font-size:clamp(1rem,1.25vw,1.16rem)}.landing-page .hero-proof-pills{margin-top:.9rem}.landing-page .hero-buttons-main{flex-wrap:wrap;margin-top:1.3rem}.landing-page .hero-social-proof{margin-top:1rem}.landing-page .hero-image{width:100%;max-width:none;margin:0}.landing-page .hero-photo-frame{width:100%}.landing-page .hero-photo-frame img{width:100%;height:min(68svh,620px);aspect-ratio:auto;border-radius:32px 0 0 32px}.landing-page .hero-photo-frame figcaption{padding-right:clamp(32px,5vw,88px)}}@media (min-width:761px) and (max-width:980px){.landing-page .hero{min-height:auto;padding:112px 0 72px}.landing-page .hero .container{max-width:none;padding-inline:clamp(28px,6vw,56px);grid-template-columns:1fr;gap:3rem}.landing-page .hero-content{max-width:680px}.landing-page .hero-title{max-width:14ch;font-size:clamp(3.8rem,8.2vw,5rem)}.landing-page .hero-image{max-width:none;margin:0}.landing-page .hero-photo-frame img{height:min(58vw,540px);aspect-ratio:auto;border-radius:28px}}@media (max-width:340px){.landing-page .hero{padding-top:96px}.landing-page .hero-title{font-size:2.75rem;line-height:.98}.landing-page .hero-subtitle-main{font-size:.96rem;line-height:1.5}.landing-page .hero-proof-pills{gap:.4rem}.landing-page .hero-proof-pill{padding:.48rem .62rem;font-size:.72rem}.landing-page .hero-buttons-main{margin-top:1.1rem}}.wealth-page{--wealth-ink:#111214;--wealth-muted:#62656b;--wealth-line:#dedfe2;--wealth-soft:#f5f5f7;--wealth-accent:#6d28d9;background:#fff;color:var(--wealth-ink);font-family:var(--font-roboto),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.wealth-page main{overflow:hidden}.wealth-page .container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.wealth-hero{min-height:calc(100dvh - 72px);padding:64px 0}.wealth-hero,.wealth-hero-grid{display:grid;align-items:center}.wealth-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);grid-gap:clamp(48px,7vw,104px);gap:clamp(48px,7vw,104px)}.wealth-kicker{display:flex;align-items:center;gap:9px;margin:0 0 24px;color:var(--wealth-accent);font-size:.86rem;font-weight:700;letter-spacing:.03em}.wealth-final h2,.wealth-hero h1,.wealth-life h2,.wealth-overview h2,.wealth-projection h2{margin:0;color:var(--wealth-ink);font-weight:650;letter-spacing:-.055em;line-height:.98}.wealth-hero h1{max-width:760px;font-size:clamp(3.25rem,6vw,6rem)}.wealth-lead{max-width:590px;margin:28px 0 0;color:var(--wealth-muted);font-size:clamp(1.08rem,1.5vw,1.3rem);line-height:1.55}.wealth-actions{display:flex;align-items:center;gap:12px;margin-top:34px;flex-wrap:wrap}.wealth-btn{min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:var(--wealth-ink);font-weight:700;text-decoration:none;white-space:nowrap;transition:transform .2s ease,background .2s ease,border-color .2s ease}.wealth-btn:hover{transform:translateY(-2px)}.wealth-btn:active{transform:translateY(0) scale(.98)}.wealth-btn:focus-visible,.wealth-faq summary:focus-visible,.wealth-login:focus-visible,.wealth-security a:focus-visible{outline:3px solid rgba(109,40,217,.28);outline-offset:4px}.wealth-btn-primary{background:var(--wealth-ink);color:#fff}.wealth-btn-primary:hover{background:#2b2d31}.wealth-btn-secondary{border-color:var(--wealth-line);background:#fff}.wealth-btn-secondary:hover,.wealth-hero-photo{background:var(--wealth-soft)}.wealth-hero-photo{position:relative;margin:0;aspect-ratio:4/5;overflow:hidden;border-radius:24px}.wealth-hero-photo:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(17,18,20,.08);border-radius:inherit;pointer-events:none}.wealth-hero-photo img,.wealth-life img{width:100%;height:100%;display:block;object-fit:cover}.wealth-hero-photo img{object-position:55% center}.wealth-overview{padding:clamp(88px,11vw,160px) 0;background:var(--wealth-soft)}.wealth-overview-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:clamp(56px,9vw,130px);gap:clamp(56px,9vw,130px);align-items:center}.wealth-statement{min-height:520px;padding:42px;border-radius:24px;display:flex;flex-direction:column;background:var(--wealth-ink);color:#fff;box-shadow:0 30px 80px rgba(17,18,20,.14)}.wealth-statement>span{color:#b9bbc0;font-size:.82rem;font-weight:700;letter-spacing:.04em}.wealth-statement>p{margin:62px 0 10px;color:#b9bbc0}.wealth-statement>strong{font-size:clamp(2.5rem,4.6vw,4.7rem);font-weight:600;letter-spacing:-.055em;line-height:1}.wealth-statement>small{display:flex;align-items:center;gap:7px;margin-top:17px;color:#86efac;font-size:.92rem}.wealth-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:auto}.wealth-split>div{min-height:122px;padding:20px;border:1px solid #36383d;border-radius:14px;display:flex;flex-direction:column;align-items:flex-start}.wealth-split svg{color:#c4b5fd;margin-bottom:18px}.wealth-split span{color:#a9abb0;font-size:.8rem}.wealth-split strong{margin-top:4px;font-size:1.08rem}.wealth-life h2,.wealth-overview-copy>h2,.wealth-projection h2{font-size:clamp(2.5rem,4.5vw,4.6rem)}.wealth-life-copy>p,.wealth-overview-copy>p,.wealth-projection-copy>p{max-width:600px;margin:24px 0 0;color:var(--wealth-muted);font-size:1.08rem;line-height:1.65}.wealth-feature-list{margin-top:54px}.wealth-feature-list article{display:grid;grid-template-columns:32px 1fr;grid-gap:18px;gap:18px;padding:24px 0;border-top:1px solid var(--wealth-line)}.wealth-feature-list svg{color:var(--wealth-accent);margin-top:2px}.wealth-feature-list h3{margin:0 0 7px;font-size:1.05rem}.wealth-feature-list p{margin:0;color:var(--wealth-muted);line-height:1.55}.wealth-projection{padding:clamp(96px,12vw,176px) 0}.wealth-projection-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);grid-gap:clamp(64px,10vw,140px);gap:clamp(64px,10vw,140px);align-items:center}.projection-numbers{display:grid;grid-template-columns:repeat(3,1fr);margin-top:52px;border-top:1px solid var(--wealth-line)}.projection-numbers>div{padding:20px 18px 0 0}.projection-numbers span{display:block;min-height:38px;color:var(--wealth-muted);font-size:.8rem;line-height:1.35}.projection-numbers strong{display:block;font-size:1.18rem}.wealth-projection-copy .projection-note{font-size:.76rem;line-height:1.5;margin-top:28px}.projection-result{min-height:430px;padding:38px;border-radius:24px;display:flex;flex-direction:column;color:#fff;background:var(--wealth-accent);box-shadow:0 28px 72px rgba(109,40,217,.2)}.projection-result>svg{margin-bottom:auto}.projection-result>span{opacity:.76}.projection-result>strong{margin-top:8px;font-size:clamp(2.4rem,4vw,4rem);letter-spacing:-.05em}.projection-spark{height:112px;display:flex;align-items:flex-end;gap:12px;margin-top:35px}.projection-spark i{flex:1 1;min-height:20px;border-radius:5px 5px 0 0;background:rgba(255,255,255,.88);transform-origin:bottom;animation:wealth-rise .8s cubic-bezier(.2,.8,.2,1) both}.projection-spark i:first-child{height:24%}.projection-spark i:nth-child(2){height:39%;animation-delay:.08s}.projection-spark i:nth-child(3){height:55%;animation-delay:.16s}.projection-spark i:nth-child(4){height:72%;animation-delay:.24s}.projection-spark i:nth-child(5){height:100%;animation-delay:.32s}@keyframes wealth-rise{0%{transform:scaleY(.1);opacity:.2}to{transform:scaleY(1);opacity:1}}.wealth-life{padding:0 0 clamp(100px,12vw,176px)}.wealth-life-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:auto auto;grid-gap:24px;gap:24px;align-items:end}.wealth-life-main{grid-row:1/3;margin:0;height:690px;border-radius:24px;overflow:hidden}.wealth-life-copy{align-self:center;padding:30px clamp(10px,3vw,46px)}.wealth-life-copy h2{font-size:clamp(2.25rem,4vw,4.1rem)}.wealth-life-side{margin:0;height:260px;border-radius:24px;overflow:hidden}.wealth-security{padding:44px 0;background:var(--wealth-soft)}.wealth-security-inner{display:grid;grid-template-columns:auto 1fr auto;grid-gap:24px;gap:24px;align-items:center}.wealth-security svg{color:var(--wealth-accent)}.wealth-security h2{margin:0 0 5px;font-size:1.3rem;letter-spacing:-.025em}.wealth-security p{margin:0;color:var(--wealth-muted)}.wealth-security a{display:flex;align-items:center;gap:3px;color:var(--wealth-ink);font-weight:700;text-decoration:none;white-space:nowrap}.wealth-faq{padding:clamp(96px,11vw,154px) 0}.wealth-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:clamp(60px,11vw,160px);gap:clamp(60px,11vw,160px)}.wealth-faq h2{margin:0;font-size:clamp(2.25rem,4vw,4rem);letter-spacing:-.05em;line-height:1}.wealth-faq details{border-top:1px solid var(--wealth-line)}.wealth-faq details:last-child{border-bottom:1px solid var(--wealth-line)}.wealth-faq summary{padding:24px 0;display:flex;justify-content:space-between;gap:20px;font-size:1.02rem;font-weight:700;cursor:pointer;list-style:none}.wealth-faq summary::-webkit-details-marker{display:none}.wealth-faq summary span{color:var(--wealth-accent);font-size:1.4rem;font-weight:400;transition:transform .2s ease}.wealth-faq details[open] summary span{transform:rotate(45deg)}.wealth-faq details p{max-width:650px;margin:-4px 42px 24px 0;color:var(--wealth-muted);line-height:1.6}.wealth-final{padding:clamp(90px,11vw,150px) 0;background:#f0edff}.wealth-final-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.wealth-final-inner>svg{margin-bottom:28px;color:var(--wealth-accent)}.wealth-final h2{max-width:850px;font-size:clamp(2.7rem,5vw,5.2rem)}.wealth-final p{max-width:570px;margin:24px auto 0;color:#56515f;font-size:1.08rem;line-height:1.6}.wealth-final .wealth-actions{justify-content:center}.wealth-login{padding:14px 10px;color:var(--wealth-ink);font-weight:700;text-decoration:none}@media (prefers-reduced-motion:reduce){.projection-spark i{animation:none}.wealth-btn{transition:none}}@media (max-width:900px){.wealth-hero{min-height:auto;padding:72px 0 90px}.wealth-hero-grid,.wealth-overview-grid,.wealth-projection-grid{grid-template-columns:1fr}.wealth-hero-photo{max-height:620px}.wealth-overview-grid{gap:64px}.wealth-statement{min-height:480px}.wealth-projection-grid{gap:54px}.wealth-life-grid{grid-template-columns:1fr 1fr}.wealth-life-main{grid-column:1/3;grid-row:auto;height:520px}.wealth-life-copy{grid-column:1/3;padding:34px 0}.wealth-life-side{grid-column:2;height:280px}.wealth-faq-grid{grid-template-columns:1fr;gap:48px}}@media (max-width:600px){.wealth-page .container{width:min(100% - 32px,1180px)}.wealth-hero{padding:52px 0 72px}.wealth-hero-grid{gap:42px}.wealth-hero h1{font-size:clamp(3rem,15vw,4.1rem)}.wealth-lead{font-size:1.05rem}.wealth-actions{align-items:stretch;flex-direction:column}.wealth-btn{width:100%}.wealth-hero-photo{aspect-ratio:4/4.65;border-radius:16px}.wealth-overview{padding:84px 0}.wealth-statement{min-height:440px;padding:26px;border-radius:16px}.wealth-statement>p{margin-top:48px}.wealth-statement>strong{font-size:2.42rem}.wealth-split{gap:8px}.wealth-split>div{min-height:128px;padding:15px}.wealth-life h2,.wealth-overview-copy>h2,.wealth-projection h2{font-size:2.65rem}.wealth-feature-list{margin-top:38px}.wealth-projection{padding:88px 0}.projection-numbers{grid-template-columns:1fr}.projection-numbers>div{display:flex;justify-content:space-between;align-items:end;padding:18px 0;border-bottom:1px solid var(--wealth-line)}.projection-numbers span{min-height:0}.projection-result{min-height:370px;padding:28px;border-radius:16px}.wealth-life{padding-bottom:88px}.wealth-life-grid{display:flex;flex-direction:column;gap:18px}.wealth-life-main{width:100%;height:430px;border-radius:16px}.wealth-life-copy{padding:32px 0}.wealth-life-side{width:72%;height:250px;align-self:flex-end;border-radius:16px}.wealth-security-inner{grid-template-columns:auto 1fr}.wealth-security a{grid-column:2}.wealth-faq{padding:88px 0}.wealth-faq-grid{gap:38px}.wealth-final{padding:88px 0}.wealth-final h2{font-size:3rem}.wealth-login{text-align:center}}