:root {
  --navy: #0b2239;
  --navy-2: #123b63;
  --orange: #f47c20;
  --orange-dark: #c9580d;
  --green: #1fae5b;
  --white: #ffffff;
  --gray: #f4f7fa;
  --text: #1f2d3d;
  --muted: #647386;
  --border: #d9e2ec;
  --shadow-sm: 0 10px 24px rgba(11, 34, 57, .08);
  --shadow: 0 22px 54px rgba(11, 34, 57, .14);
  --shadow-strong: 0 30px 80px rgba(4, 17, 31, .28);
}

.bi { line-height: 1; vertical-align: -0.125em; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0, #ffffff 420px, #f8fafc 100%);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--navy-2); text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
a:hover { color: var(--orange-dark); }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(217, 226, 236, .86);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 26px rgba(11, 34, 57, .05);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); min-width: 230px; }
.brand img { width: 48px; height: 48px; filter: drop-shadow(0 8px 16px rgba(11, 34, 57, .18)); }
.brand strong { display: block; font-size: 18px; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: 12px; line-height: 1.25; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 4px; padding: 6px; background: rgba(244, 247, 250, .9); border: 1px solid rgba(217, 226, 236, .9); border-radius: 8px; }
.main-nav a { padding: 10px 12px; border-radius: 6px; color: var(--navy); font-weight: 800; font-size: 14px; white-space: nowrap; }
.main-nav a.active, .main-nav a:hover { background: var(--white); color: var(--orange-dark); box-shadow: 0 8px 18px rgba(11, 34, 57, .08); }
.main-nav .nav-phone { background: var(--orange); color: var(--white); margin-left: 5px; box-shadow: 0 12px 24px rgba(244, 124, 32, .26); }
.main-nav .nav-phone:hover { background: var(--orange-dark); color: var(--white); transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--border); background: var(--white); border-radius: 8px; padding: 10px; box-shadow: var(--shadow-sm); }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero, .page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(11, 34, 57, .96), rgba(18, 59, 99, .94)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px);
}
.hero::before, .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 0 56%, rgba(244, 124, 32, .18) 56% 70%, transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 48%);
}
.hero { padding: 88px 0 78px; }
.page-hero { padding: 68px 0 62px; }
.hero-grid, .split, .contact-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr); gap: 42px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffe3c7;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(244, 124, 32, .18); }
h1, h2, h3 { line-height: 1.14; color: var(--navy); margin: 0 0 14px; letter-spacing: 0; }
.hero h1, .page-hero h1, .hero h2, .page-hero h2 { color: var(--white); }
h1 { font-size: clamp(36px, 5.6vw, 64px); max-width: 930px; }
h2 { font-size: clamp(25px, 3vw, 34px); }
h3 { font-size: 20px; }
p { margin: 0 0 16px; }
.lead { font-size: clamp(18px, 2vw, 21px); color: rgba(255,255,255,.9); max-width: 720px; }
.page-hero .lead { max-width: 820px; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: 14px; margin-bottom: 18px; color: rgba(255,255,255,.74); }
.breadcrumbs a { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }

.section { padding: 78px 0; }
.section > .container > h2:first-child { margin-bottom: 26px; }
.muted {
  background: linear-gradient(180deg, #f7fafc, #eef4f9);
  border-top: 1px solid rgba(217, 226, 236, .7);
  border-bottom: 1px solid rgba(217, 226, 236, .7);
}
.cards { display: grid; gap: 24px; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .hero-panel, .notice, .contact-card, .form-card, .cta-box {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(217, 226, 236, .96);
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.card {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), #ffb36d);
}
.card h3::before {
  content: "";
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--orange), #ffb36d);
  box-shadow: 0 14px 24px rgba(244, 124, 32, .2);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c9d7e6; }
.hero-panel {
  position: relative;
  color: var(--text);
  padding: 30px;
  box-shadow: var(--shadow-strong);
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--orange), #ffba7b);
}
.hero-panel h2 { color: var(--navy); font-size: 28px; }
.hero-panel p { color: var(--muted); }
.panel-kicker, .card-label {
  margin: 0 0 10px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero-highlights {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800;
}
.service-meter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 4px;
}
.service-meter div {
  background: var(--gray);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px;
}
.service-meter strong {
  display: block;
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
}
.service-meter span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.notice { border-left: 5px solid var(--orange); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 8px;
  font-weight: 900;
  border: 2px solid transparent;
  cursor: pointer;
  line-height: 1.1;
  gap: 9px;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 16px 28px rgba(244, 124, 32, .28); }
