/* ============================================================
   Strategy Nest — Identity stylesheet · v2
   Marketing εξειδικευμένο σε φαρμακεία. Ανοιχτό κυπαρισί παλέτα:
   απαλό, φωτεινό πράσινο-κυπαρισσί σε όλη τη σελίδα (όχι βαθύ/σκούρο).

   TOKEN SYSTEM
   ------------------------------------------------------------
   Colors   : Ink #2A362A (display text on light)
              Deep Cypress #4E6B4A (structure: header bar, footer, CTA band)
              Cypress #6F9468 (brand accent: primary CTA, markers)
              Cypress-text #4C6B47 (links, labels — contrast-safe)
              Sand #D8C9A3 (decorative-only warm accent: badges, stat cards)
              Soft Cypress White #F2F7EF (page bg, light throughout)
   Type     : Montserrat (display/nav/buttons — Proxima Nova stand-in)
              Source Sans 3 (body/forms)
   Scale    : h1 34→52 · h2 24→32 · h3 18→20 · body 16→17 (clamped)
   Layout   : ONE container: 1140px, every component spans it fully.
              Prose lines cap at 66ch inside full-width structures.
   Spacing  : 8px scale · section padding clamp(48→96)
   Buttons  : 12/24px padding · 48px min-height · 8px radius
              Primary = cypress bg + white text (accessible contrast)
   ============================================================ */

:root {
  /* -- color -- */
  --ink: #2A362A;
  --deep: #4E6B4A;
  --deep-2: #3E5A3B;
  /* Brand color (banner/footer/CTA backgrounds) — from client swatch #A5B994, darkened for legible white text */
  --brand: #A5B994;
  --brand-2: #98AA88;
  --green: #4CAF7D;
  --green-press: #3D9268;
  --green-text: #2F8058;
  --green-tint: #E5F5EC;
  --gold: #C6A968;
  --gold-soft: #E8D5A6;
  --soft-white: #F2F7EF;
  --gray-warm: #E5EBE1;
  --gray-line: #D9E2D4;
  --ink-body: #3A473A;
  --ink-mute: #6B7A68;
  --card: #FFFFFF;
  --on-deep: #C6DED4;
  --on-deep-mute: #8FAA9D;

  /* -- type -- */
  --font-display: "proxima-nova", "Commissioner", system-ui, sans-serif;
  --font-body: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --fs-h1: clamp(2.125rem, 1.55rem + 2.5vw, 3.25rem);
  --fs-h2: clamp(1.5rem, 1.27rem + 1vw, 2rem);
  --fs-h3: clamp(1.125rem, 1.08rem + 0.25vw, 1.25rem);
  --fs-body: clamp(1.0625rem, 1.02rem + 0.2vw, 1.125rem);
  --fs-small: 0.875rem;
  --fs-label: 0.8125rem;

  /* -- layout -- */
  --container-max: 1140px;
  --gutter: clamp(20px, 4vw, 32px);
  --measure: 66ch;
  --header-h: 78px;

  /* -- spacing (8px base) -- */
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --section-pad: clamp(3rem, 2rem + 4vw, 6rem);
  --card-pad: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  --grid-gap: var(--sp-5);

  /* -- shape & elevation -- */
  --radius: 12px;
  --radius-btn: 8px;
  --shadow-card: 0 1px 2px rgba(16, 20, 24, 0.05), 0 4px 14px rgba(16, 20, 24, 0.05);
  --shadow-lift: 0 6px 20px rgba(16, 20, 24, 0.10);
  --shadow-pop: 0 8px 28px rgba(16, 20, 24, 0.14);
  --focus: #4C6B47;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  color: var(--ink-body);
  background: var(--soft-white);
  line-height: 1.65;
}

::selection { background: var(--green); color: var(--deep); }

img { max-width: 100%; }

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 0.5em;
}
h1 { font-size: var(--fs-h1); font-weight: 800; line-height: 1.12; letter-spacing: -0.015em; }
h2 { font-size: var(--fs-h2); font-weight: 700; line-height: 1.22; letter-spacing: -0.01em; }
h3 { font-size: var(--fs-h3); font-weight: 600; line-height: 1.35; }
p { margin: 0 0 1em; max-width: none; }
ul, ol { max-width: none; }

a { color: var(--green-text); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green-press); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; border-radius: 2px; }

.container { max-width: var(--container-max); margin-inline: auto; padding-inline: var(--gutter); }

