:root{
  --navy:#0b2440;
  --navy-2:#0e2c4d;
  --gold:#D4AF37;      /* warm amber burnished gold */
  --orange:#c1691c;    /* eyebrow, periods, learn-more, active nav */
  --ink:#17293f;
  --muted:#5b6b7d;
  --line:#e5e9ef;
  --paper:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#e9edf1}
a{text-decoration:none;color:inherit}
a:hover{color:var(--gold)}
.serif{font-family:"Source Serif 4",Georgia,"Times New Roman",serif}
.page{width:min(1440px,100%);margin:auto;background:#F9F9F7;box-shadow:0 0 40px rgba(2,18,42,.12)}

/* Topbar */
.topbar{background:var(--navy);color:#e9eef5;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:9px 40px;font-size:12px}
.topbar .badges,.topbar .locale{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.badges span{display:inline-flex;align-items:center;gap:7px;letter-spacing:.02em}
.gold-dot{color:var(--gold);font-size:10px}
.locale span{display:inline-flex;align-items:center;gap:6px}
/* line icons — one gold family across the page */
svg.i,svg.icon,svg.si,svg.fi{fill:none;stroke:var(--gold);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}
.locale svg.i{width:14px;height:14px;stroke-width:1.8}
.locale svg.i.sm{width:12px;height:12px}

/* Reviews teaser (home) */
.revs{padding:44px 40px 4px}
.revs-head{display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);padding-bottom:22px}
.revs-score{flex:none;text-align:center}
.stars{color:var(--gold);letter-spacing:.14em;font-size:19px;line-height:1}
.stars.sm{font-size:14px}
.revs-num{margin-top:9px;font-family:"Source Serif 4",Georgia,serif;color:var(--navy);line-height:1}
.revs-num strong{font-size:38px;font-weight:600}
.revs-num span{font-size:17px;color:var(--muted)}
.revs-lbl{margin-top:5px;font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.revs-title small{display:block;color:var(--gold);font-size:11.5px;font-weight:700;letter-spacing:.14em}
.revs-title h2{margin:9px 0 0;font-size:29px;font-weight:600;line-height:1.15;color:var(--navy);letter-spacing:-.01em}
.revs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.rev{margin:0;border:1px solid var(--line);border-radius:12px;background:#fff;padding:22px 24px}
.rev blockquote{margin:13px 0 0;font-size:14.5px;line-height:1.65;color:#3c4d60}
.revs-more{display:inline-flex;align-items:center;margin-top:22px;background:var(--navy);color:#fff;padding:13px 24px;border-radius:8px;font-size:13.5px;font-weight:700}
.revs-more:hover{background:var(--gold);color:var(--navy)}
@media (max-width:1000px){.revs{padding-left:24px;padding-right:24px}.revs-grid{grid-template-columns:1fr}.revs-head{flex-wrap:wrap;gap:20px}}
@media (max-width:640px){.revs{padding-left:16px;padding-right:16px}.revs-title h2{font-size:23px}}

/* Header */
.header{height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:0 40px;border-bottom:1px solid var(--line)}
.brand img{height:92px;display:block}
.nav{display:flex;justify-content:center;gap:30px;font-size:13.5px;font-weight:600;color:#324862}
.nav a{padding:28px 0 26px;position:relative}
.nav a:hover{color:var(--gold)}
.nav a.active{color:var(--gold)}
.nav a.active::after,.nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--gold)}
.nav-item{position:relative;display:flex}
.nav-item>a{display:inline-flex;align-items:center;gap:5px}
.nav-caret{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
.nav-item:hover .nav-caret{transform:rotate(180deg)}
.nav-sub{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(6px);min-width:216px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 40px rgba(11,36,64,.13);padding:8px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .16s ease,transform .16s ease;z-index:40}
.nav-item:hover .nav-sub{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-sub a{padding:11px 14px;border-radius:7px;font-size:13px;font-weight:600;color:#324862;white-space:nowrap}
.nav-sub a:hover{background:#f4f6f9;color:var(--gold)}
.nav-sub a:hover::after,.nav-sub a.active::after{display:none}
.phone{border:1.5px solid var(--gold);border-radius:9px;padding:13px 20px;font-weight:700;font-size:14px;color:var(--navy);display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
.phone svg.i{width:17px;height:17px}
.tel-ic{object-fit:contain;flex:none;display:inline-block;width:auto}
.phone .tel-ic{height:17px}
.footer .fcell .tel-ic{height:18px;margin-top:1px}

/* Hero */
.hero{position:relative;min-height:540px;background:#eaeef2 url("../img/hero-bg.png") right center/cover no-repeat;overflow:hidden}
.hero-doc{position:absolute;right:24%;bottom:0;height:90%;width:auto;object-fit:contain;object-position:bottom center;z-index:2;pointer-events:none}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#F9F9F7 0%,#F9F9F7 22%,rgba(249,249,247,.72) 40%,rgba(249,249,247,.15) 52%,rgba(249,249,247,0) 62%);z-index:1;pointer-events:none}
.hero-copy{position:relative;z-index:3;max-width:560px;padding:46px 40px 96px}
.eyebrow{color:var(--gold);font-size:13px;font-weight:700;letter-spacing:.12em;margin-bottom:14px}
.hero h1{margin:0;color:var(--navy);font-size:40px;line-height:1.08;font-weight:600;letter-spacing:-.01em;text-wrap:balance}
.hero h1 .dot{color:var(--gold)}
.hero p{font-size:14.5px;line-height:1.65;color:#3c4d60;max-width:470px;margin:18px 0 0}
.hero .hero-p2{margin-top:12px}
.hero .actions{margin-top:26px}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{border-radius:8px;padding:15px 22px;font-size:13.5px;font-weight:700;display:inline-flex;align-items:center;gap:10px;border:1.5px solid var(--navy);cursor:pointer}
.btn.primary{background:var(--navy);color:#fff}
.btn.primary:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.btn.primary:hover svg.i{stroke:var(--navy)}
.btn.secondary{background:#fff;color:var(--navy)}
.btn.secondary:hover{color:var(--navy)}
.btn.primary svg.i{width:17px;height:17px;stroke:#fff}

/* Hero quote bubble (real text — RTL-ready) */
.quote{position:absolute;z-index:3;right:44px;bottom:74px;width:320px;margin:0;padding:24px 26px 22px;border-radius:14px;background:rgba(255,255,255,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 14px 34px rgba(4,24,50,.18);border:1px solid rgba(255,255,255,.6)}
.quote .qmark{display:block;font-family:"Source Serif 4",Georgia,serif;color:var(--gold);font-size:46px;line-height:.6;font-weight:700}
.quote blockquote{margin:8px 0 14px;font-size:15px;line-height:1.55;color:var(--navy);font-weight:500}
.quote figcaption{font-size:13px;font-weight:700;color:var(--ink)}
.quote .sig-img{display:block;width:150px;height:auto;margin-top:8px;opacity:.9}
.hero-media{position:relative;overflow:hidden}
.hero-media .or{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right}
.hero-media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.15) 12%,rgba(255,255,255,0) 30%);z-index:1;pointer-events:none}

/* Stats */
.stats{position:relative;z-index:4;margin:-46px 40px 0;background:var(--navy);color:#fff;border-radius:9px;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 12px 30px rgba(4,24,50,.22)}
.stat{padding:20px 22px;display:flex;align-items:center;gap:15px;position:relative}
.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:18px;bottom:18px;width:1px;background:rgba(255,255,255,.16)}
.stat .icon{width:32px;height:32px;stroke-width:1.4;flex:none}
.stat strong{display:block;font-size:24px;font-weight:700;line-height:1;color:var(--gold)}
.stat small{display:block;font-size:10px;line-height:1.35;letter-spacing:.06em;color:#c6d2e0;margin-top:4px}
.stat.hosp strong{font-size:15px}

/* Certifications */
.certifications{margin:26px 40px 0;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}
.certifications div{min-height:104px;display:flex;align-items:center;justify-content:center;padding:16px 18px}
.certifications div:not(:last-child){border-right:1px solid var(--line)}
.cert{display:flex;align-items:center;gap:14px;justify-content:center}
.cert-abbr{font-size:30px;font-weight:800;color:var(--navy);letter-spacing:.01em;line-height:1;font-family:"Source Serif 4",Georgia,serif}
.cert-abbr.fifa{font-family:Arial,Helvetica,sans-serif;font-style:italic;letter-spacing:-.02em}
.cert-logo{height:26px;width:auto;flex:none}
.cert-mark{height:52px;width:auto;flex:none}
.cert-mark.wide{height:34px}
.cert-t{font-size:12.5px;line-height:1.35;color:var(--gold);font-weight:600}
.cert-t b{display:block;color:var(--gold);font-size:15px;font-weight:800;letter-spacing:.02em}
.flag-de{width:40px;height:40px;border-radius:50%;background:linear-gradient(#141414 0 33.33%,#c8102e 33.33% 66.66%,#f5c518 66.66%);flex:none;box-shadow:0 1px 3px rgba(0,0,0,.18)}

/* Cards */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:26px 40px 0}
.card{min-height:150px;border-radius:9px;overflow:hidden;position:relative;background:var(--navy);color:#fff;display:grid;grid-template-columns:40% 60%}
.card>img{width:100%;height:100%;object-fit:cover}
.card-body{padding:20px 18px;display:flex;flex-direction:column}
.card h3{font-size:16px;margin:0 0 10px;letter-spacing:.04em;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:10px}
.card p{font-size:12px;line-height:1.55;margin:0 0 14px;color:#d7e1ee;flex:1}
.learn{font-size:12px;font-weight:700;color:var(--gold);display:inline-flex;gap:6px;align-items:center}
.learn:hover{color:var(--orange)}

/* Sports */
.sports{margin:26px 40px 0;border:1px solid var(--line);border-radius:9px;display:grid;grid-template-columns:1.6fr repeat(4,.72fr) 1.15fr;align-items:stretch;overflow:hidden;background:linear-gradient(90deg,#ffffff 0%,#ffffff 30%,#fafcfe 55%,#f7fafc 75%,#f9f9fb 100%)}
.sports-intro{display:flex;gap:16px;align-items:center;padding:20px 24px}
.sports-intro .badge-runner{width:56px;height:56px;flex:none;border-radius:50%;display:block}
.sports-intro .round svg.runner{width:30px;height:30px;fill:#fff;stroke:none;flex:none}
.sports-intro small{color:var(--gold);font-weight:700;font-size:11px;letter-spacing:.1em}
.sports-intro h2{font-weight:600;font-size:21px;margin:4px 0 5px}
.sports-intro .sub{font-size:11.5px;color:var(--muted)}
.sport-item{display:grid;place-items:center;text-align:center;font-size:11px;color:#33465a;font-weight:600;padding:14px 8px;border-left:1px solid var(--line);gap:8px}
.sport-item .sic{max-height:50px;max-width:84px;width:auto;height:auto;display:block}
.sports-photo{border-left:0;position:relative}
.sports-photo img{width:100%;height:100%;object-fit:cover;display:block;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#000 58%,#000 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#000 58%,#000 100%)}

/* Footer */
.footer{margin:26px 40px 34px;border:1px solid var(--line);border-radius:9px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1.25fr;overflow:hidden}
.footer .fcell{padding:18px 20px;font-size:11.5px;line-height:1.5;color:var(--muted);display:flex;gap:12px;transition:background .15s}
.footer .fcell:not(:last-child){border-right:1px solid var(--line)}
.footer .fcell:hover{background:#f6f9fc}
.footer .fcell:hover b{color:var(--gold)}
.footer .fi{width:18px;height:18px;flex:none;margin-top:1px}
.footer b{display:block;color:var(--navy);font-size:12px;margin-bottom:3px}

@media (max-width:1000px){
  .header{grid-template-columns:auto 1fr;gap:12px}.phone{display:none}.nav{gap:16px;font-size:12px}
  .hero{min-height:460px}.hero::before{background:linear-gradient(90deg,#fff 0%,#fff 30%,rgba(255,255,255,.7) 50%,rgba(255,255,255,0) 70%)}
  .stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2n)::after{display:none}
  .certifications{grid-template-columns:repeat(3,1fr)}
  .cards{grid-template-columns:1fr}
  .sports{grid-template-columns:1fr 1fr 1fr}.sports-intro{grid-column:1/-1}
  .footer{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .topbar{padding:8px 16px}.topbar .badges{display:none}
  .header{padding:12px 16px}
  .nav{overflow-x:auto;justify-content:flex-start;white-space:nowrap}.nav a{padding:10px 0}
  .hero h1{font-size:36px}.hero-copy{padding:28px 18px 40px;max-width:none}
  .hero{min-height:auto}.hero::before{background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.7) 100%)}
  .hero-doc{display:none}
  .quote{position:static;width:auto;margin:0 18px 24px;right:auto;bottom:auto}
  .stats,.certifications,.cards,.sports,.footer{margin-left:16px;margin-right:16px}
  .stats{grid-template-columns:1fr}.stat::after{display:none}
  .certifications{grid-template-columns:1fr}.certifications div{border-right:0!important;border-bottom:1px solid var(--line)}
  .sports{grid-template-columns:1fr 1fr}.sports-photo{grid-column:1/-1;min-height:120px}
  .footer{grid-template-columns:1fr}.footer .fcell{border-right:0!important;border-bottom:1px solid var(--line)}
}

/* Homepage teaser shows up to 3 live reviews — fill the row at any count */
.revs-grid{grid-template-columns:repeat(6,1fr)}
.revs-grid .rev{grid-column:span 2}
.revs-grid:not(:has(.rev:nth-child(3))) .rev{grid-column:span 3}
.revs-grid:not(:has(.rev:nth-child(2))) .rev{grid-column:2/6}
@media (max-width:1000px){.revs-grid{grid-template-columns:1fr}.revs-grid .rev{grid-column:1/-1!important}}

/* Google attribution on the homepage teaser cards */
.revs-grid .rev figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:14px}

[data-wa-off]{pointer-events:none;opacity:.5;cursor:default;filter:grayscale(1)}
