/* ═══════════════════════════════════════════════════
   HIKARI OFFICE LP v3 — Full Redesign
   Theme: Navy × Gold × Off-White / Premium Legal/Medical
   ═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Noto+Sans+JP:wght@300;400;500;600&family=Noto+Serif+JP:wght@300;400;500;600&display=swap');

/* ─── TOKENS ─── */
:root {
  --navy:          #0A1120;
  --navy-1:        #101828;
  --navy-2:        #182034;
  --navy-3:        #1E2942;
  --gold:          #B59050;
  --gold-h:        #C9A565;
  --gold-faint:    rgba(181,144,80,.08);
  --gold-border:   rgba(181,144,80,.22);
  --cream:         #F6F3EE;
  --cream-2:       #EDEAE3;
  --cream-3:       #E5E1D8;
  --white:         #FFFFFF;
  --ink:           #18182A;
  --ink-2:         #38384E;
  --ink-3:         #6A6A82;
  --ink-4:         #9898AE;
  --border:        #DDD9D0;
  --border-2:      #E8E4DC;

  /* on-dark */
  --d-fg:          rgba(246,243,238,.88);
  --d-fg2:         rgba(246,243,238,.55);
  --d-fg3:         rgba(246,243,238,.28);
  --d-border:      rgba(246,243,238,.10);
  --d-border2:     rgba(246,243,238,.17);

  --ff-sans:  'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --ff-serif: 'Noto Serif JP', 'Hiragino Mincho ProN', serif;
  --ff-en:    'Cormorant Garamond', Georgia, serif;

  --ease:     cubic-bezier(.25,.46,.45,.94);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --max-w:    1080px;
}

/* ─── RESET ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:var(--ff-sans);font-size:.9rem;line-height:1.85;color:var(--ink);background:var(--cream);overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{font-family:inherit}
strong{font-weight:600}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.sp-only{display:none}
.wrap{max-width:var(--max-w);margin:0 auto;padding:0 clamp(1.5rem,4vw,2.5rem)}

/* ─── PROGRESS ─── */
.progress-bar{
  position:fixed;top:0;left:0;height:2px;width:0%;z-index:9999;
  background:linear-gradient(90deg,var(--gold),var(--gold-h));
  transition:width .1s linear;
}

/* ─── REVEAL ─── */
[data-r]{
  opacity:0;transform:translateY(26px);
  transition:opacity .85s var(--ease-out),transform .85s var(--ease-out);
}
[data-r].v{opacity:1;transform:none}
[data-r=d1].v{transition-delay:.1s}
[data-r=d2].v{transition-delay:.2s}
[data-r=d3].v{transition-delay:.3s}