section[id], div[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

.small, small { font-size: var(--fs-small); color: var(--ink-mute); }
.measure-narrow { max-width: 52ch; }

/* Orange is functional only (buttons, links, banner, logo) — no decorative ticks. */

/* ---------- Mockup ribbon ---------- */
.wf-note {
  max-width: none;
  background: var(--ink);
  color: rgba(246, 247, 249, 0.85);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 12px;
}

/* ---------- Buttons ---------- */
.btn, .btn-secondary, .btn-text {
  display: inline-block;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: var(--radius-btn);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 100ms ease;
}
.btn { background: var(--ink); color: #fff; border: 2px solid var(--ink); }
.btn:hover { background: var(--deep); border-color: var(--deep); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn-secondary { background: transparent; color: var(--deep); border: 2px solid var(--deep); font-weight: 600; }
.btn-secondary:hover { background: rgba(28, 46, 61, 0.06); color: var(--deep); }
.btn-text { background: none; border: none; color: var(--green-text); text-decoration: underline; padding-inline: var(--sp-2); font-weight: 600; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-3); align-items: center; }

/* ---------- C1 Site header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--gray-warm);
  height: var(--header-h);
}
.site-header .container {
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
}
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo img { height: 28px; width: auto; display: block; }

/* Brand lockup: circular mark + wordmark + short tagline */
.logo--lockup { gap: 13px; }
.logo--lockup .logo-mark { height: 54px; width: 54px; display: block; }
.logo-divider { width: 1px; height: 26px; background: var(--gray-line); }
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-text .logo-primary {
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  color: var(--ink); letter-spacing: -0.01em;
}
.logo-text .logo-sub {
  display: block;
  margin-top: 3px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.64rem;
  color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.06em;
}
@media (max-width: 699px) {
  .logo-text .logo-primary { font-size: 0.92rem; }
  .logo-text .logo-sub { font-size: 0.58rem; margin-top: 2px; }
}

.nav-toggle {
  display: none;
  min-width: 44px; min-height: 44px;
  background: none; border: 1px solid var(--gray-line); border-radius: var(--radius-btn);
  font-size: 1.2rem; color: var(--deep); cursor: pointer;
}
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav > ul { list-style: none; display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; }
.site-nav a, .site-nav .nav-drop-btn {
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 8px 11px;
  font-family: var(--font-display);
  font-size: 0.9rem; font-weight: 500;
  color: var(--deep);
  text-decoration: none; background: none; border: none;
  cursor: pointer; border-radius: var(--radius-btn);
  transition: color 150ms ease, background-color 150ms ease;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav .nav-drop-btn:hover { color: var(--green-text); background: var(--soft-white); }
.site-nav a[aria-current="page"] {
  color: var(--green-text);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.nav-drop { position: relative; }
.nav-drop-menu {
  position: absolute; top: 100%; left: 0;
  min-width: 260px;
  background: #fff; border: 1px solid var(--gray-warm); border-radius: var(--radius);
  box-shadow: var(--shadow-pop);
  list-style: none; margin: 6px 0 0; padding: 8px;
}
.nav-drop-menu a { display: block; width: 100%; }
.nav-drop-menu[hidden] { display: none; }
.header-cta { margin-left: var(--sp-2); }
.header-right { display: flex; align-items: center; gap: var(--sp-2); }
.site-header .btn { min-height: 44px; padding: 10px 18px; font-size: 0.92rem; }

@media (max-width: 899px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav {
    position: fixed; inset: var(--header-h) 0 0 0;
    background: #fff;
    flex-direction: column; align-items: stretch;
    padding: var(--sp-5); overflow: auto;
    border-top: 1px solid var(--gray-warm);
  }
  .site-nav[hidden] { display: none; }
  .site-nav > ul { flex-direction: column; align-items: stretch; width: 100%; }
  .nav-drop-menu { position: static; box-shadow: none; border: none; border-left: 2px solid var(--gray-warm); border-radius: 0; }
}
@media (max-width: 599px) {
  .logo img { height: 22px; }
  .site-header .btn { font-size: 0.78rem; padding: 8px 10px; min-height: 40px; margin-left: 0; }
}

/* ---------- C2 Site footer ---------- */
.site-footer { background: var(--brand-2); color: #000; margin-top: 0; }
.site-footer .container {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-6);
  padding-block: var(--sp-8) var(--sp-7);
}
.site-footer h2 {
  font-size: var(--fs-label); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.55);
}
.site-footer h2::after { display: none; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: var(--sp-2); }
.site-footer a { color: #000; text-decoration: none; }
.site-footer a:hover { color: var(--green-text); text-decoration: underline; }
.footer-identity { font-size: var(--fs-small); color: #000; font-style: normal; line-height: 1.8; }

/* ---------- Marketing growth graphic — full-bleed faint watermark behind hero content ---------- */
.decor-host { position: relative; overflow: hidden; }
.decor-host > .container { position: relative; z-index: 1; }
.hero-graphic {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0; opacity: 0.16;
}
.hero-graphic .growth-chart { width: 100%; height: 100%; display: block; }
.hero-graphic .growth-grid line { stroke: rgba(42, 54, 42, 0.12); stroke-width: 1; }
.hero-graphic .growth-line {
  fill: none; stroke: var(--gold); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: growthDraw 1.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards;
}
@keyframes growthDraw {
  to { stroke-dashoffset: 0; }
}
.hero-graphic .growth-fill { fill: url(#growthFillGradient); opacity: 0.7; }
.hero-graphic .growth-dot { fill: var(--green); animation: growthPulse 2.6s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.hero-graphic .growth-dot-ring { fill: none; stroke: var(--green); stroke-width: 1.5; opacity: 0.6; animation: growthRing 2.6s ease-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes growthPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }
@keyframes growthRing { 0% { transform: scale(0.9); opacity: 0.7; } 100% { transform: scale(2.6); opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .hero-graphic .growth-dot, .hero-graphic .growth-dot-ring, .hero-graphic .growth-line { animation: none; stroke-dashoffset: 0; }
}

/* ---------- Subtle scroll-reveal motion (respects prefers-reduced-motion) ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 550ms ease, transform 550ms ease; }
.reveal.reveal-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Trust strip — quick credibility badges under the hero ---------- */
.trust-strip {
  display: flex; flex-wrap: wrap; gap: var(--sp-3);
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 1px solid rgba(42, 54, 42, 0.14);
}
.trust-strip li {
  list-style: none;
  display: flex; align-items: center; gap: 8px;
  font-size: 0.88rem; font-weight: 600; color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.trust-strip li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--green); flex-shrink: 0;
}

/* ---------- Pharmacy pillar cards — 2x2, sharp ink border, mono index ---------- */
.pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--grid-gap); }
.pillar-card {
  background: var(--card); border: 1.5px solid var(--ink); border-radius: 6px;
  padding: var(--card-pad);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.pillar-card:hover { transform: translate(-2px, -4px); box-shadow: 6px 6px 0 0 var(--green-tint); border-color: var(--green); }
.pillar-card .pillar-num {
  display: inline-block; font-family: var(--font-mono); font-weight: 700;
  font-size: 0.74rem; letter-spacing: 0.06em; color: var(--green-text);
  background: none; border: 1px solid var(--green); border-radius: 3px; padding: 3px 9px; margin-bottom: var(--sp-3);
}
@media (max-width: 699px) { .pillar-grid { grid-template-columns: 1fr; } }

/* ---------- Splash intro effect — brand mark + filling line, once per browser session ---------- */
.splash-screen {
  position: fixed; inset: 0; z-index: 9999;
  background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 22px;
  transition: opacity 550ms ease;
}
.splash-screen img { height: 64px; width: 64px; }
.splash-bar-track { width: 180px; height: 3px; background: var(--gray-warm); border-radius: 2px; overflow: hidden; }
.splash-bar-fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--green), var(--gold)); border-radius: 2px; }
.splash-screen.is-loading .splash-bar-fill { animation: splashFill 1.3s ease forwards; }
.splash-screen.is-hidden { opacity: 0; pointer-events: none; }
@keyframes splashFill {
  from { width: 0%; }
  to { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .splash-screen { display: none; }
}

.site-footer .footer-brand-row {
  display: flex; align-items: center; gap: 12px;
  padding-top: var(--sp-6); margin-top: 0; margin-bottom: var(--sp-6);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.footer-brand-mark { height: 48px; width: 48px; display: block; opacity: 0.95; }
.footer-brand-text {
  font-family: var(--font-display); font-weight: 700; font-size: 0.95rem;
  color: #000; letter-spacing: -0.01em;
}
.footer-brand-text span {
  display: block; font-family: var(--font-body); font-weight: 600;
  font-size: 0.68rem; color: #000; text-transform: uppercase;
  letter-spacing: 0.05em; margin-top: 2px; opacity: 0.65;
}
@media (max-width: 899px) { .site-footer .container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 599px) { .site-footer .container { grid-template-columns: 1fr; } }

/* ---------- C3 Hero — navy brand band ---------- */
.hero {
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-2) 100%);
  padding-block: var(--sp-8) var(--sp-7);
  border-bottom: none;
}
.hero h1, .hero h2 { color: #fff; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.28); }
.hero p { color: #000; font-size: clamp(1.0625rem, 1rem + 0.3vw, 1.1875rem); }
.hero .reassurance { color: var(--ink-mute); }
.hero a:not(.btn):not(.btn-secondary) { color: var(--green-text); }
.hero .btn-secondary { color: #fff; border-color: rgba(255, 255, 255, 0.75); }
.hero .btn-secondary:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.hero .engagement-label { color: var(--green-text); }
.hero .engagement-label::before { background: var(--green-text); }
.hero .engagement-label strong { color: var(--ink); }
.hero-grid { display: grid; grid-template-columns: 3fr 2fr; gap: var(--sp-7); align-items: center; }
.hero-grid--single { grid-template-columns: 1fr; }
.hero-grid--stretch { align-items: stretch; }
.hero .btn-row { margin-top: var(--sp-5); }
.hero .reassurance { margin-top: var(--sp-3); }

.hero .ph-block {
  border: 1px solid rgba(42, 54, 42, 0.18);
  background:
    linear-gradient(135deg, rgba(198, 169, 104, 0.18) 0%, rgba(42, 54, 42, 0.04) 100%);
  color: rgba(42, 54, 42, 0.55);
}
.ph-block {
  border: 1px solid var(--gray-warm);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(111, 148, 104, 0.08) 0%, rgba(78, 107, 74, 0.05) 100%),
    #fff;
  min-height: 240px;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-mute);
  font-family: var(--font-display);
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
}
.photo-block {
  display: block; width: 100%; height: 100%; min-height: 240px;
  object-fit: cover; border-radius: var(--radius);
  border: 1px solid var(--gray-warm);
}
.hero .photo-block { min-height: 320px; border-color: rgba(42, 54, 42, 0.12); }
@media (max-width: 899px) {
  .hero-grid { grid-template-columns: 1fr; }
  .ph-block { min-height: 150px; order: 2; }
}

.route-pair { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); margin-top: var(--sp-5); }
.hero .route-card { max-width: none; }
@media (max-width: 699px) { .route-pair { grid-template-columns: 1fr; } }

/* ---------- C4 Engagement label ---------- */
.engagement-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.76rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--green-text);
  background: none; border: none; border-radius: 0;
  padding: 0;
  margin: 0 0 var(--sp-3);
}
.engagement-label::before { content: ""; width: 20px; height: 2px; background: var(--green); flex-shrink: 0; }
.engagement-label strong { color: var(--deep); font-weight: 700; }

/* ---------- Sections ---------- */
.section { padding-block: var(--section-pad); border-bottom: 1px solid var(--gray-warm); }
.section--tight { padding-block: calc(var(--section-pad) * 0.66); }
.section-intro { max-width: none; margin-bottom: var(--sp-6); }

/* ---------- Split-rail sections ----------
   Prose-led sections: sticky rail (heading + label + intro) left, readable
   content column right — every section shares the same container edges.
   Component-led sections (tier groups, tables, card grids, step grids)
   stay full-container width so nothing gets crammed beside an empty rail. */
.section > .container:has(> .section-head):has(> .section-body):not(:has(.tier-group, .table-scroll, .band-table, .service-cards, .situations, .proof-grid, .path-panels, .process-steps, .essentials, .wide-panel, .stack-panels, .principles, .contrast-cols, .route-pair, .block-grid, .assurance-strip, .cta-band)) {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 2.15fr;
  column-gap: var(--sp-8);
  align-items: start;
}
.section > .container:has(> .section-head):has(> .section-body):not(:has(.tier-group, .table-scroll, .band-table, .service-cards, .situations, .proof-grid, .path-panels, .process-steps, .essentials, .wide-panel, .stack-panels, .principles, .contrast-cols, .route-pair, .block-grid, .assurance-strip, .cta-band)) > .section-head {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.section-head { min-width: 0; }
.section-body { min-width: 0; }
.section-head .section-intro { font-size: 0.95rem; color: var(--ink-mute); }

/* ---------- Vertical rhythm: ONE flow system ----------
   All gaps between section content come from these rules — individual
   components carry no vertical margins of their own at this level.
   Scale: 12px inside the head · 24px default flow · 32px before major blocks. */
.section-head.section-head > * { margin: 0; }
.section-head.section-head > * + * { margin-top: var(--sp-3); }
.section > .container > .section-head { margin-bottom: var(--sp-5); }
.section-body.section-body > * { margin-block: 0; }
.section-body.section-body > * + * { margin-top: var(--sp-5); }
.section-body.section-body > * + :is(.tier-group, .tier-group--two, .table-scroll, .boundary-block, .wide-panel, .proof-grid, .faq, .stack-panels, .process-steps, .situations, .service-cards, .principles, .path-panels, .essentials, .contrast-cols, .block-grid, .form-grid, .route-card, .btn-row) {
  margin-top: var(--sp-6);
}
@media (max-width: 899px) {
  .section > .container { display: block; }
  .section > .container > .section-head { position: static; }
}

/* ---------- C5 Situation blocks ---------- */
.situations { display: grid; gap: var(--grid-gap); margin: 0; padding: 0; list-style: none; }
.situations--list, .situations--featured { grid-template-columns: 1fr 1fr; }
.situation {
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  padding: var(--card-pad);
  box-shadow: var(--shadow-card);
}
.situations--featured .situation { padding: calc(var(--card-pad) * 1.25); border-top: 3px solid var(--deep); }
.situation p:last-child, .situation ul:last-child { margin-bottom: 0; }
.situation ul { padding-left: 20px; margin-top: var(--sp-2); }
@media (max-width: 699px) { .situations--list, .situations--featured { grid-template-columns: 1fr; } }

/* ---------- C6 Service card ---------- */
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.service-card {
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  border-top: 3px solid var(--deep);
  padding: var(--card-pad);
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: var(--sp-2);
  transition: box-shadow 150ms ease, transform 150ms ease;
}
.service-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.service-card .card-sub { font-weight: 600; color: var(--deep); margin: 0; }
.service-card .engagement-label { margin-bottom: var(--sp-2); }
.service-card .card-actions { margin-top: auto; display: flex; flex-direction: column; gap: var(--sp-2); align-items: flex-start; padding-top: var(--sp-2); }
.pricing-link { font-size: var(--fs-small); }
@media (max-width: 1199px) { .service-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 699px) { .service-cards { grid-template-columns: 1fr; } }

/* ---------- C7 Tier group ---------- */
.tier-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); align-items: stretch; }
.tier-group--two { grid-template-columns: 1fr 1fr; }
.tier-group--four { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1023px) { .tier-group--four { grid-template-columns: 1fr 1fr; } }
@media (max-width: 699px) { .tier-group--four { grid-template-columns: 1fr; } }
.tier-card {
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  border-top: 3px solid var(--deep);
  padding: 0 var(--card-pad) var(--card-pad);
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
}
.tier-card > *:first-child:not(.tier-banner) { margin-top: var(--card-pad); }
.tier-banner {
  margin: 0 calc(var(--card-pad) * -1) var(--sp-4);
  background: var(--green);
  color: var(--deep);
  font-family: var(--font-display);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  text-align: center; padding: 7px 8px;
  border-radius: calc(var(--radius) - 4px) calc(var(--radius) - 4px) 0 0;
}
.tier-card--recommended {
  border: 2px solid var(--deep);
  border-top: none;
  box-shadow: var(--shadow-pop);
}
.tier-card h3 { margin-top: var(--card-pad); }
.tier-card--recommended h3 { margin-top: 0; }
.tier-job { font-weight: 600; color: var(--deep); }
.tier-fit { font-size: 0.95rem; }
.tier-list { padding-left: 20px; font-size: 0.95rem; margin-bottom: var(--sp-3); }
.tier-list li { margin-bottom: 4px; }
.tier-fence {
  font-size: var(--fs-small);
  background: var(--green-tint);
  border: 1px solid #F6D9C8;
  border-radius: var(--radius-btn);
  padding: var(--sp-2) var(--sp-3);
  margin-bottom: var(--sp-3);
}
.tier-fence .fence-label {
  display: block;
  font-family: var(--font-display);
  font-weight: 700; font-size: 0.7rem;
  text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--green-text);
}
.tier-price {
  margin-top: auto; padding-top: var(--sp-4);
  border-top: 1px solid var(--gray-warm);
  font-family: var(--font-display);
  font-size: 1.55rem; font-weight: 800; color: var(--deep);
}
.tier-price .price-prefix { display: block; font-family: var(--font-body); font-size: var(--fs-small); font-weight: 400; color: var(--ink-mute); }
.tier-price .price-suffix { font-family: var(--font-body); font-size: var(--fs-small); font-weight: 400; color: var(--ink-mute); }
.tier-discount {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 10px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-press) 100%);
  color: #fff;
  font-family: var(--font-mono); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(76, 175, 125, 0.35);
}

