/* ==========================================================================
   Pepnet — White & Sleek Redesign
   Inspired by radiodays.linkr.net: predominantly white, flat, editorial.
   Inter (body) + Exo 2 (display headings — matches the PEPNET logo wordmark).
   Navy + orange as brand accents. Container: 1280px.
   ========================================================================== */

/* ---------- Fonts ----------
   Inter (body) + Exo 2 (display headings — matches the PEPNET logo's geometric, technical wordmark). */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Exo+2:wght@400;500;600;700;800&display=swap');

/* ---------- Design Tokens ---------- */
:root {
  /* Brand (PEPNET logo: deep navy + vibrant orange) */
  --navy-900: #0f1b2d;
  --navy-800: #16233a;
  --navy-700: #1e3252;
  --ink: #0c1422;            /* primary text — near-black navy */
  --ink-2: #3a4658;          /* secondary text */
  --muted: #6b7686;          /* tertiary text */
  --line: #e8eaee;           /* hairline borders */
  --line-2: #f0f1f4;
  --cloud: #f7f8fa;          /* very light section bg */
  --cloud-2: #fbfbfc;
  --paper: #ffffff;
  --orange: #f97316;         /* primary accent */
  --orange-600: #ea580c;
  --orange-300: #fdba74;
  --orange-50: #fff4ea;
  --orange-tint: #fff7ef;
  --navy-footer: #002052;  /* matches the PEPNET logo's deep blue */

  /* Effects — sleek = subtle, flat */
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-xs: 0 1px 2px rgba(15, 27, 45, .04);
  --shadow-sm: 0 1px 3px rgba(15, 27, 45, .05), 0 1px 2px rgba(15, 27, 45, .03);
  --shadow-md: 0 4px 16px -4px rgba(15, 27, 45, .08), 0 2px 6px -2px rgba(15, 27, 45, .04);
  --shadow-lg: 0 24px 48px -16px rgba(15, 27, 45, .14);
  --shadow-orange: 0 8px 20px -8px rgba(249, 115, 22, .35);
  --container: 1280px;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --header-h: 72px;
  --display: 'Exo 2', 'Inter', system-ui, sans-serif;  /* matches PEPNET logo wordmark */
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

/* Headings — Exo 2 (geometric, matches the PEPNET logo wordmark) */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--display);
  line-height: 1.18;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.12; }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.55rem); font-weight: 700; letter-spacing: -.018em; line-height: 1.18; }
h3 { font-size: clamp(1.28rem, 2.2vw, 1.55rem); font-weight: 700; letter-spacing: -.012em; line-height: 1.25; }
h4 { font-size: 1.08rem; font-weight: 700; letter-spacing: -.005em; }
p { color: var(--ink-2); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(64px, 9vw, 112px); }
.section-sm { padding-block: clamp(44px, 6vw, 72px); }
.bg-cloud { background: var(--cloud); }
.bg-paper { background: var(--paper); }
.center { text-align: center; }

/* Sticky footer shell */
.site { display: flex; flex-direction: column; min-height: 100vh; background: var(--paper); }
.site > main { flex: 1 0 auto; width: 100%; }

/* ---------- Eyebrow / Section heading ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--orange); font-family: var(--sans); font-weight: 600; font-size: .76rem;
  letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--orange); border-radius: 2px; flex-shrink: 0; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 24px; height: 2px; background: var(--orange); border-radius: 2px; flex-shrink: 0; }
.eyebrow.light { color: var(--orange-300); }
.eyebrow.light::before { background: var(--orange-300); }
.eyebrow.light.center::after { background: var(--orange-300); }
.section-title { font-weight: 700; letter-spacing: -.02em; }
.section-lead { color: var(--muted); max-width: 60ch; margin-top: 16px; font-size: 1.08rem; line-height: 1.72; }
.section-lead.center, .center .section-lead { margin-inline: auto; }
.section-head { margin-bottom: clamp(40px, 6vw, 64px); }
.section-head.center { max-width: 720px; margin-inline: auto; }

/* ---------- Top utility bar (sleek: white, hairline) ---------- */
.topbar {
  background: var(--paper); color: var(--muted); font-size: .8rem;
  border-bottom: 1px solid var(--line);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 30px; gap: 16px; }
