:root{--primary:#1a1a1a;--primary-hover:#8b7355;--primary-dark:#1a1a1a;--error:#dc3545;--error-hover:#c82333;--text:#2d2d2d;--text-secondary:#6a6a6a;--text-tertiary:#999;--background:#fff;--background-secondary:#f5f5f0;--background-hover:#e9e9e9;--border:#e0e0d8;--accent:#8b7355;--success:#28a745;--warning:#ffc107;--info:#17a2b8;--disabled:#ccc;--white:#fff;--black:#1a1a1a;--click-me-color:#1cb640;--click-me-color-hover:#218838;--marker-level-1:#009969;--marker-level-2:#0b8961;--marker-level-3:#15795a;--marker-level-4:#1f6b53;--marker-level-5:#285d4c}.hero{text-align:center;background-color:var(--background-secondary);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative}.hero__title{letter-spacing:-.02em;color:var(--primary);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,8vw,6.5rem);font-weight:300;line-height:1.1}.hero__title .emphasis{font-style:italic;font-weight:600;display:block}.hero__subtitle{color:var(--text-secondary);letter-spacing:.01em;max-width:600px;margin:0 auto 3rem;font-size:clamp(1.1rem,2vw,1.3rem);font-weight:300}.hero__cta{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:inline-flex}.hero__scroll{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.hero__scroll .arrow{background:linear-gradient(to bottom,transparent,var(--text-secondary));width:1px;height:40px;animation:2s ease-in-out infinite scrollIndicator}@keyframes scrollIndicator{0%,to{opacity:0;transform:translateY(-10px)}50%{opacity:1;transform:translateY(0)}}.btn{cursor:pointer;letter-spacing:.02em;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn--primary{background-color:var(--primary);color:var(--background-secondary)}.btn--primary:hover{background-color:var(--accent);transform:translateY(-2px)}.btn--secondary{color:var(--primary);border:1px solid var(--primary);background-color:#0000}.btn--secondary:hover{background-color:var(--primary);color:var(--background-secondary);transform:translateY(-2px)}.features{background-color:#fff;padding:8rem 2rem}.features .featuresImage{border-radius:20px;margin:0 auto;display:block;box-shadow:-30px -30px #00000001}.features__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;margin-top:4rem;display:grid}.features__item{text-align:center}.features__item .icon{width:48px;height:48px;color:var(--accent);margin:0 auto 1.5rem}.features__item h3{color:var(--primary);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600}.features__item p{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.section-title{text-align:center;color:var(--primary);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:300}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:1.1rem auto;font-size:1.1rem}.audience{background-color:var(--background-secondary);padding:8rem 2rem}.audience__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;display:grid}.audience__card{text-align:center;border:1px solid var(--border);background:#fff;padding:3rem 2rem;transition:transform .3s,box-shadow .3s}.audience__card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000014}.audience__card .icon{width:56px;height:56px;color:var(--accent);margin:0 auto 1.5rem}.audience__card h3{color:var(--primary);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600}.audience__card p{color:var(--text-secondary);line-height:1.8}.cta{background-color:var(--primary);text-align:center;color:var(--background-secondary);padding:8rem 2rem}.cta .section-title{color:var(--background-secondary)}.cta .section-subtitle{color:#ffffffb3;margin-bottom:3rem}.cta .btn--primary{background-color:var(--background-secondary);color:var(--primary)}.cta .btn--primary:hover{background-color:var(--accent);color:var(--background-secondary)}.footer{background-color:var(--primary);color:#fff9;text-align:center;padding:3rem 2rem;font-size:.9rem}.footer p{margin-bottom:.5rem}.footer a{color:var(--background-secondary);text-decoration:none;transition:color .3s}.footer a:hover{color:var(--accent)}.footer__links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1rem;display:flex}.footer__links a{border-radius:4px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.footer__links a:hover{background-color:#ffffff1a}@media (max-width:768px){.hero{padding:3rem 1.5rem}.hero__cta{flex-direction:column;width:100%}.hero__cta .btn{width:100%}.features,.audience,.cta{padding:5rem 1.5rem}.features__grid,.audience__cards{gap:3rem}}
