:root {
  color-scheme: light;
  --page: #f2f1f4;
  --surface: #f8f7fa;
  --surface-strong: #ffffff;
  --surface-accent: #e9deea;
  --ink: #2f2f36;
  --text: #625e69;
  --muted: #86818e;
  --accent: #8a167d;
  --accent-strong: #6f0f65;
  --accent-light: #d492bf;
  --line: #dad5e0;
  --success: #2d7e46;
  --shadow-lg: 0 28px 80px rgba(47, 32, 50, 0.12);
  --shadow-md: 0 18px 48px rgba(47, 32, 50, 0.08);
  --shadow-sm: 0 10px 28px rgba(47, 32, 50, 0.06);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans",
    "Yu Gothic", sans-serif;
  background:
    radial-gradient(circle at 8% 8%, rgba(212, 146, 191, 0.15), transparent 25rem),
    linear-gradient(180deg, #fbfafb 0%, var(--page) 38%, #f7f6f8 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

.container {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(218, 213, 224, 0.72);
  background: rgba(251, 250, 251, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(145deg, var(--accent), #a83c96);
  box-shadow: 0 12px 26px rgba(138, 22, 125, 0.24);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.site-nav a:hover {
  color: var(--accent);
  background: rgba(138, 22, 125, 0.06);
}

.site-nav .nav-utility {
  margin-left: 4px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.site-nav .nav-cta {
  margin-left: 6px;
  padding-inline: 17px;
  color: #fff;
  border: 1px solid transparent;
  background: var(--accent);
}

.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--accent-strong);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 54px;
  padding: 76px 0 86px;
}

.hero > *,
.hero-copy-wrap,
.hero-product,
.cta-row,
.hero-proof {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 1px;
  content: "";
  background: currentColor;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
}

.hero h1 {
  max-width: 12em;
  margin-top: 22px;
  font-size: clamp(40px, 4.1vw, 52px);
  line-height: 1.17;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.9;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.proof-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.76);
}

.proof-chip svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

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

.button.primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 16px 34px rgba(138, 22, 125, 0.24);
}

.button.primary:hover {
  background: var(--accent-strong);
  box-shadow: 0 19px 40px rgba(138, 22, 125, 0.29);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.button.text-button {
  min-height: 46px;
  padding-inline: 8px;
  color: var(--accent);
}

.button-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.microcopy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.hero-product {
  position: relative;
  min-height: 610px;
}

.hero-product::before {
  position: absolute;
  inset: 10% 0 auto 12%;
  width: 390px;
  height: 390px;
  content: "";
  border-radius: 50%;
  background: rgba(212, 146, 191, 0.24);
  filter: blur(72px);
}

.ambient-card {
  position: absolute;
  inset: 48px 0 auto auto;
  width: 72%;
  height: 430px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-radius: 38px;
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
}

.ambient-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ambient-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 46%, rgba(35, 27, 35, 0.28));
}

.device {
  position: absolute;
  z-index: 2;
  width: 268px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(47, 47, 54, 0.16);
  border-radius: 42px;
  color: var(--ink);
  background: #202027;
  box-shadow: 0 34px 70px rgba(47, 32, 50, 0.25);
}

.device-primary {
  left: 2px;
  bottom: 0;
  transform: rotate(-3deg);
}

.device-secondary {
  right: 22px;
  bottom: 12px;
  width: 218px;
  transform: rotate(5deg);
}

.device-screen {
  min-height: 520px;
  overflow: hidden;
  border-radius: 33px;
  background: var(--page);
}

.device-secondary .device-screen {
  min-height: 426px;
}

.device-status {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  background: var(--page);
}

.device-status-icons {
  letter-spacing: 0.08em;
}

.app-toolbar {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 800;
  background: var(--page);
}

.app-toolbar .toolbar-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--accent);
  background: var(--surface-accent);
}

.app-hero-card {
  margin: 8px 12px 0;
  padding: 16px;
  border-radius: 21px;
  color: #fff;
  background: linear-gradient(145deg, #8a167d, #d492bf);
  box-shadow: 0 12px 24px rgba(138, 22, 125, 0.15);
}

.app-hero-card small {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
}

.app-hero-card strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.3;
}

.app-search {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  padding: 0 11px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 9px;
  background: rgba(255, 255, 255, 0.94);
}

