:root {
  --primary: #2457aa;
  --primary-dark: #1a3f80;
  --navy: #000b1c;
  --navy-2: #02112b;
  --accent: #ffd200;
  --bg-light: #f6f9ff;
  --bg-light2: #e9eef6;
  --text: #1c2733;
  --text-muted: #656c76;
  --text-faint: #8d9297;
  --radius: 4px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}

h1, h2, h3, h4, h5 { font-family: 'Poppins', sans-serif; color: var(--navy); font-weight: 600; margin: 0 0 15px; }
h1 { font-size: 2.1rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 14px; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--navy); }
img { max-width: 100%; display: block; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* Top bar */
.top-bar { background: var(--navy); color: #cfd8e3; font-size: 13px; }
.top-bar .wrap { display: flex; justify-content: space-between; align-items: center; padding: 8px 20px; gap: 20px; flex-wrap: wrap; }
.top-bar .phone { color: var(--accent); font-weight: 600; }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid var(--bg-light2); position: sticky; top: 0; z-index: 50; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; gap: 24px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 42px; width: auto; }
.brand-sub { font-size: 12px; color: var(--text-muted); font-weight: 500; letter-spacing: .03em; text-transform: uppercase; }
.main-nav { display: flex; gap: 28px; flex-wrap: wrap; }
.main-nav a { color: var(--navy); font-weight: 500; font-size: 14.5px; }
.main-nav a:hover { color: var(--primary); }

/* Breadcrumb */
.breadcrumb { background: var(--bg-light); font-size: 13px; color: var(--text-muted); }
.breadcrumb .wrap { padding: 10px 20px; }
.breadcrumb a { color: var(--primary); }
.breadcrumb span { color: var(--text-muted); }

/* Hero (home) */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--primary-dark) 100%); color: #fff; padding: 70px 0 60px; }
.hero h1 { color: #fff; max-width: 780px; }
.hero .lead { color: #cfe0ff; max-width: 680px; font-size: 1.05rem; }

/* Section title bar – sárga aláhúzás a címek alatt (zakany.com jellegzetes eleme) */
.page-title h1::after,
.detail h1::after,
.card-grid-section h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: var(--accent);
  margin-top: 16px;
}

/* Page title (category, no own text) */
.page-title { background: var(--bg-light); padding: 40px 0; }
.page-title h1 { margin-bottom: 0; }
.page-title .lead { color: var(--text-muted); max-width: 720px; margin-top: 18px; }

/* Detail section */
.detail { padding: 40px 0 10px; }
.detail h1 { margin-bottom: 0; }
.detail-text { margin-top: 22px; }
.detail-hero { margin: 20px 0 25px; border-radius: var(--radius); overflow: hidden; box-shadow: 0 6px 24px rgba(0,11,28,.12); }
.detail-hero img { width: 100%; height: auto; }
.detail-text p { color: var(--text); }
.detail-text .feature-list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 8px 20px; }
.detail-text .feature-list li { padding: 8px 0 8px 26px; position: relative; border-bottom: 1px solid var(--bg-light2); font-weight: 500; color: var(--navy); }
.detail-text .feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

.video-note { margin: 10px 0 25px; }
.video-note a { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 30px; font-weight: 500; font-size: 14px; }
.video-note a:hover { background: var(--primary); color: #fff; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin: 20px 0 30px; }
.gallery img { border-radius: 8px; height: 150px; width: 100%; object-fit: cover; background: var(--bg-light2); }

/* Downloads */
.downloads { margin: 0 0 30px; padding: 18px 22px; background: var(--bg-light); border-radius: var(--radius); }
.downloads h4 { margin-bottom: 10px; font-size: 1rem; }
.downloads ul { list-style: none; margin: 0; padding: 0; }
.downloads li { margin-bottom: 6px; }
.downloads a { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.downloads a i { font-style: normal; background: var(--primary); color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 4px; letter-spacing: .04em; }
.downloads a:hover i { background: var(--navy); }

/* Card grid */
.card-grid-section { padding: 40px 0 55px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 26px; margin-top: 30px; }
.card {
  display: block;
  background: #fff;
  border-bottom: 3px solid var(--bg-light2);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,11,28,.07);
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.card:hover { box-shadow: 0 12px 26px rgba(0,11,28,.16); transform: translateY(-3px); border-color: var(--accent); }
.card-img { height: 170px; background: var(--bg-light2); overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.card:hover .card-img img { transform: scale(1.06); }
.card-img.placeholder { display: flex; align-items: center; justify-content: center; }
.card-body { padding: 18px 20px 20px; }
.card-body h3 { margin-bottom: 6px; font-size: 1.05rem; color: var(--navy); }
.card-body p { color: var(--text-muted); font-size: 13.5px; margin: 0; }

/* CTA gomb – szögletes, teli színű (zakany.com "ttm-btn" stílusa) */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 30px;
  border-radius: 2px;
  transition: background .2s, color .2s;
}
.btn-cta:hover { background: var(--navy); color: #fff; }
.btn-cta.btn-accent { background: var(--accent); color: var(--navy); }
.btn-cta.btn-accent:hover { background: var(--navy); color: #fff; }
.btn-cta svg { width: 18px; height: 18px; flex: none; }
.cta-row { margin: 4px 0 30px; }

/* Info box sor – ikonos kapcsolat dobozok (zakany.com featured-icon-box mintájára) */
.info-box-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 2px; margin: 6px 0 34px; }
.info-box { display: flex; align-items: center; gap: 16px; padding: 24px 22px; background: var(--bg-light); }
.info-box:nth-child(2) { background: var(--accent); }
.info-box:nth-child(3) { background: var(--navy); color: #fff; }
.info-box .info-icon {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(36,87,170,.1);
  color: var(--primary);
}
.info-box:nth-child(2) .info-icon { background: rgba(0,11,28,.12); color: var(--navy); }
.info-box:nth-child(3) .info-icon { background: rgba(255,255,255,.12); color: #fff; }
.info-box .info-icon svg { width: 22px; height: 22px; }
.info-box p { margin: 0; font-weight: 600; color: inherit; font-size: 14.5px; line-height: 1.4; }
.info-box a { color: inherit; }
.info-box a:hover { color: var(--primary); }
.info-box:nth-child(3) a:hover { color: var(--accent); }

/* Footer */
.site-footer { background: var(--navy); color: #b7c2d0; margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding: 45px 20px 25px; }
.footer-logo { height: 40px; width: auto; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: .9; }
.site-footer h5 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
.site-footer a { color: #b7c2d0; }
.site-footer a:hover { color: var(--accent); }
.copyright { border-top: 1px solid rgba(255,255,255,.08); padding: 16px 20px; font-size: 12.5px; color: #7f8b9a; }

@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; }
  .main-nav { gap: 16px; }
  .hero { padding: 45px 0; }
}
