:root {
  --orange: #f97316;
  --orange-dark: #c2410c;
  --blue: #0b3aa4;
  --blue-dark: #072b76;
  --ink: #0f172a;
  --muted: rgba(15,23,42,.66);
  --line: rgba(15,23,42,.12);
  --panel: rgba(255,255,255,.86);
  --soft-blue: rgba(11,58,164,.10);
  --soft-orange: rgba(249,115,22,.12);
}

body {
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(135deg, rgba(11,58,164,.10), transparent 38%),
    linear-gradient(315deg, rgba(249,115,22,.16), transparent 42%),
    radial-gradient(circle at 12% 12%, rgba(249,115,22,.20), transparent 32%),
    radial-gradient(circle at 84% 24%, rgba(11,58,164,.16), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 45%, #f5f7fb 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(11,58,164,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,58,164,.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 70%);
}

.container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 18px 30px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.74);
  border-bottom-color: rgba(15,23,42,.08);
  border-radius: 0 0 18px 18px;
  background: rgba(255,255,255,.80);
  box-shadow: 0 14px 34px rgba(2,6,23,.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}

.logoImg {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  box-shadow: 0 12px 24px rgba(2,6,23,.10);
}

.brandText .t {
  font-size: 20px;
  line-height: 1;
  font-weight: 1000;
  color: var(--blue-dark);
}

.brandText small {
  display: block;
  margin-top: 5px;
  color: rgba(15,23,42,.58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42ch;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  color: rgba(15,23,42,.72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  padding: 9px 11px;
  border-radius: 999px;
}

.nav a:hover {
  background: rgba(11,58,164,.08);
  color: var(--blue-dark);
}

.btn-cta,
.btn-primary,
.btn-info,
.btn-orange {
  background: linear-gradient(180deg, var(--orange), var(--orange-dark));
  color: #fff;
  box-shadow: 0 16px 30px rgba(249,115,22,.24);
}

.btn-cta,
.btn-primary,
.btn-secondary,
.btn-info,
.btn-orange,
.btn-outline,
.clearBtn,
.chipBtn {
  border-radius: 14px;
  font-weight: 1000;
  text-decoration: none;
}

.btn-cta {
  padding: 11px 15px;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 16px;
  padding: 24px 0 12px;
}

.hero-left,
.hero-right {
  border: 1px solid rgba(255,255,255,.72);
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.76));
  box-shadow: 0 22px 52px rgba(2,6,23,.10);
  backdrop-filter: blur(14px);
}

.hero-left {
  padding: 30px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.hero-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,58,164,.12), transparent 38%),
    radial-gradient(circle at 92% 16%, rgba(249,115,22,.20), transparent 30%);
  pointer-events: none;
}

.hero-left > * {
  position: relative;
}

.hero-right {
  padding: 22px;
  border-radius: 24px;
}

.pill,
.section-badge {
  display: inline-flex;
  align-items: center;
  color: #12316f;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,58,164,.16);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .45px;
}

.pill {
  box-shadow: 0 10px 24px rgba(11,58,164,.08);
}

.hero-title-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 18px;
}

.hero-logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  box-shadow: 0 16px 30px rgba(2,6,23,.12);
  flex: 0 0 auto;
}

.hero-title {
  margin: 0;
  max-width: 780px;
  font-size: 46px;
  line-height: 1.07;
  font-weight: 1000;
  color: #0b1f44;
  letter-spacing: 0;
}

.hero-sub {
  margin-top: 18px;
  max-width: 76ch;
  color: rgba(15,23,42,.72);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.btn-secondary,
.btn-outline,
.clearBtn {
  background: rgba(255,255,255,.86);
  color: rgba(15,23,42,.82);
  border: 1px solid rgba(15,23,42,.12);
}

.btn-secondary {
  box-shadow: 0 14px 26px rgba(11,58,164,.10);
}

.summary-title,
.card-title {
  font-size: 16px;
  font-weight: 1000;
  color: #0b1f44;
}

.service-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.service-list div {
  padding: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,252,.88));
  border-radius: 16px;
}

.service-list b,
.trust-strip b {
  display: block;
  color: rgba(15,23,42,.90);
  font-size: 14px;
}

.service-list span,
.trust-strip span {
  display: block;
  margin-top: 5px;
  color: rgba(15,23,42,.62);
  font-size: 13px;
  line-height: 1.45;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(15,23,42,.10);
}