.topbar a { color: #000000; transition: color .2s var(--ease); display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: var(--orange); }
.topbar .tb-contact { display: flex; align-items: center; gap: 24px; }
.topbar .tb-contact a svg { width: 13px; height: 13px; opacity: .8; }
.topbar .tb-actions { display: flex; align-items: center; gap: 18px; }
.topbar .tb-actions a svg { width: 13px; height: 13px; }
.topbar .sep { width: 1px; height: 13px; background: var(--line); }

/* ---------- Header / Navigation ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 48px; width: auto; }
.brand .brand-tag { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); font-weight: 600; display: block; margin-top: 2px; }

.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu > li > a {
  display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 8px;
  font-size: .92rem; font-weight: 500; color: #000000;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav-menu > li > a:hover { color: var(--orange); background: var(--cloud); }
.nav-menu > li > a.active { color: var(--orange); }
.nav-cta { margin-left: 12px; }

.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: 10px;
  align-items: center; justify-content: center; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line);
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle span { position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; left: 0; }
.nav-toggle span::after { position: absolute; top: 6px; left: 0; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 24px; border-radius: 999px; font-family: var(--sans); font-weight: 600; font-size: .94rem;
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
  white-space: nowrap; line-height: 1; cursor: pointer; border: 1px solid transparent;
}
.btn svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-600); transform: translateY(-2px); }
.btn-ghost { background: var(--paper); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-light { background: var(--paper); color: var(--ink); border-color: var(--line); }
.btn-light:hover { background: var(--cloud); border-color: var(--ink-2); transform: translateY(-2px); }
.btn-dark { background: var(--navy-900); color: #fff; }
.btn-dark:hover { background: var(--navy-800); transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn-lg { padding: 15px 30px; font-size: 1rem; }
.btn-primary:hover svg, .btn-light:hover svg { transform: translateX(3px); }

/* ---------- Hero (WHITE & SLEEK) ---------- */
.hero {
  position: relative; overflow: hidden; color: var(--ink);
  background: var(--paper);
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(56px, 8vw, 96px);
}
/* Hide the old dark hero background image — sleek white instead */
.hero-bg { display: none; }
.hero-glow { display: none; }
/* Subtle decorative accent — faint orange/navy blobs, very low opacity */
.hero::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 520px; height: 520px; right: -160px; top: -120px;
  background: radial-gradient(circle, rgba(249, 115, 22, .08) 0%, rgba(249, 115, 22, 0) 68%);
  border-radius: 50%;
}
.hero::after {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 460px; height: 460px; left: -160px; bottom: -120px;
  background: radial-gradient(circle, rgba(15, 27, 45, .05) 0%, rgba(15, 27, 45, 0) 68%);
  border-radius: 50%;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 28px; max-width: 880px; margin-inline: auto; text-align: center; }
.hero-eyebrow {
  color: var(--orange); font-family: var(--sans); font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  font-size: .76rem; margin-bottom: 22px; display: inline-flex; align-items: center; gap: 10px; justify-content: center;
}
.hero-eyebrow::before, .hero-eyebrow::after { content:""; width: 26px; height: 2px; background: var(--orange); display:inline-block; border-radius: 2px; }
.hero h1 { color: #000000; font-weight: 700; letter-spacing: -.025em; max-width: 18ch; margin-inline: auto; }
.hero h1 .accent { color: #000000; }
.hero-lead { color: var(--ink-2); font-size: 1.15rem; max-width: 75ch; margin: 24px auto 0; line-height: 1.55; }
.hero-lead p + p { margin-top: 12px; }
.hero-lead .em { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; justify-content: center; }

/* Hero stats — animated counters, sleek */
.hero-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px;
  margin: 56px auto 0; padding-top: 40px; border-top: 1px solid var(--line); max-width: 760px;
}
.hero-stats .stat { text-align: center; }
.hero-stats .stat-num {
  font-family: var(--display); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--ink);
  letter-spacing: -.02em; line-height: 1;
}
.hero-stats .stat-num .unit { color: var(--orange); font-family: var(--sans); font-size: .5em; font-weight: 600; margin-left: 4px; letter-spacing: 0; }
.hero-stats .stat-label { font-family: var(--sans); font-size: .82rem; color: var(--muted); margin-top: 10px; letter-spacing: .02em; }