.btn-primary:hover { background: var(--orange-dark); color: var(--white); box-shadow: 0 18px 34px rgba(201, 88, 13, .32); }
.btn-whatsapp { background: var(--green); color: var(--white); box-shadow: 0 16px 28px rgba(31, 174, 91, .22); }
.btn-whatsapp:hover { background: #168246; color: var(--white); }
.btn-outline { border-color: rgba(255,255,255,.74); color: var(--white); background: rgba(255,255,255,.08); }
.btn-outline:hover { background: var(--white); border-color: var(--white); color: var(--navy); }
.section .btn-outline, .form-card .btn-outline, .hero-panel .btn-outline { border-color: var(--navy); color: var(--navy); background: var(--white); }
.btn-phone-number {
  padding-left: 8px;
  margin-left: 2px;
  border-left: 1px solid rgba(255,255,255,.35);
  font-weight: 800;
}
.cta-row { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 26px; }
.cta-row.center { justify-content: center; }

.check-list { padding-left: 0; list-style: none; margin: 18px 0 0; }
.check-list li { margin: 11px 0; padding-left: 32px; position: relative; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .36em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 0 0 0 5px #ffe1c9;
}
.check-list.large li { font-size: 18px; background: var(--gray); padding: 14px 16px 14px 48px; border-radius: 8px; border: 1px solid var(--border); }
.check-list.large li::before { left: 18px; top: 18px; }
.icon-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}
.icon-list .bi {
  color: var(--orange-dark);
  margin-top: 3px;
}
.icon-list.large li {
  font-size: 17px;
  background: var(--gray);
}

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: steps; }
.steps div {
  position: relative;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.steps div::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  background: var(--orange);
  border-radius: 8px 8px 0 0;
}
.steps span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 18px;
  box-shadow: 0 14px 26px rgba(11, 34, 57, .18);
}

.faq-short details, .faq-list details {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 13px 0;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(11, 34, 57, .05);
}
summary { cursor: pointer; font-weight: 900; color: var(--navy); }
details[open] { border-color: #bfd0e2; }
details[open] summary { margin-bottom: 10px; color: var(--orange-dark); }
.cta-band {
  background:
    linear-gradient(120deg, rgba(11, 34, 57, .98), rgba(18, 59, 99, .97)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 20px);
  color: var(--white);
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,.84); }

