* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; font-size: 16px; }
h1, h2, h3, h4 { font-family: 'Georgia', 'Times New Roman', serif; font-weight: 700; line-height: 1.25; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.section-inner { max-width: 1160px; margin: 0 auto; padding: 68px 24px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.lead-narrow { max-width: 680px; margin: 16px auto 0; }

.top-bar-inner { max-width: 1200px; margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.top-bar-links a { font-size: 12px; }
.top-bar .sep { margin: 0 10px; opacity: 0.4; }

.header-inner { max-width: 1200px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 40px; height: 40px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; flex-shrink: 0; font-family: Georgia, serif; }
.logo-text { font-size: 19px; font-weight: 700; display: flex; flex-direction: column; line-height: 1.2; font-family: Georgia, serif; }
.logo-text small { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; opacity: 0.7; }
.header-nav { display: flex; gap: 30px; }
.nav-link { font-size: 14px; font-weight: 600; font-family: Arial, sans-serif; }
.btn-nav-cta { padding: 11px 22px; border-radius: 3px; font-size: 13px; font-weight: 700; white-space: nowrap; }

.hero { position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; }
.hero-inner { position: relative; max-width: 1200px; margin: 0 auto; padding: 90px 24px; max-width: 640px; }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; display: inline-block; margin-bottom: 16px; }
.hero h1 { font-size: 40px; margin-bottom: 20px; }
.hero-lead { font-size: 17px; margin-bottom: 30px; }
.hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-primary, .btn-secondary, .btn-outline { display: inline-block; padding: 14px 26px; border-radius: 3px; font-weight: 700; font-size: 15px; }
.btn-primary.large { padding: 16px 32px; font-size: 16px; white-space: nowrap; }

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 32px 24px; }
.trust-item { text-align: center; display: flex; flex-direction: column; gap: 4px; }
.trust-item strong { font-size: 17px; font-family: Georgia, serif; }
.trust-item span { font-size: 13px; }

.section-products h2 { font-size: 30px; margin-top: 10px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.product-card { border-radius: 8px; overflow: hidden; display: block; }
.product-card img { width: 100%; height: 150px; object-fit: cover; }
.product-body { padding: 18px; }
.product-body h3 { font-size: 16px; margin-bottom: 8px; }
.product-body p { font-size: 13px; line-height: 1.5; }

.section-cases .split { display: grid; grid-template-columns: 460px 1fr; gap: 56px; align-items: center; }
.split-media img { border-radius: 8px; }
.section-cases h2 { font-size: 28px; margin: 14px 0 16px; }
.section-cases p { font-size: 15px; margin-bottom: 20px; }
.check-list { list-style: none; margin-bottom: 26px; }
.check-list li { font-size: 14px; padding-left: 24px; position: relative; margin-bottom: 10px; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; font-weight: 800; }

.section-partners h2 { font-size: 28px; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.partner-card { padding: 22px; border-radius: 6px; text-align: center; font-weight: 700; font-size: 15px; font-family: Georgia, serif; }

.section-quote .quote-wrap { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.section-quote h2 { font-size: 28px; margin: 10px 0; }
.section-quote p { font-size: 15px; max-width: 480px; }

.site-footer { padding: 56px 24px 0; }
.footer-nav-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col .logo-text { font-size: 18px; margin-bottom: 4px; }
.footer-col h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.footer-col a { font-size: 14px; }
.footer-col p { font-size: 13px; line-height: 1.6; }
.footer-nav-bottom { max-width: 1160px; margin: 0 auto; padding: 20px 24px; font-size: 13px; text-align: center; }

.footer-inner { max-width: 900px; margin: 0 auto; padding: 24px; text-align: center; }
.footer-bottom { max-width: 900px; margin: 0 auto; padding: 24px; font-size: 13px; text-align: center; }

@media (max-width: 900px) {
  .hero-inner { max-width: 100%; padding: 60px 24px; }
  .hero h1 { font-size: 30px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-cases .split { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-nav-inner { grid-template-columns: repeat(2, 1fr); }
  .header-nav { display: none; }
  .section-quote .quote-wrap { flex-direction: column; align-items: flex-start; }
}
