:root{--cream: #F9F8F4;--cream-dark: #F0EDE5;--stone-900: #1c1917;--stone-800: #292524;--stone-700: #44403c;--stone-600: #57534e;--stone-500: #78716c;--stone-400: #a8a29e;--stone-300: #d6d3d1;--stone-200: #e7e5e4;--stone-100: #f5f5f4;--gold: #C5A059;--gold-light: #d4b76a;--gold-dark: #a68542;--success: #22c55e;--error: #ef4444;--info: #3b82f6;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px rgba(0,0,0,.07);--shadow-lg: 0 10px 25px rgba(0,0,0,.1);--shadow-xl: 0 20px 50px rgba(0,0,0,.15);--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--cream);color:var(--stone-800);line-height:1.6;-webkit-font-smoothing:antialiased}img,video,iframe{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--stone-900)}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}h2{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.3}.text-lg{font-size:1.125rem;line-height:1.75}.text-base{font-size:1rem;line-height:1.6}.text-sm{font-size:.875rem;line-height:1.5}.text-xs{font-size:.75rem;line-height:1.4}.meta-label{font-size:.65rem;font-weight:800;letter-spacing:.25em;text-transform:uppercase;color:var(--stone-500)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--space-md)}.section{padding:var(--space-3xl) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:600;font-size:.9375rem;transition:all .2s ease;white-space:nowrap}.btn--primary{background-color:var(--stone-900);color:var(--cream)}.btn--primary:hover{background-color:var(--stone-800);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--outline{border:1px solid var(--stone-300);color:var(--stone-700)}.btn--outline:hover{border-color:var(--stone-900);color:var(--stone-900)}.btn--ghost{color:var(--stone-600)}.btn--ghost:hover{color:var(--stone-900);background-color:#0000000d}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;padding:var(--space-md);transition:all .3s ease;background-color:#f9f8f4d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.header--transparent{background-color:transparent;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header__nav{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:baseline;gap:var(--space-xs);text-decoration:none}.header__logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;color:var(--stone-900)}.header__logo-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}.header__links{display:flex;align-items:center;gap:var(--space-lg)}.header__links a:not(.btn){font-size:.9375rem;font-weight:500;color:var(--stone-600);transition:color .2s}.header__links a:not(.btn):hover{color:var(--stone-900)}@media (max-width: 768px){.header__links{display:none}}.hero{min-height:100vh;display:flex;align-items:center;padding-top:var(--space-3xl);position:relative;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 20%,rgba(197,160,89,.08) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(197,160,89,.05) 0%,transparent 40%);pointer-events:none}.hero__content{max-width:640px;position:relative;z-index:10;padding-left:var(--space-xl)}.hero__badge{display:inline-flex;align-items:center;gap:var(--space-sm);background:#c5a0591a;border:1px solid rgba(197,160,89,.2);padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--gold-dark)}.hero__badge-dot{width:8px;height:8px;background:var(--gold);border-radius:50%;animation:pulse-glow 2s ease-in-out infinite}.hero__title{margin-top:var(--space-lg);margin-bottom:var(--space-lg)}.hero__title--gold{color:var(--gold);display:block}.hero__subtitle{font-size:1.25rem;color:var(--stone-600);margin-bottom:var(--space-xl);max-width:500px;line-height:1.7}.hero__input-wrapper{display:flex;gap:var(--space-sm);margin-bottom:var(--space-lg);background:#fff;padding:6px;border-radius:var(--radius-full);box-shadow:0 4px 20px #00000014,0 0 0 1px #00000008;border:1px solid var(--stone-200);transition:all .3s ease}.hero__input-wrapper:focus-within{box-shadow:0 4px 25px #c5a05926,0 0 0 2px #c5a05933;border-color:var(--gold-light)}.hero__input{flex:1;border:none;padding:0 var(--space-md);font-size:1rem;outline:none;border-radius:var(--radius-full);background:transparent}.hero__cta{flex-shrink:0}.hero__social-proof{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.hero__avatars{display:flex}.hero__avatar{width:36px;height:36px;border-radius:50%;border:2px solid var(--cream);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff;margin-right:-10px;box-shadow:var(--shadow-sm)}.hero__avatar:last-child{margin-right:0}.hero__proof-text{font-size:.9rem;color:var(--stone-600)}.hero__proof-text strong{color:var(--stone-900)}.hero__proof-rating{display:block;color:var(--gold);font-size:.8rem;margin-top:2px}.hero__demo-link{display:inline-flex;align-items:center;gap:var(--space-sm);color:var(--stone-500);font-size:.9rem;font-weight:500;transition:all .2s ease;padding:0;background:none;border:none;cursor:pointer}.hero__demo-link:hover{color:var(--stone-900)}.hero__demo-link svg{padding:6px;background:var(--stone-100);border-radius:50%;width:28px;height:28px}.hero-preview{position:absolute;top:50%;right:-2%;transform:translateY(-50%);width:52vw;height:75vh;z-index:1}.hero-preview__browser{width:100%;height:100%;background:#fff;border-radius:var(--radius-xl);box-shadow:0 25px 80px #0000001f,0 0 0 1px #00000008;overflow:hidden;position:relative}.hero-preview__chrome{position:absolute;top:0;left:0;right:0;height:44px;background:var(--stone-100);border-bottom:1px solid var(--stone-200);z-index:5;display:flex;align-items:center;padding:0 var(--space-md);gap:var(--space-md)}.hero-preview__dots{display:flex;gap:6px}.hero-preview__dots span{width:12px;height:12px;border-radius:50%;background:var(--stone-300)}.hero-preview__dots span:nth-child(1){background:#ff5f57}.hero-preview__dots span:nth-child(2){background:#ffbd2e}.hero-preview__dots span:nth-child(3){background:#28c840}.hero-preview__url{flex:1;background:#fff;border-radius:var(--radius-sm);padding:4px 12px;font-size:.75rem;color:var(--stone-500);max-width:240px}.hero-preview__content{position:absolute;top:44px;left:0;right:0;bottom:0;overflow:hidden;transition:transform .1s linear}.preview-dashboard{padding:var(--space-md);background:var(--cream);min-height:200%}.preview-dashboard__header{background:#fff;border-radius:var(--radius-md);padding:var(--space-md);margin-bottom:var(--space-md);display:flex;align-items:center;gap:var(--space-md);box-shadow:var(--shadow-sm)}.preview-dashboard__timer{background:var(--stone-100);padding:6px 12px;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;color:var(--stone-700)}.preview-dashboard__title{flex:1;font-weight:600;font-size:.9rem;color:var(--stone-800)}.preview-dashboard__progress{width:120px;height:6px;background:var(--stone-200);border-radius:3px;overflow:hidden}.preview-dashboard__progress-bar{height:100%;background:var(--gold);border-radius:3px;transition:width .3s ease}.preview-dashboard__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.preview-card{background:#fff;border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm)}.preview-card__icon{font-size:1.25rem;margin-bottom:var(--space-xs)}.preview-card__title{font-size:.75rem;font-weight:600;color:var(--stone-700);margin-bottom:var(--space-sm)}.preview-card__content{display:flex;flex-direction:column;gap:6px}.preview-shimmer{height:8px;background:linear-gradient(90deg,var(--stone-100) 25%,var(--stone-200) 50%,var(--stone-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.preview-card__flip-cards{display:flex;gap:6px}.mini-flip-card{background:var(--cream);padding:4px 8px;border-radius:4px;font-size:.65rem;font-weight:500;color:var(--stone-600)}.preview-card__options{display:flex;flex-direction:column;gap:6px}.mini-option{height:24px;background:var(--stone-100);border-radius:4px}.mini-option--selected{background:#c5a05933;border:1px solid var(--gold)}.hero-preview__float{position:absolute;background:#fff;padding:8px 14px;border-radius:var(--radius-full);box-shadow:0 8px 25px #0000001a;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:6px;white-space:nowrap;z-index:10}.hero-preview__float span{font-size:1rem}.hero-preview__float--1{top:15%;left:-80px}.hero-preview__float--2{bottom:25%;left:-60px}.hero-preview__float--3{top:30%;right:-40px}.features__header{text-align:center;margin-bottom:var(--space-3xl);max-width:600px;margin-left:auto;margin-right:auto}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-xl)}.feature-card{padding:var(--space-xl);background:#fff;border-radius:var(--radius-lg);border:1px solid var(--stone-100);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--gold-light)}.feature-card__icon{width:48px;height:48px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:var(--space-md)}.feature-card__title{font-size:1.25rem;margin-bottom:var(--space-sm)}.feature-card__description{color:var(--stone-600);font-size:.9375rem}.how-it-works__header{text-align:center;margin-bottom:var(--space-3xl)}.step{display:flex;align-items:center;gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.step:nth-child(2n){flex-direction:row-reverse}.step__content{flex:1}.step__visual{flex:1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.step__number{font-family:var(--font-heading);font-size:4rem;color:var(--gold);opacity:.3;line-height:1;display:block;margin-bottom:var(--space-sm)}.step__title{font-size:2rem;margin-bottom:var(--space-sm)}.step__description{font-size:1.125rem;color:var(--stone-600)}.pricing__header{text-align:center;margin-bottom:var(--space-3xl)}.pricing__toggle{display:flex;align-items:center;justify-content:center;gap:var(--space-md);margin-top:var(--space-lg);font-weight:500}.toggle{width:48px;height:28px;background:var(--stone-200);border-radius:99px;position:relative;transition:.3s}.toggle[aria-pressed=true]{background:var(--stone-900)}.toggle__knob{position:absolute;left:2px;top:2px;width:24px;height:24px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px #0000001a}.toggle[aria-pressed=true] .toggle__knob{transform:translate(20px)}.pricing__save{background:var(--gold);color:#fff;font-size:.7rem;padding:.1rem .4rem;border-radius:var(--radius-sm);margin-left:var(--space-xs);text-transform:uppercase}.pricing__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);align-items:center}.pricing-card{background:#fff;padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid var(--stone-200);text-align:center;position:relative}.pricing-card--highlighted{border-color:var(--gold);box-shadow:var(--shadow-xl);transform:scale(1.05);z-index:10}.pricing-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gold);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em}.pricing-card__name{font-size:1.5rem;margin-bottom:var(--space-sm)}.pricing-card__price{font-family:var(--font-heading);color:var(--stone-900);margin-bottom:var(--space-md);display:flex;align-items:baseline;justify-content:center}.pricing-card__currency{font-size:1.5rem;font-weight:600;margin-right:2px}.pricing-card__amount{font-size:3rem;font-weight:700}.pricing-card__period{color:var(--stone-500);font-size:1rem}.pricing-card__description{color:var(--stone-500);margin-bottom:var(--space-lg);min-height:3rem}.pricing-card__features{list-style:none;text-align:left;margin-bottom:var(--space-xl)}.pricing-card__features li{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);color:var(--stone-700);font-size:.9375rem}.pricing-card__check{color:var(--success);width:18px;height:18px}@media (max-width: 900px){.hero{flex-direction:column;padding-top:100px;height:auto;min-height:auto}.hero__content{padding-left:var(--space-md);padding-right:var(--space-md);text-align:center;max-width:100%}.hero__input-wrapper{margin-left:auto;margin-right:auto;max-width:500px;flex-direction:column;border-radius:var(--radius-lg);padding:var(--space-sm)}.hero__input{padding:var(--space-md);text-align:center}.hero__cta{width:100%;justify-content:center}.hero__social-proof{justify-content:center}.hero__demo-link{justify-content:center;width:100%}.hero-preview{display:none}.pricing__cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-card--highlighted{order:-1;transform:none}.step{flex-direction:column!important;gap:var(--space-lg)}.testimonials__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:var(--space-xl);text-align:center}.footer__social{justify-content:center}}.testimonials__header{text-align:center;margin-bottom:var(--space-3xl)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.testimonial-card{background:#fff;border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid var(--stone-100);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:var(--space-md)}.testimonial-card__star{width:16px;height:16px;color:var(--gold)}.testimonial-card__quote{font-size:1rem;line-height:1.7;color:var(--stone-700);margin-bottom:var(--space-lg);font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:var(--space-md)}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff}.testimonial-card__name{font-weight:600;color:var(--stone-900);font-size:.9375rem}.testimonial-card__role{color:var(--stone-500);font-size:.8rem}.faq__header{text-align:center;margin-bottom:var(--space-3xl)}.faq__list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--stone-200)}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) 0;font-size:1.125rem;font-weight:500;color:var(--stone-900);text-align:left;cursor:pointer;background:none;border:none;font-family:inherit;transition:color .2s ease}.faq-item__question:hover{color:var(--gold)}.faq-item__icon{width:24px;height:24px;color:var(--stone-400);transition:transform .3s ease;flex-shrink:0}.faq-item--open .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item--open .faq-item__answer{max-height:300px;padding-bottom:var(--space-lg)}.faq-item__answer p{color:var(--stone-600);line-height:1.7}.footer{background:var(--stone-900);color:var(--stone-300);padding:var(--space-3xl) 0 var(--space-xl);margin-top:var(--space-3xl)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.footer__logo{display:inline-flex;align-items:baseline;gap:var(--space-xs);text-decoration:none;margin-bottom:var(--space-md)}.footer__logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;color:#fff}.footer__logo-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}.footer__tagline{color:var(--stone-400);font-size:.9rem;line-height:1.6;margin-bottom:var(--space-lg);max-width:280px}.footer__social{display:flex;gap:var(--space-md)}.footer__social a{width:40px;height:40px;border-radius:50%;background:var(--stone-800);display:flex;align-items:center;justify-content:center;color:var(--stone-400);transition:all .2s ease}.footer__social a:hover{background:var(--gold);color:#fff}.footer__heading{font-family:var(--font-body);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:var(--space-lg)}.footer__links{list-style:none}.footer__links li{margin-bottom:var(--space-sm)}.footer__links a{color:var(--stone-400);font-size:.9rem;transition:color .2s ease;display:inline-flex;align-items:center;gap:var(--space-xs)}.footer__links a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-xl);border-top:1px solid var(--stone-800);font-size:.85rem;color:var(--stone-500)}.footer__powered a{color:var(--gold)}.footer__powered a:hover{text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #c5a0594d}50%{box-shadow:0 0 25px #c5a05999}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards;opacity:0}.float{animation:float 6s ease-in-out infinite}.shimmer{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2s infinite}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.spin{animation:spin 1s linear infinite}.gradient-animated{background-size:200% 200%;animation:gradient-shift 5s ease infinite}.bounce-subtle{animation:bounce-subtle 2s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}[data-animate]{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}[data-animate].visible{opacity:1;transform:translateY(0)}
