/* Generated from styles.css by tools/split-css.mjs. */
@font-face{
  font-family: "Inter";
  src: url("assets/fonts/Inter-Variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF, U+2200-22FF, U+25A0-25FF, U+FEFF, U+FFFD;
}
@font-face{
  font-family: "Noto Sans Thai";
  src: url("assets/fonts/NotoSansThai-Variable-thai.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0E00-0E7F, U+200B-200D, U+25CC, U+FEFF;
}
:root{
  --primary: #007991;
  --secondary: #194350;
  --accent: #59C9A5;
  --neutral: #2D3748;
  --ink: var(--neutral);
  --muted: #647282;
  --line: #d9e3e4;
  --surface: #f4f8f7;
  --white: #ffffff;
  --teal: var(--primary);
  --mint: var(--accent);
  --blue: var(--secondary);
  --deep: var(--secondary);
  --shadow: 0 24px 70px rgba(25, 67, 80, 0.13);
}
*{ box-sizing: border-box; }
body{
  margin: 0;
  font-family: "Inter", "Noto Sans Thai", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
.site-header{
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 48px;
  color: var(--white);
  background: transparent;
  backdrop-filter: blur(16px);
  transition: background 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled{
  background: rgba(25, 67, 80, 0.5);
  box-shadow: 0 12px 32px rgba(25, 67, 80, 0.16);
}
.site-header.light-header:not(.is-scrolled){
  color: var(--ink);
}
.site-header.light-header:not(.is-scrolled) .site-nav a{
  color: rgba(25, 67, 80, 0.82);
}
.site-header.light-header:not(.is-scrolled) .site-nav a:hover{
  color: var(--teal);
}
.site-header.light-header:not(.is-scrolled) .nav-menu a{
  color: rgba(255,255,255,0.94);
}
.site-header.light-header:not(.is-scrolled) .nav-menu a:hover{
  color: var(--white);
}
.site-header.light-header:not(.is-scrolled) .lang-toggle,
.site-header.light-header:not(.is-scrolled) .nav-toggle{
  color: var(--ink);
  border-color: rgba(25,67,80,0.22);
}
.brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}
.brand-logo{
  width: 118px;
  height: auto;
}
.brand-logo img{
  width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}
.site-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-size: 16px;
}
@media (min-width: 901px){
.site-header{
    display: flex;
    justify-content: flex-start;
  }
.site-nav{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
.header-phone{
    margin-left: auto;
  }
.lang-toggle{
    flex: 0 0 auto;
    width: auto;
  }
}
.site-nav a{ color: rgba(255,255,255,0.86); }
.site-nav a:hover{ color: var(--white); }
.nav-phone{
  display: none;
}
.header-phone{
  justify-self: end;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.header-phone:hover{
  color: var(--mint);
}
.site-header.light-header:not(.is-scrolled) .header-phone{
  color: rgba(25, 67, 80, 0.82);
}
.site-header.light-header:not(.is-scrolled) .header-phone:hover{
  color: var(--teal);
}
.vera-call-button{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(89, 201, 165, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 121, 145, 0.92), rgba(25, 67, 80, 0.92));
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 121, 145, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.vera-call-button:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 121, 145, 0.28);
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: var(--secondary);
}
.vera-call-button .call-icon{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0;
  line-height: 1;
}
.vera-call-button .call-icon svg{
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}
.vera-call-button .call-icon:empty::before{
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.24 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.24 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.vera-call-button .call-copy{
  display: block;
  text-align: left;
}
.vera-call-button strong{
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}
.vera-call-button small{
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.1;
  opacity: 0.86;
}
.site-header.light-header:not(.is-scrolled) .vera-call-button{
  color: var(--white);
}
.site-header.light-header:not(.is-scrolled) .vera-call-button:hover{
  color: var(--secondary);
}
.nav-group{ position: relative; padding: 26px 0; }
.nav-menu{
  display: none;
  position: absolute;
  top: 58px;
  left: -28px;
  min-width: 240px;
  padding: 12px;
  background: rgba(25, 67, 80, 0.94);
  border: 1px solid rgba(89, 201, 165, 0.2);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}
.nav-menu::before{
  content: "";
  position: absolute;
  top: -6px;
  left: 34px;
  width: 12px;
  height: 12px;
  background: rgba(25, 67, 80, 0.94);
  border-left: 1px solid rgba(89, 201, 165, 0.2);
  border-top: 1px solid rgba(89, 201, 165, 0.2);
  transform: rotate(45deg);
}
.nav-menu a{
  position: relative;
  display: block;
  padding: 13px 14px 13px 18px;
  color: rgba(255,255,255,0.94);
  font-weight: 700;
}
.nav-menu-label{
  display: block;
  margin: 8px 14px 4px;
  padding-top: 12px;
  color: var(--mint);
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav-menu a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 3px;
  background: transparent;
}
.nav-menu a:hover{
  color: var(--white);
  background: rgba(89, 201, 165, 0.1);
}
.nav-menu a:hover::before{
  background: var(--mint);
}
.nav-group:hover .nav-menu{ display: block; }
.lang-toggle,
.nav-toggle{
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  color: var(--white);
  padding: 10px 14px;
  font: inherit;
}
.lang-toggle{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  padding: 4px;
  font-weight: 800;
}
.lang-option{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 36px;
  padding: 6px 10px;
  color: rgba(255,255,255,0.72);
  transition: color 160ms ease, background 160ms ease;
}
.lang-divider{
  color: rgba(255,255,255,0.36);
  font-weight: 700;
}
.lang-toggle[data-active="en"] .lang-option[data-lang="en"],
.lang-toggle[data-active="th"] .lang-option[data-lang="th"]{
  color: var(--secondary);
  background: var(--accent);
}
.site-header.light-header:not(.is-scrolled) .lang-option{
  color: rgba(25, 67, 80, 0.64);
}
.site-header.light-header:not(.is-scrolled) .lang-divider{
  color: rgba(25, 67, 80, 0.32);
}
.site-header.light-header:not(.is-scrolled) .lang-toggle[data-active="en"] .lang-option[data-lang="en"],
.site-header.light-header:not(.is-scrolled) .lang-toggle[data-active="th"] .lang-option[data-lang="th"]{
  color: var(--secondary);
}
.nav-toggle{ display: none; }
.hero{
  position: relative;
  margin-top: -72px;
  padding-top: 72px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--deep);
}
.hero-media{
  position: absolute;
  inset: 0;
}
.hero-content{
  position: relative;
  width: min(820px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding: 80px 0;
  color: var(--white);
}
.eyebrow{
  margin: 0 0 16px;
  color: var(--mint);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
h1,
h2,
h3,
p{ margin-top: 0; }
h1{
  max-width: 900px;
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 28px;
  overflow-wrap: anywhere;
}
h2{ font-size: clamp(30px, 4vw, 54px); line-height: 1.04; letter-spacing: 0; margin-bottom: 18px; overflow-wrap: anywhere; }
h3{ font-size: 22px; line-height: 1.25; letter-spacing: 0; margin-bottom: 12px; }
.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-weight: 800;
}
.button-primary{ background: var(--mint); color: var(--deep); }
.button-secondary{ border-color: rgba(255,255,255,0.42); color: var(--white); }
.text-link{ color: var(--teal); font-weight: 800; }
.section{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}
.section-heading{ max-width: 790px; margin-bottom: 42px; }
.inline-heading{ display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 24px; }
.compact-heading{ margin-bottom: 24px; }
.compact-heading h2{ font-size: 34px; margin-bottom: 0; }
.view-all-link{ font-size: 13px; }
.article-grid,
.feature-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.article-card,
.feature-grid article{
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 10px 35px rgba(25, 67, 80, 0.06);
}
.article-body{ padding: 0; }
.tag{ color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.article-card p,
.feature-grid p{ color: var(--muted); }
.article-card{
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 14px 36px rgba(25, 67, 80, 0.12);
}
.article-card img{ height: 156px; width: 100%; object-fit: cover; background: var(--surface); }
.article-card.article-card-contain img{
  object-fit: contain;
  background: #0d2444;
}
.article-card .article-body{ padding: 18px; }
.article-meta{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.article-card .tag{
  color: var(--mint);
  font-size: 11px;
  letter-spacing: 0.02em;
}
.article-meta time{
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.article-meta time::before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: var(--line);
}
.article-card h3{
  margin: 6px 0 8px;
  font-size: 21px;
  line-height: 1.22;
}
.article-card p{
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.article-card strong{
  color: var(--teal);
  font-size: 13px;
}
.related-articles{
  gap: 18px;
  padding: 0;
}
.related-articles .article-card{
  border-radius: 4px;
  box-shadow: 0 14px 36px rgba(25, 67, 80, 0.12);
}
.related-articles .article-card img{
  height: 156px;
}
.related-articles .article-body{
  padding: 18px;
}
.related-articles .tag{
  color: var(--mint);
  font-size: 11px;
}
.related-articles h3{
  margin: 6px 0 8px;
  font-size: 21px;
}
.related-articles p{
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.45;
}
.related-articles strong{
  color: var(--teal);
  font-size: 13px;
}
.cta-band{
  display: grid;
  place-items: center;
  text-align: center;
  gap: 12px;
  padding: 82px 24px;
  color: var(--white);
  background: linear-gradient(135deg, #194350, #007991);
}
.cta-band p{ color: rgba(255,255,255,0.74); max-width: 650px; }
.site-footer{
  color: rgba(255,255,255,0.78);
  background: #194350;
}
.footer-main{
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1.15fr;
  gap: 54px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 56px;
}
.footer-brand img{
  width: 124px;
  height: auto;
  margin-bottom: 22px;
}
.footer-brand p,
.footer-newsletter p,
.footer-bottom p{
  color: rgba(255,255,255,0.68);
  font-size: 14px;
}
.social-links{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}
.social-links a{
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: rgba(89,201,165,0.18);
  border: 1px solid rgba(89,201,165,0.28);
  font-size: 12px;
  font-weight: 800;
}
.social-links svg{
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.footer-email{
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 700;
}
.footer-email:hover{
  color: var(--mint);
}
.footer-phone{
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 700;
}
.footer-phone:hover{
  color: var(--mint);
}
.footer-column,
.footer-newsletter{
  display: grid;
  align-content: start;
  gap: 14px;
}
.footer-column h3,
.footer-newsletter h3{
  color: var(--white);
  font-size: 16px;
  margin: 0 0 10px;
}
.footer-column a{
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}
.footer-column a:hover,
.footer-bottom a:hover{
  color: var(--mint);
}
.footer-newsletter input{
  min-height: 48px;
  border-color: rgba(255,255,255,0.2);
  color: var(--white);
  background: rgba(255,255,255,0.06);
  font-size: 14px;
}
.footer-newsletter button{
  min-height: 48px;
  border: 0;
  color: var(--deep);
  background: var(--mint);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom nav{
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.footer-bottom a{
  color: rgba(255,255,255,0.62);
  font-size: 14px;
}
.feature-grid article{ padding: 28px; }
input,
textarea,
select{
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  padding: 12px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}
textarea{ min-height: 130px; resize: vertical; }
.product-copy p:not(.eyebrow){ max-width: 660px; color: rgba(255,255,255,0.75); font-size: 19px; }
.product-copy h1{
  max-width: 100%;
  font-size: clamp(34px, 3.05vw, 46px);
  line-height: 1.04;
  margin-bottom: 22px;
}
table{ width: 100%; border-collapse: collapse; background: var(--white); }
th,
td{ padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th{ width: 34%; color: var(--teal); }
dt{ font-weight: 800; color: var(--teal); }
dd{ margin: 0 0 18px; color: var(--muted); }
label{ display: grid; gap: 7px; font-weight: 800; }
.pdpa-banner{
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  gap: 18px;
  align-items: center;
  width: min(560px, calc(100% - 48px));
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.pdpa-banner p{ margin: 0; color: var(--muted); font-size: 14px; }
.pdpa-banner button{
  border: 0;
  padding: 10px 14px;
  color: var(--deep);
  background: var(--mint);
  font-weight: 800;
}
.chat-float{
  position: fixed;
  right: 44px;
  bottom: 58px;
  z-index: 25;
  display: grid;
  place-items: end start;
  width: 154px;
  height: 132px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 18px 28px rgba(25, 67, 80, 0.24));
  transition: transform 180ms ease, filter 180ms ease;
}
.chat-float:hover{
  transform: translateY(-4px);
  filter: drop-shadow(0 22px 34px rgba(25, 67, 80, 0.3));
}
.chat-character{
  grid-area: 1 / 1;
  width: 112px;
  height: 132px;
  object-fit: contain;
  transition: opacity 160ms ease, transform 180ms ease;
}
.chat-character-hover{
  opacity: 0;
  transform: translateY(2px) scale(0.96);
}
.chat-float:hover .chat-character-default{
  opacity: 0;
  transform: translateY(4px) scale(0.96);
}
.chat-float:hover .chat-character-hover{
  opacity: 1;
  transform: translateY(-2px) scale(1.03);
}
.chat-bubble-lottie{
  position: absolute;
  right: -4px;
  top: -30px;
  width: 92px;
  height: 92px;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(25, 67, 80, 0.22));
  transform-origin: left bottom;
  transition: transform 180ms ease, opacity 180ms ease;
}
.chat-float:hover .chat-bubble-lottie{
  transform: translate(2px, -3px) scale(1.05);
}
@media (min-width: 701px) and (max-width: 1180px){
.site-header{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 44px auto auto;
    grid-template-rows: 72px;
    align-items: center;
    padding: 0 24px;
    gap: 16px;
  }
.brand-logo{
    grid-column: 1;
    grid-row: 1;
  }
.header-phone{
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-height: 44px;
    margin-left: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--white);
    font-size: 0;
    transform: none;
  }
.header-phone:hover{
    transform: none;
    box-shadow: none;
    background: transparent;
  }
.header-phone .call-icon,
.header-phone .call-copy{
    display: none;
  }
.header-phone::after{
    content: "";
    width: 28px;
    height: 28px;
    background: url("assets/icons/add-contact_9946471.svg") center / contain no-repeat;
  }
.nav-toggle{
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
  }
.lang-toggle{
    grid-column: 5;
    grid-row: 1;
    justify-self: end;
    width: auto;
  }
.site-nav{
    display: none;
    position: fixed;
    top: 84px;
    left: 50vw;
    right: auto;
    width: min(360px, calc(100vw - 48px));
    transform: translateX(-50%);
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: rgba(25, 67, 80, 0.94);
    border: 1px solid rgba(89, 201, 165, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    z-index: 29;
  }
.site-nav.open{ display: flex; }
.nav-group{ padding: 0; }
.site-nav a{
    padding: 10px 12px;
    color: rgba(255,255,255,0.9);
    font-weight: 800;
    text-align: center;
  }
.site-nav .nav-phone{
    display: block;
    margin-top: 6px;
    color: var(--mint);
    border-top: 1px solid rgba(89, 201, 165, 0.22);
    font-size: 14px;
  }
.nav-menu{
    position: static;
    display: grid;
    justify-items: stretch;
    text-align: center;
    background: transparent;
    box-shadow: none;
    padding: 8px 0 0;
  }
.nav-menu a{ color: rgba(255,255,255,0.78); }
.nav-menu-label{
    margin: 6px 12px 2px;
    text-align: center;
  }
}
@media (max-width: 900px){
.site-header{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 44px auto auto;
    grid-template-rows: 72px;
    align-items: center;
    padding: 0 24px;
    gap: 16px;
  }
.brand-logo{
    grid-column: 1;
    grid-row: 1;
  }
.header-phone{
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-height: 44px;
    margin-left: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--white);
    font-size: 0;
    transform: none;
  }
.header-phone:hover{
    transform: none;
    box-shadow: none;
    background: transparent;
  }
.header-phone .call-icon,
.header-phone .call-copy{
    display: none;
  }
.header-phone::after{
    content: "";
    width: 28px;
    height: 28px;
    background: url("assets/icons/add-contact_9946471.svg") center / contain no-repeat;
  }
.nav-toggle{
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
  }
.lang-toggle{
    grid-column: 5;
    grid-row: 1;
    justify-self: end;
    width: auto;
  }
.site-nav{
    display: none;
    position: fixed;
    top: 84px;
    left: 50vw;
    right: auto;
    width: min(360px, calc(100vw - 48px));
    transform: translateX(-50%);
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: rgba(25, 67, 80, 0.94);
    border: 1px solid rgba(89, 201, 165, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    z-index: 29;
  }
.site-nav.open{ display: flex; }
.nav-group{ padding: 0; }
.site-nav a{
    padding: 10px 12px;
    color: rgba(255,255,255,0.9);
    font-weight: 800;
    text-align: center;
  }
.site-nav .nav-phone{
    display: block;
    margin-top: 6px;
    color: var(--mint);
    border-top: 1px solid rgba(89, 201, 165, 0.22);
    font-size: 14px;
  }
.nav-menu{
    position: static;
    display: grid;
    justify-items: stretch;
    text-align: center;
    background: transparent;
    box-shadow: none;
    padding: 8px 0 0;
  }
.nav-menu a{ color: rgba(255,255,255,0.78); }
.nav-menu-label{
    margin: 6px 12px 2px;
    text-align: center;
  }
h1{ font-size: 38px; line-height: 1.06; }
h2{ font-size: 30px; line-height: 1.12; }
.hero{ min-height: 720px; }
.hero-media{ background-position: center bottom; background-size: cover; }
.article-grid,
.feature-grid{ grid-template-columns: 1fr; }
.inline-heading{ display: block; }
.footer-main{ grid-template-columns: 1fr 1fr; gap: 40px; padding: 56px 0; }
.footer-bottom{ display: grid; }
}
@media (max-width: 700px){
.site-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    max-width: 100vw;
    min-height: 82px;
    padding: 10px 14px;
    min-width: 0;
    overflow: visible;
  }
.site-header{ gap: 8px; }
.brand-logo{
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 94px;
  }
.brand-logo img{ max-height: 48px; }
.lang-toggle{
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 1;
    width: auto;
    min-height: 34px;
    margin-top: 0;
    padding: 2px;
    font-size: 12px;
  }
.lang-option{
    min-width: 30px;
    min-height: 28px;
    padding: 3px 5px;
  }
.lang-divider{
    font-size: 12px;
  }
.nav-toggle{
    order: 3;
    position: fixed;
    top: 20px;
    left: min(522px, calc(100vw - 92px));
    right: auto;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    min-height: 44px;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,0.3);
    background: transparent;
    color: var(--white);
    font-size: 15px;
    font-weight: 800;
  }
.header-phone{
    display: inline-flex;
    position: fixed;
    top: 20px;
    left: min(462px, calc(100vw - 154px));
    z-index: 30;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.3);
    background: transparent;
    color: var(--white);
    font-size: 0;
    font-weight: 800;
  }
.header-phone .call-icon,
.header-phone .call-copy{
    display: none;
  }
.header-phone::after{
    content: "";
    width: 28px;
    height: 28px;
    background: url("assets/icons/add-contact_9946471.svg") center / contain no-repeat;
  }
.site-header.light-header:not(.is-scrolled) .nav-toggle{
    color: var(--ink);
    border-color: rgba(25,67,80,0.22);
  }
.site-header.light-header:not(.is-scrolled) .header-phone{
    color: var(--ink);
    border-color: rgba(25,67,80,0.22);
  }
.site-nav{
    position: fixed;
    top: 88px;
    left: 50vw;
    right: auto;
    width: min(320px, calc(100vw - 32px));
    transform: translateX(-50%);
    align-items: stretch;
    padding: 14px;
    background: rgba(25, 67, 80, 0.94);
    border: 1px solid rgba(89, 201, 165, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
  }
.site-nav.open{
    display: flex;
  }
.site-nav a{
    padding: 10px 12px;
    color: rgba(255,255,255,0.9);
    font-weight: 800;
    text-align: center;
  }
.site-nav .nav-phone{
    display: block;
    margin-top: 6px;
    color: var(--mint);
    border-top: 1px solid rgba(89, 201, 165, 0.22);
    font-size: 14px;
  }
.nav-menu{
    justify-items: stretch;
    text-align: center;
  }
.nav-menu-label{
    margin: 6px 12px 2px;
    text-align: center;
  }
h1{ font-size: 30px; line-height: 1.14; }
h2{ font-size: 25px; line-height: 1.18; }
.section{ width: calc(100% - 32px); padding: 72px 0; }
.hero-content{ width: min(310px, calc(100% - 48px)); margin-left: 16px; }
.section-heading{ max-width: min(310px, calc(100vw - 48px)); }
.pdpa-banner{ display: grid; }
.chat-float{
    right: 22px;
    bottom: 34px;
    width: 126px;
    height: 106px;
  }
.chat-character{
    width: 90px;
    height: 106px;
  }
.chat-bubble-lottie{
    right: -8px;
    top: -28px;
    width: 76px;
    height: 76px;
  }
.footer-main{ grid-template-columns: 1fr; }
.footer-bottom nav{ gap: 18px; }
}
