:root {
  --navy: #102f5d;
  --navy-2: #1a4479;
  --red: #b5242d;
  --ink: #172334;
  --muted: #617083;
  --line: #d9dee5;
  --soft: #f4f3f0;
  --paper: #fbfbfa;
  --container: clamp(1180px, 80vw, 1920px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(181, 36, 45, 0.28);
  outline-offset: 4px;
}

::selection {
  background: #efc9cc;
  color: #321115;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 800;
  text-wrap: balance;
}

h2 {
  max-width: 800px;
  color: var(--navy);
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.038em;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.container {
  width: min(var(--container), calc(100% - 56px));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.soft {
  background: var(--soft);
}

.section-head,
.brochure-head {
  max-width: 840px;
  margin: 0 0 48px;
}

.lead {
  max-width: 780px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.small-note {
  color: #728093;
  font-size: 11px;
  line-height: 1.55;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 2000;
  padding: 9px 13px;
  border-radius: 2px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.015em;
  cursor: pointer;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.btn-primary,
.btn-red-cta,
.gift-cta-button {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.btn-primary:hover,
.btn-red-cta:hover,
.gift-cta-button:hover {
  border-color: #8f1720;
  background: #8f1720;
}

.btn-outline {
  border-color: #aeb8c5;
  background: transparent;
  color: var(--navy);
}

.btn-outline:hover {
  border-color: var(--navy);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #d7dce2;
  background: rgba(251, 251, 250, 0.97);
  backdrop-filter: blur(10px);
}

.header .container {
  width: min(var(--container), calc(100% - 30px));
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 70px;
}

.brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.vinen-logo {
  width: auto;
  height: 60px;
}

.menu {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: clamp(12px, 1.35vw, 22px);
  white-space: nowrap;
}

.menu a {
  position: relative;
  padding: 24px 0 22px;
  color: #4f5d6f;
  font-size: 11.5px;
  font-weight: 600;
  transition: color 0.18s ease;
}

.menu a::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  height: 1px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.menu a:hover,
.menu a.active {
  color: var(--navy);
}

.menu a:hover::after,
.menu a.active::after {
  transform: scaleX(1);
}

.nav-cta {
  flex: 0 0 auto;
}

.mobile-toggle,
.mobile-menu {
  display: none;
}

/* Hero */
.hero-full {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(680px, 42vw, 820px);
  padding: 64px 0 92px;
  overflow: hidden;
  isolation: isolate;
  background: var(--paper);
}

.hero-full-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: min(var(--container), calc(100% - 56px));
  background-color: #eef2f6;
  background-image:
    linear-gradient(
      90deg,
      #fbfbfa 0%,
      rgba(251, 251, 250, 0.98) 31%,
      rgba(251, 251, 250, 0.8) 47%,
      rgba(251, 251, 250, 0.18) 70%,
      transparent 86%
    ),
    url("../images/hero-key-visual.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top,
    right -300px center;
  background-size:
    100% 100%,
    auto 125%;
  transform: translateX(-50%);
}

.hero-full-grid {
  display: none;
}

.hero-content-card {
  width: min(1200px, 60vw);
}

.hero-kicker {
  margin-bottom: 15px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.hero h1 {
  max-width: 1200px;
  font-size: clamp(52px, 3.4vw, 96px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hero h1 .red {
  color: var(--red);
  white-space: normal;
}

#s1,
#curriculum,
#form {
  scroll-margin-top: 82px;
}

.tagline {
  max-width: 565px;
  margin-top: 22px;
  padding-left: 16px;
  border-left: 2px solid var(--red);
  color: #294567;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
}

.offer {
  max-width: 555px;
  margin-top: 28px;
  padding: 16px 0 17px;
  border-top: 1px solid #bdc5ce;
  border-bottom: 1px solid #bdc5ce;
}

.offer-label {
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-top: 6px;
}

.offer-price del {
  color: #7f8b9a;
  font-size: 16px;
  font-weight: 500;
}

.offer-price strong {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.offer-note {
  max-width: 470px;
  margin-top: 8px;
  color: #526174;
  font-size: 12px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

/* Programme facts */
.proofs {
  position: relative;
  z-index: 2;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof {
  min-height: 166px;
  padding: 27px 24px;
  border-right: 1px solid var(--line);
}

.proof:first-child {
  padding-left: 0;
}

.proof:last-child {
  padding-right: 0;
  border-right: 0;
}

.proof strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.proof b {
  display: block;
  margin-top: 5px;
  color: #35465b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof p {
  margin-top: 7px;
  color: #687588;
  font-size: 11.5px;
  line-height: 1.55;
}

/* Book */
.gift-section {
  padding: 112px 0;
}

.gift-card {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.gift-visual {
  display: grid;
  place-items: center;
  min-height: 450px;
  background: #e9e7e2;
}

.gift-book-wrap {
  width: min(78%, 310px);
}

.gift-book-cover {
  width: 100%;
  border-radius: 1px;
  box-shadow: 16px 22px 30px rgba(21, 34, 50, 0.16);
}

.gift-copy {
  padding: 28px 0;
}

.gift-copy h2 {
  max-width: 670px;
  font-size: clamp(34px, 3.3vw, 48px);
}

.gift-copy .lead {
  max-width: 700px;
  margin-top: 22px;
  font-size: 15px;
}

.gift-copy .lead b {
  color: var(--navy);
}

.gift-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.gift-value small {
  display: block;
  color: #758295;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.gift-value strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.gift-cta-button {
  min-height: 50px;
  padding-inline: 22px;
}

/* Context */
.why-reference {
  padding: 104px 0;
  background: #f0f2f4;
}

.why-reference-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 94px);
}

.why-reference-visual {
  overflow: hidden;
  background: #dde3e8;
}

.why-reference-visual img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.why-reference-title {
  margin-bottom: 21px;
  color: var(--red);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.why-reference-text {
  color: #4d5b6d;
  font-size: 14px;
}

.why-reference-quote {
  margin: 24px 0;
  padding: 3px 0 3px 22px;
  border-left: 3px solid var(--red);
}

.why-quote-icon {
  display: none;
}

.why-reference-quote p {
  color: var(--navy);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.why-reference-mission {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #cfd5dc;
}

.why-reference-mission span {
  display: block;
  color: #40526a;
  font-size: 12px;
}

.why-reference-mission strong {
  display: block;
  margin-top: 4px;
  color: var(--red);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

/* Audience */
#s3 {
  padding-top: 104px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 52px;
}

.audience {
  min-height: 0;
  padding: 27px 0 30px;
  border-top: 1px solid #cfd5dc;
}

.audience-icon {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.audience h3 {
  margin-top: 12px;
  color: var(--navy);
  font-size: 18px;
}

.audience p {
  max-width: 490px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
}

/* Event gallery */
.event-gallery-section {
  padding: 96px 0 108px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.event-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  margin-bottom: 38px;
}

.event-gallery-head .lead {
  max-width: 720px;
}

.event-gallery-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-gallery-counter {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-width: 68px;
  color: #748196;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.event-gallery-counter span:first-child {
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
}

.event-gallery-button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0 0 2px;
  border: 1px solid #aeb8c5;
  border-radius: 3px;
  background: transparent;
  color: var(--navy);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.event-gallery-button:hover:not(:disabled) {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.event-gallery-button:active:not(:disabled) {
  transform: translateY(1px);
}

.event-gallery-button:disabled {
  opacity: 0.35;
  cursor: default;
}

.event-gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(360px, 42vw, 720px);
  gap: 22px;
  padding-bottom: 2px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
}

.event-gallery-track::-webkit-scrollbar {
  display: none;
}

.event-gallery-slide {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #dfe5ec;
  scroll-snap-align: start;
}

.event-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .event-gallery-slide:hover img {
    transform: scale(1.025);
  }
}

/* Outcomes */
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 56px;
}

.benefit-card {
  padding: 28px 0 32px;
  border-top: 1px solid #cfd5dc;
}

.benefit-card:last-child {
  grid-column: 1 / -1;
}

.benefit-topline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefit-no {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
}

.benefit-topline small {
  color: #687588;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.045em;
}

.benefit-card h3 {
  margin-top: 14px;
  color: var(--navy);
  font-size: 20px;
}

.benefit-card p {
  max-width: 680px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13.5px;
}

.benefit-card p b {
  color: #35465b;
  font-weight: 700;
}

.benefit-positioning {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
  align-items: center;
  gap: 64px;
  margin-top: 44px;
  padding: 38px 0;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid #cfd5dc;
}

.positioning-copy small {
  display: block;
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.positioning-copy strong {
  display: block;
  max-width: 760px;
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.3;
  font-weight: 700;
}

.positioning-copy p {
  max-width: 680px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.positioning-pillars {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.positioning-pillars span {
  padding: 12px 0;
  border-bottom: 1px solid #cfd5dc;
  color: #40526a;
  font-size: 12px;
  font-weight: 600;
}

/* Evidence */
.credibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: stretch;
  gap: 44px;
  margin-top: 84px;
}

.copyright-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 34px;
}

.copyright-card img {
  width: 100%;
  height: 420px;
  border: 1px solid #d7dce2;
  background: #fff;
  object-fit: contain;
}

.copyright-copy small,
.certificate-card > small {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.copyright-copy h3 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 24px;
}

.copyright-copy p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.credential-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 18px;
  margin-top: 20px;
}

.credential-list div {
  padding: 11px 0;
  border-top: 1px solid #d7dce2;
  color: var(--muted);
  font-size: 11px;
}

.credential-list b {
  color: var(--navy);
}

.certificate-card {
  padding: 34px;
  border: 1px solid #cfd7e1;
  border-top: 4px solid var(--navy);
  background: #eef2f6;
}

.certificate-card h3 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 25px;
}

.certificate-card > p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.certificate-types {
  display: grid;
  margin-top: 18px;
}

.certificate-type-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid #c7d0da;
}

.certificate-number {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
}

.certificate-type-copy small {
  display: block;
  color: #6a788a;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.certificate-type-copy b {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.4;
}

.certificate-type-copy p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.certificate-note {
  margin-top: 10px;
}

/* Curriculum */
.curriculum {
  margin-top: 92px;
  padding-top: 32px;
  border-top: 2px solid var(--navy);
}

.curriculum-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.curriculum-caption {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.curriculum-title h3 {
  margin-top: 6px;
  color: var(--navy);
  font-size: 29px;
}

.curriculum-title p {
  max-width: 560px;
  color: var(--muted);
  font-size: 13px;
}

.part {
  border-top: 1px solid #cfd5dc;
}

.part:last-child {
  border-bottom: 1px solid #cfd5dc;
}

.part-head {
  display: grid;
  grid-template-columns: 110px 1fr 32px;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.part-code {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.part-name {
  font-size: 16px;
  font-weight: 700;
}

.plus {
  color: var(--navy);
  font-size: 22px;
  transition: transform 0.22s ease;
}

.part-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.part-body > div {
  overflow: hidden;
}

.part.open .part-body {
  grid-template-rows: 1fr;
}

.part.open .plus {
  transform: rotate(45deg);
}

.modules {
  display: grid;
  gap: 0;
  padding: 0 0 24px 125px;
}

.module {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #e1e5ea;
  color: #536176;
  font-size: 12.5px;
}

.module b {
  color: var(--navy);
}

/* Faculty */
.brochure-lecturers {
  background: #f2f2ef;
}

.featured-lecturer {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #cfd5dc;
  background: var(--paper);
  cursor: pointer;
}

.featured-number,
.lecturer-index {
  display: none;
}

.featured-photo {
  min-height: 430px;
  overflow: hidden;
  background: #dfe3e6;
}

.featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.featured-copy {
  align-self: center;
  padding: 48px 52px;
}

.lecturer-tag {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.featured-copy h3 {
  margin-top: 15px;
  color: var(--navy);
  font-size: 34px;
}

.featured-role {
  margin-top: 10px;
  color: #40526a;
  font-size: 15px;
  font-weight: 600;
}

.featured-desc {
  max-width: 610px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.profile-text-btn {
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.profile-text-btn::after {
  color: var(--red);
  content: "  ->";
}

.brochure-divider {
  margin: 58px 0 16px;
  padding-top: 18px;
  border-top: 2px solid var(--navy);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lecturer-grid-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
}

.lecturer-card-compact {
  display: grid;
  grid-template-columns: 104px 1fr;
  min-height: 156px;
  max-height: 170px;
  overflow: hidden;
  border-top: 1px solid #cfd5dc;
  cursor: pointer;
  transition: border-color 0.18s ease;
}

.lecturer-card-compact:hover,
.lecturer-card-compact:focus {
  border-color: var(--red);
  outline: none;
}

.lecturer-card:focus-visible {
  outline: 3px solid rgba(181, 36, 45, 0.28);
  outline-offset: 4px;
}

.lecturer-compact-photo {
  min-height: 156px;
  overflow: hidden;
  background: #dfe3e6;
}

.lecturer-compact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.lecturer-compact-copy {
  position: relative;
  padding: 17px 0 15px 18px;
}

.lecturer-card-compact h3 {
  margin-top: 8px;
  color: var(--navy);
  font-size: 16px;
}

.lecturer-card-compact p {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: #69778b;
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.profile-hint {
  position: absolute;
  bottom: 10px;
  left: 18px;
  color: var(--navy);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.more-experts-note {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #cfd5dc;
}

.more-experts-note > span {
  display: none;
}

.more-experts-note strong {
  color: var(--navy);
}

.more-experts-note p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.ecosystem-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.85fr);
  align-items: center;
  gap: 60px;
  margin-top: 72px;
  padding: 38px 0;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid #cfd5dc;
}

.ecosystem-copy h3 {
  color: var(--navy);
  font-size: 27px;
}

.ecosystem-copy p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.ecosystem-list {
  color: #40526a;
  font-size: 13px;
  line-height: 1.8;
}

/* Brand watermark */
.gift-section,
.why-reference,
#s3,
#s4,
#s5,
#s6 {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.gift-section::after,
.why-reference::after,
#s3::after,
#s4::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: clamp(660px, 38vw, 660px);
  aspect-ratio: 1;
  background: url("../images/favicon.png") center / contain no-repeat;
  content: "";
  opacity: 0.1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.gift-section > .container,
.why-reference > .container,
#s3 > .container,
#s4 > .container,
#s5 > .container,
#s6 > .container {
  position: relative;
  z-index: 1;
}

/* Course details and form */
.course-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 44px;
}

.info-card {
  position: sticky;
  top: 94px;
  padding-top: 30px;
  border-top: 4px solid var(--navy);
}

.course-name {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.info-list {
  margin-top: 20px;
}

.info-row {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.info-row b {
  color: #758295;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.info-row span {
  color: #2a384c;
  font-size: 13px;
  font-weight: 600;
}

.info-row.highlight b,
.info-row.highlight span {
  color: var(--red);
}

.session6-cert-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.session6-cert-copy strong {
  color: var(--navy);
  font-size: 13px;
  line-height: 1.35;
}

.session6-cert-copy small {
  color: #748196;
  font-size: 10.5px;
  line-height: 1.45;
}

.google-form-card {
  overflow: hidden;
  border: 1px solid #cfd5dc;
  border-radius: 2px;
  background: #fff;
}

.google-form-heading {
  padding: 28px 30px 23px;
  border-bottom: 1px solid #dfe3e7;
  background: var(--soft);
}

.google-form-heading h3 {
  max-width: 640px;
  color: var(--navy);
  font-size: 27px;
}

.google-form-heading .form-intro {
  max-width: 680px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
}

.google-form-frame {
  position: relative;
  min-height: 1680px;
  background: #f5f3f4;
}

.google-form-frame::before {
  position: absolute;
  top: 34px;
  left: 50%;
  color: #788598;
  content: "Đang tải biểu mẫu...";
  font-size: 12px;
  font-weight: 600;
  transform: translateX(-50%);
}

.google-form-frame iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1680px;
  border: 0;
  background: #fff;
}

.form-fallback {
  padding: 14px 28px 0;
  color: var(--muted);
  font-size: 11.5px;
  text-align: center;
}

.form-fallback a {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.google-form-card .contact {
  margin: 14px 28px 0;
  padding: 14px 0 22px;
  border-top: 1px solid var(--line);
  color: #758295;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

/* Footer */
.site-footer {
  margin-top: 0;
  padding: 56px 0 0;
  border-top: 1px solid #d7dce2;
  background: #0f2f5d;
  color: #fff;
}

.footer-content {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(260px, 0.9fr) minmax(
      260px,
      0.9fr
    );
  gap: clamp(36px, 5vw, 76px);
  padding-bottom: 46px;
}

.footer-brand {
  max-width: 520px;
}

.footer-vinen-logo {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #fff;
}

.footer-brand h3 {
  max-width: 430px;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.footer-brand p {
  max-width: 490px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.75;
}

.footer-governance {
  display: grid;
  gap: 7px;
  max-width: 490px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand .footer-governance p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.footer-governance strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* Column title */
.footer-title {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--red);
  content: "";
}

/* Contact */
.footer-contact-list {
  display: grid;
}

.footer-contact-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-contact-item:first-child {
  padding-top: 0;
}

.footer-contact-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-contact-item a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.6;
  word-break: break-word;
  transition: color 0.18s ease;
}

.footer-contact-item a:hover {
  color: #fff;
}

.footer-contact-phone {
  font-variant-numeric: tabular-nums;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
}

.footer-contact-item .footer-social-link {
  display: inline-grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  place-items: center;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-contact-item .footer-social-link:hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

.footer-contact-item .footer-social-link:active {
  transform: translateY(0);
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer-social-link--linkedin .footer-social-icon {
  -webkit-mask-image: url("../icons/social/linkedin.svg");
  mask-image: url("../icons/social/linkedin.svg");
}

.footer-social-link--facebook .footer-social-icon {
  -webkit-mask-image: url("../icons/social/facebook.svg");
  mask-image: url("../icons/social/facebook.svg");
}

.footer-social-link--youtube .footer-social-icon {
  -webkit-mask-image: url("../icons/social/youtube.svg");
  mask-image: url("../icons/social/youtube.svg");
}

.footer-social-link--tiktok .footer-social-icon {
  -webkit-mask-image: url("../icons/social/tiktok.svg");
  mask-image: url("../icons/social/tiktok.svg");
}

/* Address */
.footer-office-name {
  max-width: 290px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  text-wrap: pretty;
}

.footer-address {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-size: 13px;
  line-height: 1.65;
}

.footer-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  transition:
    border-color 0.18s ease,
    color 0.18s ease;
}

.footer-map-link span {
  color: #e14a52;
}

.footer-map-link:hover {
  border-color: #fff;
}

/* Bottom */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom small {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .site-footer {
    padding-top: 48px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 48px 36px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 40px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 34px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-vinen-logo {
    height: 50px;
  }

  .footer-brand h3 {
    font-size: 19px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0 24px;
  }
}

/* Lecturer dialog */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(7, 20, 38, 0.72);
}

.modal.open {
  display: grid;
  animation: modal-fade 0.18s ease both;
}

.modal-panel {
  position: relative;
  width: min(860px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-top: 4px solid var(--red);
  background: var(--paper);
  animation: modal-rise 0.22s ease both;
}

.modal-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

.modal-grid > img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background: #dfe3e6;
  object-fit: cover;
  object-position: center 18%;
}

.modal-copy {
  align-self: center;
  padding: 48px;
}

.modal-copy > small {
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.modal-copy h3 {
  margin-top: 9px;
  color: var(--navy);
  font-size: 30px;
}

.modal-copy > b {
  display: block;
  margin-top: 10px;
  color: #40526a;
  font-size: 13px;
}

.modal-copy > p:not(.small-note) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.modal-copy .small-note {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #cfd5dc;
  border-radius: 50%;
  background: var(--paper);
  color: var(--navy);
  font-size: 22px;
  cursor: pointer;
}

@keyframes modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.mobile-sticky {
  display: none;
}

.contact-dock {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: clamp(100px, 14vh, 160px);
  z-index: 850;
  display: grid;
  gap: 12px;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.contact-dock.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.contact-bubble {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  place-items: center;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.contact-bubble:hover {
  transform: translateY(-2px) scale(1.04);
}

.contact-bubble:active {
  transform: scale(0.96);
}

.contact-bubble--messenger {
  background: #0866ff;
  box-shadow:
    0 10px 24px rgba(8, 67, 168, 0.24),
    0 0 0 5px rgba(8, 102, 255, 0.14);
}

.contact-bubble--zalo {
  background: #0988f5;
  box-shadow:
    0 10px 24px rgba(9, 91, 166, 0.24),
    0 0 0 5px rgba(9, 136, 245, 0.14);
}

.contact-bubble--phone {
  background: #d32632;
  box-shadow:
    0 10px 24px rgba(125, 20, 28, 0.24),
    0 0 0 5px rgba(211, 38, 50, 0.14);
}

.contact-bubble-icon {
  width: 23px;
  height: 23px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.contact-bubble--messenger .contact-bubble-icon {
  -webkit-mask-image: url("../icons/social/messenger.svg");
  mask-image: url("../icons/social/messenger.svg");
}

.contact-bubble--zalo .contact-bubble-icon {
  -webkit-mask-image: url("../icons/social/zalo.svg");
  mask-image: url("../icons/social/zalo.svg");
}

.contact-bubble--phone .contact-bubble-icon {
  width: 21px;
  height: 21px;
  -webkit-mask-image: url("../icons/social/phone.svg");
  mask-image: url("../icons/social/phone.svg");
}

.contact-bubble-label {
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  width: max-content;
  padding: 5px 8px;
  border: 1px solid rgba(16, 47, 93, 0.12);
  border-radius: 3px;
  background: rgba(251, 251, 250, 0.97);
  box-shadow: 0 7px 18px rgba(16, 47, 93, 0.12);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(5px, -50%);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

@media (hover: hover) {
  .contact-bubble:hover .contact-bubble-label,
  .contact-bubble:focus-visible .contact-bubble-label {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@media (max-width: 1180px) {
  .menu {
    gap: 12px;
  }

  .menu a {
    font-size: 10.5px;
  }
}

@media (max-width: 1050px) {
  .menu,
  .nav-cta {
    display: none;
  }

  .mobile-toggle {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    margin: 4px auto;
    background: var(--navy);
    transition:
      transform 0.18s ease,
      opacity 0.18s ease;
  }

  .mobile-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu.open {
    position: absolute;
    top: 70px;
    right: -15px;
    left: -15px;
    display: block;
    padding: 8px 22px 18px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .mobile-menu a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
  }

  .hero-full {
    min-height: 680px;
  }

  .hero-full-overlay {
    background-position:
      left top,
      right -130px top;
  }

  .hero-content-card {
    width: min(650px, 64vw);
  }

  .hero h1 {
    font-size: clamp(44px, 5.2vw, 54px);
    line-height: 1.12;
  }

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

  .proof:nth-child(2) {
    border-right: 0;
  }

  .proof:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .credibility-grid,
  .course-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    position: static;
  }
}

@media (max-width: 900px) {
  .section,
  .gift-section,
  .why-reference {
    padding: 84px 0;
  }

  .gift-card,
  .why-reference-grid,
  .featured-lecturer,
  .ecosystem-panel {
    grid-template-columns: 1fr;
  }

  .gift-visual {
    min-height: 480px;
  }

  .why-reference-visual img {
    height: 390px;
  }

  .featured-photo {
    min-height: 500px;
  }

  .featured-copy {
    padding: 42px;
  }

  .ecosystem-panel {
    gap: 20px;
  }

  .credibility-grid {
    gap: 52px;
  }
}

@media (max-width: 650px) {
  .container,
  .hero-content-wrap {
    width: calc(100% - 30px);
  }

  .section,
  .gift-section,
  .why-reference,
  #s3 {
    padding: 70px 0;
  }

  h2 {
    font-size: clamp(29px, 8.3vw, 38px);
    line-height: 1.16;
  }

  .section-head,
  .brochure-head {
    margin-bottom: 34px;
  }

  .lead {
    font-size: 14px;
  }

  .vinen-logo {
    height: 50px;
  }

  .hero-full {
    display: block;
    min-height: auto;
    padding: 38px 0 0;
    background-image: none;
  }

  .hero-full::after {
    display: block;
    width: 100%;
    height: clamp(250px, 76vw, 340px);
    margin-top: 36px;
    background: url("../images/hero-key-visual.jpg") 68% 32% / 210% auto
      no-repeat;
    content: "";
  }

  .hero-full-overlay {
    display: none;
  }

  .hero-content-card {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(34px, 10.4vw, 43px);
    line-height: 1.16;
    letter-spacing: -0.035em;
  }

  .hero h1 .red {
    white-space: normal;
  }

  .tagline {
    margin-top: 16px;
    font-size: 14.5px;
  }

  .offer {
    margin-top: 20px;
    padding: 14px 0;
  }

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

  .hero-actions .btn {
    width: 100%;
    min-height: 45px;
    padding: 0 9px;
    font-size: 10.5px;
  }

  .proof {
    min-height: 188px;
    padding: 22px 15px;
  }

  .proof:first-child,
  .proof:nth-child(3) {
    padding-left: 0;
  }

  .proof p {
    font-size: 10.8px;
  }

  .gift-card {
    gap: 40px;
  }

  .gift-visual {
    min-height: 390px;
  }

  .gift-copy {
    padding: 0;
  }

  .gift-copy h2 {
    font-size: 30px;
  }

  .gift-cta {
    grid-template-columns: 1fr;
  }

  .gift-cta-button {
    width: 100%;
  }

  .why-reference-grid {
    gap: 38px;
  }

  .why-reference-visual img {
    height: auto;
    aspect-ratio: 1.18 / 1;
  }

  .why-reference-quote p {
    font-size: 15px;
  }

  .audience-grid,
  .outcome-grid,
  .lecturer-grid-compact {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .event-gallery-section {
    padding: 70px 0 84px;
  }

  .event-gallery-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 26px;
  }

  .event-gallery-controls {
    justify-content: flex-end;
  }

  .event-gallery-counter {
    margin-right: auto;
  }

  .event-gallery-button {
    width: 44px;
    height: 44px;
  }

  .event-gallery-track {
    grid-auto-columns: 86%;
    gap: 12px;
  }

  .benefit-card:last-child {
    grid-column: 1;
  }

  .benefit-positioning {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 0;
  }

  .credibility-grid {
    margin-top: 64px;
  }

  .copyright-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .copyright-card img {
    height: auto;
  }

  .certificate-card {
    padding: 27px 22px;
  }

  .curriculum {
    margin-top: 70px;
  }

  .curriculum-title {
    display: block;
  }

  .curriculum-title p {
    margin-top: 14px;
  }

  .part-head {
    grid-template-columns: 76px 1fr 24px;
    gap: 8px;
    padding: 19px 0;
  }

  .part-name {
    font-size: 13px;
  }

  .modules {
    padding: 0 0 20px;
  }

  .module {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .featured-photo {
    min-height: 360px;
  }

  .featured-copy {
    padding: 30px 22px 34px;
  }

  .featured-copy h3 {
    font-size: 28px;
  }

  .lecturer-card-compact {
    grid-template-columns: 96px 1fr;
  }

  .ecosystem-panel {
    gap: 20px;
    margin-top: 56px;
    padding: 30px 0;
  }

  .course-grid {
    gap: 44px;
  }

  .info-row {
    grid-template-columns: 108px 1fr;
    gap: 12px;
  }

  .google-form-heading {
    padding: 23px 18px 18px;
  }

  .google-form-heading h3 {
    font-size: 24px;
  }

  .google-form-frame,
  .google-form-frame iframe {
    min-height: 2210px;
    height: 2210px;
  }

  .form-fallback {
    padding-inline: 18px;
  }

  .google-form-card .contact {
    margin-inline: 18px;
  }

  .gift-section::after,
  .why-reference::after,
  #s3::after,
  #s4::after,
  #s5::after,
  #s6::after {
    width: 300px;
    opacity: 0.04;
  }

  .modal {
    padding: 12px;
  }

  .modal-panel {
    max-height: calc(100vh - 24px);
  }

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

  .modal-grid > img {
    min-height: 300px;
    max-height: 360px;
  }

  .modal-copy {
    padding: 28px 22px 34px;
  }

  .modal-copy h3 {
    font-size: 25px;
  }

  .mobile-sticky {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 900;
    display: block;
    padding: 8px;
    border: 1px solid rgba(16, 47, 93, 0.12);
    background: rgba(251, 251, 250, 0.94);
    backdrop-filter: blur(10px);
    transition:
      opacity 0.18s ease,
      transform 0.18s ease;
  }

  .contact-dock {
    right: max(18px, env(safe-area-inset-right));
    bottom: calc(102px + env(safe-area-inset-bottom));
    gap: 9px;
  }

  .contact-bubble {
    width: 46px;
    height: 46px;
  }

  .contact-bubble-label {
    display: none;
  }

  .mobile-sticky .btn-red-cta {
    width: 100%;
  }

  .mobile-sticky.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
  }

  footer {
    padding-bottom: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
