
:root {
  --ink: #112033;
  --muted: #5e6a78;
  --line: #dce4ee;
  --soft: #f3f7fb;
  --soft-2: #eef5f6;
  --white: #ffffff;
  --brand: #0b5c6b;
  --brand-2: #0f7b8d;
  --gold: #c89a45;
  --gold-dark: #a87928;
  --dark: #092632;
  --shadow: 0 24px 70px rgba(10, 42, 58, .16);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand-2); }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 840px; }
.section-pad { padding: 96px 0; }
.section-soft { background: linear-gradient(180deg, var(--soft), #fff); }
.section-dark { background: radial-gradient(circle at top left, #174d5a 0, var(--dark) 44%, #071923 100%); color: var(--white); }
.skip-link {
  position: absolute; left: -999px; top: 12px; background: var(--ink); color: #fff;
  padding: 10px 14px; border-radius: 10px; z-index: 99;
}
.skip-link:focus { left: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.88);
  backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid rgba(220,228,238,.75);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 24px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-logo { display: block; width: 220px; height: auto; }
.footer-logo { display: block; width: 220px; max-width: 100%; height: auto; }
.brand-mark {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 15px;
  color: #fff; font-weight: 800; letter-spacing: -.03em;
  background: linear-gradient(145deg, var(--brand), var(--brand-2)); box-shadow: 0 12px 30px rgba(11,92,107,.25);
}
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand-text small { color: var(--muted); font-size: .82rem; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 13px; border-radius: 999px; color: var(--muted); font-weight: 650; font-size: .95rem; }
.main-nav a[aria-current="page"], .main-nav a:hover { background: #e9f4f6; color: var(--brand); }
.main-nav .nav-cta { margin-left: 8px; background: var(--ink); color: #fff; box-shadow: 0 10px 25px rgba(17,32,51,.16); }
.main-nav .nav-cta:hover { background: var(--brand); color: #fff; }
.nav-toggle { display: none; border: 0; background: var(--ink); color: #fff; border-radius: 999px; padding: 11px 14px; font-weight: 700; }
.nav-toggle i { display: inline-block; width: 18px; height: 2px; margin-left: 8px; background: currentColor; box-shadow: 0 6px currentColor, 0 -6px currentColor; vertical-align: middle; }
.hero { overflow: hidden; background: linear-gradient(135deg, #f6fbfc 0%, #ffffff 44%, #f7f2e8 100%); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0 0 20px; }
h1 { font-size: clamp(2.55rem, 5vw, 5.45rem); }
h2 { font-size: clamp(2rem, 3vw, 3.25rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; color: var(--muted); }
.section-dark p, .section-dark span { color: rgba(255,255,255,.78); }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.32rem); max-width: 780px; color: #425062; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; box-shadow: 0 18px 40px rgba(11,92,107,.25); }
.button-primary:hover { color: #fff; box-shadow: 0 22px 48px rgba(11,92,107,.3); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.7); color: var(--ink); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.trust-list li { border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 999px; padding: 8px 12px; color: var(--muted); font-weight: 700; font-size: .9rem; }
.hero-card { position: relative; border-radius: var(--radius-lg); background: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.86); padding: 24px; box-shadow: var(--shadow); }
.metric-card { position: absolute; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; box-shadow: 0 20px 44px rgba(17,32,51,.13); min-width: 155px; }
.metric-card strong { display: block; color: var(--brand); font-size: 1.75rem; line-height: 1; }
.metric-card span { display: block; margin-top: 5px; color: var(--muted); font-size: .82rem; line-height: 1.25; }
.metric-card-a { left: 6px; bottom: 42px; }
.metric-card-b { right: -8px; top: 34px; }
.section-heading { margin-bottom: 42px; }
.cards { display: grid; gap: 22px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card, .pricing-card, .values-card, .highlight-box, .contact-card, .contact-form, .table-card, .success-box {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: 0 16px 44px rgba(17,32,51,.06);
}
.card .icon { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: #e9f4f6; color: var(--brand); font-weight: 900; margin-bottom: 22px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.split.reverse { grid-template-columns: 1.05fr .95fr; }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; counter-reset: process; }
.process-list li { position: relative; padding: 20px 22px 20px 70px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.process-list li:before { counter-increment: process; content: counter(process); position: absolute; left: 20px; top: 20px; width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--brand); font-weight: 900; }
.process-list strong { display: block; margin-bottom: 4px; }
.process-list span { color: var(--muted); }
.text-link { color: var(--brand); font-weight: 900; border-bottom: 2px solid rgba(15,123,141,.28); }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: start; }
.proof-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.proof-items div { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.06); }
.proof-items strong { display: block; font-size: 1.18rem; margin-bottom: 7px; }
.proof-items span { display: block; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 38px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #edf8fa, #fff8ec); border: 1px solid var(--line); }
.cta-panel h2 { margin-bottom: 8px; }
.page-hero { background: linear-gradient(135deg, #f6fbfc, #ffffff); border-bottom: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pricing-card h2 { color: var(--brand); font-size: 3rem; margin-bottom: 4px; }
.pricing-card.featured { border: 2px solid rgba(200,154,69,.55); transform: translateY(-10px); }
.price-note { font-weight: 750; color: var(--ink); }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 900; }
.table-card { padding: 0; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: #f5f9fc; color: var(--ink); font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; }
td:last-child { font-weight: 850; color: var(--brand); white-space: nowrap; }
.legal-note { margin-top: 20px; padding: 16px 18px; background: #fff8ec; border: 1px solid #eedbb5; border-radius: var(--radius-sm); color: #69522a; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 26px; align-items: start; }
.contact-form { display: grid; gap: 17px; }
.form-row.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: grid; gap: 7px; color: var(--ink); font-weight: 800; }
label span { color: var(--gold-dark); }
input, textarea { width: 100%; border: 1px solid #ccd8e4; border-radius: 15px; padding: 14px 15px; font: inherit; color: var(--ink); background: #fff; }
input:focus, textarea:focus { outline: 3px solid rgba(15,123,141,.16); border-color: var(--brand-2); }
textarea { resize: vertical; }
.checkbox { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--muted); }
.checkbox input { width: 18px; height: 18px; margin-top: 4px; flex: 0 0 auto; }
.checkbox a { color: var(--brand); text-decoration: underline; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-status { border-radius: 14px; padding: 14px 16px; background: #fff8ec; border: 1px solid #eedbb5; color: #69522a; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; }
.legal-nav { position: sticky; top: 110px; display: grid; gap: 8px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.legal-nav a { padding: 9px 11px; border-radius: 12px; color: var(--muted); font-weight: 750; }
.legal-nav a:hover { background: #e9f4f6; color: var(--brand); }
.legal-content { max-width: 850px; }
.legal-content section { padding: 24px 0; border-bottom: 1px solid var(--line); }
.legal-content h1 { font-size: clamp(2.4rem, 4vw, 4rem); }
.legal-content h2 { font-size: 1.45rem; letter-spacing: -.025em; margin-bottom: 12px; }
.site-footer { padding: 58px 0; background: #071923; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 34px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.site-footer h2 { font-size: .95rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; color: #fff; }
.footer-brand { color: #fff; font-weight: 850; margin-bottom: 14px; }
.fineprint { font-size: .92rem; color: #738092; }
@media (max-width: 980px) {
  .section-pad { padding: 72px 0; }
  .hero-grid, .split, .proof-grid, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
  .cards.three, .pricing-grid { grid-template-columns: 1fr; }
  .cards.two, .proof-items, .footer-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .legal-nav { position: static; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 72px; }
  .nav-toggle { display: inline-flex; align-items: center; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 8px; background: #fff; padding: 16px; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
  .brand-logo { width: 184px; }
  .brand-text small { display: none; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.6rem); }
  .hero-actions .button, .cta-panel .button { width: 100%; }
  .form-row.two { grid-template-columns: 1fr; }
  .metric-card { position: static; margin-top: 12px; }
  .hero-card { padding: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Premium refinement v2 -------------------------------------------------- */
:root {
  --ink: #0b1d2b;
  --muted: #607181;
  --line: #d8e3ec;
  --soft: #f4f8fb;
  --brand: #075865;
  --brand-2: #0a7d91;
  --gold: #d7ad63;
  --gold-dark: #986d22;
  --dark: #071f2a;
  --shadow: 0 30px 90px rgba(7, 31, 42, .16);
}
body {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 42%, #ffffff 100%);
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}
.site-header {
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(22px) saturate(175%);
  -webkit-backdrop-filter: blur(22px) saturate(175%);
  box-shadow: 0 1px 0 rgba(255,255,255,.7), 0 14px 38px rgba(7,31,42,.05);
}
.header-inner { min-height: 76px; }
.brand-logo { width: 224px; }
.main-nav { gap: 8px; }
.main-nav a { padding: 10px 15px; transition: background .18s ease, color .18s ease, transform .18s ease; }
.main-nav a:hover { transform: translateY(-1px); }
.main-nav .nav-cta {
  background: linear-gradient(135deg, #0b1d2b, #071923);
  box-shadow: 0 16px 34px rgba(7, 31, 42, .18);
}
.section-pad { padding: 88px 0; }
.section-soft {
  background:
    radial-gradient(circle at 14% 8%, rgba(10,125,145,.10), transparent 30%),
    linear-gradient(180deg, #f6fafc 0%, #ffffff 100%);
}
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(10,125,145,.13), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(215,173,99,.16), transparent 26%),
    linear-gradient(135deg, #f7fbfd 0%, #ffffff 76%);
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10,125,145,.32), transparent);
}
.hero {
  position: relative;
  background:
    radial-gradient(circle at 7% 4%, rgba(10,125,145,.12), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(215,173,99,.17), transparent 26%),
    linear-gradient(135deg, #f8fcfd 0%, #ffffff 46%, #fff8ea 100%);
}
.hero:before, .hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}
.hero:before { width: 280px; height: 280px; right: 8%; top: 72px; background: rgba(10,125,145,.08); }
.hero:after { width: 220px; height: 220px; left: 4%; bottom: 64px; background: rgba(215,173,99,.10); }
.hero .container { position: relative; z-index: 1; }
h1 { letter-spacing: -.06em; }
h2 { letter-spacing: -.055em; }
.lead { color: #455667; }
.eyebrow { color: var(--gold-dark); }
.button { box-shadow: none; }
.button-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 52%, #0b6271 100%);
  box-shadow: 0 18px 42px rgba(7, 88, 101, .25);
}
.button-secondary {
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 34px rgba(7,31,42,.06);
}
.trust-list li {
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 28px rgba(7,31,42,.05);
}
.hero-card {
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,255,255,.56));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 32px 90px rgba(7,31,42,.15);
}
.metric-card {
  border-color: rgba(216,227,236,.86);
  box-shadow: 0 20px 54px rgba(7,31,42,.13);
}
.card, .pricing-card, .values-card, .contact-card, .contact-form, .table-card, .success-box {
  border: 1px solid rgba(216,227,236,.86);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
  box-shadow: 0 22px 62px rgba(7,31,42,.07);
}
.card, .pricing-card, .values-card, .contact-card, .contact-form, .table-card, .success-box, .highlight-box { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover, .pricing-card:hover, .values-card:hover, .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 82px rgba(7,31,42,.11);
  border-color: rgba(10,125,145,.28);
}
.card .icon {
  color: #fff;
  background: linear-gradient(145deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 28px rgba(10,125,145,.18);
}
.process-list li {
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 18px 48px rgba(7,31,42,.055);
}
.process-list li:before {
  background: linear-gradient(145deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 22px rgba(10,125,145,.18);
}
.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(10,125,145,.36), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(215,173,99,.16), transparent 24%),
    linear-gradient(135deg, #0c4653 0%, #071f2a 48%, #04131c 100%);
}
.section-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.8), rgba(0,0,0,.18));
}
.section-dark .container { position: relative; z-index: 1; }
.section-dark .eyebrow { color: #e7c782; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark strong { color: #fff; }
.section-dark p, .section-dark span { color: rgba(255,255,255,.76); }
.proof-items div {
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 52px rgba(0,0,0,.12);
}
.highlight-box {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 28px 84px rgba(0,0,0,.20);
}
.section-dark .highlight-box h3,
.section-dark .highlight-box h4,
.section-dark .highlight-box strong { color: var(--ink); }
.section-dark .highlight-box p,
.section-dark .highlight-box span,
.section-dark .highlight-box li { color: var(--muted); }
.highlight-box:before {
  content: "";
  position: absolute;
  left: 0; top: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--gold), var(--brand-2));
}
.authority-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.authority-copy p { max-width: 620px; }
.authority-panel {
  position: relative;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.93));
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 34px 94px rgba(0,0,0,.22);
  color: var(--ink);
  overflow: hidden;
}
.authority-panel:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--brand), var(--gold), var(--brand-2));
}
.authority-header { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.authority-seal {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  color: #fff !important;
  background: linear-gradient(145deg, var(--brand), var(--brand-2));
  font-weight: 900;
  font-size: 1.34rem;
  box-shadow: 0 16px 34px rgba(10,125,145,.24);
}
.authority-header strong { display: block; color: var(--ink) !important; font-size: 1.18rem; line-height: 1.2; }
.authority-header span { display: block; color: var(--muted) !important; margin-top: 4px; }
.authority-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.authority-columns h3 { color: var(--ink) !important; font-size: 1rem; letter-spacing: -.02em; margin-bottom: 10px; }
.section-dark .authority-panel li { color: var(--muted); }
.authority-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.authority-panel li { position: relative; padding-left: 27px; font-size: .96rem; line-height: 1.45; }
.authority-panel li:before { position: absolute; left: 0; top: 0; font-weight: 900; }
.authority-panel .check-list { margin: 0; }
.authority-panel .check-list li:before { content: "✓"; color: var(--brand); }
.x-list li:before { content: "–"; color: var(--gold-dark); }
.authority-note {
  margin: 22px 0 0;
  padding: 15px 16px;
  border-radius: 18px;
  background: #fff8ec;
  border: 1px solid #efdcb5;
  color: #6d572e !important;
  font-weight: 650;
}
.pricing-card.featured {
  position: relative;
  border: 2px solid rgba(215,173,99,.58);
  box-shadow: 0 34px 82px rgba(152,109,34,.13);
}
.pricing-card.featured:before {
  content: "Empfohlen";
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff8ec;
  border: 1px solid #efdcb5;
  color: var(--gold-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cta-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(10,125,145,.15), transparent 28%),
    radial-gradient(circle at 93% 0%, rgba(215,173,99,.18), transparent 26%),
    linear-gradient(135deg, #eef8fa, #fff7e7);
  box-shadow: 0 26px 70px rgba(7,31,42,.09);
}
.cta-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.contact-form input, .contact-form textarea { transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.contact-form input:focus, .contact-form textarea:focus { box-shadow: 0 0 0 6px rgba(10,125,145,.08); }
.table-card { box-shadow: 0 26px 72px rgba(7,31,42,.09); }
th { background: linear-gradient(180deg, #f6fafc, #edf5f7); }
.site-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(10,125,145,.25), transparent 26%),
    linear-gradient(135deg, #071923, #041018);
}
@media (max-width: 980px) {
  .authority-grid, .authority-columns { grid-template-columns: 1fr; }
  .section-pad { padding: 72px 0; }
}
@media (max-width: 780px) {
  .brand-logo { width: 192px; }
  .authority-panel { padding: 26px; border-radius: 26px; }
}

/* Premium refinement v3 -------------------------------------------------- */
/* Removes the decorative top stripe from the authority card and replaces it
   with a quieter, high-end glass-paper surface. */
.authority-panel {
  background: linear-gradient(160deg, #ffffff 0%, #fbfdff 54%, #f2f8fa 135%);
  border: 1px solid rgba(216, 227, 236, .96);
  box-shadow: 0 34px 94px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .95);
}
.authority-panel:before { display: none; }
.authority-panel:after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 31px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}
.authority-header,
.authority-columns,
.authority-note { position: relative; z-index: 1; }
.authority-seal {
  box-shadow: 0 16px 34px rgba(10,125,145,.20), inset 0 1px 0 rgba(255,255,255,.22);
}
.section-dark .authority-panel {
  border-color: rgba(255,255,255,.74);
}

/* Version 9: Mail-only contact page */
.contact-grid-mailonly { grid-template-columns: .82fr 1.18fr; }
.mail-card h2 { margin-bottom: 12px; }
.mail-preview {
  margin: 18px 0 20px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(245, 249, 252, .95), rgba(255, 248, 236, .82));
  border: 1px solid rgba(200,154,69,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.mail-preview p { margin: 0 0 10px; }
.mail-preview p:last-child { margin-bottom: 0; }
.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin: 4px 0 12px; }
@media (max-width: 760px) {
  .contact-actions .button { width: 100%; }
}
