/* ==============================================
   UK-TRIP.NET - Main Stylesheet
   Optimized for performance & accessibility
   ============================================== */

/* Font Face Declarations - Local WOFF2 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}

/* CSS Variables */
:root {
  --accent1: #1c3956;
  --accent2: #FFD700;
  --link-color: #1E90FF;
  --link-hover: #FF4500;
  --btn-bg: #16283B;
  --btn-text: #ffffff;
  --menu-bg: #1c3956;
  --menu-text: #ffffff;
  --footer-bg: #1c3956;
  --footer-text: #ffffff;
  --footer-link: #FFD700;
  --accordion-bg: #1c3956;
  --accordion-text: #ffffff;
  --icon-color: #1c3956;
  --card-header-bg: #1c3956;
  --text-primary: #1c3956;
  --body-bg: #ffffff;
  --section-alt: #f8f9fa;
  --section-dark: #1a2a3a;
  --text-dark: #222222;
  --text-muted: #666666;
  --border-radius: 8px;
  --shadow: 0 4px 20px rgba(0,0,0,0.1);
  --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--body-bg);
  overflow-x: hidden;
}

/* Typography */
h1 { font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.2; }
h2 { font-weight: 600; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.3; }
h3 { font-weight: 500; font-size: clamp(1.1rem, 2.5vw, 1.5rem); line-height: 1.4; }
h4 { font-weight: 400; font-size: 1.15rem; }
h5 { font-weight: 300; font-size: 1rem; }
p { font-size: 1rem; font-weight: 400; margin-bottom: 1rem; }
strong { font-weight: 700; }
a { color: var(--link-color); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--link-hover); text-decoration: underline; }

/* Utility Classes */
.text-primary-custom { color: var(--text-primary) !important; }
.text-accent1 { color: var(--accent1) !important; }
.text-accent2 { color: var(--accent2) !important; }
.bg-menu { background-color: var(--menu-bg) !important; }
.bg-accent1 { background-color: var(--accent1) !important; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
.section-padding { padding: 60px 0; }
.section-padding-sm { padding: 40px 0; }

ul.list-styled { list-style: none; padding-left: 0; }

/* ===================== HEADER ===================== */
.site-header {
  background: #fff;
  padding: 12px 0;
  border-bottom: 3px solid var(--accent1);
  min-height: 80px;
}
.site-header .logo-wrap a {
  display: inline-block;
  line-height: 1;
}
.site-header .logo-wrap img {
  width: 350px;
  height: auto;
  display: block;
}
.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}
.header-contact a {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-contact a:hover { color: var(--accent1); text-decoration: none; }
.header-contact .icon-contact {
  width: 16px;
  height: 16px;
  fill: var(--icon-color);
  display: inline-block;
  vertical-align: middle;
}

/* ===================== NAVIGATION ===================== */
.site-nav {
  background: #1c3956;
  min-height: 54px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.site-nav .navbar { padding: 0; min-height: 54px; }
.site-nav .navbar-brand { display: none; }
.site-nav .nav-link {
  color: var(--menu-text) !important;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 16px 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  white-space: nowrap;
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  color: var(--accent2) !important;
  background: rgba(255,255,255,0.1);
}
.site-nav .dropdown-menu {
  background: #1a3a5c;
  border: none;
  border-top: 3px solid var(--accent1);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  min-width: 220px;
  padding: 8px 0;
}
.site-nav .dropdown-item {
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 10px 20px;
  transition: var(--transition);
}
.site-nav .dropdown-item:hover {
  background: rgba(255,99,71,0.3);
  color: var(--accent2) !important;
}
.navbar-toggler {
  border: 2px solid rgba(255,255,255,0.5) !important;
  padding: 4px 8px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ===================== HERO ===================== */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  max-height: 550px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a2a3a;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28,108,178,0.75) 0%, rgba(0,0,0,0.55) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  min-width: min(1000px, 100%);
  max-width: 900px;
}
.hero-content h1 {
  color: #fff;
  font-weight: 900;
  text-shadow: 2px 3px 8px rgba(0,0,0,0.6);
  margin-bottom: 16px;
  font-size: clamp(2rem, 5vw, 3.2rem);
}
.hero-content p {
  color: rgba(255,255,255,0.92);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 500;
  margin-bottom: 28px;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.5);
}
.hero-badge {
  display: inline-block;
  background: var(--accent1);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .hero-section { max-height: none; min-height: 500px; }
  .hero-content { min-width: 100%; padding: 30px 16px; }
}

