.content-body { padding: 0; }

.logo-section a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-logo {
  display: block;
  width: 208px;
  max-width: 100%;
  height: 40px;
  object-fit: contain;
}

.home-hero {
  background: linear-gradient(135deg, #192839 0%, #2C3E50 50%, #1a2634 100%);
  color: #fff;
  padding: 80px 24px 100px;
  text-align: center;
}
.home-hero-inner { max-width: 720px; margin: 0 auto; }
.home-hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  margin: 0 0 16px;
  color: #fff;
}
.home-hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin: 0 0 32px;
}
.home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.home-cta-primary {
  background: #fff;
  color: #192839;
}
.home-cta-primary:hover { background: #E3E7EB; color: #192839; }

.home-strap {
  background: #F7F9FA;
  padding: 20px 24px;
  text-align: center;
  border-bottom: 1px solid #E3E7EB;
}
.home-strap-inner { max-width: 900px; margin: 0 auto; }
.home-strap-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #545861;
}

.home-section { padding: 64px 24px 80px; }
.home-container { max-width: 1200px; margin: 0 auto; }
.home-section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
  color: #192839;
  text-align: center;
  margin: 0 0 12px;
}
.home-section-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #545861;
  text-align: center;
  margin: 0 0 48px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.home-features { background: #fff; }
.home-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.home-feature-card {
  background: #F7F9FA;
  border: 1px solid #E3E7EB;
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.home-feature-card:hover {
  border-color: #192839;
  box-shadow: 0 8px 24px rgba(25,40,57,0.08);
}
.home-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #192839;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.home-feature-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #192839;
  margin: 0 0 8px;
}
.home-feature-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #545861;
  line-height: 1.5;
  margin: 0;
}

.home-banner-alt {
  background: linear-gradient(90deg, #192839 0%, #2C3E50 100%);
  padding: 48px 24px;
  text-align: center;
}
.home-banner-alt-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgba(255,255,255,0.95);
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.home-domains { background: #F7F9FA; }
.home-domains-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.home-domain-card {
  background: #fff;
  border: 1px solid #E3E7EB;
  border-radius: 16px;
  padding: 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.home-domain-card:hover {
  border-color: #192839;
  box-shadow: 0 8px 24px rgba(25,40,57,0.08);
}
.home-domain-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #E8EDF2;
  color: #192839;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
.home-domain-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #192839;
  margin: 0 0 8px;
}
.home-domain-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #545861;
  line-height: 1.5;
  margin: 0;
}

.home-cta-banner {
  background: #192839;
  padding: 64px 24px;
  text-align: center;
}
.home-cta-banner-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin: 0 0 12px;
}
.home-cta-banner-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 24px;
}
.home-cta-banner .home-cta-primary {
  background: #fff;
  color: #192839;
}
.home-cta-banner .home-cta-primary:hover {
  background: #E3E7EB;
  color: #192839;
}

.footer {
  margin-top: 0;
  padding: 24px;
  border-top: 1px solid #E3E7EB;
  background: #fff;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #545861;
  margin: 0;
}
.footer a {
  color: #192839;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