/* ---------- Cards (FLAT & sleek) ---------- */
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.card.cloud { background: var(--cloud-2); border-color: var(--line-2); }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line); }
.card .card-icon {
  display: inline-flex; align-items: center; justify-content: flex-start;
  color: var(--orange); margin-bottom: 20px; background: transparent;
  width: auto; max-width: none; align-self: flex-start;
}
.card .card-icon svg { width: 32px; height: 32px; }
.card .card-num {
  display: none;
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .95rem; line-height: 1.65; }

/* Reason card */
.reason-card { position: relative; }
.reason-card .card-top { display: flex; align-items: flex-start; justify-content: flex-start; margin-bottom: 16px; }
.reason-card .reason-label { font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.reason-card h3 { font-size: 1.18rem; }
.reason-card p { font-size: .93rem; }

/* Service card */
.service-card { display: flex; flex-direction: column; height: 100%; }
.service-card .svc-title { font-family: var(--sans); font-weight: 700; color: var(--ink); font-size: 1.02rem; margin-bottom: 6px; }
.service-card .svc-desc { color: var(--muted); font-size: .93rem; }

/* Grids */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

/* ---------- Split / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-text { order: 2; }
.split-text h2 { margin-bottom: 8px; }
.split-text p + p { margin-top: 16px; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.split-media .badge {
  position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px); border-radius: 12px; padding: 12px 16px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.split-media .badge .b-label { font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); }
.split-media .badge .b-value { font-size: .82rem; color: var(--ink-2); margin-top: 2px; font-weight: 500; }

/* Prose block */
.prose p { color: var(--ink-2); font-size: 1.05rem; line-height: 1.75; }
.prose p + p { margin-top: 16px; }
.prose .pull {
  border-left: 2px solid var(--orange); padding: 4px 0 4px 20px; margin: 24px 0;
  font-family: var(--display); font-weight: 600; color: var(--ink); font-size: 1.18rem; line-height: 1.55; letter-spacing: -.005em;
}

/* ---------- Band (was orange gradient → now light tinted, sleek) ---------- */
.band {
  position: relative; overflow: hidden; color: var(--ink); text-align: center;
  background: var(--orange-tint);
  border-block: 1px solid var(--line);
}
.band .container { position: relative; z-index: 1; }
.band::after { display: none; }
.band .eyebrow { color: var(--orange); }
.band .eyebrow::before { background: var(--orange); }
.band h2 { color: var(--ink); font-weight: 700; max-width: 24ch; margin-inline: auto; }
.band .band-lead { color: var(--ink-2); max-width: 56ch; margin: 16px auto 0; }
.band .band-lead strong { color: var(--ink); }
.band .band-lead a { color: var(--ink); text-decoration: underline; font-weight: 600; }
.band .band-lead a:hover { color: var(--orange); }

/* ---------- Testimonials ---------- */
.testimonial {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
  display: flex; flex-direction: column; height: 100%;
}
.testimonial:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line); }
.testimonial .t-shot { aspect-ratio: 16/10; overflow: hidden; background: var(--cloud); border-bottom: 1px solid var(--line); }
.testimonial .t-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.testimonial .t-body { padding: 28px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.testimonial .t-stars { color: var(--orange); letter-spacing: 2px; font-size: .9rem; }
.testimonial .t-quote { color: var(--ink-2); font-size: .96rem; line-height: 1.7; }
.testimonial .t-quote p + p { margin-top: 10px; }
.testimonial .t-sub { font-family: var(--display); font-weight: 700; color: var(--ink); margin-top: 4px; font-size: 1.05rem; }

/* Collapsible quote — equal-height cards: clamp text when collapsed */
.testimonial .t-quote.is-collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  position: relative;
}
.testimonial .t-quote.is-collapsed::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 2.4em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), var(--paper) 70%);
  pointer-events: none;
}
/* Only show the toggle when the quote is long enough to need it */
.t-toggle {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--sans); font-weight: 600; font-size: .86rem; color: var(--orange);
  background: none; padding: 4px 0; margin-top: 2px;
  transition: color .2s var(--ease), gap .2s var(--ease);
}
.t-toggle:hover { color: var(--orange-600); }
.t-toggle svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.t-toggle.is-expanded svg { transform: rotate(180deg); }

