/* ==========================================================================
   LANDO Redesign Design System - Custom CSS for Shaper Helix Ultimate
   ========================================================================== */

:root {
  --ink: #17366f;
  --blue: #2b4f91;
  --coral: #df8613;
  --paper: #f4f7fc;
  --line: #d7e0ef;
  --muted: #5d6d89;
  --white: #ffffff;
  --orange-hover: #ef9b2d;
  --navy-dark: #102a5c;
}

body {
  color: var(--ink);
  background-color: var(--white);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--blue);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

a:hover, a:focus-visible {
  color: var(--coral);
}

/* --------------------------------------------------------------------------
   Top Bar (#sp-top-bar)
   -------------------------------------------------------------------------- */
#sp-top-bar {
  background: var(--ink);
  color: var(--white);
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 4px 0;
}

#sp-top-bar .sp-column {
  min-height: 38px;
  display: flex;
  align-items: center;
}

#sp-top-bar #sp-top1 .sp-column {
  justify-content: flex-start;
}

#sp-top-bar #sp-top2 .sp-column {
  justify-content: center;
}

#sp-top-bar #sp-top3 .sp-column {
  justify-content: flex-end;
}

.topbar-contacts {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--white) !important;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.85rem;
  line-height: 1;
}

.topbar-link:hover, .topbar-link:focus-visible {
  color: #ffd399 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.topbar-link svg {
  flex-shrink: 0;
  fill: currentColor;
}

.topbar-info {
  color: #d9e2f3;
  font-size: 0.82rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-info .topbar-link {
  font-weight: 500;
  color: #e2ebf9 !important;
}

.topbar-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.topbar-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.1);
  transition: all .2s ease;
}

.topbar-social-link:hover, .topbar-social-link:focus-visible {
  background: var(--white);
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.topbar-social-link svg {
  fill: currentColor;
}

/* --------------------------------------------------------------------------
   Main Header (#sp-header)
   -------------------------------------------------------------------------- */
#sp-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 24px rgba(17, 48, 105, 0.06);
  height: auto !important;
  padding: 10px 0;
  transition: all .25s ease;
}

#sp-logo .logo-image {
  height: 46px;
  width: auto;
  display: block;
}

/* Main Navigation */
.sp-megamenu-parent {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px !important;
  color: var(--blue) !important;
  font-weight: 750;
  font-size: 0.92rem;
  border-bottom: 3px solid transparent;
  transition: all .2s ease;
  line-height: 1.4;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
  color: var(--ink) !important;
  border-bottom-color: var(--coral);
}

/* Call to action button in menu (nav-cta) */
.sp-megamenu-parent > li.nav-cta > a,
.nav-cta a {
  background: var(--coral) !important;
  color: var(--navy-dark) !important;
  padding: 9px 18px !important;
  border-radius: 99px !important;
  border: 0 !important;
  font-weight: 850 !important;
  box-shadow: 0 4px 14px rgba(223, 134, 19, 0.25);
}

.sp-megamenu-parent > li.nav-cta > a:hover,
.nav-cta a:hover {
  background: var(--orange-hover) !important;
  color: var(--navy-dark) !important;
  transform: translateY(-1px);
}

/* Language Switcher in Header */
#sp-position1 .mod-languages,
.header-modules .mod-languages,
.mod-languages {
  display: inline-flex;
  align-items: center;
}

#sp-position1 .mod-languages ul,
.mod-languages ul.lang-inline {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  background: #f0f4fa;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 4px 6px;
}

#sp-position1 .mod-languages li,
.mod-languages ul.lang-inline li {
  display: inline-flex;
  margin: 0;
}

#sp-position1 .mod-languages li a,
#sp-position1 .mod-languages li span,
.mod-languages ul.lang-inline li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 26px;
  padding: 3px 8px;
  border-radius: 99px;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--blue);
  text-decoration: none;
  transition: all .2s ease;
}

#sp-position1 .mod-languages li.lang-active a,
#sp-position1 .mod-languages li.lang-active span,
.mod-languages ul.lang-inline li.lang-active a {
  background: var(--ink);
  color: var(--white) !important;
}

