:root{--bg:#1a1a1c;--surface:#242426;--surface-alt:#1e1e20;--gold:#c9a962;--gold-dim:#c9a96226;--white:#f5f5f0;--gray:#aaa;--gray-dark:#666;--gray-darker:#333;--green:#6e9e6e;--green-bg:#1e2e1e;--green-surface:#2e3d2e;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 32px}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1cd9;border-bottom:1px solid #c9a9621a;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav.scrolled{background:#1a1a1cf2}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 32px;display:flex}.nav-logo{font-family:var(--font-display);color:var(--gold);letter-spacing:6px;font-size:24px;font-weight:300;text-decoration:none}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--gray);letter-spacing:.5px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{border-radius:6px;background:var(--gold)!important;color:var(--bg)!important;padding:8px 20px!important;font-weight:600!important}.nav-cta:hover{opacity:.9}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.nav-toggle span{background:var(--gold);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 32px 80px;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(circle,#c9a9620f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:1;position:relative}.hero-tag{color:var(--gray-dark);letter-spacing:4px;margin-bottom:32px;font-size:11px;font-weight:600}.hero-title{font-family:var(--font-display);color:var(--gold);letter-spacing:20px;font-size:clamp(64px,10vw,120px);font-weight:300;line-height:1.1}.hero-subtitle{font-family:var(--font-display);color:var(--white);letter-spacing:4px;margin-top:12px;font-size:clamp(20px,3vw,32px);font-weight:400}.hero-line{background:var(--gold);width:120px;height:1px;margin:32px auto}.hero-brands{color:var(--white);letter-spacing:2px;font-size:18px;font-weight:500}.hero-exp{color:var(--gray-dark);letter-spacing:2px;margin-top:8px;font-size:12px}.hero-actions{justify-content:center;gap:16px;margin-top:48px;display:flex}.hero-scroll{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:32px}.hero-scroll span{color:var(--gray-dark);letter-spacing:3px;text-transform:uppercase;font-size:10px}.hero-scroll-line{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:40px;animation:2s infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:1}}.btn{font-family:var(--font-body);letter-spacing:1px;cursor:pointer;border:none;border-radius:8px;padding:14px 32px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-gold{background:var(--gold);color:var(--bg)}.btn-gold:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-outline{color:var(--gold);border:1px solid var(--gold);background:0 0}.btn-outline:hover{background:var(--gold-dim)}.btn-full{text-align:center;width:100%;margin-top:16px}.btn-lg{padding:16px 40px;font-size:14px}.section{padding:100px 0}.section-alt{background:var(--surface-alt)}.section-tag{color:var(--gold);letter-spacing:4px;margin-bottom:16px;font-size:11px;font-weight:600}.section-title{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:clamp(28px,4vw,40px);font-weight:400}.section-desc{color:var(--gray);max-width:700px;margin-bottom:48px;font-size:14px;line-height:1.7}.section-desc strong{color:var(--gold)}.subsection-title{font-family:var(--font-display);color:var(--white);margin-top:48px;margin-bottom:24px;font-size:22px;font-weight:400}.quote{font-family:var(--font-display);color:var(--white);border:none;max-width:800px;margin-bottom:48px;font-size:clamp(22px,3vw,30px);font-style:italic;font-weight:300}.cards-row{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.card{background:var(--surface);border-radius:12px;padding:28px}.card-tag{color:var(--gold);letter-spacing:2px;margin-bottom:12px;font-size:10px;font-weight:600}.card-title{font-family:var(--font-display);color:var(--white);margin-bottom:8px;font-size:22px;font-weight:500}.card-desc{color:var(--gray);font-size:13px;line-height:1.6}.highlight-box{background:var(--green-bg);border-radius:8px;flex-wrap:wrap;align-items:center;gap:28px;padding:20px 28px;display:flex}.highlight-label{color:var(--green);letter-spacing:2px;font-size:10px;font-weight:600}.highlight-name{font-family:var(--font-display);color:var(--white);font-size:20px;font-weight:500}.highlight-detail{color:var(--gray);font-size:13px}.concepto-grid{grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;display:grid}.feature-item{color:var(--white);align-items:center;gap:12px;padding:8px 0;font-size:14px;display:flex}.dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.price-card{background:var(--surface);border-radius:12px;margin-bottom:16px;padding:24px}.price-main{font-family:var(--font-display);color:var(--white);margin:8px 0;font-size:32px;font-weight:500}.price-detail{color:var(--gray);font-size:13px}.price-usd{color:var(--gold);margin-top:8px;font-size:16px;font-weight:500}.track-card{background:var(--green-bg);border-radius:12px;padding:24px}.track-tag{color:var(--green);letter-spacing:2px;font-size:10px;font-weight:600}.track-years{font-family:var(--font-display);color:var(--white);margin:4px 0;font-size:40px;font-weight:500}.track-desc{color:var(--gray);font-size:13px;line-height:1.5}.track-link{color:var(--green);margin-top:8px;font-size:12px;font-weight:500;text-decoration:none;display:inline-block}.section-stack{background:linear-gradient(180deg, var(--bg) 0%, #141416 100%)}.stack-products{grid-template-columns:1fr 1fr 1fr;gap:24px;margin-top:48px;display:grid}.product-card{background:var(--surface);border:1px solid var(--gray-darker);border-radius:16px;padding:28px;transition:transform .2s,border-color .2s}.product-card:hover{border-color:#c9a9624d;transform:translateY(-4px)}.product-featured{border-color:#c9a96233}.product-icon{margin-bottom:16px}.product-badge{color:var(--gold);letter-spacing:3px;margin-bottom:4px;font-size:9px;font-weight:700}.product-name{font-family:var(--font-display);color:var(--white);margin-bottom:4px;font-size:28px;font-weight:500}.product-tagline{color:var(--gray);margin-bottom:20px;font-size:13px}.product-features{margin-bottom:24px;list-style:none}.product-features li{color:var(--gray);padding:5px 0 5px 16px;font-size:12px;position:relative}.product-features li:before{content:"";background:var(--gold);border-radius:50%;width:5px;height:5px;position:absolute;top:11px;left:0}.product-stats{border-top:1px solid var(--gray-darker);grid-template-columns:repeat(3,1fr);gap:12px;padding-top:20px;display:grid}.stat{text-align:center}.stat-num{font-family:var(--font-display);color:var(--gold);font-size:22px;font-weight:500;display:block}.stat-label{color:var(--gray-dark);font-size:10px}.product-price{color:var(--gold);border-top:1px solid var(--gray-darker);padding-top:16px;font-size:12px}.tech-layers{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.layer{background:var(--surface);border-radius:12px;padding:24px}.layer-num{font-family:var(--font-display);color:var(--gold);margin-bottom:8px;font-size:28px;font-weight:300}.layer-title{color:var(--white);margin-bottom:8px;font-size:14px;font-weight:600}.layer-desc{color:var(--gray);font-size:12px;line-height:1.6}.integration-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.integration-item{background:var(--surface);border:1px solid var(--gray-darker);border-radius:8px;flex-direction:column;gap:2px;padding:16px 20px;display:flex}.int-name{color:var(--white);font-size:13px;font-weight:600}.int-desc{color:var(--gray-dark);font-size:11px}.metrics-bar{background:var(--gold-dim);border:1px solid #c9a96226;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:64px;padding:32px;display:grid}.metric{text-align:center}.metric-num{font-family:var(--font-display);color:var(--gold);font-size:32px;font-weight:500;display:block}.metric-label{color:var(--gray);font-size:12px}.funnels-grid{grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;display:grid}.funnel-title{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:20px;font-weight:500}.funnel-label{color:var(--gray-dark);letter-spacing:1px;margin-top:4px;margin-bottom:8px;font-size:10px;font-weight:500}.funnel-label-green{color:var(--green);margin-top:12px}.funnel-stages{flex-direction:column;gap:8px;display:flex}.stage{background:var(--surface);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;display:flex}.stage-num{font-family:var(--font-display);color:var(--gold);min-width:24px;font-size:20px;font-weight:300}.stage-text{color:var(--white);font-size:13px}.stage-green{background:var(--green-surface);border:1px solid var(--green)}.stage-green .stage-num,.stage-green .stage-text{color:var(--green)}.mercado-grid{grid-template-columns:1fr 1fr;gap:48px;margin-top:32px;display:grid}.trend{margin-bottom:20px}.trend-info{justify-content:space-between;margin-bottom:8px;display:flex}.trend-label{color:var(--white);font-size:13px}.trend-pct{color:var(--gold);font-size:13px;font-weight:600}.trend-bar{background:var(--gray-darker);border-radius:4px;height:8px;overflow:hidden}.trend-fill{background:var(--gold);border-radius:4px;height:100%;transition:width 1s ease-out}.trend-fill-green{background:var(--green)}.bench-table{flex-direction:column;gap:8px;display:flex}.bench-row{background:var(--surface);border-radius:8px;justify-content:space-between;padding:12px 16px;display:flex}.bench-name{color:var(--white);font-size:13px;font-weight:500}.bench-fee{color:var(--gray);font-size:13px}.bench-highlight{background:var(--green-surface);border:1px solid var(--green)}.bench-highlight .bench-name,.bench-highlight .bench-fee{color:var(--green);font-weight:600}.models-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;display:grid}.model-card{background:var(--surface);border:1px solid var(--gray-darker);border-radius:16px;padding:28px 24px;position:relative}.model-featured{border:2px solid var(--gold)}.model-badge{background:var(--gold);color:var(--bg);letter-spacing:2px;border-radius:4px;padding:4px 12px;font-size:9px;font-weight:700;position:absolute;top:-12px;left:24px}.model-tag{color:var(--gray-dark);letter-spacing:3px;margin-bottom:8px;font-size:10px;font-weight:600}.model-featured .model-tag{color:var(--gold)}.model-name{font-family:var(--font-display);color:var(--white);margin-bottom:8px;font-size:22px;font-weight:500}.model-price{font-family:var(--font-display);color:var(--gold);font-size:32px;font-weight:500}.model-price span{font-size:16px}.model-monthly{color:var(--gray);margin-top:4px;font-size:13px}.model-divider{background:var(--gray-darker);height:1px;margin:16px 0}.model-details{margin-bottom:16px;list-style:none}.model-details li{color:var(--gray);padding:4px 0;font-size:12px}.model-for{color:var(--gray-dark);font-size:11px;font-style:italic}.models-note{text-align:center;color:var(--gray-dark);margin-top:24px;font-size:12px}.phases-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px;display:grid}.phase-card{background:var(--surface);border-radius:12px;padding:24px 20px}.phase-green{background:var(--green-bg)}.phase-num{color:var(--gold);letter-spacing:2px;margin-bottom:8px;font-size:10px;font-weight:600}.phase-green .phase-num{color:var(--green)}.phase-title{color:var(--white);margin-bottom:4px;font-size:15px;font-weight:600}.phase-week{color:var(--gold);margin-bottom:4px;font-size:12px}.phase-investment{font-family:var(--font-display);color:var(--white);margin-bottom:12px;font-size:20px;font-weight:500}.phase-green .phase-week{color:var(--green)}.phase-items{list-style:none}.phase-items li{color:var(--gray);padding:3px 0;font-size:12px}.pauta-table-wrap{margin-bottom:32px;overflow-x:auto}.pauta-table{border-collapse:collapse;width:100%}.pauta-table th{background:var(--gray-darker);color:var(--gold);text-align:left;letter-spacing:1px;padding:12px 16px;font-size:11px;font-weight:600}.pauta-table th:first-child{border-radius:8px 0 0}.pauta-table th:last-child{border-radius:0 8px 0 0}.pauta-table td{color:var(--gray);padding:10px 16px;font-size:12px}.pauta-table tbody tr:nth-child(odd){background:var(--surface)}.pauta-table tbody tr:nth-child(2n){background:var(--surface-alt)}.pauta-table .amount{color:var(--white);font-weight:600}.pauta-table .gold{color:var(--gold)}.pauta-table .row-highlight{background:var(--surface-alt)!important}.pauta-table tfoot td{background:var(--green-surface);color:var(--green);font-size:12px;font-weight:600}.pauta-table tfoot td:first-child{border-radius:0 0 0 8px}.pauta-table tfoot td:last-child{border-radius:0 0 8px}.platform-cards{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.platform-card{background:var(--surface);text-align:center;border-radius:10px;padding:20px}.platform-pct{font-family:var(--font-display);color:var(--white);font-size:28px;font-weight:500}.platform-name{color:var(--gold);letter-spacing:1px;font-size:11px;font-weight:600}.platform-target{color:var(--gray-dark);margin-top:2px;font-size:11px}.roi-grid{grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;display:grid}.roi-box{background:var(--surface);border-radius:12px;padding:28px}.roi-row{color:var(--gray);justify-content:space-between;padding:10px 0;font-size:13px;display:flex}.roi-val{color:var(--white);font-weight:600}.roi-gold{color:var(--gold)!important}.roi-divider{background:var(--gray-darker);height:1px;margin:8px 0}.roi-main{padding-top:16px}.roi-main span:first-child{color:var(--white);font-size:15px;font-weight:600}.roi-big{font-family:var(--font-display);color:var(--green);font-size:36px;font-weight:500}.step{color:var(--white);align-items:center;gap:12px;padding:10px 0;font-size:14px;display:flex}.step-num{font-family:var(--font-display);color:var(--gold);font-size:20px;font-weight:300}.section-cta{background:linear-gradient(135deg, #c9a96214 0%, var(--bg) 50%, #6e9e6e0f 100%);text-align:center;padding:120px 0}.cta-title{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:clamp(32px,5vw,48px);font-weight:400}.cta-desc{color:var(--gray);max-width:600px;margin:0 auto 40px;font-size:16px}.cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta-brands{color:var(--gray-dark);justify-content:center;align-items:center;gap:12px;margin-top:48px;font-size:16px;display:flex}.cta-x{color:var(--gold);font-size:20px}.footer{border-top:1px solid var(--gray-darker);padding:24px 0}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-logo{font-family:var(--font-display);color:var(--gold);letter-spacing:4px;font-size:18px;font-weight:300}.footer-copy{color:var(--gray-dark);margin-left:16px;font-size:11px}.footer-right{gap:24px;display:flex}.footer-right a{color:var(--gray);font-size:12px;text-decoration:none}.footer-right a:hover{color:var(--gold)}.fade-in{opacity:0;transition:all .6s ease-out;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.stack-products{grid-template-columns:1fr 1fr}.stack-products .product-card:last-child{grid-column:span 2}.tech-layers{grid-template-columns:1fr 1fr}.integration-grid{grid-template-columns:repeat(2,1fr)}.phases-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-links{background:var(--bg);flex-direction:column;gap:24px;padding:32px;display:none;position:fixed;inset:64px 0 0}.nav-links.open{display:flex}.nav-toggle{display:block}.cards-row,.concepto-grid,.funnels-grid,.mercado-grid,.models-grid,.roi-grid,.stack-products{grid-template-columns:1fr}.stack-products .product-card:last-child{grid-column:span 1}.tech-layers,.integration-grid,.metrics-bar,.platform-cards{grid-template-columns:1fr 1fr}.phases-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}.highlight-box{flex-direction:column;gap:8px}.footer-inner{text-align:center;flex-direction:column;gap:12px}}@media (max-width:480px){.tech-layers,.integration-grid,.metrics-bar,.platform-cards{grid-template-columns:1fr}}