.app-filter-row {
  display: flex;
  gap: 6px;
  padding: 12px 12px 8px;
  overflow: hidden;
}

.app-filter {
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-size: 8px;
  font-weight: 700;
  background: var(--surface-strong);
}

.app-filter.active {
  color: var(--accent);
  border-color: rgba(138, 22, 125, 0.18);
  background: var(--surface-accent);
}

.app-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 13px 8px;
  font-size: 10px;
  font-weight: 800;
}

.app-section-label span {
  color: var(--accent);
  font-size: 8px;
}

.app-shop-list {
  display: grid;
  gap: 8px;
  padding: 0 12px 56px;
}

.app-shop-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  padding: 7px;
  border-radius: 15px;
  background: var(--surface);
  box-shadow: 0 6px 16px rgba(47, 32, 50, 0.06);
}

.app-shop-card img {
  width: 76px;
  height: 70px;
  object-fit: cover;
  border-radius: 11px;
}

.app-shop-card strong {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  line-height: 1.35;
}

.app-shop-meta,
.app-shop-tags {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.5;
}

.app-rating {
  color: #b47d0b;
  font-weight: 800;
}

.app-bottom-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  height: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 0 0 30px 30px;
  background: rgba(248, 247, 250, 0.96);
  backdrop-filter: blur(10px);
}

.app-bottom-item {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 7px;
}

.app-bottom-item.active {
  color: var(--accent);
  font-weight: 800;
}

.review-cover {
  height: 126px;
  position: relative;
  overflow: hidden;
}

.review-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(34, 30, 35, 0.36));
}

.review-content {
  padding: 13px 13px 24px;
}

.review-kicker {
  color: var(--accent);
  font-size: 8px;
  font-weight: 800;
}

.review-content h3 {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.35;
}

.review-summary {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 8px;
  line-height: 1.65;
}

.verified-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 8px;
  border-radius: 10px;
  color: var(--success);
  font-size: 7px;
  font-weight: 800;
  background: #eaf6ef;
}

.review-score-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.review-score {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-strong);
}

.review-score span {
  display: block;
  color: var(--muted);
  font-size: 6px;
}

.review-score strong {
  display: block;
  margin-top: 3px;
  font-size: 9px;
}

.image-note {
  position: absolute;
  right: 3px;
  bottom: -28px;
  z-index: 5;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.section {
  padding: 96px 0;
}

.section.compact {
  padding: 72px 0;
}

.section-heading {
  max-width: 750px;
  margin-bottom: 38px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading .kicker,
.kicker {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-heading h2,
.page-hero h1 {
  margin-top: 13px;
  font-size: clamp(31px, 4.2vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-wrap: balance;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
}

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

.trust-card,
.step-card,
.category-card,
.program-card {
  border: 1px solid rgba(218, 213, 224, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

.trust-card {
  min-height: 262px;
  padding: 30px;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--accent);
  background: var(--surface-accent);
}

.card-icon svg {
  width: 23px;
  height: 23px;
}

.trust-card h3,
.step-card h3,
.category-card h3,
.program-card h3 {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 800;
}

.trust-card p,
.step-card p,
.category-card p,
.program-card p {
  margin: 11px 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.85;
}

.product-section {
  position: relative;
}

.product-section::before {
  position: absolute;
  inset: 9% auto auto 0;
  width: 32%;
  height: 72%;
  content: "";
  border-radius: 0 48px 48px 0;
  background: rgba(233, 222, 234, 0.56);
}

.product-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, 0.96fr) minmax(0, 1.04fr);
  gap: 76px;
  align-items: center;
}

.product-devices {
  min-height: 660px;
  position: relative;
}

.product-devices .device-primary {
  left: 72px;
  bottom: 0;
  transform: rotate(-2deg);
}

.product-devices .device-secondary {
  right: 20px;
  bottom: 38px;
  transform: rotate(4deg);
}

.product-copy-list {
  display: grid;
  gap: 4px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-copy-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
}

.product-copy-list li:first-child {
  border-top: 0;
}

.list-number {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  background: var(--surface-accent);
}

.steps-grid {
  counter-reset: steps;
}

.step-card {
  position: relative;
  padding: 28px;
  counter-increment: steps;
}

.step-card::before {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  content: counter(steps, decimal-leading-zero);
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: var(--accent);
}

.area-panel {
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.9), rgba(233, 222, 234, 0.65)),
    var(--surface);
  box-shadow: var(--shadow-md);
}

.category-card {
  padding: 25px;
  box-shadow: none;
}

.category-card h3 {
  margin-top: 0;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.area-chip {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.82);
}

.program-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 44px 48px;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(111, 15, 101, 0.98), rgba(138, 22, 125, 0.9)),
    var(--accent);
  box-shadow: 0 26px 68px rgba(111, 15, 101, 0.2);
}