@media (max-width: 899px) {
  .tier-group, .tier-group--two { grid-template-columns: 1fr; }
}

/* ---------- Tables (band table + spec/comparison tables) ---------- */
.band-table, .spec-table { width: 100%; border-collapse: collapse; background: #fff; }
.band-table { font-size: var(--fs-small); margin-bottom: var(--sp-3); }
.band-table th, .band-table td { border: 1px solid var(--gray-warm); padding: 7px 10px; text-align: left; }
.band-table th { background: var(--soft-white); font-weight: 600; color: var(--deep); }

.table-scroll { overflow-x: auto; border: 1px solid var(--gray-warm); border-radius: var(--radius); box-shadow: var(--shadow-card); }
.spec-table { font-size: 0.95rem; min-width: 640px; }
.spec-table caption {
  text-align: left; font-family: var(--font-display); font-weight: 600; color: var(--deep);
  padding: var(--sp-4) var(--sp-4) var(--sp-2);
}
.spec-table th, .spec-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--gray-warm); }
.spec-table thead th {
  background: var(--deep); color: #fff;
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.03em;
}
.spec-table thead th.col-rec { background: var(--green); color: var(--deep); }
.spec-table tbody th { font-weight: 600; color: var(--deep); background: var(--soft-white); width: 28%; }
.spec-table tbody tr:last-child th, .spec-table tbody tr:last-child td { border-bottom: none; }
.spec-table td.col-rec { background: var(--green-tint); font-weight: 600; }
.spec-table tfoot td { font-family: var(--font-display); font-weight: 700; color: var(--deep); }

/* ---------- C8 Boundary block — full container width, columned list ---------- */
.boundary-block {
  background: #EDEFF2;
  border: 1px solid var(--gray-line);
  border-radius: var(--radius);
  padding: var(--sp-5) var(--card-pad);
  max-width: none;
}
.boundary-block h3 { font-size: 1rem; }
.boundary-block ul { margin: 0; padding-left: 20px; max-width: none; columns: 2; column-gap: var(--sp-7); }
.boundary-block li { margin-bottom: 6px; break-inside: avoid; }
@media (max-width: 699px) { .boundary-block ul { columns: 1; } }

/* ---------- C9 Proof block ----------
   One example = one full-width horizontal band; its three fixed parts read
   left-to-right as aligned columns. Denser 3-up columns proved unreadable. */
.proof-grid { display: grid; grid-template-columns: 1fr; gap: var(--sp-4); }
.proof-example {
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  padding: var(--card-pad);
  box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: 1fr 1.2fr 1fr;
  gap: var(--sp-5);
}
.proof-part { margin: 0; min-width: 0; }
.proof-part + .proof-part { border-left: 1px solid var(--gray-warm); padding-left: var(--sp-5); }
.proof-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--green-text);
  margin-bottom: var(--sp-2);
}
.proof-part p, .proof-part ul { font-size: 1rem; line-height: 1.6; margin-bottom: 0; }
.proof-part ul { padding-left: 18px; }
.proof-part li { margin-bottom: 4px; }
.proof-part:first-child p { color: var(--deep); font-weight: 600; }
@media (max-width: 899px) {
  .proof-example { grid-template-columns: 1fr; gap: var(--sp-4); }
  .proof-part + .proof-part { border-left: none; padding-left: 0; border-top: 1px solid var(--gray-warm); padding-top: var(--sp-4); }
}

/* ---------- C10 Process steps — 2-col grid desktop, connected column mobile ---------- */
.process-steps { list-style: none; margin: 0; padding: 0; max-width: none; counter-reset: step; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5) var(--sp-7); }
.process-steps > li {
  counter-increment: step;
  position: relative;
  padding: 0 0 0 64px;
}
.process-steps > li::before {
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 40px; height: 40px;
  background: var(--deep); color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700; font-size: 0.95rem;
}
.process-steps h3 { margin-bottom: 4px; }
.process-steps p, .process-steps ul { font-size: 0.95rem; margin-bottom: 0; }
@media (max-width: 899px) {
  .process-steps { grid-template-columns: 1fr; gap: 0; }
  .process-steps > li { padding-bottom: var(--sp-6); }
  .process-steps > li::after {
    content: "";
    position: absolute; left: 19px; top: 44px; bottom: 4px;
    border-left: 2px solid var(--gray-line);
  }
  .process-steps > li:last-child::after { display: none; }
}

/* ---------- C11 Principle block ---------- */
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); margin: 0; padding: 0; list-style: none; }
.principle { background: var(--card); border: 1px solid var(--gray-warm); border-radius: var(--radius); border-top: 3px solid var(--deep); padding: var(--sp-4) var(--card-pad); box-shadow: var(--shadow-card); }
.principle p { font-size: 0.95rem; margin-bottom: 0; }
@media (max-width: 699px) { .principles { grid-template-columns: 1fr; } }

/* ---------- C12 Assurance strip ---------- */
.assurance-strip {
  background: var(--gray-warm);
  border-radius: var(--radius);
  padding: var(--sp-4) var(--sp-5);
  font-size: var(--fs-small);
  color: var(--ink-body);
}
.assurance-strip h2 { font-size: 0.95rem; margin-bottom: var(--sp-2); }
.assurance-strip h2::after { display: none; }
.assurance-strip ul {
  list-style: none; margin: 0; padding: 0; max-width: none;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-2) var(--sp-5);
}
@media (max-width: 699px) { .assurance-strip ul { grid-template-columns: 1fr; } }

/* ---------- C13 FAQ — full container width ---------- */
.faq { max-width: none; background: var(--card); border: 1px solid var(--gray-warm); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: var(--sp-2) var(--card-pad); }
.faq-item { border-bottom: 1px solid var(--gray-warm); }
.faq-item:last-child { border-bottom: none; }
.faq-item h3 { margin: 0; font-size: 1rem; }
.faq-item h3 button {
  width: 100%; min-height: 48px;
  display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4);
  background: none; border: none; padding: var(--sp-4) 4px;
  font-family: var(--font-display);
  font-size: 0.98rem; font-weight: 600; color: var(--deep);
  text-align: left; cursor: pointer;
}
.faq-item h3 button:hover { color: var(--green-text); }
.faq-item h3 button::after { content: "+"; font-size: 1.25rem; color: var(--green-text); flex-shrink: 0; }
.faq-item h3 button[aria-expanded="true"]::after { content: "–"; }
.faq-panel { padding: 0 4px var(--sp-4); }
.faq-panel[hidden] { display: none; }
.faq-panel p { max-width: none; }
.faq-panel p:last-child { margin-bottom: 0; }

/* ---------- C14 CTA band ---------- */
.cta-band {
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-2) 100%);
  color: #000;
  border-radius: 16px;
  padding: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
}
.cta-band h2 { color: #fff; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.28); }
.cta-band ul { padding-left: 20px; }
.cta-band a:not(.btn):not(.btn-secondary) { color: var(--green-text); }
.cta-band .btn-row { margin-top: var(--sp-5); }
.cta-band .btn-secondary { color: var(--ink); border-color: rgba(42, 54, 42, 0.55); }
.cta-band .btn-secondary:hover { background: rgba(42, 54, 42, 0.08); color: var(--ink); }
.cta-band .reassurance { margin-top: var(--sp-4); margin-bottom: 0; color: var(--ink-mute); }

/* ---------- C16 Route card — full-width horizontal ---------- */
.route-card {
  background: var(--card);
  border: 1px solid var(--gray-warm);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  padding: var(--card-pad);
  max-width: none;
  box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: 1fr auto; gap: var(--sp-2) var(--sp-6); align-items: center;
}
.route-card h3 { font-size: 1.02rem; margin-bottom: 4px; grid-column: 1; }
.route-card p { font-size: 0.95rem; margin-bottom: 0; grid-column: 1; }
.route-card .btn-row { margin-top: 0; grid-column: 2; grid-row: 1 / span 3; }
@media (max-width: 699px) {
  .route-card { grid-template-columns: 1fr; }
  .route-card .btn-row { grid-column: 1; grid-row: auto; margin-top: var(--sp-3); }
}

/* ---------- Wide panel ---------- */
.wide-panel {
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: calc(var(--card-pad) * 1.15);
  display: grid; grid-template-columns: 2fr 1fr; gap: var(--sp-6);
}
.wide-panel .panel-price { font-family: var(--font-display); font-size: 1.55rem; font-weight: 800; color: var(--deep); }
.wide-panel .panel-price .price-prefix { display: block; font-family: var(--font-body); font-size: var(--fs-small); font-weight: 400; color: var(--ink-mute); }
.wide-panel .panel-price .price-suffix { font-family: var(--font-body); font-size: var(--fs-small); font-weight: 400; color: var(--ink-mute); }
.wide-panel ul { padding-left: 20px; font-size: 0.95rem; }
.wide-panel .boundary-block ul { columns: 1; }
@media (max-width: 899px) { .wide-panel { grid-template-columns: 1fr; } }

/* ---------- Anchor chips ---------- */
.anchor-chips { display: flex; flex-wrap: wrap; gap: 10px; padding-block: var(--sp-5); }
.anchor-chips a {
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 8px 18px;
  background: var(--card);
  border: 1px solid var(--gray-line); border-radius: 24px;
  font-family: var(--font-display);
  font-size: 0.88rem; font-weight: 500;
  color: var(--deep); text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
}
.anchor-chips a:hover { border-color: var(--green); color: var(--green-text); background: var(--green-tint); }

/* ---------- Generic grids ---------- */
.block-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); }
.block-grid--three { grid-template-columns: repeat(3, 1fr); }
.block-grid h3 { margin-bottom: 6px; }
.block-grid p, .block-grid ul { font-size: 0.95rem; }
.block-grid ul { padding-left: 20px; margin-bottom: 0; }
@media (max-width: 899px) { .block-grid--three { grid-template-columns: 1fr; } }
@media (max-width: 699px) { .block-grid { grid-template-columns: 1fr; } }

.contrast-cols { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); }
.contrast-col {
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  border-top: 3px solid var(--deep);
  padding: var(--card-pad);
}
@media (max-width: 699px) { .contrast-cols { grid-template-columns: 1fr; } }

