/**
 * HANZO Home Page - Fresh Design
 * Clean, confident, B2B-ready
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Outfit:wght@400;500;600;700&display=swap');

/* Hero - full bleed, background image + overlay */
.hanzo-home-hero {
  margin-top: 72px;
  min-height: calc(100vh - 72px);
  min-height: calc(100dvh - 72px);
  display: flex;
  align-items: center;
  padding: 3rem 0 4rem;
  background-image: linear-gradient(180deg, rgba(250, 251, 252, 0.92) 0%, rgba(241, 243, 245, 0.88) 50%, rgba(250, 251, 252, 0.95) 100%),
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(18, 58, 109, 0.2), transparent 50%),
    url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1920');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.hanzo-home-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230B1F3A' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.8;
}
.hanzo-home-hero-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0B1F3A;
}
.hanzo-home-hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  color: #64748b;
  max-width: 32rem;
}
.hanzo-home-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 14px;
  transition: all 0.25s ease;
  min-height: 48px;
}
.hanzo-home-hero-cta-primary {
  background: linear-gradient(135deg, #F0B64D 0%, #D89B2B 100%);
  color: #0B1F3A;
  border: none;
  box-shadow: 0 4px 20px rgba(216, 155, 43, 0.35);
}
.hanzo-home-hero-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(216, 155, 43, 0.45);
  color: #0B1F3A;
}
.hanzo-home-hero-cta-outline {
  background: transparent;
  color: #0B1F3A;
  border: 2px solid #0B1F3A;
}
.hanzo-home-hero-cta-outline:hover {
  background: #0B1F3A;
  color: #F0B64D;
  border-color: #0B1F3A;
}

/* Trust badges - inline under hero */
.hanzo-home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  padding: 2rem 0;
  border-top: 1px solid #e2e8f0;
  margin-top: 3rem;
}
.hanzo-home-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #475569;
  font-weight: 500;
}
.hanzo-home-trust-item i {
  color: #D89B2B;
  font-size: 1.25rem;
}

/* Section titles */
.hanzo-home-section-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #0B1F3A;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}

/* Categories - bento-style cards */
.hanzo-home-categories {
  padding: 5rem 0;
  background: #fff;
}
.hanzo-home-cat-card {
  display: block;
  height: 100%;
  min-height: 180px;
  padding: 1.75rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0B1F3A 0%, #123A6D 100%);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.hanzo-home-cat-card::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(240,182,77,0.15) 0%, transparent 70%);
  border-radius: 0 0 0 100%;
}
.hanzo-home-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(11, 31, 58, 0.3);
}
.hanzo-home-cat-icon {
  font-size: 2rem;
  color: #F0B64D;
  margin-bottom: 0.75rem;
}
.hanzo-home-cat-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.hanzo-home-cat-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

/* How it works - horizontal timeline feel */
.hanzo-home-steps {
  padding: 5rem 0;
  background: #f8fafc;
}
.hanzo-home-step {
  padding: 1.75rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: all 0.25s ease;
}
.hanzo-home-step:hover {
  border-color: #D89B2B;
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.08);
}
.hanzo-home-step-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #F0B64D 0%, #D89B2B 100%);
  color: #0B1F3A;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.hanzo-home-step-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #0B1F3A;
  margin-bottom: 0.5rem;
}
.hanzo-home-step-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.5;
}

/* Estimate CTA block */
.hanzo-home-estimate {
  padding: 5rem 0;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.hanzo-home-estimate-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(11, 31, 58, 0.06);
}

/* Dark footer strip */
.hanzo-home-cta-strip {
  padding: 4rem 0;
  background: linear-gradient(135deg, #0B1F3A 0%, #123A6D 100%);
  text-align: center;
}
.hanzo-home-cta-strip h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}
.hanzo-home-cta-strip p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.5rem;
}
