/*
Theme Name: TRUST ONE 採用LP
Theme URI: https://trustone-osaka.com/
Author: TRUST ONE
Author URI: https://trustone-osaka.com/
Description: 株式会社トラストワンの警備スタッフ採用に特化したランディングページ用テーマ。固定ページに「採用LP」テンプレートを割り当てて表示します（スラッグ非依存）。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trustone-recruit
*/

/* =========================================================
   TRUST ONE 採用LP — Design System
   ========================================================= */
:root{
  /* Brand */
  --navy:#0E1B4D;
  --navy-deep:#0A1336;
  --navy-soft:#1B2C66;
  --navy-line:#26356f;

  /* Accents — warm/approachable */
  --orange:#FF7A2E;
  --orange-deep:#F2640F;
  --orange-soft:#FFE7D6;
  --green:#16A36B;
  --green-soft:#DDF3E8;

  /* Neutrals — warm off-whites */
  --cream:#FBF7F0;
  --cream-2:#F4EDE1;
  --white:#FFFFFF;
  --ink:#1A2138;
  --ink-2:#525a72;
  --line:#E7E0D2;

  --shadow-sm:0 2px 8px rgba(14,27,77,.06);
  --shadow:0 12px 32px rgba(14,27,77,.10);
  --shadow-lg:0 24px 60px rgba(14,27,77,.16);

  --r-sm:10px;
  --r:18px;
  --r-lg:28px;

  --maxw:1080px;
  --readw:680px;

  --ff-head:"Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --ff-body:"Noto Sans JP", sans-serif;
  --ff-num:"Montserrat", sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--ff-body);
  color:var(--ink);
  background:var(--cream);
  line-height:1.75;
  font-size:16px;
  letter-spacing:.01em;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
strong{font-weight:700}

/* ---------- layout helpers ---------- */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.narrow{max-width:760px;margin-left:auto;margin-right:auto}
.section{padding:84px 0}
.section--tight{padding:60px 0}
@media(max-width:640px){
  .section{padding:60px 0}
  .section--tight{padding:44px 0}
  body{font-size:15.5px}
}

