/* ===========================================================
   FREPRI — Landing Page styles
   Brand tone: pale pink / white / lavender / transparency,
   rounded gothic + handwritten accents. Mobile-first @390.
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Quicksand:wght@500;600;700&family=Baloo+2:wght@600;700;800&family=Yomogi&display=swap');

:root{
  --bg:#fff7fb;
  --white:#ffffff;
  --pink-50:#fff1f7;
  --pink-100:#ffe4ef;
  --pink-200:#ffd2e3;
  --pink-300:#ffb9d4;
  --rose:#fb6ba2;
  --rose-deep:#ec5a93;
  --lav-50:#f4f0fd;
  --lav-100:#ebe3fb;
  --lav-200:#ddd0f7;
  --mint:#e2f6ee;
  --mint-deep:#8fd9bd;
  --night:#2c2440;
  --night-2:#3b2f57;
  --ink:#574852;
  --ink-mid:#8a7884;
  --ink-soft:#ab9ca5;
  --line:rgba(120,90,110,.12);
  --gold:#f6c96b;

  --r-sm:14px;
  --r-md:22px;
  --r-lg:30px;
  --r-xl:40px;
  --shadow-soft:0 14px 40px rgba(243,120,170,.16);
  --shadow-card:0 18px 48px rgba(214,120,168,.18);
  --shadow-deep:0 26px 70px rgba(150,90,140,.26);

  --maxw:1080px;
  --pad:22px;

  --f-head:"Zen Maru Gothic",sans-serif;
  --f-body:"Zen Kaku Gothic New",sans-serif;
  --f-latin:"Quicksand",sans-serif;
  --f-logo:"Baloo 2","Quicksand",sans-serif;
  --f-hand:"Yomogi","Zen Maru Gothic",cursive;
  --f-script:"Yomogi",cursive;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{
  margin:0;
  font-family:var(--f-body);
  color:var(--ink);
  background:
    url("assets/bg-sticker-soft.png"),
    radial-gradient(60% 40% at 50% 0%,#ffe1ee 0%,rgba(255,225,238,0) 60%),
    linear-gradient(160deg,#fbe7f2 0%,#efe6fb 100%);
  background-size:min(100vw,440px) auto,auto,auto;
  background-position:top center,center,center;
  background-attachment:fixed;
  line-height:1.75;
  letter-spacing:.01em;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad);}
.center{text-align:center;}

/* ---------- typography ---------- */
.eyebrow{
  font-family:var(--f-latin);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  color:var(--rose);
  display:inline-flex;align-items:center;gap:.5em;
}
.eyebrow::before,.eyebrow::after{content:"";width:18px;height:1.5px;background:var(--pink-300);border-radius:2px;}
h1,h2,h3{font-family:var(--f-head);font-weight:700;color:var(--ink);margin:0;line-height:1.32;letter-spacing:.005em;}
.sec-title{font-size:clamp(25px,6.2vw,34px);font-weight:900;margin:16px 0 14px;text-wrap:balance;}
.sec-lead{font-size:clamp(14.5px,3.7vw,17px);color:var(--ink-mid);max-width:34em;margin:0 auto;text-wrap:pretty;}
.script{font-family:var(--f-script);color:var(--rose);font-weight:700;}
.hl{color:var(--rose-deep);}
.hl-mint{color:#3fae89;}
.hl-lav{color:#7b5fd1;}

.section{position:relative;padding:clamp(58px,10vw,96px) 0;}
.section-head{max-width:640px;margin:0 auto clamp(34px,6vw,54px);text-align:center;}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  font-family:var(--f-head);font-weight:700;font-size:16px;
  padding:16px 26px;border-radius:999px;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
  white-space:nowrap;
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#ff85b3 0%,var(--rose) 48%,var(--rose-deep) 100%);
  box-shadow:0 12px 26px rgba(236,90,147,.38);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(236,90,147,.46);}
.btn-ghost{
  color:var(--rose-deep);background:#fff;
  border:1.5px solid var(--pink-200);
  box-shadow:0 8px 22px rgba(243,120,170,.12);
}
.btn-ghost:hover{transform:translateY(-2px);border-color:var(--pink-300);}
.btn-lg{font-size:16px;padding:17px 26px;}
.btn-block{display:flex;width:100%;}

/* ---------- decorative bits ---------- */
.spark{position:absolute;pointer-events:none;color:var(--pink-300);opacity:.9;}
.heart-dot{display:inline-block;color:var(--rose);}
.tape{
  position:absolute;width:84px;height:26px;
  background:repeating-linear-gradient(45deg,rgba(255,160,195,.55) 0 9px,rgba(255,255,255,.5) 9px 18px);
  opacity:.8;border-radius:2px;transform:rotate(-7deg);
  box-shadow:0 4px 10px rgba(0,0,0,.05);
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;top:0;z-index:60;
  backdrop-filter:saturate(1.3) blur(14px);
  background:rgba(255,247,251,.78);
  border-bottom:1px solid var(--line);
}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:10px;height:62px;}
.brand{display:flex;align-items:baseline;gap:8px;flex:0 0 auto;white-space:nowrap;}
.brand .mark{
  font-family:var(--f-logo);font-weight:800;font-size:24px;letter-spacing:.01em;white-space:nowrap;
  background:linear-gradient(95deg,#ffa6cf 0%,var(--rose) 55%,var(--rose-deep) 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.brand .yomi{font-family:var(--f-body);font-size:11px;color:var(--ink-soft);letter-spacing:.18em;}
.header-cta{font-size:13px;padding:10px 17px;white-space:nowrap;flex:0 0 auto;}

/* ============================================================
   FV / HERO  — full-bleed comp image
   ============================================================ */
.hero{
  position:relative;overflow:hidden;text-align:center;
  padding:0 0 clamp(20px,5vw,30px);
  background:
    linear-gradient(180deg,rgba(251,230,242,.78) 0%,rgba(238,228,251,.86) 100%),
    url("assets/bg-sticker-soft.png") center top/100% auto no-repeat;
}
.hero-img{width:100%;height:auto;display:block;}
.hero-copy{
  position:relative;z-index:2;
  max-width:380px;margin:clamp(-4px,1vw,8px) auto 0;padding:0 22px;
}
.hero-copy h1{
  font-size:clamp(24px,6.5vw,31px);
  font-weight:900;
  color:var(--night);
  line-height:1.28;
  text-wrap:balance;
}
.hero-copy p{
  margin:10px auto 0;
  color:var(--ink-mid);
  font-size:14px;
  line-height:1.65;
  max-width:25em;
}
.hero-badges{
  display:flex;flex-wrap:wrap;justify-content:center;gap:7px;
  margin:14px auto 0;max-width:310px;
}
.hero-badges span{
  font-family:var(--f-head);font-weight:700;font-size:12px;color:var(--rose-deep);
  background:rgba(255,255,255,.9);border:1px solid var(--pink-100);
  box-shadow:0 7px 16px rgba(236,90,147,.12);
  border-radius:999px;padding:7px 11px;
}

/* CTA below hero image */
.hero-cta{margin:clamp(16px,4.8vw,26px) 20px 0;display:flex;justify-content:center;}
.hero-cta .btn{box-shadow:0 14px 30px rgba(236,90,147,.4);}

/* ============================================================
   PROBLEM (共感)
   ============================================================ */
.problem{
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,247,251,.88)),
    url("assets/bg-sticker-soft.png") center top/100% auto no-repeat;
}
.problem-list{display:grid;gap:14px;max-width:640px;margin:0 auto;}
.problem-scene{
  position:relative;
  max-width:330px;margin:-18px auto 22px;padding:16px 18px;
  text-align:center;font-family:var(--f-head);font-weight:700;
  color:var(--night);font-size:15.5px;line-height:1.7;
  background:rgba(255,255,255,.82);
  border:1px solid var(--pink-100);
  border-radius:24px;
  box-shadow:0 12px 28px rgba(243,120,170,.12);
}
.problem-scene::after{
  content:"";position:absolute;left:50%;bottom:-8px;transform:translateX(-50%) rotate(45deg);
  width:16px;height:16px;background:rgba(255,255,255,.82);
  border-right:1px solid var(--pink-100);border-bottom:1px solid var(--pink-100);
}
.pcard{
  display:flex;align-items:flex-start;gap:15px;
  background:var(--pink-50);border:1px solid var(--pink-100);
  border-radius:var(--r-md);padding:15px 17px;
  box-shadow:0 8px 22px rgba(243,120,170,.07);
}
.pcard .pico{
  flex:0 0 auto;width:40px;height:40px;border-radius:13px;display:grid;place-items:center;
  background:#fff;color:var(--rose);box-shadow:0 5px 14px rgba(243,120,170,.18);
}
.pcard p{margin:0;font-size:14.5px;line-height:1.58;min-width:0;}
.pcard p b{font-weight:700;color:var(--ink);}
.pcard .q{font-family:var(--f-script);color:var(--pink-300);font-size:24px;line-height:1;margin-left:auto;align-self:center;}