.testimonial .t-author { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial .t-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.testimonial .t-name { font-weight: 700; color: var(--ink); font-size: .94rem; }
.testimonial .t-site { font-size: .82rem; color: var(--orange); }
.testimonial .t-site a { color: var(--orange); }
.testimonial .t-site a:hover { text-decoration: underline; }

/* ---------- Customer reference (list style) ---------- */
.ref-list { display: grid; gap: 16px; }
.ref-item {
  display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.ref-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.ref-item .ref-shot { aspect-ratio: 4/3; border-radius: var(--radius-sm); overflow: hidden; background: var(--cloud); }
.ref-item .ref-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.ref-item .ref-name { font-weight: 700; color: var(--ink); }
.ref-item .ref-addr { font-size: .9rem; color: var(--muted); margin-top: 4px; line-height: 1.6; }
/* Link row: small label above + URL with external-link icon aligned together */
.ref-item .ref-link-row { margin-top: 12px; display: flex; flex-direction: column; gap: 2px; }
.ref-item .ref-link-label { font-family: var(--sans); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.ref-item .ref-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--orange); font-weight: 600; font-size: .92rem;
  transition: color .2s var(--ease), gap .2s var(--ease);
  width: fit-content;
}
.ref-item .ref-link:hover { color: var(--orange-600); gap: 8px; }
.ref-item .ref-link svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ---------- Contact / info cards ---------- */
.info-card {
  display: flex; gap: 16px; align-items: flex-start; padding: 22px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.info-card:hover { border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.info-card .ic-icon { width: 44px; height: 44px; border-radius: 11px; flex-shrink: 0; background: var(--orange-50); color: var(--orange); display: inline-flex; align-items: center; justify-content: center; }
.info-card .ic-icon svg { width: 20px; height: 20px; }
.info-card .ic-label { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.info-card .ic-value { font-weight: 600; color: var(--ink); margin-top: 3px; word-break: break-word; font-size: 1.02rem; }
.info-card .ic-value a { color: var(--orange); }

/* ---------- Forms ---------- */
.form-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-xs);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 600; color: var(--ink-2); }
.field label .req { color: var(--orange); }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper); color: var(--ink); transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: #aab2bd; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(249,115,22,.12);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input.error, .field textarea.error { border-color: var(--orange); background: var(--orange-50); }
.radio-row { display: flex; gap: 22px; }
.radio-row label { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: var(--ink-2); cursor: pointer; }
.radio-row input[type=radio] { width: 18px; height: 18px; accent-color: var(--orange); }
.captcha-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.captcha-row .captcha-box {
  width: 170px; height: 48px; border-radius: var(--radius-sm); background: var(--cloud); border: 1px solid var(--line);
  color: var(--ink); display: flex; align-items: center; justify-content: center;
  font-family: 'Courier New', monospace; font-size: 1.35rem; letter-spacing: 7px;
  user-select: none; font-weight: 700; overflow: hidden;
}
.captcha-row .captcha-box span { text-shadow: 0 1px 1px rgba(0,0,0,.15); transform: rotate(-3deg) skewX(-6deg); color: var(--navy-800); }
.captcha-refresh { width: 40px; height: 40px; border-radius: 10px; background: var(--paper); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--ink-2); transition: background .2s, color .2s, border-color .2s; }
.captcha-refresh:hover { background: var(--orange-50); color: var(--orange); border-color: var(--orange-300); }
.captcha-refresh svg { width: 18px; height: 18px; }
.form-note { font-size: .84rem; color: var(--muted); font-weight: 500; }
.form-success {
  display: none; background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46;
  padding: 16px 18px; border-radius: var(--radius-sm); font-weight: 500; margin-bottom: 18px;
}
.form-success.show { display: block; }

