/* ============================================================
   RK ENGINEERING — Global Stylesheet (mobile-first)
   ============================================================ */

:root {
  --navy-900: #0a1929;
  --navy-800: #0f2740;
  --navy-700: #14304f;
  --navy-600: #1d4066;
  --steel-500: #5b7a99;
  --orange: #f97316;
  --orange-dark: #ea580c;
  --amber: #fbbf24;
  --ink: #16202c;
  --body: #3d4a5a;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #f5f7fa;
  --white: #ffffff;
  --radius: 12px;
  --shadow: 0 10px 30px rgba(10, 25, 41, .10);
  --shadow-sm: 0 3px 10px rgba(10, 25, 41, .08);
  --font-head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: var(--navy-600); text-decoration: none; }
a:hover { color: var(--orange); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--navy-800); line-height: 1.15; letter-spacing: .3px; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 18px; }
.section { padding: 56px 0; }
.section.alt { background: var(--white); }
.section.dark { background: linear-gradient(150deg, var(--navy-900), var(--navy-700)); color: #d7e2ee; }
.section.dark h2, .section.dark h3 { color: #fff; }

.kicker {
  display: inline-block; font-family: var(--font-head); font-size: 15px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 8px;
}
.section-title { font-size: clamp(28px, 4.6vw, 42px); font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.section-sub { max-width: 720px; color: var(--muted); margin-bottom: 34px; font-size: 15.5px; }
.section.dark .section-sub { color: #9fb3c8; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  font-family: var(--font-head); font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  padding: 13px 26px; border-radius: 8px; border: 2px solid transparent; cursor: pointer;
  font-size: 16px; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: scale(.97); }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 6px 18px rgba(249, 115, 22, .35); }
.btn-orange:hover { background: var(--orange-dark); color: #fff; }
.btn-outline { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.06); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-navy { background: var(--navy-700); color: #fff; }
.btn-navy:hover { background: var(--navy-600); color: #fff; }
.btn-ghost { border-color: var(--line); color: var(--navy-700); background: #fff; }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn-sm { padding: 9px 16px; font-size: 14px; }

/* ---------- Header ---------- */
.topbar {
  background: var(--navy-900); color: #b7c6d6; font-size: 13px; padding: 7px 0;
}
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 4px 22px; justify-content: center; }
.topbar a { color: #d7e2ee; }
.topbar a:hover { color: var(--orange); }
.topbar span b { color: var(--amber); font-weight: 600; }

.site-header {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 12px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 9px; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 21px;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm);
}
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 21px; color: var(--navy-800); letter-spacing: .5px; line-height: 1.05; }
.brand-tag { font-size: 10.5px; color: var(--orange-dark); font-weight: 600; letter-spacing: .4px; text-transform: uppercase; }
.main-nav { display: none; }
.main-nav a {
  font-family: var(--font-head); font-weight: 600; font-size: 16.5px; letter-spacing: .8px;
  text-transform: uppercase; color: var(--navy-700); padding: 8px 13px;
}
.main-nav a:hover { color: var(--orange); }
.header-cta { display: none; }
.menu-btn {
  width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 9px;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.menu-btn svg { width: 22px; height: 22px; stroke: var(--navy-800); }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: #fff; padding: 10px 18px 16px; }
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block; padding: 12px 4px; border-bottom: 1px solid var(--line);
  font-family: var(--font-head); font-weight: 600; font-size: 18px; text-transform: uppercase; color: var(--navy-700);
}
.mobile-nav a:last-child { border-bottom: none; }

@media (min-width: 960px) {
  .main-nav { display: flex; align-items: center; }
  .header-cta { display: inline-flex; }
  .menu-btn { display: none; }
  .mobile-nav { display: none !important; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: var(--navy-900);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,25,41,.96) 15%, rgba(10,25,41,.72) 55%, rgba(10,25,41,.38));
}
.hero-inner { position: relative; padding: 74px 0 64px; max-width: 780px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(249,115,22,.16);
  border: 1px solid rgba(249,115,22,.55); color: #ffb380; border-radius: 999px;
  padding: 7px 16px; font-size: 12.5px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 20px;
}
.hero-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
.hero h1 { color: #fff; font-size: clamp(36px, 7vw, 62px); font-weight: 700; text-transform: uppercase; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero p.lead { margin: 18px 0 30px; font-size: clamp(15.5px, 2.4vw, 18.5px); color: #c3d2e2; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.stats-bar {
  position: relative; margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden;
}
.stat { background: rgba(15,39,64,.75); padding: 18px 16px; text-align: center; }
.stat b { display: block; font-family: var(--font-head); font-size: 30px; color: var(--amber); line-height: 1.1; }
.stat span { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: #9fb3c8; }
@media (min-width: 720px) { .stats-bar { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Product grid ---------- */
.grid { display: grid; gap: 18px; }
.grid.products { grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid.products { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid.products { grid-template-columns: repeat(3, 1fr); } }

.p-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; gap: 10px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.p-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(249,115,22,.5); }
.p-icon {
  width: 46px; height: 46px; border-radius: 10px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  display: flex; align-items: center; justify-content: center;
}
.p-icon svg { width: 24px; height: 24px; stroke: var(--amber); }
.p-card h3 { font-size: 21px; text-transform: uppercase; }
.p-card .p-short { color: var(--orange-dark); font-weight: 600; font-size: 13.5px; letter-spacing: .4px; text-transform: uppercase; }
.p-card p { font-size: 14.5px; }
.p-card .btn { margin-top: auto; align-self: flex-start; }

/* ---------- Catalogue cards ---------- */
.grid.cats { grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid.cats { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid.cats { grid-template-columns: repeat(4, 1fr); } }
.c-card {
  background: var(--navy-800); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius);
  padding: 24px 20px; color: #c9d7e5; display: flex; flex-direction: column; gap: 10px; min-height: 210px;
  transition: transform .18s ease, border-color .18s ease;
}
.c-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.c-card .c-ico { width: 42px; height: 42px; }
.c-card .c-ico svg { width: 42px; height: 42px; stroke: var(--orange); }
.c-card h3 { color: #fff; font-size: 19px; text-transform: uppercase; }
.c-card p { font-size: 13.5px; flex: 1; }
.c-card a.c-link {
  font-family: var(--font-head); font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--amber); font-size: 15.5px; display: inline-flex; align-items: center; gap: 6px;
}
.c-card a.c-link:hover { color: var(--orange); }

/* ---------- City matrix ---------- */
.city-matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 640px) { .city-matrix { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 1024px) { .city-matrix { grid-template-columns: repeat(4, 1fr); } }
.city-tile {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px 15px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; display: block;
}
.city-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--orange); }
.city-tile b { display: block; font-family: var(--font-head); font-size: 19px; color: var(--navy-800); text-transform: uppercase; letter-spacing: .5px; }
.city-tile span { font-size: 12px; color: var(--muted); display: block; margin: 3px 0 7px; }
.city-tile em { font-style: normal; font-size: 11.5px; color: var(--orange-dark); font-weight: 600; letter-spacing: .6px; text-transform: uppercase; }

/* ---------- Feature / why band ---------- */
.split { display: grid; gap: 30px; align-items: center; }
@media (min-width: 920px) { .split { grid-template-columns: 1fr 1fr; gap: 54px; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { list-style: none; margin-top: 18px; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; }
.check-list li svg { width: 21px; height: 21px; flex: 0 0 auto; stroke: var(--orange); margin-top: 2px; }
.check-list li b { color: var(--navy-800); }

/* ---------- RFQ form ---------- */
.rfq-panel {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 28px 22px; border-top: 5px solid var(--orange);
}
@media (min-width: 720px) { .rfq-panel { padding: 36px 34px; } }
.form-grid { display: grid; gap: 15px; }
@media (min-width: 720px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.field label { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; color: var(--navy-700); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: 8px; padding: 12px 13px;
  font: inherit; font-size: 15px; color: var(--ink); background: #fbfcfe; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(249,115,22,.15); background: #fff;
}
.field textarea { min-height: 104px; resize: vertical; }
.form-note { font-size: 12.5px; color: var(--muted); }
.form-success {
  display: none; background: #ecfdf5; border: 1px solid #34d399; color: #047857;
  border-radius: 9px; padding: 14px 16px; font-size: 14.5px; margin-top: 16px;
}
.form-success.show { display: block; }
.rfq-side h3 { color: #fff; font-size: 26px; text-transform: uppercase; margin-bottom: 12px; }
.rfq-side ul { list-style: none; display: grid; gap: 13px; margin-top: 18px; }
.rfq-side li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: #c3d2e2; }
.rfq-side li svg { width: 20px; height: 20px; flex: 0 0 auto; stroke: var(--amber); margin-top: 2px; }
.rfq-side li b { color: #fff; }

/* ---------- City page ---------- */
.city-hero { position: relative; background: var(--navy-900); color: #fff; overflow: hidden; }
.city-hero .hero-bg img { opacity: .28; }
.city-hero-inner { position: relative; padding: 46px 0 40px; }
.crumbs { font-size: 12.5px; letter-spacing: .8px; text-transform: uppercase; color: #8fa5ba; margin-bottom: 16px; }
.crumbs a { color: #c3d2e2; }
.crumbs a:hover { color: var(--orange); }
.city-hero h1 { color: #fff; font-size: clamp(28px, 5.4vw, 46px); text-transform: uppercase; font-weight: 700; max-width: 900px; }
.city-hero h1 em { font-style: normal; color: var(--orange); }
.city-hero .lead { color: #c3d2e2; margin-top: 14px; max-width: 780px; font-size: 15.5px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); color: #e4ecf4;
  border-radius: 999px; padding: 6px 14px; font-size: 12.5px; font-weight: 500;
}
.chip.hot { background: rgba(249,115,22,.18); border-color: rgba(249,115,22,.6); color: #ffb380; }

.article-body { max-width: 860px; }
.article-body h2 { font-size: clamp(24px, 3.6vw, 32px); text-transform: uppercase; margin: 0 0 18px; }
.article-body h3 { font-size: clamp(20px, 3vw, 25px); margin: 30px 0 12px; text-transform: uppercase; color: var(--navy-700); }
.article-body h3::before { content: ""; display: inline-block; width: 26px; height: 4px; background: var(--orange); border-radius: 2px; margin-right: 10px; vertical-align: middle; }
.article-body p { margin-bottom: 16px; font-size: 15.8px; }
.article-body ul { margin: 0 0 16px 20px; }
.article-body ul li { margin-bottom: 7px; font-size: 15.2px; }

.estate-check { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 6px; }
@media (min-width: 640px) { .estate-check { grid-template-columns: 1fr 1fr; } }
.estate-check .ec {
  display: flex; gap: 10px; align-items: center; background: #fff; border: 1px solid var(--line);
  border-radius: 9px; padding: 12px 14px; font-size: 14.5px; color: var(--navy-700); font-weight: 500;
}
.estate-check .ec svg { width: 18px; height: 18px; stroke: var(--orange); flex: 0 0 auto; }

.spec-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 14.5px; }
.spec-table th { background: var(--navy-800); color: #fff; font-family: var(--font-head); letter-spacing: 1px; text-transform: uppercase; font-size: 15px; text-align: left; padding: 13px 16px; }
.spec-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table tr:last-child td { border-bottom: none; }
.spec-table tr:nth-child(even) td { background: #f8fafc; }
.spec-table td b { color: var(--navy-700); }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.sidebar-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 20px; }
.sidebar-card h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 12px; }
.sidebar-card ul { list-style: none; display: grid; gap: 8px; }
.sidebar-card ul a { font-size: 14.5px; display: flex; justify-content: space-between; align-items: center; padding: 8px 10px; border-radius: 7px; color: var(--body); }
.sidebar-card ul a:hover { background: #fff7ed; color: var(--orange-dark); }
.sidebar-card ul a.on { background: var(--navy-800); color: #fff; }
.city-layout { display: grid; gap: 34px; }
@media (min-width: 980px) { .city-layout { grid-template-columns: 1fr 300px; align-items: start; } }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--orange-dark), var(--orange)); color: #fff;
  border-radius: var(--radius); padding: 40px 26px; text-align: center; box-shadow: 0 14px 34px rgba(234,88,12,.3);
}
.cta-band h2 { color: #fff; font-size: clamp(26px, 4.6vw, 38px); text-transform: uppercase; }
.cta-band p { color: #ffedd5; margin: 10px auto 24px; max-width: 640px; font-size: 15.5px; }
.cta-band .btn { background: #fff; color: var(--orange-dark); }
.cta-band .btn:hover { background: var(--navy-900); color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #93a8bd; padding: 54px 0 0; margin-top: 20px; }
.footer-grid { display: grid; gap: 34px; padding-bottom: 40px; }
@media (min-width: 860px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer h4 { color: #fff; font-size: 19px; text-transform: uppercase; margin-bottom: 14px; letter-spacing: 1px; }
.site-footer a { color: #b7c6d6; font-size: 14.5px; }
.site-footer a:hover { color: var(--orange); }
.site-footer ul { list-style: none; display: grid; gap: 9px; }
.f-contact li { display: flex; gap: 10px; font-size: 14.5px; margin-bottom: 11px; align-items: flex-start; }
.f-contact svg { width: 18px; height: 18px; stroke: var(--orange); flex: 0 0 auto; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; font-size: 12.5px; display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; }
.footer-bottom a { font-size: 12.5px; }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 70; width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.45); transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Admin ---------- */
.admin-shell { max-width: 1080px; margin: 0 auto; padding: 26px 16px 60px; }
.admin-head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; justify-content: space-between; margin-bottom: 22px; }
.admin-head h1 { font-size: 30px; text-transform: uppercase; }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.admin-tabs button {
  font-family: var(--font-head); font-weight: 600; letter-spacing: .8px; text-transform: uppercase; font-size: 15px;
  padding: 10px 18px; border-radius: 8px; border: 1.5px solid var(--line); background: #fff; color: var(--navy-700); cursor: pointer;
}
.admin-tabs button.on { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.admin-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.admin-card h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 14px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table th { text-align: left; padding: 10px 12px; background: var(--navy-800); color: #fff; font-family: var(--font-head); letter-spacing: .8px; text-transform: uppercase; font-size: 14px; }
.admin-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table tr:nth-child(even) td { background: #f8fafc; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.tag { display: inline-block; background: #fff7ed; color: var(--orange-dark); border: 1px solid #fed7aa; font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px; margin: 2px 3px 2px 0; }
.login-box { max-width: 420px; margin: 70px auto; }
.stat-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 20px; }
@media (min-width: 720px) { .stat-cards { grid-template-columns: repeat(4, 1fr); } }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.stat-card b { display: block; font-family: var(--font-head); font-size: 32px; color: var(--navy-800); }
.stat-card span { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
.hint { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; border-radius: 9px; padding: 12px 14px; font-size: 13.5px; margin-bottom: 16px; }

@media print {
  .site-header, .topbar, .wa-float, .admin-tabs, .admin-actions { display: none !important; }
}

/* ---------- Logos ---------- */
.brand-logo { height: 46px; width: auto; display: block; }
.footer-logo { height: 52px; width: auto; margin-bottom: 14px; }
.footer-logo-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.footer-logo-row .kta-badge { background: #fff; border-radius: 8px; padding: 5px 10px; }
.footer-logo-row .kta-badge img { height: 34px; width: auto; display: block; }

/* ---------- Hero dealer strip ---------- */
.dealer-strip {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px; padding: 14px 18px; margin-bottom: 24px; max-width: 640px;
}
.dealer-strip .kta-logo-wrap { background: #fff; border-radius: 9px; padding: 7px 13px; box-shadow: var(--shadow-sm); }
.dealer-strip .kta-logo-wrap img { height: 40px; width: auto; display: block; }
.dealer-strip .dealer-txt { font-family: var(--font-head); color: #fff; line-height: 1.2; }
.dealer-strip .dealer-txt b { display: block; font-size: 21px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--amber); }
.dealer-strip .dealer-txt span { font-size: 14.5px; letter-spacing: 1px; text-transform: uppercase; color: #c3d2e2; }
.dealer-strip .dealer-txt b span { font-size: inherit; letter-spacing: inherit; text-transform: inherit; color: inherit; }

/* ---------- About KTA ---------- */
.about-kta .kta-logo-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 30px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; justify-content: center;
}
.about-kta .kta-logo-card img { width: 230px; max-width: 100%; border-radius: 8px; }
.about-kta .kta-logo-card p { font-size: 13.5px; color: var(--muted); }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
@media (min-width: 720px) { .fact-grid { grid-template-columns: repeat(3, 1fr); } }
.fact {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--orange);
  border-radius: 9px; padding: 14px 15px;
}
.fact b { display: block; font-family: var(--font-head); font-size: 24px; color: var(--navy-800); line-height: 1.1; }
.fact span { font-size: 12px; letter-spacing: .8px; text-transform: uppercase; color: var(--muted); }

/* ---------- Standards strip ---------- */
.standards-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 800px) { .standards-strip { grid-template-columns: repeat(5, 1fr); } }
.std {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 10px;
  padding: 16px 14px; text-align: center;
}
.std b { display: block; font-family: var(--font-head); font-size: 19px; color: var(--amber); letter-spacing: .6px; }
.std span { font-size: 11.5px; letter-spacing: .8px; text-transform: uppercase; color: #9fb3c8; }

/* ---------- Product card images ---------- */
.p-card { padding: 0; overflow: hidden; }
.p-card .p-img { width: 100%; aspect-ratio: 3/2; height: auto; object-fit: contain; background: #fff; }
.p-card .p-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.p-specs { display: flex; flex-wrap: wrap; gap: 6px; }
.p-specs i {
  font-style: normal; font-size: 11px; font-weight: 600; letter-spacing: .4px;
  background: #fff7ed; color: var(--orange-dark); border: 1px solid #fed7aa;
  border-radius: 999px; padding: 3px 10px;
}
.p-body .btn { margin-top: auto; align-self: flex-start; }

/* ---------- City hero dealer line ---------- */
.city-hero .dealer-line { font-size: 12.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--amber); font-weight: 600; margin-bottom: 12px; }

/* ================= KYOCERA PAGE ================= */
.kyo-hero{background:linear-gradient(135deg,#0a1929 0%,#1a0d12 55%,#2a0f14 100%);color:#fff;padding:56px 0 48px;position:relative;overflow:hidden}
.kyo-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(640px 320px at 85% 20%,rgba(230,30,45,.18),transparent 70%);pointer-events:none}
.kyo-hero-grid{display:grid;gap:32px;position:relative;z-index:1}
.kyo-logo-card{display:inline-block;background:#fff;border-radius:12px;padding:14px 22px;box-shadow:0 8px 28px rgba(0,0,0,.35);margin-bottom:20px}
.kyo-logo-card img{display:block;height:34px;width:auto}
.kyo-hero h1{font-family:'Barlow Condensed',sans-serif;font-size:clamp(2rem,5.4vw,3.2rem);line-height:1.05;margin:6px 0 14px;letter-spacing:.5px}
.hero-eyebrow{color:#ff6b74;font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:.8rem;margin:0}
.kyo-hero .hero-sub{color:#c9d6e2;font-size:1.05rem;max-width:560px;line-height:1.65}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0 14px}
.kyo-hero-note{font-size:.85rem;color:#8fa3b8;margin:0}
.kyo-hero-img{margin:0;border-radius:14px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.08)}
.kyo-hero-img img{display:block;width:100%;height:100%;object-fit:cover}

.trust-strip{background:#f97316;color:#fff;padding:22px 0}
.trust-grid{display:grid;gap:14px;grid-template-columns:1fr}
.trust strong{display:block;font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;letter-spacing:.5px}
.trust span{font-size:.83rem;opacity:.92}

.about-kyo .split-copy p{line-height:1.75;color:#33465a;margin:0 0 14px}
.kyo-fact-panel{background:#0f2740;border-radius:14px;padding:26px;color:#fff;display:flex;flex-direction:column;gap:22px}
.kyo-fact-panel .fact b{color:#ff6b74}
.kyo-logo-side{background:#fff;border-radius:10px;padding:16px;text-align:center}
.kyo-logo-side img{max-width:180px;height:auto;display:block;margin:0 auto 8px}
.kyo-logo-side span{font-size:.78rem;color:#33465a;font-weight:600}

.k-card .btn-line{margin-top:10px}
.btn-line{background:transparent;border:2px solid #f97316;color:#f97316;border-radius:8px;padding:8px 16px;font-weight:600;cursor:pointer;display:inline-block;text-decoration:none;transition:.2s}
.btn-line:hover{background:#f97316;color:#fff}
.btn-sm{padding:6px 14px;font-size:.85rem}

.kyo-downloads{background:linear-gradient(160deg,#0a1929,#12263f);color:#fff}
.section-head.light h2{color:#fff}
.section-head.light p{color:#b9c8d6}
.dl-featured{display:grid;gap:16px;margin-bottom:34px}
.dl-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}
.dl-card h3{margin:0 0 6px;font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;letter-spacing:.4px}
.dl-card p{margin:0;color:#b9c8d6;font-size:.9rem;line-height:1.55}
.dl-size{display:inline-block;margin-top:8px;font-size:.78rem;color:#fbbf24;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.dl-btn{align-self:flex-start;white-space:nowrap}
.dl-table-title{font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;letter-spacing:.5px;margin:0 0 14px;color:#fff}
.dl-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.12)}
.dl-table{width:100%;border-collapse:collapse;min-width:560px}
.dl-table th,.dl-table td{padding:12px 14px;text-align:left;font-size:.9rem}
.dl-table thead th{background:rgba(249,115,22,.18);color:#ffb27d;text-transform:uppercase;letter-spacing:1px;font-size:.72rem}
.dl-table tbody tr{border-top:1px solid rgba(255,255,255,.08)}
.dl-table tbody tr:hover{background:rgba(255,255,255,.04)}
.dl-ch{font-weight:700;color:#fbbf24}
.dl-sz{color:#8fa3b8;white-space:nowrap}
.dl-act{white-space:nowrap}
.dl-note{margin-top:18px;color:#8fa3b8;font-size:.85rem;line-height:1.6}
.dl-note a{color:#fbbf24}

.city-chips{display:flex;flex-wrap:wrap;gap:10px}
.city-chip{background:#fff;border:1px solid #d7e0ea;border-radius:999px;padding:8px 16px;font-size:.88rem;font-weight:600;color:#0f2740;text-decoration:none;transition:.2s}
.city-chip:hover{border-color:#f97316;color:#f97316}

.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid #d7e0ea;border-radius:10px;padding:0}
.faq-item summary{cursor:pointer;padding:16px 18px;font-weight:600;color:#0f2740;list-style:none;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:18px;top:14px;font-size:1.3rem;color:#f97316}
.faq-item[open] summary::after{content:"–"}
.faq-item p{padding:0 18px 16px;margin:0;color:#33465a;line-height:1.7;font-size:.93rem}

.kyo-badge{background:#fff;border-radius:8px;padding:6px 10px;height:38px;width:auto}

@media (min-width:720px){
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .dl-featured{grid-template-columns:repeat(2,1fr)}
  .dl-card{flex-direction:row;align-items:center;justify-content:space-between}
}
@media (min-width:960px){
  .kyo-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center}
  .kyo-hero{padding:80px 0 64px}
  .trust-grid{grid-template-columns:repeat(4,1fr)}
  .kyo-logo-card img{height:40px}
}

/* ================= HOMEPAGE KYOCERA BAND ================= */
.kyo-band{background:linear-gradient(150deg,#14090c 0%,#1f0e13 60%,#2a1016 100%);color:#fff}
.kyo-band .section-title{color:#fff}
.kyo-band-head{display:flex;flex-direction:column;gap:18px;margin-bottom:26px}
.kyo-band-logo{background:#fff;border-radius:12px;padding:12px 20px;display:inline-block;align-self:flex-start;box-shadow:0 8px 24px rgba(0,0,0,.35)}
.kyo-band-logo img{height:32px;width:auto;display:block}
.kyo-band .section-sub{color:#c9b6ba}
.kyo-preview-grid{display:grid;gap:14px;grid-template-columns:1fr 1fr}
.kyo-prev-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;text-decoration:none;color:#fff;transition:.25s;display:flex;flex-direction:column}
.kyo-prev-card:hover{border-color:#e61e2d;transform:translateY(-3px)}
.kyo-prev-card img{width:100%;aspect-ratio:3/2;height:auto;object-fit:contain;display:block}
.kyo-prev-card span{padding:12px 14px}
.kyo-prev-card b{display:block;font-family:'Barlow Condensed',sans-serif;font-size:1.05rem;letter-spacing:.4px}
.kyo-prev-card em{font-style:normal;font-size:.78rem;color:#c9b6ba}
.kyo-band-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.lead-2{font-size:.95rem !important;opacity:.85;margin-top:-8px !important}
.kyo-logo-wrap img{max-height:26px}
@media (min-width:720px){
  .kyo-preview-grid{grid-template-columns:repeat(4,1fr)}
  .kyo-band-head{flex-direction:row;align-items:center;gap:26px}
  .kyo-band-logo img{height:38px}
}

/* ================= CITY PAGE KYOCERA BLOCK ================= */
.kyo-city{background:linear-gradient(150deg,#160a0d,#241016);padding:44px 0}
.kyo-city-in{max-width:900px}
.kyo-city-chips{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 4px}
.kyo-city-chips .chip{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#e8d5d8;border-radius:999px;padding:6px 13px;font-size:.8rem;font-weight:600}
.kyo-city .kyo-band-actions{margin-top:20px}

/* ================= KYOCERA PAGE FIXES ================= */
.kyo-hero h1{color:#fff}
.narrow{max-width:820px;margin:0 auto}
.section-head{margin-bottom:28px;max-width:760px}
.section-head h2{margin:4px 0 10px}
.section-head p{color:#55697e;line-height:1.65;margin:0}
.section-head.light p{color:#b9c8d6}
.eyebrow{color:#f97316;font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:.78rem;margin:0}
.kyo-downloads .section-head h2{color:#fff}
.kyo-downloads .eyebrow{color:#ffb27d}
#kyo-faq .section-head h2,#ranges .section-head h2,#kyo-cities .section-head h2{color:var(--navy-800)}
.kyo-hero .btn-outline{border-color:rgba(255,255,255,.6)}
@media (max-width:719px){
  .kyo-hero{padding:40px 0 36px}
  .kyo-logo-card img{height:28px}
}

/* dealer strip pairing */
.dealer-item{display:inline-flex;align-items:center;gap:13px}
.dealer-item .dealer-txt b{font-size:17px}
.dealer-item .dealer-txt span{font-size:12px}
.dealer-strip{gap:14px 30px}
.kyo-logo-wrap img{max-height:26px}

/* ---------- BRAND TEMPLATE PAGES ---------- */
.brand-since{margin-top:18px;padding:14px 18px;border-left:4px solid var(--orange);background:#fdf1e7;border-radius:0 10px 10px 0;font-weight:600;color:#7a3a08;font-size:15px}

/* ---------- BRAND LOGO WALL (homepage) ---------- */
.brand-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.bw-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #e4e9f0;border-radius:16px;padding:26px 18px 20px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;text-decoration:none}
.bw-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(15,42,67,.12);border-color:#f97316}
.bw-logo{height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.bw-logo img{max-height:52px;max-width:170px;width:auto;height:auto;object-fit:contain}
.bw-name{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:19px;letter-spacing:.02em;color:#0f2a43;text-transform:uppercase}
.bw-badge{margin-top:5px;font-size:.76rem;font-weight:600;color:#c2410c;background:#fdf1e7;border-radius:999px;padding:4px 12px}
@media (max-width:900px){.brand-wall{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.brand-wall{grid-template-columns:1fr 1fr;gap:12px}.bw-card{padding:18px 10px 14px}.bw-logo{height:40px}.bw-logo img{max-height:40px;max-width:120px}.bw-name{font-size:15px}.bw-badge{font-size:.66rem}}

/* ---------- GOOGLE MAP EMBED ---------- */
.map-embed{margin-top:20px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 30px rgba(0,0,0,.35)}
.map-embed iframe{display:block;width:100%;height:230px}
.map-link{display:block;background:rgba(255,255,255,.06);color:#ffb27d;font-size:.82rem;font-weight:600;text-align:center;padding:9px;text-decoration:none}
.map-link:hover{background:rgba(255,255,255,.12);color:#fff}

/* ---------- FOOTER BADGE FIX ---------- */
.footer-logo-row .kyo-badge{display:flex;align-items:center}
.footer-logo-row .kyo-badge img{height:26px;width:auto;display:block}

/* ---------- CITY PAGE ALL-BRANDS STRIP ---------- */
.brand-city .bc-head{max-width:760px}
.bc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
.bc-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;background:#fff;border:1px solid #e4e9f0;border-radius:14px;padding:20px 14px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bc-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,42,67,.12);border-color:#f97316}
.bc-logo{height:44px;display:flex;align-items:center;justify-content:center}
.bc-logo img{max-height:44px;max-width:140px;width:auto;height:auto;object-fit:contain}
.bc-info b{display:block;font-family:'Barlow Condensed',sans-serif;font-size:17px;color:#0f2a43;text-transform:uppercase;letter-spacing:.02em}
.bc-info em{display:block;font-style:normal;font-size:.72rem;font-weight:600;color:#c2410c;margin-top:3px}
@media (max-width:900px){.bc-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.bc-grid{grid-template-columns:1fr 1fr;gap:10px}.bc-card{padding:14px 8px}.bc-logo img{max-width:110px}}


/* ---------- Product Gallery Carousel ---------- */
.gal-wrap { position: relative; margin-top: 34px; }
.gal-track {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px 4px 18px; scrollbar-width: none; outline: none;
}
.gal-track::-webkit-scrollbar { display: none; }
.gal-slide {
  flex: 0 0 min(72%, 620px); scroll-snap-align: center; margin: 0;
  border-radius: 14px; overflow: hidden; position: relative; background: #0d1a2b;
  border: 1px solid #e4e9f0; box-shadow: 0 10px 28px rgba(13,26,43,.12);
}
.gal-slide img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: contain; background: #0d1a2b; display: block; }
.gal-slide figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 18px 12px;
  background: linear-gradient(180deg, transparent, rgba(7,16,29,.88));
  color: #f4f7fb; font-size: 13.5px; font-weight: 600; letter-spacing: .2px;
}
.gal-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(13,26,43,.82); color: #fff; font-size: 26px; line-height: 1;
  display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.gal-btn:hover, .gal-btn:focus-visible { background: var(--amber, #f5a623); color: #0d1a2b; }
.gal-prev { left: 10px; } .gal-next { right: 10px; }
.gal-dots { display: flex; gap: 7px; justify-content: center; margin-top: 14px; }
.gal-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: #c8d2de; transition: transform .2s, background .2s;
}
.gal-dots button.active { background: var(--amber, #f5a623); transform: scale(1.35); }
@media (max-width: 640px) {
  .gal-slide { flex-basis: 88%; }
  .gal-btn { width: 38px; height: 38px; font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .gal-track { scroll-behavior: auto; }
}


/* ---------- Sanby Steel Auto Stamps & Shachihata inks ---------- */
.steel-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 34px; align-items: start; margin-top: 30px; }
.steel-fig { margin: 0; border: 1px solid #e4e9f0; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 10px 28px rgba(13,26,43,.10); }
.steel-fig img { width: 100%; display: block; }
.steel-fig figcaption { padding: 10px 14px; font-size: 12.5px; color: var(--muted, #5c6b7d); background: #f6f8fb; }
.steel-feats { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.steel-feats li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.5; color: #22334a; }
.steel-feats li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 50%; background: var(--amber, #f5a623); color: #0d1a2b; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.steel-qc { margin-top: 18px; padding: 14px 16px; border-left: 4px solid var(--amber, #f5a623); background: #fdf6ea; border-radius: 0 10px 10px 0; font-size: 14px; color: #4a3d28; }
.steel-table-wrap { margin-top: 34px; overflow-x: auto; }
.steel-table { width: 100%; border-collapse: collapse; min-width: 760px; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(13,26,43,.08); }
.steel-table th, .steel-table td { padding: 11px 14px; text-align: left; font-size: 13.5px; border-bottom: 1px solid #e8edf3; }
.steel-table thead th { background: #0d1a2b; color: #fff; font-size: 12px; letter-spacing: .6px; text-transform: uppercase; white-space: nowrap; }
.steel-table tbody th { color: #0d1a2b; font-weight: 700; white-space: nowrap; }
.steel-table tbody tr:nth-child(even) { background: #f6f8fb; }
.steel-note { margin-top: 10px; font-size: 12.5px; color: var(--muted, #5c6b7d); }
.ink-head { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ink-logo { height: 40px; width: auto; background: #fff; padding: 6px 14px; border-radius: 10px; border: 1px solid #e4e9f0; }
.ink-grid { margin-top: 26px; }
.ink-card .ink-code { display: inline-block; background: #0d1a2b; color: #ffd88a; font-weight: 700; font-size: 12.5px; letter-spacing: .8px; padding: 4px 10px; border-radius: 6px; margin-bottom: 8px; }
.ink-fig { margin: 30px 0 0; max-width: 640px; border-radius: 14px; overflow: hidden; border: 1px solid #e4e9f0; background: #fff; box-shadow: 0 10px 28px rgba(13,26,43,.10); }
.ink-fig img { width: 100%; display: block; }
.ink-fig figcaption { padding: 10px 14px; font-size: 12.5px; color: var(--muted, #5c6b7d); background: #f6f8fb; }
@media (max-width: 820px) {
  .steel-grid { grid-template-columns: 1fr; }
}

.ink-card .ink-code { align-self: flex-start; }

/* ---------- Admin section editors ---------- */
.ed-listhead { display: flex; align-items: center; justify-content: space-between; margin: 18px 0 8px; }
.ed-listhead > label { font-weight: 700; font-size: 14px; }
.ed-item { position: relative; border: 1px solid #e4e9f0; border-radius: 12px; padding: 16px 16px 8px; margin-bottom: 14px; background: #fbfcfe; }
.ed-itembar { position: absolute; top: 10px; right: 10px; display: flex; gap: 6px; }
.ed-itembar button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid #d7dee8; background: #fff; cursor: pointer; font-size: 13px; line-height: 1; }
.ed-itembar button:hover { background: #f1f5fa; }
.ed-item .field { margin-right: 40px; }
.ed-group { border: 1px dashed #c9d4e2; border-radius: 12px; padding: 14px 16px 8px; margin: 18px 0; }
.ed-group > legend { font-weight: 700; font-size: 14px; padding: 0 8px; color: var(--navy, #0d1a2b); }
.ed-root > .field.full, .ed-root > .ed-listwrap, .ed-root > .ed-group { grid-column: 1 / -1; }

/* ---------- RK own-brand tools page ---------- */
.rk-line { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 36px; align-items: center; padding: 34px 0; border-bottom: 1px solid #e4e9f0; }
.rk-line:last-child { border-bottom: 0; }
.rk-line.flip .rk-line-fig { order: 2; }
.rk-line-fig { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid #e4e9f0; box-shadow: 0 12px 32px rgba(13,26,43,.12); }
.rk-line-fig img { width: 100%; display: block; }
.rk-line-num { font-family: "Barlow Condensed", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 2px; color: var(--amber, #f5a623); }
.rk-line-copy h3 { font-family: "Barlow Condensed", sans-serif; font-size: 30px; text-transform: uppercase; letter-spacing: .4px; margin: 4px 0 2px; color: var(--navy, #0d1a2b); }
.rk-line-short { font-weight: 600; color: var(--orange, #f97316); font-size: 14.5px; margin: 0 0 12px; }
.rk-line-copy p { color: #3d4d63; line-height: 1.65; font-size: 15px; }
.rk-line-copy .steel-feats { margin: 14px 0 18px; }
@media (max-width: 860px) {
  .rk-line { grid-template-columns: 1fr; gap: 18px; padding: 26px 0; }
  .rk-line.flip .rk-line-fig { order: 0; }
}
#rkLinesGrid .p-card h3 { color: var(--navy, #0d1a2b); }
#rkLinesGrid .p-card .p-short { color: var(--orange, #f97316); }