.program-banner .kicker {
  color: rgba(255, 255, 255, 0.65);
}

.program-banner h2 {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(26px, 3.5vw, 39px);
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.program-banner p {
  max-width: 720px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.85;
}

.program-banner .button {
  color: var(--accent);
  background: #fff;
  box-shadow: none;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  position: relative;
  padding: 22px 60px 22px 24px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  content: "+";
  border-radius: 8px;
  color: var(--accent);
  background: var(--surface-accent);
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 23px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.9;
}

.blog-panel {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-md);
}

.blog-panel .section-heading {
  margin-bottom: 28px;
}

.blog-frame {
  padding: 18px;
  border: 1px solid rgba(138, 22, 125, 0.08);
  border-radius: var(--radius-md);
  background: rgba(233, 222, 234, 0.32);
}

#soro-blog.blog-collapsed .soro-blog-card:nth-child(n + 4) {
  display: none;
}

#soro-blog .soro-blog {
  max-width: none !important;
  font-family: inherit !important;
}

#soro-blog .soro-blog-list {
  gap: 12px !important;
}

#soro-blog .soro-blog-card {
  gap: 16px !important;
  padding: 14px !important;
  border-color: var(--line) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

#soro-blog .soro-blog-card-image {
  width: 118px !important;
  height: 82px !important;
  border-radius: 12px !important;
}

#soro-blog .soro-blog-card-title {
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

#soro-blog .soro-blog-card-excerpt {
  margin-bottom: 7px !important;
  color: var(--text) !important;
  font-family: inherit !important;
  font-size: 11px !important;
}

.blog-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.blog-toggle[hidden] {
  display: none;
}

.closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 0%, rgba(212, 146, 191, 0.25), transparent 20rem),
    #fff;
  box-shadow: var(--shadow-lg);
}

.closing-panel h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.closing-panel p {
  margin: 14px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.85;
}

.site-footer {
  padding: 30px 0 48px;
}

.footer-panel {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(248, 247, 250, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) repeat(3, minmax(140px, 1fr));
  gap: 34px;
}

.footer-brand p {
  max-width: 330px;
  margin: 15px 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.85;
}

.footer-column h3 {
  margin: 0 0 15px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column p {
  display: block;
  margin: 9px 0 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.7;
}

.footer-column a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.page-main {
  padding-bottom: 64px;
}

.page-hero {
  max-width: 900px;
  padding: 86px 0 56px;
}

.page-hero h1 {
  max-width: 15em;
}

.page-hero > p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.9;
}

.notice-panel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(45, 126, 70, 0.2);
  border-radius: var(--radius-md);
  background: #eaf6ef;
}

.notice-panel svg {
  width: 28px;
  height: 28px;
  color: var(--success);
}

.notice-panel strong {
  display: block;
  color: #215e35;
  font-size: 15px;
}

.notice-panel p {
  margin: 7px 0 0;
  color: #356b46;
  font-size: 13px;
  line-height: 1.8;
}

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

.program-card {
  padding: 30px;
}

.program-card .meta-label {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.program-steps {
  display: grid;
  gap: 12px;
  counter-reset: program-step;
}

.program-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
  counter-increment: program-step;
}

.program-step::before {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  content: counter(program-step);
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: var(--accent);
}

.program-step h3 {
  font-size: 16px;
  line-height: 1.5;
}

.program-step p {
  margin: 7px 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.82;
}

.terms-list {
  margin: 0;
  padding-left: 20px;
  color: var(--text);
}

.terms-list li {
  padding-left: 4px;
  font-size: 13px;
  line-height: 1.85;
}

.terms-list li + li {
  margin-top: 8px;
}

.program-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding: 30px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--accent);
}

.program-cta h2 {
  color: #fff;
  font-size: 24px;
}

.program-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.program-cta .button {
  color: var(--accent);
  background: #fff;
}

