.home-hero{background:linear-gradient(135deg, var(--color-bg) 0%, var(--color-white) 100%);padding-top:var(--space-24);padding-bottom:var(--space-20)}.home-hero-title{max-width:700px;margin-bottom:var(--space-4)}.home-hero-subtitle{max-width:550px;margin-bottom:var(--space-8)}.home-hero-actions{gap:var(--space-4);margin-bottom:var(--space-12);flex-wrap:wrap;display:flex}.home-stats{gap:var(--space-6);grid-template-columns:repeat(4,1fr);max-width:600px;display:grid}.home-stat{flex-direction:column;display:flex}.home-stat-value{font-size:var(--text-3xl);color:var(--color-text-primary);font-weight:700;line-height:1}.home-stat-label{font-size:var(--text-sm);color:var(--color-text-tertiary);margin-top:var(--space-1)}@media (max-width:640px){.home-hero{padding-top:var(--space-16);padding-bottom:var(--space-12)}.home-stats{grid-template-columns:repeat(2,1fr)}}.home-features{background:var(--color-white)}.home-features-grid{max-width:900px;margin:0 auto}.home-feature-card{text-align:center;align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.home-feature-icon{font-size:2rem}.home-countries{background:var(--color-bg)}.home-country-grid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));max-width:800px;margin:0 auto;display:grid}.home-country-card{text-align:center;padding:var(--space-5);transition:border-color .15s,transform .15s}.home-country-card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.home-country-code{font-size:var(--text-2xl);color:var(--color-text-primary);margin-bottom:var(--space-1);font-weight:700}.home-country-name{font-size:var(--text-sm);color:var(--color-text-primary);font-weight:500}.home-country-vat{font-size:var(--text-xs);color:var(--color-text-tertiary);margin-top:var(--space-1)}.home-countries-more{text-align:center;margin-top:var(--space-6)}.home-countries-more a{color:var(--color-accent);font-weight:500}.home-countries-more a:hover{text-decoration:underline}.home-cta-card{background:var(--color-primary);color:var(--color-text-inverse);padding:var(--space-12);text-align:center;border:none;max-width:600px;margin:0 auto}.home-cta-card .h2{color:var(--color-text-inverse);margin-bottom:var(--space-3)}.home-cta-card .body-large{color:#ffffffbf;margin-bottom:var(--space-6)}