/* ─── BUTTONS ─── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.78rem 2rem;border-radius:2px;font-family:var(--ff-sans);
  font-size:.8rem;font-weight:500;letter-spacing:.06em;cursor:pointer;
  border:none;white-space:nowrap;position:relative;overflow:hidden;
  transition:background .3s var(--ease),box-shadow .3s var(--ease),transform .3s var(--ease),color .3s var(--ease),border-color .3s;
}
.btn--gold{background:var(--gold);color:#fff;box-shadow:0 2px 18px rgba(181,144,80,.28)}
.btn--gold:hover{background:var(--gold-h);box-shadow:0 5px 28px rgba(181,144,80,.42);transform:translateY(-1px)}
.btn--outline{background:transparent;color:var(--d-fg);border:1px solid var(--d-border2)}
.btn--outline:hover{border-color:var(--gold-border);color:var(--gold-h)}
.btn--outline-dark{background:transparent;color:var(--ink-2);border:1px solid var(--border)}
.btn--outline-dark:hover{border-color:var(--gold-border);color:var(--gold)}
.btn--sm{padding:.52rem 1.3rem;font-size:.75rem}
.btn--lg{padding:.85rem 2.4rem;font-size:.86rem}

/* ─── NAV ─── */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:900;
  padding:.8rem clamp(1.5rem,4vw,2.5rem);
  transition:background .5s,box-shadow .5s,padding .5s;
}
.nav.scrolled{
  background:rgba(10,17,32,.9);backdrop-filter:blur(18px) saturate(160%);
  -webkit-backdrop-filter:blur(18px) saturate(160%);padding:.55rem clamp(1.5rem,4vw,2.5rem);
  box-shadow:0 1px 0 rgba(181,144,80,.12),0 6px 28px rgba(0,0,0,.35);
}
.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;gap:2rem}
.nav__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.nav__logo-text{display:flex;flex-direction:column;gap:.15rem;line-height:1.2}
.nav__logo-hikari{
  font-family:var(--ff-serif);font-size:1rem;font-weight:300;
  color:var(--gold);letter-spacing:.06em;line-height:1;
}
.nav__logo-ja{font-size:.55rem;color:var(--d-fg3);letter-spacing:.06em;font-weight:300}
.nav__links{display:flex;align-items:center;gap:2rem}
.nav__links a{
  font-size:.68rem;color:var(--d-fg3);font-weight:400;letter-spacing:.1em;
  transition:color .3s;position:relative;
}
.nav__links a::after{
  content:'';position:absolute;bottom:-3px;left:0;right:0;
  height:1px;background:var(--gold);
  transform:scaleX(0);transform-origin:center;transition:transform .3s var(--ease);
}
.nav__links a:hover{color:var(--gold)}
.nav__links a:hover::after{transform:scaleX(1)}
.nav__cta{
  font-size:.68rem !important;color:var(--gold) !important;
  border:1px solid var(--gold-border) !important;
  padding:.38rem .9rem !important;border-radius:2px;
  transition:all .3s !important;
}
.nav__cta:hover{background:var(--gold) !important;color:#fff !important;border-color:var(--gold) !important}
.nav__cta::after{display:none !important}
.nav__ham{
  display:none;flex-direction:column;gap:5px;
  background:none;border:none;cursor:pointer;padding:4px;
}
.nav__ham span{display:block;width:22px;height:1px;background:var(--d-fg);transition:all .35s var(--ease)}
.nav__ham.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav__ham.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav__ham.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* ─── HERO ─── */
.hero{
  position:relative;min-height:100svh;display:flex;align-items:center;
  background:var(--navy);overflow:hidden;
}
.hero__canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.65}
.hero__veil{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 35%,rgba(10,17,32,.05) 0%,rgba(10,17,32,.75) 100%),
    linear-gradient(180deg,rgba(10,17,32,.15) 0%,rgba(10,17,32,.55) 100%);
}
.hero__content{
  position:relative;z-index:1;width:100%;
  max-width:var(--max-w);margin:0 auto;
  padding:7rem clamp(1.5rem,4vw,2.5rem) 5rem;
  text-align:center;
}
.hero__eyebrow{
  font-family:var(--ff-en);font-size:clamp(.6rem,1vw,.72rem);font-style:italic;
  color:var(--gold);letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.6rem;
}
.hero__heading{
  display:flex;flex-direction:column;align-items:center;gap:.2em;
  margin-bottom:1.8rem;
}
.hero__heading-hikari{
  font-family:var(--ff-serif);font-size:clamp(3.2rem,8vw,6rem);font-weight:300;
  color:var(--gold);letter-spacing:.12em;line-height:1.5;
}
.hero__heading-ja{
  font-family:var(--ff-serif);font-size:clamp(.95rem,2.2vw,1.35rem);font-weight:300;
  color:var(--d-fg2);letter-spacing:.12em;line-height:1.7;
}
.hero__divider{width:36px;height:1px;background:var(--gold);margin:0 auto 2rem}
.hero__copy{
  font-family:var(--ff-serif);font-size:clamp(1rem,2vw,1.22rem);font-weight:300;
  color:#fff;line-height:2;margin-bottom:.4rem;
}
.hero__copy-sub{display:block;font-size:.8em;color:var(--d-fg2)}
.hero__actions{
  display:flex;align-items:center;justify-content:center;gap:1rem;
  margin-top:2.8rem;flex-wrap:wrap;
}
.hero__scroll{
  position:absolute;bottom:2.2rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.45rem;
}
.hero__scroll-line{
  display:block;width:1px;height:38px;
  background:linear-gradient(to bottom,transparent,var(--gold));
  animation:lineBreath 2.2s ease-in-out infinite;
}
@keyframes lineBreath{0%,100%{opacity:.25;transform:scaleY(.7)}55%{opacity:1;transform:scaleY(1.2)}}
.hero__scroll-label{font-family:var(--ff-en);font-size:.58rem;color:var(--d-fg3);letter-spacing:.28em;font-style:italic}

