:root {
  --ink: #10201d;
  --muted: #66716e;
  --paper: #f4f6ef;
  --white: #ffffff;
  --green-950: #052d28;
  --green-900: #073e35;
  --green-800: #0b5748;
  --green-700: #11715b;
  --lime: #c8f151;
  --lime-soft: #efffc3;
  --line: #dce3d9;
  --blue-soft: #e8f2ff;
  --purple-soft: #f1eaff;
  --shadow: 0 24px 70px rgba(5, 45, 40, 0.1);
  --shadow-small: 0 12px 34px rgba(5, 45, 40, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #74a900;
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--green-950);
  background: var(--lime);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.notice-bar {
  color: #dfece6;
  background: var(--green-950);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.notice-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.notice-inner a {
  color: var(--lime);
  font-weight: 750;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(7, 62, 53, 0.1);
  background: rgba(244, 246, 239, 0.93);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  background: var(--lime);
  border: 2px solid var(--green-950);
  border-radius: 11px 18px 11px 18px;
  box-shadow: 4px 4px 0 var(--green-950);
  font-size: 23px;
  font-weight: 950;
  line-height: 1;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand strong {
  color: var(--green-950);
  font-size: 18px;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 750;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--green-700);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.main-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 10px 17px;
  color: white;
  background: var(--green-900);
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nav-cta:hover {
  background: var(--green-700);
  transform: translateY(-2px);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  padding: 10px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 12px;
}

.menu-toggle span:not(.sr-only) {
  width: 21px;
  height: 2px;
  display: block;
  margin: 4px auto;
  background: var(--green-950);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  color: white;
  background:
    radial-gradient(circle at 85% 15%, rgba(200, 241, 81, 0.2) 0 2px, transparent 3px) 0 0 / 28px 28px,
    linear-gradient(128deg, var(--green-950), var(--green-900) 55%, #096252);
}

.hero::before {
  position: absolute;
  width: 460px;
  height: 460px;
  right: -170px;
  bottom: -285px;
  border: 1px solid rgba(200, 241, 81, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(200, 241, 81, 0.04), 0 0 0 110px rgba(200, 241, 81, 0.025);
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.76fr);
  align-items: center;
  gap: clamp(55px, 9vw, 125px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--lime);
}

.eyebrow span {
  width: 9px;
  height: 9px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(200, 241, 81, 0.12);
}

.hero h1,
.section-heading h2,
.guide h2,
.decision h2,
.faq h2,
.sources h2,
.privacy h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hero h1 {
  color: white;
  font-size: clamp(46px, 6.5vw, 78px);
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #dce9e4;
  font-size: clamp(17px, 2vw, 20px);
}

.hero-lead strong {
  color: var(--lime);
}

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

.button,
.copy-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 850;
  line-height: 1.25;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.copy-button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--green-950);
  background: var(--lime);
  box-shadow: 0 8px 24px rgba(200, 241, 81, 0.15);
}

.button-primary:hover {
  background: #d6ff5d;
  box-shadow: 0 12px 28px rgba(200, 241, 81, 0.22);
}

.button-ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  margin: 29px 0 0;
  padding: 0;
  color: #dce9e4;
  font-size: 13px;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-list li::before {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  background: var(--lime);
  border-radius: 50%;
  content: "✓";
  font-size: 10px;
  font-weight: 950;
}

.dial-card {
  position: relative;
  padding: 20px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  box-shadow: 0 38px 80px rgba(1, 25, 21, 0.4);
  transform: rotate(2deg);
}

.dial-card::after {
  position: absolute;
  z-index: -1;
  inset: 13px -13px -13px 13px;
  border: 1px solid var(--lime);
  border-radius: 32px;
  content: "";
}

.dial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 3px 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.signal {
  height: 14px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}

.signal i {
  width: 3px;
  background: var(--green-700);
  border-radius: 2px;
}

.signal i:nth-child(1) { height: 4px; }
.signal i:nth-child(2) { height: 7px; }
.signal i:nth-child(3) { height: 10px; }
.signal i:nth-child(4) { height: 13px; }

.dial-screen {
  padding: 30px 18px;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.dial-screen small {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.dial-screen strong {
  display: block;
  color: var(--green-950);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(21px, 3vw, 31px);
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.dial-screen mark {
  padding: 1px 2px;
  color: inherit;
  background: var(--lime);
}

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

.dial-foot span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 4px;
  color: var(--muted);
  background: #f8faf6;
  border-radius: 13px;
  font-size: 10px;
  font-weight: 700;
}

.dial-foot b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--green-900);
  border-radius: 50%;
  font-size: 11px;
}

.dial-card > p {
  margin: 14px 0 1px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.finder {
  padding: 92px 0 110px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.64fr);
  align-items: end;
  gap: 50px;
}

.section-heading h2,
.guide h2,
.decision h2,
.faq h2,
.sources h2,
.privacy h2 {
  font-size: clamp(32px, 4vw, 50px);
}

.section-heading > p,
.guide-copy > p:last-child,
.faq-grid > div:first-child > p:last-child {
  margin: 0;
  color: var(--muted);
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) minmax(420px, 1.5fr) minmax(270px, 0.8fr);
  align-items: end;
  gap: 16px;
  margin-top: 38px;
  padding: 17px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-small);
}

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  min-height: 50px;
  padding: 10px 13px 10px 43px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fafcf8;
}

