:root{--oklch-bg-dark: oklch(.06 .006 280);--oklch-bg-card: oklch(.08 .012 280);--oklch-bg-elevated: oklch(.11 .015 280);--oklch-headline: oklch(.95 .004 280);--oklch-body: oklch(.8 .008 280);--oklch-body-dim: oklch(.75 .012 280);--oklch-border: oklch(.2 .018 280);--oklch-terracota: oklch(.58 .18 32);--oklch-terracota-hover: oklch(.5 .16 32);--oklch-verde: oklch(.82 .2 125);--oklch-verde-hover: oklch(.72 .18 125);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 100px;--radius-round: 50%;--white: #fff;--black: #121212;--bg: var(--oklch-bg-dark);--bg-card: var(--oklch-bg-card);--headline: var(--oklch-headline);--body: var(--oklch-body);--body-dim: var(--oklch-body-dim);--terracota: var(--oklch-terracota);--terracota-hover: var(--oklch-terracota-hover);--verde: var(--oklch-verde);--bg-elevated: var(--oklch-bg-elevated);--border: var(--oklch-border);--glass-bg: rgba(255,255,255,.06);--glass-border: rgba(255,255,255,.1);--font-display: "Onest", sans-serif;--font-body: "Onest", sans-serif;--font-mono: "JetBrains Mono", monospace;--color-verde: var(--verde);--glass-effect: blur(12px) saturate(120%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;scroll-padding-top:56px;background:radial-gradient(ellipse 90% 60% at 5% 10%,oklch(.58 .18 32 / .1) 0%,transparent 60%),radial-gradient(ellipse 70% 80% at 90% 85%,oklch(.82 .2 125 / .07) 0%,transparent 50%),var(--bg);overflow-x:hidden;overscroll-behavior:none;scrollbar-width:thin;scrollbar-gutter:stable;scrollbar-color:var(--terracota) var(--bg)}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:var(--bg)}html::-webkit-scrollbar-thumb{background:var(--terracota);border-radius:4px}html::-webkit-scrollbar-thumb:hover{background:var(--terracota-hover)}body{font-family:var(--font-body);background:transparent;font-weight:300;position:relative;width:100%;min-width:0;touch-action:manipulation}h1,h2,h3,h4{text-wrap:balance}p{text-wrap:pretty}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent;outline:none}button{border:none;background:none;cursor:pointer;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent;outline:none}ul{list-style:none}.hamburger,.step-number,.resultados-arrow{display:flex;align-items:center;justify-content:center}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:.92;letter-spacing:-.03em;color:var(--headline)}h1{font-size:clamp(2.5rem,6vw,4rem)}h2{font-size:clamp(2rem,5vw,3.5rem)}h3{font-size:clamp(1.5rem,3.5vw,2.5rem)}h4{font-size:clamp(1.4rem,3vw,2rem);font-weight:400}.mono{font-family:JetBrains Mono,monospace}.text-terracota{color:var(--terracota)}.text-verde{color:var(--verde)}.text-white{color:var(--white)}.text-italic{font-style:italic}.section{padding:4rem clamp(1.25rem,5vw,4rem);content-visibility:auto;contain-intrinsic-size:auto 600px}.section-label{font-family:JetBrains Mono,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--terracota);margin-bottom:1rem;display:block}.faq .section-label{padding-top:0}.section-title{margin-bottom:1.5rem}.section-sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--body-dim);line-height:1.6;max-width:680px;margin-bottom:2rem}button:focus-visible,a:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.hamburger:focus-visible,.navbar-brand:focus-visible{outline:none}::selection{background:var(--terracota);color:var(--white)}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.5rem;background:var(--terracota);color:var(--white);font-family:var(--font-body);font-size:.875rem;font-weight:600;border-radius:0 0 var(--radius-sm) var(--radius-sm);z-index:10000;text-decoration:none;transition:top .25s ease}.skip-link:focus{top:0;outline:2px solid var(--white);outline-offset:2px}.hero{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem clamp(1rem,4vw,3rem);position:relative;overflow:hidden;box-sizing:border-box;z-index:1;contain:layout style paint}.faq{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;padding-top:7rem;padding-bottom:5rem}.faq-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0;contain:layout style paint}.faq-shapes:after{content:"";position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,var(--bg),transparent);pointer-events:none;z-index:1}.faq-shape{position:absolute;filter:blur(38px);opacity:.28;will-change:transform;animation:heroFloat 26s cubic-bezier(.45,.05,.25,1) infinite}.faq-shape:nth-child(1){width:200px;height:180px;border-radius:50%/45%;background:linear-gradient(135deg,var(--verde),#8cd44a,oklch(.82 .2 125 / .75));top:15%;left:-5%;animation-delay:-9s;animation-name:heroTilt}.faq-shape:nth-child(2){width:170px;height:160px;border-radius:45%/50%;background:linear-gradient(225deg,var(--terracota),#f0a088,oklch(.58 .18 32 / .65));bottom:20%;right:10%;animation-delay:-5s}.faq-shape:nth-child(3){width:140px;height:130px;border-radius:50%;background:linear-gradient(180deg,var(--terracota),#c47a68,#e8a085);top:50%;left:50%;margin-left:-70px;margin-top:-65px;animation-delay:-15s;animation-name:heroPulse}@supports (backdrop-filter: blur()){.glass-card{backdrop-filter:var(--glass-effect);background:#0a0a0f73;border:1px solid oklch(.58 .18 32 / .35)}.como-funciona{backdrop-filter:none;background:transparent}}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden;transition:border-color .3s,transform .3s}.faq .glass-card{padding:2.5rem}.btn{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body);font-weight:500;font-size:1.15rem;letter-spacing:-.02em;padding:.9rem 2rem;border-radius:10px;border:2.5px solid var(--terracota);cursor:pointer;position:relative;overflow:hidden;z-index:1;transition:transform .15s ease,background .3s ease,box-shadow .3s ease;background:transparent;color:var(--terracota)}.btn:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.btn-lg{font-size:clamp(1.15rem,2.5vw,1.4rem);padding:1.1rem 2.8rem}.btn svg{width:1.3em;height:1.3em}.btn:hover{background:#cf432c14}.btn:active{transform:scale(.96)}.btn-premium{background:#cf432c;border:1px solid oklch(.62 .18 32 / .4);border-radius:10px;color:var(--white);font-weight:500;letter-spacing:.02em;transition:box-shadow .25s ease,border-color .25s ease;box-shadow:0 2px 8px #00000040}.btn-premium:hover{box-shadow:0 4px 16px #cf432c59;border-color:#e85b4299}.btn-premium:active{transform:scale(.96)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.65rem clamp(1.25rem,5vw,4rem);padding-top:calc(.65rem + env(safe-area-inset-top,0px));min-height:56px;display:flex;align-items:center;justify-content:flex-end;background:transparent;backdrop-filter:none;border-bottom:1px solid transparent;transition:background .3s ease,backdrop-filter .3s ease,border-color .3s ease}.navbar.scrolled{background:#0a0a0fd9;backdrop-filter:blur(24px) saturate(140%);border-bottom:1px solid rgba(255,255,255,.08)}.navbar-actions{display:flex;align-items:center;gap:var(--space-sm);margin-left:auto}.navbar-brand{display:none}.hamburger{width:28px;height:20px;flex-direction:column;justify-content:space-between;padding:0;color:var(--body);touch-action:manipulation}.hamburger span{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .3s,opacity .3s;transform-origin:center}.hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:999;background:#0a0a148c;backdrop-filter:blur(32px) saturate(140%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);--origin-x: right;--origin-y: top;clip-path:circle(0% at var(--origin-x) var(--origin-y));pointer-events:none;will-change:clip-path;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.04);box-shadow:0 0 40px #0000004d;transition:clip-path .4s cubic-bezier(.25,.46,.45,.94)}.mobile-menu.is-open{clip-path:circle(150% at var(--origin-x) var(--origin-y));pointer-events:all}.mobile-menu a{font-family:var(--font-body);font-weight:500;font-size:2.8rem;color:var(--white);padding:.3rem 1rem;opacity:0;transform:translateY(20px);will-change:transform,opacity;transition:transform .35s cubic-bezier(.25,.46,.45,.94),color .3s,opacity .4s cubic-bezier(.25,.46,.45,.94)}.mobile-menu.is-open a{opacity:1;transform:translateY(0)}.mobile-menu a:hover{color:var(--terracota)}.mobile-menu a:focus-visible{color:var(--white);outline:none}.mobile-menu a:active{transform:scale(.92);color:var(--terracota);opacity:.7}.mobile-menu a.is-tapping{transform:scale(.92);color:var(--terracota);opacity:.7;transition:transform .1s ease,color .2s,opacity .2s}.hero-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden;contain:layout style paint}.hero-shape{position:absolute;filter:blur(35px);opacity:.35;will-change:transform;animation:heroFloat 24s cubic-bezier(.45,.05,.25,1) infinite}.hero-shape:nth-child(1){width:320px;height:280px;border-radius:50%/40%;background:linear-gradient(135deg,var(--terracota),#dd614c,var(--terracota));top:-8%;right:-5%;animation-delay:0s;animation-duration:40s}.hero-shape:nth-child(2){width:240px;height:260px;border-radius:40%/50%;background:linear-gradient(225deg,#a7d91d,#8cd44a,#8bb705);bottom:-6%;left:-5%;animation-delay:-7s;animation-name:heroPulse;animation-duration:30s}.hero-shape:nth-child(3){width:220px;height:200px;border-radius:35%/45%;background:linear-gradient(180deg,oklch(.52 .14 190),#3a9e9e,oklch(.55 .12 190 / .8));top:30%;left:55%;animation-delay:-14s;animation-name:heroTilt;animation-duration:32s}.hero-shape:nth-child(4){width:160px;height:170px;border-radius:50%;background:linear-gradient(45deg,#8267e2,#724aabcc,#7e80ee99);bottom:15%;right:15%;animation-delay:-5s;animation-name:heroFloatDiag;animation-duration:26s}.hero-shape:nth-child(5){width:180px;height:160px;border-radius:50%/40%;background:linear-gradient(90deg,oklch(.75 .18 85),#fea92fcc,oklch(.7 .2 90 / .6));top:55%;left:10%;animation-delay:-3s;animation-name:heroFloatSlow;animation-duration:36s}body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(ellipse 120% 90% at 15% 25%,oklch(.58 .18 32 / .12) 0%,transparent 70%),radial-gradient(ellipse 100% 80% at 85% 20%,oklch(.58 .18 32 / .1) 0%,transparent 65%),radial-gradient(ellipse 110% 90% at 50% 50%,oklch(.82 .2 125 / .06) 0%,transparent 60%),radial-gradient(ellipse 120% 90% at 20% 80%,oklch(.58 .18 32 / .1) 0%,transparent 65%),radial-gradient(ellipse 100% 80% at 80% 80%,oklch(.58 .18 32 / .1) 0%,transparent 70%);opacity:1;will-change:transform}.hero:before{content:"";position:absolute;top:-20%;left:-10%;width:60%;height:140%;background:linear-gradient(135deg,transparent 0%,oklch(.58 .18 32 / .04) 20%,oklch(.58 .18 32 / .08) 35%,oklch(.82 .2 125 / .05) 50%,oklch(.52 .14 190 / .06) 65%,transparent 80%);transform:rotate(-15deg);pointer-events:none;z-index:0;mask-image:radial-gradient(ellipse at 30% 20%,black 0%,transparent 70%)}.hero-content{position:relative;z-index:1;max-width:900px;margin-top:1rem;margin-left:-1.5rem;padding:0}.hero h1{margin-bottom:var(--space-lg)}.hero-phrase{display:inline}.hero-sub{font-family:var(--font-body);font-size:clamp(1.2rem,2.5vw,1.5rem);color:var(--headline);margin-top:var(--space-md);margin-bottom:var(--space-sm);text-wrap:pretty;text-shadow:0 1px 3px oklch(0 0 0 / .2),0 4px 8px oklch(0 0 0 / .08)}.hero-seo-text{font-family:JetBrains Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--body-dim);opacity:.6;margin-top:.5rem;max-width:500px}.hero-meta{font-size:.9rem;color:var(--body-dim);margin-bottom:var(--space-xl);display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;text-wrap:pretty}.hero-meta .price-group{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.hero-meta .price-group:first-child{font-size:2.2em}.strike-price{opacity:.45;font-size:.8em;color:var(--body-dim);position:relative;white-space:nowrap}.strike-price:after{content:"";position:absolute;top:50%;left:-4%;width:108%;height:3px;margin-top:-1.5px;background:var(--terracota);transform:rotate(-5deg);border-radius:2px;pointer-events:none}.current-price{color:var(--verde);font-weight:600;white-space:nowrap}.price-currency{font-size:.6em;font-weight:400;vertical-align:baseline;opacity:.75}.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap;align-items:center;margin-bottom:2.5rem}.hero-b2b-tags{display:flex;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.tag-b2b{font-family:JetBrains Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .75rem;border-radius:var(--radius-full);border:1px solid var(--color-verde);color:var(--color-verde);background:transparent}.tag-b2b.tag-outline{border-color:transparent;color:var(--white);background:transparent}.problema{position:relative;overflow:hidden;padding-top:0;content-visibility:auto;contain-intrinsic-size:0 600px}.problema:before{content:"";position:absolute;top:20%;right:-10%;width:400px;height:350px;background:radial-gradient(ellipse,oklch(.58 .18 32 / .1) 0%,transparent 70%);filter:blur(50px);pointer-events:none;z-index:0}.problema .section-title{margin-top:2rem;margin-bottom:1rem}.problema-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-top:2rem;container-type:inline-size}.problema-card{pointer-events:none}.problema-card h4{margin-bottom:var(--space-sm);line-height:1.35;text-wrap:pretty}.problema-card p{color:var(--body-dim);line-height:1.6;font-size:.95rem;text-wrap:pretty}.resultados{padding-top:4rem;padding-bottom:2rem;content-visibility:auto;contain-intrinsic-size:0 600px}.resultados-grid{display:flex;gap:.75rem;scrollbar-width:none;container-type:inline-size;overflow:hidden}.resultados-grid .glass-card{flex:0 0 calc(42.5vw - .1875rem);scroll-snap-align:start;margin-bottom:0;transition:border-color .3s ease}.resultados-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.resultados-arrow{width:44px;height:44px;border-radius:var(--radius-round);background:var(--verde);color:var(--black);cursor:pointer;border:none;font-size:1.2rem;transition:opacity .2s;flex-shrink:0}.resultados-arrow:disabled{opacity:.3;cursor:default}.resultados-arrow:hover:not(:disabled){opacity:.8}.resultado-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.resultado-avatar{width:48px;height:48px;flex-shrink:0;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden}.resultado-avatar img{width:100%;height:100%;object-fit:contain}.resultado-avatar img.invert-dark{filter:brightness(0) invert(1)}.resultado-avatar.letter-avatar{background:var(--verde);color:#000;font-size:1.8rem;font-family:var(--font-display);display:flex;align-items:center;justify-content:center}.resultado-avatar.dark-bg{background:var(--white);padding:.25rem}.btn-full-width{width:100%;justify-content:center}.resultado-info{flex:1}.resultado-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--terracota);display:block;margin-bottom:.15rem}.resultado-nombre{font-family:var(--font-display);font-size:1.3rem;font-weight:400;margin:0 0 .6rem;line-height:1.3}.resultado-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--terracota);text-decoration:none;transition:gap .2s ease;margin-top:.5rem}.resultado-link:hover{gap:.6rem}.resultado-link svg{transition:transform .2s ease}.resultado-link:hover svg{transform:translate(2px)}.resultado-link:after{content:"";position:absolute;inset:0;z-index:1}.resultado-historia{background:linear-gradient(135deg,#cf432c0f,#cf432c0a);margin-bottom:1.25rem;padding:1rem 1.25rem;border-left:3px solid var(--terracota);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.resultado-historia p{font-size:.95rem;line-height:1.6;color:var(--white);font-style:italic;margin:0}.resultado-historia em{color:var(--body)}.resultado-historia p strong{color:var(--white);font-style:normal}.resultado-metricas{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:auto}.resultado-nombre,.resultado-tag,.resultado-historia p{text-wrap:balance}.resultado-metrica{flex:1;min-width:100px}.resultado-metrica-valor{display:block;font-weight:700;font-size:.95rem;color:var(--body)}.resultado-metrica-label{display:block;font-size:.8rem;color:var(--body-dim);margin-top:.15rem}.resultados .section-title{margin-bottom:2.5rem}.section-heading-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:2.5rem}.section-heading-row .section-title{margin-bottom:0}.resultados .resultado-tag,.resultados .resultado-historia p,.resultados .resultado-historia em,.resultados .resultado-metrica-valor,.resultados .resultado-metrica-label{color:var(--white)}.como-funciona{content-visibility:auto;contain-intrinsic-size:0 600px;background:transparent;backdrop-filter:none;border-radius:0;margin:0}.blog{content-visibility:auto;contain-intrinsic-size:0 400px}.blog-construction{text-align:center;padding:3rem 2rem;overflow:visible}.blog-construction .blog-icon{margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.blog-construction h3{font-family:var(--font-display);font-size:1.3rem;margin-bottom:.75rem;color:var(--headline)}.blog-construction p{color:var(--body-dim);font-size:.95rem;max-width:400px;margin:0 auto;line-height:1.6}.about{margin-top:3rem}.about-card{padding:2.5rem 2rem}.about-text{color:var(--headline);font-size:clamp(1.15rem,2.5vw,1.5rem);line-height:1.4;margin-bottom:.35rem;max-width:720px;text-wrap:pretty}.about-text:last-of-type{margin-bottom:0}.about-text strong{color:var(--terracota);font-weight:600}.steps-container{margin-top:1.5rem;display:flex;flex-direction:column;gap:.875rem;position:relative;padding:0;max-width:100%}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm)}.glass-step{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-lg);position:relative}@supports (backdrop-filter: blur()){.glass-step{backdrop-filter:var(--glass-effect)}}.step-number{color:var(--headline);font-family:var(--font-body);font-weight:700;font-size:1.4rem;line-height:1;margin-bottom:.35rem}.step-content h3{font-size:clamp(1.3rem,3vw,1.6rem);margin-bottom:.35rem;color:var(--headline)}.step-content p{color:var(--body-dim);line-height:1.6;font-size:.95rem}.pricing{content-visibility:auto;contain-intrinsic-size:0 600px;position:relative;overflow:hidden}.pricing-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0;contain:layout style paint}.pricing-shape{position:absolute;filter:blur(40px);opacity:.25;will-change:transform;animation:heroFloatSlow 28s cubic-bezier(.45,.05,.25,1) infinite}.pricing-shape:nth-child(1){width:220px;height:200px;border-radius:45%/55%;background:linear-gradient(135deg,var(--verde),#8cd44a,oklch(.82 .2 125 / .7));top:-5%;left:10%;animation-delay:-4s}.pricing-shape:nth-child(2){width:180px;height:170px;border-radius:50%/40%;background:linear-gradient(225deg,var(--terracota),#f0a088,oklch(.58 .18 32 / .6));bottom:15%;right:8%;animation-delay:-11s;animation-name:heroTilt}.pricing-shape:nth-child(3){width:160px;height:150px;border-radius:50%;background:linear-gradient(180deg,var(--verde),oklch(.82 .2 125 / .8));top:40%;right:15%;animation-delay:-7s;animation-name:heroPulse}.pricing-card{max-width:600px;margin:3rem auto 0;position:relative;overflow:hidden}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--terracota),var(--bg-elevated),var(--verde))}.pricing-split{display:flex;gap:1.25rem;margin:1.5rem 0 2rem;flex-wrap:wrap}.pricing-split-item{flex:1;min-width:140px;padding:var(--space-md);text-align:center;border-radius:var(--radius-md);background:var(--glass-bg)}.pricing-split-item .amount{font-family:var(--font-body);font-weight:500;font-size:1.6rem;color:var(--headline);margin-bottom:.25rem}.pricing-split-item .label{font-size:.85rem;color:var(--body-dim);margin-top:var(--space-xs)}.pricing-line{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px solid var(--glass-border)}.pricing-line-label{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--headline)}.pricing-line-label small{font-size:.8rem;color:var(--body-dim);font-weight:400}.pricing-line-price{font-family:var(--font-body);font-size:1.3rem;font-weight:500;color:var(--headline);display:inline-flex;flex-direction:column;align-items:flex-end;gap:.15rem}.pricing-current{color:var(--verde);font-weight:600;font-size:1.1em;white-space:nowrap}.pricing-strike.strike-price{font-size:.85em}.pricing-split .pricing-current{display:block;font-size:1.4rem;margin-top:.15rem}.pricing-includes{margin-bottom:2rem}.pricing-includes h4{font-size:1.1rem;margin-bottom:var(--space-md);font-weight:700;font-family:var(--font-body)}.pricing-includes ul{display:grid;grid-template-columns:1fr;gap:.6rem}.pricing-includes li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--body)}.pricing-includes li svg{color:var(--verde);width:1.1rem;height:1.1rem}.faq-list{max-width:720px;margin:.75rem auto 0;padding:0}.faq-item{border-bottom:none;padding:0}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:.875rem 0;text-align:left;font-size:1.1rem;font-weight:600;color:var(--headline);position:relative;z-index:1;transition:color .3s}.faq-question svg{width:1.5rem;height:1.5rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);flex-shrink:0;color:var(--terracota);stroke-width:2.5px}.faq-question[aria-expanded=true] .faq-chevron{transform:rotate(180deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .4s ease,padding .4s ease;padding:0}.faq-answer.is-open{padding:0 0 .875rem}.faq-answer p{color:var(--body-dim);line-height:1.7;font-size:.95rem}.cta-final{text-align:center;padding:0 clamp(1.25rem,5vw,4rem);padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px));height:100vh;height:100svh;height:100dvh;display:flex;content-visibility:auto;contain-intrinsic-size:0 600px;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.cta-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0;contain:layout style paint}.cta-shape{position:absolute;filter:blur(45px);opacity:.3;will-change:transform;animation:heroFloat 26s cubic-bezier(.45,.05,.25,1) infinite}.cta-shape:nth-child(1){width:280px;height:250px;border-radius:50%/45%;background:linear-gradient(135deg,var(--terracota),#dd614c,oklch(.58 .18 32 / .7));bottom:10%;left:-8%;animation-delay:-6s}.cta-shape:nth-child(2){width:200px;height:190px;border-radius:45%/50%;background:linear-gradient(180deg,var(--verde),#a0e060,oklch(.82 .2 125 / .8));top:25%;right:-5%;animation-delay:-13s;animation-name:heroFloatDiag}.cta-shape:nth-child(3){width:150px;height:140px;border-radius:50%;background:linear-gradient(225deg,var(--terracota),#c47a68,#e8a085);bottom:35%;left:50%;transform:translate(-50%);animation-delay:-2s;animation-name:heroPulse}.cta-final h2{margin-bottom:var(--space-md);white-space:nowrap}.footer{border-top:none;content-visibility:auto;contain-intrinsic-size:0 300px}.footer-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:var(--space-lg)}.footer-card-content{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);position:relative}.footer p{color:var(--body-dim);font-size:.9rem}.footer .footer-brand{font-family:var(--font-display);font-weight:400;font-size:clamp(1.1rem,2vw,1.5rem);color:var(--headline);letter-spacing:-.02em}.footer .footer-brand span{color:var(--headline)}.footer .footer-cuit{font-family:var(--font-body);font-size:.8rem;color:var(--body-dim);opacity:.8;margin-top:.2rem}.footer .footer-illya{font-family:var(--font-body);color:var(--terracota);text-decoration:none}.footer .footer-illya:hover{text-decoration:underline}.footer .footer-links{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem}.footer .footer-link{color:var(--body-dim);text-decoration:none;transition:color .2s}.footer .footer-link:hover{color:var(--terracota);text-decoration:underline}.footer .footer-separator{color:var(--body-dim);opacity:.5}.footer .footer-social{display:flex;align-items:center;gap:var(--space-sm);margin-top:.4rem}.footer .footer-social a{color:var(--terracota);text-decoration:none;font-size:.85rem;transition:text-decoration .2s}.footer .footer-social a:hover,.footer .footer-social a:focus-visible{text-decoration:underline}.scroll-to-top{position:fixed;bottom:calc(2px + env(safe-area-inset-bottom,0px));right:calc(20px + env(safe-area-inset-right,0px));z-index:900;width:44px;height:44px;background:transparent;border:none;color:var(--body-dim);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .4s;pointer-events:none;-webkit-tap-highlight-color:transparent}.scroll-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:all}.scroll-to-top:hover{opacity:.8}.scroll-to-top svg{width:1.5rem;height:1.5rem;pointer-events:none}@supports not (backdrop-filter: blur(1px)){.navbar{background:#0a0a0feb;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-menu{background:#0a0a0ff2}.glass-card{background:#0a0a0fbf}}.hero-problema-wrap{position:relative}.hero-problema-wrap .hero-shapes{z-index:-1}.reveal{opacity:0;transform:translateY(32px);transition:opacity .9s cubic-bezier(.2,0,0,1),transform .9s cubic-bezier(.2,0,0,1)}.reveal.visible{opacity:1;transform:translateY(0)}.step:nth-of-type(1){transition-delay:0ms}.step:nth-of-type(2){transition-delay:0ms}.step:nth-of-type(3){transition-delay:0ms}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.resultados-grid{scroll-snap-type:none}.btn:active{transform:none}.btn-premium{transition:none}.btn-premium:hover{box-shadow:0 4px 16px #cf432c59}.hero:before{animation:none}.btn,.glass-card,.resultado-card,.step,.hero-shape,.pricing-shape,.faq-shape,.cta-shape,.navbar,.mobile-menu,.mobile-menu a,.hamburger span,.scroll-to-top,.faq-answer,.faq-question svg,.cube-3d,.core-track,.cube-front,.cube-back,.cube-right,.cube-left,.cube-top,.cube-bottom{transition:none!important;animation:none!important}.hero-shape,.pricing-shape,.faq-shape,.cta-shape{display:none}}@keyframes heroFloatSlow{0%,to{transform:translate(0) scale(1)}15%{transform:translate(-80px,-50px) scale(1.12)}30%{transform:translate(70px,60px) scale(.88)}50%{transform:translate(-60px,-70px) scale(1.08)}70%{transform:translate(80px,40px) scale(.92)}85%{transform:translate(-40px,-30px) scale(1.05)}}@keyframes heroFloat{0%,to{transform:translate(0) scale(1)}12%{transform:translate(70px,-90px) scale(1.15)}25%{transform:translate(-60px,40px) scale(.88)}40%{transform:translate(90px,70px) scale(1.1)}55%{transform:translate(-80px,-60px) scale(.92)}72%{transform:translate(50px,80px) scale(1.12)}88%{transform:translate(-50px,-40px) scale(.95)}}@keyframes heroTilt{0%,to{transform:translate(0) rotate(0) scale(1)}15%{transform:translate(60px,-50px) rotate(18deg) scale(1.12)}30%{transform:translate(-50px,70px) rotate(-14deg) scale(.88)}50%{transform:translate(80px,-40px) rotate(12deg) scale(1.08)}70%{transform:translate(-70px,60px) rotate(-16deg) scale(.9)}85%{transform:translate(40px,-30px) rotate(6deg) scale(1.05)}}@keyframes heroPulse{0%,to{transform:translate(0) scale(1);opacity:.35}20%{transform:translate(40px,-60px) scale(1.25);opacity:.55}40%{transform:translate(-50px,50px) scale(.8);opacity:.25}60%{transform:translate(60px,-30px) scale(1.2);opacity:.5}80%{transform:translate(-40px,40px) scale(.85);opacity:.3}}@keyframes heroFloatDiag{0%,to{transform:translate(0) scale(1)}15%{transform:translate(-90px,70px) scale(1.18)}30%{transform:translate(70px,-80px) scale(.85)}50%{transform:translate(-60px,-50px) scale(1.15)}70%{transform:translate(80px,60px) scale(.9)}85%{transform:translate(-50px,40px) scale(1.1)}}@keyframes reveal-in{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes coreDrift{0%,to{transform:translate(0)}20%{transform:translate(2.5px,-1.5px)}40%{transform:translate(-1px,-3px)}60%{transform:translate(-3px,.5px)}80%{transform:translate(1.5px,2px)}}@keyframes coreReadyPulse{0%{transform:scale(1);box-shadow:0 0 10px #fffc,0 0 28px #ffffff4d}50%{transform:scale(3);box-shadow:0 0 40px #fff,0 0 90px #fff9,0 0 160px #ffffff4d}to{transform:scale(1);box-shadow:0 0 10px #fffc,0 0 28px #ffffff4d}}@keyframes facePulse{0%,to{opacity:.7}50%{opacity:.75}}@keyframes cube3d{0%{transform:rotateX(-15deg) rotateY(0) translateY(0)}25%{transform:rotateX(-18deg) rotateY(90deg) translateY(-4px)}50%{transform:rotateX(-12deg) rotateY(180deg) translateY(2px)}75%{transform:rotateX(-20deg) rotateY(270deg) translateY(-3px)}to{transform:rotateX(-15deg) rotateY(360deg) translateY(0)}}@supports (animation-timeline: view()){.reveal{opacity:0;transform:translateY(32px);transition:none!important;animation:reveal-in linear;animation-timeline:view();animation-range:entry 0% entry 100%}.reveal.visible{opacity:1;transform:translateY(0);transition:none!important}@media(prefers-reduced-motion:reduce){.reveal{animation:none!important;opacity:1;transform:none;transition:none!important}.reveal.visible{animation:none!important}}}@media(max-width:768px){html{scroll-behavior:auto;background:radial-gradient(ellipse 80% 50% at 50% 40%,oklch(.58 .18 32 / .08) 0%,transparent 70%),radial-gradient(ellipse 90% 60% at 5% 10%,oklch(.58 .18 32 / .15) 0%,transparent 60%),radial-gradient(ellipse 70% 80% at 90% 85%,oklch(.82 .2 125 / .1) 0%,transparent 50%),#030305}.hero-shapes{contain:none;overflow:hidden}.hero-shape{filter:blur(14px);opacity:.5}.hero-shape:nth-child(1){width:155px;height:140px;top:-3%;right:-10%}.hero-shape:nth-child(2){width:140px;height:150px;bottom:5%;left:-8%}.hero-shape:nth-child(3){width:130px;height:120px;top:30%;left:40%;margin-left:-65px}.hero-shape:nth-child(4){width:110px;height:115px;top:5%;right:5%}.hero-shape:nth-child(5){width:115px;height:105px;top:60%;left:2%}.pricing-shape,.faq-shape,.cta-shape{opacity:.25;filter:blur(20px)}}@media(min-width:769px){.hero{align-items:flex-start;padding-left:clamp(2rem,4vw,4rem);padding-top:calc(3.5rem + 16px)}.hero-content{margin-left:-.5rem;max-width:85%}}@media(max-width:767.98px){.hero-sub{font-size:clamp(1rem,2.8vw,1.4rem)}.faq{justify-content:flex-start;padding-top:2.5rem;padding-bottom:4rem}.faq .glass-card{margin-top:.5rem}}@media(max-height:700px)and (max-width:400px){.hero{padding:2rem 1rem;justify-content:center}.hero-title{font-size:clamp(2.4rem,7vw,2.8rem);line-height:.95;margin-bottom:.25rem}.hero-sub{font-size:clamp(.85rem,2.8vw,1.1rem);margin-top:.35rem;margin-bottom:.35rem}.hero-meta{font-size:.7rem;gap:.15rem;margin-bottom:.5rem}.hero-actions{gap:.4rem;margin-bottom:.5rem}.hero-actions .btn-lg{padding:.55rem 1rem;font-size:.85rem}.hero-b2b-tags{margin-top:.5rem}.tag-b2b{font-size:.65rem;padding:.25rem .65rem}}@media(min-width:480px){.section{padding-top:3rem;padding-bottom:3rem}.pricing-includes ul{grid-template-columns:1fr 1fr}}@media(min-width:768px){.faq-list{max-width:none;margin:.75rem 0 0}}@media(hover:hover){.faq-question:hover{color:var(--terracota)}}@media(max-width:768px){.resultado-metricas{flex-direction:row;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--glass-border)}.resultado-metrica{min-width:80px}.resultado-nombre{font-size:1.1rem;text-wrap:wrap}.resultado-tag,.resultado-historia p{text-wrap:wrap}.hero{align-items:center;padding-left:0;padding-right:0}.hero .hero-content{padding-left:var(--space-md);padding-right:var(--space-md);margin-left:-1rem;max-width:100%}.hero:before{display:none}.section,.cta-final{padding-left:var(--space-lg);padding-right:var(--space-lg)}.pricing-card .pricing-includes ul{grid-template-columns:1fr}}@media(max-width:767.98px){.cta-dale{font-size:3.2rem;font-weight:700}.cta-empecemos{font-size:3.2rem;font-weight:500}.hero{padding-top:1.5rem;padding-bottom:3rem;justify-content:center}.hero-content{margin-left:0;margin-top:0;max-width:95%}.hero-meta{flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.hero-meta .price-group:first-child{flex-direction:row;align-items:baseline;gap:.35rem}.tag-b2b{padding-left:0;font-size:1rem;padding:.5rem 1.1rem}.navbar-brand-text{display:none}.hero-title,.hero-sub{font-family:Onest,sans-serif}.hero-title{font-size:clamp(2.6rem,7.5vw,3.2rem);line-height:.95;margin-bottom:.3rem;word-spacing:-1px;letter-spacing:-.03em}.hero-phrase{display:block}.hero-phrase:first-child{font-size:1.1em}.hero-sub{font-size:clamp(1.2rem,4vw,1.6rem);text-wrap:balance;margin-top:1.25rem;margin-bottom:1.5rem}.hero-meta{font-size:1.1rem;margin-top:1rem;margin-bottom:.75rem;gap:.2rem}.hero-actions .btn-lg{padding:1.3rem 2.8rem;font-size:1.4rem}.hero-actions{margin-top:1rem;margin-bottom:.75rem}.hero-b2b-tags{margin-top:2rem}.resultados-grid{display:flex;align-items:flex-start;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem}.resultados-grid::-webkit-scrollbar{display:none}.resultados-grid .glass-card{flex:0 0 calc(85vw - .375rem);scroll-snap-align:start}.resultados-nav{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:.5rem}.section-title{margin-bottom:1rem}.problema-grid{margin-top:1.25rem;gap:var(--space-sm)}.problema-card h4{margin-bottom:.25rem;font-size:clamp(1.1rem,3.5vw,1.4rem);text-wrap:balance}.problema-card p{font-size:clamp(1rem,3.5vw,1.15rem);line-height:1.5;text-wrap:balance}.steps-container{margin-top:1.5rem}.glass-step{padding:var(--space-lg) var(--space-md)}.step-content h3{font-size:clamp(1.1rem,4vw,1.4rem)}.step-content p{font-size:.85rem}.pricing-card{margin-top:1.5rem}.problema,.resultados,.como-funciona,.pricing,.faq{min-height:auto;padding-top:3.5rem;padding-bottom:3.5rem}.hero{padding:2rem 1rem}.cta-final{min-height:auto;padding-top:3rem;padding-bottom:3rem}.footer-card{padding:1.5rem;gap:var(--space-md);align-items:center;text-align:center}.footer .footer-brand{font-size:1rem}.footer .footer-cuit{font-size:.75rem;opacity:.6}.footer .footer-social{justify-content:center;gap:.35rem}.cta-final{justify-content:space-between;padding:2rem var(--space-lg)}.cta-final .cta-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.cta-final .footer{width:100%}}@media(orientation:landscape)and (max-height:500px){.hero{height:auto;min-height:calc(100lvh - 64px);padding:.5rem clamp(1rem,5vw,2rem);justify-content:center;overflow:clip}.hero-content{max-width:70%}.hero-title{font-size:clamp(1.6rem,4vw,2.5rem);margin-bottom:.4rem}.hero-sub{font-size:clamp(.75rem,2vw,1.1rem);margin-bottom:.5rem;margin-top:var(--space-sm)}.hero-meta{font-size:.75rem;margin-bottom:.5rem}.hero-actions{margin-bottom:.5em}.hero-actions .btn-lg{padding:.5rem 1.2rem;font-size:.9rem}.hero-shape{opacity:.65}.pricing-shape,.faq-shape,.cta-shape{opacity:.5}.hero-shapes,.pricing-shapes,.faq-shapes,.cta-shapes{filter:blur(20px)}body:before{opacity:.6}.hero-b2b-tags{margin-top:.25rem}.tag-b2b{font-size:.55rem;padding:.15rem .35rem}}@media(orientation:landscape)and (max-width:767.98px){.problema,.resultados,.como-funciona,.pricing,.faq{min-height:auto;padding:1.5rem clamp(1rem,4vw,2rem)}.mobile-menu a{font-size:2rem;padding:.2rem .8rem}.mobile-menu{gap:.25rem}.hero{padding:1rem clamp(1rem,4vw,2rem)}.hero-title{font-size:clamp(2rem,5vw,3rem);line-height:1.1}.hero-sub{font-size:clamp(1rem,2.5vw,1.5rem);margin-top:.5rem;margin-bottom:.75rem}.hero-meta{font-size:.85rem;margin-bottom:1rem}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.3rem,3vw,1.8rem)}.section{padding:3rem clamp(1.25rem,5vw,4rem)}.section-title{margin-bottom:1rem}.section-sub{font-size:clamp(.95rem,1.8vw,1.1rem);margin-bottom:1.5rem}.hero-content{max-width:85%}.hero-actions{gap:.75rem;margin-bottom:1rem}.hero-actions .btn-lg{padding:.75rem 1.5rem;font-size:1rem}.steps-container{flex-direction:row;gap:.75rem;margin-top:1.5rem}.step{flex:1;flex-direction:column;align-items:center;text-align:center}.glass-step{padding:var(--space-lg) var(--space-md)}.step-content h3{font-size:clamp(1.1rem,2.5vw,1.4rem)}.step-content p{font-size:.9rem}}@media(min-width:375px)and (max-width:480px){.hero-b2b-tags{flex-wrap:nowrap;gap:.25rem;justify-content:flex-start}.tag-b2b{font-size:.55rem;padding:.2rem .4rem;white-space:nowrap;flex-shrink:0}}@media(max-width:380px)and (max-height:700px){h1{font-size:clamp(2.2rem,8vw,2.8rem)}h2{font-size:clamp(1.6rem,6vw,2.2rem)}.section{padding:2.5rem clamp(1.25rem,5vw,4rem)}.section-label{font-size:.7rem}.hero{padding:1rem .75rem;min-height:calc(100lvh - 64px - env(safe-area-inset-top,0px))}.hero-content{margin-top:0}.hero-title{font-size:clamp(2rem,8vw,2.8rem)}.hero-sub{font-size:clamp(1rem,4vw,1.2rem)}.hero-meta{font-size:.85rem;gap:.25rem}.glass-card{padding:1.25rem}.faq .glass-card{padding:1.25rem 1rem}.resultados-grid .glass-card{flex:0 0 92vw}.step{gap:var(--space-sm)}.step-content h3{font-size:clamp(1.1rem,5vw,1.3rem)}.step-content p{font-size:.9rem}.pricing-line{flex-wrap:wrap;gap:.25rem}.pricing-split{gap:.5rem}.pricing-split-item{padding:.75rem;min-width:0}.btn{padding:.8rem 1.6rem;font-size:1.1rem}.btn-lg{padding:.9rem 1.8rem;font-size:1.2rem}}@media(min-width:768px){.section{padding-top:4rem;padding-bottom:4rem}.hero h1{margin-bottom:calc(var(--space-md) * .5)}.hero-sub{margin-top:var(--space-md);margin-bottom:var(--space-md)}.resultados-grid{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;gap:.75rem}.resultados-grid::-webkit-scrollbar{display:none}.resultados-grid .glass-card{flex:0 0 calc(50% - .375rem);scroll-snap-align:start}.hero-actions .btn-lg{padding:.75rem 1.8rem;font-size:1rem}.problema-grid{grid-template-columns:1fr 1fr}.problema-card.tall{grid-column:span 2}.steps-container{flex-direction:row;gap:1rem}.step{flex:1;flex-direction:column;align-items:center;text-align:center}.glass-step{height:100%}.footer{flex-direction:column;align-items:flex-start;text-align:left}}@media(min-width:768px)and (max-width:1024px){.section{padding-top:5rem;padding-bottom:5rem}.hero-title{font-size:clamp(3rem,8vw,4.5rem)}.section-title{font-size:clamp(2rem,5vw,3rem)}.hero{padding-top:7rem;padding-bottom:4rem}}@media(max-width:767.98px){:root{--oklch-bg-dark: oklch(.1 .008 280);--glass-bg: rgba(255,255,255,.08)}}@media(max-height:800px){.hero{padding-top:calc(3rem + 16px);padding-bottom:1rem}.hero h1{margin-bottom:1rem}.hero-sub{margin-top:.5rem;margin-bottom:.25rem}.hero-meta,.hero-actions{margin-bottom:1.5rem}.hero-actions .btn-lg{padding:.8rem 2rem}.hero-b2b-tags{margin-top:.75rem}}
