/* ==========================================
   CheekyGlo Landing — style.css
   ========================================== */
:root {
  --pink: #F2A0A8;
  --pink-deep: #E4737F;
  --pink-bg: #FDF1F2;
  --ink: #2B2226;
  --muted: #7A6A6F;
  --white: #FFFFFF;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(228,115,127,.18);
  --font-display: 'Unbounded', sans-serif;
  --font-body: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--white); line-height: 1.6; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.container--narrow { max-width: 760px; }
.center { text-align: center; margin-top: 32px; }

h1, h2 { font-family: var(--font-display); line-height: 1.2; }
h1 { font-size: clamp(28px, 4.5vw, 44px); font-weight: 700; }
h1 em, h2 em { font-style: normal; color: var(--pink-deep); }
h2 { font-size: clamp(22px, 3.2vw, 32px); font-weight: 700; text-align: center; margin-bottom: 16px; }
.section__sub { text-align: center; color: var(--muted); max-width: 640px; margin: 0 auto 36px; }

/* ===== Header ===== */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid #F5E2E4; }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.logo { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: .04em; }
.logo span { color: var(--pink-deep); }
.header__btn { font-weight: 600; font-size: 14px; color: var(--white); background: var(--pink-deep); padding: 10px 22px; border-radius: 999px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.header__btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }

