@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #0b1b3d;
  --teal: #14b8a6;
  --orange: #ff5a1f;
  --bg: #f7f9fc;
  --text: #12213f;
  --muted: #5c6b86;
  --border: #dde5ef;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--primary);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 700;
}

.brand-title {
  font-weight: 800;
}

.brand-sub {
  font-size: 10px;
  color: var(--teal);
  letter-spacing: 0.2em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}

.nav-links a {
  padding: 9px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}

.nav-links a:hover,
.nav-links a.active {
  background: #edf2f8;
  color: var(--primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.header-search {
  width: 230px;
  flex: 0 0 230px;
}

.header-search input {
  width: 100%;
  min-width: 230px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 14px;
  background: #f7f9fc;
}

.btn,
button.btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 700;
  cursor: pointer;
}

.btn-primary {
  background: var(--orange);
  color: var(--white);
}

.btn-outline {
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--primary);
}

.hero {
  position: relative;
  color: var(--white);
  overflow: hidden;
  background: var(--primary);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(11, 27, 61, 0.93), rgba(11, 27, 61, 0.78)), url('https://images.pexels.com/photos/35833227/pexels-photo-35833227.jpeg');
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  padding: 68px 0 78px;
  z-index: 2;
}

.hero::after {
  content: '';
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -68px;
  height: 136px;
  background: var(--white);
  border-radius: 100% 100% 0 0;
}

.badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
}

h1, h2, h3, h4 {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.03;
  margin: 16px 0 0;
}

.hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.5;
}

.search-inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 760px;
  background: var(--white);
  border-radius: 999px;
  padding: 8px;
  margin-top: 26px;
}

.search-inline input {
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 18px;
}

.popular-links {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.popular-links a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.popular-links .sep {
  opacity: 0.7;
}

.search-inline input:focus {
  outline: 0;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 620px;
  margin-top: 30px;
}

.stat {
  font-weight: 800;
  font-size: 38px;
  color: #5de2d3;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.trust-section {
  margin-top: -10px;
  padding-top: 0;
}

.trust-strip {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  padding: 16px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.trust-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 8px;
  align-items: center;
}

.trust-item::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #b7e8df;
  background: #e7faf6;
  grid-row: 1 / span 2;
  align-self: start;
}

.trust-item strong {
  display: block;
  font-size: 14px;
  color: #1e3156;
  grid-column: 2;
}

.trust-item span {
  color: #7d8da9;
  font-size: 12px;
  grid-column: 2;
}

.section {
  padding: 58px 0;
}

.section-muted {
  background: var(--bg);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
}

.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0d8f81;
  font-weight: 800;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--white);
  overflow: hidden;
}

.card-body {
  padding: 18px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 23px;
}

