@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: hsl(30, 30%, 98%);--foreground: hsl(340, 20%, 15%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(340, 20%, 15%);--primary: hsl(340, 45%, 35%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(340, 30%, 92%);--secondary-foreground: hsl(340, 45%, 25%);--muted: hsl(30, 20%, 94%);--muted-foreground: hsl(340, 10%, 45%);--accent: hsl(340, 60%, 45%);--accent-foreground: hsl(0, 0%, 100%);--border: hsl(340, 20%, 88%);--gradient-hero: linear-gradient(135deg, hsl(340, 45%, 35%) 0%, hsl(340, 60%, 45%) 50%, hsl(350, 50%, 55%) 100%);--gradient-warm: linear-gradient(180deg, hsl(30, 30%, 98%) 0%, hsl(340, 30%, 96%) 100%);--gradient-card: linear-gradient(145deg, hsl(0, 0%, 100%) 0%, hsl(340, 30%, 98%) 100%);--shadow-soft: 0 4px 24px -4px hsla(340, 45%, 35%, .12);--shadow-glow: 0 0 40px hsla(340, 45%, 35%, .15);--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;line-height:1.2}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.container-sm{max-width:800px}.container-md{max-width:1000px}.text-gradient{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.font-serif{font-family:Playfair Display,Georgia,serif}.italic{font-style:italic}section{padding:6rem 1rem}.bg-background{background-color:var(--background)}.bg-gradient-warm{background:var(--gradient-warm)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-warm);position:relative;overflow:hidden;padding:5rem 1rem}.hero-decoration{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.hero-decoration-1{top:5rem;left:2.5rem;width:18rem;height:18rem;background:#81314c0d}.hero-decoration-2{bottom:5rem;right:2.5rem;width:24rem;height:24rem;background:#b82e5c0d}.hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:10}@media (min-width: 1024px){.hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.hero-text{text-align:center}@media (min-width: 1024px){.hero-text{text-align:left}}.hero-tagline{color:var(--muted-foreground);font-size:1.125rem;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-style:italic}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media (min-width: 768px){.hero-title{font-size:3.5rem}}@media (min-width: 1024px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:1rem;font-family:Playfair Display,serif;font-style:italic}@media (min-width: 768px){.hero-subtitle{font-size:1.5rem}}.hero-card{background:var(--card);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-soft);border:1px solid hsla(340,20%,88%,.5);margin-bottom:2rem}.hero-card p{color:var(--muted-foreground);line-height:1.7}.hero-card strong{color:var(--foreground)}.hero-features{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;justify-content:center}@media (min-width: 1024px){.hero-features{justify-content:flex-start}}.hero-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.hero-feature svg{width:1rem;height:1rem;color:var(--primary)}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero-buttons{flex-direction:row}}@media (min-width: 1024px){.hero-buttons{justify-content:flex-start}}.hero-book{display:flex;justify-content:center;position:relative}@media (min-width: 1024px){.hero-book{justify-content:flex-end}}.hero-book-shadow{position:absolute;top:0;right:0;bottom:0;left:0;background:#81314c4d;filter:blur(60px);border-radius:var(--radius-2xl);transform:translateY(2rem) scale(.9)}.hero-book-img{position:relative;max-width:320px;border-radius:var(--radius-lg);box-shadow:var(--shadow-glow);transition:transform .5s ease}@media (min-width: 768px){.hero-book-img{max-width:380px}}.hero-book-img:hover{transform:scale(1.02) rotate(1deg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--radius-xl);cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.btn-primary{background:var(--gradient-hero);color:var(--primary-foreground);box-shadow:var(--shadow-soft)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--primary-foreground)}.btn-xl{padding:1.25rem 2.5rem;font-size:1.125rem}.btn svg{width:1.25rem;height:1.25rem;transition:transform .3s ease}.btn:hover svg{transform:translate(4px)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.section-title{font-size:2.5rem}}@media (min-width: 1024px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.25rem;color:var(--muted-foreground)}.card{background:var(--gradient-card);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-soft);border:1px solid hsla(340,20%,88%,.5)}.card-highlight{background:#f1e4e980;border:1px solid hsla(340,45%,35%,.2)}.card-primary{background:var(--gradient-hero);color:var(--primary-foreground);box-shadow:var(--shadow-glow)}.problem-cards{display:flex;flex-direction:column;gap:2rem}.problem-card{font-size:1.125rem;line-height:1.7;color:var(--muted-foreground)}.problem-card strong{color:var(--foreground)}.problem-card .highlight{color:var(--primary);font-weight:500}.what-is-grid{display:grid;gap:2rem}@media (min-width: 768px){.what-is-grid{grid-template-columns:1fr 1fr}}.what-is-list{list-style:none}.what-is-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.what-is-icon{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.what-is-icon-no{background:var(--muted)}.what-is-icon-yes{background:#fff3}.what-is-icon svg{width:1rem;height:1rem}.what-is-quote{text-align:center;font-size:1.125rem;color:var(--muted-foreground);margin-top:3rem;font-family:Playfair Display,serif;font-style:italic}.features-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow)}.feature-icon{width:3rem;height:3rem;border-radius:var(--radius-lg);background:var(--gradient-hero);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon svg{width:1.5rem;height:1.5rem;color:var(--primary-foreground)}.feature-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;font-family:Inter,sans-serif}.feature-desc{font-size:.875rem;color:var(--muted-foreground)}.benefits-list{display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s ease}.benefit-item:hover{box-shadow:var(--shadow-glow)}.benefit-icon{width:3rem;height:3rem;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.benefit-text{font-size:1.125rem}.topics-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.topic-tag{padding:.625rem 1.25rem;background:var(--secondary);border-radius:9999px;font-weight:500;color:var(--secondary-foreground);transition:all .3s ease}.topic-tag:hover{background:var(--primary);color:var(--primary-foreground)}.application-quote{text-align:center;font-size:1.125rem}.application-quote strong{color:var(--primary)}.diff-grid{display:grid;gap:1rem;margin-bottom:3rem}@media (min-width: 640px){.diff-grid{grid-template-columns:repeat(2,1fr)}}.diff-item{display:flex;align-items:center;gap:1rem;padding:1.5rem}.diff-item svg{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0}.diff-item p{font-weight:500}.diff-highlight{text-align:center;font-size:1.25rem;font-family:Playfair Display,serif}.diff-highlight strong{font-weight:700}.results-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.result-item{display:flex;align-items:center;gap:1rem}.result-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gradient-hero);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.result-item:hover .result-icon{transform:scale(1.1)}.result-icon svg{width:1.25rem;height:1.25rem;color:var(--primary-foreground)}.result-text{font-size:1.25rem;font-weight:500}.results-quote{text-align:center;font-size:1.5rem;font-weight:700;font-family:Playfair Display,serif;font-style:italic}.cta{position:relative;overflow:hidden}.cta-decoration-1{position:absolute;top:0;left:25%;width:24rem;height:24rem;background:#81314c0d;border-radius:50%;filter:blur(60px)}.cta-decoration-2{position:absolute;bottom:0;right:25%;width:18rem;height:18rem;background:#b82e5c0d;border-radius:50%;filter:blur(60px)}.cta-card{position:relative;z-index:10;max-width:48rem;margin:0 auto;background:var(--card);border-radius:var(--radius-2xl);padding:2rem;box-shadow:var(--shadow-glow);border:1px solid hsla(340,20%,88%,.5);text-align:center}@media (min-width: 768px){.cta-card{padding:3rem}}.cta-icon{width:4rem;height:4rem;border-radius:var(--radius-xl);background:var(--gradient-hero);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.cta-icon svg{width:2rem;height:2rem;color:var(--primary-foreground)}.cta-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.cta-title{font-size:2.25rem}}.cta-subtitle{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:1.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.cta-book-quote{background:#f1e4e980;border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:2rem}.cta-book-quote p:first-child{font-family:Playfair Display,serif;font-style:italic;margin-bottom:.5rem}.cta-book-quote p:last-child{font-size:.875rem;color:var(--muted-foreground)}.cta-message{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.pricing-block{background:var(--gradient-card);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:2rem;border:1px solid hsla(340,20%,88%,.5)}.pricing-label{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.pricing-amount{font-size:2.5rem;font-weight:700}@media (min-width: 768px){.pricing-amount{font-size:3rem}}.pricing-currency{font-size:1.125rem;color:var(--muted-foreground)}.payment-methods{border-top:1px solid hsla(340,20%,88%,.5);padding-top:1rem;margin-top:1rem}.payment-methods-label{font-size:.75rem;color:var(--muted-foreground);margin-bottom:.75rem}.payment-methods-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.payment-method{background:var(--card);border-radius:var(--radius);padding:.5rem .75rem;font-size:.75rem;font-weight:500;border:1px solid hsla(340,20%,88%,.3)}.cta-note{font-size:.875rem;color:var(--muted-foreground);margin-top:1.5rem}footer{padding:2rem 1rem;background:var(--background);border-top:1px solid var(--border);text-align:center}footer p{font-size:.875rem;color:var(--muted-foreground)}.floating-cta{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;opacity:0;transform:translateY(20px);transition:all .3s ease;pointer-events:none}.floating-cta.visible{opacity:1;transform:translateY(0);pointer-events:auto}.floating-cta .btn{box-shadow:0 4px 20px #81314c66}.floating-cta .btn:hover{box-shadow:0 6px 30px #81314c80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease forwards}.animate-fade-in-left{animation:fadeInLeft .6s ease forwards}.animate-fade-in-right{animation:fadeInRight .6s ease forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}[data-animate]{opacity:0}[data-animate].animated{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/1/assets/citas-claras-landing.css.map */