/* eyebrow + heading */
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--ff-head);font-weight:700;
  font-size:.84rem;letter-spacing:.16em;
  color:var(--orange-deep);
  margin-bottom:14px;
}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--orange);border-radius:2px}
.eyebrow--center{justify-content:center}
.eyebrow--light{color:#FFB585}
.eyebrow--light::before{background:var(--orange)}

.h-sec{
  font-family:var(--ff-head);font-weight:900;
  font-size:clamp(1.7rem,4.6vw,2.7rem);
  line-height:1.32;letter-spacing:.01em;
  color:var(--navy);
  text-wrap:balance;
}
.h-sec .hl{color:var(--orange-deep)}
.h-sec--light{color:#fff}
.lead{margin-top:18px;color:var(--ink-2);font-size:1.04rem;line-height:1.9}
.center{text-align:center}
.nb{white-space:nowrap}

.mark{
  background:linear-gradient(transparent 58%, #FFE08A 58%);
  padding:0 .1em;font-weight:800;
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--ff-head);font-weight:800;
  border:none;cursor:pointer;
  padding:17px 30px;border-radius:999px;
  font-size:1.06rem;line-height:1.2;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease;
  position:relative;white-space:nowrap;
}
.btn small{display:block;font-size:.72rem;font-weight:700;opacity:.85;letter-spacing:.04em}
.btn:active{transform:translateY(1px)}
.btn-line{background:#06C755;color:#fff;box-shadow:0 10px 24px rgba(6,199,85,.32)}
.btn-line:hover{background:#05b54d;transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,199,85,.4)}
.btn-web{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(255,122,46,.34)}
.btn-web:hover{background:var(--orange-deep);transform:translateY(-2px);box-shadow:0 14px 30px rgba(255,122,46,.44)}
.btn-ghost{background:#fff;color:var(--navy);box-shadow:var(--shadow-sm);border:1.5px solid var(--line)}
.btn-ghost:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-lg{padding:21px 40px;font-size:1.14rem}
.btn .ico{width:22px;height:22px;flex:none}

.cta-row{display:flex;gap:16px;flex-wrap:wrap}
.cta-row .btn{flex:1 1 240px}
@media(max-width:640px){.cta-row .btn{flex:1 1 100%}}

/* =========================================================
   HEADER
   ========================================================= */
.hdr{
  position:sticky;top:0;z-index:60;
  background: var(--navy-deep);
  border-bottom: 1px solid #434343;
  border-bottom:1px solid var(--line);
}
.hdr-in{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}
.hdr-logo{display:flex;align-items:center}
.hdr-logo img{height:30px;width:auto}
.hdr-right{display:flex;align-items:center;gap:18px}
.hdr-tel{font-family:var(--ff-num);font-weight:800;font-size:1.18rem;color:#fff;line-height:1.1}
.hdr-tel span{display:block;font-family:var(--ff-body);font-size:.66rem;font-weight:700;color: #a5a5a5;letter-spacing:.08em}
.hdr-cta{
  background:var(--orange);color:#fff;font-family:var(--ff-head);font-weight:800;
  padding:11px 22px;border-radius:999px;font-size:.95rem;
  box-shadow:0 6px 16px rgba(255,122,46,.3);transition:.2s;
}
.hdr-cta:hover{background:var(--orange-deep);transform:translateY(-1px)}
@media(max-width:760px){
  .hdr-tel{display:none}
  .hdr-in{height:60px}
  .hdr-logo img{height:26px}
}

/* =========================================================
   HERO / FV
   ========================================================= */
.hero{
  position:relative;
  background:#0b1330;
  color:#fff;overflow:hidden;
  min-height:min(720px, 86vh);
  display:flex;
}
/* full-bleed photo（被写体を右寄せ：左基点で幅を広げて右側をトリミング） */
.hero-bg{
  position:absolute;top:0;left:0;width:122%;max-width:none;height:100%;
  object-fit:cover;object-position:center 26%;
  z-index:1;
}
.hero-bg-sp{display:none}
/* legibility scrim — darken top(header), left(copy) and bottom(cta) */
.hero-scrim{
  position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    linear-gradient(180deg, rgba(8, 12, 32, 0.55) 0%, transparent 0%), 
    linear-gradient(72deg, rgba(8, 12, 32, .88) 0%, 
    rgba(8, 12, 32, .55) 0%, rgba(8, 12, 32, .06) 16%), 
    linear-gradient(0deg, rgb(8 12 32 / 40%) 0%, rgba(8, 12, 32, .2) 0%, transparent 20%);
}
.hero-inner{
  position:relative;z-index:3;width:100%;
  max-width:var(--maxw);margin:0 auto;
  padding:0 22px 56px;
  display:flex;align-items:flex-end;justify-content:space-between;gap:30px;
}
.hero-copy{max-width:660px}
.hero-pill{
  display:inline-flex;align-items:center;gap:9px;white-space:nowrap;
  background:rgba(8, 12, 32, .5);border:1px solid rgba(255,255,255,.28);
  padding:9px 17px;border-radius:999px;font-size:.84rem;font-weight:700;
  font-family:var(--ff-head);letter-spacing:.03em;margin-bottom:22px;
  -webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);
}
.hero-pill .dot{width:8px;height:8px;border-radius:50%;background:#48E59B;box-shadow:0 0 0 4px rgba(72,229,155,.25)}
.hero h1{
  font-family:var(--ff-head);font-weight:900;
  font-size:clamp(2rem,4.6vw,3.4rem);
  line-height:1.3;letter-spacing:.01em;text-wrap:balance;
  text-shadow:0 4px 28px rgba(0,0,0,.55);
}
.hero h1 .big{color:#FFCB05;font-size:1.18em;white-space:nowrap}
.hero h1 .ul{
  white-space:nowrap;
  position:relative;background:linear-gradient(transparent 62%, rgba(255,122,46,.6) 62%);
  padding:0 .06em;
}
.hero-sub{
  margin-top:20px;font-size:1.06rem;line-height:1.9;color:#ffffff;max-width:540px;
  text-shadow:0 2px 16px rgba(0,0,0,.55);
}
.hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.hero-tag{
  background:rgba(8,12,32,.5);border:1px solid rgba(255,255,255,.22);
  padding:9px 14px;border-radius:9px;font-size:.86rem;font-weight:700;
  display:flex;align-items:center;gap:7px;
  -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
}
.hero-tag .ck{color:#48E59B}
.hero-cta{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}
.hero-cta .btn{flex:1 1 240px}
.hero-note{margin-top:14px;font-size:.8rem;color:#ffffff;display:flex;align-items:center;gap:7px;text-shadow:0 1px 8px rgba(0,0,0,.6)}

/* side stats block (desktop) */
.hero-stats{display:flex;flex-direction:column;gap:18px;flex:none;padding-bottom:4px}
.hero-stat{text-align:right}
.hero-stat .n{font-family:var(--ff-num);font-weight:800;font-size:clamp(2.4rem,4vw,3.4rem);line-height:1;color:#FFCB05;text-shadow:0 4px 24px rgba(0,0,0,.55)}
.hero-stat .n small{font-size:.46em;margin-left:2px}
.hero-stat .l{font-size:.84rem;font-weight:700;color:#eef1fb;margin-top:5px;text-shadow:0 2px 10px rgba(0,0,0,.6)}

/* top bar inside hero */
.hero-mark{
  position:absolute;z-index:3;right:24px;top:88px;
  font-family:var(--ff-head);font-weight:900;line-height:.9;
  text-align:right;color:rgba(255,255,255,.16);pointer-events:none;letter-spacing:.02em;
}
.hero-mark .sm{display:block;font-size:.82rem;letter-spacing:.42em;font-weight:700;margin-bottom:2px}
.hero-mark .lg{display:block;font-family:var(--ff-num);font-weight:900;font-size:clamp(2rem,4.5vw,3.6rem)}

@media(max-width:920px){
  .hero{min-height:100svh}
  .hero-bg{display:none}
  .hero-bg-sp{display:block;position:absolute;top:0;left:0;width:100%;max-width:none;height:100%;object-fit:cover;object-position:center 22%;z-index:1}
  .hero-inner{flex-direction:column;align-items:stretch;justify-content:flex-end;
    padding:0 22px 30px;gap:13px;min-height:100svh}
  .hero-pill{margin-bottom:0;font-size:.78rem;padding:7px 14px}
  .hero h1{font-size:clamp(1.5rem,6vw,2rem);line-height:1.34}
  .hero-sub{margin-top:0;font-size:.9rem;line-height:1.75;max-width:none}
  .hero-tags{margin-top:0;gap:7px}
  .hero-tag{padding:6px 11px;font-size:.77rem}
  .hero-cta{margin-top:2px;gap:9px}
  .hero-cta .btn.btn-lg{padding:13px 18px;font-size:1rem}
  .hero-note{margin-top:2px;font-size:.74rem}
  .hero-mark{top:16px;bottom:auto;right:18px}
}
@media(max-width:560px){
  .hero h1{font-size:clamp(1.45rem,6.4vw,1.85rem)}
  .hero-cta{flex-direction:column}
  .hero-cta .btn{flex:1 1 100%}
  .hero-mark .lg{font-size:1.6rem}
}
@media(max-width:560px) and (max-height:680px){
  .hero-sub{display:none}
  .hero-tags{gap:6px}
  .hero-tag{padding:5px 9px;font-size:.72rem}
}

/* =========================================================
   STATS STRIP
   ========================================================= */
.stats{background:var(--navy-deep);color:#fff;padding:30px 0}
.stats-in{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;text-align:center}
.stat .n{font-family:var(--ff-num);font-weight:800;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1;color:#FFCB05}
.stat .n small{font-size:.5em;font-weight:800;margin-left:2px}
.stat .l{font-size:.82rem;color:#C4CBE8;margin-top:8px;font-weight:600}
.stat{position:relative}
.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:14%;height:72%;width:1px;background:rgba(255,255,255,.12)}
@media(max-width:680px){
  .stats-in{grid-template-columns:repeat(2,1fr);gap:24px 8px}
  .stat:nth-child(2)::after{display:none}
}

/* =========================================================
   共感 / WORRIES
   ========================================================= */
.worry{background:var(--cream-2);position:relative}
.worry-bubbles{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:42px}
.bubble{
  background:#fff;border-radius:16px;padding:24px 26px 24px 64px;
  position:relative;box-shadow:var(--shadow-sm);font-weight:600;font-size:1.04rem;
  border:1px solid var(--line);
}
.bubble::before{
  content:"？";position:absolute;left:20px;top:50%;transform:translateY(-50%);
  width:34px;height:34px;border-radius:50%;
  background:var(--orange-soft);color:var(--orange-deep);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--ff-head);font-weight:900;font-size:1.1rem;
}
@media(max-width:680px){.worry-bubbles{grid-template-columns:1fr;gap:14px}}

.bridge{
  margin:46px auto 0;max-width:760px;text-align:center;position:relative;
  background:var(--navy);color:#fff;border-radius:var(--r-lg);
  padding:38px 30px;box-shadow:var(--shadow);
}
.bridge::before{
  content:"";position:absolute;top:-16px;left:50%;transform:translateX(-50%);
  border-left:18px solid transparent;border-right:18px solid transparent;
  border-bottom:16px solid var(--navy);
}
.bridge .small{font-size:.92rem;color:#B9C0E4;font-weight:700;margin-bottom:8px;font-family:var(--ff-head)}
.bridge .big{font-family:var(--ff-head);font-weight:900;font-size:clamp(1.4rem,3.6vw,2rem);line-height:1.4}
.bridge .big em{font-style:normal;color:#FFCB05}

/* =========================================================
   理由 / REASONS
   ========================================================= */
.reasons-list{display:flex;flex-direction:column;gap:34px;margin-top:52px}
.reason{
  display:grid;grid-template-columns:1.05fr 1fr;
  background:#fff;border-radius:24px;overflow:hidden;
  box-shadow:var(--shadow);border:1px solid var(--line);
  transition:transform .25s, box-shadow .25s;
  min-height:360px;
}
.reason:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.reason-photo{width:100%;height:100%;min-height:360px;background:#e9e3d6;object-fit:cover}
.reason-body{
  position:relative;display:flex;flex-direction:column;justify-content:center;
  padding:48px 52px;overflow:hidden;
}
.reason-no{
  display:block;font-family:var(--ff-num);font-weight:900;
  font-size:3.2rem;line-height:1;color:var(--navy);
  letter-spacing:.01em;margin-bottom:14px;
}
.reason-no i{
  display:block;font-family:var(--ff-head);font-style:normal;
  font-size:.74rem;letter-spacing:.22em;color:var(--orange-deep);
  font-weight:800;margin-bottom:6px;
}
.reason-body h3{
  font-family:var(--ff-head);font-weight:900;
  font-size:clamp(1.35rem,2.2vw,1.7rem);color:var(--navy);
  line-height:1.42;margin-bottom:12px;text-wrap:balance;
}
.reason-body p{color:var(--ink-2);font-size:1rem;line-height:1.9}
.reason-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.reason-body .chip{
  display:inline-block;background:var(--green-soft);color:#0d7a4d;
  font-size:.8rem;font-weight:800;padding:5px 13px;border-radius:999px;
}
/* zig-zag: even rows put the photo on the right */
.reason:nth-child(even){grid-template-columns:1fr 1.05fr}
.reason:nth-child(even) .reason-photo{order:2}
@media(max-width:820px){
  .reasons-list{gap:24px;margin-top:40px}
  .reason,.reason:nth-child(even){grid-template-columns:1fr;min-height:0}
  .reason-photo,.reason:nth-child(even) .reason-photo{order:-1;min-height:230px;height:230px}
  .reason-body{padding:32px 26px}
  .reason-no{font-size:2.6rem}
}

/* =========================================================
   仕事内容 / JOB
   ========================================================= */
.job{background:var(--navy);color:#fff;position:relative;overflow:hidden}
.job::before{content:"";position:absolute;inset:0;background:radial-gradient(700px 400px at 90% 10%, rgba(255,122,46,.14), transparent 60%);pointer-events:none}
.job-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;position:relative;z-index:2}
.job .h-sec{color:#fff}
.job-list{margin-top:26px;display:flex;flex-direction:column;gap:16px}
.job-item{display:flex;gap:14px;align-items:flex-start}
.job-item .ck{flex:none;width:26px;height:26px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;margin-top:2px}
.job-item .ck svg{width:14px;height:14px}
.job-item p{color:#D7DCF0;font-size:1rem;line-height:1.8}
.job-item p b{color:#fff}
.job-photo{position:relative}
.job-photo image-slot,.job-photo img{
  display:block;width:100%;height:100%;min-height:420px;object-fit:cover;
  border-radius:20px;border:4px solid rgba(255,255,255,.85);
  box-shadow:var(--shadow);background:#1a2a5e;
}
@media(max-width:820px){
  .job-grid{grid-template-columns:1fr;gap:30px}
  .job-photo image-slot,.job-photo img{min-height:300px}
}

/* =========================================================
   募集要項 / REQUIREMENTS (tabs)
   ========================================================= */
.tabs{display:flex;gap:10px;justify-content:center;margin-top:40px;flex-wrap:wrap}
.tab{
  font-family:var(--ff-head);font-weight:800;font-size:1rem;
  padding:14px 28px;border-radius:999px;cursor:pointer;
  background:#fff;color:var(--navy);border:1.5px solid var(--line);
  transition:.18s;box-shadow:var(--shadow-sm);
}
.tab[aria-selected="true"]{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:var(--shadow)}
.tab .em{display:block;font-size:.7rem;font-weight:700;opacity:.7;letter-spacing:.06em}
.tab[aria-selected="true"] .em{opacity:.85;color:#FFCB05}

.panels{margin-top:30px;max-width:860px;margin-left:auto;margin-right:auto}
.panel{display:none;animation:fade .35s ease}
.panel[data-active]{display:block}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.req-card{background:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}
.req-head{
  background:var(--navy);color:#fff;padding:22px 30px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
}
.req-head h3{font-family:var(--ff-head);font-weight:900;font-size:1.4rem}
.req-head .salary{font-family:var(--ff-num);font-weight:800;font-size:1.5rem;color:#FFCB05}
.req-head .salary small{font-family:var(--ff-body);font-size:.7rem;font-weight:700;color:#C4CBE8;display:block;text-align:right}
.req-table{width:100%;border-collapse:collapse}
.req-table th,.req-table td{padding:17px 30px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line);font-size:.98rem}
.req-table th{
  width:150px;color:var(--navy);font-family:var(--ff-head);font-weight:800;
  background:var(--cream);white-space:nowrap;
}
.req-table td{color:var(--ink);line-height:1.8}
.req-table tr:last-child th,.req-table tr:last-child td{border-bottom:none}
.req-table .hl{color:var(--orange-deep);font-weight:800}
.req-note{margin-top:18px;text-align:center;font-size:.92rem;color:var(--ink-2)}
.req-note b{color:var(--navy)}
@media(max-width:560px){
  .req-table th{width:104px;padding:14px 16px}
  .req-table td{padding:14px 16px}
  .req-head{padding:18px 18px}
}

/* =========================================================
   採用フロー / FLOW
   ========================================================= */
.flow{background:var(--cream-2)}
.flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:46px;position:relative}
.fstep{
  background:#fff;border-radius:var(--r);padding:30px 22px;text-align:center;
  box-shadow:var(--shadow-sm);border:1px solid var(--line);position:relative;
}
.fstep .sn{
  width:52px;height:52px;margin:0 auto 16px;border-radius:50%;
  background:var(--navy);color:#fff;font-family:var(--ff-num);font-weight:800;font-size:1.3rem;
  display:flex;align-items:center;justify-content:center;
}
.fstep:last-child .sn{background:var(--orange)}
.fstep h4{font-family:var(--ff-head);font-weight:800;font-size:1.08rem;color:var(--navy);margin-bottom:6px}
.fstep p{font-size:.86rem;color:var(--ink-2);line-height:1.7}
.fstep::after{
  content:"";position:absolute;top:48px;right:-14px;z-index:2;
  width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;
  border-left:12px solid var(--orange);
}
.fstep:last-child::after{display:none}
@media(max-width:760px){
  .flow-steps{grid-template-columns:1fr 1fr;gap:14px}
  .fstep:nth-child(2)::after{display:none}
}
@media(max-width:440px){
  .flow-steps{grid-template-columns:1fr}
  .fstep::after{top:auto;bottom:-14px;right:50%;transform:translateX(50%) rotate(90deg)}
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-list{max-width:760px;margin:42px auto 0;display:flex;flex-direction:column;gap:14px}
.faq-item{background:#fff;border-radius:16px;border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden}
.faq-q{
  display:flex;align-items:center;gap:16px;width:100%;
  padding:22px 24px;cursor:pointer;background:none;border:none;text-align:left;
  font-family:var(--ff-head);font-weight:800;font-size:1.06rem;color:var(--navy);
}
.faq-q .qm{flex:none;width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;font-family:var(--ff-num);font-weight:800;display:flex;align-items:center;justify-content:center;font-size:1rem}
.faq-q .txt{flex:1}
.faq-q .arw{flex:none;width:14px;height:14px;border-right:2.5px solid var(--orange);border-bottom:2.5px solid var(--orange);transform:rotate(45deg);transition:transform .3s}
.faq-item.open .faq-q .arw{transform:rotate(-135deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-in{padding:0 24px 24px 72px;color:var(--ink-2);line-height:1.9}
.faq-a-in .am{display:inline-block;color:var(--orange-deep);font-family:var(--ff-num);font-weight:800;margin-right:6px}
@media(max-width:560px){.faq-a-in{padding:0 24px 22px 24px}}

/* =========================================================
   CLOSING CTA
   ========================================================= */
.closing{
  background:
    radial-gradient(900px 460px at 80% 0%, #1d3076 0%, transparent 60%),
    var(--navy);
  color:#fff;text-align:center;position:relative;overflow:hidden;
}
.closing::before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:46px 46px;
  -webkit-mask-image:radial-gradient(ellipse 60% 70% at 50% 40%, #000 20%, transparent 75%);
          mask-image:radial-gradient(ellipse 60% 70% at 50% 40%, #000 20%, transparent 75%);
}
.closing-in{position:relative;z-index:2;max-width:760px;margin:0 auto}
.closing h2{font-family:var(--ff-head);font-weight:900;font-size:clamp(1.7rem,4.4vw,2.7rem);line-height:1.4;text-wrap:balance}
.closing h2 em{font-style:normal;color:#FFCB05}
.closing p{margin-top:18px;color:#C4CBE8;font-size:1.05rem}
.closing .cta-row{margin-top:34px;max-width:560px;margin-left:auto;margin-right:auto}
.closing-tel{
  margin-top:30px;display:inline-flex;flex-direction:column;align-items:center;gap:2px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);
  padding:18px 40px;border-radius:18px;
}
.closing-tel .lab{font-size:.78rem;color:#B9C0E4;font-weight:700;letter-spacing:.08em}
.closing-tel .no{font-family:var(--ff-num);font-weight:800;font-size:2rem;color:#fff;line-height:1.15}
.closing-tel .hr{font-size:.8rem;color:#9aa3c8}

/* =========================================================
   FOOTER
   ========================================================= */
.ftr{background:var(--navy-deep);color:#cbd2ec;padding:48px 0 120px;font-size:.9rem}
.ftr-in{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:flex-start}
.ftr-logo img{height:30px;margin-bottom:16px}
.ftr-info p{line-height:1.9;color:#9aa3c8}
.ftr-meta{text-align:right;line-height:1.9}
.ftr-meta a{color:#cbd2ec}
.ftr-copy{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem;color:#7a83a8;text-align:center}
@media(max-width:560px){.ftr-meta{text-align:left}}

/* =========================================================
   STICKY MOBILE CTA
   ========================================================= */
.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:80;
  display:none;gap:10px;padding:10px 12px;
  background:rgba(255,255,255,.94);backdrop-filter:blur(10px);
  border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(14,27,77,.1);
  transform:translateY(120%);transition:transform .35s ease;
}
.sticky-cta .btn{flex:1;padding:14px 12px;font-size:1rem}
.sticky-cta .btn small{font-size:.66rem}
@media(max-width:760px){.sticky-cta{display:flex}}
.sticky-cta.show{transform:translateY(0)}

/* scroll reveal */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease, transform .7s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .badge{animation:none}
  html{scroll-behavior:auto}
}

/* image-slot base look */
image-slot{display:block;background:#e9e3d6}