.article { background: #fff; }
.article p, .article li { font-size: 17px; }
.article h2 { margin-top: 40px; padding-top: 6px; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 24px; }
.article-image { border-radius: 8px; margin-bottom: 20px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.article figure { margin: 26px 0; }
.article figure img { display: block; border-radius: 8px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.article figcaption { color: var(--muted); font-size: 14px; margin-top: 8px; }
.blog-card img { width: 100%; border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; background: var(--gray); margin-bottom: 16px; }
.blog-card h2 { font-size: 22px; }
.small { color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; color: var(--orange-dark); }
.text-link::after { content: ""; width: 22px; height: 2px; background: currentColor; transition: width .2s ease; }
.text-link:hover::after { width: 34px; }

.contact-card, .form-card { align-self: start; }
.contact-card h3 { margin-top: 20px; }
.map { width: 100%; min-height: 300px; border: 0; border-radius: 8px; margin-top: 14px; box-shadow: inset 0 0 0 1px var(--border); background: var(--gray); }
label { display: grid; gap: 7px; font-weight: 800; margin-bottom: 15px; color: var(--navy); }
input, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  background: #fbfdff;
  color: var(--text);
}
input:focus, textarea:focus { outline: 4px solid rgba(244, 124, 32, .18); border-color: var(--orange); background: var(--white); }
.hp { position: absolute; left: -9999px; }
.form-success { padding: 13px 14px; background: #e8f7ef; border: 1px solid #a9dfbf; border-radius: 8px; color: #165c35; }
.form-error { padding: 13px 14px; background: #fff0f0; border: 1px solid #f3b0b0; border-radius: 8px; color: #8f2424; }

.site-footer {
  position: relative;
  background: #081a2d;
  color: #d7e2ef;
  padding: 56px 0 92px;
  border-top: 5px solid var(--orange);
}
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 34px; align-items: start; }
.site-footer img { filter: drop-shadow(0 12px 24px rgba(0,0,0,.28)); margin-bottom: 12px; }
.site-footer h2 { color: var(--white); font-size: 18px; margin-bottom: 16px; }
.site-footer p { color: #c4d1df; }
.site-footer a { color: #fff; font-weight: 700; }
.site-footer a:hover { color: #ffbc80; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; text-align: center; color: #aebed0; }
.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: var(--white);
  border-top: 1px solid var(--border);
  box-shadow: 0 -12px 28px rgba(11, 34, 57, .16);
}
.mobile-cta a { flex: 1; text-align: center; padding: 13px 8px; font-weight: 900; color: var(--navy); font-size: 14px; }
.mobile-cta a .bi { margin-right: 4px; }
.mobile-cta a:nth-child(2) { color: #168246; }
.mobile-cta a:nth-child(3) { background: var(--orange); color: var(--white); }

@media (max-width: 980px) {
  .brand { min-width: auto; }
  .main-nav a { font-size: 13px; padding: 9px 10px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
}
@media (max-width: 1120px) and (min-width: 861px) {
  .main-nav { gap: 3px; }
  .main-nav a, .nav-drop-toggle { padding-left: 11px; padding-right: 11px; }
  .main-nav .nav-phone {
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }
  .main-nav .nav-phone .bi { font-size: 16px; }
}
@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 78px 12px auto 12px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    background: var(--white);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; font-size: 15px; }
  .main-nav .nav-phone { margin-left: 0; text-align: center; }
  .cards.three, .steps, .footer-grid { grid-template-columns: 1fr; }
  .hero, .page-hero { padding: 54px 0; }
  .section { padding: 54px 0; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 54px; }
}
@media (max-width: 560px) {
  .container, .narrow { width: min(100% - 24px, 1160px); }
  .header-inner { min-height: 70px; }
  .main-nav { inset: 70px 12px auto 12px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  h1 { font-size: 34px; }
  h2 { font-size: 24px; }
  .lead { font-size: 17px; }
  .hero-panel, .card, .notice, .contact-card, .form-card, .cta-box { padding: 22px; }
  .cta-row .btn { width: 100%; }
  .page-hero .cta-row, .hero .cta-row { gap: 10px; }
  .mobile-cta a { font-size: 13px; padding: 12px 6px; }
  .btn-phone-number { display: none; }
  .icon-list li { padding: 12px; }
}

@media (max-width: 380px) {
  .mobile-cta a { font-size: 12px; }
  .btn { padding-left: 14px; padding-right: 14px; }
}

/* === Premium refresh v2 === */
:root {
  --radius: 22px;
  --radius-lg: 32px;
  --ink: #071827;
  --cream: #fff8f1;
  --glass: rgba(255,255,255,.82);
}
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(244,124,32,.10), transparent 34rem),
    radial-gradient(circle at 92% 7%, rgba(18,59,99,.12), transparent 38rem),
    linear-gradient(180deg, #ffffff 0, #fbfcff 44%, #f6f8fb 100%);
}
.container, .narrow { width: min(100% - 40px, 1180px); }
.site-header {
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(217,226,236,.76);
  box-shadow: 0 18px 50px rgba(7,24,39,.08);
}
.header-inner { min-height: 84px; }
.brand { gap: 13px; }
.brand-mark {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #eef4fb);
  border: 1px solid rgba(217,226,236,.9);
  box-shadow: 0 14px 32px rgba(11,34,57,.12);
}
.brand strong { letter-spacing: 0; font-size: 20px; color: var(--ink); }
.brand small { color: var(--orange-dark); font-weight: 850; }
.main-nav { gap: 8px; }
.main-nav a, .nav-drop-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  font-weight: 850;
  color: #24384c;
  padding: 11px 14px;
  border: 1px solid transparent;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.main-nav a:hover, .main-nav a.active, .nav-dropdown.active .nav-drop-toggle, .nav-drop-toggle[aria-expanded="true"] {
  background: #fff4ea;
  color: var(--orange-dark);
  border-color: rgba(244,124,32,.24);
}
.nav-phone {
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--orange), #ff9a3e) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(244,124,32,.26);
}
.nav-dropdown { position: relative; }
.nav-drop-toggle .drop-arrow { font-size: 12px; margin-left: 2px; }
.nav-drop-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: auto;
  right: 0;
  width: min(390px, calc(100vw - 40px));
  display: none;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(217,226,236,.95);
  background: rgba(255,255,255,.98);
  box-shadow: 0 30px 75px rgba(7,24,39,.18);
  transform: none;
  z-index: 80;
  overflow: hidden;
}
.nav-dropdown:hover .nav-drop-menu, .nav-drop-toggle[aria-expanded="true"] + .nav-drop-menu { display: grid; gap: 6px; }
.nav-drop-menu a { border-radius: 12px; padding: 12px 14px; background: #fff; white-space: normal; line-height: 1.35; }
.nav-drop-menu a:hover { background: var(--gray); }
.nav-drop-featured { display: grid !important; gap: 4px; background: linear-gradient(135deg, #0b2239, #123b63) !important; color: #fff !important; }
.nav-drop-featured small { display: block; color: rgba(255,255,255,.78); margin-top: 2px; line-height: 1.45; font-size: 13px; }
.hero, .page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(244,124,32,.16) 0 20%, transparent 20% 100%),
    linear-gradient(135deg, rgba(7,24,39,.97), rgba(13,54,91,.94));
  color: #fff;
}
.hero::before, .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.08) 35% 35.4%, transparent 35.4% 100%),
    radial-gradient(circle at 18% 24%, rgba(244,124,32,.22), transparent 15rem);
  pointer-events: none;
}
.hero > .container, .page-hero > .container { position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #ffbc80;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3 { letter-spacing: -.045em; }
.hero h1, .page-hero h1 { color: #fff; text-wrap: balance; }
.hero .lead, .page-hero .lead { color: rgba(255,255,255,.82); }
.breadcrumbs a, .breadcrumbs span { color: rgba(255,255,255,.72); }
.hero-panel, .card, .notice, .contact-card, .form-card, .cta-box {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(217,226,236,.86);
  box-shadow: 0 24px 62px rgba(7,24,39,.10);
}
.hero-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  color: var(--text);
  backdrop-filter: blur(12px);
}
.panel-badge {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff4ea;
  color: var(--orange-dark);
  font-weight: 900;
  margin-bottom: 12px;
}
.card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 30px 72px rgba(7,24,39,.14); border-color: rgba(244,124,32,.25); }
.card.elevated { padding: 0; overflow: hidden; }
.card.elevated .blog-card-body { padding: 24px; }
.btn { border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn.full { width: 100%; }
.btn-mini { min-height: 38px; padding: 8px 12px; font-size: 14px; background: #fff4ea; color: var(--orange-dark); }
.section-head { max-width: 760px; margin-bottom: 28px; }
.section-head h2 { margin-bottom: 8px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-card img { border-radius: 0; margin: 0; transition: transform .32s ease; }
.blog-image-link { display: block; overflow: hidden; background: var(--gray); }
.blog-card:hover img { transform: scale(1.04); }
.blog-card h2 a { color: var(--navy); }
.blog-card h2 a:hover { color: var(--orange-dark); }
.hero-grid.compact { align-items: center; }
.hero-stats.mini { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.hero-stats.mini span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.84);
}
.hero-stats.mini strong { color: #fff; font-size: 18px; }
.blog-panel h2 { color: var(--navy); }
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.pagination a {
  min-width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 900;
}
.pagination a.active, .pagination a:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.article-card { padding: clamp(24px, 4vw, 46px); }
.article-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 24px; }
.article blockquote, .article-note {
  margin: 26px 0;
  padding: 20px 22px;
  border-left: 5px solid var(--orange);
  border-radius: 18px;
  background: #fff7ef;
}
.article-sidebar { position: relative; }
.sticky-card { position: sticky; top: 108px; padding: 20px; }
.side-post {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 850;
  color: var(--navy);
}
.side-post img { width: 74px; height: 56px; object-fit: cover; border-radius: 14px; background: var(--gray); }
.side-post:hover { color: var(--orange-dark); }
.footer-grid a { line-height: 1.95; }
@media (max-width: 980px) {
  .blog-grid, .article-layout { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
}
@media (max-width: 860px) {
  .nav-dropdown { width: 100%; }
  .nav-drop-toggle { width: 100%; text-align: left; display: flex; justify-content: flex-start; }
  .nav-drop-toggle .drop-arrow { margin-left: auto; }
  .nav-drop-menu { position: static; width: 100%; box-shadow: none; margin-top: 8px; background: var(--gray); transform: none; overflow: visible; }
  .nav-dropdown:hover .nav-drop-menu { display: none; }
  .nav-drop-toggle[aria-expanded="true"] + .nav-drop-menu { display: grid; }
}
@media (max-width: 560px) {
  .container, .narrow { width: min(100% - 24px, 1180px); }
  .brand-mark { width: 46px; height: 46px; border-radius: 15px; }
  .card.elevated .blog-card-body { padding: 20px; }
}
.cookie-banner {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
    max-width: 980px;
    margin: 0 auto;
}

.cookie-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 20px;
    border-radius: 22px;
    background: #111827;
    color: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.cookie-banner-text strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
}

.cookie-banner-text p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner-links {
    margin-top: 8px !important;
}

.cookie-banner-links a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-banner-links span {
    color: rgba(255, 255, 255, .45);
    margin: 0 6px;
}

.cookie-banner-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}

.cookie-btn:hover {
    transform: translateY(-1px);
}

.cookie-btn-primary {
    background: #f97316;
    color: #fff;
}

.cookie-btn-primary:hover {
    background: #ea580c;
}

.cookie-btn-light {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.cookie-btn-light:hover {
    background: rgba(255, 255, 255, .18);
}

@media (max-width: 768px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-banner-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border-radius: 18px;
    }

    .cookie-banner-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cookie-btn {
        width: 100%;
    }
}
.anpc-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.anpc-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .10);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.anpc-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
    border-color: rgba(245, 158, 11, .35);
}