#sp-position1 .mod-languages li:not(.lang-active) a:hover,
.mod-languages ul.lang-inline li:not(.lang-active) a:hover {
  background: #e2ebf8;
  color: var(--ink) !important;
}
/* --------------------------------------------------------------------------
   Buttons and Common Design Elements
   -------------------------------------------------------------------------- */
.btn-primary, .btn-lando-primary {
  background: var(--coral) !important;
  color: var(--navy-dark) !important;
  border: 1px solid transparent !important;
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all .2s ease;
}

.btn-primary:hover, .btn-lando-primary:hover {
  background: var(--orange-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(223, 134, 19, 0.3);
}

.btn-ghost, .btn-lando-ghost {
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
  padding: 11px 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all .2s ease;
}

.btn-ghost:hover, .btn-lando-ghost:hover {
  background: var(--white) !important;
  color: var(--ink) !important;
  border-color: var(--white) !important;
}

/* --------------------------------------------------------------------------
   Footer Styling (#sp-bottom, #sp-footer)
   -------------------------------------------------------------------------- */
#sp-bottom {
  background: var(--ink);
  color: var(--white);
  border-top: 4px solid var(--coral);
  padding: 52px 0 36px;
}

#sp-bottom .sp-module {
  margin-bottom: 0;
}

#sp-bottom .sp-module-title {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.footer-logo {
  display: block;
  width: 180px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px;
}

.footer-title {
  display: block;
  margin: 18px 0 6px;
  font-size: 1.05rem;
  font-weight: 750;
  color: #fff;
  line-height: 1.35;
}

.footer-license {
  margin: 0;
  color: #d9e2f3;
  font-size: 0.9rem;
}

.footer-col {
  font-style: normal;
}

.footer-col strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.footer-col a {
  display: flex;
  align-items: center;
  min-height: 34px;
  width: max-content;
  max-width: 100%;
  color: #e7edf8 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  font-size: 0.95rem;
  transition: all .2s ease;
}

.footer-col a:hover {
  color: var(--coral) !important;
}

#sp-footer {
  background: #112852;
  color: #cbd6ea;
  font-size: 0.875rem;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#sp-footer .sp-module {
  margin-bottom: 0;
}

#sp-footer a {
  color: #e7edf8 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  transition: color .2s ease;
}

#sp-footer a:hover {
  color: var(--coral) !important;
}

.footer-legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .footer-legal {
    justify-content: flex-start;
    margin-top: 8px;
  }
}

/* --------------------------------------------------------------------------
   Clean Content Typography (Within Articles)
   -------------------------------------------------------------------------- */
.article-details,
.com-content-article,
.com-content-category-blog {
  font-size: 1.05rem;
  line-height: 1.7;
}

.article-details h1, .com-content-article h1 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.article-details h2, .com-content-article h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--ink);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.article-details h3, .com-content-article h3 {
  font-size: 1.4rem;
  font-weight: 750;
  color: var(--blue);
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.article-details p, .com-content-article p {
  margin-bottom: 1.2rem;
}

.article-details img, .com-content-article img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

/* Mobile Responsiveness for Header */
@media (max-width: 991px) {
  #sp-top-bar .topbar-contacts {
    gap: 12px;
  }
  #sp-top-bar .topbar-link {
    font-size: 0.8rem;
  }
}

/* --------------------------------------------------------------------------
   Home Page Components (Hero, Programs, Method, Schedule, Quote, Contact, Video)
   -------------------------------------------------------------------------- */
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

/* 1. Hero Section */
.hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #102a5c;
  border-radius: 24px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #102a5c 0%, rgba(16, 42, 92, 0.96) 42%, rgba(16, 42, 92, 0.25) 75%),
              linear-gradient(135deg, rgba(223, 134, 19, 0.16), transparent 55%),
              url('/images/lando/hero-learning.png') center/cover no-repeat;
  z-index: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  display: grid;
  grid-template-columns: minmax(0, 640px) 1fr;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #b9c9e8;
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-weight: 850 !important;
}

.hero h1 em {
  font-style: normal;
  color: #f4a536;
}

