/* Hello Social 99 — styles (mobile-first, tokens from design.md) */
:root {
  --navy:#013186; --navy-hover:#012270; --blue:#006fe0; --blue-hover:#0059b3;
  --deep:#061a4a; --sky:#7cbaff;
  --ink:#000; --body:#475467; --muted:#5b6472;
  --bg:#fff; --tint:#f5f9ff; --tint-2:#eaf1ff; --neutral:#f8fafc;
  --line:#e7eaf0; --line-brand:rgba(1,49,134,.07);
  --sh-card:0 18px 50px rgba(16,24,40,.08);
  --sh-brand:0 20px 50px rgba(1,49,134,.25);
  --ease:200ms;
  --g-social:linear-gradient(135deg,#1E73FF,#0A3D98);
  --g-video:linear-gradient(135deg,#7C4DFF,#4A1FB8);
  --g-web:linear-gradient(135deg,#00A9A5,#007D7A);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--body);background:var(--bg);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:var(--blue)}
h1,h2,h3{color:var(--ink);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0}
h1{font-size:clamp(32px,4.4vw,56px)}
h2{font-size:clamp(28px,3.6vw,46px)}
h3{font-size:clamp(18px,1.6vw,21px);line-height:1.3}
p{margin:0}
strong{color:var(--ink);font-weight:600}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* Layout */
.section{padding-block:60px}
.container{max-width:1440px;margin:0 auto;padding-inline:20px}
.container.narrow{max-width:900px}
.tint{background:var(--tint)}
.row{display:flex;flex-direction:column;gap:40px}
.col-copy,.col-visual{width:100%}
.section-head{max-width:820px;margin:0 auto 40px;text-align:center}
.section-head .lead{margin-top:16px}
.lead{font-size:clamp(16px,1.5vw,20px);line-height:1.7;color:var(--body);margin-top:16px}
.col-copy > p{margin-top:18px}
.col-copy > .btn{margin-top:28px}

@media (min-width:768px){
  .section{padding-block:80px}
  .container{padding-inline:40px}
}
@media (min-width:1024px){
  .row{flex-direction:row;align-items:center;gap:60px}
  .col-copy{flex:1.05}
  .col-visual{flex:1}
  .container{padding-inline:60px}
}
@media (min-width:1560px){ .container{padding-inline:0} }

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:50px;padding:0 26px;border-radius:9999px;font:500 16px/1 Inter,system-ui,sans-serif;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background-color var(--ease),color var(--ease),border-color var(--ease),transform var(--ease),box-shadow var(--ease);white-space:nowrap}
.btn .arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--ease)}
.btn:hover .arrow{transform:translateX(3px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 28px rgba(0,111,224,.28)}
.btn-primary:hover{background:var(--blue-hover)}
.btn-outline{background:#fff;color:var(--navy);border-color:#cfe0ff}
.btn-outline:hover{background:#f0f6ff}
.btn-white{background:#fff;color:var(--deep);font-weight:600;box-shadow:0 14px 36px -10px rgba(0,0,0,.45)}
.btn-white:hover{transform:translateY(-1px)}
.btn-sm{height:42px;padding:0 18px;font-size:14px}
.btn-lg{height:56px;padding:0 32px;font-size:15px}
.btn:focus-visible,a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid var(--sky);outline-offset:3px}
@media (max-width:450px){
  .col-copy > .btn,.cta-band .btn{width:100%;height:48px}
}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-brand)}
.header-inner{max-width:1440px;margin:0 auto;height:68px;padding-inline:20px;display:flex;align-items:center;gap:24px}
.logo{font-weight:700;font-size:20px;letter-spacing:-.02em;color:var(--navy);text-decoration:none;white-space:nowrap}
.logo span{color:#fff;background:var(--blue);border-radius:9999px;padding:2px 9px;margin-left:2px}
.nav{display:flex;gap:32px;margin-left:auto}
.nav a{color:#111;font-weight:500;font-size:15px;text-decoration:none;transition:color var(--ease)}
.nav a:hover,.nav a.active{color:var(--navy)}
.nav-toggle{display:none;margin-left:auto;width:44px;height:44px;border:0;background:transparent;cursor:pointer;position:relative}
.nav-toggle span{position:absolute;left:11px;right:11px;height:2px;background:var(--ink);border-radius:2px;transition:transform var(--ease),top var(--ease)}
.nav-toggle span:first-child{top:17px}.nav-toggle span:last-child{top:25px}
.nav-open .nav-toggle span:first-child{top:21px;transform:rotate(45deg)}
.nav-open .nav-toggle span:last-child{top:21px;transform:rotate(-45deg)}
@media (min-width:768px){.header-inner{padding-inline:40px;height:72px}}
@media (min-width:1024px){.header-inner{padding-inline:60px}}
@media (max-width:767px){
  .nav-toggle{display:block}
  .header-cta{display:none}
  .nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#fff;padding:8px 20px 20px;border-bottom:1px solid var(--line-brand);box-shadow:0 30px 60px -30px rgba(1,49,134,.3);display:none}
  .nav a{font-size:16px;font-weight:600;padding:16px 0;border-bottom:1px solid rgba(1,49,134,.06)}
  .nav a:last-child{border-bottom:0}
  .nav-open .nav{display:flex}
}

/* Hero */
.hero{padding-block:48px 64px;background:radial-gradient(60% 60% at 90% 10%,#eaf1ff 0%,rgba(234,241,255,0) 70%)}
.hero .accent{color:var(--blue)}
.subhead{font-size:18px;font-weight:600;color:var(--ink);line-height:1.5}
.body-lg{font-size:clamp(16px,1.3vw,17px);line-height:1.85;max-width:620px}
.trust{font-size:14px;font-weight:500;color:var(--navy);display:inline-block;background:var(--tint-2);border-radius:9999px;padding:6px 14px;line-height:1.5}
@media (min-width:768px){.hero{padding-block:80px 90px}}

.hero-visual{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:560px;margin:0 auto;aspect-ratio:1/1}
.tile{border-radius:18px;position:relative;box-shadow:0 18px 40px -18px rgba(1,49,134,.45)}
.t1{background:var(--g-social);grid-row:span 2}
.t2{background:#eaf1ff}
.t3{background:var(--g-video)}
.t4{background:var(--g-web);grid-column:span 2}
.t5{background:#fff;border:1px solid var(--line)}
.t6{background:linear-gradient(135deg,#013186,#061a4a);grid-column:span 2}
.t2::after,.t5::after{content:"";position:absolute;left:14%;right:30%;bottom:18%;height:8px;border-radius:9px;background:rgba(1,49,134,.15);box-shadow:0 -16px 0 rgba(1,49,134,.08)}
.play{position:absolute;inset:0;margin:auto;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.95)}
.play::after{content:"";position:absolute;left:21px;top:16px;border-left:14px solid var(--navy);border-top:10px solid transparent;border-bottom:10px solid transparent}
.orb{position:absolute;width:40%;height:40%;right:-6%;top:-6%;border-radius:50%;background:#7cbaff;filter:blur(60px);opacity:.35;z-index:-1}

/* Section 2 */
.narrow h2,.narrow > .lead{text-align:center}
.two-para{display:grid;gap:20px;margin-top:36px}
.two-para p{font-size:16px;line-height:1.8}
.callout{margin-top:32px;border-left:3px solid var(--blue);background:var(--tint);border-radius:0 12px 12px 0;padding:18px 22px;color:var(--ink);font-weight:500;line-height:1.7}
@media (min-width:768px){.two-para{grid-template-columns:1fr 1fr;gap:36px}}

/* Dashboard */
.dash{background:#fff;border:1px solid #e3e9f5;border-radius:20px;box-shadow:0 30px 80px -24px rgba(1,49,134,.3);overflow:hidden;max-width:620px;margin:0 auto}
.dash-bar{height:40px;border-bottom:1px solid #eef1f6;display:flex;align-items:center;gap:6px;padding:0 16px}
.dash-bar i{width:10px;height:10px;border-radius:50%;background:#e3e9f5}
.dash-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}
.dash-col{background:#f8fafc;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px;min-height:150px}
.dash-col b{font-size:12px;font-weight:600;color:#0b1f44}
.card-mini{height:70px;border-radius:10px;background:var(--g-social);opacity:.9}
.card-mini.short{height:44px;background:#eaf1ff}
.card-mini.vid{background:var(--g-video);height:96px}
.card-mini.ok{background:linear-gradient(135deg,#bbf7d0,#dcfce7)}
.card-mini.pub{background:var(--g-web)}
@media (min-width:560px){.dash-cols{grid-template-columns:repeat(4,1fr)}}
@media (max-width:1023px){.reverse-mobile{flex-direction:column-reverse}}

.checklist{list-style:none;padding:0;margin:24px 0 4px;display:grid;gap:14px}
.checklist li{position:relative;padding-left:36px;line-height:1.65}
.checklist li::before{content:"";position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:50%;background:var(--tint-2)}
.checklist li::after{content:"";position:absolute;left:7px;top:8px;width:8px;height:5px;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(-45deg)}

/* Business table */
.biz-table{max-width:1000px;margin:0 auto;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.03)}
.biz-row{display:grid;gap:6px;padding:20px;border-top:1px solid var(--line)}
.biz-row:first-child{border-top:0}
.biz-headrow{display:none;background:var(--navy);color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.biz-name{display:flex;align-items:center;gap:12px;font-weight:600;color:var(--ink);font-size:16px}
.ic{width:30px;height:30px;border-radius:9px;flex-shrink:0}
.g1{background:var(--g-social)}.g2{background:var(--g-video)}.g3{background:var(--g-web)}
@media (min-width:768px){
  .biz-headrow{display:grid}
  .biz-row{grid-template-columns:minmax(220px,.8fr) 1.4fr;gap:30px;align-items:center;padding:22px 32px}
  .biz-row:not(.biz-headrow):hover{background:#f4f8ff}
}
.note-center,.fine-center{text-align:center;max-width:760px;margin:28px auto 0}
.note-center{font-size:16px;color:var(--ink)}
.note-center a{font-weight:600}
.fine-center{margin-top:10px;font-size:14px;color:var(--muted)}

/* Salon */
.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:var(--sh-card)}
.numbered{list-style:none;counter-reset:n;padding:0;margin:20px 0 0;display:grid;gap:18px}
.numbered li{counter-increment:n;position:relative;padding-left:46px;line-height:1.7}
.numbered li::before{content:counter(n);position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;background:var(--navy);color:#fff;font-weight:700;font-size:14px;display:grid;place-items:center}
.panel-foot{margin-top:22px;padding-top:20px;border-top:1px dashed #cbd5e1;line-height:1.8}
.panel-foot a{font-weight:600;text-decoration:none}
.panel-foot a:hover{text-decoration:underline}
.fine{font-size:14px;color:var(--muted)}
@media (min-width:768px){.panel{padding:36px}}

/* Steps */
.steps{list-style:none;padding:0;margin:0;display:grid;gap:16px}
.steps li{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;position:relative;transition:transform var(--ease),box-shadow var(--ease)}
.steps li:hover{transform:translateY(-3px);box-shadow:var(--sh-card)}
.step-n{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--g-social);color:#fff;font-weight:700;margin-bottom:18px;box-shadow:0 8px 18px -6px rgba(1,49,134,.45)}
.steps p{margin-top:8px}
@media (min-width:640px){.steps{grid-template-columns:1fr 1fr}}
@media (min-width:1100px){.steps{grid-template-columns:repeat(4,1fr);gap:20px}}

/* Services */
.cards3{display:grid;gap:18px}
.svc{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.03);transition:box-shadow var(--ease),transform var(--ease)}
.svc:hover{box-shadow:var(--sh-card);transform:translateY(-3px)}
.svc-ic{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;margin-bottom:20px;box-shadow:0 8px 18px -6px rgba(1,49,134,.45)}
.svc-ic svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.svc p{margin-top:10px;line-height:1.75}
@media (min-width:900px){.cards3{grid-template-columns:repeat(3,1fr);gap:24px}}

/* Pricing */
.plans{display:grid;gap:20px;max-width:1140px;margin:0 auto}
.plan{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.03)}
.plan-top{padding-bottom:20px;border-bottom:1px dashed #cbd5e1}
.plan h3{font-size:20px}
.price{font-size:44px;font-weight:700;color:var(--ink);letter-spacing:-.03em;line-height:1;margin-top:12px}
.price small{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}
.plan dl{margin:20px 0 26px;display:grid;gap:16px;flex:1}
.plan dt{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.plan dd{margin:4px 0 0;color:var(--ink);font-size:15px;line-height:1.55}
.plan .btn{width:100%}
.plan.featured{background:radial-gradient(120% 130% at 22% 12%,#2870d8 0%,#1146a5 42%,#061a4a 100%);border-color:transparent;box-shadow:var(--sh-brand)}
.plan.featured h3,.plan.featured .price,.plan.featured dd{color:#fff}
.plan.featured .price small,.plan.featured dt{color:rgba(255,255,255,.7)}
.plan.featured .plan-top{border-color:rgba(255,255,255,.25)}
@media (min-width:960px){.plans{grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.plan{padding:32px}}
.info-strip{max-width:1140px;margin:28px auto 0;border:1px solid var(--line);background:var(--neutral);border-radius:14px;padding:20px 22px;display:grid;gap:8px;font-size:14px;line-height:1.7;text-align:center}

/* FAQ */
.faq{max-width:1094px;margin:0 auto;border:1px solid #d5dae3;border-radius:22px;overflow:hidden;background:#fff}
.faq details{border-top:1px solid #ececec}
.faq details:first-child{border-top:0}
.faq summary{list-style:none;display:flex;align-items:center;gap:16px;padding:20px 18px;cursor:pointer}
.faq summary::-webkit-details-marker{display:none}
.faq .n{width:24px;flex-shrink:0;font-size:13px;font-weight:500;color:#8a909c}
.faq .q{flex:1;font-size:15px;font-weight:600;color:var(--ink);line-height:1.4}
.faq .tog{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--tint-2);position:relative;transition:transform var(--ease),background-color var(--ease)}
.faq .tog::before,.faq .tog::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:var(--navy);transform:translate(-50%,-50%)}
.faq .tog::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform var(--ease)}
.faq details[open] .tog{background:var(--navy)}
.faq details[open] .tog::before,.faq details[open] .tog::after{background:#fff}
.faq details[open] .tog::after{transform:translate(-50%,-50%) rotate(0)}
.faq details p{padding:0 18px 22px 58px;font-size:14px;line-height:1.75;color:var(--body)}
@media (min-width:768px){
  .faq summary{gap:24px;padding:28px 36px}
  .faq .n{font-size:14px}
  .faq .q{font-size:17px}
  .faq details p{padding:0 90px 28px 84px;font-size:15px}
}

/* CTA band */
.cta-wrap{padding-top:0}
.cta-band{position:relative;overflow:hidden;isolation:isolate;border-radius:22px;padding:46px 22px;text-align:center;color:#fff;background:radial-gradient(120% 130% at 22% 12%,#2870d8 0%,#1146a5 42%,#061a4a 100%);box-shadow:0 44px 100px -32px rgba(6,26,74,.6),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(0,0,0,.2)}
.cta-band h2{color:#fff;font-weight:600;font-size:clamp(30px,3.8vw,56px);line-height:1.08;letter-spacing:-.028em;text-shadow:0 2px 24px rgba(0,0,0,.25)}
.cta-band h2 span{color:var(--sky)}
.cta-band p{color:rgba(255,255,255,.78);font-size:clamp(15px,1.2vw,17px);max-width:760px;margin:18px auto 0}
.cta-band .btn{margin-top:34px}
.cta-band .band-note{margin-top:22px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.55);line-height:1.8}
.band-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:-1}
.o1{width:320px;height:320px;background:#7cbaff;opacity:.25;right:-80px;top:-120px}
.o2{width:260px;height:260px;background:#2870d8;opacity:.4;left:-80px;bottom:-120px}
@media (min-width:450px){.cta-band{border-radius:28px;padding:56px 32px}}
@media (min-width:1024px){.cta-band{padding:80px 56px}}

/* Footer */
.site-footer{border-top:1px solid var(--line-brand);padding:40px 20px 24px}
.footer-inner{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.site-footer nav{display:flex;gap:28px}
.site-footer nav a{color:var(--ink);text-decoration:none;font-size:15px;transition:color var(--ease)}
.site-footer nav a:hover{color:var(--navy)}
.legal{max-width:1440px;margin:28px auto 0;padding-top:20px;border-top:1px solid rgba(1,49,134,.08);text-align:center;font-size:14px}
@media (min-width:768px){.site-footer{padding-inline:40px}}
@media (min-width:1024px){.site-footer{padding-inline:60px}}

@media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* ---- v2: hero CTA, graphics, logos ---- */
.col-copy > .cta-row{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}
.cta-note{margin-top:14px!important;font-size:14px;font-weight:500;color:var(--muted);display:flex;align-items:center;gap:8px}
.cta-note::before{content:"";width:16px;height:16px;flex-shrink:0;border-radius:50%;background:#dcfce7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/10px no-repeat}
@media (max-width:450px){.cta-row .btn{width:100%;height:48px}}

/* hero tile graphics */
.tile{overflow:hidden;display:flex;align-items:center;justify-content:center}
.tile > svg{width:34%;height:34%;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.t5 > svg{stroke:var(--navy)}
.t2::after,.t5::after{display:none}
.post-head{position:absolute;top:14px;left:14px;right:14px;display:flex;align-items:center;gap:8px}
.post-head .av{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.9)}
.post-head .ln{height:7px;width:48%;border-radius:9px;background:rgba(255,255,255,.55)}
.post-foot{position:absolute;bottom:14px;left:14px;display:flex;gap:10px}
.post-foot svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.post-foot svg:first-child{fill:#ff6b8a;stroke:#ff6b8a}
.play{position:relative;inset:auto;margin:0;flex-shrink:0}
.mini-chart{display:flex;align-items:flex-end;gap:7%;width:62%;height:56%}
.mini-chart i{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(#1E73FF,#013186)}
.mini-chart i:nth-child(4){background:linear-gradient(#7cbaff,#006fe0)}
.timeline{position:absolute;left:16px;right:16px;bottom:14px;height:5px;border-radius:9px;background:rgba(255,255,255,.3)}
.timeline i{display:block;width:42%;height:100%;border-radius:9px;background:#fff}
.stack{display:flex}
.stack i{width:44px;height:44px;border-radius:50%;border:3px solid #0a2a6e;margin-left:-12px;background:linear-gradient(135deg,#7cbaff,#1E73FF)}
.stack i:nth-child(2){background:linear-gradient(135deg,#c4b5fd,#7C4DFF)}
.stack i:nth-child(3){background:linear-gradient(135deg,#5eead4,#00A9A5)}
.like{margin-left:16px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.12)}
.like svg{width:22px;height:22px;fill:#ff6b8a;stroke:none}
.float-badge{position:absolute;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#16a34a;box-shadow:0 14px 30px -8px rgba(22,163,74,.6);border:4px solid #fff}
.float-badge svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.fb1{left:-14px;top:46%}
@media (max-width:450px){.stack i,.like{width:34px;height:34px}.play{width:42px;height:42px}.play::after{left:17px;top:12px;border-left-width:12px;border-top-width:9px;border-bottom-width:9px}.fb1{left:-6px;width:42px;height:42px}}

/* dashboard graphics */
.dash-wrap{position:relative;max-width:620px;margin:0 auto;padding-block:36px}
.dash-bar{gap:6px}
.dash-search{margin-left:auto;width:32%;height:18px;border-radius:9999px;background:#f1f4f9}
.card-mini{position:relative;display:grid;place-items:center;overflow:hidden}
.card-mini > svg{width:36%;height:36%;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mplay{width:30px;height:30px;border-radius:50%;background:#fff;position:relative}
.mplay::after{content:"";position:absolute;left:12px;top:9px;border-left:9px solid var(--navy);border-top:6px solid transparent;border-bottom:6px solid transparent}
.bars{width:70%;height:6px;border-radius:9px;background:rgba(1,49,134,.2);box-shadow:0 -10px 0 rgba(1,49,134,.1)}
.bars.dark{background:rgba(21,128,61,.3);box-shadow:0 -10px 0 rgba(21,128,61,.15)}
.okb{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#16a34a;flex-shrink:0}
.okb svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.progress{height:6px;border-radius:9px;background:#e3e9f5}
.progress i{display:block;width:60%;height:100%;border-radius:9px;background:var(--g-video)}
.float-card{position:absolute;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e3e9f5;border-radius:14px;padding:12px 14px;box-shadow:0 20px 44px -16px rgba(1,49,134,.35);width:190px}
.float-card > span:last-child{flex:1;display:grid;gap:6px}
.float-card .ln{display:block;height:7px;border-radius:9px;background:#e3e9f5}
.float-card .ln.s{width:60%;background:#eef1f6}
.float-card .av{width:30px;height:30px;border-radius:50%;flex-shrink:0;background:var(--g-video)}
.comment{top:0;right:-10px}
.approved{bottom:0;left:-10px}
@media (max-width:560px){.float-card{width:150px;padding:10px}.comment{right:0}.approved{left:0}}

/* business logos */
.ic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;box-shadow:0 8px 18px -6px rgba(1,49,134,.45)}
.ic svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.g4{background:linear-gradient(135deg,#f59e0b,#d9480f)}

/* ---- v3: hero image + dual CTA ---- */
.hero-img{width:100%;max-width:680px;height:auto;margin:0 auto}
@media (min-width:1024px){.hero .col-visual{flex:1.1}}
@media (max-width:450px){.cta-row .btn{width:100%}}

/* ---- v4: logo ---- */
.logo{display:inline-flex;align-items:center;gap:10px}
.logo img{height:40px;width:auto}
.logo span{display:none}
@media (max-width:450px){.logo img{height:34px}.logo{font-size:18px}}

/* ---- about page ---- */
.about-hero .col-copy > p + p{margin-top:16px}
.about-mark{position:relative;max-width:420px;aspect-ratio:1/1;margin:0 auto;display:grid;place-items:center}
.about-mark img{width:52%;height:auto;position:relative;filter:drop-shadow(0 30px 40px rgba(1,49,134,.25))}
.about-mark .ring{position:absolute;border-radius:50%}
.about-mark .r1{inset:0;background:radial-gradient(circle,#eaf1ff 0%,rgba(234,241,255,0) 70%)}
.about-mark .r2{inset:12%;border:1px dashed rgba(1,49,134,.2)}
.col-copy > .callout{margin-top:26px}
.about-img{width:100%;height:auto;border-radius:22px;box-shadow:0 30px 80px -24px rgba(1,49,134,.3)}
.subhead strong{font-weight:700}

/* ---- blog listing ---- */
.blog-hero{padding-block:56px 0;text-align:center;background:radial-gradient(60% 80% at 50% 0%,#eaf1ff 0%,rgba(234,241,255,0) 70%)}
.blog-hero h1{color:var(--navy);font-size:clamp(40px,6vw,80px);letter-spacing:-.03em}
.blog-list-sec{padding-top:48px}
.blog-grid{display:grid;gap:24px}
@media (min-width:700px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1100px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:28px}}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.03);transition:transform var(--ease),box-shadow var(--ease)}
.blog-card:hover{transform:translateY(-4px);box-shadow:var(--sh-card)}
.blog-thumb{position:relative;aspect-ratio:16/10;display:flex;flex-direction:column;justify-content:flex-end;gap:14px;padding:24px;text-decoration:none;background:radial-gradient(120% 130% at 22% 12%,#2870d8 0%,#1146a5 42%,#061a4a 100%)}
.thumb-ic{position:absolute;top:22px;left:22px;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f58529,#dd2a7b 50%,#8134af)}
.thumb-ic svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}
.thumb-title{color:#fff;font-weight:600;font-size:clamp(18px,1.6vw,22px);line-height:1.25;letter-spacing:-.02em}
.blog-card-body{padding:24px;display:flex;flex-direction:column;flex:1}
.blog-card h2{font-size:20px;line-height:1.3}
.blog-card h2 a{color:var(--ink);text-decoration:none}
.blog-card h2 a:hover{color:var(--navy)}
.blog-card p{margin-top:12px;font-size:15px;line-height:1.7}
.read-more{margin-top:auto;padding-top:20px;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;text-decoration:none}
.read-more .arrow{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--ease)}
.read-more:hover .arrow{transform:translateX(3px)}

/* ---- blog article ---- */
.post-hero{padding:40px 20px 8px;background:radial-gradient(60% 90% at 70% 0%,#eaf1ff 0%,rgba(234,241,255,0) 70%)}
.post-wrap{max-width:820px;margin:0 auto}
.crumbs{display:flex;gap:8px;font-size:14px;color:var(--muted)}
.crumbs a{color:var(--muted);text-decoration:none}.crumbs a:hover{color:var(--navy)}
.post-hero h1{margin-top:18px;color:var(--navy);font-weight:700;font-size:clamp(30px,4.4vw,54px);line-height:1.1;letter-spacing:-.03em}
.post-lead{margin-top:22px;font-size:clamp(17px,1.5vw,20px);line-height:1.7;color:var(--ink)}
.post-layout{max-width:1200px;margin:0 auto;padding:24px 20px 20px;display:grid;gap:32px}
.toc{border:1px solid var(--line);border-radius:16px;padding:18px 20px;background:var(--neutral)}
.toc-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.toc ol{margin:12px 0 0;padding-left:18px;display:grid;gap:8px;font-size:14px;line-height:1.45}
.toc a{color:var(--body);text-decoration:none}.toc a:hover{color:var(--navy)}
.post-body{max-width:820px;min-width:0}
.post-body > p{font-size:17px;line-height:1.85;margin-top:20px}
.post-body > h2{font-size:clamp(24px,2.6vw,32px);margin-top:52px;color:var(--ink);scroll-margin-top:90px}
.post-body > h2 + p{margin-top:16px}
.post-faq{margin-top:56px}
.post-faq h2{font-size:clamp(24px,2.6vw,32px);margin-bottom:24px}
.post-faq .faq details p{padding-right:24px}
@media (min-width:768px){.post-hero,.post-layout{padding-inline:40px}.post-hero{padding-top:64px}}
@media (min-width:1080px){
  .post-hero .post-wrap{max-width:1200px;padding-left:302px}
  .post-layout{grid-template-columns:260px 1fr;gap:42px;padding-top:40px}
  .toc{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 120px);overflow:auto}
}

/* ---- v5: blog tweaks ---- */
.blog-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.08}
.blog-intro{max-width:820px;margin:22px auto 0;font-size:clamp(16px,1.5vw,20px);line-height:1.7}
.blog-thumb{padding:0;background:#eaf1ff;overflow:hidden}
.blog-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.blog-card:hover .blog-thumb img{transform:scale(1.04)}
.post-hero .post-wrap,.post-layout{max-width:820px}
.post-layout{display:block;margin:0 auto;box-sizing:content-box}
.post-hero h1{font-size:clamp(28px,3.4vw,42px);line-height:1.15}
@media (min-width:1080px){
  .post-hero .post-wrap{max-width:820px;padding-left:0}
  .post-layout{display:block;padding-top:24px}
}