/* ---------- Map ---------- */
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--cloud); }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }
.vcard-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 26px; }
.vcard-card .qr { width: 180px; height: 180px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #fff; padding: 8px; }
.vcard-card .qr img { width: 100%; height: 100%; object-fit: contain; }
.vcard-card .vc-title { font-weight: 700; color: var(--ink); }
.vcard-card .vc-text { font-size: .9rem; color: var(--muted); max-width: 32ch; line-height: 1.6; }

/* ---------- Page hero (interior pages — WHITE & sleek) ---------- */
.page-hero {
  position: relative; overflow: hidden; color: var(--ink); background: var(--paper);
  padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(36px, 5vw, 56px);
  border-bottom: 1px solid var(--line);
}
.page-hero-bg { display: none; }
.page-hero::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 420px; height: 420px; right: -140px; top: -140px;
  background: radial-gradient(circle, rgba(249, 115, 22, .06) 0%, rgba(249, 115, 22, 0) 68%);
  border-radius: 50%;
}
.page-hero .container { position: relative; z-index: 1; max-width: 1260px; }
.page-hero .eyebrow { color: var(--orange); }
.page-hero .eyebrow::before { background: var(--orange); }
.page-hero h1 { color: var(--ink); font-weight: 700; }
.page-hero p { color: var(--ink-2); font-size: 1.12rem; margin-top: 18px; max-width: 64ch; line-height: 1.7; }

