:root{--bg: #f3eee8;--paper: #fffdf9;--text: #231915;--muted: #66524a;--brand: #a14f3c;--brand-deep: #7f3d2f;--brand-light: #c87463;--green: #4a8c6f;--line: #e7d9cb;--line-strong: #d8c3b0;--dark: #1a1512;--dark-surface: #231e1b;--dark-border: #3a2e2a;--dark-text: #f6efe8;--dark-muted: #a08878;--shadow-soft: 0 20px 50px rgba(62, 28, 20, .1);--shadow-card: 0 8px 24px rgba(62, 28, 20, .07);--radius-card: 22px;--radius-pill: 999px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Outfit,sans-serif;color:var(--text);background:var(--bg);line-height:1.65;overflow-x:hidden}h1,h2{font-family:Cormorant Garamond,serif;line-height:1.06;margin:0}h3,h4{margin:0}a{color:inherit;text-decoration:none}p{margin:0}em{font-style:italic;color:var(--brand)}.container{width:min(1120px,92vw);margin:0 auto}.bg-orb{position:fixed;border-radius:999px;filter:blur(90px);opacity:.3;z-index:-1;pointer-events:none}.bg-orb-1{width:420px;height:420px;background:#c87463;top:-80px;right:-100px}.bg-orb-2{width:480px;height:480px;background:#7ea08d;left:-140px;bottom:-60px}.bg-orb-3{width:300px;height:300px;background:#c8a07a;left:35%;top:55%;opacity:.18}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay, 0ms)}.reveal.visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:.9rem;left:50%;transform:translate(-50%);width:min(1120px,92vw);z-index:100;display:flex;align-items:center;gap:.5rem;padding:.7rem 1.1rem;background:#fffdf9d1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:var(--radius-pill);box-shadow:var(--shadow-card);transition:padding .3s ease,box-shadow .3s ease}.site-header.scrolled{padding:.55rem 1.1rem;box-shadow:0 12px 40px #3e1c1421}.brand{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.brand-img{height:32px;width:auto;display:block;object-fit:contain}.brand-img-footer{height:26px;filter:brightness(0) invert(1);opacity:.75}.hero-logo{height:36px;width:auto;display:block;margin-bottom:1.2rem;object-fit:contain}#main-nav{display:flex;gap:.1rem;margin-left:auto}#main-nav a{color:var(--muted);font-weight:500;font-size:.9rem;padding:.38rem .8rem;border-radius:var(--radius-pill);transition:color .2s,background .2s}#main-nav a:hover,#main-nav a.active{color:var(--brand);background:#a14f3c17}.header-actions{display:flex;align-items:center;margin-left:.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:var(--radius-pill);border:1.5px solid transparent;background:var(--brand);color:#fff;padding:.7rem 1.3rem;font:600 .9rem Outfit,sans-serif;box-shadow:0 6px 18px #7f3d2f47;transition:transform .2s ease,box-shadow .2s ease,background .2s;cursor:pointer;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px #7f3d2f59;background:var(--brand-deep)}.btn-ghost{background:transparent;border-color:var(--brand);color:var(--brand);box-shadow:none}.btn-ghost:hover{background:#a14f3c12;box-shadow:none}.btn-small{padding:.42rem .95rem;font-size:.84rem}.btn-full{width:100%}.btn-success{background:var(--green)!important;border-color:var(--green)!important}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;color:var(--brand-deep);font-weight:700;margin-bottom:.65rem}.hero{min-height:100svh;display:flex;align-items:center;padding:7rem 0 4rem}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero-copy{animation:fadeUp .9s ease both}.hero-visual{display:flex;flex-direction:column;gap:1rem;animation:fadeUp .9s .18s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-h1{font-size:clamp(2.4rem,5.5vw,4.8rem);margin-bottom:1.2rem;letter-spacing:-.01em}.hero-h1-line1{display:block;text-transform:uppercase;font-weight:700;letter-spacing:.04em;font-size:.72em;color:var(--text)}.hero-h1-line2{display:block;font-size:.42em;font-weight:400;font-style:italic;color:var(--brand);letter-spacing:.01em;text-align:right;margin-top:.3rem}.hero-lead{max-width:52ch;margin-bottom:1.6rem}.hero-lead p{font-size:.98rem;color:var(--muted);line-height:1.7;margin-bottom:.55rem}.hero-lead p:last-child{margin-bottom:0}.hero-lead-intro{font-size:1.1rem!important;font-weight:700;color:var(--text)!important}.hero-stats{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.8rem;padding:.9rem 1.2rem;background:#fffdf9d9;border:1px solid var(--line);border-radius:16px;width:fit-content;box-shadow:var(--shadow-card)}.stat-item{text-align:center}.stat-num{display:block;font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:700;color:var(--brand);line-height:1}.stat-label{display:block;font-size:.7rem;color:var(--muted);font-weight:500;margin-top:.2rem}.stat-divider{width:1px;height:34px;background:var(--line-strong);flex-shrink:0}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.hero-quote-card{background:#1f1a18;color:var(--dark-text);border-radius:var(--radius-card);padding:1.8rem;border:1px solid var(--dark-border);box-shadow:var(--shadow-soft)}.hero-quote-card blockquote{margin:0 0 1.4rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic;line-height:1.55;color:#f0e6dd}.quote-author{display:flex;align-items:center;gap:.85rem}.quote-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem;color:#fff;flex-shrink:0;overflow:hidden}.quote-avatar img{width:100%;height:100%;object-fit:cover}.quote-author strong{display:block;font-size:.9rem}.quote-author span{display:block;font-size:.76rem;color:var(--dark-muted);margin-top:.1rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.5rem}.hero-tags span{padding:.35rem .85rem;border-radius:var(--radius-pill);border:1px solid var(--line-strong);background:#ffffffa6;font-size:.82rem;color:#4b3630;font-weight:500;transition:background .2s,border-color .2s}.hero-tags span:hover{background:#ffffffe6;border-color:var(--brand-light)}.section{padding:6rem 0}.section-dark{background:#1a1512;color:var(--dark-text)}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-header h2{font-size:clamp(2rem,4.5vw,3.4rem);margin-bottom:.75rem}.section-lead{color:var(--muted);font-size:1.02rem;line-height:1.7}.areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:4rem}.area-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:1.5rem;box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.area-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}.area-icon{width:44px;height:44px;background:#a14f3c1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--brand)}.area-icon svg{width:22px;height:22px}.area-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text);line-height:1.3}.area-card p{font-size:.88rem;color:var(--muted);line-height:1.6}.process-section{margin-bottom:4rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:2rem 2.5rem;box-shadow:var(--shadow-card)}.process-title{font-size:1.3rem;font-weight:600;margin-bottom:1.8rem;color:var(--text)}.steps{display:flex;align-items:flex-start}.step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.step-num{width:42px;height:42px;border-radius:50%;background:var(--brand);color:#fff;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;margin-bottom:.9rem;box-shadow:0 4px 14px #7f3d2f4d;flex-shrink:0}.step-content h4{font-size:.95rem;font-weight:600;margin-bottom:.3rem;color:var(--text)}.step-content p{font-size:.85rem;color:var(--muted);max-width:22ch;margin:0 auto;line-height:1.55}.step-connector{flex:0 0 auto;height:2px;width:60px;background:var(--line-strong);margin-top:21px}.pricing-row{display:grid;grid-template-columns:1fr 1.35fr;gap:1.2rem;max-width:620px;margin:0 auto}.pricing-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:1.8rem;display:flex;flex-direction:column;gap:.55rem;box-shadow:var(--shadow-card)}.pricing-card-main{background:#1f1a18;border-color:var(--dark-border);color:var(--dark-text)}.pricing-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand)}.pricing-card-main .pricing-badge{color:var(--brand-light)}.pricing-price{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;line-height:1;color:var(--brand)}.pricing-card-main .pricing-price{color:#f6efe8}.pricing-desc{font-size:.83rem;color:var(--muted);margin-bottom:.4rem}.pricing-card-main .pricing-desc{color:var(--dark-muted)}.pricing-list{margin:0 0 .8rem;padding:0;list-style:none;display:grid;gap:.45rem;flex:1}.pricing-list li{font-size:.87rem;color:var(--muted);padding-left:1.3rem;position:relative;line-height:1.4}.pricing-card-main .pricing-list li{color:var(--dark-muted)}.pricing-list li:before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:700}.pricing-card-main .pricing-list li:before{color:var(--brand-light)}.about-inner{display:grid;grid-template-columns:.65fr 1.35fr;gap:5rem;align-items:center}.about-visual{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.about-avatar{width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-deep));display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:700;color:#fff;box-shadow:0 18px 50px #7f3d2f73;overflow:hidden;flex-shrink:0}.about-avatar img{width:100%;height:100%;object-fit:cover}.about-credential{display:flex;align-items:center;gap:.75rem;background:#fffdf912;border:1px solid var(--dark-border);border-radius:14px;padding:.8rem 1rem;width:100%}.credential-icon{width:36px;height:36px;background:#a14f3c33;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--brand-light);flex-shrink:0}.credential-icon svg{width:18px;height:18px}.about-credential strong{display:block;font-size:.88rem;color:var(--dark-text)}.about-credential span{display:block;font-size:.76rem;color:var(--dark-muted);margin-top:.15rem}.about-copy .eyebrow{color:var(--brand-light)}.about-copy h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.about-lead{font-size:1.08rem;color:#c8b4a8;margin-bottom:1.1rem;font-style:italic}.about-copy p{color:var(--dark-muted);font-size:.96rem;margin-bottom:.9rem;line-height:1.75}.about-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}.about-tags span{padding:.35rem .85rem;border-radius:var(--radius-pill);border:1px solid var(--dark-border);background:#ffffff0d;font-size:.81rem;color:var(--dark-muted)}.contact-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;align-items:start}.contact-copy .eyebrow{margin-bottom:.6rem}.contact-copy h2{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:.55rem}.contact-copy>p{color:var(--muted);margin-bottom:2rem;line-height:1.7}.contact-direct{display:flex;flex-direction:column;gap:.85rem}.contact-link{display:inline-flex;align-items:center;gap:.7rem;color:var(--muted);font-size:.95rem;font-weight:500;transition:color .2s}.contact-link:hover{color:var(--brand)}.contact-link svg{width:20px;height:20px;flex-shrink:0;color:var(--brand)}.contact-form{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:2rem;display:grid;gap:1rem;box-shadow:var(--shadow-soft)}.form-top-note{display:flex;align-items:center;gap:.55rem;background:#4a8c6f17;border:1px solid rgba(74,140,111,.22);border-radius:10px;padding:.65rem .9rem;font-size:.86rem;font-weight:600;color:var(--green);line-height:1.4}.form-top-note svg{width:18px;height:18px;flex-shrink:0}.form-group{display:grid;gap:.35rem}.form-group label{font-size:.86rem;font-weight:600;color:var(--muted)}input,textarea{width:100%;border:1.5px solid var(--line-strong);border-radius:11px;padding:.76rem .9rem;font:.94rem Outfit,sans-serif;background:#fffefc;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease;resize:vertical}input::placeholder,textarea::placeholder{color:#b8a49c}input:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #a14f3c1f}.field-optional{font-weight:400;opacity:.55;font-size:.79rem}.site-footer{background:#211a17;color:#b09080}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:3rem 0 2.5rem;border-bottom:1px solid #2e2420;flex-wrap:wrap}.footer-brand-link{color:#e8ddd5;display:block;margin-bottom:.3rem}.footer-sub{font-size:.83rem;color:#7a6058}.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:.6rem}.footer-nav a,.footer-contact a{font-size:.88rem;color:#907060;transition:color .2s}.footer-nav a:hover,.footer-contact a:hover{color:#e8ddd5}.footer-copy{padding:1.2rem 0}.footer-copy p{font-size:.78rem;color:#5a4a44}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;margin-left:auto;z-index:101}.menu-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1024px){.areas-grid{grid-template-columns:repeat(2,1fr)}.about-inner{gap:3rem}}@media(max-width:860px){.site-header{border-radius:18px;top:.6rem}#main-nav{display:none;position:fixed;inset:0;background:#fffdf9f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;align-items:center;justify-content:center;gap:.5rem;z-index:99}#main-nav.nav-open{display:flex}#main-nav a{font-size:1.5rem;padding:.6rem 1.8rem;border-radius:var(--radius-pill)}.menu-toggle{display:flex}.header-actions{margin-left:.2rem}.hero{min-height:auto;padding:5.5rem 0 3rem}.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-h1{font-size:clamp(2rem,9vw,3.5rem)}.hero-lead{max-width:none}.hero-stats{gap:.85rem;padding:.75rem 1rem}.areas-grid{grid-template-columns:1fr;gap:.75rem}.process-section{padding:1.5rem}.steps{flex-direction:column;gap:0}.step{flex-direction:row;align-items:flex-start;text-align:left;gap:1rem}.step-num{margin-bottom:0;flex-shrink:0}.step-content p{max-width:none;margin:0}.step-connector{width:2px;height:24px;margin:0 0 0 20px}.pricing-row{grid-template-columns:1fr;max-width:380px}.about-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.about-visual{flex-direction:row;align-items:center;justify-content:center}.about-credential{max-width:240px}.about-tags{justify-content:center}.contact-inner{grid-template-columns:1fr;gap:2rem}.footer-inner{flex-direction:column;gap:1.5rem;padding:2rem 0 1.8rem}}@media(max-width:480px){.hero-stats{flex-wrap:wrap;justify-content:center}.stat-divider{display:none}.about-visual{flex-direction:column}}.preview-card{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:2.5rem 3rem;box-shadow:var(--shadow-card)}.preview-avatar{width:150px;height:150px;border-radius:50%;overflow:hidden;background:var(--brand);flex-shrink:0}.preview-avatar img{width:100%;height:100%;object-fit:cover}.preview-h2{font-size:clamp(1.7rem,3vw,2.4rem);margin-bottom:.6rem}.preview-lead{color:var(--muted);font-size:.97rem;line-height:1.75;margin-bottom:1.4rem;max-width:58ch}@media(max-width:680px){.preview-card{grid-template-columns:1fr;text-align:center;padding:2rem;gap:1.5rem}.preview-avatar{margin:0 auto}.preview-lead{max-width:none}}.section-dark .contact-link{color:var(--dark-muted)}.section-dark .contact-link:hover{color:var(--dark-text)}.section-dark .contact-link svg{color:var(--brand-light)}.section-dark .prose p{color:#c8b4a8}.page-hero{padding:8rem 0 4rem;text-align:center}.page-hero-inner{display:flex;flex-direction:column;align-items:center;gap:.5rem}.page-hero-avatar{width:110px;height:110px;border-radius:50%;overflow:hidden;background:var(--brand);margin-bottom:1rem;box-shadow:0 12px 36px #7f3d2f4d}.page-hero-avatar img{width:100%;height:100%;object-fit:cover}.page-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.2rem}.page-hero-sub{color:var(--muted);font-size:.95rem}.prose-section{max-width:720px;margin:0 auto}.prose-h2{font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--dark-text);margin-bottom:1.4rem}.prose{display:grid;gap:.85rem}.prose p{font-size:.98rem;color:var(--muted);line-height:1.8;margin:0}.prose-lead{font-size:1.08rem!important;font-style:italic;color:#c8b4a8!important}.two-col-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.info-block{display:flex;flex-direction:column;gap:1.2rem}.info-h2{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:.2rem}.info-tags{display:flex;flex-wrap:wrap;gap:.5rem}.info-tags span{padding:.3rem .8rem;border-radius:var(--radius-pill);border:1px solid var(--line-strong);background:#a14f3c0f;font-size:.8rem;color:var(--brand-deep);font-weight:500}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem}.pillar-card{background:#ffffff0d;border:1px solid var(--dark-border);border-radius:var(--radius-card);padding:1.6rem 1.4rem;text-align:center}.pillar-icon{display:block;font-size:1.4rem;color:var(--brand-light);margin-bottom:.7rem}.pillar-card h3{font-size:1rem;font-weight:600;color:var(--dark-text);margin-bottom:.4rem}.pillar-card p{font-size:.86rem;color:var(--dark-muted);line-height:1.6}.steps-vertical{flex-direction:column;gap:0;max-width:540px;margin:0 auto}.step-v{display:flex;align-items:flex-start;gap:1.2rem}.step-v .step-num{flex-shrink:0;margin-bottom:0}.step-v .step-content{padding-top:.55rem;text-align:left}.step-v .step-content p{max-width:none;margin:0}.step-connector-v{width:2px;height:28px;background:var(--line-strong);margin:.4rem 0 .4rem 20px}.duracion-note{max-width:600px;margin:3rem auto 0;background:#a14f3c0f;border:1px solid var(--line);border-radius:14px;padding:1.4rem 1.6rem}.duracion-note p{font-size:.95rem;color:var(--muted);line-height:1.75}.duracion-note strong{color:var(--text)}.section-cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}@media(max-width:860px){.two-col-section{grid-template-columns:1fr;gap:2rem}.pillars{grid-template-columns:1fr}}.cf-preview{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#ffffff0a;border:1px solid var(--dark-border);border-radius:var(--radius-card);padding:2.5rem 3rem;cursor:pointer;transition:background .2s,border-color .2s}.cf-preview:hover{background:#ffffff12;border-color:#a14f3c4d}.cf-preview-steps{display:flex;flex-direction:column;gap:.85rem}.cf-step{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff0a;border:1px solid var(--dark-border);border-radius:12px;transition:background .2s,border-color .2s}.cf-step:hover{background:#a14f3c1a;border-color:#a14f3c4d}.cf-num{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:700;color:var(--brand-light);flex-shrink:0;width:2rem}.cf-label{font-size:.9rem;color:var(--dark-muted);font-weight:500}@media(max-width:860px){.cf-preview{grid-template-columns:1fr;gap:2rem;padding:2rem}}.bases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.base-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.base-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.base-icon{width:48px;height:48px;border-radius:14px;background:#a14f3c17;display:flex;align-items:center;justify-content:center;color:var(--brand)}.base-icon svg{width:24px;height:24px}.base-card h3{font-size:1.1rem;font-weight:600;color:var(--text)}.base-card p{font-size:.9rem;color:var(--muted);line-height:1.7}.proceso-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.proceso-card{background:#ffffff0a;border:1px solid var(--dark-border);border-radius:var(--radius-card);padding:2rem;display:flex;gap:1.4rem;align-items:flex-start;transition:background .2s,border-color .2s}.proceso-card:hover{background:#a14f3c12;border-color:#a14f3c40}.proceso-num{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:700;color:var(--brand-light);line-height:1;flex-shrink:0;opacity:.7}.proceso-content h3{font-size:1rem;font-weight:600;color:var(--dark-text);margin-bottom:.5rem}.proceso-content p{font-size:.88rem;color:var(--dark-muted);line-height:1.7}.para-mi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 2rem;max-width:780px;margin:0 auto 3.5rem}.para-mi-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem}.para-mi-icon{width:28px;height:28px;color:var(--brand);opacity:.55;flex-shrink:0}.para-mi-icon svg{width:100%;height:100%}.para-mi-item p{font-size:.95rem;color:var(--muted);font-weight:500;line-height:1.5;margin:0}.para-mi-closing{text-align:center;max-width:580px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.8rem;padding-top:1rem;border-top:1px solid var(--line)}.para-mi-closing p{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1.15rem,2.2vw,1.45rem);color:var(--muted);line-height:1.65}@media(max-width:680px){.para-mi-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.2rem}}.proceso-interactive{max-width:780px;margin:0 auto}.proceso-tabs{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.proceso-tabs:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--dark-border)}.proceso-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.9rem .5rem 1.1rem;cursor:pointer;text-align:center;color:var(--dark-muted);transition:color .25s,border-color .25s;position:relative;z-index:1}.proceso-tab:hover{color:var(--dark-text)}.proceso-tab.active{color:var(--dark-text);border-bottom-color:var(--brand-light)}.proceso-tab-num{display:block;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;color:var(--brand-light);opacity:.4;line-height:1;margin-bottom:.35rem;transition:opacity .25s}.proceso-tab.active .proceso-tab-num{opacity:1}.proceso-tab-label{display:block;font-size:.78rem;font-weight:600;line-height:1.3}.proceso-desc-wrap{min-height:130px;padding:2.5rem 1rem 1.5rem;display:flex;align-items:center;justify-content:center}.proceso-desc{display:none;font-size:1.05rem;color:var(--dark-muted);line-height:1.85;text-align:center;max-width:560px}.proceso-desc.active{display:block;animation:procesoFadeIn .3s ease}@keyframes procesoFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.proceso-nav{display:flex;align-items:center;justify-content:center;gap:1.2rem}.proceso-nav-btn{width:38px;height:38px;border-radius:50%;background:#ffffff0d;border:1px solid var(--dark-border);color:var(--dark-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s;flex-shrink:0}.proceso-nav-btn svg{width:16px;height:16px}.proceso-nav-btn:hover:not(:disabled){background:#a14f3c2e;color:var(--dark-text);border-color:#a14f3c66}.proceso-nav-btn:disabled{opacity:.2;cursor:default}.proceso-dots{display:flex;align-items:center;gap:7px}.proceso-dot{width:6px;height:6px;border-radius:50%;background:var(--dark-border);transition:background .25s,transform .25s}.proceso-dot.active{background:var(--brand-light);transform:scale(1.4)}@media(max-width:600px){.proceso-tabs{grid-template-columns:repeat(2,1fr)}.proceso-tab-label{font-size:.72rem}}.pricing-pair{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;max-width:760px;margin:0 auto}.pricing-info-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:2rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-card)}.pricing-info-card h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;color:var(--text);margin:0;line-height:1.2}.pricing-info-card>p{font-size:.9rem;color:var(--muted);line-height:1.7;margin:0}.pricing-info-card-dark{background:#1f1a18;border-color:var(--dark-border)}.precio-display{display:flex;align-items:baseline;gap:.6rem}.precio-gratis{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--brand-light);line-height:1}.precio-sep{font-size:1.2rem;color:var(--dark-border)}.precio-euro{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--dark-text);line-height:1}@media(max-width:860px){.bases-grid,.proceso-grid{grid-template-columns:1fr}.pricing-pair{grid-template-columns:1fr;max-width:420px}}.precios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:1.5rem;align-items:start}.precio-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);padding:2rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-card);position:relative}.precio-card-featured{background:#1f1a18;border-color:var(--dark-border);color:var(--dark-text)}.precio-card-badge{position:absolute;top:-.65rem;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:.22rem .8rem;border-radius:var(--radius-pill);white-space:nowrap}.precio-card-price{display:flex;align-items:baseline;gap:.5rem}.precio-big{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:700;line-height:1;color:var(--brand)}.precio-card-featured .precio-big{color:var(--dark-text)}.precio-per{font-size:.88rem;color:var(--muted);font-weight:500}.precio-card-featured .precio-per{color:var(--dark-muted)}.precio-save{font-size:.8rem;font-weight:700;color:var(--green);background:#4a8c6f1f;border:1px solid rgba(74,140,111,.22);border-radius:6px;padding:.2rem .65rem;display:inline-block;width:fit-content}.precio-card h3{font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.3}.precio-card-featured h3{color:var(--dark-text)}.precio-card>p:not(.eyebrow){font-size:.9rem;color:var(--muted);line-height:1.7;flex:1}.precio-card-featured>p:not(.eyebrow){color:var(--dark-muted)}.precio-referral{background:#a14f3c0d;border:1px solid var(--line);border-radius:var(--radius-card);padding:1.6rem 2rem;display:flex;align-items:center;gap:1.5rem}.precio-referral-icon{width:48px;height:48px;border-radius:14px;background:#a14f3c1a;display:flex;align-items:center;justify-content:center;color:var(--brand);flex-shrink:0}.precio-referral-icon svg{width:24px;height:24px}.precio-referral h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.3rem}.precio-referral p{font-size:.9rem;color:var(--muted);line-height:1.6}.precio-referral strong{color:var(--brand-deep)}@media(max-width:860px){.precios-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.precio-referral{flex-direction:column;text-align:center;gap:1rem}}