/* ===================== BUTTONS ===================== */
.btn-primary-custom {
  background: var(--btn-bg);
  color: var(--btn-text);
  border: 2px solid var(--btn-bg);
  padding: 12px 28px;
  border-radius: var(--border-radius);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary-custom:hover {
  background: var(--accent1);
  border-color: var(--accent1);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255,99,71,0.35);
}
.btn-outline-custom {
  background: transparent;
  color: var(--btn-bg);
  border: 2px solid var(--btn-bg);
  padding: 10px 24px;
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
  display: inline-block;
  text-decoration: none;
}
.btn-outline-custom:hover {
  background: var(--btn-bg);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-accent {
  background: var(--accent1);
  color: #fff;
  border: 2px solid var(--accent1);
  padding: 12px 28px;
  border-radius: var(--border-radius);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition);
}
.btn-accent:hover {
  background: #e5522f;
  border-color: #e5522f;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Bootstrap overrides */
.btn-primary {
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-bg) !important;
  font-weight: 600;
}
.btn-primary:hover { background-color: var(--accent1) !important; border-color: var(--accent1) !important; }
.btn-outline-primary {
  color: var(--btn-bg) !important;
  border-color: var(--btn-bg) !important;
  font-weight: 600;
}
.btn-outline-primary:hover { background-color: var(--btn-bg) !important; color: #fff !important; }
.text-primary { color: var(--text-primary) !important; }

/* ===================== SECTIONS ===================== */
.section-white { background: #fff; }
.section-gray { background: #f4f7fb; }
.section-dark { background: var(--section-dark); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-accent { background: var(--accent1); color: #fff; }
.section-blue { background: var(--btn-bg); color: #fff; }
.section-blue h2, .section-blue h3, .section-blue p { color: #fff; }

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  color: var(--text-primary);
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--accent1);
  border-radius: 2px;
}
.section-title p { color: var(--text-muted); font-size: 1.05rem; max-width: 680px; margin: 0 auto; }

/* ===================== CARDS ===================== */
.tour-card {
  border: none;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
}
.tour-card .card-header {
  background: var(--card-header-bg);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 16px;
  border: none;
}
.tour-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 200px;
  flex-shrink: 0;
}
.tour-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tour-card:hover .card-img-wrap img { transform: scale(1.06); }
.tour-card .card-body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tour-card .card-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.tour-card .card-text { font-size: 0.9rem; color: var(--text-muted); flex: 1; }
.tour-card .card-footer {
  background: transparent;
  border-top: 1px solid #f0f0f0;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-price {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--accent1);
}
.tour-duration {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
  background: #f0f6ff;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Tip cards */
.tip-card {
  border: none;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  background: #fff;
}
.tip-card:hover { transform: translateY(-5px); box-shadow: 0 10px 32px rgba(0,0,0,0.15); }
.tip-card .tip-img {
  height: 190px;
  overflow: hidden;
}
.tip-card .tip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tip-card:hover .tip-img img { transform: scale(1.05); }
.tip-card .tip-body { padding: 18px; }
.tip-card .tip-category {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent1);
  margin-bottom: 6px;
}
.tip-card .tip-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.tip-card .tip-excerpt { font-size: 0.88rem; color: var(--text-muted); }

/* ===================== PARALLAX ===================== */
.parallax-section {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28,108,178,0.42);
}
.parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
  color: #fff;
  max-width: 800px;
}
.parallax-content h2 {
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 16px;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}
.parallax-content p { font-size: 1.1rem; color: rgba(255,255,255,0.92); margin-bottom: 28px; }

/* ===================== ABOUT SECTION ===================== */
.about-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}
.about-content { padding: 20px 0; }

/* ===================== BENEFITS ===================== */
.benefit-item {
  text-align: center;
  padding: 28px 16px;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
}
.benefit-item:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(0,0,0,0.13); }
.benefit-icon {
  width: 64px;
  height: 64px;
  background: #f0f6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.benefit-icon svg { width: 32px; height: 32px; fill: var(--icon-color); }
.benefit-item h3 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.benefit-item p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }

