@charset "UTF-8";

/* src/styles.scss */
:root {
  --bg:#F5F7F3;
  --bg-alt:#ECF0EA;
  --panel:#FFFFFF;
  --ink:#1F2E2B;
  --ink-soft:#5A6660;
  --teal:#1E5B4C;
  --teal-deep:#164439;
  --amber:#E8A33D;
  --brick:#D6503E;
  --line:#D3DAD2;
  --radius:14px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "IBM Plex Sans Thai", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family:
    "Prompt",
    "IBM Plex Sans Thai",
    sans-serif;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
  color: var(--teal-deep);
}
a {
  color: inherit;
}
.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brick);
  display: inline-block;
}
header.site {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 247, 243, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .navbar {
    padding: 8px 16px;
  }
  .logo {
    font-size: 17px;
    gap: 7px;
  }
  .logo-mark {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 7px;
  }
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family:
    "Prompt",
    "IBM Plex Sans Thai",
    sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.logo-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: block;
  object-fit: contain;
  flex: 0 0 30px;
}
nav.links {
  display: flex;
  gap: 28px;
  font-size: 14.5px;
}
nav.links a {
  text-decoration: none;
  color: var(--ink-soft);
  transition: color 0.2s;
}
nav.links a:hover {
  color: var(--teal);
}
.nav-cta {
  padding: 9px 20px;
  font-size: 13.5px;
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .nav-cta {
    padding: 7px 13px;
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 760px) {
  nav.links {
    display: none;
  }
}
.hero-tertiary {
  margin: 14px 0 0;
  font-size: 14.5px;
}
.hero-tertiary a {
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}
.hero-tertiary a:hover {
  color: var(--teal);
  border-bottom-color: var(--teal);
}
.hero {
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-band {
  margin: 44px auto 0;
  max-width: 1240px;
  padding: 0 24px;
}
.hero-band img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21/8;
  object-fit: cover;
  object-position: center 36%;
  border-radius: 22px;
  background: var(--bg-alt);
  box-shadow: 0 22px 52px rgba(31, 46, 43, 0.18), 0 2px 6px rgba(31, 46, 43, 0.06);
}
@media (max-width: 900px) {
  .hero {
    padding: 12px 0 0;
  }
  .hero-band {
    margin-top: 26px;
    padding: 0 16px;
  }
  .hero-band img {
    aspect-ratio: 16/10;
    border-radius: 16px;
  }
}
.hero-eyebrow {
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--teal);
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .hero-eyebrow {
    white-space: normal;
    max-width: 30ch;
  }
}
.hero-promo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--teal-deep);
  background: #EAF1EC;
  border: 1px solid #CFE3D8;
  padding: 7px 16px;
  border-radius: 999px;
  margin: 16px 0 6px;
}
.hero-login {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin: 14px 0 0;
}
.hero-login a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hero-login a:hover {
  color: var(--teal-deep);
}
.hero h1 {
  font-weight: 700;
  font-size: clamp(30px, 6vw, 58px);
  max-width: 19ch;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
  margin: 18px 0 0;
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 32px;
    max-width: 26ch;
  }
}
.hero p.lead {
  font-size: 17.5px;
  color: var(--ink-soft);
  max-width: 54ch;
  margin: 20px auto 0;
}
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
.proof-band {
  padding: 44px 0 64px;
}
.proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 30px;
}
.proof-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
}
.proof-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex: 0 0 22px;
  margin-top: 1px;
  background: var(--teal);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .proof-band {
    padding: 32px 0 44px;
  }
  .proof-list {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 420px;
    margin: 0 auto;
  }
}
.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
  margin: 22px 0 26px;
  justify-content: center;
}
.fchip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: var(--ink);
  text-decoration: none;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px 7px 11px;
  transition: border-color 0.2s ease;
}
.fchip:hover {
  border-color: var(--teal);
}
.fcheck {
  color: var(--teal);
  font-weight: 700;
  font-size: 13px;
}
.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 6px 18px -6px rgba(31, 138, 92, 0.55);
}
.btn-primary:hover {
  background: var(--teal-deep);
  box-shadow: 0 8px 22px -6px rgba(27, 94, 69, 0.6);
}
.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
}
.btn-ghost:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.btn-clay {
  padding: 18px 40px;
  font-size: 16.5px;
  font-weight: 700;
  box-shadow: 0 12px 26px -8px rgba(27, 94, 69, 0.55);
}
.outcome-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.outcome-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 26px;
}
.outcome-not {
  font-size: 14.5px;
  color: var(--ink-soft);
  text-decoration: line-through;
  text-decoration-color: var(--brick);
  text-decoration-thickness: 1.5px;
}
.outcome-yes {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--teal-deep);
}
@media (max-width: 760px) {
  .outcome-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 20px;
  }
}
.cta-band {
  background: var(--teal-deep);
  text-align: center;
  padding: 48px 0;
}
.cta-band h2 {
  color: #fff;
  max-width: 20ch;
  margin: 0 auto 22px;
  font-size: clamp(20px, 3vw, 28px);
}
.cta-band-btn {
  background: #fff;
  color: var(--teal-deep);
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.35);
}
.cta-band-btn:hover {
  background: var(--amber);
  color: #fff;
}
.roles-line {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.roles-label {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  margin-bottom: 5px;
}
.roles-names {
  font-size: 14.5px;
  color: var(--teal-deep);
  font-weight: 500;
}
.pill {
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--ink-soft);
}
.timeline-section {
  padding: 10px 0 70px;
}
.timeline-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 34px 30px 30px;
}
.timeline-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.timeline-head h3 {
  margin: 0;
  font-size: 19px;
}
.timeline-head .note {
  font-size: 13px;
  color: var(--ink-soft);
}
.timeline-track {
  position: relative;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  gap: 0;
  scrollbar-width: thin;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 2px;
  background: var(--line);
}
.tpoint {
  flex: 0 0 auto;
  width: 170px;
  position: relative;
  padding-top: 34px;
  padding-right: 18px;
}
.tpoint::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--teal);
  border: 3px solid var(--bg);
  box-shadow: 0 0 0 1px var(--teal);
}
.tpoint.amber::before {
  background: var(--brick);
  box-shadow: 0 0 0 1px var(--brick);
}
.ttime {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 12.5px;
  color: var(--teal);
  font-weight: 500;
}
.ttitle {
  font-size: 14.5px;
  font-weight: 500;
  margin: 4px 0 2px;
}
.tsub {
  font-size: 12.5px;
  color: var(--ink-soft);
}
section {
  padding: 64px 0;
}
.band {
  background: var(--bg-alt);
}
.section-head {
  max-width: 56ch;
  margin-bottom: 40px;
}
.section-head h2 {
  font-size: clamp(24px, 3vw, 32px);
}
.section-head p {
  color: var(--ink-soft);
  font-size: 15.5px;
  margin-top: 10px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  position: relative;
}
.card h3 {
  font-size: 16.5px;
  margin-bottom: 8px;
}
.card p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
}
.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  background: #EAF1EC;
  color: var(--teal-deep);
  border: 1px solid var(--line);
  padding: 3px 9px;
  border-radius: 999px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 34px;
}
.principle {
  display: flex;
  gap: 16px;
}
.pnum {
  font-family: "IBM Plex Sans Thai", sans-serif;
  color: var(--teal);
  font-size: 13px;
  width: 30px;
  flex: 0 0 30px;
  padding-top: 3px;
}
.principle h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.principle p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
}
.shot-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 6px 2px 14px;
  scroll-snap-type: x proximity;
}
.shot-card {
  flex: 0 0 auto;
  width: 230px;
  scroll-snap-align: start;
}
.shot-frame {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 8px 24px -12px rgba(27, 94, 69, 0.18);
}
.shot-frame img {
  width: 100%;
  display: block;
}
.shot-caption {
  margin-top: 12px;
  text-align: center;
}
.shot-caption strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
}
.shot-caption span {
  font-size: 12.5px;
  color: var(--ink-soft);
}
footer {
  padding: 40px 0 50px;
  border-top: 1px solid var(--line);
}
.foot-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  text-align: center;
}
.foot-row .logo {
  font-size: 16px;
}
footer p {
  color: var(--ink-soft);
  font-size: 13px;
  margin: 0;
}
.foot-contact {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.foot-contact .contact-item {
  flex-direction: row;
  align-items: center;
  gap: 9px;
  padding: 0;
}
.foot-contact .contact-item::after {
  display: none;
}
.foot-contact .c-icon {
  width: 30px;
  height: 30px;
}
.foot-contact .c-icon svg {
  width: 14px;
  height: 14px;
}
.foot-contact .c-label {
  display: none;
}
.foot-contact a {
  font-size: 13px;
  font-weight: 500;
}
.promo-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--teal-deep);
  color: #fff;
  border-radius: 16px;
  padding: 20px 26px;
  margin-bottom: 26px;
}
.promo-banner .promo-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-banner .promo-icon svg {
  width: 19px;
  height: 19px;
}
.promo-banner strong {
  font-family:
    "Prompt",
    "IBM Plex Sans Thai",
    sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
}
.promo-banner span.sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 560px) {
  .promo-banner {
    padding: 16px 18px;
  }
  .promo-banner strong {
    font-size: 16.5px;
  }
}
.price-highlight {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px 34px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
}
.price-row {
  flex: 1;
  min-width: 240px;
}
.price-pill {
  display: inline-block;
  margin-bottom: 14px;
  background: #EAF1EC;
  border-color: var(--line);
  color: var(--teal-deep);
  font-weight: 500;
}
.price-big {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.p-amount {
  font-family:
    "Prompt",
    "IBM Plex Sans Thai",
    sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--teal-deep);
}
.p-unit {
  font-size: 15px;
  color: var(--ink-soft);
}
.price-sub {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 8px;
}
.price-table-wrap {
  overflow-x: auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 560px;
}
.price-table th {
  text-align: left;
  padding: 14px 20px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
}
.price-table td {
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
}
.price-table tr:last-child td {
  border-bottom: none;
}
.price-table tr:nth-child(even) td {
  background: var(--bg-alt);
}
.price-table td:first-child {
  font-weight: 500;
}
.price-note {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 20px;
  text-align: center;
}
.contact-note {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.contact-note .lead-text {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.contact-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 4px 12px;
  position: relative;
}
.contact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: var(--line);
}
.contact-item .c-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item .c-icon svg {
  width: 18px;
  height: 18px;
}
.contact-item .c-label {
  font-size: 12px;
  color: var(--ink-soft);
}
.contact-item a {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
.contact-item a:hover {
  color: var(--teal);
}
@media (max-width: 640px) {
  .contact-panel {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }
  .contact-item:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 560px) {
  .price-highlight {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 820px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  nav.links {
    display: none;
  }
}
@media (max-width: 560px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 56px 0 30px;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
app-root {
  display: block;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