/* ---------- Reasons list (Warum page) ---------- */
.reason-block { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.reason-block:last-child { border-bottom: 0; }
.reason-block .rb-num {
  width: 50px; height: 50px; border-radius: 14px; background: var(--cloud); color: var(--ink); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 1.25rem;
  flex-shrink: 0;
}
.reason-block .rb-num.alt { background: var(--orange); color: #fff; border-color: var(--orange); }
.reason-block h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.reason-block p { color: var(--ink-2); line-height: 1.7; }

/* ---------- Advantages checklist ---------- */
.check-list { display: grid; gap: 14px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.02rem; color: var(--ink-2); line-height: 1.6; }
.check-list li::before {
  content: ""; width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;
  background: var(--orange-50); position: relative; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 14px;
}

/* ---------- AGB / legal ---------- */
.legal { max-width: 820px; margin-inline: auto; }
.legal h3 { font-size: 1.25rem; font-weight: 700; margin-top: 38px; margin-bottom: 12px; color: var(--ink); display: flex; align-items: baseline; gap: 12px; }
.legal h3 .sec-no { color: var(--orange); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.legal p { color: var(--ink-2); font-size: 1rem; line-height: 1.75; }
.legal p + p { margin-top: 14px; }

/* ---------- Sitemap ---------- */
.sitemap { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 640px; }
.sitemap a {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.sitemap a:hover { transform: translateX(4px); border-color: var(--orange); box-shadow: var(--shadow-sm); }
.sitemap a .sm-label { font-weight: 600; color: var(--ink); }
.sitemap a .sm-arrow { color: var(--orange); }

/* ---------- CTA band (sleek light, was dark navy gradient) ---------- */
.cta-band {
  position: relative; overflow: hidden; color: var(--ink); text-align: center;
  background: var(--cloud);
  border-block: 1px solid var(--line);
}
.cta-band .blob { display: none; }
.cta-band::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 560px; height: 560px; left: 50%; top: -220px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(249, 115, 22, .07) 0%, rgba(249, 115, 22, 0) 68%);
  border-radius: 50%;
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { color: var(--ink); font-weight: 700; max-width: 22ch; margin-inline: auto; }
.cta-band p { color: var(--ink-2); max-width: 52ch; margin: 18px auto 0; }

/* ---------- Footer (sleek deep blue, matches PEPNET logo navy) ---------- */
.footer { background: var(--navy-footer); color: #ffffff; padding-top: 72px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand img { height: 50px; width: auto; filter: brightness(0) invert(1); }
.footer-brand p { color: rgba(255,255,255,.85); margin-top: 18px; font-size: .92rem; max-width: 34ch; line-height: 1.7; }
.footer-col h4 { color: #fff; font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col ul a { color: #fff; font-size: .94rem; transition: color .2s var(--ease); display: inline-flex; align-items: center; gap: 8px; }
.footer-col ul a:hover { color: var(--orange-300); }
.footer-col ul a svg { width: 14px; height: 14px; opacity: .8; }
.footer-contact .fc-item { display: flex; gap: 12px; margin-bottom: 14px; font-size: .92rem; line-height: 1.6; color: #fff; }
.footer-contact .fc-item svg { width: 18px; height: 18px; color: var(--orange-300); flex-shrink: 0; margin-top: 3px; }
.footer-contact .fc-item a { color: #fff; }
.footer-contact .fc-item a:hover { color: var(--orange-300); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; font-size: .82rem; color: #fff; flex-wrap: wrap; }
.footer-bottom .fb-links { display: flex; gap: 20px; }
.footer-bottom .fb-links a { color: #fff; }
.footer-bottom .fb-links a:hover { color: var(--orange-300); }

/* ---------- Breadcrumb ---------- */
.crumbs { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--muted); margin-bottom: 18px; flex-wrap: wrap; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--orange); }
.crumbs .sep { opacity: .5; }
.crumbs .current { color: var(--ink-2); font-weight: 600; }

/* ---------- Helpers ---------- */
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 8px; } .mt-4 { margin-top: 16px; } .mt-6 { margin-top: 24px; } .mt-8 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; } .mb-2 { margin-bottom: 8px; } .mb-4 { margin-bottom: 16px; } .mb-6 { margin-bottom: 24px; } .mb-8 { margin-bottom: 32px; }
.text-orange { color: var(--orange); }
.text-muted { color: var(--muted); }
.lead { font-size: 1.1rem; color: var(--muted); }
.fw-700 { font-weight: 700; }
.divider { height: 1px; background: var(--line); border: 0; margin-block: 40px; }

/* Mobile menu panel */
.mobile-menu {
  display: none; position: fixed; top: calc(var(--header-h) + 31px); left: 0; right: 0; bottom: 0;
  height: calc(100vh - var(--header-h) - 31px); z-index: 60;
  background: var(--paper); backdrop-filter: blur(14px);
  padding: 20px 24px 40px; overflow-y: auto;
  flex-direction: column; gap: 4px;
  box-shadow: 0 20px 40px -10px rgba(15, 27, 45, .15);
}
.mobile-menu a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 16px; border-radius: 10px; font-size: 1.05rem; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.mobile-menu a:hover, .mobile-menu a.active { color: var(--orange); background: var(--orange-50); }
.mobile-menu a::after { content: "→"; color: var(--orange); opacity: .6; }
.mobile-menu .mm-cta { margin-top: 18px; }
body.nav-open .mobile-menu { display: flex; }
body.nav-open { overflow: hidden; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  :root { --header-h: 64px; }
  .nav-menu, .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse .split-text { order: 0; }
  .hero-stats { gap: 18px; }
}
@media (max-width: 720px) {
  .topbar .tb-contact { gap: 14px; font-size: .78rem; }
  .topbar .tb-contact a span.lbl { display: none; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .ref-item { grid-template-columns: 1fr; }
  .ref-item .ref-shot { max-width: 320px; }
  .reason-block { grid-template-columns: 1fr; gap: 12px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .hero-stats .stat-num { font-size: 1.5rem; }
  .card { padding: 24px; }
  .section { padding-block: 52px; }
  .radio-row { flex-wrap: wrap; gap: 14px; }
}
@media (max-width: 420px) {
  .hero-actions .btn { flex: 1 1 100%; }
  .brand img { height: 40px; }
}

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