.search-box input::placeholder {
  color: #8a9390;
}

.search-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 17px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--green-800);
  border-radius: 50%;
  transform: translateY(-60%);
}

.search-icon::after {
  position: absolute;
  width: 7px;
  height: 2px;
  right: -5px;
  bottom: -3px;
  background: var(--green-800);
  content: "";
  transform: rotate(45deg);
}

.duration-filters {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.filter-chip {
  min-width: max-content;
  min-height: 42px;
  padding: 8px 13px;
  color: var(--muted);
  border: 1px solid transparent;
  background: #f3f6f0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.filter-chip:hover {
  color: var(--green-900);
  transform: translateY(-1px);
}

.filter-chip.is-active {
  color: white;
  background: var(--green-900);
}

.select-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.select-row label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.select-row select {
  width: 100%;
  min-height: 32px;
  display: block;
  margin-top: 3px;
  padding: 4px 27px 4px 7px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: white;
  font-size: 12px;
  font-weight: 700;
}

.result-bar {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
}

.result-bar p {
  margin: 0;
}

.result-bar p:first-child {
  color: var(--green-950);
  font-size: 14px;
  font-weight: 850;
}

.dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 4px;
  background: #68a70a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(104, 167, 10, 0.1);
}

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

.plan-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 5px 0 rgba(5, 45, 40, 0.025);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.plan-card:hover {
  border-color: #b5c4b0;
  box-shadow: var(--shadow-small);
  transform: translateY(-5px);
}

.plan-card.featured {
  border-top: 4px solid var(--lime);
  padding-top: 22px;
}

.plan-card.entertainment {
  background: linear-gradient(155deg, white, #fbf9ff);
}

.card-tags {
  min-height: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 17px;
}

.tag {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  color: #58625f;
  background: #edf1eb;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.tag-dark {
  color: var(--green-950);
  background: var(--lime);
}

.tag-green {
  color: var(--green-800);
  background: var(--lime-soft);
}

.tag-blue {
  color: #1a5d91;
  background: var(--blue-soft);
}

.tag-purple {
  color: #6542a8;
  background: var(--purple-soft);
}

.plan-card h3 {
  min-height: 72px;
  margin: 0;
  color: var(--green-950);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.plan-card h3 span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
}

.price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 19px 0 17px;
}

.price strong {
  color: var(--green-900);
  font-size: 48px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.price > span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.price small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.plan-card ul {
  flex: 1;
  min-height: 118px;
  margin: 0 0 18px;
  padding: 17px 0 0 19px;
  border-top: 1px solid var(--line);
  color: #4c5854;
  font-size: 12px;
}

.plan-card li {
  margin-bottom: 6px;
  padding-left: 2px;
}

.plan-card li::marker {
  color: #80a927;
}

.code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  color: var(--muted);
  background: #f3f6f0;
  border: 1px dashed #c4cfc0;
  border-radius: 10px;
  font-size: 10px;
}

