:root {
  --red: #d82025;
  --red-dark: #b91c22;
  --orange: #ff7a1a;
  --navy: #1a2a5c;
  --green: #6fae55;
  --mint: #edf8f2;
  --cream: #fff8ed;
  --dark: #111111;
  --text: #252525;
  --muted: #444844;
  --line: rgba(22, 22, 22, 0.14);
  --shadow: 0 24px 70px rgba(32, 42, 33, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans Devanagari", "Noto Sans", Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(124, 191, 98, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfff9 38%, #fff8ee 100%);
  line-height: 1.7;
}

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

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

button,
input {
  font-family: inherit;
}

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

.section-padding {
  padding: 90px 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--navy);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  z-index: 200;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(30, 60, 35, 0.08);
}

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

.logo-link {
  display: flex;
  align-items: center;
  height: 76px;
  overflow: hidden;
  flex-shrink: 0;
}

.logo {
  width: 210px;
  height: 90px;
  object-fit: contain;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #243624;
  transition: 0.25s ease;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  background: var(--mint);
  color: var(--red);
}

.lang-switch {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.lang-switch a {
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
  color: #243624;
}

.lang-switch a.active {
  background: var(--navy);
  color: #fff;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(216, 32, 37, 0.28);
  transition: 0.2s ease;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.78) 34%,
    rgba(255, 255, 255, 0.18) 64%,
    rgba(255, 255, 255, 0.04) 100%
  );
}

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

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.hero-card {
  max-width: 640px;
  padding: 44px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.74);
}

.page-hero {
  padding: 56px 0 20px;
}

.page-hero .hero-card {
  max-width: 860px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  background: rgba(216, 32, 37, 0.08);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.intro-text h2,
.work-panel h2,
.routine-grid h2,
.content-block h2 {
  margin: 18px 0;
  color: var(--dark);
  line-height: 1.15;
}

.hero h1 {
  font-size: clamp(32px, 4.6vw, 58px);
  letter-spacing: -0.04em;
}

.hero p,
.lead {
  max-width: 560px;
  font-size: 18px;
  color: #343934;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.hero-points span {
  padding: 10px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(124, 191, 98, 0.32);
  color: #263b27;
  font-size: 14px;
  font-weight: 700;
}

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

.btn-ghost {
  background: #fff;
  color: var(--navy);
  box-shadow: none;
  border: 1px solid rgba(26, 42, 92, 0.16);
}

.notice-section {
  padding: 22px 0 0;
}

.notice,
.disclaimer {
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: #fff7e8;
  border: 1px solid rgba(255, 122, 26, 0.22);
  color: #4b3925;
}

.notice strong,
.disclaimer strong {
  color: #171717;
}

.disclaimer {
  background: #fff4f4;
  border-color: rgba(216, 32, 37, 0.18);
  color: #4a2a2a;
}

.intro-grid,
.work-grid,
.routine-grid,
.split-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: start;
}

.intro-text h2,
.work-panel h2,
.routine-grid h2,
.section-head h2,
.content-block h2 {
  font-size: clamp(28px, 3.6vw, 46px);
  letter-spacing: -0.03em;
}

.intro-text p,
.work-panel p,
.routine-grid p,
.section-head p,
.content-block p {
  font-size: 17px;
  color: #444844;
}

.content-block h3 {
  margin: 28px 0 10px;
  color: var(--navy);
  font-size: 24px;
}

.quick-card,
.work-panel,
.panel {
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(237, 248, 242, 0.92));
  box-shadow: var(--shadow);
  border: 1px solid rgba(124, 191, 98, 0.18);
}

.work-panel,
.panel {
  background: #ffffff;
}

.quick-card h3,
.panel h3 {
  margin: 0 0 20px;
  color: var(--dark);
  font-size: 26px;
}

.quick-card ul,
.check-list,
.audience-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-card li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.quick-card li:last-child {
  border-bottom: 0;
}

.quick-card span {
  color: #4a4f4a;
}

.quick-card b {
  color: #172617;
  text-align: right;
}

.check-list li,
.audience-list li {
  position: relative;
  padding: 10px 0 10px 34px;
  border-bottom: 1px solid var(--line);
  color: #333;
}

.check-list li:last-child,
.audience-list li:last-child {
  border-bottom: 0;
}

.check-list li::before,
.audience-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' d='M6.2 11.4 2.8 8l1.1-1.1 2.3 2.3 5.9-5.9L13.2 4.4z'/></svg>") center/12px no-repeat;
}

.formula-section,
.alt-section {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 26, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(237, 248, 242, 0.8), rgba(255, 255, 255, 0.9));
}

.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

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

.formula-infographic,
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card-grid.cols-3,
.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.formula-card,
.benefit-card,
.info-card {
  position: relative;
  min-height: 180px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(124, 191, 98, 0.2);
  box-shadow: 0 18px 50px rgba(30, 60, 35, 0.08);
  overflow: hidden;
  transition: 0.25s ease;
}

.formula-card:hover,
.benefit-card:hover,
.info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 32, 37, 0.18);
}

.formula-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
}

.formula-card h3,
.info-card h3,
.benefit-card h3 {
  margin: 0 0 6px;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.18;
}

.formula-card span {
  display: block;
  color: #4f8e38;
  font-weight: 800;
  margin-bottom: 12px;
}

.formula-card p,
.info-card p,
.benefit-card p {
  margin: 0;
  color: #454a45;
  font-size: 15px;
}