.pull-quote {
  border-left: 4px solid var(--green);
  padding: var(--sp-2) var(--sp-5);
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 600; color: var(--deep);
  max-width: 54ch;
}

.essentials { list-style: none; margin: 0; padding: 0; max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
.essentials > li {
  display: flex; gap: var(--sp-4); align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  padding: var(--sp-4) var(--sp-5);
  margin: 0;
  font-size: 1.05rem; font-weight: 600; color: var(--deep);
}
.essentials .num {
  flex-shrink: 0; width: 32px; height: 32px;
  background: var(--green); color: var(--deep); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700; font-size: 0.9rem;
}
.essentials .essential-note { display: block; font-size: var(--fs-small); font-weight: 400; color: var(--ink-body); margin-top: 2px; }
@media (max-width: 899px) { .essentials { grid-template-columns: 1fr; } }

.scenario-lines { list-style: none; margin: 0; padding: 0; max-width: 640px; }
.scenario-lines li {
  padding: var(--sp-4) 0 var(--sp-4) var(--sp-5);
  border-left: 3px solid var(--gray-line);
  margin-bottom: 2px;
  font-size: 1.08rem; font-style: italic; color: var(--ink-mute);
}

.path-panels { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); }
.path-panel {
  background: var(--card);
  border: 1px solid var(--gray-warm); border-radius: var(--radius);
  border-top: 3px solid var(--deep);
  box-shadow: var(--shadow-card);
  padding: var(--card-pad);
}
.path-panel h3 { margin-bottom: 4px; }
.path-panel p { font-size: 0.9rem; margin: 0; }
@media (max-width: 1199px) { .path-panels { grid-template-columns: 1fr 1fr; } }
@media (max-width: 599px) { .path-panels { grid-template-columns: 1fr; } }

.identity-facts { display: grid; grid-template-columns: max-content 1fr; gap: var(--sp-2) var(--sp-5); max-width: 640px; margin: 0; }
.identity-facts dt { font-weight: 700; color: var(--deep); }
.identity-facts dd { margin: 0; }
@media (max-width: 599px) { .identity-facts { grid-template-columns: 1fr; gap: 2px; } .identity-facts dd { margin-bottom: 10px; } }

/* ---------- C15 Form — full container width ---------- */
.form-grid { max-width: none; background: var(--card); border: 1px solid var(--gray-warm); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: calc(var(--card-pad) * 1.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
.form-field { margin-bottom: var(--sp-4); }
.form-field label { display: block; font-weight: 600; font-size: 0.95rem; color: var(--deep); margin-bottom: 6px; }
.form-field .opt { font-weight: 400; color: var(--ink-mute); }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"],
.form-field input[type="url"], .form-field input[type="file"], .form-field select, .form-field textarea {
  width: 100%; min-height: 48px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--gray-line); border-radius: var(--radius-btn);
  font: inherit; color: var(--ink-body);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(241, 109, 52, 0.22);
}
.form-field textarea { min-height: 130px; resize: vertical; }
.req { color: var(--green-text); }
.conditional-block {
  background: var(--green-tint);
  border: 1px dashed #F0C4A8;
  border-radius: var(--radius);
  padding: var(--sp-4) var(--sp-5);
  margin-bottom: var(--sp-4);
}
.conditional-block[hidden] { display: none; }
.check-field { display: flex; gap: 10px; align-items: flex-start; margin-bottom: var(--sp-3); font-size: 0.93rem; }
.check-field input { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--green-text); }
.field-error { color: var(--green-text); font-size: var(--fs-small); font-weight: 600; margin-top: 4px; }
.field-error[hidden] { display: none; }
@media (max-width: 599px) { .form-row { grid-template-columns: 1fr; } }

/* ---------- Utility ---------- */
.reassurance { font-size: var(--fs-small); color: var(--ink-mute); max-width: none; }
.stack-panels > * + * { margin-top: var(--sp-5); }
.quiet-block { max-width: none; color: var(--ink-body); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-24 { margin-top: var(--sp-5); } .mt-40 { margin-top: var(--sp-6); }
.narrow-page { max-width: 640px; margin-inline: auto; }

/* ============================================================
   Guide article components — inspired by long-form guide layout
   ============================================================ */
.bg-breadcrumb { font-size: 12.5px; color: var(--ink-mute); margin-bottom: 14px; }
.bg-breadcrumb a { color: var(--ink-mute); }
.bg-category-label { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--green-text); margin-bottom: 8px; }
.bg-author { font-size: 12.5px; color: var(--ink-mute); margin-bottom: 20px; }
.bg-intro { font-size: 1.05rem; color: var(--ink-body); line-height: 1.7; margin-bottom: 28px; }

.bg-box { border-radius: 12px; padding: 22px 24px; margin: 26px 0; }
.bg-box h2 { margin: 0 0 8px; font-size: 1.05rem; }
.bg-box p, .bg-box li { margin: 0; font-size: 0.96rem; line-height: 1.65; color: #000; }
.bg-box--answer { background: var(--green-tint); }
.bg-box--answer h2 { color: var(--green-text); }
.bg-box--mistake { background: #FBF3E1; }
.bg-box--mistake h2 { color: #8A6415; }
.bg-box--tip { background: var(--green-tint); }
.bg-box--tip h2 { color: var(--green-text); }
.bg-box--view { background: var(--deep-2); color: var(--on-deep); }
.bg-box--view h2 { color: #fff; }
.bg-box--view p { color: #fff; }

.bg-section { margin: 30px 0; }
.bg-section h2 { font-size: 1.2rem; margin: 0 0 8px; }
.bg-section p { line-height: 1.7; color: var(--ink-body); }

.bg-example { font-style: italic; color: var(--ink-body); border-left: 3px solid var(--green); padding-left: 18px; margin: 24px 0; line-height: 1.7; }

.bg-dropdown { border: 1px solid var(--gray-warm); border-radius: 10px; margin: 14px 0; overflow: hidden; }
.bg-dropdown summary { padding: 15px 18px; font-weight: 700; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 8px; }
.bg-dropdown summary::-webkit-details-marker { display: none; }
.bg-dropdown summary::before { content: "+"; color: var(--green-text); font-weight: 800; }
.bg-dropdown[open] summary::before { content: "\2212"; }
.bg-dropdown-body { padding: 0 18px 18px; color: var(--ink-body); font-size: 0.95rem; line-height: 1.7; }

.bg-related { margin: 36px 0 8px; }
.bg-related h2 { font-size: 1.05rem; margin-bottom: 14px; }
.bg-related-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.bg-related-list a { display: block; padding: 13px 18px; border: 1px solid var(--gray-warm); border-radius: 10px; text-decoration: none; color: var(--deep); font-weight: 700; font-size: 0.93rem; }
.bg-related-list a:hover { border-color: var(--green); background: var(--green-tint); }

.bg-guide-cta { margin-top: 36px; background: var(--soft-white); border: 1px solid var(--gray-warm); border-radius: 12px; padding: 26px; text-align: center; }
.bg-guide-cta p { margin: 0 0 16px; color: var(--ink-body); }

/* ============================================================
   Keilvatel-inspired components — light cypress reinterpretation
   ============================================================ */

/* ---------- Top contact bar (above main header) ---------- */
.top-bar {
  background: var(--deep-2);
  color: var(--on-deep-mute);
  font-size: 0.82rem;
}
.top-bar .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 8px;
  gap: var(--sp-4);
}
.top-bar-contact { display: flex; align-items: center; gap: var(--sp-5); list-style: none; margin: 0; padding: 0; }
.top-bar-contact li { display: flex; align-items: center; gap: 6px; }
.top-bar-contact a { color: #fff; text-decoration: none; }
.top-bar-contact a:hover { color: #fff; text-decoration: underline; }
.top-bar-social { display: flex; align-items: center; gap: var(--sp-3); list-style: none; margin: 0; padding: 0; }
.top-bar-social a {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.1); color: #fff; text-decoration: none;
  font-size: 0.72rem;
}
.top-bar-social a:hover { background: var(--green); color: #fff; }
@media (max-width: 699px) { .top-bar-contact li:nth-child(2) { display: none; } }

/* ---------- Hero with floating stat cards over a photo panel ---------- */
.hero-photo-frame { position: relative; }
.hero-photo-frame .ph-block { min-height: 380px; }
.hero-photo-frame .hero-photo {
  display: block; width: 100%; min-height: 380px; height: 100%;
  object-fit: cover; border-radius: var(--radius);
  border: 1px solid rgba(42, 54, 42, 0.12);
}
.float-stat-card {
  position: absolute;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(42, 54, 42, 0.16);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  z-index: 2;
}
.float-stat-card--top { top: -20px; left: -24px; }
.float-stat-card--bottom { bottom: -20px; right: -24px; }
.float-stat-card .stat-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--green-tint); color: var(--green-text);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.float-stat-card .stat-num { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--ink); line-height: 1.1; }
.float-stat-card .stat-label { font-size: 0.76rem; color: var(--ink-mute); }
@media (max-width: 899px) {
  .float-stat-card { position: static; margin-top: var(--sp-3); box-shadow: var(--shadow-card); }
  .float-stat-card--top { margin-top: 0; }
}

/* ---------- Icon service cards (circular icon + heading + link) ---------- */
.icon-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.icon-card {
  background: var(--card); border: 1.5px solid var(--ink); border-radius: 6px;
  padding: var(--card-pad); text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.icon-card:hover { border-color: var(--green); box-shadow: 6px 6px 0 0 var(--green-tint); transform: translate(-2px, -4px); }
.icon-card .icon-circle {
  width: 52px; height: 52px; border-radius: 6px;
  background: #fff; color: var(--ink); border: 1.5px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-4);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.icon-card .icon-circle svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-card:hover .icon-circle { background: var(--ink); border-color: var(--ink); color: #fff; transform: rotate(-4deg) scale(1.05); }
.icon-card h3 { margin-bottom: 6px; }
.icon-card p { font-size: 0.95rem; margin-bottom: var(--sp-3); }
.icon-card .icon-card-link { font-size: 0.88rem; font-weight: 700; color: var(--green-text); text-decoration: none; font-family: var(--font-mono); }
.icon-card .icon-card-link:hover { text-decoration: underline; }
@media (max-width: 899px) { .icon-card-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 699px) { .icon-card-grid { grid-template-columns: 1fr; } }

/* ---------- Progress / counter stats (deep band) ---------- */
.progress-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-6); }
.progress-stat .progress-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.progress-stat .progress-value { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: #fff; }
.progress-stat .progress-name { font-weight: 600; color: var(--on-deep); margin-top: 8px; }
.progress-stat .progress-desc { font-size: 0.88rem; color: var(--on-deep-mute); margin-top: 4px; }
.progress-track { height: 8px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); overflow: hidden; }
.progress-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--green), var(--gold)); }
@media (max-width: 699px) { .progress-stats { grid-template-columns: 1fr; } }

/* ---------- Testimonial cards with star rating ---------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.testimonial-card {
  background: var(--card); border: 1px solid var(--gray-warm); border-radius: var(--radius);
  padding: var(--card-pad);
}
.testimonial-card .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: var(--sp-3); font-size: 0.95rem; }
.testimonial-card p { font-size: 0.95rem; color: var(--ink-body); margin-bottom: var(--sp-4); }
.testimonial-card .testimonial-person { display: flex; align-items: center; gap: 12px; }
.testimonial-card .avatar-circle {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--green-tint); color: var(--green-text);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; flex-shrink: 0;
}
.testimonial-card .person-name { font-weight: 700; font-size: 0.92rem; color: var(--ink); }
.testimonial-card .person-role { font-size: 0.8rem; color: var(--ink-mute); }
@media (max-width: 899px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ---------- Newsletter subscribe bar ---------- */
.newsletter-bar {
  background: var(--green-tint);
  border-radius: var(--radius);
  padding: var(--sp-6);
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5);
  flex-wrap: wrap;
}
.newsletter-bar h2 { margin-bottom: 0; }
.newsletter-form { display: flex; gap: 10px; flex: 1; min-width: 280px; max-width: 420px; }
.newsletter-form input {
  flex: 1; min-height: 48px; border-radius: var(--radius-btn); border: 1px solid var(--gray-line);
  padding: 0 14px; font-family: var(--font-body); font-size: 0.95rem;
}
@media (max-width: 699px) { .newsletter-bar { flex-direction: column; align-items: stretch; text-align: center; } .newsletter-form { max-width: none; } }