/* ===================== ACCORDION ===================== */
.accordion-item { border: none; margin-bottom: 8px; border-radius: var(--border-radius) !important; overflow: hidden; }
.accordion-button {
  background: var(--accordion-bg) !important;
  color: var(--accordion-text) !important;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--border-radius) !important;
}
.accordion-button:not(.collapsed) {
  background: #14548a !important;
  color: #fff !important;
  box-shadow: none;
  border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
}
.accordion-body { background: #f8fbff; font-size: 0.95rem; color: var(--text-dark); }

/* ===================== BREADCRUMBS ===================== */
.breadcrumb-section {
  background: #f4f7fb;
  padding: 10px 0;
  border-bottom: 1px solid #e8edf5;
}
.breadcrumb { margin: 0; background: transparent; }
.breadcrumb-item a { color: var(--text-primary); font-weight: 500; font-size: 0.875rem; }
.breadcrumb-item a:hover { color: var(--accent1); }
.breadcrumb-item.active { color: var(--text-muted); font-size: 0.875rem; }
.breadcrumb-item + .breadcrumb-item::before { color: #aaa; }

/* ===================== FOOTER ===================== */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 50px 0 0;
  margin-top: 0 !important;
}
.footer { margin-top: 0px !important; }
.footer-col h5 {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.footer-col p { color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.7; }
.footer-col a { color: var(--footer-link); font-size: 0.9rem; transition: var(--transition); }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { display: flex; align-items: center; gap: 6px; }
.footer-logo img { max-width: 200px; max-height: 80px; filter: brightness(0) invert(1); }
.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
  text-align: center;
}
.footer-bottom p { color: rgba(255,255,255,0.5); font-size: 0.82rem; margin: 0; }

/* ===================== PAGE HERO (subpages) ===================== */
.page-hero {
  position: relative;
  min-height: 280px;
  max-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--section-dark);
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
}
.page-hero-content h1 {
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 2px 6px rgba(0,0,0,0.4);
}
.page-hero-content p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  margin: 8px 0 0;
}

/* ===================== TOUR DETAIL ===================== */
.tour-detail-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}
.tour-includes, .tour-excludes {
  list-style: none;
  padding: 0;
}
.tour-includes li::before { content: '✓ '; color: #28a745; font-weight: 700; }
.tour-excludes li::before { content: '✗ '; color: #dc3545; font-weight: 700; }
.price-badge {
  background: var(--accent1);
  color: #fff;
  border-radius: var(--border-radius);
  padding: 20px 28px;
  text-align: center;
  box-shadow: var(--shadow);
}
.price-badge .price-amount {
  font-size: 2.4rem;
  font-weight: 900;
  display: block;
}
.price-badge .price-label { font-size: 0.85rem; opacity: 0.9; }

/* ===================== INFO BOX ===================== */
.info-box {
  background: #f0f6ff;
  border-left: 4px solid var(--text-primary);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  padding: 18px 22px;
  margin: 20px 0;
}
.info-box.warning {
  background: #fff8e1;
  border-left-color: var(--accent2);
}
.info-box.danger {
  background: #fff2f0;
  border-left-color: var(--accent1);
}
.info-box h4 { font-weight: 700; margin-bottom: 8px; }

/* ===================== TIMELINE ===================== */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--text-primary);
}
.timeline-item { position: relative; margin-bottom: 28px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent1);
  border: 2px solid var(--text-primary);
}
.timeline-item h4 { font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.timeline-item p { font-size: 0.95rem; margin: 0; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991px) {
  .site-nav .navbar { flex-wrap: wrap; }
  .site-header .header-contact { display: none; }
  .about-img { height: 280px; }
}
@media (max-width: 768px) {
  .section-padding { padding: 40px 0; }
  .section-padding-sm { padding: 28px 0; }
  .hero-section { min-height: 500px; max-height: none; }
  .tour-detail-img { height: 260px; }
  .parallax-section { background-attachment: scroll; }
  .footer-col { margin-bottom: 30px; }
}

/* ===================== ANIMATIONS ===================== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.6s ease-out both; }
.fade-in-up-delay1 { animation-delay: 0.1s; }
.fade-in-up-delay2 { animation-delay: 0.2s; }
.fade-in-up-delay3 { animation-delay: 0.3s; }
.fade-in-up-delay4 { animation-delay: 0.4s; }

/* ===================== MISC ===================== */
.divider {
  width: 60px;
  height: 4px;
  background: var(--accent1);
  border-radius: 2px;
  margin: 16px auto;
}
.divider-left { margin-left: 0; }
.tag-badge {
  display: inline-block;
  background: #f0f6ff;
  color: var(--text-primary);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  margin: 3px;
}
.review-stars { color: var(--accent2); font-size: 1.1rem; letter-spacing: 2px; }

/* Page content sections */
.content-section img {
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}
.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
}
.feature-list li:last-child { border-bottom: none; }

/* Contact page */
.contact-box {
  background: #f4f7fb;
  border-radius: var(--border-radius);
  padding: 28px;
  height: 100%;
}
.contact-box h3 { color: var(--text-primary); font-weight: 700; margin-bottom: 16px; }

/* Legal pages */
.legal-content h2 { color: var(--text-primary); margin-top: 32px; margin-bottom: 12px; }
.legal-content h3 { color: var(--text-dark); margin-top: 24px; }
.legal-content ul { list-style: disc; padding-left: 24px; }
.legal-content ul li { margin-bottom: 6px; }

/* Skip to content */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--btn-bg);
  color: #fff;
  padding: 8px 16px;
  z-index: 9999;
  transition: top 0.3s;
}
.skip-link:focus { top: 0; }