.hero p {
  font-size: 1.15rem;
  color: #d9e2f3;
  max-width: 560px;
  margin: 0 0 32px;
  line-height: 1.6;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.trust {
  display: flex;
  gap: 28px;
  margin-top: 42px;
  color: #c2cee4;
  font-size: 0.88rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
}

.trust span {
  display: flex;
  flex-direction: column;
}

.trust strong {
  display: block;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

/* 2. Programs Section (Article Component) */
.programs-section {
  padding: 40px 0 60px;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.section-head p {
  color: var(--muted);
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.audience {
  display: flex;
  gap: 10px;
  margin: 0 0 30px;
  flex-wrap: wrap;
}

.chip {
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 9px 18px;
  border-radius: 99px;
  cursor: pointer;
  color: var(--muted);
  font-weight: 750;
  font-size: 0.92rem;
  transition: all 0.2s ease;
}

.chip:hover {
  border-color: var(--blue);
  color: var(--ink);
}

.chip.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

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

.program {
  min-height: 295px;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.program:hover {
  transform: translateY(-4px);
  border-color: #b9c9ef;
  box-shadow: 0 12px 30px rgba(23, 54, 111, 0.08);
}

.program .num {
  font-size: 0.78rem;
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.program h3 {
  font-size: 1.45rem;
  line-height: 1.15;
  margin: 24px 0 10px;
  color: var(--ink);
  font-weight: 800;
}

.program p {
  color: var(--muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.program footer {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  color: var(--blue);
  font-size: 0.88rem;
  border-top: 1px solid rgba(215, 224, 239, 0.6);
}

.program .arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: var(--blue);
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}

.program:hover .arrow {
  background: var(--coral);
  color: #102a5c;
  transform: translate(2px, -2px);
}

/* 3. Method Section */
.method {
  background: #17366f;
  color: #ffffff;
  border-radius: 24px;
  padding: 60px 40px;
  margin: 40px 0;
}

.method .section-head h2 {
  color: #ffffff;
}

.method .section-head p {
  color: #c2cee4;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #4a6496;
  border: 1px solid #4a6496;
  border-radius: 20px;
  overflow: hidden;
}

.step {
  background: #17366f;
  padding: 32px 26px;
  min-height: 240px;
}

.step b {
  display: block;
  color: #f2a23a;
  font-size: 2.2rem;
  margin-bottom: 28px;
  line-height: 1;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 800;
}

.step p {
  color: #c2cee4;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.55;
}

/* 4. Schedule Section */
.schedule {
  background: var(--paper);
  border-radius: 24px;
  padding: 50px 40px;
  margin: 40px 0;
}

.dates {
  border-top: 1px solid var(--line);
}

.date-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.day {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  color: var(--ink);
}

.day small {
  display: block;
  font-size: 0.75rem;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 4px;
}

.date-row h3 {
  margin: 0 0 4px;
  font-size: 1.25rem;
  color: var(--ink);
  font-weight: 800;
}

.date-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.date-row .btn {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--blue);
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
}

.date-row .btn:hover {
  background: var(--blue);
  color: #ffffff;
  border-color: var(--blue);
}

/* 5. Quote Section */
.quote-section {
  margin: 40px 0;
}

.quote-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.quote {
  border-radius: 24px;
  background: #edf2fa;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote blockquote {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  color: var(--ink);
  font-weight: 750;
}

.quote cite {
  font-style: normal;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.result {
  border-radius: 24px;
  background: var(--coral);
  padding: 42px;
  color: #102a5c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.result strong {
  font-size: 4.5rem;
  line-height: 1;
  display: block;
  font-weight: 900;
}

.result p {
  font-weight: 750;
  font-size: 1.15rem;
  margin: 18px 0 0;
  line-height: 1.4;
}

.result small {
  display: block;
  margin-top: 36px;
  font-size: 0.88rem;
  opacity: 0.85;
}

/* 6. Contact CTA Section */
.contact {
  padding: 60px 40px;
  background: var(--blue);
  color: #ffffff;
  border-radius: 24px;
  margin: 40px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}

.contact h2 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
  color: #ffffff;
  font-weight: 850;
}

.contact p {
  margin: 0;
  color: #d7e1f3;
  font-size: 1.1rem;
}

.contact-meta {
  display: flex;
  gap: 28px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.contact-meta a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #ffffff !important;
  font-weight: 750;
  font-size: 1.05rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.contact-meta a:hover {
  color: #ffd399 !important;
}

.contact .btn-primary {
  padding: 14px 28px;
  font-size: 1.05rem;
}

/* 7. Video Channel Section */
.video-channel {
  position: relative;
  isolation: isolate;
  padding: 60px 40px;
  background: #12356f url('/images/lando/video-math.webp') center/cover;
  color: #ffffff;
  overflow: hidden;
  border-radius: 24px;
  margin: 40px 0;
}

.video-channel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(8, 32, 79, 0.94), rgba(19, 64, 132, 0.82));
}

.video-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}

.video-kicker {
  margin: 0 0 8px;
  color: #ffd399;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-channel h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.1;
  font-weight: 850;
}

.video-intro {
  margin: 0;
  color: #e8eef9;
  font-size: 1.05rem;
  line-height: 1.6;
}

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

.video-card {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  background: #081f4d;
  box-shadow: 0 14px 35px rgba(3, 17, 49, 0.3);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.video-card:hover {
  transform: translateY(-3px);
  border-color: #f39a24;
}

.video-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 8. Responsive Design for Home Page */
@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .video-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .program-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .date-row {
    grid-template-columns: 90px 1fr;
  }
  .date-row .btn {
    grid-column: 1 / -1;
    width: max-content;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .trust {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* --------------------------------------------------------------------------
   Inner Pages: Page Intros (Programs, Press, About)
   -------------------------------------------------------------------------- */
.program-intro {
  background: linear-gradient(135deg, #102a5c 0%, #17366f 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 56px 40px;
  margin: 20px 0 40px;
  box-shadow: 0 10px 30px rgba(16, 42, 92, 0.1);
}

.program-intro .eyebrow {
  color: #ffd399;
  margin-bottom: 12px;
}

.program-intro h1 {
  color: #ffffff !important;
  font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
  font-weight: 850 !important;
  margin: 0 0 16px !important;
  line-height: 1.1 !important;
}

.program-intro p {
  color: #d9e2f3;
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Inner Pages: Contacts Page
   -------------------------------------------------------------------------- */
.contact-page {
  padding: 10px 0 50px;
}

.contact-page .intro {
  margin-bottom: 36px;
}

.contact-page .intro .eyebrow {
  color: var(--blue);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  display: block;
}

.contact-page .intro h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 850;
  color: var(--ink);
  margin: 0 0 12px;
}

.contact-page .intro p {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 600px;
  margin: 0;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  margin-bottom: 40px;
}

.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 36px;
}

.panel h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
  margin-top: 0;
  margin-bottom: 24px;
}

.contact-row {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  border-bottom: 1px solid rgba(215, 224, 239, 0.7);
}

.contact-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 750;
  margin-bottom: 4px;
}

.contact-row strong {
  font-size: 1.1rem;
  color: var(--ink);
  font-weight: 750;
}

.contact-row strong a {
  color: var(--ink) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.contact-row strong a:hover {
  color: var(--coral) !important;
}

.contact-actions-panel .actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--ink) !important;
  font-weight: 800;
  text-decoration: none !important;
  font-size: 1.05rem;
  transition: all 0.2s ease;
}

.action-btn:hover {
  border-color: var(--coral);
  background: #fff9f2;
  transform: translateX(4px);
  color: var(--coral) !important;
}

.note {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.5;
}

.map-container {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(23, 54, 111, 0.06);
}

/* --------------------------------------------------------------------------
   Category Blog: Modern Card Grid (.article-list)
   -------------------------------------------------------------------------- */
.article-list .article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.article-list .article:hover {
  transform: translateY(-3px);
  border-color: #b9c9ef;
  box-shadow: 0 12px 30px rgba(23, 54, 111, 0.08);
}

.article-list .article-header h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.25;
}

.article-list .article-header h2 a {
  color: var(--ink) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.article-list .article-header h2 a:hover {
  color: var(--coral) !important;
}

.article-list .article-introtext {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.article-list .readmore .btn,
.article-list .readmore a {
  background: var(--coral) !important;
  color: #102a5c !important;
  font-weight: 800 !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 10px 20px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.article-list .readmore .btn:hover,
.article-list .readmore a:hover {
  background: var(--orange-hover) !important;
  transform: translateY(-1px);
}

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