.code-box code {
  overflow: hidden;
  color: var(--green-950);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.card-actions .button,
.copy-button {
  min-height: 44px;
  padding: 9px 10px;
  font-size: 12px;
}

.card-actions .button-primary {
  color: white;
  background: var(--green-900);
  box-shadow: none;
}

.card-actions .button-primary:hover {
  background: var(--green-700);
}

.copy-button {
  color: var(--green-900);
  border-color: var(--line);
  background: white;
}

.copy-button:hover,
.copy-button.is-copied {
  border-color: var(--lime);
  background: var(--lime-soft);
}

.source-link {
  align-self: flex-start;
  margin-top: 13px;
  color: #73807c;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c2ccc0;
  text-underline-offset: 3px;
}

.source-link:hover {
  color: var(--green-700);
}

.empty-state {
  padding: 64px 24px;
  text-align: center;
  background: white;
  border: 1px dashed #bdc9b8;
  border-radius: var(--radius-md);
}

.empty-state > span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  color: var(--green-800);
  background: var(--lime-soft);
  border-radius: 50%;
  font-size: 35px;
}

.empty-state h3 {
  margin: 0;
  font-size: 22px;
}

.empty-state p {
  margin: 8px 0 20px;
  color: var(--muted);
}

.guide {
  padding: 95px 0;
  background: white;
}

.guide-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.2fr;
  gap: clamp(50px, 10vw, 130px);
}

.guide-copy {
  align-self: center;
}

.guide-copy > p:last-child {
  margin-top: 22px;
}

.steps {
  margin: 0;
  padding: 0;
  counter-reset: steps;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.steps li:first-child {
  padding-top: 0;
}

.steps li:last-child {
  padding-bottom: 0;
  border: 0;
}

.steps > li > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  background: var(--lime);
  border-radius: 11px 22px 11px 22px;
  font-size: 14px;
  font-weight: 900;
}

.steps h3 {
  margin: 2px 0 5px;
  color: var(--green-950);
  font-size: 19px;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.decision {
  padding: 92px 0 100px;
  color: white;
  background: var(--green-950);
}

.section-heading.light h2,
.decision h2 {
  color: white;
}

.section-heading.light > p {
  color: #b9cbc5;
}

.decision .section-kicker {
  color: var(--lime);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.decision-grid article {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  transition: background 0.2s ease, transform 0.2s ease;
}

.decision-grid article:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-4px);
}

