.Home-module__jKgjFW__main{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);transition:background-color var(--transition-normal), color var(--transition-normal)}.Home-module__jKgjFW__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex}.Home-module__jKgjFW__brandGroup{color:var(--text-primary);align-items:center;gap:1.25rem;text-decoration:none;display:flex}.Home-module__jKgjFW__logoBox{background-color:var(--accent-primary);border-radius:var(--radius-lg);color:#fff;width:44px;height:44px;box-shadow:0 4px 12px var(--accent-glow);justify-content:center;align-items:center;display:flex}.Home-module__jKgjFW__brandName{font-family:var(--font-serif);letter-spacing:-.02em;font-size:1.75rem;font-style:italic;font-weight:900}.Home-module__jKgjFW__navActions{align-items:center;gap:2.5rem;display:flex}.Home-module__jKgjFW__navLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.15em;transition:color var(--transition-fast);font-size:.8rem;font-weight:900;text-decoration:none}.Home-module__jKgjFW__navLink:hover{color:var(--accent-primary)}.Home-module__jKgjFW__themeToggle{background:var(--bg-card);border:2px solid var(--border-color);border-radius:var(--radius-xl);cursor:pointer;color:var(--text-primary);transition:all var(--transition-fast);justify-content:center;align-items:center;padding:.6rem;display:flex}.Home-module__jKgjFW__themeToggle:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.Home-module__jKgjFW__ctaButton{background-color:var(--accent-primary);color:#fff;border-radius:var(--radius-xl);text-transform:uppercase;letter-spacing:.1em;box-shadow:0 10px 20px -5px var(--accent-glow);transition:all var(--transition-normal);padding:.875rem 2rem;font-size:.85rem;font-weight:900;text-decoration:none}.Home-module__jKgjFW__ctaButton:hover{box-shadow:0 15px 30px -5px var(--accent-glow);transform:translateY(-3px)}.Home-module__jKgjFW__hero{text-align:center;max-width:1200px;margin:4rem auto;padding:4rem 1.5rem}.Home-module__jKgjFW__badge{background-color:var(--bg-secondary);border-radius:var(--radius-3xl);border:2px solid var(--border-color);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:.6rem 1.5rem;font-size:.8rem;font-weight:900;display:inline-flex}.Home-module__jKgjFW__title{font-size:clamp(2.5rem,6vw,4.5rem);font-family:var(--font-serif);letter-spacing:-.05em;margin-bottom:2.5rem;font-style:italic;font-weight:900;line-height:.9}.Home-module__jKgjFW__titleMain{color:var(--text-primary);display:block}.Home-module__jKgjFW__titleAccent{color:var(--accent-primary);display:block}.Home-module__jKgjFW__sentence{color:var(--text-secondary);max-width:850px;font-size:clamp(1rem,2vw,1.25rem);font-weight:500;font-family:var(--font-serif);margin:0 auto 4rem;font-style:italic;line-height:1.6}.Home-module__jKgjFW__focusText{color:var(--text-primary);border-bottom:3px solid var(--accent-light);padding-bottom:2px}.Home-module__jKgjFW__mainCta{background-color:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-3xl);box-shadow:0 20px 40px -10px var(--shadow-classic);align-items:center;gap:1.25rem;padding:1.5rem 3.5rem;font-size:1.1rem;font-weight:900;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Home-module__jKgjFW__mainCta:hover{box-shadow:0 30px 60px -15px var(--shadow-classic);background-color:var(--accent-primary);transform:translateY(-5px)}.Home-module__jKgjFW__signatureBox{background:var(--bg-card);border-radius:var(--radius-3xl);border:2px solid var(--border-color);max-width:950px;box-shadow:0 40px 80px -20px var(--shadow-classic);text-align:left;margin:6rem auto 0;padding:4rem;position:relative;overflow:hidden}.Home-module__jKgjFW__signatureBox:before{content:"";background:var(--accent-primary);width:6px;height:100%;position:absolute;top:0;left:0}.Home-module__jKgjFW__sigTop{font-size:1.75rem;font-family:var(--font-serif);color:var(--text-primary);font-weight:900;line-height:1.1}.Home-module__jKgjFW__sigEmphasis{border-bottom:6px solid var(--accent-glow);padding-bottom:4px}.Home-module__jKgjFW__sigBottom{font-size:1.75rem;font-family:var(--font-sans);text-transform:uppercase;color:var(--accent-primary);letter-spacing:.05em;margin-top:.75rem;font-weight:900}.Home-module__jKgjFW__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:8rem auto 6rem;padding:0 1.5rem;display:grid}.Home-module__jKgjFW__featureCard{background-color:var(--bg-card);border-radius:var(--radius-2xl);border:2px solid var(--border-color);text-align:center;padding:3rem 2rem;transition:all .3s}.Home-module__jKgjFW__featureCard:hover{border-color:var(--accent-primary);box-shadow:0 20px 40px -10px var(--accent-glow);transform:translateY(-8px)}.Home-module__jKgjFW__featureIcon{color:var(--accent-primary);justify-content:center;margin-bottom:1.5rem;display:flex}.Home-module__jKgjFW__featureTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.4rem;font-weight:900}.Home-module__jKgjFW__featureDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.Home-module__jKgjFW__featuresGrid{grid-template-columns:1fr}.Home-module__jKgjFW__navActions{display:none}.Home-module__jKgjFW__sigTop,.Home-module__jKgjFW__sigBottom{font-size:1.75rem}}