/* ===== Hero ===== */
.hero { background: linear-gradient(160deg, var(--pink-bg) 0%, #FBE4E7 100%); padding: 56px 0 64px; overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.hero__badge { display: inline-block; background: var(--white); color: var(--pink-deep); font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 999px; box-shadow: 0 4px 14px rgba(228,115,127,.15); margin-bottom: 18px; }
.hero__sub { margin: 18px 0 20px; color: var(--muted); font-size: 17px; }
.hero__list { list-style: none; margin-bottom: 24px; }
.hero__list li { padding: 4px 0; font-weight: 500; }
.hero__note { margin-top: 14px; font-size: 14px; color: var(--muted); }
.hero__img img { border-radius: 28px; box-shadow: var(--shadow); }

/* ===== Price ===== */
.price { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.price--center { justify-content: center; }
.price__old { font-size: 20px; color: var(--muted); text-decoration: line-through; }
.price__new { font-family: var(--font-display); font-size: 34px; font-weight: 700; color: var(--pink-deep); }
.price__discount { background: var(--pink-deep); color: var(--white); font-weight: 700; font-size: 14px; padding: 4px 10px; border-radius: 8px; }

/* ===== Buttons ===== */
.btn { display: inline-block; background: var(--pink-deep); color: var(--white); font-family: var(--font-body); font-weight: 700; font-size: 16px; padding: 15px 36px; border: none; border-radius: 999px; text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { background: #D45E6B; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--big { font-size: 18px; padding: 17px 44px; }
.btn--full { width: 100%; }

/* ===== Trustbar ===== */
.trustbar { background: var(--ink); color: var(--white); padding: 22px 0; }
.trustbar__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.trustbar__item b { display: block; font-family: var(--font-display); font-size: 22px; color: var(--pink); }
.trustbar__item span { font-size: 13px; opacity: .8; }

/* ===== Sections ===== */
.section { padding: 64px 0; }
.section--pink { background: var(--pink-bg); }

.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: 1fr 1fr; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--center { align-items: center; }

.card-img { border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: 0 6px 22px rgba(43,34,38,.08); }
.card-img img { width: 100%; object-fit: cover; }
.card-img figcaption { padding: 12px 16px; font-size: 14px; font-weight: 600; text-align: center; color: var(--muted); }
.card-img--small { max-width: 380px; margin: 32px auto 0; }

/* ===== Benefits ===== */
.benefit { display: flex; gap: 16px; margin-bottom: 22px; }
.benefit__icon { flex: 0 0 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--white); border-radius: 14px; font-size: 24px; box-shadow: 0 4px 14px rgba(228,115,127,.12); }
.benefit b { font-size: 17px; }
.benefit p { color: var(--muted); font-size: 15px; margin-top: 2px; }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.step { background: var(--pink-bg); border-radius: var(--radius); padding: 28px 24px; }
.step__num { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: var(--pink-deep); color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: 18px; border-radius: 50%; margin-bottom: 14px; }
.step b { font-size: 17px; }
.step p { color: var(--muted); font-size: 15px; margin-top: 6px; }
.note { text-align: center; margin-top: 28px; color: var(--muted); font-size: 14px; }

/* ===== Reviews ===== */
.review { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: 0 6px 22px rgba(43,34,38,.06); }
.review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review__avatar { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: var(--pink); color: var(--white); font-weight: 700; border-radius: 50%; font-size: 18px; }
.stars { color: #F5B301; font-size: 14px; letter-spacing: 2px; }
.review p { font-size: 15px; color: var(--ink); }

.review__photo { margin-top: 14px; border-radius: 12px; width: 100%; object-fit: cover; max-height: 220px; }
.disclaimer { margin-top: 14px; font-size: 12px; color: var(--muted); opacity: .85; }
.disclaimer--center { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }

/* ===== FAQ ===== */
.faq { background: var(--pink-bg); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.faq summary { padding: 18px 22px; font-weight: 700; cursor: pointer; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--pink-deep); transition: transform .2s ease; }
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq p { padding: 0 22px 18px; color: var(--muted); font-size: 15px; }

/* ===== Order ===== */
.order { background: linear-gradient(160deg, #FBE4E7 0%, var(--pink-bg) 100%); padding: 64px 0; }
.order__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.order__img img { border-radius: 28px; box-shadow: var(--shadow); }
.order__form { background: var(--white); border-radius: 24px; padding: 36px 32px; box-shadow: 0 14px 40px rgba(228,115,127,.2); }
.order__form h2 { margin-bottom: 12px; }
.order__note { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.order__form input[type="text"],
.order__form input[type="tel"] { width: 100%; padding: 15px 18px; margin-bottom: 14px; border: 2px solid #F0DCDE; border-radius: 12px; font-family: var(--font-body); font-size: 16px; outline: none; transition: border-color .15s ease; }
.order__form input:focus { border-color: var(--pink-deep); }
.order__form input.input-error { border-color: #E03535; }
.order__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin-top: 18px; font-size: 13px; color: var(--muted); }

/* ===== Footer ===== */
.footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 32px 0; text-align: center; font-size: 14px; }
.footer__links { margin-bottom: 12px; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.footer__links a { color: var(--pink); text-decoration: none; }
.footer__links a:hover { text-decoration: underline; }

/* ===== Thankyou ===== */
.thankyou { min-height: 70vh; display: flex; align-items: center; justify-content: center; background: var(--pink-bg); padding: 60px 20px; }
.thankyou__card { background: var(--white); border-radius: 24px; padding: 48px 40px; max-width: 520px; text-align: center; box-shadow: var(--shadow); }
.thankyou__icon { font-size: 56px; margin-bottom: 16px; }
.thankyou__card h1 { font-size: 28px; margin-bottom: 14px; }
.thankyou__card p { color: var(--muted); margin-bottom: 10px; }

/* ===== Legal pages ===== */
.legal { padding: 48px 0; }
.legal h1 { font-size: 26px; margin-bottom: 24px; }
.legal h2 { font-size: 19px; text-align: left; margin: 28px 0 10px; }
.legal p, .legal li { color: var(--muted); font-size: 15px; margin-bottom: 10px; }
.legal ul { padding-left: 22px; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero__inner, .order__inner { grid-template-columns: 1fr; }
  .hero__img { order: -1; max-width: 420px; margin: 0 auto; }
  .grid--3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .trustbar__inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid--2 { grid-template-columns: 1fr; }
  .section { padding: 44px 0; }
  .hero { padding: 36px 0 44px; }
  .order__form { padding: 28px 20px; }
  .btn--big { width: 100%; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .header__btn { transition: none; }
}