.decision-grid article > span {
  align-self: flex-start;
  padding: 4px 9px;
  color: var(--green-950);
  background: var(--lime);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.decision-grid h3 {
  margin: 25px 0 8px;
  font-size: 19px;
}

.decision-grid p {
  margin: 0 0 20px;
  color: #b9cbc5;
  font-size: 13px;
}

.decision-grid a {
  margin-top: auto;
  color: var(--lime);
  font-size: 12px;
  font-weight: 850;
}

.decision-grid a::after {
  margin-left: 5px;
  content: "→";
}

.faq {
  padding: 100px 0;
  background: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  align-items: start;
  gap: clamp(50px, 10vw, 130px);
}

.faq-grid > div:first-child {
  position: sticky;
  top: 118px;
}

.faq-grid > div:first-child > p:last-child {
  margin-top: 20px;
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion details:first-child {
  border-top: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 22px 45px 22px 0;
  color: var(--green-950);
  font-size: 16px;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span,
.accordion summary span::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 2px;
  background: var(--green-700);
  border-radius: 2px;
  content: "";
}

.accordion summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.accordion details[open] summary span::after {
  transform: rotate(0);
}

.accordion details p {
  margin: -4px 0 22px;
  padding-right: 45px;
  color: var(--muted);
  font-size: 14px;
}

.sources {
  padding: 95px 0;
  background: #ecf0e9;
}

.sources-grid {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: clamp(50px, 10vw, 130px);
}

.source-list {
  border-top: 1px solid #cbd4c8;
}

.source-list > a {
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  border-bottom: 1px solid #cbd4c8;
  transition: color 0.2s ease, padding 0.2s ease;
}

.source-list > a:hover {
  padding-right: 0;
  padding-left: 9px;
  color: var(--green-700);
}

.source-list > a > span {
  color: var(--green-700);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
}

.source-list strong,
.source-list small {
  display: block;
}

.source-list strong {
  font-size: 14px;
}

.source-list small {
  overflow: hidden;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.source-list b {
  font-size: 18px;
}

.privacy {
  padding: 75px 0;
  background: var(--paper);
}

.privacy-card {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  gap: clamp(40px, 8vw, 105px);
  padding: 46px 52px;
  color: white;
  background: linear-gradient(125deg, var(--green-900), var(--green-800));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.privacy-card .section-kicker {
  color: var(--lime);
}

.privacy-card h2 {
  color: white;
  font-size: clamp(28px, 3.4vw, 43px);
}

.privacy-card > p {
  margin: 0;
  color: #d7e6e0;
  font-size: 14px;
}

.site-footer {
  padding: 64px 0 24px;
  color: #b9cbc5;
  background: #03241f;
}

.site-footer .brand strong {
  color: white;
}

.site-footer .brand small {
  color: #91aaa2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.55fr 0.7fr;
  gap: 70px;
  padding-bottom: 50px;
}

.footer-brand p {
  max-width: 360px;
  margin: 22px 0 0;
  font-size: 12px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
}

.footer-grid > div:not(.footer-brand) > strong {
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
}

.footer-grid > div:not(.footer-brand) a:hover {
  color: var(--lime);
}

.footer-bottom {
  min-height: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.toast {
  position: fixed;
  z-index: 500;
  right: 24px;
  bottom: 24px;
  max-width: min(360px, calc(100% - 48px));
  padding: 13px 17px;
  color: white;
  background: var(--green-950);
  border: 1px solid rgba(200, 241, 81, 0.5);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .filter-panel {
    grid-template-columns: 1fr 1.45fr;
  }

  .select-row {
    grid-column: 1 / -1;
  }

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

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

  .decision-grid article {
    min-height: 205px;
  }
}

@media (max-width: 800px) {
  .shell {
    width: min(calc(100% - 30px), var(--shell));
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    z-index: 99;
    top: 110px;
    right: 15px;
    left: 15px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 10px;
  }

  .main-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .main-nav .nav-cta {
    margin-top: 5px;
    text-align: center;
  }

  .hero {
    padding: 72px 0 78px;
  }

  .hero-grid,
  .guide-grid,
  .faq-grid,
  .sources-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 56px;
  }

  .dial-card {
    width: min(100%, 440px);
    margin-inline: auto;
    transform: rotate(0);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guide-grid,
  .faq-grid,
  .sources-grid {
    gap: 42px;
  }

  .faq-grid > div:first-child {
    position: static;
  }

  .privacy-card {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 30px;
  }

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

@media (max-width: 620px) {
  .notice-inner {
    min-height: 39px;
    font-size: 10px;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 9px;
  }

  .main-nav {
    top: 114px;
  }

  .hero {
    padding: 58px 0 67px;
  }

  .hero h1 {
    font-size: clamp(41px, 13.5vw, 58px);
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-list {
    display: grid;
    gap: 8px;
  }

  .dial-card {
    padding: 15px;
    border-radius: 24px;
  }

  .dial-card::after {
    display: none;
  }

  .dial-screen strong {
    font-size: min(5.9vw, 26px);
  }

  .finder,
  .guide,
  .decision,
  .faq,
  .sources {
    padding: 72px 0;
  }

  .filter-panel {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .duration-filters,
  .select-row {
    grid-column: auto;
  }

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

  .result-bar {
    min-height: 70px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .plan-grid,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    padding: 22px;
  }

  .plan-card.featured {
    padding-top: 19px;
  }

  .plan-card h3,
  .plan-card ul {
    min-height: 0;
  }

  .steps li {
    grid-template-columns: 51px 1fr;
    gap: 14px;
  }

  .steps > li > span {
    width: 48px;
    height: 48px;
  }

  .decision-grid article {
    min-height: 195px;
  }

  .privacy {
    padding: 50px 0;
  }

  .privacy-card {
    width: min(calc(100% - 30px), var(--shell));
    padding: 34px 25px;
    border-radius: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .toast {
    right: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .notice-bar,
  .site-header,
  .filter-panel,
  .card-actions,
  .toast {
    display: none !important;
  }

  body,
  .hero,
  .decision,
  .site-footer {
    color: #000;
    background: #fff;
  }

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

  .plan-card {
    break-inside: avoid;
    box-shadow: none;
  }
}