/* ============================================================
   SOLUTION (枠ガイド) — dark
   ============================================================ */
.solution{
  background:
    radial-gradient(90% 60% at 80% 10%,rgba(140,110,200,.35),rgba(140,110,200,0) 60%),
    radial-gradient(80% 60% at 12% 90%,rgba(245,120,175,.28),rgba(245,120,175,0) 60%),
    linear-gradient(160deg,var(--night) 0%,var(--night-2) 100%);
  color:#fff;overflow:hidden;
}
.solution .eyebrow{color:#ffb9d9;}
.solution .eyebrow::before,.solution .eyebrow::after{background:rgba(255,185,217,.5);}
.solution .sec-title{color:#fff;}
.solution .sec-lead{color:rgba(255,255,255,.78);}
.guide-grid{
  display:grid;grid-template-columns:1fr;gap:30px;align-items:center;margin-top:8px;
}
.guide-frames{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.guide-frames figure{
  margin:0;position:relative;background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);border-radius:var(--r-md);
  padding:14px 10px 10px;text-align:center;
  transition:transform .2s ease,background .2s ease;
}
.guide-frames figure:hover{transform:translateY(-4px);background:rgba(255,255,255,.07);}
.guide-frames img{height:184px;width:auto;margin:0 auto;filter:drop-shadow(0 0 14px rgba(180,150,255,.5));}
.guide-frames figcaption{font-family:var(--f-head);font-weight:700;font-size:13px;color:#fff;margin-top:8px;}
.guide-frames figcaption span{display:block;font-family:var(--f-body);font-weight:400;font-size:11px;color:rgba(255,255,255,.6);}
.guide-points{display:grid;gap:14px;}
.guide-flow{
  display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:4px;
}
.guide-flow div{
  min-height:74px;padding:12px 10px;border-radius:18px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;text-align:center;
}
.guide-flow span{
  width:24px;height:24px;border-radius:50%;display:grid;place-items:center;
  background:#fff;color:var(--rose);font-family:var(--f-latin);font-size:12px;font-weight:700;
}
.guide-flow b{font-family:var(--f-head);font-size:13px;color:#fff;}
.gpoint{display:flex;gap:14px;align-items:flex-start;}
.gpoint .n{
  flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  font-family:var(--f-latin);font-weight:700;font-size:14px;color:#fff;
  background:linear-gradient(135deg,#ff8fc0,#b98cf0);box-shadow:0 6px 16px rgba(180,120,220,.4);
}
.gpoint h3{color:#fff;font-size:15.5px;margin-bottom:2px;}
.gpoint p{margin:0;font-size:13px;color:rgba(255,255,255,.72);line-height:1.58;}
.guide-shot{justify-self:center;position:relative;}
.guide-shot img{width:min(74%,260px);border-radius:10px;box-shadow:0 30px 60px rgba(0,0,0,.4);}
.guide-badge{
  position:absolute;left:-6px;bottom:18px;
  background:#fff;border-radius:16px;padding:10px 14px;text-align:center;
  box-shadow:0 14px 30px rgba(0,0,0,.25);
}
.guide-badge .pct{font-family:var(--f-latin);font-weight:700;font-size:22px;color:#3fae89;line-height:1;}
.guide-badge small{font-size:10px;color:var(--ink-mid);font-family:var(--f-body);}

/* ============================================================
   STEPS
   ============================================================ */
.steps{
  background:
    linear-gradient(180deg,rgba(255,241,247,.92),rgba(255,247,251,.86)),
    url("assets/bg-sticker-soft.png") center top/100% auto no-repeat;
}
.step-grid{display:grid;grid-template-columns:1fr;gap:26px;}
.step{
  position:relative;background:#fff;border-radius:var(--r-lg);
  padding:22px 22px 26px;box-shadow:var(--shadow-soft);border:1px solid var(--pink-100);
  text-align:center;
}
.step .num{
  position:absolute;top:-16px;left:50%;transform:translateX(-50%);
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  font-family:var(--f-latin);font-weight:700;font-size:19px;color:#fff;
  background:linear-gradient(135deg,#ff8fc0,var(--rose));box-shadow:0 10px 22px rgba(236,90,147,.34);
}
.step .shot{margin:14px auto 16px;width:min(70%,200px);}
.step .shot.framed{border-radius:14px;overflow:hidden;box-shadow:var(--shadow-card);}
.step h3{font-size:19px;margin-bottom:6px;}
.step h3 .en{display:block;font-family:var(--f-script);font-size:17px;color:var(--rose);font-weight:700;}
.step p{margin:0;font-size:14px;color:var(--ink-mid);}

/* ============================================================
   FEATURES
   ============================================================ */
.features{background:var(--white);}
.feat-grid{display:grid;grid-template-columns:1fr;gap:18px;}
.fcard{
  display:grid;grid-template-columns:1fr;gap:0;overflow:hidden;
  background:linear-gradient(180deg,#fff,#fff8fc);
  border:1px solid var(--pink-100);border-radius:var(--r-lg);
  box-shadow:var(--shadow-soft);
}
.fcard .fimg{position:relative;background:linear-gradient(160deg,var(--pink-50),var(--lav-50));padding:22px 22px 0;display:flex;justify-content:center;}
.fcard .fimg img{width:min(64%,190px);border-radius:12px 12px 0 0;filter:drop-shadow(0 16px 26px rgba(180,110,150,.22));}
.fcard .fbody{padding:20px 22px 24px;}
.fnum{font-family:var(--f-latin);font-weight:700;font-size:12px;color:var(--rose);letter-spacing:.12em;}
.fcard h3{font-size:19px;margin:4px 0 7px;}
.fcard p{margin:0;font-size:14px;color:var(--ink-mid);line-height:1.66;}

/* ============================================================
   SCENES
   ============================================================ */
.scenes{
  background:
    linear-gradient(180deg,rgba(246,241,253,.92),rgba(255,247,251,.9)),
    url("assets/bg-sticker-soft.png") center top/100% auto no-repeat;
}
.scene-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:30px;}
.scene-tags span{
  font-family:var(--f-head);font-weight:700;font-size:13px;color:var(--ink);
  background:#fff;border:1px solid var(--lav-100);padding:8px 16px;border-radius:999px;
  box-shadow:0 6px 14px rgba(160,120,200,.12);
}
.scene-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.scene-gallery figure{
  margin:0;position:relative;border-radius:var(--r-md);overflow:hidden;
  box-shadow:var(--shadow-card);background:#fff;border:3px solid #fff;
}
.scene-gallery figure:nth-child(1){grid-column:span 2;}
.scene-gallery img{width:100%;height:100%;object-fit:cover;display:block;}
.scene-gallery figure:nth-child(1) img{max-height:320px;object-position:top;}
.scene-gallery figcaption{
  position:absolute;left:12px;bottom:12px;
  font-family:var(--f-head);font-weight:700;font-size:12.5px;color:var(--rose-deep);
  background:rgba(255,255,255,.92);padding:6px 13px;border-radius:999px;
  box-shadow:0 6px 14px rgba(0,0,0,.08);
}
.scene-lead{max-width:36em;margin:30px auto 0;text-align:center;color:var(--ink-mid);font-size:15px;text-wrap:pretty;}

/* ============================================================
   BEFORE / AFTER
   ============================================================ */
.ba{background:var(--white);}
.ba-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:760px;margin:0 auto;position:relative;}
.ba-col{border-radius:var(--r-lg);padding:26px 24px;}
.ba-before{background:#f5f2f4;border:1px solid #ece6ea;}
.ba-after{
  background:linear-gradient(160deg,#fff0f7,#f3ecfd);
  border:1.5px solid var(--pink-200);box-shadow:var(--shadow-card);position:relative;
}
.ba-tag{
  display:inline-flex;align-items:center;gap:7px;font-family:var(--f-head);font-weight:700;
  font-size:13px;padding:7px 15px;border-radius:999px;margin-bottom:16px;
}
.ba-before .ba-tag{background:#e7e1e6;color:#8b7d87;}
.ba-after .ba-tag{background:var(--rose);color:#fff;box-shadow:0 8px 18px rgba(236,90,147,.32);}
.ba-list{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.ba-list li{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;line-height:1.55;}
.ba-list .ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;margin-top:1px;}
.ba-before .ic{background:#ded6db;color:#8b7d87;}
.ba-after .ic{background:#fff;color:var(--rose);box-shadow:0 4px 10px rgba(236,90,147,.2);}
.ba-after .ba-list li{color:var(--ink);font-weight:500;}
.ba-vs{
  position:absolute;left:50%;top:0;transform:translate(-50%,-50%);
  width:50px;height:50px;border-radius:50%;background:#fff;display:none;place-items:center;
  font-family:var(--f-latin);font-weight:700;color:var(--rose);z-index:5;
  box-shadow:0 10px 24px rgba(236,90,147,.26);border:2px solid var(--pink-100);
}

/* ============================================================
   ALBUM
   ============================================================ */
.album{
  background:
    linear-gradient(180deg,rgba(255,247,251,.94),rgba(255,238,246,.9)),
    url("assets/bg-sticker-soft.png") center top/100% auto no-repeat;
}
.album-grid{display:grid;grid-template-columns:1fr;gap:30px;align-items:center;}
.album-copy .sec-title{text-align:left;}
.album-copy{text-align:left;}
.album-copy .eyebrow{justify-content:flex-start;}
.album-copy p{font-size:15px;color:var(--ink-mid);text-wrap:pretty;}
.album-feats{display:grid;gap:12px;margin:22px 0 26px;}
.afeat{display:flex;gap:12px;align-items:center;font-size:14.5px;}
.afeat .ic{flex:0 0 auto;width:38px;height:38px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--rose);box-shadow:0 6px 14px rgba(243,120,170,.16);}
.afeat b{font-weight:700;}
.afeat span{display:block;font-size:12.5px;color:var(--ink-soft);}
.album-shots{position:relative;display:flex;justify-content:center;gap:14px;}

/* device frame for un-bezeled screens */
.device{
  position:relative;border-radius:34px;background:#171019;
  padding:9px;box-shadow:var(--shadow-deep);border:1px solid rgba(0,0,0,.1);
}
.device::before{
  content:"";position:absolute;top:13px;left:50%;transform:translateX(-50%);
  width:74px;height:17px;background:#171019;border-radius:0 0 12px 12px;z-index:3;
}
.device img{border-radius:27px;width:100%;display:block;}
.album-shots .device{width:min(48%,210px);}
.album-shots .device.tilt-l{transform:rotate(-4deg) translateY(8px);z-index:1;}
.album-shots .device.tilt-r{transform:rotate(4deg);z-index:2;}

/* ============================================================
   REGISTER CTA band
   ============================================================ */
.register{
  background:
    radial-gradient(80% 120% at 15% 0%,rgba(255,255,255,.4),rgba(255,255,255,0) 50%),
    linear-gradient(135deg,#ff90bd 0%,var(--rose) 50%,#e85fa0 100%);
  color:#fff;overflow:hidden;
}
.register .reg-inner{max-width:620px;margin:0 auto;text-align:center;position:relative;z-index:2;}
.register .eyebrow{color:#fff;}
.register .eyebrow::before,.register .eyebrow::after{background:rgba(255,255,255,.6);}
.register h2{color:#fff;font-size:clamp(24px,6vw,34px);font-weight:900;margin:14px 0 14px;}
.register p{color:rgba(255,255,255,.92);font-size:15.5px;margin:0 auto 26px;max-width:30em;text-wrap:pretty;}
.assurance-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
  max-width:360px;margin:-8px auto 18px;
}
.assurance-grid span{
  display:grid;place-items:center;min-height:44px;padding:8px 6px;border-radius:16px;
  font-family:var(--f-head);font-weight:700;font-size:13px;color:#fff;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);
  box-shadow:0 10px 22px rgba(170,40,90,.12);
}
.reg-form{display:flex;flex-direction:column;gap:11px;max-width:420px;margin:0 auto;}
.reg-form input{
  width:100%;padding:16px 20px;border-radius:999px;border:none;font-size:15px;
  font-family:var(--f-body);color:var(--ink);background:#fff;
  box-shadow:0 10px 26px rgba(170,40,90,.22);
}
.reg-form input:focus{outline:3px solid rgba(255,255,255,.6);}
.reg-form .btn-submit{
  background:#fff;color:var(--rose-deep);font-size:16.5px;padding:16px;
  box-shadow:0 12px 26px rgba(170,40,90,.24);
}
.reg-form .btn-submit:hover{transform:translateY(-2px);}
.reg-or{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.85);font-size:12.5px;margin:4px 0;}
.reg-or::before,.reg-or::after{content:"";flex:1;height:1px;background:rgba(255,255,255,.45);}
.btn-line{background:#06c755;color:#fff;}
.btn-line:hover{transform:translateY(-2px);filter:brightness(1.04);}
.reg-note{font-size:12.5px;color:rgba(255,255,255,.85);margin-top:14px;}
.reg-done{display:none;font-family:var(--f-head);font-weight:700;font-size:16px;color:#fff;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.4);border-radius:var(--r-md);padding:20px;max-width:420px;margin:0 auto;}
.reg-done.show{display:block;}

/* ============================================================
   FAQ
   ============================================================ */
.faq{background:var(--white);}
.faq-list{max-width:680px;margin:0 auto;display:grid;gap:12px;}
.faq-item{
  background:var(--pink-50);border:1px solid var(--pink-100);border-radius:var(--r-md);
  overflow:hidden;transition:box-shadow .2s ease;
}
.faq-item[open]{box-shadow:var(--shadow-soft);background:#fff;}
.faq-item summary{
  list-style:none;cursor:pointer;padding:19px 22px;display:flex;align-items:center;gap:13px;
  font-family:var(--f-head);font-weight:700;font-size:15.5px;color:var(--ink);
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item .qmark{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--rose);color:#fff;font-family:var(--f-latin);font-weight:700;font-size:14px;}
.faq-item .chev{margin-left:auto;flex:0 0 auto;transition:transform .25s ease;color:var(--rose);}
.faq-item[open] .chev{transform:rotate(180deg);}
.faq-item .ans{padding:0 22px 20px 63px;font-size:14.5px;color:var(--ink-mid);line-height:1.7;}

/* ============================================================
   FINAL CTA
   ============================================================ */
.final{
  position:relative;overflow:hidden;text-align:center;
  background:
    radial-gradient(100% 80% at 80% 0%,#fbe6ff 0%,rgba(251,230,255,0) 55%),
    linear-gradient(180deg,#fff6fb,#f4ecfd);
}
.final .final-phone{width:min(54%,210px);margin:0 auto 22px;filter:drop-shadow(0 26px 44px rgba(180,110,150,.3));}
.final .final-phone img{border-radius:10px;}
.final h2{font-size:clamp(25px,6.2vw,34px);font-weight:900;margin:0 0 14px;}
.final p{color:var(--ink-mid);font-size:15.5px;max-width:28em;margin:0 auto 28px;text-wrap:pretty;}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:#2c2440;color:rgba(255,255,255,.7);padding:46px 0 30px;}
.site-footer .wrap{display:flex;flex-direction:column;gap:22px;}
.site-footer .brand .mark{font-size:21px;}
.site-footer .brand .yomi{color:rgba(255,255,255,.55);}
.foot-links{display:flex;flex-wrap:wrap;gap:18px;font-size:13px;}
.foot-links a:hover{color:#fff;}
.foot-copy{font-size:11.5px;color:rgba(255,255,255,.4);font-family:var(--f-latin);letter-spacing:.04em;}

/* ============================================================
   STICKY mobile CTA
   ============================================================ */
.sticky-cta{
  position:fixed;left:50%;bottom:0;z-index:70;
  width:100%;max-width:440px;
  transform:translateX(-50%) translateY(120%);
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,247,251,.92);backdrop-filter:blur(12px);
  border-top:1px solid var(--pink-100);
  display:flex;gap:10px;align-items:center;
  transition:transform .3s ease;
}
.sticky-cta.show{transform:translateX(-50%) translateY(0);}
.sticky-cta .txt{flex:1;min-width:0;}
.sticky-cta .txt b{display:block;font-family:var(--f-head);font-weight:700;font-size:13px;color:var(--ink);}
.sticky-cta .txt span{font-size:11px;color:var(--ink-soft);}
.sticky-cta .btn{padding:13px 20px;font-size:14px;flex:0 0 auto;}

/* ============================================================
   PHONE PAGE — mobile-only deliverable, centered on a stage
   ============================================================ */
.device-stage{
  min-height:100vh;
  display:flex;justify-content:center;align-items:flex-start;
}
.phone-page{
  position:relative;width:100%;max-width:440px;margin:0 auto;
  background:
    linear-gradient(rgba(255,247,251,.84),rgba(255,247,251,.84)),
    url("assets/bg-sticker-soft.png") center top/100% auto repeat-y,
    var(--bg);
  min-height:100vh;
  box-shadow:0 0 0 1px rgba(150,90,140,.06),0 30px 90px rgba(150,90,140,.22);
}
@media(max-width:360px){
  .btn{font-size:15px;padding-left:20px;padding-right:20px;}
  .btn-lg{font-size:15.5px;padding-left:20px;padding-right:20px;}
  .hero-copy h1{font-size:24px;}
  .sticky-cta .btn{padding:12px 14px;font-size:13px;}
}
@media(min-width:520px){
  .device-stage{padding:30px 16px 0;}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto;}
  .reveal{opacity:1!important;transform:none!important;}
}

/* Keep content readable even when users jump or scroll quickly. */
.reveal{opacity:1;transform:none;transition:opacity .45s ease,transform .45s ease;}
.reveal.in{opacity:1;transform:none;}