/* ---------- Rich footer: work hours block ---------- */
.footer-hours { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: #000; margin-bottom: var(--sp-4); }
.footer-appointment-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ink); color: #fff; text-decoration: none;
  font-weight: 700; font-size: 0.88rem; border-radius: var(--radius-btn);
  padding: 10px 18px;
}
.footer-appointment-btn:hover { background: var(--deep); }

/* ---------- Compact blog article list (scales to many entries) ---------- */
.blog-list { display: flex; flex-direction: column; border-top: 1.5px solid var(--ink); }
.blog-row {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  padding: 20px 6px; border-bottom: 1px solid var(--gray-warm);
  transition: background 140ms ease;
}
.blog-row:hover { background: var(--soft-white); }
.blog-row-main { flex: 1; min-width: 0; }
.blog-row .blog-cat {
  display: block; font-family: var(--font-mono); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-text); margin-bottom: 6px;
}
.blog-row h3 { margin: 0 0 4px; font-size: 1.02rem; line-height: 1.3; }
.blog-row h3 a { color: var(--ink); text-decoration: none; }
.blog-row h3 a:hover { color: var(--green-text); text-decoration: underline; }
.blog-row p { margin: 0; font-size: 0.9rem; color: var(--ink-mute); max-width: 62ch; }
.blog-row .blog-meta {
  flex-shrink: 0; font-family: var(--font-mono); font-size: 0.72rem; font-weight: 600;
  color: var(--ink-mute); white-space: nowrap; padding-top: 3px; text-align: right;
}
.blog-row .blog-meta .blog-soon { color: var(--gold); }
@media (max-width: 699px) {
  .blog-row { flex-direction: column; gap: 6px; }
  .blog-row .blog-meta { text-align: left; }
}

/* ============================================================
   Modern signature system — marquee ticker, animated blobs,
   angled hero divider. Distinct from the soft-card template look.
   ============================================================ */

/* ---------- Marquee ticker — continuous scroll of product categories ---------- */
.marquee-band {
  background: var(--ink); color: #fff;
  overflow: hidden; white-space: nowrap;
  padding: 13px 0;
  position: relative;
}
.marquee-track {
  display: inline-flex; align-items: center;
  animation: marqueeScroll 26s linear infinite;
  will-change: transform;
}
.marquee-track span {
  display: inline-flex; align-items: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding-inline: 22px;
  color: #fff;
}
.marquee-track span::after { content: "◆"; margin-left: 22px; color: var(--green); font-size: 0.6rem; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ---------- Angled hero divider — signature layout break ---------- */
.hero--angled { position: relative; padding-bottom: calc(var(--sp-8, 96px) + 34px); }
.hero--angled::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 48px;
  background: var(--soft-white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 2;
}

/* ---------- Modern button micro-interaction: arrow slide ---------- */
.btn, .btn-secondary { position: relative; overflow: hidden; }

/* ---------- Sharper global card edges for a more structured, modern grid ---------- */
.testimonial-card { border-radius: 6px; border-width: 1.5px; border-color: var(--ink); transition: transform 180ms ease, box-shadow 180ms ease; }
.testimonial-card:hover { transform: translate(-2px, -4px); box-shadow: 6px 6px 0 0 var(--green-tint); }

/* ---------- Mini interest / quick-contact card (name + phone + human-check) ---------- */
.mini-lead-card {
  background: var(--card);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  padding: var(--card-pad);
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.mini-lead-card h3 { margin-bottom: 6px; }
.mini-lead-card p { color: var(--ink-mute); margin-bottom: var(--sp-4); }
.mini-lead-form { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.mini-lead-form input {
  flex: 1 1 160px;
  min-width: 140px;
  border: 1px solid var(--gray-warm);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 0.95rem;
}
.mini-lead-form input:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.mini-lead-form button { flex: 1 1 100%; }
.mini-lead-success { color: var(--green-text); font-weight: 700; margin: 0; }

/* ---------- Human-check (lightweight visible anti-bot number challenge) ---------- */
.human-check {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  background: var(--soft-white); border: 1px solid var(--gray-warm); border-radius: 8px;
  padding: 12px 14px; margin: 14px 0; font-size: 0.88rem;
}
.human-check label { color: var(--ink-mute); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.human-check-number {
  font-family: var(--font-mono); font-weight: 800; letter-spacing: 0.08em;
  background: var(--green-tint); color: var(--green-text); padding: 3px 10px; border-radius: 5px;
  user-select: none;
}
.human-check-input {
  width: 96px; padding: 8px 10px; border: 1.5px solid var(--gray-warm); border-radius: 6px;
  font-size: 0.9rem; font-family: inherit; outline: none;
}
.human-check-input:focus { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-tint); }
.human-check-input.is-valid { border-color: var(--green-text); }
.mini-lead-form button[disabled] { opacity: 0.5; cursor: not-allowed; }

/* ---------- Side pull-out banner (arrow tab reveals a photo panel) ---------- */
.side-banner-tab {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 150;
  width: 34px;
  height: 64px;
  border: none;
  border-radius: 0 12px 12px 0;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(42, 54, 42, 0.22);
  transition: width 200ms ease, background 150ms ease;
}
.side-banner-tab:hover { width: 40px; background: var(--green-press); }
.side-banner-tab svg {
  width: 18px; height: 18px;
  transition: transform 300ms ease;
}
.side-banner-tab[aria-expanded="true"] svg { transform: rotate(180deg); }

.side-banner-panel {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(-105%, -50%);
  z-index: 149;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  max-width: 320px;
  width: 60vw;
}
.side-banner-panel.is-open { transform: translate(0, -50%); }
.side-banner-panel a {
  display: block;
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(42, 54, 42, 0.25);
  transition: transform 200ms ease;
}
.side-banner-panel a:hover { transform: scale(1.015); }
.side-banner-panel img { display: block; width: 100%; height: auto; }

@media (max-width: 599px) {
  .side-banner-panel { max-width: 220px; }
  .side-banner-tab { width: 28px; height: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  .side-banner-panel { transition: none; }
  .side-banner-tab svg { transition: none; }
}

/* ---------- Cookie consent banner + settings modal ---------- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 500;
  background: var(--deep-2);
  color: var(--on-deep);
  padding: 18px 20px;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(100%);
  transition: transform 400ms ease;
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner-inner {
  max-width: var(--container-max); margin-inline: auto;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
}
.cookie-banner-inner p { margin: 0; font-size: 0.92rem; max-width: 640px; color: var(--on-deep); }
.cookie-banner-inner a { color: #fff; text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner .btn, .cookie-banner .btn-secondary { min-height: 40px; padding: 9px 16px; font-size: 0.88rem; }
.cookie-banner .btn-secondary { border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.cookie-banner .btn-secondary:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }

.cookie-modal {
  position: fixed; inset: 0; z-index: 600;
  background: rgba(16, 20, 16, 0.6);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.cookie-modal[hidden] { display: none; }
.cookie-modal-card {
  background: #fff; border-radius: var(--radius); box-shadow: 0 20px 50px rgba(16, 20, 16, 0.3);
  max-width: 480px; width: 100%; padding: var(--card-pad);
  max-height: 86vh; overflow-y: auto;
}
.cookie-modal-card h2 { margin-top: 0; }
.cookie-modal-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--gray-warm); }
.cookie-modal-row:last-of-type { border-bottom: none; }
.cookie-modal-row p { margin: 4px 0 0; }
.cookie-modal-row input[type="checkbox"] { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; accent-color: var(--green); }
@media (max-width: 599px) {
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
}

/* ---------- Free Apps: QR tool + intro promo overlay ---------- */
.qr-type-select {
  width: 100%; border: 1px solid var(--gray-warm); border-radius: 8px;
  padding: 11px 14px; font-family: inherit; font-size: 0.95rem; background: #fff;
  margin-bottom: var(--sp-4);
}
.qr-type-select:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.qr-tool-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6);
  align-items: start;
}
.qr-tool-form { background: var(--card); border: 1.5px solid var(--ink); border-radius: 6px; padding: var(--card-pad); }
.qr-tool-form .form-field { margin-bottom: var(--sp-4); }
.qr-tool-form label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 0.92rem; }
.qr-tool-form input {
  width: 100%; border: 1px solid var(--gray-warm); border-radius: 8px;
  padding: 11px 14px; font-family: inherit; font-size: 0.95rem;
}
.qr-tool-form input:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.qr-error-box { display: none; background: #FBF3E1; color: #8A6415; border-radius: 8px; padding: 10px 14px; font-size: 0.88rem; margin-bottom: var(--sp-3); }

.qr-preview-card {
  background: var(--soft-white); border: 1.5px dashed var(--green); border-radius: 6px;
  padding: var(--card-pad); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-3);
  position: sticky; top: 100px;
}
.qr-preview-business { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.qr-preview-sub { font-size: 0.86rem; color: var(--ink-mute); max-width: 240px; }
.qr-preview-box { width: 190px; height: 190px; background: #fff; border: 1px solid var(--gray-warm); border-radius: 6px; padding: 10px; display: flex; align-items: center; justify-content: center; }
.qr-preview-box svg { width: 100%; height: 100%; }
.qr-preview-placeholder { color: var(--ink-mute); font-size: 0.8rem; }
.qr-download-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.qr-download-row button { min-height: 38px; padding: 8px 14px; font-size: 0.85rem; }
.qr-download-row button[disabled] { opacity: 0.5; cursor: not-allowed; }
@media (max-width: 899px) {
  .qr-tool-wrap { grid-template-columns: 1fr; }
  .qr-preview-card { position: static; }
}

/* ---------- Intro promo overlay (shown once per page-visit, centered) ---------- */
.intro-promo-overlay {
  position: fixed; inset: 0; z-index: 700;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; visibility: hidden;
  transition: opacity 350ms ease, visibility 0s linear 350ms;
}
.intro-promo-overlay.is-open { opacity: 1; visibility: visible; transition: opacity 350ms ease, visibility 0s linear 0s; }
.intro-promo-backdrop { position: absolute; inset: 0; background: rgba(16, 20, 16, 0.6); }
.intro-promo-content { position: relative; max-width: 560px; width: 100%; }
.intro-promo-content a { display: block; border-radius: 12px; overflow: hidden; box-shadow: 0 24px 60px rgba(16, 20, 16, 0.35); transition: transform 200ms ease; }
.intro-promo-content a:hover { transform: scale(1.015); }
.intro-promo-content img { display: block; width: 100%; height: auto; }
.intro-promo-close {
  position: absolute; top: -14px; right: -14px; width: 34px; height: 34px;
  border-radius: 50%; background: #fff; border: 1.5px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; cursor: pointer; box-shadow: 0 4px 12px rgba(16,20,16,0.25);
}

/* ---------- Website Check tool: score, categories, checklist ---------- */
.check-input-row { display: flex; gap: 10px; flex-wrap: wrap; max-width: 640px; }
.check-input-row input {
  flex: 1; min-width: 240px; border: 1px solid var(--gray-warm); border-radius: 8px;
  padding: 13px 16px; font-family: inherit; font-size: 0.98rem;
}
.check-input-row input:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.check-loading { display: none; align-items: center; gap: 10px; margin-top: var(--sp-4); color: var(--ink-mute); font-size: 0.92rem; }
.check-loading.is-active { display: flex; }
.check-spinner {
  width: 18px; height: 18px; border-radius: 50%;
  border: 3px solid var(--gray-warm); border-top-color: var(--green);
  animation: checkSpin 800ms linear infinite;
}
@keyframes checkSpin { to { transform: rotate(360deg); } }

.check-results { display: none; margin-top: var(--sp-6); }
.check-results.is-visible { display: block; }

.check-score-band {
  display: flex; align-items: center; gap: var(--sp-5); flex-wrap: wrap;
  background: var(--card); border: 1.5px solid var(--ink); border-radius: 8px;
  padding: var(--card-pad); margin-bottom: var(--sp-5);
}
.check-score-circle {
  width: 108px; height: 108px; border-radius: 50%; flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 6px solid var(--green-tint);
}
.check-score-circle .num { font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; line-height: 1; color: var(--ink); }
.check-score-circle .max { font-size: 0.7rem; color: var(--ink-mute); }
.check-score-label { font-family: var(--font-mono); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-text); margin-bottom: 4px; }
.check-score-desc { color: var(--ink-mute); font-size: 0.92rem; max-width: 360px; }

.check-categories { display: grid; gap: 12px; margin-bottom: var(--sp-5); }
.check-cat-row { display: grid; grid-template-columns: 170px 1fr 40px; align-items: center; gap: 12px; }
.check-cat-name-wrap { display: flex; align-items: center; gap: 6px; position: relative; }
.check-cat-name { font-weight: 700; font-size: 0.9rem; }
.check-info-btn {
  position: relative; width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--ink-mute); background: transparent; color: var(--ink-mute);
  font-size: 0.68rem; font-weight: 700; font-style: italic; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  padding: 0;
}
.check-info-btn:hover, .check-info-btn.is-open { border-color: var(--green-text); color: var(--green-text); }
.check-info-popup {
  display: none;
  position: absolute; left: 0; top: 26px; z-index: 20;
  width: 230px; max-width: 60vw;
  background: var(--ink); color: #fff;
  font-size: 0.78rem; font-weight: 400; line-height: 1.5; font-style: normal;
  padding: 10px 12px; border-radius: 6px;
  box-shadow: 0 8px 20px rgba(16, 20, 16, 0.28);
}
.check-info-btn:hover .check-info-popup, .check-info-btn.is-open .check-info-popup { display: block; }
@media (max-width: 699px) {
  .check-cat-row { grid-template-columns: 130px 1fr 36px; }
  .check-info-popup { left: -20px; }
}
.check-cat-track { height: 8px; border-radius: 999px; background: var(--gray-warm); overflow: hidden; }
.check-cat-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--green) 0%, var(--green-press) 100%); }
.check-cat-num { font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; text-align: right; }