.benefit-card span.dot {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffb066, var(--orange) 44%, var(--red) 100%);
  margin-bottom: 20px;
}

.steps {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background: #fbfff9;
  border: 1px solid rgba(124, 191, 98, 0.18);
}

.step b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(216, 32, 37, 0.08);
  color: var(--red);
  font-size: 18px;
}

.step h3 {
  margin: 0 0 6px;
  color: var(--dark);
}

.step p {
  margin: 0;
  font-size: 15px;
  color: #444844;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: #fff;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.info-table th,
.info-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.info-table th {
  background: var(--navy);
  color: #fff;
  font-size: 15px;
}

.info-table tr:nth-child(even) td {
  background: #fbfff9;
}

.info-table td:first-child {
  font-weight: 800;
  color: var(--dark);
  white-space: nowrap;
}

.banner-strip {
  width: min(1500px, calc(100% - 40px));
  margin: 20px auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.banner-strip img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.routine-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(237, 248, 242, 0.7));
}

.routine-box {
  display: grid;
  gap: 16px;
}

.routine-item {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid rgba(124, 191, 98, 0.18);
  box-shadow: 0 16px 40px rgba(30, 60, 35, 0.06);
}

.routine-item b {
  display: block;
  color: var(--dark);
  font-size: 20px;
  margin-bottom: 6px;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

details {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(30, 60, 35, 0.1);
  box-shadow: 0 12px 34px rgba(30, 60, 35, 0.06);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 900;
  color: var(--dark);
  list-style: none;
}

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

summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

details[open] summary::after {
  content: "–";
}

details p {
  margin: 0;
  padding: 0 24px 24px;
  color: #444844;
}

.order-section {
  padding: 70px 0;
}

.order-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(30, 60, 35, 0.08);
  align-items: center;
}

.order-media {
  border-radius: 24px;
  overflow: hidden;
  background: #eef1f4;
  min-height: 280px;
}

.order-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.order-form label,
.modal-form label {
  display: block;
  font-weight: 800;
  color: var(--navy);
  margin: 14px 0 6px;
}

.order-form input,
.modal-form input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #d7dde3;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
}

.order-form input:focus,
.modal-form input:focus {
  outline: 2px solid rgba(216, 32, 37, 0.25);
  border-color: var(--red);
}

.order-form .btn,
.modal-form .btn {
  width: 100%;
  margin-top: 18px;
  height: 52px;
  font-size: 16px;
}

.form-notes {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #555;
  font-size: 14px;
}

.form-notes li {
  padding-left: 24px;
  position: relative;
}

.form-notes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

.form-error {
  color: var(--red);
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

.form-success {
  display: none;
  padding: 18px;
  border-radius: 16px;
  background: var(--mint);
  color: #1d3b22;
  font-weight: 700;
}

.site-footer {
  padding: 42px 0 28px;
  background: #111711;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.site-footer img {
  width: 190px;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
}

.site-footer a {
  display: inline-block;
  margin: 0 10px 8px 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover {
  color: #fff;
}

.footer-copy {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(12, 18, 28, 0.62);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  position: relative;
  width: min(920px, 100%);
  max-height: 94vh;
  overflow: auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.modal-media {
  background: #eef1f4;
  min-height: 100%;
}

.modal-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 420px;
  background: #eef1f4;
}

.modal-body {
  padding: 36px 34px 28px;
}

.modal-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f1fb;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.modal-body h2 {
  margin: 14px 0 10px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
}

.modal-body > p {
  color: #5b6270;
  margin: 0 0 8px;
  font-size: 15px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

body.modal-open {
  overflow: hidden;
}

.float-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
}

@media (max-width: 1100px) {
  .formula-infographic,
  .benefit-grid,
  .card-grid,
  .card-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: 560px;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-block;
  }

  .header-right {
    width: auto;
  }

  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 16px 16px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .intro-grid,
  .work-grid,
  .routine-grid,
  .split-grid,
  .order-box,
  .modal,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .modal-media {
    display: none;
  }

  .float-cta {
    display: inline-flex;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 28px, 1400px);
  }

  .section-padding {
    padding: 64px 0;
  }

  .header-inner {
    height: auto;
    padding: 8px 0;
  }

  .logo-link {
    height: 64px;
  }

  .logo {
    width: 168px;
    height: 68px;
  }

  .hero {
    min-height: auto;
    display: block;
    background: #ffffff;
  }

  .hero-bg {
    position: relative;
    height: 330px;
  }

  .hero-bg::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.18));
  }

  .hero-content {
    padding: 0 0 28px;
    margin-top: -36px;
  }

  .hero-card,
  .page-hero .hero-card {
    padding: 28px;
    border-radius: 26px;
  }

  .hero h1 {
    font-size: 32px;
  }
}

@media (max-width: 620px) {
  .formula-infographic,
  .benefit-grid,
  .card-grid,
  .card-grid.cols-2,
  .card-grid.cols-3 {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    height: 280px;
  }

  .hero-bg img {
    object-position: 67% center;
  }

  .quick-card,
  .work-panel,
  .panel {
    padding: 24px;
  }

  .quick-card li {
    flex-direction: column;
    gap: 2px;
  }

  .quick-card b {
    text-align: left;
  }

  .step {
    grid-template-columns: 1fr;
  }

  .banner-strip {
    width: calc(100% - 24px);
    border-radius: 24px;
  }

  .info-table td:first-child {
    white-space: normal;
  }
}
