
:root {
  --ink: #182033;
  --muted: #667085;
  --line: #d9e0e8;
  --paper: #fffdf8;
  --soft: #f4f7f9;
  --accent: #d94841;
  --accent-2: #167a74;
  --gold: #d69c2f;
  --blue: #275d8c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #f6f5ef; letter-spacing: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.topbar { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(24,32,51,.12); backdrop-filter: blur(14px); }
.nav { max-width: 1180px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; font-size: 20px; }
.brand-mark { width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(135deg, var(--accent), var(--gold)); display: grid; place-items: center; color: #fff; font-weight: 900; }
.navlinks { margin-left: auto; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.navlinks a { text-decoration: none; color: #344054; font-size: 14px; font-weight: 700; }
.hero { max-width: 1180px; margin: 0 auto; padding: 42px 20px 28px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 28px; align-items: center; }
.hero h1 { font-size: clamp(38px, 5.3vw, 72px); line-height: .96; margin: 0 0 18px; letter-spacing: 0; max-width: 780px; }
.lead { color: #445066; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; max-width: 760px; margin: 0 0 22px; }
.hero-media { position: relative; min-height: 440px; border-radius: 8px; overflow: hidden; background: #ddd; box-shadow: 0 20px 50px rgba(35, 42, 62, .16); }
.hero-media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.hero-badge { position: absolute; left: 18px; bottom: 18px; right: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
.hero-badge span, .pill { background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.7); padding: 8px 10px; border-radius: 999px; font-weight: 800; font-size: 13px; color: #223047; }
.finder { max-width: 1180px; margin: 0 auto 32px; padding: 0 20px; }
.finder-panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 16px 40px rgba(32, 40, 60, .08); }
.finder-grid { display: grid; grid-template-columns: repeat(5, minmax(140px, 1fr)); gap: 12px; }
label { display: grid; gap: 6px; font-weight: 800; color: #2f3a4d; font-size: 13px; }
select, input { width: 100%; min-height: 46px; border: 1px solid #cfd8e3; border-radius: 8px; padding: 0 12px; background: #fbfcfd; color: var(--ink); font: inherit; }
.button { min-height: 46px; border: 0; border-radius: 8px; background: var(--accent); color: #fff; font-weight: 900; padding: 0 18px; cursor: pointer; display: inline-grid; place-items: center; text-decoration: none; }
.button.secondary { background: var(--accent-2); }
.section { max-width: 1180px; margin: 0 auto; padding: 34px 20px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
h2 { font-size: clamp(26px, 3vw, 40px); margin: 0; letter-spacing: 0; }
.section-head p, .muted { color: var(--muted); line-height: 1.55; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.topic { min-height: 210px; position: relative; overflow: hidden; border-radius: 8px; color: #fff; text-decoration: none; display: flex; align-items: end; background: #263244; }
.topic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.03); }
.topic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.66)); }
.topic span { position: relative; z-index: 1; padding: 18px; font-weight: 900; font-size: 20px; text-shadow: 0 2px 12px rgba(0,0,0,.25); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.product { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.product img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #eee; }
.product-body { padding: 14px; display: grid; gap: 10px; flex: 1; }
.product h3 { margin: 0; font-size: 17px; line-height: 1.25; letter-spacing: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags span { border: 1px solid #d8e0e8; background: #f7f9fb; border-radius: 999px; padding: 5px 8px; color: #475467; font-size: 12px; font-weight: 800; }
.product .button { margin-top: auto; width: 100%; }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 20px; }
.copy { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.copy p, .copy li { color: #4d596d; line-height: 1.7; }
.copy ul { padding-left: 20px; }
.legal-page { max-width: 860px; margin: 0 auto; }
.legal-page h1 { margin: 0 0 18px; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: 0; }
.legal-page h2 { margin: 28px 0 10px; font-size: clamp(21px, 2.2vw, 28px); }
.email-image { display: inline-block; width: min(496px, calc(100% - 72px)); height: auto; vertical-align: middle; margin: 0 0 0 6px; }
.site-preview { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 16px 40px rgba(32, 40, 60, .08); }
.site-preview img { width: 100%; height: auto; display: block; }
.seo-list { columns: 3 240px; column-gap: 28px; }
.seo-list a { display: block; break-inside: avoid; color: #245982; padding: 6px 0; text-decoration: none; font-weight: 750; }
.notice { border-top: 1px solid var(--line); color: #667085; font-size: 13px; line-height: 1.55; padding-top: 14px; }
footer { margin-top: 40px; background: #1d2533; color: #eef2f6; }
footer .section { padding-top: 26px; padding-bottom: 26px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
footer a { color: #fff; text-decoration: none; font-weight: 750; }
.breadcrumb { max-width: 1180px; margin: 0 auto; padding: 18px 20px 0; color: #667085; font-size: 13px; }
.breadcrumb a { color: #245982; text-decoration: none; font-weight: 800; }
@media (max-width: 900px) {
  .hero, .split { grid-template-columns: 1fr; }
  .hero-media { min-height: 320px; }
  .hero-media img { min-height: 320px; }
  .finder-grid { grid-template-columns: repeat(2, 1fr); }
  .nav { align-items: flex-start; flex-direction: column; }
  .navlinks { margin-left: 0; }
}
@media (max-width: 560px) {
  .finder-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 28px; }
  .section { padding: 26px 16px; }
  .nav { padding: 12px 16px; }
}

.product h3 a { text-decoration: none; }
.product-image-link { display: block; overflow: hidden; }
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.product-detail { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; align-items: center; }
.product-detail-media { border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 40px rgba(32, 40, 60, .08); }
.product-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-copy h1 { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.02; margin: 14px 0 16px; letter-spacing: 0; }
@media (max-width: 900px) { .product-detail { grid-template-columns: 1fr; } }
