*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--coral:#FF6B6B;--coral-light:#FFE8E8;--teal:#4ECDC4;--teal-light:#E8F8F7;--yellow:#FFE66D;--yellow-light:#FFF5D6;--purple:#9B5DE5;--white:#FFFFFF;--gray-50:#FAFAFA;--gray-100:#F5F5F5;--gray-200:#EEEEEE;--gray-400:#AAAAAA;--gray-600:#666666;--gray-800:#333333;--gray-900:#111111;--font-base:16px;--font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 4px 16px rgba(0,0,0,.08);--shadow-lg:0 8px 32px rgba(0,0,0,.1);--transition:all .3s cubic-bezier(.25,.8,.25,1)}html{scroll-behavior:smooth;font-size:var(--font-base)}body{font-family:var(--font-family);color:var(--gray-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}a:hover{color:var(--teal)}ul{list-style:none}::selection{background:var(--coral-light);color:var(--gray-900)}.container{max-width:1140px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-100)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:var(--coral);letter-spacing:-.5px}.nav-links{display:flex;gap:32px}@media(max-width:768px){.nav-links{display:none}}.nav-links a{font-size:.9rem;font-weight:500;color:var(--gray-600);transition:var(--transition)}.nav-links a:hover{color:var(--coral)}.btn-nav{display:inline-block;padding:8px 20px;border:1.5px solid var(--coral);color:var(--coral);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:var(--transition)}.btn-nav:hover{background:var(--coral);color:var(--white)}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg-svg{position:absolute;inset:0;z-index:0}.hero-bg-svg svg{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:2;text-align:center;padding:24px;max-width:720px}.hero-eyebrow{display:inline-block;padding:6px 16px;background:rgba(255,107,107,.1);color:var(--coral);border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:var(--gray-900);letter-spacing:-1.5px;line-height:1.1;margin-bottom:20px}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--gray-600);max-width:560px;margin:0 auto 32px;font-weight:400;line-height:1.7}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-block;padding:14px 36px;background:var(--coral);color:var(--white);border-radius:var(--radius-md);font-weight:600;font-size:1rem;transition:var(--transition);box-shadow:0 4px 14px rgba(255,107,107,.3);border:none;cursor:pointer}.btn-primary:hover{background:#e55a5a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,107,.4);color:var(--white)}.btn-ghost{display:inline-block;padding:14px 36px;background:transparent;color:var(--gray-800);border:1.5px solid var(--gray-300);border-radius:var(--radius-md);font-weight:500;font-size:1rem;transition:var(--transition)}.btn-ghost:hover{background:var(--gray-100);border-color:var(--gray-400);color:var(--gray-800)}.scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:2;opacity:.5;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.section-header{text-align:center;max-width:640px;margin:0 auto 56px}.section-tag{display:inline-block;padding:6px 16px;background:var(--coral-light);color:var(--coral);border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.section-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:var(--gray-900);letter-spacing:-.5px;line-height:1.2;margin-bottom:16px}.section-desc{font-size:1.1rem;color:var(--gray-600);line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:900px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.feature-grid{grid-template-columns:1fr}}.feature-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:40px 28px;text-align:center;transition:var(--transition);border:1px solid transparent}.feature-card:hover{background:var(--white);border-color:var(--coral-light);box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-icon{height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:var(--gray-900)}.feature-card p{font-size:.95rem;color:var(--gray-600);line-height:1.6}.about{background:var(--gray-50)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:40px}}.about-illustration{display:flex;align-items:center;justify-content:center}.about-svg{width:100%;max-width:400px;height:auto}.about-content .section-header{text-align:left;margin-bottom:24px}.about-content p{font-size:1.05rem;color:var(--gray-600);line-height:1.8;margin-bottom:24px}.quote{background:var(--white);border-left:4px solid var(--coral);padding:24px 28px;margin-top:32px;border-radius:0 var(--radius-md) var(--radius-md) 0;box-shadow:var(--shadow-sm)}.quote p{font-size:1.1rem;font-style:italic;color:var(--gray-800);line-height:1.6}.quote cite{display:block;margin-top:12px;font-size:.9rem;font-weight:500;color:var(--coral);font-style:normal}.values{background:var(--white)}.values-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:900px){.values-content{grid-template-columns:1fr}}.values-illustration{display:flex;align-items:center;justify-content:center}.values-svg{width:100%;max-width:400px;height:auto}.values-text p{font-size:1.05rem;color:var(--gray-600);line-height:1.8;margin-top:16px}.cta-section{background:linear-gradient(135deg,var(--coral-light),var(--teal-light));text-align:center}.cta-content h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:16px}.cta-content p{font-size:1.1rem;color:var(--gray-600);margin-bottom:32px}.newsletter{background:var(--gray-900);text-align:center}.newsletter-content{max-width:540px;margin:0 auto}.newsletter-title{color:var(--white);margin-bottom:16px;font-size:clamp(1.5rem,3vw,2rem)}.newsletter-desc{color:var(--gray-400);margin-bottom:32px;font-size:1rem}.newsletter-form{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:16px}@media(max-width:480px){.newsletter-form{flex-direction:column;align-items:stretch}}.newsletter-form input{flex:1;min-width:200px;padding:14px 20px;border:1.5px solid var(--gray-600);border-radius:var(--radius-sm);background:transparent;color:var(--white);font-size:1rem;transition:var(--transition);font-family:var(--font-family)}.newsletter-form input::placeholder{color:var(--gray-400)}.newsletter-form input:focus{outline:none;border-color:var(--teal)}.btn-submit{padding:14px 28px;background:var(--coral);color:var(--white);border:none;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:var(--transition);font-size:1rem;font-family:var(--font-family)}.btn-submit:hover{background:#e55a5a}.newsletter-note{color:var(--gray-600);font-size:.8rem}.site-footer{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:64px 0 24px}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:48px;margin-bottom:48px}@media(max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center}}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--coral)}.footer-brand p{color:var(--gray-600);margin-top:8px;font-size:.9rem}.footer-links{display:flex;gap:64px}@media(max-width:600px){.footer-links{gap:32px}}.footer-col h4{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--gray-900);margin-bottom:16px}.footer-col ul li{margin-bottom:10px}.footer-col a{color:var(--gray-600);font-size:.9rem;transition:var(--transition)}.footer-col a:hover{color:var(--coral)}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid var(--gray-200)}.footer-bottom p{font-size:.8rem;color:var(--gray-400)}