/* ==========================================================================
   Smart ITL | แปลบทคัดย่อด่วน
   Premium Academic Theme — Navy / Teal / Cream / White / Gold
   ========================================================================== */

:root {
  --navy: #142B3D;
  --navy-dark: #0D1F2D;
  --navy-soft: #1E3A50;
  --teal: #278C8C;
  --teal-light: #35A3A3;
  --teal-dark: #1F6F6F;
  --cream: #F7F5EF;
  --white: #FFFFFF;
  --gold: #B89455;
  --gold-light: #CDA96F;
  --ink: #24313C;
  --muted: #5B6B76;
  --line: #E4E1D6;
  --shadow-soft: 0 10px 30px rgba(20, 43, 61, 0.10);
  --shadow-card: 0 18px 45px rgba(20, 43, 61, 0.14);
  --radius: 14px;
  --radius-sm: 8px;
  --font-head: 'Kanit', 'Segoe UI', sans-serif;
  --font-body: 'Sarabun', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--teal-dark); }
ul, ol { list-style: none; }
.container { width: min(1200px, 92%); margin: 0 auto; }
h1, h2, h3, h4, h5 { font-family: var(--font-head); font-weight: 600; line-height: 1.3; color: var(--navy); }
::selection { background: var(--teal); color: #fff; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 34px; height: 1px; background: var(--gold); }

.section { padding: 88px 0; }
.section-cream { background: var(--cream); }
.section-navy {
  background:
    repeating-linear-gradient(55deg, rgba(255,255,255,.015) 0 22px, transparent 22px 44px),
    linear-gradient(160deg, var(--navy-dark), var(--navy));
  color: #e8eef2;
}
.section-navy h1, .section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }
.section-navy .lead { color: #c3d0d8; }
.section-teal {
  background:
    repeating-linear-gradient(-35deg, rgba(255,255,255,.02) 0 20px, transparent 20px 40px),
    linear-gradient(150deg, var(--teal-dark), var(--teal));
  color: #eaf6f6;
}
.section-teal h1, .section-teal h2, .section-teal h3, .section-teal h4 { color: #fff; }
.lead { font-size: 19px; color: var(--muted); max-width: 720px; }
.section-center { text-align: center; }
.section-center .lead { margin: 0 auto 8px; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-primary:hover { background: var(--navy-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-secondary { background: var(--teal); color: #fff; border-color: var(--teal); }
.btn-secondary:hover { background: var(--teal-light); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-gold { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); color: #fff; transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-outline-white:hover { background: #fff; color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 38px; font-size: 18px; }

/* ==========================================================================
   Top bar
   ========================================================================== */
.topbar { background: var(--navy-dark); color: #cfdbe3; font-size: 14px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 16px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a { color: #dfe9ef; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--gold-light); }
.topbar .sep { color: rgba(255,255,255,.2); }
.topbar .hours { white-space: nowrap; }
.topbar-left span.hours { display: inline-flex; align-items: center; }

/* ==========================================================================
   Header / Nav
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--navy);
  box-shadow: 0 3px 18px rgba(0,0,0,.22);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 20px; flex-wrap: nowrap; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; min-width: 0; flex: 1 1 auto; }
.brand img { height: 58px; width: auto; flex-shrink: 0; }
.brand-name { font-family: var(--font-head); font-weight: 600; color: #fff; line-height: 1.15; font-size: 21px; min-width: 0; overflow-wrap: break-word; word-break: break-word; white-space: normal; }
.brand-name small { display: block; font-size: 11.5px; letter-spacing: 2.5px; color: var(--gold); text-transform: uppercase; font-weight: 400; }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; }
.main-nav a {
  font-family: var(--font-head);
  color: #e6edf2;
  font-size: 15.5px;
  font-weight: 400;
  padding: 12px 15px;
  border-radius: 8px;
  display: block;
  white-space: nowrap;
}
.main-nav > ul > li { position: relative; flex-shrink: 0; }
.main-nav > ul > li > a { color: #dce6ec; }
.main-nav > ul > li > a:hover, .main-nav > ul > li.active > a { color: #fff; background: rgba(255,255,255,.08); }
.has-drop { position: relative; }
.has-drop > a::after { content: "▾"; margin-left: 6px; font-size: 11px; opacity: .7; }
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 290px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease;
  z-index: 60;
}
.has-drop:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  color: var(--ink) !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14.5px;
}
.dropdown a:hover { background: var(--cream); color: var(--teal-dark) !important; }
.dropdown a b { font-weight: 600; font-family: var(--font-head); display: block; color: var(--navy); }
.dropdown a span { font-size: 12.5px; color: var(--muted); display: block; }

.nav-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer nav */
.mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: min(340px, 88vw);
  height: 100vh;
  background: var(--navy);
  z-index: 1100;
  overflow-y: auto;
  padding: 24px 20px 40px;
  transition: right .35s cubic-bezier(.6,.1,.3,1);
  box-shadow: -20px 0 60px rgba(0,0,0,.35);
}
.mobile-nav.open { right: 0; }
.mobile-nav .mob-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-nav a { color: #e6edf2; font-family: var(--font-head); font-size: 16px; padding: 12px 4px; display: block; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-nav a:hover { color: var(--gold-light); }
.mobile-nav .mob-label { color: var(--gold); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin: 14px 0 4px; }
.mobile-nav .mob-close { background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; }
.mobile-nav .mob-contact li { padding: 6px 0; }
.mobile-nav .mob-contact a { border: 0; padding: 4px 0; font-family: var(--font-body); font-size: 15px; display: inline; }
.mobile-nav .mob-soc { display: flex; gap: 10px; margin-top: 16px; }
.mobile-nav .mob-soc a { border: 0; padding: 10px 12px; background: rgba(255,255,255,.08); border-radius: 10px; font-size: 13px; }
.mobile-backdrop {
  position: fixed; inset: 0; background: rgba(13,31,45,.55);
  opacity: 0; visibility: hidden; transition: all .3s ease; z-index: 1050;
}
.mobile-backdrop.show { opacity: 1; visibility: visible; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(20,43,61,.18), rgba(13,31,45,.55)),
    linear-gradient(120deg, var(--navy-dark), var(--navy-soft) 55%, var(--teal-dark)),
    url('../img/slide_5-2.jpg') center/cover no-repeat;
  padding: 150px 0 130px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -140px; top: -140px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39,140,140,.35), transparent 70%);
  z-index: 0;
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero h1 { color: #fff; font-weight: 700; font-size: clamp(34px, 5vw, 58px); line-height: 1.15; margin-bottom: 22px; }
.hero h1 .hl { color: var(--gold-light); white-space: nowrap; font-size: .8em; font-weight: 600; }
.hero .lead { color: #dbe7ee; font-size: 20px; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-art { display: flex; justify-content: center; }
.hero-art img { width: min(320px, 80%); border-radius: 28px; box-shadow: 0 40px 90px rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.18); }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(4px);
  padding: 8px 16px; border-radius: 999px;
  font-size: 14px; color: #eef5f7;
}
.hero-badge i { color: var(--gold-light); font-style: normal; }
.hero-track { background: var(--navy-dark); color: #aebfca; text-align: center; font-size: 14px; padding: 12px 0; letter-spacing: .3px; border-top: 1px solid rgba(255,255,255,.06); }
.hero-track b { color: #fff; font-weight: 500; }
.hero-track a { color: var(--gold-light); }
.hero-track a:hover { color: #fff; }

/* ==========================================================================
   Page hero (sub pages)
   ========================================================================== */
.page-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(20,43,61,.55), rgba(13,31,45,.7)),
    linear-gradient(130deg, var(--navy-dark), var(--teal-dark)),
    url('../img/bg_sub-header_2.png') repeat;
  padding: 96px 0 84px;
  text-align: center;
}
.page-hero h1 { color: #fff; font-size: clamp(30px, 4vw, 46px); font-weight: 700; }
.page-hero .breadcrumb { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; color: #bcd0db; margin-top: 14px; flex-wrap: wrap; justify-content: center; }
.page-hero .breadcrumb a { color: var(--gold-light); }
.page-hero .breadcrumb span.sep { opacity: .5; }

/* ==========================================================================
   Feature cards
   ========================================================================== */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--teal);
  border-radius: var(--radius);
  padding: 34px 28px;
  box-shadow: var(--shadow-soft);
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.feature-card .fc-icon {
  width: 62px; height: 62px; border-radius: 18px;
  background: linear-gradient(140deg, var(--teal), var(--teal-dark));
  color: #fff; font-size: 26px; font-style: normal;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  font-family: var(--font-head);
}
.feature-card h3 { font-size: 20px; margin-bottom: 10px; color: var(--navy); }
.feature-card p { font-size: 15.5px; color: var(--muted); margin: 0; }
.feature-card .fc-num { position: absolute; top: 22px; right: 22px; font-family: var(--font-head); font-weight: 700; font-size: 30px; color: var(--cream); }
.feature-card.dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.14); border-top-color: var(--gold); }
.feature-card.dark h3 { color: #fff; }
.feature-card.dark p { color: #c9d6dd; }
.feature-card.dark .fc-icon { background: linear-gradient(140deg, var(--gold), var(--gold-light)); }

/* ==========================================================================
   Service list / blocks
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-item {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 28px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: var(--shadow-soft);
  transition: all .3s ease;
  position: relative;
}
.service-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: transparent; }
.service-item .si-icon {
  flex: 0 0 52px; width: 52px; height: 52px; border-radius: 14px;
  background: var(--cream); color: var(--teal); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; font-size: 22px; font-style: normal;
  font-family: var(--font-head);
}
.service-item h3 { font-size: 18px; margin-bottom: 4px; }
.service-item h3 a { color: var(--navy); }
.service-item h3 a:hover { color: var(--teal); }
.service-item p { font-size: 14px; color: var(--muted); margin: 0; }
.service-item .si-arrow { position: absolute; right: 18px; bottom: 16px; color: var(--gold); font-size: 16px; opacity: 0; transition: all .3s; }
.service-item:hover .si-arrow { opacity: 1; right: 14px; }

/* check list */
.check-list li { position: relative; padding: 9px 0 9px 34px; font-size: 16.5px; }
.check-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 9px;
  width: 24px; height: 24px; line-height: 24px;
  background: var(--teal); color: #fff; border-radius: 50%;
  text-align: center; font-size: 13px;
}
.section-navy .check-list li { color: #dce6ec; }
.section-navy .check-list li::before { background: var(--gold); }

/* steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 22px; text-align: center; box-shadow: var(--shadow-soft); }
.step::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; line-height: 36px;
  background: var(--navy); color: var(--gold); border-radius: 50%;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  box-shadow: 0 0 0 5px #fff;
}
.step .step-ic { font-size: 30px; color: var(--teal); margin: 8px 0 14px; font-style: normal; font-family: var(--font-head); }
.step h4 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }

/* pricing-like quote card */
.price-note { background: #fff; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-card); border-left: 6px solid var(--gold); position: relative; }
.price-note h3 { color: var(--navy); }
.price-note .lead-sm { color: var(--muted); }

/* testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-item { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid rgba(255,255,255,.12); background: #fff; }
.testi-item a { display: block; }
.testi-item img { width: 100%; transition: transform .4s ease; }
.testi-item:hover img { transform: scale(1.04); }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band {
  background:
    linear-gradient(115deg, rgba(20,43,61,.92), rgba(39,140,140,.85)),
    url('../img/bg_sub-header_2.png') repeat;
  color: #fff;
  border-radius: 22px;
  padding: 54px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-card);
}
.cta-band h2 { color: #fff; font-size: 30px; margin-bottom: 8px; }
.cta-band p { color: #e4eef2; margin: 0; max-width: 560px; }

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: all .3s ease;
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.post-card .thumb { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .thumb img { transform: scale(1.06); }
.post-card .thumb .tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--gold); color: #fff;
  font-size: 12px; padding: 4px 12px; border-radius: 999px;
  font-family: var(--font-head);
}
.post-card .body { padding: 24px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.post-card .meta { font-size: 13px; color: var(--muted); display: flex; gap: 14px; margin-bottom: 10px; }
.post-card h3 { font-size: 19px; line-height: 1.4; margin-bottom: 10px; }
.post-card h3 a { color: var(--navy); }
.post-card h3 a:hover { color: var(--teal); }
.post-card p { font-size: 14.5px; color: var(--muted); flex: 1; }
.post-card .read-more { margin-top: 14px; font-family: var(--font-head); font-weight: 500; color: var(--teal); display: inline-flex; align-items: center; gap: 6px; }
.post-card .read-more:hover { color: var(--navy); }

/* article layout */
.article-wrap { max-width: 820px; margin: 0 auto; }
.article-wrap h2 { font-size: 27px; margin: 40px 0 16px; }
.article-wrap h3 { font-size: 22px; margin: 30px 0 12px; }
.article-wrap p { margin-bottom: 18px; font-size: 17.5px; }
.article-wrap ul, .article-wrap ol { margin: 0 0 18px; padding-left: 26px; }
.article-wrap ul li { list-style: disc; margin-bottom: 8px; }
.article-wrap ol li { list-style: decimal; margin-bottom: 8px; }
.article-wrap blockquote {
  border-left: 4px solid var(--gold);
  background: var(--cream);
  padding: 20px 24px;
  border-radius: 0 12px 12px 0;
  margin: 26px 0;
  font-style: italic;
  color: var(--muted);
}
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--muted); margin: 18px 0 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.article-cover { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); margin-bottom: 30px; }
.toc { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 28px; margin: 26px 0; }
.toc h4 { margin-bottom: 12px; color: var(--teal-dark); display: flex; align-items: center; gap: 8px; }
.toc ol { padding-left: 20px; }
.toc li { list-style: decimal; margin-bottom: 6px; }
.author-box { display: flex; gap: 16px; align-items: center; background: var(--cream); border-radius: var(--radius); padding: 20px; margin-top: 40px; border: 1px solid var(--line); }
.author-box img { width: 60px; height: 60px; border-radius: 50%; }
.author-box b { display: block; color: var(--navy); }
.article-cta { margin-top: 36px; }

/* ==========================================================================
   Accordion (FAQ)
   ========================================================================== */
.accordion { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-item:last-child { border-bottom: 0; }
.acc-head { width: 100%; text-align: left; background: none; border: 0; padding: 20px 24px; font-family: var(--font-head); font-size: 17px; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.acc-head .acc-ic { width: 26px; height: 26px; border-radius: 50%; background: var(--teal); color: #fff; flex: 0 0 26px; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: transform .3s; }
.acc-item.open .acc-ic { transform: rotate(45deg); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.acc-inner { padding: 0 24px 20px; color: var(--muted); font-size: 15.5px; }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-soft); display: flex; gap: 16px; }
.contact-card .cc-ic { width: 54px; height: 54px; border-radius: 14px; background: var(--cream); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 22px; font-style: normal; font-family: var(--font-head); flex: 0 0 54px; }
.contact-card h3 { font-size: 17px; margin: 4px 0 2px; }
.contact-card p, .contact-card a { font-size: 15px; color: var(--muted); }
.contact-card a { display: block; }
.contact-card a:hover { color: var(--teal-dark); }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 340px; border: 0; display: block; }

.form-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-card); }
.form-box h2 { margin-bottom: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-family: var(--font-head); font-size: 14px; font-weight: 500; color: var(--navy); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 15.5px; color: var(--ink); background: var(--cream); transition: all .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(39,140,140,.15); }
.form-note { font-size: 13.5px; color: var(--muted); margin-top: 12px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy-dark); color: #b6c5cf; }
.footer-top { padding: 76px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; }
.footer-grid h4 { color: #fff; font-size: 17px; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.footer-grid h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--gold); }
.footer-grid p { font-size: 14.5px; color: #9fb0bb; }
.footer-grid ul li { margin-bottom: 10px; }
.footer-grid ul a { color: #b6c5cf; font-size: 14.5px; }
.footer-grid ul a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 13px; font-size: 14.5px; align-items: flex-start; }
.footer-contact li i { color: var(--gold); font-style: normal; font-family: var(--font-head); }
.footer-contact a { color: #cddae1; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-brand img { height: 56px; margin-bottom: 18px; }
.footer-soc { display: flex; gap: 10px; margin-top: 18px; }
.footer-soc a {
  width: 42px; height: 42px; border-radius: 12px;
  background: rgba(255,255,255,.08); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-family: var(--font-head);
  border: 1px solid rgba(255,255,255,.14);
}
.footer-soc a:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 14px; }
.footer-bottom a { color: var(--gold-light); }

/* ==========================================================================
   Mobile bottom action bar
   ========================================================================== */
.mob-actions {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 950;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
  box-shadow: 0 -6px 24px rgba(0,0,0,.25);
  border-top: 1px solid rgba(255,255,255,.1);
}
.mob-actions a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 10px 4px; color: #dfe9ef; font-size: 10.5px; font-family: var(--font-head);
}
.mob-actions a i { font-style: normal; font-size: 18px; color: var(--gold-light); font-family: var(--font-head); }
.mob-actions a.line { background: rgba(39,140,140,.25); }
.mob-actions a.tel { background: rgba(184,148,85,.12); }

/* ==========================================================================
   Misc
   ========================================================================== */
.divider { width: 90px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border: 0; margin: 22px 0; border-radius: 4px; }
.center-m { margin: 0 auto; }
.text-center { text-align: center; }
.mt-1 { margin-top: 10px; } .mt-2 { margin-top: 20px; } .mt-3 { margin-top: 32px; } .mt-4 { margin-top: 48px; }
.mb-1 { margin-bottom: 10px; } .mb-2 { margin-bottom: 20px; } .mb-3 { margin-bottom: 32px; } .mb-4 { margin-bottom: 48px; }
.text-gold { color: var(--gold); }
.text-white { color: #fff; }
.badge-line {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(39,140,140,.14); color: var(--teal-dark);
  padding: 7px 16px; border-radius: 999px; font-size: 14px; font-family: var(--font-head);
  border: 1px solid rgba(39,140,140,.3);
}
.badge-line b { color: var(--navy); }
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 900;
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--navy); color: var(--gold); border: 0; cursor: pointer;
  font-size: 18px; box-shadow: var(--shadow-soft);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all .3s ease;
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--teal); color: #fff; }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 1400; background: rgba(10,20,28,.9);
  display: none; align-items: center; justify-content: center; padding: 30px;
}
.lightbox.show { display: flex; }
.lightbox img { max-width: 94vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox .lb-close { position: absolute; top: 22px; right: 26px; background: none; border: 0; color: #fff; font-size: 34px; cursor: pointer; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .services-grid, .blog-grid, .testi-grid, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 960px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 110px 0 96px; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .hero .lead { margin: 0 auto; }
  .hero-cta, .hero-badges { justify-content: center; }
  .hero-art { order: -1; }
  .hero-art img { width: 220px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .grid-3, .grid-2, .services-grid, .blog-grid, .testi-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .section-center .lead { font-size: 17px; }
  .topbar .topbar-left .hours { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .header-inner { min-height: 68px; }
  .brand img { height: 44px; }
  .brand-name { font-size: 16px; }
  .brand-name small { font-size: 9.5px; }
  .nav-cta .btn-secondary { display: none; }
  .buttons .btn, .btn-lg { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .mob-actions { display: grid; }
  body { padding-bottom: 58px; }
  .to-top { bottom: 74px; }
  .cta-band { padding: 38px 26px; }
  .mob-buttons { display: flex; flex-direction: column; gap: 12px; width: 100%; }
  .price-note { padding: 28px 22px; }
}

@media (min-width: 641px) {
  .mob-buttons { display: flex; gap: 14px; }
}