*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #fafaf9;--color-text: #1c1917;--color-text-secondary: #57534e;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-border: #e7e5e4;--color-surface: #ffffff;--color-surface-alt: #f5f5f4;--color-accent: #dbeafe;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--max-width: 900px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.landing{--navy: #1C2541;--navy-dark: #0F1629;--lavender: #E5E9F2;--lavender-light: #F0F4FA;--coral: #F5B5A0;--coral-dark: #E8A08B;--white: #ffffff;--gray: #6B7280;min-height:100vh;background:var(--lavender);overflow-x:hidden}.landing-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:#e5e9f2e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(28,37,65,.08)}.header-logo{display:flex;align-items:center;gap:.5rem}.header-logo img{height:32px}.header-logo span{font-size:1rem;font-weight:700;letter-spacing:.15em;color:var(--navy)}.landing-nav{display:flex;align-items:center;gap:1.5rem}.landing-nav a{font-size:.9rem;font-weight:500;color:var(--navy);opacity:.7;transition:opacity .2s}.landing-nav a:hover{opacity:1}.nav-cta{background:var(--navy)!important;color:var(--white)!important;opacity:1!important;padding:.5rem 1rem;border-radius:6px;font-weight:600!important;transition:background .2s!important}.nav-cta:hover{background:var(--navy-dark)!important}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:6rem 4rem 4rem 8rem;background:linear-gradient(135deg,var(--navy) 55%,var(--navy-dark) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(ellipse,rgba(245,181,160,.15) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:600px;color:var(--white)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;color:var(--coral);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:50px;margin-bottom:1.5rem}.hero-badge:before{content:"";width:8px;height:8px;background:var(--coral);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:5rem;font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-subtitle{font-size:1.35rem;line-height:1.7;color:#ffffffb3;margin-bottom:2.5rem;max-width:500px}.hero-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.cta-primary{display:inline-flex;align-items:center;gap:.6rem;background:var(--coral);color:var(--navy)!important;font-size:1.1rem;font-weight:700;padding:1rem 1.75rem;border-radius:12px;transition:all .2s;box-shadow:0 4px 20px #f5b5a04d}.cta-primary:hover{background:var(--coral-dark);transform:translateY(-2px);box-shadow:0 6px 25px #f5b5a066}.cta-icon{display:flex}.cta-number{font-size:1.25rem;font-weight:600;color:#fffc;letter-spacing:.02em}.hero-visual{position:relative;z-index:1;flex-shrink:0}.hero-cards{position:relative;width:420px;height:320px}.hero-card{position:absolute;width:380px;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000004d;transition:transform .4s ease}.hero-card--back{top:0;left:0;transform:rotate(-6deg);z-index:1}.hero-card--front{top:30px;left:40px;transform:rotate(4deg);z-index:2}.hero-cards:hover .hero-card--back{transform:rotate(-10deg) translate(-20px)}.hero-cards:hover .hero-card--front{transform:rotate(8deg) translate(20px)}.features{padding:5rem 4rem;background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.25rem;font-weight:800;color:var(--navy);letter-spacing:-.02em;margin-bottom:.5rem}.section-header p{font-size:1.05rem;color:var(--gray)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1000px;margin:0 auto}.feature-card{background:var(--lavender-light);border-radius:14px;padding:1.5rem;transition:all .2s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1c254114}.feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:10px;margin-bottom:1rem;color:var(--navy)}.feature-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.feature-card p{font-size:.85rem;color:var(--gray);line-height:1.5}.pricing{padding:5rem 4rem;background:var(--lavender)}.section-header--light h2{color:var(--white)}.section-header--light p{color:#fff9}.pricing-card{max-width:380px;margin:0 auto;background:var(--white);border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 40px #1c25411a}.pricing-amount{display:flex;align-items:flex-start;justify-content:center;gap:.15rem;margin-bottom:1.5rem}.pricing-currency{font-size:1.5rem;font-weight:700;color:var(--navy);margin-top:.5rem}.pricing-value{font-size:4rem;font-weight:800;color:var(--navy);line-height:1}.pricing-period{font-size:1rem;color:var(--gray);margin-top:2rem}.pricing-features{text-align:left;margin-bottom:1.5rem;columns:2;column-gap:1rem}.pricing-features li{padding:.4rem 0;font-size:.85rem;color:var(--navy);break-inside:avoid}.pricing-features li:before{content:"✓";color:var(--coral);font-weight:700;margin-right:.5rem}.pricing-cta{display:block;width:100%;background:var(--coral);color:var(--navy)!important;font-size:1rem;font-weight:700;padding:.9rem;border-radius:10px;transition:all .2s}.pricing-cta:hover{background:var(--coral-dark)}.pricing-note{margin-top:.75rem;font-size:.8rem;color:var(--gray)}.landing-footer{background:var(--navy-dark);color:var(--white);padding:2rem 4rem}.footer-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-brand img{height:28px}.footer-brand span{font-size:.9rem;font-weight:700;letter-spacing:.15em}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#fff9;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-copy{font-size:.8rem;color:#fff6}.chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000}.chat-fab{width:96px;height:96px;border-radius:50%;background:var(--coral);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 30px #f5b5a080;transition:all .2s;overflow:hidden}.chat-fab:hover{transform:scale(1.05);box-shadow:0 8px 35px #f5b5a099}.chat-fab img{width:84px;height:84px;object-fit:contain}.chat-fab svg{color:var(--navy)}.chat-window{position:absolute;bottom:110px;right:0;width:360px;height:480px;background:var(--white);border-radius:16px;box-shadow:0 10px 50px #1c254133;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--navy);color:var(--white)}.chat-header img{width:56px;height:56px;border-radius:50%;object-fit:cover;background:var(--lavender)}.chat-header-info{flex:1}.chat-header-info h3{font-size:.95rem;font-weight:600;margin:0}.chat-header-info span{font-size:.75rem;opacity:.7}.chat-close{background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;opacity:.7;transition:opacity .2s;line-height:1;padding:.25rem}.chat-close:hover{opacity:1}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:var(--lavender-light)}.chat-message{max-width:85%;padding:.75rem 1rem;border-radius:16px;font-size:.9rem;line-height:1.5;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-message--assistant{background:var(--white);color:var(--navy);align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000d}.chat-message--user{background:var(--navy);color:var(--white);align-self:flex-end;border-bottom-right-radius:4px}.chat-message--typing{display:flex;gap:4px;padding:1rem}.chat-message--typing span{width:8px;height:8px;background:var(--gray);border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.chat-message--typing span:nth-child(1){animation-delay:-.32s}.chat-message--typing span:nth-child(2){animation-delay:-.16s}.chat-message--typing span:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-input-wrap{display:flex;gap:.5rem;padding:1rem;background:var(--white);border-top:1px solid var(--lavender)}.chat-input{flex:1;padding:.75rem 1rem;border:1px solid var(--lavender);border-radius:10px;font-size:.9rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:var(--coral)}.chat-send{background:var(--coral);color:var(--navy);border:none;border-radius:10px;padding:0 1rem;font-weight:600;cursor:pointer;transition:background .2s}.chat-send:hover{background:var(--coral-dark)}.chat-send:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1000px){.hero{padding:6rem 3rem 4rem 4rem}.hero-title{font-size:3.5rem}.hero-cards{width:340px;height:260px}.hero-card{width:300px}}@media(max-width:768px){.landing-header{padding:.75rem 1rem}.landing-nav a:not(.nav-cta){display:none}.hero{flex-direction:column;text-align:center;padding:7rem 2rem 3rem;gap:2rem}.hero-content{max-width:100%}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.1rem;max-width:100%}.hero-cta{justify-content:center}.hero-visual{order:-1}.hero-cards{width:280px;height:200px}.hero-card{width:240px}.hero-card--back{transform:rotate(-4deg)}.hero-card--front{top:20px;left:30px;transform:rotate(3deg)}.features,.pricing{padding:3rem 1.5rem}.features-grid{grid-template-columns:1fr}.pricing-features{columns:1}.landing-footer{padding:1.5rem}.footer-content{flex-direction:column;text-align:center}.chat-window{width:calc(100vw - 2rem);right:-.5rem}}@media(max-width:480px){.hero-title{font-size:2.25rem}.cta-primary{font-size:1rem;padding:.85rem 1.5rem}.chat-fab{width:72px;height:72px}.chat-fab img{width:63px;height:63px}.hero-cards{width:240px;height:180px}.hero-card{width:200px}}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fafaf9e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-size:.9rem;font-weight:500;color:var(--color-text-secondary);transition:color .2s}.nav a:hover{color:var(--color-text)}.btn{display:inline-block;font-weight:600;font-size:.95rem;border-radius:8px;padding:.7rem 1.5rem;transition:all .2s;cursor:pointer;text-align:center}.btn-sm{padding:.45rem 1rem;font-size:.85rem;background:var(--color-primary);color:#fff;border-radius:6px}.btn-sm:hover{background:var(--color-primary-hover);color:#fff}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-ghost{background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border)}.btn-ghost:hover{background:var(--color-surface);color:var(--color-text)}.btn-lg{padding:.9rem 2rem;font-size:1.05rem}.hero{padding:10rem 0 5rem;text-align:center}.hero h1{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--color-text)}.hero-sub{font-size:1.2rem;color:var(--color-text-secondary);max-width:540px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.social-proof{padding:3rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);text-align:center}.social-proof-text{font-size:1rem;color:var(--color-text-secondary);font-weight:500;letter-spacing:.02em}.features{padding:6rem 0}.features h2{font-family:var(--font-serif);font-size:2.25rem;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 4px 20px #0000000f;transform:translateY(-2px)}.feature-icon{font-size:1.75rem;margin-bottom:.75rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.92rem;color:var(--color-text-secondary);line-height:1.6}.how-it-works{padding:6rem 0;background:var(--color-surface-alt)}.how-it-works h2{font-family:var(--font-serif);font-size:2.25rem;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.steps{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.step{display:flex;gap:1.5rem;align-items:flex-start}.step-num{flex-shrink:0;width:40px;height:40px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.step h3{font-size:1.1rem;font-weight:600;margin-bottom:.35rem}.step p{font-size:.95rem;color:var(--color-text-secondary);line-height:1.6}.pricing{padding:6rem 0}.pricing h2{font-family:var(--font-serif);font-size:2.25rem;text-align:center;margin-bottom:.75rem;letter-spacing:-.02em}.pricing-sub{text-align:center;color:var(--color-text-secondary);margin-bottom:3rem;font-size:1.05rem}.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.price-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;text-align:center;position:relative}.price-card.featured{border-color:var(--color-primary);box-shadow:0 4px 24px #2563eb1f}.price-card .badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.price-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.price{font-size:2.75rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.03em}.price span{font-size:1rem;font-weight:400;color:var(--color-text-secondary)}.price-card ul{margin-bottom:1.5rem;text-align:left}.price-card li{padding:.4rem 0;font-size:.9rem;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border)}.price-card li:last-child{border-bottom:none}.price-card .btn{width:100%}.cta{padding:6rem 0;background:var(--color-surface-alt);text-align:center}.cta h2{font-family:var(--font-serif);font-size:2.25rem;margin-bottom:.75rem;letter-spacing:-.02em}.cta p{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.05rem}.footer{padding:4rem 0 2rem;border-top:1px solid var(--color-border)}.footer-inner{display:flex;justify-content:space-between;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-brand .logo{display:inline-block;margin-bottom:.5rem}.footer-brand p{font-size:.9rem;color:var(--color-text-secondary)}.footer-links{display:flex;gap:4rem}.footer-links h4{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;color:var(--color-text)}.footer-links a{display:block;font-size:.9rem;color:var(--color-text-secondary);padding:.25rem 0;transition:color .2s}.footer-links a:hover{color:var(--color-text)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:1.5rem}.footer-bottom p{font-size:.8rem;color:var(--color-text-secondary)}@media(max-width:768px){.nav{gap:1rem}.nav a:not(.btn){display:none}.hero{padding:8rem 0 4rem}.hero h1{font-size:2.25rem}.hero-sub{font-size:1.05rem}.feature-grid{grid-template-columns:1fr}.price-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.footer-inner{flex-direction:column;gap:2rem}.footer-links{gap:2rem}}@media(max-width:480px){.hero h1{font-size:1.85rem}.hero-actions{flex-direction:column;align-items:center}}.legal{padding:8rem 0 4rem}.legal-container{max-width:720px}.legal h1{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.legal-updated{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:3rem}.legal section{margin-bottom:2.5rem}.legal h2{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.legal h3{font-size:1.05rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem}.legal p{color:var(--color-text-secondary);line-height:1.75;margin-bottom:.75rem}.legal ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}.legal li{color:var(--color-text-secondary);line-height:1.75;padding:.15rem 0}.legal a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.legal a:hover{color:var(--color-primary-hover)}