.check-lists { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); margin-bottom: var(--sp-5); }
.check-list h4 { margin: 0 0 10px; font-size: 0.95rem; }
.check-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.check-list li { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; }
.check-good li::before { content: "✓"; color: var(--green-text); font-weight: 800; flex-shrink: 0; }
.check-bad li::before { content: "✕"; color: #B5442E; font-weight: 800; flex-shrink: 0; }
@media (max-width: 699px) {
  .check-lists { grid-template-columns: 1fr; }
}

.check-report-cta { background: var(--soft-white); border: 1px solid var(--gray-warm); border-radius: 8px; padding: var(--card-pad); }

/* ---------- "Ζητήστε προσφορά" — γαλάζιο/μαύρο τα πρώτα 3 δευτ, μετά κανονικό ---------- */
.btn--pulse-offer {
  background: #BFE0F5; color: #000; border-color: #BFE0F5;
  animation: pulseOfferRevert 250ms ease 3s forwards;
}
@keyframes pulseOfferRevert {
  to { background: var(--ink); color: #fff; border-color: var(--ink); }
}
@media (prefers-reduced-motion: reduce) {
  .btn--pulse-offer { animation: none; background: var(--ink); color: #fff; border-color: var(--ink); }
}

/* ---------- Ελαφρύ zoom effect σε φωτογραφίες κατά το hover ---------- */
.photo-block { transition: transform 300ms ease; }
img.photo-block:hover { transform: scale(1.035); }

/* ---------- Client logo grid ("Μας εμπιστεύονται") ---------- */
.client-logo-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.client-logo-tile {
  background: #fff; border: 1px solid var(--gray-warm); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  padding: 10px; height: 100px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.client-logo-tile:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16, 20, 16, 0.1); }
.client-logo-tile img { max-width: 100%; max-height: 100%; object-fit: contain; }
.client-logo-grid--compact .client-logo-tile { height: 76px; padding: 8px; }
@media (max-width: 899px) { .client-logo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 599px) { .client-logo-grid { grid-template-columns: repeat(2, 1fr); } }


/* ============================================================
   Requested brand-size refinement — 2026-08
   Larger header/footer identity and stronger all-white top bar.
   ============================================================ */

/* Main logo above the hero/banner */
.site-header .logo--lockup { gap: 15px; }
.site-header .logo--lockup .logo-mark {
  height: 66px;
  width: 66px;
}
.site-header .logo-text .logo-primary {
  font-size: 1.20rem;
  line-height: 1.05;
}
.site-header .logo-text .logo-sub {
  font-size: 0.70rem;
  margin-top: 4px;
}

/* Footer brand: larger mark and larger message below it */
.site-footer .logo--lockup .logo-mark {
  height: 82px;
  width: 82px;
}
.site-footer .logo--lockup + p {
  font-size: 1.08rem !important;
  line-height: 1.45;
  font-weight: 600;
  margin-top: 14px !important;
}

/* Contact strip above the header: larger and fully white */
.top-bar {
  color: #fff;
  font-size: 0.92rem;
}
.top-bar .container { padding-block: 10px; }
.top-bar-contact { gap: 28px; }
.top-bar-contact li,
.top-bar-contact a,
.top-bar-contact span {
  color: #fff !important;
}
.top-bar-contact li { gap: 8px; font-weight: 600; }
.top-bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #fff;
}
.top-bar-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.top-bar-social { gap: 10px; }
.top-bar-social a {
  width: 32px;
  height: 32px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.55);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
}
.top-bar-social a:hover {
  color: #fff !important;
  border-color: #fff;
  background: rgba(255,255,255,0.12);
}

@media (max-width: 699px) {
  .site-header .logo--lockup .logo-mark { height: 54px; width: 54px; }
  .site-header .logo-text .logo-primary { font-size: 1rem; }
  .site-header .logo-text .logo-sub { font-size: 0.58rem; }
  .site-footer .logo--lockup .logo-mark { height: 70px; width: 70px; }
  .top-bar { font-size: 0.84rem; }
  .top-bar-social a { width: 29px; height: 29px; font-size: 0.75rem; }
}

/* Footer identity: white logo and white tagline */
.site-footer .logo--lockup .logo-mark {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.site-footer .logo--lockup + p {
  color: #fff !important;
}


/* ---------- Blog article visuals ---------- */
.bg-article-visual { margin: 0 0 24px; }
.bg-article-visual img { width: 100%; display: block; aspect-ratio: 3 / 1; object-fit: cover; border-radius: 18px; border: 1px solid var(--gray-warm); box-shadow: var(--shadow-card); background: #f4f3ef; }
@media (max-width: 699px) { .bg-article-visual { margin-bottom: 20px; } .bg-article-visual img { border-radius: 14px; } }

/* Blog banner final proportions */
.bg-article-visual img{aspect-ratio:3.4/1;object-fit:cover}


/* ===== 2026-08 blog refresh: fresher feel, better tables, richer data visuals ===== */
.blog-row {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(20, 27, 20, 0.08);
  border-radius: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.blog-row + .blog-row { margin-top: 6px; }
.blog-row:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
  box-shadow: 0 12px 26px rgba(16, 20, 16, 0.06);
  transform: translateY(-2px);
}
.blog-row h3 a { text-underline-offset: 3px; }
.blog-row p { color: #4c5650; }
.bg-intro {
  font-size: 1.08rem;
  color: #202821;
  line-height: 1.76;
}
.bg-box, .bg-guide-cta, .bg-related-list a {
  box-shadow: 0 10px 28px rgba(16, 20, 16, 0.045);
}
.bg-box {
  border: 1px solid rgba(111, 148, 104, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfa 100%);
}
.bg-box--answer, .bg-box--tip {
  background: linear-gradient(180deg, #f8fbf5 0%, #eef6e9 100%);
}
.bg-box--mistake {
  background: linear-gradient(180deg, #fff9ef 0%, #fff3de 100%);
}
.bg-related-list a {
  border-radius: 14px;
  padding: 15px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
}
.bg-related-list a:hover { transform: translateY(-1px); }
.faq-item {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
  border: 1px solid var(--gray-warm);
  border-radius: 14px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.faq-item:last-child { border-bottom: 1px solid var(--gray-warm); }
.bg-guide-cta {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8f1 100%);
  border-radius: 16px;
}
.table-scroll {
  overflow-x: auto;
  margin: 22px 0 28px;
  border: 1px solid rgba(111, 148, 104, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
  box-shadow: 0 12px 28px rgba(16, 20, 16, 0.05);
}
.table-scroll table { margin: 0; }
.blog-rich-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
}
.blog-rich-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  color: var(--deep);
  padding: 14px 18px 4px;
}
.blog-rich-table thead th {
  background: linear-gradient(180deg, #eef5e8 0%, #e5efe0 100%);
  color: #1f291f;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.blog-rich-table th, .blog-rich-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 20, 15, 0.08);
}
.blog-rich-table tbody tr:nth-child(odd) td,
.blog-rich-table tbody tr:nth-child(odd) th { background: rgba(255,255,255,0.92); }
.blog-rich-table tbody tr:nth-child(even) td,
.blog-rich-table tbody tr:nth-child(even) th { background: rgba(249, 251, 247, 0.98); }
.blog-rich-table tbody tr:hover td,
.blog-rich-table tbody tr:hover th { background: #f4f8ef; }
.blog-rich-table tbody tr:last-child td,
.blog-rich-table tbody tr:last-child th { border-bottom: none; }
.blog-rich-table th:first-child, .blog-rich-table td:first-child { border-left: none; }
.blog-rich-table th:last-child, .blog-rich-table td:last-child { border-right: none; }
.blog-rich-table thead th:first-child { border-top-left-radius: 18px; }
.blog-rich-table thead th:last-child { border-top-right-radius: 18px; }
.bg-viz-panel {
  margin: 24px 0 30px;
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(111, 148, 104, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%);
  box-shadow: 0 14px 30px rgba(16, 20, 16, 0.05);
}
.bg-viz-panel h2, .bg-viz-panel h3 { margin-top: 0; }
.bg-viz-intro { color: #4c5650; margin-bottom: 14px; }
.bg-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 14px;
  margin: 16px 0 18px;
}
.bg-stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
  border: 1px solid rgba(15, 20, 15, 0.08);
  border-radius: 16px;
  padding: 16px;
}
.bg-stat-card .eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--green-text);
  margin-bottom: 8px;
}
.bg-stat-card strong {
  display: block;
  font-family: var(--font-display);
  color: var(--deep);
  font-size: 1.06rem;
  margin-bottom: 6px;
}
.bg-stat-card p {
  margin: 0;
  color: #4c5650;
  font-size: 0.92rem;
  line-height: 1.58;
}
.bg-meter-list { display: grid; gap: 12px; margin-top: 10px; }
.bg-meter {
  padding: 14px 16px;
  border: 1px solid rgba(15, 20, 15, 0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.9);
}
.bg-meter-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}
.bg-meter-label { font-weight: 700; color: var(--deep); }
.bg-meter-value { font-size: 0.84rem; color: var(--green-text); font-weight: 800; }
.bg-meter-track {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: #e8ede3;
  margin-bottom: 8px;
}
.bg-meter-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand) 0%, #6f9468 100%);
  animation: bgMeterGrow 1.15s ease forwards;
}
.bg-meter p { margin: 0; color: #525d56; font-size: 0.9rem; line-height: 1.55; }
@keyframes bgMeterGrow { from { width: 0; } to { width: var(--value, 70%); } }
.bg-viz-note {
  margin-top: 12px;
  font-size: 0.84rem;
  color: #677068;
}
.client-logo-grid { gap: 18px; }
.client-logo-tile {
  padding: 16px;
  height: 120px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(16, 20, 16, 0.05);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
}
.client-logo-tile img { max-width: 92%; max-height: 74px; object-fit: contain; }
.client-logo-grid--compact .client-logo-tile { height: 104px; padding: 14px; }
.client-logo-grid--compact .client-logo-tile img { max-height: 64px; }
@media (max-width: 699px) {
  .blog-row { padding: 16px 14px; }
  .bg-viz-panel { padding: 18px; }
  .client-logo-tile { height: 100px; }
  .client-logo-grid--compact .client-logo-tile { height: 92px; }
}


/* ---------- Embedded video in blog articles ---------- */
.bg-video-embed {
  margin: 24px 0 30px;
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--gray-warm);
  box-shadow: 0 14px 32px rgba(16, 20, 16, 0.08);
  aspect-ratio: 16 / 9;
}
.bg-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.bg-video-note {
  font-size: 0.88rem;
  color: var(--ink-mute);
  margin-top: -14px;
  margin-bottom: 28px;
}


/* Parent brand relationship — 2026-08 */
.footer-parent-brand {
  margin-top: 18px; padding: 14px 16px; max-width: 320px;
  border: 1px solid rgba(255,255,255,.38); border-radius: 14px;
  background: rgba(255,255,255,.12); backdrop-filter: blur(2px);
}
.footer-parent-brand .footer-parent-kicker {
  display:block; margin-bottom:6px; font-size:.68rem; font-weight:800;
  letter-spacing:.08em; text-transform:uppercase; color:#fff; opacity:.9;
}
.site-footer .footer-parent-brand p { margin:0; color:#fff; font-size:.82rem; line-height:1.55; }
.site-footer .footer-parent-brand a { color:#fff; font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.top-bar-social a[aria-label="YouTube"] { min-width: 28px; }

/* Force parent-brand footer message fully white */
.site-footer .footer-parent-brand,
.site-footer .footer-parent-brand .footer-parent-kicker,
.site-footer .footer-parent-brand p,
.site-footer .footer-parent-brand strong,
.site-footer .footer-parent-brand a,
.site-footer .footer-parent-brand a:visited,
.site-footer .footer-parent-brand a:hover,
.site-footer .footer-parent-brand a:focus { color:#fff !important; }

/* Blog hero image responsive safeguard — 2026-08 */
.bg-article-visual img { width: 100%; height: auto !important; display: block; object-fit: cover; }


/* ===== Video service & blog expansion 2026-08 ===== */
.client-logo-tile img { max-width: 100% !important; max-height: 92px !important; transform: scale(1.10); }
.client-logo-grid--compact .client-logo-tile img { max-width: 100% !important; max-height: 82px !important; transform: scale(1.12); }
@media (max-width:699px){.client-logo-tile img,.client-logo-grid--compact .client-logo-tile img{transform:scale(1.06)}}
.video-service-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.video-service-hero img{width:100%;aspect-ratio:16/11;object-fit:cover;border-radius:22px;box-shadow:0 18px 42px rgba(15,20,15,.10)}
.video-platforms{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 26px}
.video-platforms span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eef5e8;border:1px solid rgba(111,148,104,.22);font-weight:800;font-size:.83rem}
.video-feature-grid,.video-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.video-feature,.video-use{border:1px solid var(--gray-warm);border-radius:18px;padding:22px;background:linear-gradient(180deg,#fff 0%,#fbfcf9 100%);box-shadow:0 12px 28px rgba(16,20,16,.05)}
.video-feature h3,.video-use h3{margin:0 0 8px}.video-feature p,.video-use p{margin:0;color:#4c5650;line-height:1.65}
.video-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}
.video-photo-card{overflow:hidden;border-radius:18px;border:1px solid var(--gray-warm);background:#fff;box-shadow:0 12px 28px rgba(16,20,16,.05)}
.video-photo-card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.video-photo-card div{padding:16px 17px}.video-photo-card h3{margin:0 0 6px;font-size:1rem}.video-photo-card p{margin:0;color:#55605a;font-size:.9rem;line-height:1.55}
.video-process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;counter-reset:step}
.video-process .step{counter-increment:step;padding:18px 16px;border-radius:16px;background:#f7faf4;border:1px solid rgba(111,148,104,.2)}
.video-process .step:before{content:counter(step);display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--green);font-weight:900;margin-bottom:12px}
.video-process h3{font-size:.96rem;margin:0 0 6px}.video-process p{font-size:.87rem;margin:0;color:#56605a;line-height:1.55}
.video-blog-visual{margin:22px 0 28px}.video-blog-visual img{width:100%;aspect-ratio:16/8.5;object-fit:cover;border-radius:18px;border:1px solid var(--gray-warm);box-shadow:0 14px 30px rgba(16,20,16,.06)}
.video-source-note{font-size:.88rem;color:#626c65;background:#f6f8f3;border-left:4px solid var(--green);padding:14px 16px;border-radius:0 12px 12px 0}
@media(max-width:899px){.video-service-hero{grid-template-columns:1fr}.video-feature-grid,.video-use-grid{grid-template-columns:1fr 1fr}.video-process{grid-template-columns:1fr 1fr}.video-photo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:599px){.video-feature-grid,.video-use-grid,.video-photo-grid,.video-process{grid-template-columns:1fr}}


/* Video service — 2026-08 photography refresh */
.video-brand-showcase {
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:28px;
  align-items:stretch;
}
.video-brand-copy {
  border:1px solid var(--gray-warm);
  border-radius:20px;
  padding:32px;
  background:linear-gradient(180deg,#fff 0%,#f7faf4 100%);
  box-shadow:0 14px 32px rgba(16,20,16,.06);
}
.video-brand-copy h2 { margin-top:0; }
.video-brand-points { display:grid; gap:12px; margin:22px 0 0; }
.video-brand-point { display:flex; gap:12px; align-items:flex-start; }
.video-brand-point::before { content:'✓'; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; flex:0 0 24px; background:var(--green-tint); color:var(--green-text); font-weight:900; }
.video-brand-banner {
  margin:0; border-radius:22px; overflow:hidden; min-height:520px;
  border:1px solid var(--gray-warm); box-shadow:0 16px 34px rgba(16,20,16,.08); background:#eef1eb;
}
.video-brand-banner img { width:100%; height:100%; min-height:520px; object-fit:cover; display:block; }
.video-service-hero > img { aspect-ratio:16/9; object-fit:cover; border-radius:22px; }
@media(max-width:800px){ .video-brand-showcase{grid-template-columns:1fr}.video-brand-banner,.video-brand-banner img{min-height:620px}.video-brand-copy{padding:24px} }


/* ===== Video service page refresh ===== */
.section--tight { padding-top: 10px; }
.video-service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(350px, 0.97fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}
.video-service-hero > div:first-child { min-width: 0; }
.video-service-hero .bg-category-label { margin-bottom: 12px; }
.video-service-hero h1 { max-width: 13ch; letter-spacing: -0.025em; margin-bottom: 16px; }
.video-service-hero .lead { max-width: 60ch; font-size: 1.06rem; line-height: 1.8; color: #38443b; }
.video-platforms { margin: 22px 0 22px; gap: 12px; }
.video-platforms span {
  padding: 10px 14px;
  font-size: 0.82rem;
  background: linear-gradient(180deg, #f5f8f1 0%, #edf4e8 100%);
  border: 1px solid rgba(111,148,104,.22);
  color: #314136;
  box-shadow: 0 8px 18px rgba(16,20,16,.04);
}
.video-service-hero .btn-row { margin-bottom: 18px; }
.video-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}
.video-quick-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(111,148,104,.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
  box-shadow: 0 12px 30px rgba(16,20,16,.05);
}
.video-quick-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-text);
}
.video-quick-card strong { display:block; font-size: 1rem; line-height: 1.35; color: var(--deep); margin-bottom: 8px; }
.video-quick-card p { margin: 0; color: #56605a; font-size: 0.92rem; line-height: 1.58; }
.video-hero-figure {
  position: relative;
  margin: 0;
  display: grid;
  align-items: end;
}
.video-hero-figure > img {
  width: 100%;
  aspect-ratio: 16 / 12;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  border: 1px solid rgba(111,148,104,.16);
  box-shadow: 0 24px 60px rgba(16,20,16,.12);
}
.video-hero-card {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: min(420px, calc(100% - 44px));
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 16px 36px rgba(16,20,16,.12);
}
.video-hero-card-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--green-text);
  margin-bottom: 8px;
}
.video-hero-card strong {
  display:block;
  color: var(--deep);
  line-height: 1.35;
  font-size: 1rem;
  margin-bottom: 10px;
}
.video-hero-card ul { margin: 0; padding-left: 18px; color: #455048; }
.video-hero-card li { margin-bottom: 6px; line-height: 1.5; font-size: 0.91rem; }
.video-value-strip {
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.video-value-item {
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding: 20px 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(111,148,104,.16);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%);
  box-shadow: 0 14px 34px rgba(16,20,16,.05);
}
.video-value-item > span {
  display:grid;
  place-items:center;
  width: 42px; height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--green-tint) 0%, #e4efdd 100%);
  color: var(--green-text);
  font-weight: 900;
}
.video-value-item strong { display:block; margin-bottom: 6px; color: var(--deep); }
.video-value-item p { margin:0; color:#56605a; font-size:.93rem; line-height:1.56; }
.section--muted .video-feature-grid,
.video-use-grid {
  gap: 20px;
}
.video-feature, .video-use {
  border-radius: 20px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
  border: 1px solid rgba(111,148,104,.16);
  box-shadow: 0 14px 32px rgba(16,20,16,.05);
}
.video-feature h3, .video-use h3 { font-size: 1.08rem; margin-bottom: 10px; }
.video-feature p, .video-use p { font-size: 0.96rem; line-height: 1.7; }
.video-photo-grid { gap: 18px; align-items: stretch; }
.video-photo-card {
  display:flex;
  flex-direction:column;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(111,148,104,.16);
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfa 100%);
  box-shadow: 0 16px 34px rgba(16,20,16,.06);
}
.video-photo-card img { aspect-ratio: 16 / 10; }
.video-photo-card div { padding: 18px 18px 20px; }
.video-photo-card h3 { font-size: 1.06rem; margin-bottom: 8px; }
.video-photo-card p { font-size: 0.94rem; line-height: 1.62; }
.video-brand-showcase {
  display:grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
  gap: 24px;
  align-items: stretch;
}
.video-brand-copy {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%);
  border: 1px solid rgba(111,148,104,.16);
  box-shadow: 0 18px 40px rgba(16,20,16,.06);
}
.video-brand-copy .section-intro { font-size: 1rem; line-height: 1.75; color: #415046; }
.video-brand-points { grid-template-columns: 1fr; }
.video-brand-point {
  padding: 14px 14px 14px 0;
  border-top: 1px solid rgba(15,20,15,.08);
}
.video-brand-point:first-child { border-top: none; padding-top: 0; }
.video-brand-banner {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(111,148,104,.16);
  box-shadow: 0 18px 42px rgba(16,20,16,.08);
}
.video-brand-banner img { min-height: 560px; }
.video-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.video-process .step {
  padding: 20px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf4 100%);
  border: 1px solid rgba(111,148,104,.18);
  box-shadow: 0 12px 30px rgba(16,20,16,.04);
}
.video-process .step:before {
  background: linear-gradient(180deg, var(--brand) 0%, #6f9468 100%);
  color: white;
  box-shadow: 0 8px 18px rgba(111,148,104,.24);
}
.video-source-note { margin-top: 14px; color: #5f685f; font-size: 0.88rem; }
@media (max-width: 1024px) {
  .video-quick-grid, .video-value-strip, .video-feature-grid, .video-use-grid, .video-photo-grid { grid-template-columns: 1fr 1fr; }
  .video-brand-showcase { grid-template-columns: 1fr; }
  .video-brand-banner img { min-height: 520px; }
}
@media (max-width: 899px) {
  .video-service-hero { grid-template-columns: 1fr; }
  .video-hero-figure { order: -1; }
  .video-hero-card { left: 16px; right: 16px; max-width: none; bottom: 16px; }
  .video-process { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .video-quick-grid, .video-value-strip, .video-feature-grid, .video-use-grid, .video-photo-grid, .video-process { grid-template-columns: 1fr; }
  .video-service-hero h1 { max-width: none; }
  .video-hero-figure > img { aspect-ratio: 4 / 5; }
  .video-brand-copy { padding: 24px 20px; }
  .video-brand-banner img { min-height: 440px; }
}


/* Video service page alignment refresh */
.hero-grid.hero-grid--single > img.photo-block { margin-top: 8px; }
.service-card ul { padding-left: 20px; margin-bottom: 0; }
.service-card li { margin-bottom: 6px; }


/* Final video-service image geometry: match the other service pages */
.hero .hero-grid > .video-hero-portrait {
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 580px;
  object-fit: cover;
  object-position: center 68%;
  border-radius: var(--radius);
}
.video-section-horizontal {
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-height: 430px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}
@media (max-width: 899px) {
  .hero .hero-grid > .video-hero-portrait {
    min-height: 420px;
    max-height: 520px;
    object-position: center 70%;
  }
  .video-section-horizontal { min-height: 300px; max-height: 380px; }
}


/* Blog article bottom-spacing cleanup — 2026-08 */
.blog-article-page.section {
  padding-bottom: 32px;
  border-bottom: 0;
}
.blog-article-page > .container {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.blog-article-page > .container > .btn-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media (max-width: 699px) {
  .blog-article-page.section { padding-bottom: 24px; }
}


/* Blog article geometry guard — 2026-08 */
.blog-article-page > .container.narrow-page {
  width: min(100% - 32px, 720px);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.blog-article-page .narrow-page > :is(p, ul, ol, h2, h3, h4, .bg-section, .bg-box, .bg-related, .bg-guide-cta, .bg-cta, .table-scroll, figure) {
  max-width: 100%;
  box-sizing: border-box;
}
.blog-article-page .narrow-page a { overflow-wrap: anywhere; }
.blog-article-page .table-scroll { max-width: 100%; }
@media (max-width: 699px) {
  .blog-article-page > .container.narrow-page { width: min(100% - 24px, 720px); }
}


/* Blog visual uniformity — reference: fotografisi-proionton-farmakeiou-kinito.html */
.blog-article-page .bg-article-visual {
  width: 100%;
  margin: 0 0 24px;
}
.blog-article-page .bg-article-visual img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--gray-warm);
  box-shadow: var(--shadow-card);
  background: transparent;
}
.blog-article-page > .container.narrow-page {
  width: min(100% - 32px, 720px);
  max-width: 720px;
  margin-inline: auto;
}
.blog-article-page .narrow-page > p,
.blog-article-page .narrow-page > ul,
.blog-article-page .narrow-page > ol,
.blog-article-page .narrow-page > .bg-section,
.blog-article-page .narrow-page > .bg-box,
.blog-article-page .narrow-page > .bg-related,
.blog-article-page .narrow-page > .bg-guide-cta,
.blog-article-page .narrow-page > .table-scroll,
.blog-article-page .narrow-page > figure {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.blog-article-page .narrow-page p,
.blog-article-page .narrow-page li,
.blog-article-page .narrow-page a {
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 699px) {
  .blog-article-page > .container.narrow-page { width: min(100% - 24px, 720px); }
  .blog-article-page .bg-article-visual img { border-radius: 14px; }
}


/* Fix blog Strategy Nest viewpoint boxes: a later generic .bg-box rule had overwritten their dark background, leaving white text on white. */
.bg-box.bg-box--view {
  background: var(--deep-2);
  color: var(--on-deep);
  border-color: rgba(62, 90, 59, 0.55);
}
.bg-box.bg-box--view h2,
.bg-box.bg-box--view h3,
.bg-box.bg-box--view p,
.bg-box.bg-box--view li,
.bg-box.bg-box--view a {
  color: #fff;
}


/* Contact form: simple human verification */
.human-check {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(180px,240px);
  gap: 20px;
  align-items: center;
  margin: 8px 0 var(--sp-4);
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(111,148,104,.28);
  background: linear-gradient(180deg,#f7faf4 0%,#eef5e8 100%);
}
.human-check-kicker {
  display:block;
  margin-bottom:5px;
  color:var(--green-text);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.human-check label { display:block; color:var(--deep); font-weight:700; margin:0 0 5px; }
.human-check label strong {
  display:inline-block;
  min-width:64px;
  margin-left:4px;
  font-family:var(--font-display);
  font-size:1.3rem;
  letter-spacing:.12em;
  color:var(--green-text);
}
.human-check p { margin:0; font-size:.88rem; color:var(--ink-mute); line-height:1.5; }
.human-check-input-wrap input {
  width:100%;
  padding:12px 14px;
  border:1px solid var(--gray-warm);
  border-radius:10px;
  background:#fff;
  font-size:1rem;
  letter-spacing:.12em;
  text-align:center;
}
.human-check-input-wrap input:focus { outline:none; border-color:var(--green-text); box-shadow:0 0 0 3px rgba(111,148,104,.13); }
.human-check-status { display:block; margin-top:6px; font-size:.78rem; color:var(--ink-mute); text-align:center; }
.human-check-status.is-valid { color:var(--green-text); font-weight:700; }
.human-check-status.is-invalid { color:#9b3d32; font-weight:700; }
.form-grid button[type="submit"]:disabled { opacity:.45; cursor:not-allowed; transform:none; box-shadow:none; }
@media (max-width:699px) { .human-check { grid-template-columns:1fr; } .human-check-input-wrap { max-width:240px; } }


/* Real monochrome brand icons in the top bar */
.top-bar-social .social-brand-icon {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}
.top-bar-social a[aria-label="Facebook"] .social-brand-icon { width: 12px; height: 15px; }
.top-bar-social a[aria-label="Instagram"] .social-brand-icon { width: 15px; height: 15px; }
.top-bar-social a[aria-label="LinkedIn"] .social-brand-icon { width: 14px; height: 14px; }
.top-bar-social a[aria-label="YouTube"] .social-brand-icon { width: 16px; height: 14px; }
