:root {
  --ink: #13241f;
  --ink-soft: #52645e;
  --cream: #f6f5ef;
  --white: #ffffff;
  --mint: #baf3d5;
  --mint-strong: #20a66a;
  --navy: #122c43;
  --purple: #7e69d8;
  --orange: #e99455;
  --line: rgba(19, 36, 31, .12);
  --shadow: 0 24px 70px rgba(20, 45, 38, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
body::selection { background: var(--mint); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.site-header { width: min(1180px, calc(100% - 40px)); height: 76px; position: absolute; z-index: 10; left: 50%; transform: translateX(-50%); top: 18px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border: 1px solid rgba(255,255,255,.2); background: rgba(246,245,239,.76); backdrop-filter: blur(18px); border-radius: 18px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: .12em; font-size: 13px; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--ink); color: var(--mint); letter-spacing: 0; }
.desktop-nav { display: flex; gap: 30px; font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--ink); }
.header-cta { background: var(--ink); color: white; border-radius: 12px; padding: 12px 17px; font-size: 13px; font-weight: 700; }
.hero { min-height: 840px; padding: 180px max(28px, calc((100vw - 1180px)/2)) 100px; background: radial-gradient(circle at 74% 22%, rgba(186,243,213,.34), transparent 30%), linear-gradient(130deg, #f8f6ef 0%, #edf2eb 54%, #d8e9dd 100%); display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; position: relative; overflow: hidden; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; color: var(--ink-soft); margin-bottom: 27px; }
.eyebrow span { width: 24px; height: 2px; background: var(--mint-strong); }
h1,h2,h3 { font-family: Manrope, sans-serif; margin: 0; }
h1 { font-size: clamp(53px, 6vw, 83px); line-height: .98; letter-spacing: -.055em; max-width: 770px; }
h1 em { color: var(--mint-strong); font-style: normal; }
.hero-copy { font-size: 18px; line-height: 1.68; color: var(--ink-soft); max-width: 650px; margin: 30px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 20px; border-radius: 13px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(19,36,31,.18); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.52); }
.hero-meta { display: flex; gap: 36px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-meta div { display: flex; flex-direction: column; gap: 5px; }
.hero-meta strong { font-family: Manrope; font-size: 17px; }
.hero-meta span { font-size: 12px; color: var(--ink-soft); }
.hero-visual { position: relative; z-index: 2; display: flex; justify-content: center; }
.dashboard-card { width: min(440px, 100%); padding: 28px; border-radius: 30px; background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.75); backdrop-filter: blur(20px); box-shadow: var(--shadow); transform: rotate(2deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: flex-start; }
.dashboard-top > div { display: flex; flex-direction: column; gap: 5px; }
.mini-label { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; color: var(--ink-soft); }
.dashboard-top strong { font-family: Manrope; font-size: 34px; letter-spacing: -.04em; }
.status-pill { background: var(--mint); color: #176c49; font-size: 11px; font-weight: 700; border-radius: 99px; padding: 8px 12px; }
.progress-ring-wrap { width: 230px; height: 230px; margin: 20px auto; position: relative; }
.progress-ring { width: 100%; transform: rotate(-90deg); }
.progress-ring circle { fill: none; stroke-width: 11; }
.ring-bg { stroke: #e8ede9; }
.ring-progress { stroke: var(--mint-strong); stroke-linecap: round; stroke-dasharray: 389.5; stroke-dashoffset: 389.5; transition: stroke-dashoffset 1.6s ease; }
.ring-center { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.ring-center span { font: 800 46px Manrope; letter-spacing: -.06em; }
.ring-center small { color: var(--ink-soft); }
.workstream-list { display: grid; gap: 8px; }
.workstream-list div { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 9px; padding: 12px; background: rgba(246,245,239,.7); border-radius: 12px; }
.workstream-list p { margin: 0; font-size: 12px; font-weight: 600; }
.workstream-list b { font-size: 10px; color: var(--ink-soft); }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot.blue { background: #548bc4; }.dot.mint { background: var(--mint-strong); }.dot.purple { background: var(--purple); }.dot.orange { background: var(--orange); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 220px; height: 220px; border: 1px solid rgba(32,166,106,.15); right: -40px; top: 210px; }
.orb-two { width: 420px; height: 420px; border: 1px solid rgba(32,166,106,.10); right: 80px; bottom: -260px; }
.trust-strip { min-height: 88px; padding: 25px max(28px, calc((100vw - 1180px)/2)); display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #d8e5df; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.trust-strip i { width: 4px; height: 4px; background: var(--mint); border-radius: 50%; }
.section { padding: 110px max(28px, calc((100vw - 1180px)/2)); }
.section-heading { max-width: 800px; margin-bottom: 52px; }
.section-heading > div { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }
.section-number { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; font-weight: 800; }
.kicker { text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .15em; color: var(--ink-soft); }
.section-heading h2 { font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p { max-width: 690px; font-size: 16px; line-height: 1.65; color: var(--ink-soft); margin: 20px 0 0; }
.overview { background: #fff; }
.workstream-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stream-card { min-height: 315px; border: 1px solid var(--line); border-radius: 22px; padding: 25px; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.stream-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(19,36,31,.08); }
.stream-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--cream); border-radius: 13px; font: 700 12px Manrope; }
.stream-card h3 { font-size: 21px; letter-spacing: -.025em; margin: 38px 0 14px; }
.stream-card p { color: var(--ink-soft); font-size: 14px; line-height: 1.65; margin: 0; }
.tag-row { display: flex; gap: 6px; margin-top: auto; flex-wrap: wrap; }
.tag-row span { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; background: var(--mint); color: #176c49; border-radius: 99px; padding: 7px 9px; }
.tag-row.client span { background: #f5e1d2; color: #915229; }.tag-row.mixed span { background: #e6e2f7; color: #51409e; }
.roadmap-section { background: #eef1ec; }
.roadmap-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.filter-group { display: flex; background: rgba(255,255,255,.58); border: 1px solid var(--line); padding: 5px; border-radius: 13px; flex-wrap: wrap; }
.filter { border: 0; background: none; padding: 10px 15px; border-radius: 9px; font-size: 12px; font-weight: 700; color: var(--ink-soft); cursor: pointer; }
.filter.active { color: white; background: var(--ink); }
.timeline-total { display: flex; flex-direction: column; text-align: right; }
.timeline-total span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-soft); }
.timeline-total strong { font: 800 20px Manrope; }
.roadmap-layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(320px,.6fr); gap: 20px; align-items: start; }
.timeline { display: grid; gap: 9px; }
.timeline-step { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 18px; border: 1px solid transparent; background: rgba(255,255,255,.64); border-radius: 16px; cursor: pointer; transition: .2s ease; text-align: left; width: 100%; color: var(--ink); }
.timeline-step:hover { background: white; transform: translateX(4px); }
.timeline-step.active { border-color: var(--mint-strong); background: white; box-shadow: 0 13px 30px rgba(19,36,31,.08); }
.timeline-step.hidden { display: none; }
.step-index { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; background: var(--ink); color: white; font: 700 12px Manrope; }
.step-summary h3 { font-size: 15px; margin-bottom: 5px; }
.step-summary p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.step-duration { display: flex; align-items: center; gap: 9px; }
.step-duration strong { font-size: 12px; white-space: nowrap; }
.owner-badge { padding: 6px 8px; border-radius: 99px; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 800; }
.owner-badge.udonberry { background: var(--mint); color: #176c49; }.owner-badge.client { background: #f5e1d2; color: #915229; }.owner-badge.shared { background: #e6e2f7; color: #51409e; }
.step-detail { position: sticky; top: 24px; border-radius: 24px; padding: 30px; min-height: 560px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.detail-top { display: flex; justify-content: space-between; align-items: center; }
.detail-number { color: var(--mint); font: 800 12px Manrope; }
.detail-duration { font-size: 11px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; }
.step-detail h3 { font-size: 30px; line-height: 1.12; letter-spacing: -.04em; margin: 28px 0 12px; }
.detail-intro { color: #b8c7c1; font-size: 14px; line-height: 1.6; margin: 0 0 26px; }
.detail-section { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; margin-top: 20px; }
.detail-section strong { display: block; text-transform: uppercase; letter-spacing: .12em; color: var(--mint); font-size: 9px; margin-bottom: 12px; }
.detail-section ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 10px; }
.detail-section li { display: flex; align-items: flex-start; gap: 10px; color: #dce6e2; font-size: 12px; line-height: 1.5; }
.detail-section li::before { content: "✓"; color: var(--mint); font-weight: 800; }
.detail-gate { margin-top: 22px; padding: 16px; border-radius: 13px; background: rgba(186,243,213,.1); color: #e6fff2; font-size: 11px; line-height: 1.5; }
.responsibility-section { background: white; }
.responsibility-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.owner-card { border: 1px solid var(--line); border-radius: 22px; padding: 27px; }
.owner-head { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.owner-head > span { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; font: 800 16px Manrope; }
.udonberry-card .owner-head > span { background: var(--mint); color: #176c49; }.client-card .owner-head > span { background: #f5e1d2; color: #915229; }.partner-card .owner-head > span { background: #e6e2f7; color: #51409e; }
.owner-head small { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.owner-head h3 { font-size: 20px; margin-top: 3px; }
.owner-card ul { list-style: none; padding: 18px 0 0; margin: 0; display: grid; gap: 13px; }
.owner-card li { font-size: 13px; color: var(--ink-soft); line-height: 1.45; padding-left: 18px; position: relative; }
.owner-card li::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint-strong); position: absolute; left: 0; top: 7px; }
.compliance-banner { margin-top: 22px; padding: 27px; border-radius: 20px; background: #fbefe5; display: grid; grid-template-columns: 45px 1fr; gap: 18px; }
.compliance-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: #d47738; color: white; font: 800 20px Manrope; }
.compliance-banner strong { font-family: Manrope; font-size: 16px; line-height: 1.45; }
.compliance-banner p { color: #77543c; font-size: 13px; line-height: 1.6; margin: 8px 0 0; }
.deliverables-section { background: var(--cream); }
.deliverable-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.deliverable-list { display: grid; gap: 9px; }
.deliverable-list > div { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 16px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.deliverable-list > div > span { font: 800 11px Manrope; color: var(--mint-strong); }
.deliverable-list p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.deliverable-list strong { font-size: 14px; }.deliverable-list small { color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.launch-card { background: var(--mint); padding: 36px; border-radius: 24px; display: flex; flex-direction: column; }
.launch-card h3 { font-size: 35px; line-height: 1.08; letter-spacing: -.04em; margin: 28px 0 18px; }
.launch-card > p { color: #35634f; font-size: 14px; line-height: 1.65; }
.success-metrics { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(19,36,31,.15); display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.success-metrics div { display: flex; flex-direction: column; gap: 4px; }.success-metrics strong { font: 800 15px Manrope; }.success-metrics span { color: #35634f; font-size: 10px; }
.cta-section { margin: 0 max(18px, calc((100vw - 1180px)/2)) 80px; padding: 80px 40px; background: var(--ink); color: white; border-radius: 32px; text-align: center; position: relative; overflow: hidden; }
.cta-section::after { content:""; width: 400px; height: 400px; border: 1px solid rgba(186,243,213,.12); position: absolute; border-radius: 50%; right: -180px; top: -220px; }
.cta-section .mini-label { color: var(--mint); }.cta-section h2 { font-size: clamp(38px,5vw,62px); letter-spacing: -.05em; margin: 18px 0; }.cta-section p { color: #bacac3; max-width: 620px; margin: 0 auto 30px; line-height: 1.6; }.button.light { background: white; color: var(--ink); }
footer { padding: 30px max(28px, calc((100vw - 1180px)/2)); min-height: 115px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); font-size: 10px; color: var(--ink-soft); }
.footer-brand { color: var(--ink); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 150px; }.hero-visual { justify-content: flex-start; }.dashboard-card { transform: none; }.workstream-grid { grid-template-columns: repeat(2,1fr); }.roadmap-layout { grid-template-columns: 1fr; }.step-detail { position: relative; top: 0; min-height: auto; }.responsibility-grid { grid-template-columns: 1fr; }.deliverable-wrap { grid-template-columns: 1fr; }.launch-card { min-height: 420px; }
}
@media (max-width: 640px) {
  .site-header { width: calc(100% - 24px); height: 66px; top: 10px; padding: 0 13px; }.header-cta { display: none; }.hero { min-height: auto; padding: 125px 20px 70px; gap: 45px; }h1 { font-size: 48px; }.hero-copy { font-size: 16px; }.hero-meta { gap: 17px; flex-wrap: wrap; }.dashboard-card { padding: 20px; border-radius: 23px; }.trust-strip { justify-content: center; flex-wrap: wrap; gap: 15px; text-align:center; }.trust-strip i { display: none; }.section { padding: 78px 20px; }.workstream-grid { grid-template-columns: 1fr; }.stream-card { min-height: 270px; }.roadmap-controls { align-items: flex-start; gap: 18px; flex-direction: column; }.timeline-total { text-align: left; }.timeline-step { grid-template-columns: 42px 1fr; }.step-duration { grid-column: 2; justify-content: flex-start; }.step-detail { padding: 25px; }.responsibility-grid { grid-template-columns: 1fr; }.compliance-banner { grid-template-columns: 1fr; }.deliverable-list > div { grid-template-columns: 35px 1fr; }.success-metrics { grid-template-columns: 1fr; }.cta-section { margin-bottom: 30px; padding: 65px 22px; border-radius: 24px; }footer { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* Language selector */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(19,36,31,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 24px rgba(19,36,31,.12);
}
.lang-btn {
  min-height: 42px;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font: 700 13px/1 "DM Sans", sans-serif;
  padding: 0 14px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.lang-btn:hover {
  color: var(--ink);
  background: rgba(19,36,31,.06);
}
.lang-btn:focus-visible {
  outline: 3px solid rgba(32,166,106,.28);
  outline-offset: 2px;
}
.lang-btn.active {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 6px 16px rgba(19,36,31,.22);
}
.lang-btn:active { transform: scale(.98); }
.lang-flag { font-size: 18px; line-height: 1; }
.lang-label { white-space: nowrap; }
html[lang="th"] body { font-family: "DM Sans","Noto Sans Thai",Tahoma,sans-serif; }
html[lang="th"] h1,html[lang="th"] h2,html[lang="th"] h3 { line-height: 1.32; }
@media (max-width: 760px) {
  .header-actions { gap: 8px; }
  .header-cta { display: none; }
  .language-switch { margin-left: auto; padding: 4px; }
  .lang-btn { min-height: 38px; padding: 0 11px; font-size: 12px; gap: 6px; }
  .lang-flag { font-size: 16px; }
}
@media (max-width: 420px) {
  .lang-label { display: none; }
  .lang-btn { width: 42px; padding: 0; }
}

.partnership-note{margin:24px 0 0;padding:18px 20px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);max-width:720px}.partnership-note span{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,193,82,.18);color:#ffd47e;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.partnership-note strong{display:block;margin-top:10px;font-family:Manrope,sans-serif;font-size:1.06rem;color:#fff}.partnership-note p{margin:6px 0 0;color:rgba(255,255,255,.76);font-size:.94rem;line-height:1.6}

/* Improve contrast for the 12-month partnership callout on the light hero background. */
.partnership-note {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(19, 36, 31, .16);
  box-shadow: 0 14px 34px rgba(19, 36, 31, .08);
  backdrop-filter: blur(14px);
}
.partnership-note span {
  background: rgba(32, 166, 106, .13);
  color: #176c49;
}
.partnership-note strong {
  color: var(--ink);
}
.partnership-note p {
  color: var(--ink-soft);
}
