/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--paper:#fff8ee;--paper-strong:#f3eadc;--ink:#17202a;--muted:#5b6470;--line:#17202a24;--green:#1f8a70;--green-dark:#146553;--coral:#d95f4c;--gold:#f2c75c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.landing{min-height:100vh;overflow-x:hidden}.site-header{border-bottom:1px solid var(--line);z-index:20;background:#fff8eeeb;justify-content:space-between;align-items:center;gap:1.5rem;padding:.85rem max(1rem,50vw - 580px);display:flex;position:fixed;top:0;left:0;right:0}.brand{align-items:center;gap:.65rem;min-width:max-content;font-weight:800;display:inline-flex}.brand-mark{background:var(--ink);color:var(--gold);border-radius:6px;justify-content:center;align-items:center;width:2.55rem;height:2rem;font-size:.72rem;display:inline-flex}.nav-links{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.95rem;display:flex}.nav-links a:hover{color:var(--ink)}.header-cta,.button{border-radius:8px;justify-content:center;align-items:center;min-height:2.8rem;padding:.85rem 1.15rem;font-weight:800;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.header-cta{background:var(--green);color:var(--white);min-height:2.5rem;padding:.68rem 1rem}.button:hover,.header-cta:hover{transform:translateY(-1px)}.button-primary{background:var(--gold);color:var(--ink)}.button-primary:hover{background:#ffd86e}.button-secondary{color:var(--white);border:1px solid #ffffff9e}.button-secondary:hover{background:#ffffff1f}.hero{color:var(--white);background:#16212c;align-items:center;min-height:86vh;padding:7.5rem max(1.25rem,50vw - 580px) 5rem;display:flex;position:relative;overflow:hidden}.hero-image,.hero-overlay{position:absolute;inset:0}.hero-image{object-fit:cover;object-position:center;opacity:.45;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#0d151cf2 0%,#0d151cc7 48%,#0d151c7a 100%),linear-gradient(#0d151c14,#0d151ca6)}.hero-content{z-index:2;max-width:720px;position:relative}.eyebrow{color:var(--gold);text-transform:uppercase;margin:0 0 1rem;font-size:.82rem;font-weight:900}.eyebrow.dark{color:var(--green-dark)}h1,h2,h3,p{letter-spacing:0}h1{max-width:12ch;margin:0;font-size:4.25rem;line-height:1}h2{margin:0;font-size:2.45rem;line-height:1.08}h3{margin:0;font-size:1.3rem;line-height:1.2}.hero-copy{color:#ffffffd6;max-width:45rem;margin:1.35rem 0 0;font-size:1.18rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.hero-proof{color:#ffffffc7;flex-wrap:wrap;gap:.8rem;margin-top:2rem;font-size:.92rem;display:flex}.hero-proof span{border-left:3px solid var(--coral);padding-left:.65rem}.section{max-width:1160px;margin:0 auto;padding:5rem 1.25rem}.intro-band{background:var(--ink);color:var(--white);grid-template-columns:repeat(3,1fr);gap:1px;max-width:none;margin-top:0;padding:0 max(1.25rem,50vw - 580px);display:grid}.metric{padding:1.7rem 1.5rem}.metric strong{color:var(--gold);font-size:2.15rem;line-height:1;display:block}.metric span{color:#ffffffb8}.section-heading{max-width:700px;margin-bottom:2rem}.section-heading p:not(.eyebrow),.split-section p{color:var(--muted);margin:1rem 0 0;font-size:1.02rem;line-height:1.7}.catalog-grid,.testimonial-grid,.process-grid{gap:1rem;display:grid}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-card,.testimonial-card,.process-grid article{background:var(--white);border:1px solid var(--line);border-radius:8px}.product-card{flex-direction:column;min-height:23rem;padding:1.2rem;display:flex}.product-card.featured{background:#fffdf8;border-color:#d95f4c7a;position:relative;box-shadow:0 18px 45px #17202a1a}.product-card.featured:before{background:var(--coral);color:var(--white);content:"Mejor valor";border-radius:999px;padding:.32rem .62rem;font-size:.74rem;font-weight:900;position:absolute;top:-.75rem;right:1rem}.product-topline{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.product-topline strong{color:var(--coral);font-size:1.9rem}.product-card p{color:var(--muted);margin:.8rem 0 1rem;line-height:1.6}.tag-row{flex-wrap:wrap;gap:.45rem;margin-bottom:1.3rem;display:flex}.tag-row span{background:var(--paper-strong);border:1px solid var(--line);color:var(--ink);border-radius:999px;padding:.35rem .55rem;font-size:.78rem;font-weight:700}.product-button{cursor:pointer;background:var(--green);color:var(--white);border:0;width:100%;margin-top:auto}.product-button:disabled{cursor:wait;opacity:.74;transform:none}.product-button:hover{background:var(--green-dark)}.buy-control{margin-top:auto}.buy-error{color:var(--coral);margin:.7rem 0 0;font-size:.85rem;font-weight:800;line-height:1.4}.book-details{border-top:1px solid var(--line);margin:auto 0 1rem;padding-top:.9rem}.book-details summary{color:var(--green-dark);cursor:pointer;font-size:.92rem;font-weight:900}.book-list{color:var(--muted);gap:.4rem;margin:.8rem 0 0;padding-left:1.1rem;line-height:1.45;display:grid}.split-section{grid-template-columns:minmax(0,.9fr) minmax(280px,1fr);align-items:start;gap:2rem;display:grid}.benefit-list{gap:.8rem;display:grid}.benefit-item{background:var(--white);border:1px solid var(--line);border-radius:8px;align-items:center;gap:.85rem;min-height:4rem;padding:1rem;display:flex}.check-mark{background:var(--green);color:var(--white);border-radius:50%;flex:0 0 1.8rem;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-weight:900;display:inline-flex}.process-section{background:var(--paper-strong);max-width:none;padding-left:max(1.25rem,50vw - 580px);padding-right:max(1.25rem,50vw - 580px)}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-grid article{padding:1.25rem}.process-grid span{color:var(--coral);margin-bottom:1.2rem;font-weight:900;display:block}.process-grid p{color:var(--muted);margin:.75rem 0 0;line-height:1.6}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-card{margin:0;padding:1.25rem}.testimonial-card blockquote{color:var(--ink);margin:0;line-height:1.65}.testimonial-card figcaption{color:var(--green-dark);margin-top:1rem;font-weight:900}.faq-section{padding-top:3rem}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:1.15rem 0}.faq-list summary{cursor:pointer;font-size:1.05rem;font-weight:900}.faq-list p{color:var(--muted);max-width:760px;margin:.8rem 0 0;line-height:1.65}.final-cta{background:var(--ink);color:var(--white);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;margin:0;padding:4.5rem max(1.25rem,50vw - 580px);display:grid}.final-cta h2{max-width:760px}.final-cta p:not(.eyebrow){color:#ffffffc2;max-width:700px;margin:1rem 0 0;line-height:1.7}.status-page{background:linear-gradient(135deg, #1f8a7024, transparent 42%), var(--paper);align-items:center;min-height:100vh;padding:1.25rem;display:flex}.status-panel{background:var(--white);border:1px solid var(--line);border-radius:8px;max-width:680px;margin:0 auto;padding:2rem}.status-panel h1{color:var(--ink);max-width:none;font-size:3rem}.status-panel p:not(.eyebrow){color:var(--muted);margin:1rem 0 0;line-height:1.7}.status-panel .button{margin-top:1.5rem}.status-note{background:var(--paper-strong);border-left:4px solid var(--green);padding:.9rem 1rem}@media (width<=1000px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-section,.final-cta,.process-grid,.testimonial-grid{grid-template-columns:1fr}}@media (width<=760px){.site-header{flex-direction:column;align-items:flex-start;gap:.8rem;padding:.85rem 1rem;position:absolute}.nav-links{justify-content:flex-start;font-size:.9rem}.header-cta{display:none}.hero{min-height:84vh;padding:12rem 1rem 4rem}h1{max-width:11ch;font-size:2.75rem}h2{font-size:2rem}.hero-copy{font-size:1.04rem}.hero-actions,.hero-actions .button,.final-cta .button{width:100%}.intro-band,.catalog-grid{grid-template-columns:1fr}.section{padding:3.5rem 1rem}.product-card{min-height:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
