/* =========================================================
   クロウ君 (Crow-kun) 公式サイト 共有デザインシステム
   児童発達支援・放課後等デイサービス向け AI シフト作成ソフト
   Navy #1D3557 / Gold #F2B036 / Orange #E97E3C
   ========================================================= */

:root{
  --navy:#1D3557; --navy-deep:#14243D; --ink:#21252E; --gold:#F2B036; --gold-soft:#FBE9C4;
  --orange:#E97E3C; --orange-deep:#C2410C; --paper:#FBF7F0; --white:#FFFFFF;
  --sky:#E8F0FA; --sky-line:#C9D9EE; --grey:#6B7280; --line:#E8E0D3;
  --ok:#2F855A; --ok-bg:#E6F4EC; --warn:#C53030; --warn-bg:#FDEAEA;
  --radius:18px; --shadow:0 10px 40px rgba(29,53,87,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
body{
  margin:0; background:var(--paper); color:var(--ink);
  font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic Medium","Yu Gothic",YuGothic,"Noto Sans JP",sans-serif;
  font-size:16px; line-height:1.9; -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit}
.wrap{max-width:1080px; margin:0 auto; padding:0 24px}
.narrow{max-width:760px}
.eyebrow{
  font-size:12px; font-weight:700; letter-spacing:.22em; color:var(--orange-deep);
  text-transform:uppercase; margin:0 0 14px;
}
h1,h2,h3,h4{line-height:1.4; text-wrap:balance; margin:0}
h2{font-size:clamp(26px,4vw,38px); font-weight:800; color:var(--navy)}
h3{color:var(--navy)}
.sec{padding:88px 0}
.sec-sm{padding:56px 0}
.sec-head{max-width:640px; margin:0 0 48px}
.sec-head p{color:var(--grey); margin:14px 0 0}
.mark{
  background:linear-gradient(transparent 62%, var(--gold-soft) 62%, var(--gold-soft) 94%, transparent 94%);
  padding:0 .08em;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  border-radius:999px; font-weight:700; text-decoration:none; cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn:focus-visible{outline:3px solid var(--gold); outline-offset:2px}
.btn-primary{
  background:var(--orange-deep); color:#fff; padding:16px 34px; font-size:16px;
  box-shadow:0 8px 24px rgba(194,65,12,.30);
}
.btn-primary:hover{background:#9A3412}
.btn-ghost{
  background:#fff; color:var(--navy); padding:15px 30px; font-size:15px;
  border:2px solid var(--sky-line);
}
.btn-ghost:hover{border-color:var(--navy)}
.disclaimer{font-size:12.5px; color:var(--grey); line-height:1.75; margin-top:16px}

/* ---------- header (multi-page) ---------- */
header{
  position:sticky; top:0; z-index:50; background:rgba(251,247,240,.92);
  backdrop-filter:blur(8px); border-bottom:1px solid var(--line);
}
.nav{display:flex; align-items:center; gap:26px; height:66px}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none; margin-right:auto}
.brand img{width:38px; height:38px; border-radius:50%}
.brand b{font-size:19px; color:var(--navy); letter-spacing:.02em}
.brand span{font-size:10px; color:var(--grey); letter-spacing:.14em}
.nav a.item{font-size:14px; font-weight:600; color:var(--navy); text-decoration:none; opacity:.85}
.nav a.item:hover,.nav a.item[aria-current="page"]{opacity:1; color:var(--orange-deep)}
.nav .btn-primary{padding:10px 22px; font-size:14px}
.navtoggle{display:none; background:none; border:0; cursor:pointer; padding:8px; margin-left:auto}
.navtoggle span{display:block; width:24px; height:2px; background:var(--navy); margin:5px 0; transition:.2s}
@media (max-width:860px){
  .nav a.item{display:none}
  .nav .btn-primary{display:none}
  .navtoggle{display:block}
  .mobilemenu{display:none; border-top:1px solid var(--line); background:var(--paper)}
  .mobilemenu.open{display:block}
  .mobilemenu a{display:block; padding:14px 24px; font-weight:600; color:var(--navy); text-decoration:none; border-bottom:1px solid var(--line)}
  .mobilemenu .btn-primary{display:flex; margin:16px 24px; padding:14px}
}
@media (min-width:861px){ .mobilemenu{display:none} }

/* ---------- breadcrumb ---------- */
.crumbs{font-size:12.5px; color:var(--grey); padding:18px 0 0}
.crumbs ol{list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:6px; align-items:center}
.crumbs a{color:var(--orange-deep); text-decoration:none}
.crumbs a:hover{text-decoration:underline}
.crumbs li+li::before{content:"›"; margin-right:6px; color:var(--sky-line)}
.crumbs [aria-current="page"]{color:var(--navy); font-weight:600}

/* ---------- page hero (subpages) ---------- */
.pagehero{background:var(--navy); color:#fff; padding:52px 0 58px}
.pagehero .eyebrow{color:var(--gold)}
.pagehero h1{font-size:clamp(28px,4.4vw,42px); font-weight:900; color:#fff; letter-spacing:.01em}
.pagehero p{color:#B9C6DB; margin:18px 0 0; max-width:44em; font-size:16px}

/* ---------- hero (home) ---------- */
.hero{overflow:hidden; position:relative; padding:72px 0 84px}
.hero .wrap{display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center}
@media (max-width:920px){ .hero .wrap{grid-template-columns:1fr} }
.hero-badge{
  display:inline-flex; align-items:center; gap:8px; background:var(--navy); color:#fff;
  font-size:13px; font-weight:700; letter-spacing:.06em; border-radius:999px; padding:7px 18px;
  margin-bottom:22px;
}
.hero-badge i{width:8px;height:8px;border-radius:50%;background:var(--gold);display:inline-block}
.hero h1{ font-size:clamp(34px,5.6vw,56px); font-weight:900; color:var(--navy); letter-spacing:.01em; }
.hero h1 .big{color:var(--orange-deep)}
.hero .lead{margin:24px 0 8px; font-size:17px; color:var(--ink); max-width:34em}
.hero .origin{font-size:13px; color:var(--grey); margin:0 0 30px}
.hero-cta{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:30px}
.chips{display:flex; flex-wrap:wrap; gap:10px}
.chip{ background:#fff; border:1.5px solid var(--sky-line); color:var(--navy); border-radius:999px; font-size:13px; font-weight:600; padding:7px 16px; }
.chip b{color:var(--orange-deep)}

/* hero visual: product card (centerpiece) + mascot accent */
.hero-visual{position:relative; min-height:0; display:flex; align-items:center; justify-content:center; padding:24px 8px}
.hero-visual::before{content:""; position:absolute; z-index:0; width:min(500px,106%); aspect-ratio:1/.9; right:-2%; top:50%; transform:translateY(-50%); background:radial-gradient(58% 58% at 64% 42%, var(--sky) 0%, rgba(232,240,250,0) 72%);}
.gridcard{ position:relative; z-index:2; width:min(430px,100%); background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); border:1px solid var(--line); padding:20px 20px 16px; }
.hero-mascot{ position:absolute; top:-70px; right:20px; width:92px; height:92px; border-radius:50%; object-fit:cover; background:var(--sky); border:4px solid #fff; box-shadow:0 8px 22px rgba(29,53,87,.20); transform:rotate(3deg); }
@media (max-width:920px){
  .hero-visual{padding:54px 0 6px}
  .gridcard{width:100%}
  .hero-mascot{right:14px; top:-60px; width:80px; height:80px}
}
.gridcard .bar{display:flex; align-items:center; gap:8px; margin-bottom:12px}
.gridcard .bar b{font-size:13px; color:var(--navy)}
.gridcard .bar .run{ margin-left:auto; background:var(--orange-deep); color:#fff; font-size:11px; font-weight:700; border-radius:999px; padding:4px 12px; }
.sgrid{width:100%; border-collapse:collapse; font-variant-numeric:tabular-nums}
.sgrid th{font-size:10px; color:var(--grey); font-weight:600; padding:4px 2px; border-bottom:1px solid var(--line)}
.sgrid td{padding:3px 2px; text-align:center}
.sgrid .nm{font-size:11px; font-weight:700; color:var(--ink); text-align:left; white-space:nowrap}
.cell{ height:26px; border-radius:6px; font-size:9px; font-weight:700; line-height:26px; color:var(--navy); opacity:0; transform:scale(.6); animation:pop .45s cubic-bezier(.2,1.4,.4,1) forwards; }
.cell.p{background:#FBDCD2; color:#9A3412}
.cell.y{background:#FCF3D0; color:#92610A}
.cell.off{background:transparent; color:var(--grey); font-weight:400; animation:none; opacity:1; transform:none}
@keyframes pop{to{opacity:1; transform:scale(1)}}
.gridfoot{display:flex; gap:8px; margin-top:12px; align-items:center; flex-wrap:wrap}
.okpill{ background:var(--ok-bg); color:var(--ok); font-size:11px; font-weight:700; border-radius:999px; padding:5px 12px; opacity:0; animation:pop .4s ease 2.2s forwards; }

/* ---------- pains ---------- */
.pains{background:var(--navy); color:#fff}
.pains h2{color:#fff}
.pains .sec-head p{color:#B9C6DB}
.pain-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px}
.pain{ background:var(--navy-deep); border:1px solid #2C466E; border-radius:var(--radius); padding:26px 24px; }
.pain .q{font-size:26px; margin-bottom:8px; color:var(--gold); font-weight:900}
.pain b{display:block; font-size:16px; margin-bottom:8px; line-height:1.6}
.pain p{margin:0; font-size:13.5px; color:#B9C6DB}
.pain-close{ text-align:center; margin-top:44px; font-size:clamp(19px,2.6vw,25px); font-weight:800; }
.pain-close .mark{ background:var(--gold); color:var(--navy); padding:3px 16px; border-radius:12px; box-decoration-break:clone; -webkit-box-decoration-break:clone; }

/* ---------- strengths ---------- */
.strength{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; padding:54px 0}
.strength + .strength{border-top:1px dashed var(--line)}
@media (max-width:880px){ .strength{grid-template-columns:1fr; gap:28px} .strength .visual{order:-1} }
.strength .no{ display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; font-size:12px; letter-spacing:.2em; font-weight:800; color:var(--orange-deep); }
.strength .no::before{content:""; width:34px; height:2.5px; background:var(--gold)}
.strength h3{font-size:clamp(22px,3vw,30px); font-weight:800; color:var(--navy); margin-bottom:16px}
.strength p{color:var(--ink); margin:0 0 16px}
.strength ul{margin:0; padding:0; list-style:none; display:grid; gap:9px}
.strength li{ font-size:14px; font-weight:600; color:var(--navy); padding-left:26px; position:relative; }
.strength li::before{ content:"✔"; position:absolute; left:0; top:0; color:var(--orange); font-weight:900; }
.visual-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); padding:22px; }
.cond-chips{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px}
.cond{ font-size:12px; font-weight:700; color:var(--navy); background:var(--sky); border:1px solid var(--sky-line); border-radius:999px; padding:5px 13px; }
.alertbar{border-radius:12px; padding:13px 16px; font-size:13.5px; font-weight:700; display:flex; gap:10px; align-items:center}
.alertbar + .alertbar{margin-top:10px}
.alertbar.warn{background:var(--warn-bg); color:var(--warn); border:1px solid #F5C6C6}
.alertbar.ok{background:var(--ok-bg); color:var(--ok); border:1px solid #BFE3CD}
.alert-note{font-size:12px; color:var(--grey); margin-top:12px}
.settings-mock{display:grid; gap:10px}
.set-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; background:var(--paper); border:1px solid var(--line); border-radius:12px; padding:12px 16px; }
.set-row b{font-size:13.5px; color:var(--navy)}
.toggle{width:40px; height:22px; border-radius:999px; background:var(--orange); position:relative; flex-shrink:0}
.toggle::after{content:""; position:absolute; top:3px; right:3px; width:16px; height:16px; border-radius:50%; background:#fff}
.set-tag{font-size:11px; font-weight:700; color:var(--orange-deep); background:var(--gold-soft); border-radius:6px; padding:2px 8px}

/* ---------- steps ---------- */
.steps{background:var(--sky)}
.step-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; counter-reset:step}
@media (max-width:820px){ .step-grid{grid-template-columns:1fr} }
.step{ background:#fff; border-radius:var(--radius); border:1px solid var(--sky-line); padding:30px 26px; position:relative; counter-increment:step; }
.step::before{ content:"STEP " counter(step); font-size:11px; letter-spacing:.2em; font-weight:800; color:var(--orange-deep); }
.step b{display:block; font-size:18px; color:var(--navy); margin:10px 0 10px}
.step p{margin:0; font-size:14px; color:var(--grey)}
.step .ico{font-size:30px; position:absolute; top:24px; right:22px}

/* ---------- features ---------- */
.feat-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px}
.feat{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:20px 22px; }
.feat b{display:block; font-size:15px; color:var(--navy); margin-bottom:6px}
.feat p{margin:0; font-size:13px; color:var(--grey); line-height:1.7}

/* feature detail blocks (features page) */
.featdetail{display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:start; padding:44px 0}
.featdetail + .featdetail{border-top:1px dashed var(--line)}
@media (max-width:820px){ .featdetail{grid-template-columns:1fr; gap:20px} }
.featdetail h3{font-size:22px; margin-bottom:12px}
.featdetail .tag{font-size:11px; font-weight:800; letter-spacing:.16em; color:var(--orange-deep); display:block; margin-bottom:10px}
.featdetail p{margin:0; color:var(--ink)}

/* ---------- compare ---------- */
.cmp-scroll{overflow-x:auto; border-radius:var(--radius); box-shadow:var(--shadow)}
table.cmp{border-collapse:collapse; width:100%; min-width:640px; background:#fff; font-size:14px}
.cmp th,.cmp td{padding:16px 18px; text-align:center; border-bottom:1px solid var(--line)}
.cmp thead th{background:var(--navy); color:#fff; font-size:14px}
.cmp thead th:first-child{text-align:left; border-radius:0}
.cmp tbody th{text-align:left; font-size:13.5px; color:var(--navy); background:var(--paper); font-weight:700}
.cmp td.crow{background:var(--gold-soft); font-weight:800; color:var(--navy)}
.cmp thead th.crowhead{background:var(--orange-deep); font-weight:900}
.cmp .o{color:var(--ok); font-weight:900}
.cmp .x{color:#C53030}
.cmp .t{color:var(--grey)}

/* ---------- flow ---------- */
.flow-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
@media (max-width:820px){ .flow-grid{grid-template-columns:1fr 1fr} }
.flow{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:22px 20px; }
.flow i{font-style:normal; font-size:12px; font-weight:800; color:var(--orange-deep); letter-spacing:.14em}
.flow b{display:block; margin:8px 0 6px; font-size:16px; color:var(--navy)}
.flow p{margin:0; font-size:13px; color:var(--grey)}
.flow-note{margin-top:22px; font-size:13.5px; color:var(--grey)}
.flow-note b{color:var(--navy)}

/* ---------- faq ---------- */
.faq details{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:0 24px; margin-bottom:12px; }
.faq summary{ cursor:pointer; list-style:none; display:flex; align-items:center; gap:14px; font-weight:700; font-size:15.5px; color:var(--navy); padding:20px 0; }
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"Q"; color:var(--orange); font-weight:900; font-size:18px; flex:none}
.faq summary::after{content:"＋"; margin-left:auto; color:var(--grey); font-weight:400}
.faq details[open] summary::after{content:"−"}
.faq .a{padding:0 0 20px 32px; font-size:14.5px; color:var(--ink)}

/* ---------- pricing ---------- */
.price-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:20px}
.price-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px 28px; box-shadow:var(--shadow)}
.price-card.feature{border:2px solid var(--orange)}
.price-card .plan{font-size:13px; font-weight:800; letter-spacing:.12em; color:var(--orange-deep); margin-bottom:8px}
.price-card .amt{font-size:30px; font-weight:900; color:var(--navy); margin-bottom:4px}
.price-card .amt small{font-size:14px; font-weight:700; color:var(--grey)}
.price-card ul{margin:16px 0 0; padding:0; list-style:none; display:grid; gap:9px}
.price-card li{font-size:14px; color:var(--navy); padding-left:24px; position:relative}
.price-card li::before{content:"✔"; position:absolute; left:0; color:var(--orange); font-weight:900}
.price-note{margin-top:22px; font-size:13px; color:var(--grey); text-align:center}
.price-points{max-width:760px; margin:28px auto 0; padding:0; list-style:none; display:grid; gap:10px}
.price-points li{font-size:14.5px; color:var(--navy); padding-left:26px; position:relative}
.price-points li::before{content:"✔"; position:absolute; left:0; color:var(--orange); font-weight:900}
.price-lede{max-width:760px; margin:36px auto 0; font-size:14.5px}
.price-lede p{margin:0 0 14px}
.price-fold{max-width:760px; margin:40px auto 0; background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:0 24px}
.price-fold summary{cursor:pointer; list-style:none; display:flex; align-items:center; gap:12px; font-weight:700; font-size:15.5px; color:var(--navy); padding:20px 0}
.price-fold summary::-webkit-details-marker{display:none}
.price-fold summary::after{content:"＋"; margin-left:auto; color:var(--grey); font-weight:400; flex:none}
.price-fold[open] summary::after{content:"−"}
.price-fold .fold-body{padding:0 0 22px}
.price-fold .fold-body p{margin:0 0 16px; font-size:14px}
table.ptable{border-collapse:collapse; width:100%; min-width:560px; background:#fff; font-size:13.5px}
.ptable th,.ptable td{padding:12px 14px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top}
.ptable thead th{background:var(--navy); color:#fff; font-size:13px; font-weight:700}
.ptable td.num{white-space:nowrap; font-weight:800; color:var(--navy)}
.price-offer{max-width:760px; margin:40px auto 0; background:var(--gold-soft); border:1.5px dashed var(--gold); border-radius:var(--radius); padding:26px 28px}
.price-offer h3{font-size:18px; margin:0 0 10px}
.price-offer p{margin:0; font-size:14.5px}

/* ---------- prose (column / about) ---------- */
.prose{font-size:16px; line-height:2}
.prose h2{font-size:26px; margin:44px 0 16px}
.prose h3{font-size:20px; margin:32px 0 12px; color:var(--navy)}
.prose p{margin:0 0 18px}
.prose ul,.prose ol{margin:0 0 20px; padding-left:1.4em}
.prose li{margin-bottom:8px}
.prose a{color:var(--orange-deep); font-weight:600}
.prose strong{color:var(--navy)}
.prose blockquote{margin:24px 0; padding:16px 22px; background:var(--sky); border-left:4px solid var(--gold); border-radius:0 12px 12px 0; color:var(--navy)}
.prose img{border-radius:12px; margin:24px 0}
/* 記事内の表 (AI検索が引用しやすい構造化データ。横幅超過時は表だけ横スクロール) */
.prose .table-wrap{overflow-x:auto; margin:26px 0; border:1px solid var(--line); border-radius:12px}
.prose table{border-collapse:collapse; width:100%; min-width:520px; background:#fff; font-size:14.5px}
.prose th,.prose td{padding:13px 16px; text-align:left; border-bottom:1px solid var(--line); vertical-align:top}
.prose thead th{background:var(--navy); color:#fff; font-weight:700; font-size:14px; border-bottom:0}
.prose tbody th{background:var(--paper); color:var(--navy); font-weight:700; white-space:nowrap}
.prose tbody tr:last-child th,.prose tbody tr:last-child td{border-bottom:0}
.prose caption{caption-side:bottom; padding:10px 4px 0; font-size:12.5px; color:var(--grey); text-align:left}
.lede{font-size:18px; color:var(--grey); margin:0 0 32px}

/* column list */
.col-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px}
.col-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px; text-decoration:none; color:inherit; display:block; transition:transform .15s, box-shadow .15s}
.col-card:hover{transform:translateY(-3px); box-shadow:var(--shadow)}
.col-card .cat{font-size:11px; font-weight:800; letter-spacing:.1em; color:var(--orange-deep)}
.col-card h3{font-size:17px; margin:8px 0 8px; line-height:1.5}
.col-card p{font-size:13px; color:var(--grey); margin:0}

/* ---------- cta ---------- */
.cta-note{font-size:12.5px; color:var(--grey); margin:-18px 0 28px}
.cta-doors{display:grid; grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr)); gap:14px; max-width:620px; margin:0 0 6px}
.cta-doors .door{background:var(--navy-deep); border:1px solid #2C466E; border-radius:14px; padding:20px 18px; display:flex; flex-direction:column; gap:12px; align-items:flex-start}
.cta-doors .door i{font-style:normal; font-size:12px; font-weight:800; letter-spacing:.08em; color:var(--gold)}
.cta-doors .door .btn{font-size:14px; padding:12px 20px}
.cta-doors .door small{font-size:11.5px; color:#B9C6DB; line-height:1.6}
.cta-band{background:var(--navy); color:#fff; position:relative; overflow:hidden}
.cta-band .wrap{display:grid; grid-template-columns:1fr auto; gap:40px; align-items:center; position:relative}
@media (max-width:820px){ .cta-band .wrap{grid-template-columns:1fr} .cta-band .mascot2{display:none} }
.cta-band h2{color:#fff; margin-bottom:14px}
.cta-band p{color:#B9C6DB; margin:0 0 26px; max-width:36em}
.cta-band .mascot2{width:260px; height:260px; object-fit:contain; align-self:center; border-radius:24px; transform:rotate(-2deg); box-shadow:0 14px 40px rgba(0,0,0,.3)}
.contact-box{ margin-top:30px; background:var(--navy-deep); border:1.5px dashed #3D5A85; border-radius:14px; padding:18px 22px; font-size:13.5px; color:#B9C6DB; max-width:430px; }
.contact-box b{color:var(--gold)}
.contact-box a{color:var(--gold); font-weight:700}

/* ---------- footer (multi-column) ---------- */
footer{background:var(--navy-deep); color:#8FA3C2; font-size:13px; padding:52px 0 34px}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px; margin-bottom:34px}
@media (max-width:760px){ .foot-grid{grid-template-columns:1fr 1fr} }
.fbrand{display:flex; gap:10px; align-items:center; color:#fff; font-weight:700; font-size:16px; margin-bottom:12px}
.fbrand img{width:34px; height:34px; border-radius:50%}
.foot-desc{font-size:12.5px; color:#8FA3C2; line-height:1.8; max-width:26em}
.foot-col h4{font-size:12px; letter-spacing:.14em; color:var(--gold); margin:0 0 14px; font-weight:800}
.foot-col a{display:block; color:#B9C6DB; text-decoration:none; font-size:13px; padding:5px 0}
.foot-col a:hover{color:#fff}
.foot-bottom{border-top:1px solid #2C466E; padding-top:22px; display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center; font-size:12px; color:#6E82A6}
.foot-bottom a{color:#8FA3C2; text-decoration:none}
.foot-bottom a:hover{color:#fff}