.anpc-link img {
    display: block;
    max-width: 250px;
    height: auto;
}

@media (max-width: 575px) {
    .anpc-links {
        align-items: stretch;
    }

    .anpc-link {
        width: 100%;
    }

    .anpc-link img {
        max-width: 100%;
    }
}
.reviews-section {
    background:
        radial-gradient(circle at top left, rgba(15, 124, 207, .10), transparent 34%),
        linear-gradient(180deg, rgba(15, 124, 207, .05), rgba(255, 255, 255, 0));
}

.reviews-summary {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 26px;
    border-radius: 28px;
    background: var(--white, #fff);
    border: 1px solid var(--line, #e7e5df);
    box-shadow: var(--shadow, 0 20px 60px rgba(0,0,0,.08));
    margin-bottom: 26px;
}

.reviews-score {
    display: grid;
    gap: 5px;
    min-width: 130px;
}

.reviews-score strong {
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1;
    color: var(--ink, #111827);
}

.reviews-score span,
.review-top > span {
    color: #f59e0b;
    letter-spacing: 2px;
    font-weight: 900;
}

.reviews-score small,
.review-top small,
.review-bottom {
    color: var(--muted, #667085);
    font-weight: 700;
}

.reviews-summary-text h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.reviews-summary-text p {
    margin: 0;
    color: var(--muted, #667085);
    line-height: 1.7;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.review-card {
    padding: 22px;
    border-radius: 24px;
    background: var(--white, #fff);
    border: 1px solid var(--line, #e7e5df);
    box-shadow: 0 14px 40px rgba(17, 24, 39, .08);
}

.review-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.review-top div {
    display: grid;
    gap: 5px;
}

.review-card p {
    color: var(--muted, #667085);
    line-height: 1.75;
    margin: 0 0 16px;
}

.review-bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--line, #e7e5df);
    font-size: 14px;
}

@media (max-width: 980px) {
    .reviews-summary {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .reviews-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-top {
        flex-direction: column;
    }
}