﻿:root {
  --ink: #22262b;
  --muted: #5d646b;
  --paper: #f6f6f2;
  --green: #55ae25;
  --deep-green: #123d2e;
  --orange: #f06f2f;
  --line: #e1e4df;
  --shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
}

.top-strip {
  background: #050505;
  color: #fff;
}

.top-strip__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 58px;
  width: min(1360px, calc(100% - 32px));
}

.top-strip__brand,
.top-strip__trend {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  gap: 0.75rem;
  text-decoration: none;
}

.flag-fr {
  background: linear-gradient(90deg, #1a4f9f 0 33%, #fff 33% 66%, #ef4135 66% 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  height: 24px;
  width: 40px;
}

.advertorial-layout {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  margin: 0 auto;
  padding: 1.75rem 0 2.5rem;
  width: min(1320px, calc(100% - 32px));
}

.advertorial-main {
  min-width: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.advertorial-main h1 {
  font-size: clamp(2.05rem, 4vw, 3.15rem);
  line-height: 1.08;
  margin-bottom: 1.2rem;
}

.author-row {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.author-avatar {
  align-items: center;
  background: linear-gradient(135deg, #e7efe8, #caa68c);
  border-radius: 50%;
  color: var(--deep-green);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.35rem;
  font-weight: 900;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.author-row strong {
  display: block;
  font-size: 1.05rem;
}

.author-row span {
  color: var(--muted);
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.feature-image {
  background: #fff;
  border: 5px solid var(--green);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.feature-image > img:first-child,
.visual-reason--photo img {
  display: block;
  height: auto;
  width: 100%;
}

.intro-copy {
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  font-weight: 700;
  margin: 1.2rem 0;
}

.intro-copy strong {
  color: var(--green);
  text-decoration: underline;
}

.center-title {
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  line-height: 1.08;
  margin: 2rem 0 1.2rem;
  text-align: center;
}

.visual-reasons {
  display: grid;
  gap: 1rem;
}

.visual-reason {
  background: #fff;
  border: 4px solid var(--green);
  border-radius: 8px;
  color: inherit;
  display: grid;
  overflow: hidden;
  text-decoration: none;
}

.visual-reason > div,
.visual-reason--photo > div {
  padding: 1rem 1.1rem 1.15rem;
}

.case-image {
  background: #fff;
  display: block;
  height: auto;
  width: 100%;
}

.visual-reason h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.12;
  margin-bottom: 0.55rem;
}

.reason-index {
  color: #7890cc;
  font-size: clamp(3rem, 6vw, 4.2rem);
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 0.35rem;
  padding: 0;
}

.visual-reason p {
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
}

.visual-reason p strong {
  color: var(--green);
  text-decoration: underline;
}

.mini-review {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 400;
  margin: 0.85rem 0;
  padding: 0;
}

.mini-review b {
  display: block;
  font-weight: 900;
  white-space: nowrap;
}

.mini-review span {
  color: #7890cc;
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 0.2rem;
}

.visual-reason strong {
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 900;
}

.reason-media {
  aspect-ratio: 16 / 7;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.reason-media::before,
.reason-media::after {
  content: "";
  position: absolute;
}

.pain-visual--craving {
  background:
    radial-gradient(circle at 28% 58%, #7d4b2f 0 15%, transparent 16%),
    radial-gradient(circle at 45% 43%, #f5c097 0 13%, transparent 14%),
    radial-gradient(circle at 62% 61%, #7d4b2f 0 14%, transparent 15%),
    linear-gradient(135deg, #fff1e8, #fff);
}

.pain-visual--craving::after {
  background: rgba(18, 61, 46, 0.12);
  border-radius: 999px;
  bottom: 26%;
  height: 18px;
  left: 20%;
  width: 62%;
}

.pain-visual--scale {
  background: linear-gradient(135deg, #eef5f0, #fff);
}

.pain-visual--scale::before {
  background: #fff;
  border: 8px solid var(--deep-green);
  border-radius: 50%;
  height: 72px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
}

.pain-visual--scale::after {
  background: var(--orange);
  border-radius: 999px;
  height: 6px;
  left: calc(50% - 4px);
  top: calc(50% - 30px);
  transform: rotate(36deg);
  transform-origin: center bottom;
  width: 8px;
}

.pain-visual--waist {
  background: linear-gradient(135deg, #e9f1ea, #fff7f2);
}

.pain-visual--waist::before {
  border: 8px solid var(--deep-green);
  border-left-color: transparent;
  border-radius: 50%;
  height: 84px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 84px;
}

.pain-visual--waist::after {
  background: var(--orange);
  border-radius: 999px;
  height: 8px;
  left: 25%;
  top: 50%;
  width: 50%;
}

.pain-visual--energy {
  background: linear-gradient(135deg, #f4f5ec, #fff);
}

.pain-visual--energy::before {
  background: var(--deep-green);
  clip-path: polygon(45% 0, 76% 0, 56% 38%, 82% 38%, 31% 100%, 43% 53%, 18% 53%);
  height: 96px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.pain-visual--energy::after {
  background: rgba(240, 111, 47, 0.22);
  border-radius: 999px;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}

.comments-strip {
  margin: 2rem 0;
}

.comment-card {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: inherit;
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  text-decoration: none;
}

.person {
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(18, 61, 46, 0.16);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 900;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.person--claire {
  background: linear-gradient(135deg, #496b57, #f0b58e);
}

.person--nathalie {
  background: linear-gradient(135deg, #2b5140, #d7956d);
}

.stars,
.mini-review span,
.rating-stars {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
}

.stars {
  color: var(--orange);
  font-weight: 900;
}

.recommend-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 1.15rem 1.25rem;
}

.recommend-card a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.recommend-card h2 {
  font-size: 1.35rem;
  text-align: center;
}

.rating-box {
  border-bottom: 1px solid var(--line);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.rating-box strong {
  color: #111;
  display: block;
  font-size: 1.55rem;
  margin-bottom: 0.4rem;
}

.rating-stars {
  background: #00b67a;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  padding: 0.15rem 0.45rem;
}

.rating-box span {
  color: var(--muted);
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0.35rem;
}

.recommend-card h3 {
  color: var(--green);
  font-size: 1.45rem;
}

.recommend-card ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.recommend-card li {
  font-size: 1.03rem;
  font-weight: 700;
  margin: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
}

.recommend-card li::before {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: #fff;
  content: "鉁?;
  display: inline-flex;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.sidebar-product {
  display: flex;
  justify-content: center;
  margin: 1.4rem 0;
}

.sidebar-product img {
  display: block;
  height: auto;
  width: min(70%, 205px);
}

.sidebar-button,
.button {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.05rem;
  font-weight: 900;
  justify-content: center;
  padding: 0.9rem 1rem;
  text-align: center;
  text-decoration: none;
}

.footer,
.legal-page {
  color: var(--muted);
  margin: 0 auto;
  padding: 1.4rem 0 5rem;
  width: min(980px, calc(100% - 32px));
}

.footer {
  border-top: 1px solid var(--line);
}

.footer nav {
  display: flex;
  gap: 1rem;
}

.sticky-cta {
  background: rgba(246, 246, 242, 0.95);
  border-top: 1px solid var(--line);
  bottom: 0;
  left: 0;
  padding: 0.75rem 1rem;
  position: fixed;
  right: 0;
  z-index: 20;
}

.sticky-cta .button {
  width: 100%;
}

@media (min-width: 980px) {
  .advertorial-layout {
    grid-template-columns: minmax(0, 840px) 320px;
  }

  .recommend-card {
    position: sticky;
    top: 84px;
  }

  .visual-reason {
    align-items: stretch;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  }

  .case-image {
    height: 100%;
    object-fit: cover;
  }

  .sticky-cta {
    display: none;
  }

  .footer {
    padding-bottom: 2rem;
  }
}

@media (max-width: 979px) {
  .recommend-card {
    order: -1;
  }
}

@media (max-width: 620px) {
  body {
    line-height: 1.38;
  }

  .top-strip__trend {
    display: none;
  }

  .top-strip__inner {
    min-height: 50px;
    width: calc(100% - 24px);
  }

  .top-strip__brand {
    font-size: 1.1rem;
  }

  .advertorial-layout {
    gap: 0.9rem;
    padding: 1rem 0 1.6rem;
    width: calc(100% - 20px);
  }

  .advertorial-main h1 {
    font-size: 1.78rem;
    line-height: 1.1;
    margin-bottom: 0.9rem;
  }

  .author-row {
    gap: 0.7rem;
    margin-bottom: 0.9rem;
  }

  .author-avatar {
    height: 52px;
    width: 52px;
  }

  .author-row strong {
    font-size: 0.98rem;
  }

  .author-row span {
    font-size: 0.82rem;
  }

  .feature-image {
    border-width: 3px;
    border-radius: 7px;
  }

  .intro-copy {
    font-size: 1rem;
    margin: 0.9rem 0;
  }

  .center-title {
    font-size: 1.48rem;
    line-height: 1.12;
    margin: 1.35rem 0 0.85rem;
  }

  .visual-reasons {
    gap: 0.75rem;
  }

  .visual-reason {
    border-width: 3px;
    border-radius: 7px;
  }

  .visual-reason > div,
  .visual-reason--photo > div {
    padding: 0.78rem 0.85rem 0.9rem;
  }

  .case-image {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }

  .reason-index {
    font-size: 2.55rem;
    line-height: 0.85;
    margin-bottom: 0.3rem;
  }

  .visual-reason h3 {
    font-size: 1.38rem;
    line-height: 1.16;
    margin-bottom: 0.45rem;
  }

  .visual-reason p {
    font-size: 0.98rem;
    margin-bottom: 0.55rem;
  }

  .mini-review {
    font-size: 0.98rem;
    line-height: 1.42;
    margin: 0.65rem 0;
  }

  .mini-review span {
    color: var(--orange);
    font-size: 1rem;
    margin-bottom: 0.18rem;
  }

  .mini-review b {
    white-space: normal;
  }

  .visual-reason strong {
    font-size: 0.98rem;
  }

  .comments-strip {
    margin: 1.35rem 0;
  }

  .comments-strip h2 {
    font-size: 1.32rem;
    margin-bottom: 0.4rem;
  }

  .comment-card {
    gap: 0.75rem;
    padding: 0.8rem 0;
  }

  .comment-card p {
    font-size: 0.96rem;
    margin-bottom: 0.25rem;
  }

  .person {
    font-size: 1rem;
    height: 48px;
    width: 48px;
  }

  .recommend-card {
    border-radius: 8px;
    padding: 0.9rem 1rem;
  }

  .recommend-card h2 {
    font-size: 1.18rem;
    margin-bottom: 0.65rem;
  }

  .rating-box {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .rating-box strong {
    font-size: 1.25rem;
  }

  .rating-stars {
    font-size: 1rem;
    padding: 0.15rem 0.38rem;
  }

  .recommend-card h3 {
    font-size: 1.22rem;
    margin-bottom: 0.5rem;
  }

  .recommend-card ul {
    margin: 0.75rem 0;
  }

  .recommend-card li {
    font-size: 0.94rem;
    margin: 0.55rem 0;
    padding-left: 1.6rem;
  }

  .recommend-card li::before {
    height: 20px;
    top: 1px;
    width: 20px;
  }

  .sidebar-product {
    margin: 0.8rem 0 1rem;
  }

  .sidebar-product img {
    width: min(54%, 150px);
  }

  .sidebar-button,
  .button {
    border-radius: 7px;
    font-size: 0.98rem;
    min-height: 46px;
    padding: 0.72rem 0.85rem;
  }

  .footer,
  .legal-page {
    padding-bottom: 4.6rem;
    width: calc(100% - 24px);
  }

  .sticky-cta {
    padding: 0.55rem 0.75rem;
  }
}