@media (max-width: 1040px) {
  .header-inner {
    gap: 14px;
  }

  .site-nav a:not(.nav-utility):not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 60px;
  }

  .hero-copy-wrap {
    max-width: 760px;
  }

  .hero-product {
    width: min(660px, 100%);
    margin: 0 auto;
  }

  .product-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .product-copy {
    order: -1;
  }

  .product-devices {
    width: min(620px, 100%);
    margin: 0 auto;
  }

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

  @media (max-width: 760px) {
  .container {
    width: min(100vw - 28px, 1180px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 16px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 16px 14px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 250, 251, 0.98);
    box-shadow: var(--shadow-md);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a,
  .site-nav a:not(.nav-utility):not(.nav-cta) {
    display: block;
    margin: 0;
    padding: 13px 15px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    gap: 30px;
    padding: 44px 0 66px;
  }

  .hero h1 {
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(31px, 9vw, 36px);
    line-height: 1.22;
    letter-spacing: -0.045em;
  }

  .hero-copy {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.85;
  }

  .hero-proof {
    gap: 7px;
  }

  .proof-chip {
    padding: 8px 10px;
    font-size: 10px;
  }

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

  .button {
    width: 100%;
  }

  .hero-product {
    min-height: 535px;
    overflow: clip;
  }

  .ambient-card {
    top: 18px;
    width: 78%;
    height: 340px;
    border-width: 7px;
    border-radius: 27px;
  }

  .device {
    width: 228px;
    border-radius: 36px;
  }

  .device-primary {
    left: -2px;
  }

  .device-secondary {
    right: -9px;
    width: 184px;
  }

  .device-screen {
    min-height: 440px;
    border-radius: 28px;
  }

  .device-secondary .device-screen {
    min-height: 350px;
  }

  .app-shop-list {
    padding-bottom: 46px;
  }

  .app-shop-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .app-shop-card img {
    width: 62px;
    height: 60px;
  }

  .image-note {
    right: 0;
    bottom: -22px;
  }

  .section {
    padding: 68px 0;
  }

  .section.compact {
    padding: 52px 0;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .section-heading h2,
  .page-hero h1 {
    font-size: clamp(28px, 8.5vw, 38px);
  }

  .section-heading p {
    font-size: 14px;
    line-height: 1.85;
  }

  .trust-grid,
  .steps-grid,
  .category-grid,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: auto;
    padding: 24px;
  }

  .product-section::before {
    display: none;
  }

  .product-devices {
    min-height: 535px;
    overflow: clip;
  }

  .product-devices .device-primary {
    left: 0;
  }

  .product-devices .device-secondary {
    right: -4px;
  }

  .area-panel,
  .blog-panel {
    padding: 26px 20px;
    border-radius: var(--radius-lg);
  }

  .category-card {
    padding: 22px;
  }

  .program-banner,
  .closing-panel {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    border-radius: var(--radius-lg);
  }

  .program-banner .button {
    width: 100%;
  }

  .faq-list summary {
    padding: 19px 52px 19px 18px;
    font-size: 14px;
  }

  .faq-list summary::after {
    right: 17px;
  }

  .faq-list details p {
    padding: 0 18px 20px;
  }

  .blog-frame {
    padding: 10px;
  }

  #soro-blog .soro-blog-card {
    gap: 12px !important;
    padding: 11px !important;
  }

  #soro-blog .soro-blog-card-image {
    width: 100% !important;
    height: 160px !important;
  }

  .closing-panel {
    gap: 24px;
  }

  .footer-panel {
    padding: 28px 22px;
    border-radius: var(--radius-lg);
  }

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

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

  .page-main {
    padding-bottom: 44px;
  }

  .page-hero {
    padding: 60px 0 42px;
  }

  .page-hero > p:not(.eyebrow) {
    font-size: 14px;
  }

  .notice-panel {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 20px;
  }

  .program-card {
    padding: 24px;
  }

  .program-step {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 19px;
  }

  .program-step::before {
    width: 34px;
    height: 34px;
  }

  .program-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }
}

@media (max-width: 400px) {
  .hero-product,
  .product-devices {
    min-height: 510px;
  }

  .device {
    width: 214px;
  }

  .device-secondary {
    width: 170px;
  }

  .device-screen {
    min-height: 418px;
  }

  .device-secondary .device-screen {
    min-height: 330px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
