:root {
  --ink: #10252a;
  --muted: #597077;
  --line: #dbe5e6;
  --surface: #ffffff;
  --soft: #f3f7f7;
  --primary: #075f69;
  --primary-2: #0b7c7e;
  --dark: #082f35;
  --accent: #d9ff6f;
  --accent-dark: #183f32;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(12, 55, 60, .10);
  --container: 1240px;
}
* { 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(--surface); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: .7rem 1rem; background: #fff; color: #000; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219,229,230,.8); }
.header-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 1 410px; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .96rem; font-weight: 700; }
.main-nav a { text-decoration: none; padding-block: 12px; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--primary-2); }
.main-nav .nav-contact { padding: 12px 18px; color: white; background: var(--primary); border-radius: 999px; }
.nav-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; }
.hero { background: linear-gradient(135deg, #f7fbfa 0%, #eff7f6 48%, #e6f1ef 100%); padding: 84px 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.eyebrow { margin: 0 0 18px; color: var(--primary-2); font-weight: 800; letter-spacing: .105em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.5vw, 6.4rem); margin-bottom: 26px; max-width: 820px; }
h1 em { color: var(--primary-2); font-style: normal; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.4rem); margin-bottom: 22px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
.hero-lead { font-size: clamp(1.12rem, 1.8vw, 1.42rem); color: var(--muted); max-width: 720px; margin: 0 0 32px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 24px rgba(7,95,105,.2); }
.button-secondary { border-color: #aabfc1; background: rgba(255,255,255,.7); }
.button-light { background: var(--accent); color: var(--accent-dark); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; padding: 0; margin: 30px 0 0; color: #36595e; font-weight: 700; font-size: .92rem; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--primary-2); }
.hero-visual { align-self: end; }
.trust-strip { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--dark); color: white; border-radius: 24px 24px 0 0; overflow: hidden; }
.trust-strip div { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.11); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 1.08rem; margin-bottom: 5px; }
.trust-strip span { color: #b7cbce; font-size: .88rem; }
.section { padding: 112px 0; }
.split-heading, .section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.section-heading { margin-bottom: 50px; }
.section-heading > p, .prose-large { color: var(--muted); font-size: 1.1rem; }
.prose-large p:last-child { margin-bottom: 0; }
.section-dark { background: var(--dark); color: white; }
.section-heading.light > p, .section-dark .eyebrow { color: #b8d3d3; }
.card-grid { display: grid; gap: 18px; }
.insurance-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card { position: relative; min-height: 285px; padding: 30px; border-radius: var(--radius); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); transition: .2s ease; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.11); }
.feature-card .card-number { display: block; margin-bottom: 42px; color: var(--accent); font-weight: 900; }
.feature-card p { color: #bdd0d2; }
.feature-card a { position: absolute; left: 30px; bottom: 27px; text-decoration: none; color: var(--accent); font-weight: 800; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.industry-icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 30px; background: #e5f3f0; color: var(--primary); font-weight: 900; }
.industry-grid p { color: var(--muted); margin-bottom: 0; }
.section-accent { background: var(--accent); }
.section-heading.compact { grid-template-columns: 1fr; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-card { padding: 32px; min-height: 410px; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); box-shadow: 0 15px 40px rgba(30,65,48,.09); }
.case-label { align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: #e7f2ef; color: var(--primary); font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 28px; }
.case-card p { color: var(--muted); }
.case-footer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.case-footer span, .case-footer strong { display: block; }
.case-footer span { font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.legal-note { margin: 24px 0 0; font-size: .85rem; color: #496348; }
.check-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.check-intro { position: sticky; top: 130px; }
.check-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.check-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--dark); color: var(--accent); font-weight: 900; }
.check-list p { color: var(--muted); margin: 7px 0 0; }
.downloads { background: var(--soft); }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.download-card { display: flex; align-items: center; gap: 18px; padding: 24px; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: .2s; }
.download-card:hover { border-color: var(--primary-2); transform: translateY(-3px); box-shadow: var(--shadow); }
.file-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; background: var(--primary); color: white; border-radius: 14px; font-size: 1.3rem; }
.download-card strong, .download-card small { display: block; }
.download-card small { color: var(--muted); margin-top: 4px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 50px 24px 0; font-size: 1.15rem; font-weight: 800; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 1.7rem; color: var(--primary-2); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--muted); margin: 0 0 24px; max-width: 780px; }
.contact-section { padding: 100px 0; background: var(--primary); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.contact-section .eyebrow { color: #b8e3de; }
.contact-copy > p:not(.eyebrow) { color: #d4e8e6; font-size: 1.15rem; }
.contact-card { display: grid; gap: 7px; padding: 34px; border-radius: var(--radius); background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); font-style: normal; }
.contact-card .contact-kicker { color: var(--accent); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { font-size: 1.55rem; }
.contact-card p { margin: 7px 0; color: #d4e8e6; }
.contact-card a { color: white; font-weight: 700; }
.site-footer { background: #061f24; color: white; padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; }
.footer-grid img { max-width: 320px; }
.footer-grid p { color: #9db4b8; max-width: 360px; }
.footer-grid h2 { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.footer-grid a { display: block; color: #c4d2d4; text-decoration: none; margin: 8px 0; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #81999d; font-size: .82rem; }
:focus-visible { outline: 3px solid #b6e63f; outline-offset: 4px; }
@media (max-width: 1050px) {
  .main-nav { gap: 15px; font-size: .88rem; }
  .insurance-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.11); }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-row { min-height: 76px; }
  .brand { max-width: 310px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-contact { text-align: center; margin-top: 4px; }
  .hero { padding-top: 56px; }
  .hero-grid, .split-heading, .section-heading, .check-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-visual { max-width: 560px; margin-inline: auto; }
  .section { padding: 78px 0; }
  .industry-grid, .case-grid, .download-grid { grid-template-columns: 1fr 1fr; }
  .check-intro, .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-copy .button { width: 100%; }
  .hero-points { display: grid; }
  .trust-strip, .insurance-grid, .industry-grid, .case-grid, .download-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .trust-strip div:last-child { border-bottom: 0; }
  .feature-card { min-height: 260px; }
  .case-card { min-height: auto; }
  .footer-bottom { flex-direction: column; }
}

/* OGH-Entscheidungen – Ergänzung im bestehenden Designsystem */
.judgment-hero { padding-bottom: 86px; }
.judgment-hero-copy { max-width: 940px; }
.judgment-hero h1 { max-width: 1040px; font-size: clamp(3rem, 6vw, 6rem); }
.judgment-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.judgment-card { display: flex; flex-direction: column; min-height: 360px; padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(12,55,60,.06); }
.section-dark .judgment-card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); box-shadow: none; }
.judgment-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; }
.judgment-meta .case-label { margin-bottom: 0; }
.judgment-gz { color: var(--muted); font-weight: 800; font-size: .82rem; white-space: nowrap; }
.section-dark .judgment-gz { color: #b8d3d3; }
.judgment-card p { color: var(--muted); }
.section-dark .judgment-card p { color: #bdd0d2; }
.judgment-link { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: var(--primary-2); text-decoration: none; font-weight: 850; }
.section-dark .judgment-link { border-color: rgba(255,255,255,.14); color: var(--accent); }
.legal-page { min-height: 65vh; }
.legal-card { max-width: 900px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
.legal-card h2 { font-size: clamp(1.6rem,3vw,2.4rem); margin-top: 36px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card .button-row { margin-top: 26px; }
@media (max-width: 800px) { .judgment-grid { grid-template-columns: 1fr; } .judgment-card { min-height: 0; } .judgment-meta { align-items: flex-start; flex-direction: column; } .legal-card { padding: 28px; } }


/* Datenschutzfreundliche Anfahrt und Kontaktseite */
.directions-section{background:#f3f8f7}
.directions-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:2rem;align-items:stretch}
.map-consent{position:relative;min-height:420px;border-radius:var(--radius);overflow:hidden;background:#dcebea;box-shadow:var(--shadow);isolation:isolate}
.map-consent>img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}
.map-consent-overlay{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;padding:1.25rem;border-radius:20px;background:rgba(255,255,255,.95);box-shadow:0 14px 35px rgba(4,45,50,.16);backdrop-filter:blur(8px)}
.map-consent-overlay strong{display:block;font-size:1.15rem;color:var(--dark);margin-bottom:.35rem}.map-consent-overlay p{margin:.25rem 0 1rem;font-size:.93rem}
.map-consent iframe{border:0;width:100%;height:100%;min-height:480px;display:block}.map-consent.map-loaded{min-height:480px}
.directions-card{padding:clamp(1.6rem,4vw,2.5rem);border-radius:var(--radius);background:var(--dark);color:#fff;box-shadow:var(--shadow)}
.directions-card h3{font-size:clamp(1.7rem,3vw,2.3rem);margin:.15rem 0 1rem}.directions-card .eyebrow{color:var(--accent)}.directions-card p{color:rgba(255,255,255,.82)}
.compact-hero{min-height:auto;padding:clamp(4.5rem,8vw,7rem) 0;background:linear-gradient(135deg,#eef8f7,#fff)}
.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:start}.contact-topic-list{display:grid;gap:.75rem}.contact-topic-list span{padding:1rem 1.15rem;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:750;color:var(--dark)}
@media(max-width:860px){.directions-grid,.contact-page-grid{grid-template-columns:1fr}.map-consent{min-height:360px}.map-consent>img{min-height:360px}.map-consent-overlay{position:relative;left:auto;right:auto;bottom:auto;border-radius:0;box-shadow:none}.map-consent iframe,.map-consent.map-loaded{min-height:420px}}


/* Einheitlicher HELM-Kopfbereich und Menüstil */
.portal-bar{background:#edf5f4;border-bottom:1px solid #d8e5e3;color:#194e55;font:700 14px/1.4 Arial,Helvetica,sans-serif}
.portal-bar-row,.site-top-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:9px 0}
.portal-bar a{color:#00549F;text-decoration:none}.portal-bar a:hover{text-decoration:underline}
.site-top{background:#061f24;color:#dce9ea;font-size:.82rem}.site-top a{color:#fff;text-decoration:none}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,229,230,.86);box-shadow:none}
.header-row{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{flex:0 1 330px;max-width:330px}.brand img{display:block;width:100%;height:auto;max-height:74px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;font-size:.93rem;font-weight:750;flex-wrap:nowrap}
.main-nav a{display:block;text-decoration:none;padding:12px 0;border-radius:0;background:transparent;color:#10252a;white-space:nowrap}
.main-nav a:hover,.main-nav a:focus-visible,.main-nav a[aria-current="page"]{color:#0b7c7e;background:transparent}
.main-nav .nav-contact{padding:12px 18px;color:#fff;background:#075f69;border-radius:999px}
.main-nav .nav-contact:hover{color:#fff;background:#0b7c7e}
@media(max-width:1100px){.main-nav{gap:14px;font-size:.84rem}}
@media(max-width:820px){.portal-bar-row,.site-top-row{display:block;text-align:center}.header-row{min-height:76px}.brand{max-width:260px}.nav-toggle{display:block}.main-nav{position:absolute;left:14px;right:14px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:#fff;border:1px solid #dbe5e6;border-radius:18px;box-shadow:0 18px 50px rgba(12,55,60,.10)}.main-nav.is-open{display:flex}.main-nav a{padding:13px 14px}.main-nav .nav-contact{text-align:center;margin-top:4px}}

/* QA-FIX 2026-07-29: unified HELM top area */
.portal-bar{
  width:100%;
  background:#edf5f4!important;
  border-bottom:1px solid #d8e5e3!important;
  color:#194e55!important;
}
.portal-bar-row{min-height:40px;padding:9px 0!important}
.portal-bar a{color:#00549F!important}
.site-top{
  width:100%;
  background:#061f24!important;
  color:#dce9ea!important;
  border:0!important;
}
.site-top-row{min-height:36px;padding:8px 0!important}
.site-top a{color:#fff!important}
.site-header{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(219,229,230,.86)!important;
}

/* HELM MASTER V3: language switch */
.language-switch{display:inline-flex;align-items:center;gap:.3rem;margin-left:.45rem;white-space:nowrap;font-size:.92em}.language-switch a{font-weight:800;text-decoration:none}.language-switch a[aria-current="page"]{text-decoration:underline;text-underline-offset:3px}.language-switch span{opacity:.55}


/* HELM Master v4 – shared navigation, service menu, team, map and footer */
.helm-portalbar{background:#edf5f4;color:#063a40;font-size:.9rem;border-bottom:1px solid rgba(0,84,159,.12)}
.helm-topline{background:#052d32;color:#fff;font-size:.9rem}
.helm-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.helm-portalbar .helm-wrap,.helm-topline .helm-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:9px 0}
.helm-portalbar a{color:#00549F;text-decoration:none;font-weight:700}.helm-topline a{color:#fff}
.helm-header{background:#fff;border-bottom:1px solid #d8e5e5;position:relative;z-index:40}
.helm-header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.helm-header .brand img{display:block;max-width:330px;width:100%;height:auto;max-height:54px}
.helm-main-nav{display:flex;align-items:center;gap:24px;font-weight:700}
.helm-main-nav>a,.helm-service-dropdown>summary{color:#122c31;text-decoration:none;white-space:nowrap;cursor:pointer;list-style:none}
.helm-main-nav>a:hover,.helm-main-nav>a:focus,.helm-service-dropdown>summary:hover,.helm-service-dropdown>summary:focus{color:#00549F}
.helm-service-dropdown{position:relative}.helm-service-dropdown>summary::-webkit-details-marker{display:none}
.helm-service-dropdown>summary::after{content:'▾';font-size:.72em;margin-left:.35rem}
.helm-service-dropdown[open]>summary::after{content:'▴'}
.helm-service-menu{position:absolute;right:0;top:calc(100% + 14px);min-width:220px;padding:10px;background:#fff;border:1px solid #d8e5e5;border-radius:16px;box-shadow:0 18px 45px rgba(5,45,50,.18);display:grid;gap:3px;z-index:70}
.helm-service-menu a{padding:10px 12px;border-radius:10px;color:#123238;text-decoration:none}.helm-service-menu a:hover,.helm-service-menu a:focus{background:#edf5f4;color:#00549F}
.helm-nav-cta{display:inline-flex!important;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:#006d75;color:#fff!important}
.helm-nav-toggle{display:none;border:1px solid #c8dada;background:#fff;border-radius:10px;padding:10px 14px;font-weight:800;color:#123238}
.helm-language{display:inline-flex;gap:6px;align-items:center}.helm-language a{font-weight:800}
.helm-ogh-section,.helm-team-section{padding:72px 0}.helm-ogh-section{background:#f4f8f8}.helm-team-section{background:#fff}
.helm-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.helm-section-head>div{max-width:760px}
.helm-eyebrow{color:#739600;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}
.helm-ogh-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:34px;align-items:center;padding:34px;border-radius:24px;background:#fff;border:1px solid #d8e5e5;box-shadow:0 18px 45px rgba(5,45,50,.08)}
.helm-ogh-card h2,.helm-team-section h2,.helm-map-section h2,.helm-contact-section h2{margin:.35rem 0 .7rem;color:#063a40}
.helm-actions{display:flex;gap:12px;flex-wrap:wrap}.helm-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid #00549F}.helm-btn.primary{background:#00549F;color:#fff}.helm-btn.secondary{color:#00549F;background:#fff}
.helm-team-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.helm-team-card{background:#f7faf9;border:1px solid #d8e5e5;border-radius:20px;overflow:hidden;min-width:0}
.helm-team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center top;display:block;background:#eef4f3}
.helm-team-card .helm-team-copy{padding:15px}.helm-team-card h3{margin:0 0 5px;color:#063a40;font-size:1rem}.helm-team-card p{margin:0;font-size:.9rem;line-height:1.45;color:#496267}
.helm-contact-section{padding:62px 0;background:#063a40;color:#fff}.helm-contact-section h2{color:#fff}.helm-contact-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px}.helm-contact-card{display:flex;align-items:center;gap:16px;background:#fff;color:#123238;border-radius:20px;padding:16px 20px;min-width:320px}.helm-contact-card img{width:70px;height:70px;border-radius:50%;object-fit:cover;object-position:center top}.helm-contact-card a{color:#00549F}
.helm-map-section{padding:72px 0;background:#eef6f5}.helm-map-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:40px;align-items:center}.helm-location{display:grid;gap:12px;margin:22px 0}.helm-location div{display:grid;gap:2px}.helm-location span{color:#496267}
.helm-map-consent{position:relative;min-height:390px;border-radius:24px;overflow:hidden;background:#dfeceb;border:1px solid #c7dada}.helm-map-consent>img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}.helm-map-overlay{position:absolute;inset:0;display:grid;place-items:center;padding:24px;background:rgba(5,45,50,.15)}.helm-map-box{max-width:430px;background:rgba(255,255,255,.97);border-radius:20px;padding:24px;box-shadow:0 16px 40px rgba(5,45,50,.18)}.helm-map-frame{width:100%;height:390px;border:0}
.helm-footer{background:#04272c;color:#e7f3f3;padding:54px 0 0}.helm-footer-grid{display:grid;grid-template-columns:1.25fr .8fr .85fr .8fr;gap:42px;padding-bottom:42px}.helm-footer h3{color:#b8e321;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;margin:0 0 16px}.helm-footer p{color:#b8cdcf;line-height:1.7}.helm-footer-logo img{max-width:310px;max-height:56px;width:100%;height:auto;filter:none}.helm-footer-links{display:grid;gap:11px}.helm-footer a{color:#e7f3f3;text-decoration:none}.helm-footer a:hover{color:#b8e321}.helm-footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:22px 0 28px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#9fb9bc;font-size:.84rem}
.helm-en-hero{padding:82px 0;background:linear-gradient(135deg,#eef6f5,#fff)}.helm-en-hero h1{max-width:900px;color:#063a40;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.04;margin:.4rem 0 1rem}.helm-en-hero p{max-width:820px;font-size:1.14rem;color:#496267;line-height:1.7}.helm-en-content{padding:68px 0}.helm-en-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.helm-en-card{padding:24px;border:1px solid #d8e5e5;border-radius:20px;background:#fff}.helm-en-card h2,.helm-en-card h3{color:#063a40}.helm-en-card ul{padding-left:20px}.helm-notice{padding:18px 20px;border-left:5px solid #739600;background:#f2f7ea;border-radius:10px;margin:22px 0}
@media(max-width:1040px){.helm-main-nav{gap:14px;font-size:.9rem}.helm-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.helm-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.helm-portalbar .helm-wrap,.helm-topline .helm-wrap{align-items:flex-start;flex-direction:column;gap:4px}.helm-nav-toggle{display:inline-flex}.helm-main-nav{display:none;position:absolute;left:20px;right:20px;top:calc(100% + 8px);background:#fff;border:1px solid #d8e5e5;border-radius:18px;padding:18px;box-shadow:0 18px 45px rgba(5,45,50,.18);flex-direction:column;align-items:stretch}.helm-main-nav.open,.helm-main-nav.is-open{display:flex}.helm-service-dropdown{width:100%}.helm-service-menu{position:static;box-shadow:none;border:0;padding:8px 0 0 12px}.helm-ogh-card,.helm-contact-grid,.helm-map-grid{grid-template-columns:1fr}.helm-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.helm-en-grid{grid-template-columns:1fr}.helm-contact-card{min-width:0}.helm-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.helm-wrap{width:min(100% - 26px,1180px)}.helm-header-inner{min-height:74px}.helm-header .brand img{max-width:240px}.helm-team-grid,.helm-footer-grid{grid-template-columns:1fr}.helm-section-head{display:block}.helm-map-consent,.helm-map-consent>img{min-height:330px}}

/* Master V5: FAQ and court-preview components */
.helm-faq-section{padding:76px 0;background:#f4f8f7}.helm-faq-section .helm-section-head{margin-bottom:24px}.helm-faq-list{max-width:980px}.helm-faq-list details{border-bottom:1px solid #dbe5e6;padding:4px 0;background:transparent}.helm-faq-list summary{list-style:none;cursor:pointer;padding:22px 48px 22px 0;font-weight:800;position:relative}.helm-faq-list summary::-webkit-details-marker{display:none}.helm-faq-list summary:after{content:"+";position:absolute;right:4px;top:14px;font-size:1.6rem;color:#08756f}.helm-faq-list details[open] summary:after{content:"–"}.helm-faq-list p{color:#597077;margin:0 0 22px}.helm-case-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.helm-case-preview-card{background:#fff;border:1px solid #dbe5e6;border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(6,49,57,.06)}.helm-case-preview-card h3{margin:12px 0 10px;font-size:1.25rem}.helm-case-preview-card p{color:#597077}.helm-case-number{display:inline-block;font-size:.78rem;font-weight:900;color:#08756f;letter-spacing:.04em}.helm-case-preview-card a{font-weight:800;color:#00549F;text-decoration:none}.faq-page{padding-top:56px}.faq-page-hero{padding:64px 0}.faq-page-hero h1{max-width:900px}@media(max-width:900px){.helm-case-preview-grid{grid-template-columns:1fr}.helm-faq-section{padding:58px 0}}

/* Master V10: real client cases */
.practice-teaser-section{padding:clamp(2.2rem,5vw,4rem) 0;background:linear-gradient(135deg,rgba(0,84,159,.08),rgba(115,150,0,.12));border-block:1px solid rgba(0,84,159,.12)}
.practice-teaser-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.5rem}.practice-teaser-head>div{max-width:760px}.practice-teaser-head h2{margin:.35rem 0 .65rem}.practice-teaser-head p{margin:0}
.practice-teaser-grid,.practice-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.practice-teaser-grid article,.practice-summary-grid article{background:#fff;border:1px solid rgba(0,84,159,.13);border-radius:18px;padding:1.15rem;box-shadow:0 12px 30px rgba(18,48,70,.07)}.practice-teaser-grid strong,.practice-summary-grid strong{display:block;color:#00549F;font-size:clamp(1.15rem,2.2vw,1.75rem);line-height:1.08}.practice-teaser-grid span,.practice-summary-grid span{display:block;margin-top:.45rem;color:#334b59}.practice-mini-disclaimer,.practice-disclaimer{font-size:.88rem;color:#5b6d76;margin-top:1rem}
.practice-summary-section{padding:1.6rem 0;background:#f4f8fa}.practice-case-list{display:grid;gap:1.4rem}.practice-case-card{background:#fff;border:1px solid rgba(0,84,159,.14);border-radius:22px;padding:clamp(1.25rem,3vw,2rem);box-shadow:0 16px 38px rgba(18,48,70,.08)}.practice-case-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.7rem}.practice-case-top span{font-weight:700;color:#739600;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.practice-case-top strong{color:#00549F}.practice-case-card h2{margin:.2rem 0 .8rem}.practice-case-detail{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,84,159,.12)}.practice-case-detail h3{font-size:1rem;margin:0;color:#00549F}.practice-case-detail p{margin:0 0 .55rem}
@media(max-width:900px){.practice-teaser-grid,.practice-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-teaser-head{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.practice-teaser-grid,.practice-summary-grid{grid-template-columns:1fr}.practice-case-detail{grid-template-columns:1fr}.practice-teaser-section{padding:2rem 0}}