.trust-strip div {
  padding: 10px;
  border-radius: 14px;
  background: rgba(11,58,164,.06);
}

.section {
  margin-top: 26px;
  padding-top: 16px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.section-title {
  margin-top: 10px;
  color: #0b1f44;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 1000;
}

.section-sub {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  max-width: 72ch;
}

.btn-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
}

.searchRow {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.searchBox {
  min-width: 260px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(2,6,23,.06);
}

.searchIcon {
  color: var(--orange-dark);
  font-weight: 1000;
}

.searchInput {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(15,23,42,.82);
  font-size: 14px;
  font-weight: 800;
}

.clearBtn {
  padding: 11px 13px;
  cursor: pointer;
}

.chipRow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.chipBtn {
  padding: 9px 12px;
  background: rgba(255,255,255,.84);
  color: rgba(15,23,42,.76);
  border: 1px solid rgba(15,23,42,.12);
  cursor: pointer;
}

.chipBtn.active {
  color: #fff;
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(11,58,164,.18);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.course,
.cardx {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.11);
  box-shadow: 0 18px 42px rgba(2,6,23,.09);
}

.course {
  overflow: hidden;
  border-radius: 22px;
}

.poster {
  height: 214px;
  position: relative;
  background:
    radial-gradient(circle at 18% 24%, rgba(249,115,22,.52), transparent 52%),
    radial-gradient(circle at 78% 24%, rgba(11,58,164,.42), transparent 56%),
    linear-gradient(135deg, rgba(255,255,255,.8), rgba(241,245,249,.92));
}

.poster.hasImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}

.poster.hasImg::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(16,24,40,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.24), transparent);
  pointer-events: none;
}

.price,
.place {
  position: absolute;
  top: 12px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 10px 22px rgba(2,6,23,.10);
  font-size: 12px;
  font-weight: 1000;
}

.price {
  left: 12px;
  color: var(--orange-dark);
}

.place {
  right: 12px;
  color: rgba(15,23,42,.66);
}

.course-body {
  padding: 16px;
}

.course-body h3 {
  margin: 0;
  min-height: 44px;
  color: rgba(15,23,42,.92);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 1000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.course-body p {
  min-height: 44px;
  margin: 8px 0 12px;
  color: rgba(15,23,42,.62);
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tagline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.availability {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(249,115,22,.10);
  border: 1px solid rgba(249,115,22,.20);
  color: rgba(15,23,42,.72);
  font-size: 11px;
  font-weight: 1000;
  white-space: nowrap;
}

.meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.box,
.contactItem {
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.82);
  border-radius: 16px;
  padding: 12px;
}

.box .k,
.contactItem .k {
  color: rgba(15,23,42,.52);
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.box .v,
.contactItem .v {
  margin-top: 6px;
  color: rgba(15,23,42,.84);
  font-weight: 1000;
}

.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 16px 16px;
}

.btn-outline,
.btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px;
}

.btn-orange {
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
  box-shadow: 0 14px 28px rgba(11,58,164,.18);
}

@keyframes shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.cardx {
  border-radius: 22px;
  padding: 18px;
}

.mapWrap {
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.mapWrap iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.contactGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.hoursRow {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  background: rgba(248,250,252,.92);
}

.hoursRow .d {
  color: rgba(15,23,42,.80);
  font-weight: 1000;
}

.hoursRow .t {
  color: rgba(15,23,42,.60);
  font-weight: 900;
}

footer {
  margin-top: 34px;
  padding: 18px 0;
  color: rgba(15,23,42,.58);
}

.footerRow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.footerRow .a {
  font-weight: 1000;
}

.footerRow .b {
  font-size: 12px;
  font-weight: 800;
}

.waFloat {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  color: #fff;
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(22,163,74,.25);
}

.waFloat .ic {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero,
  .two-col {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    padding: 14px 12px 24px;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .btn-cta {
    width: 100%;
    text-align: center;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-left,
  .hero-right {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-title-row {
    display: block;
  }

  .hero-logo {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: 33px;
  }

  .hero-sub {
    font-size: 15px;
  }

  .hero-actions a,
  .btn-info,
  .clearBtn {
    width: 100%;
  }

  .section-title {
    font-size: 29px;
  }

  .grid,
  .contactGrid,
  .meta,
  .actions,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .searchBox {
    min-width: 100%;
  }

  .poster {
    height: 232px;
  }

  .waFloat span.txt {
    display: none;
  }
}