.thumb {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.meta {
  color: var(--muted);
  font-size: 14px;
}

.price {
  color: var(--primary);
  font-weight: 800;
  font-size: 23px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

th,
td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

th {
  background: #f4f7fb;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.table-wrap td .meta,
.table-wrap td small {
  display: block;
  font-size: 12px;
  color: #7f90ac;
}

.pill {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e8eef8;
  color: #30486e;
  font-size: 12px;
  font-weight: 700;
}

.ok {
  font-weight: 700;
  color: #179a6f;
}

.stars {
  color: #f36d2f;
  letter-spacing: 0.04em;
}

.detail-link {
  color: #ef6123;
  font-weight: 700;
}

.provider-highlight {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 16px;
}

.provider-focus .thumb {
  height: 290px;
}

.provider-side {
  display: grid;
  gap: 16px;
}

.provider-mini .thumb {
  height: 130px;
}

.provider-meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #2a4067;
}

.home-map-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 16px;
}

.map-panel {
  background: radial-gradient(circle at 8% 10%, #ffffff 0, #f7fafc 58%);
}

.map-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dff6f0;
  color: #1d8e7f;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.map-side {
  border-radius: 24px;
  background: #0f234f;
  color: #fff;
  padding: 34px;
}

.map-side h3 {
  margin: 0 0 10px;
  font-size: 39px;
}

.map-side p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.priority-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.priority-card {
  border-radius: 18px;
  padding: 20px 16px;
  color: #fff;
  min-height: 188px;
  display: grid;
  align-content: space-between;
  background: #0f2b5b;
}

.priority-card h3 {
  margin: 0;
  font-size: 28px;
}

.priority-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.priority-card span {
  font-weight: 700;
}

.priority-card.navy {
  background: linear-gradient(145deg, #102b5d, #1d3461);
}

.priority-card.green {
  background: linear-gradient(145deg, #12a76b, #20bb96);
}

.priority-card.orange {
  background: linear-gradient(145deg, #ef7c00, #ff8f1e);
}

.priority-card.teal {
  background: linear-gradient(145deg, #159a95, #2db8b1);
}

.card-location {
  position: relative;
}

.location-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}

.location-badges span {
  font-size: 12px;
  font-weight: 700;
  background: rgba(230, 246, 247, 0.95);
  border-radius: 999px;
  padding: 5px 8px;
}

.magazine-layout {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 16px;
}

.mag-main {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.mag-main img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.mag-main-body {
  padding: 16px;
}

.mag-main-body h3 {
  margin: 0;
  font-size: 33px;
}

.mag-side {
  display: grid;
  gap: 12px;
}

.mag-item {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
}

.mag-item img {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
}

.mag-item h4 {
  margin: 6px 0;
  font-size: 19px;
}

.cta-section {
  padding-top: 10px;
}

.cta-block {
  border-radius: 24px;
  background: linear-gradient(120deg, #152751, #0f2b67);
  color: #fff;
  padding: 44px;
}

.cta-block h2 {
  margin: 10px 0;
  font-size: clamp(40px, 5vw, 62px);
  max-width: 800px;
}

.cta-block p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 24px;
  max-width: 760px;
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.cta-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cta-meta {
  margin-top: 18px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 12px 0 16px;
}

.filters a {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

.filters a.active {
  background: var(--primary);
  color: var(--white);
}

.compare-head h1 {
  margin: 8px 0 8px;
  font-size: clamp(34px, 4.4vw, 50px);
}

.compare-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.compare-filters h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.compare-filters input[type='range'] {
  padding: 0;
}

.compare-checks {
  display: grid;
  gap: 8px;
}

.compare-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.compare-checks input {
  width: 16px;
  height: 16px;
}

.compare-tip {
  margin-top: 12px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.compare-tip h4 {
  margin: 0 0 6px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0d8f81;
}

.compare-tip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.compare-results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.compare-list {
  display: grid;
  gap: 10px;
}

.compare-card {
  display: block;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.compare-card:hover {
  border-color: #bfd0e6;
  box-shadow: 0 8px 24px rgba(20, 34, 65, 0.08);
  transform: translateY(-1px);
}

.compare-card-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.compare-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.compare-title-wrap h3 {
  margin: 0;
  font-size: 20px;
}

.compare-rating {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.compare-price {
  text-align: right;
  font-weight: 800;
  color: var(--primary);
}

.compare-price small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.compare-metrics {
  margin-top: 12px;
  border-top: 1px solid var(--border);
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.compare-metrics strong {
  color: var(--text);
  margin-left: 4px;
}

.sidebar {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  background: var(--white);
}

.page-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.rich p {
  line-height: 1.8;
  color: #334769;
  font-size: 18px;
}

.rich h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

footer {
  margin-top: 40px;
  background: var(--primary);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 22px;
  padding: 40px 0;
}

.brand-footer {
  margin-bottom: 12px;
}

.footer-grid a,
.footer-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.6);
  padding: 14px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.notice {
  border: 1px solid var(--border);
  border-left: 4px solid var(--teal);
  background: #f4fffc;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.form-grid label {
  font-weight: 700;
  font-size: 14px;
  display: grid;
  gap: 6px;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 11px 12px;
  font-size: 15px;
  font-family: inherit;
}

.breadcrumbs {
  margin-bottom: 10px;
  font-size: 14px;
  color: #6a7e9f;
  display: flex;
  gap: 8px;
}

.breadcrumbs a { color: #6a7e9f; text-decoration: none; }
.breadcrumbs a:hover { color: #0b1b3d; }

.provider-directory {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.provider-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.provider-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(18, 36, 67, 0.1);
}

.provider-row-image {
  position: relative;
}

.provider-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 210px;
}

.provider-row-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.provider-row-badges span {
  background: rgba(216, 247, 239, 0.95);
  color: #168777;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 9px;
}

.provider-row-body {
  padding: 16px;
}

.provider-row-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.provider-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.provider-row-head h3 {
  margin: 0;
  font-size: 27px;
}

.provider-row-body p {
  margin: 9px 0 12px;
  color: #5f7397;
}

.provider-row-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.provider-row-meta span {
  display: block;
  color: #8194b2;
  font-size: 13px;
}

.provider-row-meta strong {
  display: block;
  margin-top: 2px;
  color: #152b56;
  font-size: 19px;
}

.provider-row-detail {
  margin-top: 12px;
  color: #ef6326;
  font-weight: 700;
}

.provider-detail-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #f9fbff;
}

.provider-detail-main {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  background: #fff;
}

.provider-detail-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.provider-detail-head h1 {
  margin: 8px 0 0;
  font-size: clamp(34px, 4vw, 50px);
}

.provider-detail-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.provider-detail-badges span {
  background: rgba(216, 247, 239, 0.95);
  color: #168777;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 9px;
}

.provider-detail-tagline {
  margin: 12px 0;
  color: #516784;
  font-size: 18px;
}

.provider-detail-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: #617694;
  font-weight: 600;
}

.provider-detail-price {
  border: 0;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(145deg, #0c1f4a, #102a60);
  color: #fff;
  display: grid;
  gap: 10px;
  align-content: start;
}

.provider-detail-price .meta {
  color: rgba(195, 213, 241, 0.92);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.provider-price-big {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.provider-price-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0;
}

.provider-price-stats span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(195, 213, 241, 0.82);
  margin-bottom: 2px;
}

.provider-price-stats strong {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: block;
}

.provider-link-muted {
  color: #67d9d2;
  font-weight: 700;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
  text-decoration: none;
}

.provider-link-muted:hover { text-decoration: underline; }

.price-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  color: rgba(195,215,255,0.85);
  margin-bottom: 4px;
}

.price-per {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  margin-left: 2px;
}

.price-sub {
  color: rgba(195,215,255,0.72);
  font-size: 13px;
  margin-top: 2px;
}

.pstat-label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.11em;
  color: rgba(195,215,255,0.82);
  margin-bottom: 3px;
}

.btn-block {
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.verified-badge {
  color: #38b29a;
  font-weight: 700;
}

.sli {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 13px;
  flex-shrink: 0;
  vertical-align: middle;
  line-height: 1;
}

.sli-gold { background: #fff3e0; color: #d97706; }
.sli-blue { background: #e3eaf8; color: #2a4a8a; }
.sli-teal { background: #e0f5f3; color: #1a8a82; }

.provider-detail-price .btn-primary {
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 24px rgba(255, 90, 31, 0.32);
}

.provider-detail-layout {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 16px;
}

.provider-detail-maincol {
  min-width: 0;
}

.provider-detail-aside {
  align-self: start;
}

.sidebar-card .eyebrow {
  margin-bottom: 6px;
}

.sidebar-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: #53698a;
}

.sidebar-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #3a526a;
  line-height: 1.35;
}

.bonus-card {
  background: #f5efe4;
}

.bonus-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.bonus-card p {
  margin: 0;
  color: #5b6780;
}

.provider-section {
  margin-top: 22px;
}

.provider-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.provider-tier {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  background: #fff;
}

.provider-tier.featured {
  border-color: #ffba9a;
  box-shadow: 0 10px 28px rgba(255, 90, 31, 0.12);
}

.tier-badge {
  display: inline-block;
  background: #ffefe7;
  color: #e85f23;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.provider-tier h3 {
  margin: 0;
  font-size: 24px;
}

.provider-tier-price {
  margin: 8px 0 10px;
  color: var(--primary);
  font-weight: 800;
  font-size: 32px;
}

.provider-tier-price small {
  color: #667b99;
  font-size: 15px;
  font-weight: 600;
  margin-left: 6px;
}

.provider-tier ul {
  margin: 0;
  padding-left: 18px;
  color: #40597d;
  display: grid;
  gap: 6px;
}

.provider-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.provider-service {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.provider-service strong {
  color: #16a275;
  font-size: 19px;
}

.provider-address-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
}

.provider-address-card img {
  width: 130px;
  height: 100%;
  object-fit: cover;
  min-height: 112px;
}

.provider-address-card h3 {
  margin: 2px 0 8px;
  font-size: 22px;
}

.provider-address-card > div {
  padding: 12px 12px 12px 0;
}

.provider-reviews-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.provider-rating-big {
  font-size: 54px;
  font-weight: 800;
  color: #102e66;
  line-height: 1;
}

.provider-reviews-bars {
  display: grid;
  gap: 8px;
}

.provider-reviews-bars > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edf2f8;
  padding-bottom: 6px;
  color: #617694;
}

.admin-shell {
  padding: 24px 0 60px;
}

.admin-menu {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.admin-menu a {
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-weight: 700;
  font-size: 14px;
}

.admin-menu a.active {
  background: var(--primary);
  color: var(--white);
}

@media (max-width: 1000px) {
  .grid-3,
  .grid-2,
  .footer-grid,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  .header-search {
    display: none;
  }

  .stats-row {
    grid-template-columns: 1fr;
    max-width: 220px;
  }

  .trust-strip,
  .provider-highlight,
  .home-map-grid,
  .priority-grid,
  .magazine-layout {
    grid-template-columns: 1fr;
  }

  .search-inline {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .cta-block {
    padding: 24px;
  }

  .compare-layout {
    grid-template-columns: 1fr;
  }

  .provider-row {
    grid-template-columns: 1fr;
  }

  .provider-detail-top,
  .provider-detail-layout,
  .provider-pricing-grid,
  .provider-services,
  .provider-reviews-top {
    grid-template-columns: 1fr;
  }

  .provider-address-card {
    grid-template-columns: 1fr;
  }

  .provider-address-card img {
    width: 100%;
  }

  .provider-address-card > div {
    padding: 0 12px 12px;
  }

  .provider-row-image img {
    min-height: 180px;
  }

  .compare-card-main {
    grid-template-columns: auto 1fr;
  }

  .compare-price {
    grid-column: 1 / -1;
    text-align: left;
    margin-left: 56px;
  }

  .compare-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .addr-layout {
    grid-template-columns: 1fr;
  }

  .addr-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ═══════════════════════════════════════════════════════
   ADDRESS DETAIL
═══════════════════════════════════════════════════════ */

.addr-hero {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #0b1b3d;
  display: flex;
  align-items: flex-end;
}

.addr-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,15,40,0.88) 0%, rgba(5,15,40,0.45) 60%, rgba(5,15,40,0.2) 100%);
}

.addr-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #fff;
}

.addr-hero-content .breadcrumbs-light a,
.addr-hero-content .breadcrumbs-light span {
  color: rgba(255,255,255,0.72);
}

.addr-hero-content .breadcrumbs-light a:hover {
  color: #fff;
}

.addr-district-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin: 8px 0 10px;
  letter-spacing: 0.05em;
}

.addr-hero-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.1;
}

.addr-hero-desc {
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  max-width: 560px;
  margin: 0 0 14px;
  line-height: 1.6;
}

.addr-hero-line {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Stats bar */
.addr-stats-bar {
  background: #0b1b3d;
  padding: 0;
}

.addr-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.addr-stat {
  padding: 18px 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.addr-stat:last-child {
  border-right: none;
}

.addr-stat-num {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.addr-stat-trend {
  color: #4adbb5;
}

.addr-stat-label {
  color: rgba(195,213,241,0.72);
  font-size: 12px;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Layout */
.addr-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 24px;
  align-items: start;
}

.addr-main {
  min-width: 0;
}

.addr-aside {
  align-self: start;
  position: sticky;
  top: 90px;
}

/* Sections */
.addr-section {
  margin-bottom: 32px;
}

.addr-section h2 {
  margin: 4px 0 16px;
  font-size: 22px;
}

/* Trend chart */
.addr-chart {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 140px;
  padding: 16px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.addr-chart-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  gap: 4px;
}

.addr-chart-fill {
  width: 100%;
  background: linear-gradient(to top, #0b3d8c, #2a72e8);
  border-radius: 4px 4px 0 0;
  min-height: 4px;
}

.addr-chart-val {
  font-size: 11px;
  font-weight: 700;
  color: #2a4a8a;
  white-space: nowrap;
}

.addr-chart-label {
  font-size: 11px;
  color: #7a92b0;
  text-align: center;
}

/* Provider cards */
.addr-providers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.addr-provider-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.18s, border-color 0.18s;
}

.addr-provider-card:hover {
  border-color: #2a72e8;
  box-shadow: 0 4px 18px rgba(42,114,232,0.12);
}

.addr-provider-info {
  flex: 1;
  min-width: 0;
}

.addr-provider-name {
  font-size: 16px;
  font-weight: 700;
  color: #0b1b3d;
  margin-bottom: 4px;
}

.addr-provider-stars {
  font-size: 13px;
  color: #7a92b0;
}

.addr-provider-stars .stars {
  color: #f59e0b;
  font-size: 12px;
}

.addr-provider-price {
  text-align: right;
  flex-shrink: 0;
}

.addr-provider-price-num {
  font-size: 20px;
  font-weight: 800;
  color: #0b1b3d;
  line-height: 1;
}

.addr-provider-price-label {
  font-size: 11px;
  color: #7a92b0;
  margin-top: 2px;
}

/* Okolí */
.addr-surroundings {
  color: #3a526a;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
}

.addr-nearby {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.addr-nearby-item {
  background: #f0f4f8;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 14px;
  color: #2a4a8a;
  font-weight: 500;
}

/* Doprava */
.addr-transport {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f0f4f8;
  border-radius: var(--radius);
  padding: 16px 20px;
}

.addr-transport-icon {
  font-size: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

.addr-transport p {
  margin: 0;
  color: #2a4a8a;
  font-size: 15px;
  line-height: 1.6;
}

/* Sidebar price card */
.addr-price-card {
  overflow: hidden;
}

.addr-price-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.addr-price-badge {
  display: inline-block;
  background: #e3eaf8;
  color: #2a4a8a;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.addr-price-label {
  font-size: 12px;
  color: #7a92b0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.addr-price-big {
  font-size: 28px;
  font-weight: 800;
  color: #0b1b3d;
  margin-bottom: 14px;
  line-height: 1.1;
}

.addr-price-big span {
  font-size: 15px;
  font-weight: 500;
  color: #7a92b0;
}

/* Další adresy */
.addr-other-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
}

.addr-other-card:last-child {
  border-bottom: none;
}

.addr-other-card img {
  width: 70px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.addr-other-district {
  font-size: 11px;
  color: #7a92b0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.addr-other-name {
  font-size: 14px;
  font-weight: 700;
  color: #0b1b3d;
}

.addr-other-prestige {
  font-size: 12px;
  color: #f59e0b;
  margin-top: 2px;
}

/* ═══════════════════════════════════════════════════════
   MAP PAGE
═══════════════════════════════════════════════════════ */

.map-intro {
  color: #3a526a;
  font-size: 17px;
  max-width: 600px;
  margin: 8px 0 24px;
  line-height: 1.65;
}

.map-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: start;
}

.map-svg-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.map-svg-label {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #5a7299;
  border-bottom: 1px solid var(--border);
  background: #f8fafc;
  letter-spacing: 0.04em;
}

.map-district {
  fill: #c9dff5;
  stroke: #fff;
  stroke-width: 2;
  cursor: pointer;
  transition: fill 0.18s;
}

.map-district:hover,
.map-district.active {
  fill: #2a72e8;
}

.map-label {
  font-size: 13px;
  font-weight: 800;
  fill: #0b1b3d;
  text-anchor: middle;
  pointer-events: none;
  transition: fill 0.18s;
}

.map-label.active {
  fill: #fff;
}

.map-info-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  align-self: start;
  position: sticky;
  top: 90px;
}

.map-info-panel h3 {
  margin: 6px 0 8px;
  font-size: 18px;
  color: #0b1b3d;
}

.map-info-panel p {
  font-size: 14px;
  color: #5a7299;
  line-height: 1.6;
  margin: 0 0 16px;
}

.map-legend {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: 4px;
}

.map-legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.map-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #3a526a;
}

.map-legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #c9dff5;
  flex-shrink: 0;
  display: inline-block;
}

.map-legend-hover { background: #6babf4; }
.map-legend-active { background: #2a72e8; }

/* Address grid */
.map-addr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.map-addr-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: box-shadow 0.18s, border-color 0.18s;
}

.map-addr-card:hover {
  border-color: #2a72e8;
  box-shadow: 0 4px 18px rgba(42,114,232,0.12);
}

.map-addr-card img {
  width: 80px;
  height: 68px;
  object-fit: cover;
  flex-shrink: 0;
}

.map-addr-body {
  flex: 1;
  min-width: 0;
  padding: 10px 0;
}

.map-addr-district {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #7a92b0;
  margin-bottom: 2px;
}

.map-addr-name {
  font-size: 14px;
  font-weight: 700;
  color: #0b1b3d;
  margin-bottom: 4px;
}

.map-addr-count {
  font-size: 12px;
  color: #5a7299;
}

.map-addr-arrow {
  color: #2a72e8;
  font-size: 18px;
  padding: 0 14px;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.15s;
}

.map-addr-card:hover .map-addr-arrow {
  opacity: 1;
}

@media (max-width: 1000px) {
  .map-layout {
    grid-template-columns: 1fr;
  }
  .map-info-panel {
    position: static;
  }
  .map-addr-grid {
    grid-template-columns: 1fr;
  }
}