/* ─── SECTIONS ─── */
.sec{padding:clamp(4rem,7vw,7rem) 0}
.sec--light{background:var(--cream)}
.sec--off{background:var(--cream-2)}
.sec--dark{background:var(--navy);color:var(--d-fg)}
.sec--contact{position:relative;overflow:hidden}
.sec--contact::before{
  content:'';position:absolute;top:-80px;left:50%;transform:translateX(-50%);
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(181,144,80,.07) 0%,transparent 70%);
  pointer-events:none;
}
.sec__label{
  font-family:var(--ff-en);font-size:.65rem;font-weight:400;font-style:italic;
  color:var(--gold);letter-spacing:.32em;text-transform:uppercase;
  display:block;margin-bottom:.5rem;
}
.sec__label--light{color:var(--gold)}
.sec__title{
  font-family:var(--ff-serif);font-size:clamp(1.4rem,2.8vw,2.1rem);font-weight:400;
  color:var(--ink);letter-spacing:.04em;line-height:1.3;margin-bottom:.7rem;
}
.sec__title--light{color:#fff}
.sec__lead{
  font-size:.86rem;color:var(--ink-3);line-height:1.85;
  max-width:620px;margin-bottom:2.8rem;
}
.sec__lead--light{color:var(--d-fg2)}

/* ─── ABOUT — REASONS ─── */
.reasons{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  border:1px solid var(--border);border-radius:3px;background:var(--white);
  margin-bottom:2.5rem;
}
.reason{
  padding:1.8rem 1.5rem;border-right:1px solid var(--border);
  transition:background .3s;
}
.reason:last-child{border-right:none}
.reason:hover{background:var(--gold-faint)}
.reason__glyph{margin-bottom:1rem}
.reason__title{font-size:.88rem;font-weight:600;color:var(--ink);margin-bottom:.5rem;letter-spacing:.02em}
.reason__body{font-size:.76rem;color:var(--ink-3);line-height:1.8}

.coverage{
  display:flex;flex-wrap:wrap;gap:0;
  border:1px solid var(--border);border-radius:3px;overflow:hidden;
}
.coverage__item{
  display:flex;flex-direction:column;gap:.15rem;padding:1rem 1.5rem;
  border-right:1px solid var(--border);flex:1;min-width:200px;
}
.coverage__item:last-child{border-right:none}
.coverage__label{font-size:.6rem;color:var(--ink-4);text-transform:uppercase;letter-spacing:.12em;font-family:var(--ff-en);font-style:italic}
.coverage__val{font-size:.78rem;color:var(--ink);font-weight:500;line-height:1.5}

/* ─── SERVICES ─── */
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.svc-card{
  border:1px solid var(--d-border2);border-radius:3px;
  display:flex;flex-direction:column;
  transition:border-color .4s,box-shadow .4s,transform .4s var(--ease);
}
.svc-card:hover{
  border-color:var(--gold-border);
  box-shadow:0 6px 40px rgba(0,0,0,.25);
  transform:translateY(-3px);
}
.svc-card__tag{
  display:inline-block;font-size:.58rem;font-weight:500;letter-spacing:.12em;
  text-transform:uppercase;padding:.18rem .6rem;border-radius:2px;
  margin:1.8rem 1.8rem 0;align-self:flex-start;
  background:var(--gold-faint);color:var(--gold);border:1px solid var(--gold-border);
}
.svc-card__tag--teal{
  background:rgba(60,168,148,.08);color:#3EA89A;border-color:rgba(60,168,148,.25);
}
.svc-card__title{
  font-family:var(--ff-serif);font-size:1.15rem;font-weight:400;
  color:#fff;margin:.8rem 1.8rem .3rem;letter-spacing:.04em;
}
.svc-card__note{
  font-size:.76rem;color:var(--d-fg2);line-height:1.8;
  margin:0 1.8rem .5rem;
}
.svc-card__note strong{color:var(--d-fg)}
.svc-card__list{
  padding:.8rem 1.8rem;flex:1;display:flex;flex-direction:column;gap:.35rem;border-top:1px solid var(--d-border);margin-top:.5rem;
}
.svc-card__list li{
  font-size:.78rem;color:var(--d-fg2);padding-left:.9rem;position:relative;line-height:1.6;
}
.svc-card__list li::before{
  content:'';position:absolute;left:0;top:.55rem;
  width:3px;height:3px;background:var(--gold);border-radius:50%;
}
.svc-card__cta{
  display:block;margin:0 1.8rem 1.8rem;padding:.6rem 1.2rem;
  border:1px solid var(--gold-border);border-radius:2px;
  text-align:center;font-size:.73rem;color:var(--gold);letter-spacing:.06em;
  transition:all .3s;
}
.svc-card__cta:hover{background:var(--gold);color:#fff;border-color:var(--gold)}
.svc-card__cta--teal{border-color:rgba(60,168,148,.3);color:#3EA89A}
.svc-card__cta--teal:hover{background:#3EA89A;color:#fff;border-color:#3EA89A}

/* ─── SIMULATOR ─── */
.sim{
  background:var(--navy);border-radius:4px;padding:2rem 2rem 1.6rem;
  margin-bottom:2.8rem;position:relative;overflow:hidden;
}
.sim::before{
  content:'';position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.sim__head{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.4rem}
.sim__head-label{font-family:var(--ff-serif);font-size:.95rem;font-weight:400;color:#fff}
.sim__head-note{font-size:.68rem;color:var(--d-fg3)}
.sim__fields{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.4rem}
.sim__field{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:160px}
.sim__label{font-size:.62rem;color:var(--d-fg3);letter-spacing:.06em}
.sim__sel-wrap{position:relative}
.sim__sel{
  width:100%;padding:.58rem .9rem;appearance:none;cursor:pointer;
  background:rgba(255,255,255,.05);border:1px solid var(--d-border);
  border-radius:3px;color:var(--d-fg);font-family:var(--ff-sans);font-size:.78rem;
  outline:none;transition:border-color .3s;padding-right:2.2rem;
}
.sim__sel:focus{border-color:var(--gold)}
.sim__sel option{background:var(--navy-2)}
.sim__sel-icon{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--d-fg3)}

.sim__result{
  display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;
  background:rgba(181,144,80,.06);border:1px solid var(--gold-border);
  border-radius:3px;padding:1.3rem 1.6rem;
}
.sim__result-left{display:flex;flex-direction:column;gap:.2rem}
.sim__result-tag{font-family:var(--ff-en);font-size:.58rem;font-style:italic;color:var(--gold);letter-spacing:.22em;text-transform:uppercase}
.sim__result-amount{font-family:var(--ff-en);font-size:1.7rem;font-weight:300;font-style:italic;color:#fff;letter-spacing:-.01em;line-height:1}
.sim__result-note{font-size:.68rem;color:var(--d-fg3);margin-top:.15rem;line-height:1.5}

/* ─── PRICE TABLE ─── */
.price-table-wrap{margin-top:0}
.price-table__heading{
  font-family:var(--ff-serif);font-size:.95rem;font-weight:400;
  color:var(--ink);margin-bottom:1.2rem;letter-spacing:.04em;
}
.price-table{border:1px solid var(--border);border-radius:3px;overflow:hidden;background:var(--white)}
.price-table__row{
  display:grid;grid-template-columns:1fr 1.6fr 1fr 1.4fr;
  gap:0;border-bottom:1px solid var(--border-2);
  transition:background .25s;
}
.price-table__row:last-child{border-bottom:none}
.price-table__row--head{background:var(--navy);font-size:.6rem;color:var(--d-fg3);letter-spacing:.1em;text-transform:uppercase}
.price-table__row--head span{padding:.7rem 1.1rem;border-right:1px solid var(--d-border);font-family:var(--ff-en);font-style:italic}
.price-table__row--head span:last-child{border-right:none}
.price-table__row:not(.price-table__row--head):not(.price-table__row--sep):hover{background:var(--gold-faint)}
.price-table__row--sep{height:4px;background:var(--cream-2);border-bottom-color:var(--border)}
.price-table__svc,
.price-table__cond,
.price-table__price,
.price-table__note{
  padding:.8rem 1.1rem;font-size:.76rem;border-right:1px solid var(--border-2);
  line-height:1.6;display:flex;align-items:center;
}
.price-table__note:last-child,.price-table__row--head span:last-child{border-right:none}
.price-table__svc{font-weight:500;color:var(--ink);font-size:.75rem}
.price-table__cond{color:var(--ink-2)}
.price-table__price{font-family:var(--ff-en);font-style:italic;color:var(--ink);font-size:.85rem;font-weight:400;letter-spacing:-.01em}
.price-table__price small{font-size:.65rem;margin-left:.1rem;font-style:normal;color:var(--ink-3)}
.price-table__note{color:var(--ink-3);font-size:.7rem}
.price-table__foot{
  margin-top:1rem;font-size:.74rem;color:var(--ink-3);line-height:1.85;
}

/* ─── FLOW ─── */
.flow{display:flex;flex-direction:column;gap:0;max-width:700px;margin:0 auto}
.flow__step{
  display:flex;gap:1.8rem;align-items:flex-start;padding:1.8rem 0;
  border-bottom:1px solid var(--border-2);
}
.flow__step:last-child{border-bottom:none}
.flow__num{
  font-family:var(--ff-en);font-size:1.4rem;font-weight:300;font-style:italic;
  color:var(--gold);line-height:1;flex-shrink:0;min-width:2.5rem;margin-top:.05rem;
}
.flow__body{display:flex;flex-direction:column;gap:.35rem}
.flow__name{font-size:.9rem;font-weight:600;color:var(--ink);letter-spacing:.02em}
.flow__desc{font-size:.78rem;color:var(--ink-3);line-height:1.8}

/* ─── PROFILE ─── */
.profile{display:grid;grid-template-columns:160px 1fr;gap:3rem;align-items:start}
.profile--simple{display:block;max-width:720px}
.profile__emblem{
  width:160px;aspect-ratio:1;border-radius:3px;
  border:1px solid var(--gold-border);background:rgba(181,144,80,.04);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.3rem;position:relative;
}
.profile__emblem::before{
  content:'';position:absolute;inset:7px;border:1px solid rgba(181,144,80,.13);
  border-radius:2px;pointer-events:none;
}
.profile__kanji{font-family:var(--ff-serif);font-size:3rem;font-weight:300;color:var(--gold);line-height:1}
.profile__furigana{font-family:var(--ff-en);font-size:.45rem;color:var(--d-fg3);letter-spacing:.38em;text-transform:uppercase;font-style:italic}
.profile__bio{font-size:.82rem;color:var(--d-fg2);line-height:2;margin-bottom:.9rem}
.creds{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.2rem}
.cred{
  font-size:.64rem;padding:.25rem .65rem;
  border:1px solid var(--d-border);border-radius:2px;
  color:var(--d-fg3);white-space:nowrap;
  transition:all .3s;cursor:default;
}
.cred:hover{border-color:var(--gold-border);color:var(--gold)}

/* ─── FAQ ─── */
.faq-list{max-width:720px;margin:0 auto;border-top:1px solid var(--border-2)}
.faq-item{border-bottom:1px solid var(--border-2)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  gap:1rem;padding:1.1rem 0;background:none;border:none;
  font-family:var(--ff-sans);font-size:.84rem;font-weight:500;
  color:var(--ink);cursor:pointer;text-align:left;transition:color .3s;
}
.faq-q:hover{color:var(--gold)}
.faq-icon{flex-shrink:0;color:var(--ink-4);transition:transform .4s var(--ease),color .3s}
.faq-item.open .faq-icon{transform:rotate(45deg);color:var(--gold)}
.faq-body{overflow:hidden;height:0;transition:height .42s var(--ease)}
.faq-body p{
  padding:0 0 1.1rem;font-size:.79rem;color:var(--ink-2);line-height:1.9;
}
.faq-body strong{font-weight:600;color:var(--ink)}

/* ─── CONTACT FORM ─── */
.contact-box{max-width:620px;margin:0 auto}
.form{display:flex;flex-direction:column;gap:1rem}
.form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form__group{display:flex;flex-direction:column;gap:.28rem}
.form__label{
  font-size:.66rem;color:var(--d-fg3);display:flex;align-items:center;gap:.3rem;
  letter-spacing:.04em;
}
.form__req{font-size:.56rem;color:var(--gold);border:1px solid var(--gold-border);padding:.03rem .28rem;border-radius:2px}
.form__opt{font-size:.56rem;color:var(--d-fg3);border:1px solid var(--d-border);padding:.03rem .28rem;border-radius:2px}
.form__input,
.form__sel,
.form__textarea{
  width:100%;padding:.65rem .9rem;
  background:rgba(255,255,255,.04);border:1px solid var(--d-border);
  border-radius:3px;color:var(--d-fg);font-family:var(--ff-sans);font-size:.8rem;
  outline:none;transition:border-color .3s,background .3s;-webkit-appearance:none;
}
.form__input::placeholder,.form__textarea::placeholder{color:var(--d-fg3)}
.form__input:focus,.form__sel:focus,.form__textarea:focus{
  border-color:var(--gold);background:rgba(255,255,255,.06);
}
.form__input.err,.form__sel.err,.form__textarea.err{border-color:rgba(220,70,70,.55)!important}
.form__sel-wrap{position:relative}
.form__sel{appearance:none;cursor:pointer;padding-right:2.2rem}
.form__sel option{background:var(--navy-2)}
.form__sel-icon{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--d-fg3)}
.form__textarea{resize:vertical;min-height:90px}

.form__check-wrap{
  display:flex;gap:.7rem;align-items:flex-start;cursor:pointer;
  border:1px solid var(--d-border);border-radius:3px;padding:.8rem 1rem;
  transition:border-color .3s;
}
.form__check-wrap:hover{border-color:var(--d-border2)}
.form__check-wrap.err{border-color:rgba(220,70,70,.45)!important;animation:shake .3s ease}
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}
.form__checkbox{display:none}
.form__check-box{
  width:16px;height:16px;min-width:16px;border:1px solid var(--d-border2);
  border-radius:2px;background:transparent;margin-top:3px;
  transition:all .3s;position:relative;flex-shrink:0;
}
.form__check-wrap:has(.form__checkbox:checked) .form__check-box{background:var(--gold);border-color:var(--gold)}
.form__check-wrap:has(.form__checkbox:checked) .form__check-box::after{
  content:'';position:absolute;top:2px;left:4.5px;width:4px;height:8px;
  border:1.5px solid #fff;border-top:none;border-left:none;transform:rotate(45deg);
}
.form__check-wrap:has(.form__checkbox:checked){border-color:var(--gold-border)}
.form__check-text{font-size:.73rem;color:var(--d-fg3);line-height:1.7}
.form__check-req{color:var(--gold);font-weight:600}
.form__submit-row{display:flex;justify-content:center}
.form__privacy{font-size:.63rem;color:var(--d-fg3);text-align:center;line-height:1.7}

/* ─── MODAL ─── */
.modal-overlay{
  display:none;position:fixed;inset:0;
  background:rgba(5,8,18,.75);backdrop-filter:blur(10px);
  z-index:1000;align-items:center;justify-content:center;
}
.modal-overlay.active{display:flex}
.modal{
  background:var(--white);border-radius:5px;padding:2.5rem 2rem;
  max-width:400px;width:90%;text-align:center;
  box-shadow:0 24px 80px rgba(0,0,0,.3);
  animation:modalIn .4s var(--ease-out);
}
@keyframes modalIn{from{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:none}}
.modal__icon{margin-bottom:1.2rem;display:flex;justify-content:center}
.modal__title{font-family:var(--ff-serif);font-size:1rem;font-weight:400;color:var(--ink);margin-bottom:.4rem}
.modal__body{font-size:.78rem;color:var(--ink-3);margin-bottom:1.6rem;line-height:1.85}
.modal__close{min-width:120px}

/* ─── FOOTER ─── */
.footer{background:var(--navy-1);border-top:1px solid var(--d-border);padding:2.8rem 0 2rem}
.footer__inner{max-width:var(--max-w);margin:0 auto;padding:0 clamp(1.5rem,4vw,2.5rem)}
.footer__brand{display:flex;align-items:center;gap:.85rem;margin-bottom:2rem;padding-bottom:1.8rem;border-bottom:1px solid var(--d-border)}
.footer__brand-mark{font-family:var(--ff-serif);font-size:1.4rem;font-weight:300;color:var(--gold);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold-border);border-radius:2px;flex-shrink:0}
.footer__name{font-size:.78rem;color:var(--d-fg);font-family:var(--ff-serif);font-weight:300;margin-bottom:.15rem}
.footer__tagline{font-size:.64rem;color:var(--d-fg3);font-style:italic}
.footer__nav{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.8rem}
.footer__nav a{font-size:.64rem;color:var(--d-fg3);letter-spacing:.12em;font-family:var(--ff-en);font-style:italic;text-transform:uppercase;transition:color .3s}
.footer__nav a:hover{color:var(--gold)}
.footer__copy{font-size:.6rem;color:var(--d-fg3)}

/* ─── RESPONSIVE ─── */
@media (max-width:900px){
  .reasons{grid-template-columns:repeat(2,1fr)}
  .reason:nth-child(2){border-right:none}
  .reason:nth-child(1),.reason:nth-child(2){border-bottom:1px solid var(--border)}
  .price-table__row{grid-template-columns:1fr 1.2fr}
  .price-table__note,.price-table__row--head span:nth-child(4),.price-table__note:last-child{display:none}
  .price-table__row{grid-template-columns:1fr 1.3fr 1fr}
}
@media (max-width:768px){
  .sp-only{display:block}
  .nav__links{
    display:none;position:absolute;top:100%;left:0;right:0;
    background:rgba(10,17,32,.97);backdrop-filter:blur(18px);
    padding:1.5rem;gap:1.2rem;border-bottom:1px solid var(--d-border);
    flex-direction:column;align-items:flex-start;
  }
  .nav__links.open{display:flex}
  .nav__links a{font-size:.78rem}
  .nav__ham{display:flex}
  .hero__heading-en{font-size:clamp(3.2rem,13vw,5.5rem)}
  .hero__actions{flex-direction:column}
  .reasons{grid-template-columns:1fr}
  .reason{border-right:none;border-bottom:1px solid var(--border)}
  .reason:last-child{border-bottom:none}
  .svc-grid{grid-template-columns:1fr}
  .sim__fields{flex-direction:column}
  .price-table__row{grid-template-columns:1fr 1fr}
  .price-table__cond,.price-table__row--head span:nth-child(2){display:none}
  .profile{grid-template-columns:1fr}
  .profile__emblem{width:120px;height:120px}
  .form__grid{grid-template-columns:1fr}
  .footer__brand{flex-direction:column;align-items:flex-start}
  .coverage{flex-direction:column}
  .coverage__item{border-right:none;border-bottom:1px solid var(--border)}
  .coverage__item:last-child{border-bottom:none}
}
@media (max-width:480px){
  .reasons{grid-template-columns:1fr}
  .price-table__row{grid-template-columns:1fr 1fr}
  .price-table__price small{display:none}
  .sim__result{flex-direction:column;align-items:flex-start}
  .hero__heading-en{font-size:clamp(3rem,14vw,5rem)}
}
