:root {
  --blue: #1f2a54;
  --blue-deep: #17203f;
  --blue-soft: #344170;
  --gold: #d1ad2c;
  --gold-light: #ead78e;
  --cream: #fbf7f1;
  --cream-strong: #f4ede3;
  --white: #ffffff;
  --ink: #17191f;
  --muted: #5c606b;
  --line: #e2ddd5;
  --max: 1520px;
  --content: 1180px;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(23, 32, 63, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; letter-spacing: -.035em; }
p { margin: 0 0 1rem; }
ul { padding-left: 1.35rem; }
li { padding-left: .25rem; }
li::marker { color: var(--gold); }
.shell { width: 100%; }
.header-inner, .footer-inner { max-width: var(--max); margin-inline: auto; }
main.shell { width: 100%; max-width: none; margin: 0; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 1rem; border-radius: 8px; background: var(--blue); color: #fff; padding: .65rem 1rem; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 28px rgba(23, 32, 63, .06);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; min-height: 94px; align-items: center; padding: 12px 22px; }
.logo { width: 180px; flex: 0 0 auto; }
.logo img { width: 100%; height: auto; }
.nav { display: flex; align-items: center; justify-content: center; gap: 3px; margin-left: auto; }
.nav a {
  border-radius: 999px;
  padding: 10px 13px;
  color: #20222a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav a:hover, .nav a:focus-visible { background: var(--cream-strong); color: var(--blue); }
.nav a.active { background: var(--gold); color: var(--blue-deep); }
.nav a:last-child { margin-left: 7px; background: var(--blue); color: #fff; padding-inline: 18px; }
.nav a:last-child:hover, .nav a:last-child:focus-visible { background: var(--blue-soft); color: #fff; transform: translateY(-1px); }
.nav a:last-child.active { background: var(--gold); color: var(--blue-deep); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--blue); cursor: pointer; font-size: 32px; line-height: 1; }

/* Buttons and repeated contact elements */
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(23, 25, 31, .15);
  border-radius: 999px;
  background: #fff;
  color: var(--blue-deep);
  padding: 11px 22px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(23, 32, 63, .09);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn::after { content: "→"; font-size: 1.05em; transition: transform .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23, 32, 63, .16); }
.btn:hover::after, .btn:focus-visible::after { transform: translateX(3px); }
.btn-gold { border-color: var(--gold); background: var(--gold); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }

/* Homepage */
.hero-grid { display: grid; min-height: 670px; grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr); background: var(--blue); }
.hero-image { position: relative; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 65%, rgba(31,42,84,.24)); pointer-events: none; }
.hero-image > img { position: absolute; top: -100px; left: 0; width: 100%; height: calc(100% + 200px); object-fit: cover; object-position: 46% center; }
.approval-badge {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(23, 32, 63, .92);
  color: #fff;
  font-size: 13px;
  padding: 13px 16px;
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}
.approval-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: #75d596; color: var(--blue); font-size: 27px; font-weight: 900; }
.hero-copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; background: var(--blue); color: #fff; padding: 76px clamp(46px, 6vw, 104px); }
.hero-copy::before { position: absolute; top: -145px; right: -115px; width: 350px; height: 350px; border: 1px solid rgba(209,173,44,.3); border-radius: 50%; content: ""; }
.hero-copy::after { position: absolute; right: 55px; bottom: -120px; width: 240px; height: 240px; border: 54px solid rgba(255,255,255,.035); border-radius: 50%; content: ""; }
.hero-copy > * { position: relative; z-index: 1; }
.hero-copy h1 { max-width: 650px; font-size: clamp(3rem, 5vw, 5.1rem); }
.hero-copy h1::before { display: block; width: 62px; height: 5px; border-radius: 99px; margin-bottom: 24px; background: var(--gold); content: ""; }
.hero-copy p { max-width: 590px; color: rgba(255,255,255,.85); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.gold-divider { height: 10px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)); }

.about-band { position: relative; background: var(--cream); padding: 100px 34px 110px; }
.about-band::before { position: absolute; top: 0; left: 50%; width: min(88%, 1180px); height: 1px; background: var(--line); content: ""; transform: translateX(-50%); }
.about-card { max-width: var(--content); margin: 0 auto; border: 1px solid rgba(31,42,84,.08); border-radius: var(--radius); background: #fff; padding: 68px clamp(32px, 7vw, 92px) 76px; text-align: center; box-shadow: var(--shadow); }
.contact-summary { max-width: 900px; margin: 0 auto 64px; border-bottom: 1px solid var(--line); padding-bottom: 48px; color: var(--muted); font-size: 1.02rem; }
.contact-summary strong { display: block; color: var(--ink); font-weight: 700; }
.contact-pills { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin-top: 22px; }
.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
  padding: 11px 20px;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(31,42,84,.16);
  transition: transform .2s ease, background .2s ease;
}
.contact-pill[href^="tel"]::before { content: "☎"; }
.contact-pill[href^="mailto"]::before { content: "✉"; }
.contact-pill:hover, .contact-pill:focus-visible { background: var(--blue-soft); transform: translateY(-2px); }
.about-card h2 { color: var(--blue); font-size: clamp(2.5rem, 4.6vw, 4rem); }
.about-card h2::after { display: block; width: 54px; height: 4px; border-radius: 99px; margin: 20px auto 32px; background: var(--gold); content: ""; }
.about-text { max-width: 940px; margin-inline: auto; color: #3f424a; font-size: 1.05rem; text-align: left; }
.about-text p:first-child { color: var(--blue); font-size: 1.18rem; font-weight: 650; }

.split-teaser { display: grid; grid-template-columns: .88fr 1.12fr; background: #fff; }
.teaser-copy { display: flex; min-height: 520px; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--blue-deep); color: #fff; padding: 64px clamp(42px, 7vw, 110px); }
.teaser-copy h2, .job-teaser h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.teaser-copy h2::before { display: block; width: 52px; height: 4px; border-radius: 99px; margin-bottom: 22px; background: var(--gold); content: ""; }
.teaser-copy p { max-width: 560px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.teaser-image { overflow: hidden; min-height: 520px; }
.teaser-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; transition: transform .6s ease; }
.split-teaser:hover .teaser-image img { transform: scale(1.025); }
.job-teaser { position: relative; overflow: hidden; background: var(--gold); color: var(--blue-deep); padding: 74px clamp(42px, 10vw, 150px) 82px; }
.job-teaser::after { position: absolute; right: 7%; bottom: -120px; width: 300px; height: 300px; border: 62px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.job-teaser > * { position: relative; z-index: 1; }
.job-teaser p { margin-bottom: 22px; font-size: 1.12rem; }
.care-home-teaser { position: relative; overflow: hidden; background: var(--cream-strong); padding: 88px clamp(28px, 8vw, 120px); }
.care-home-teaser::before { position: absolute; top: -150px; right: -100px; width: 390px; height: 390px; border: 1px solid rgba(31,42,84,.12); border-radius: 50%; content: ""; }
.care-home-teaser-inner { position: relative; display: grid; max-width: 1240px; margin: 0 auto; align-items: center; gap: 64px; grid-template-columns: .8fr 1.2fr; }
.care-home-mark { display: grid; width: min(100%, 300px); aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; box-shadow: var(--shadow); text-align: center; }
.care-home-mark span { display: grid; width: 86px; height: 86px; margin: 0 auto 14px; place-items: center; border-radius: 24px; background: #75d596; color: var(--blue); font-size: 2.8rem; font-weight: 900; }
.care-home-mark strong { display: block; max-width: 220px; font-size: 1rem; line-height: 1.35; }
.care-home-copy .eyebrow { color: #7c6414; }
.care-home-copy h2 { max-width: 800px; color: var(--blue); font-size: clamp(2.5rem, 4.5vw, 4.3rem); }
.care-home-copy p { max-width: 790px; color: var(--muted); font-size: 1.08rem; }

/* Services */
.services-intro { position: relative; overflow: hidden; background: var(--blue); color: #fff; padding: 86px clamp(24px, 7vw, 110px); }
.services-intro::before { position: absolute; top: -190px; right: -80px; width: 460px; height: 460px; border: 1px solid rgba(209,173,44,.28); border-radius: 50%; content: ""; }
.services-intro::after { position: absolute; right: 11%; bottom: -110px; width: 260px; height: 260px; border: 54px solid rgba(255,255,255,.035); border-radius: 50%; content: ""; }
.services-intro-inner { position: relative; z-index: 1; display: flex; max-width: 1380px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 60px; }
.services-title > span { display: block; margin-bottom: 18px; color: var(--gold-light); font-size: .85rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.services-title h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 5.4vw, 5.4rem); }
.services-title h1::before { display: block; width: 62px; height: 5px; border-radius: 99px; margin-bottom: 25px; background: var(--gold); content: ""; }
.services-approval { display: flex; min-width: 340px; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.1); padding: 18px 20px; box-shadow: 0 18px 40px rgba(0,0,0,.14); backdrop-filter: blur(10px); }
.services-approval-icon { display: grid; width: 56px; height: 56px; flex: 0 0 auto; place-items: center; border-radius: 16px; background: #75d596; color: var(--blue); font-size: 30px; font-weight: 900; }
.services-approval strong, .services-approval small { display: block; }
.services-approval strong { font-size: 1rem; }
.services-approval small { margin-top: 3px; color: rgba(255,255,255,.72); font-size: .78rem; }
.services-overview { background: var(--cream); padding: 90px clamp(20px, 6vw, 90px) 100px; }
.services-grid { display: grid; max-width: 1380px; margin: 0 auto; gap: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card { overflow: hidden; border: 1px solid rgba(31,42,84,.08); border-radius: 26px; background: #fff; box-shadow: 0 16px 44px rgba(23,32,63,.09); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(23,32,63,.14); }
.service-card-image { overflow: hidden; height: 330px; background: var(--cream-strong); }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-card-image img { transform: scale(1.035); }
.service-card-copy { min-height: 285px; padding: 38px 40px 44px; }
.service-index { display: inline-grid; min-width: 40px; height: 30px; place-items: center; border-radius: 999px; background: var(--gold); color: var(--blue-deep); font-size: .78rem; font-weight: 850; }
.service-card h2 { margin: 20px 0 14px; color: var(--blue); font-size: clamp(1.75rem, 2.8vw, 2.65rem); }
.service-card p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.service-note { position: relative; display: grid; min-height: 290px; place-items: center; overflow: hidden; background: #fff; padding: 62px 30px; text-align: center; }
.service-note::before { position: absolute; top: 0; left: 50%; width: min(84%, 980px); height: 1px; background: var(--line); content: ""; transform: translateX(-50%); }
.service-note p { position: relative; max-width: 900px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.service-note p::before { display: grid; width: 48px; height: 48px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--blue-deep); content: "i"; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 800; }
.service-note strong { display: block; margin-bottom: .7rem; color: var(--blue); font-size: 1.2rem; }
.care-service-teaser { background: var(--blue-deep); color: #fff; padding: 86px clamp(24px, 7vw, 110px); }
.care-service-inner { display: grid; max-width: 1260px; margin: 0 auto; align-items: center; gap: 70px; grid-template-columns: 1.05fr .95fr; }
.care-service-teaser .eyebrow { color: var(--gold-light); }
.care-service-teaser h2 { max-width: 720px; font-size: clamp(2.5rem, 4vw, 4rem); }
.care-service-teaser p { color: rgba(255,255,255,.78); }
.care-service-points { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.care-service-points li { display: flex; align-items: flex-start; gap: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.06); padding: 16px 18px; }
.care-service-points li::before { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--gold); color: var(--blue-deep); content: "✓"; font-size: .82rem; font-weight: 900; }

/* Pflegeberatung § 37 */
.eyebrow { display: block; margin-bottom: 16px; color: #8b6e12; font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-pad { padding: 96px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 880px; margin: 0 auto 58px; text-align: center; }
.section-heading h2 { color: var(--blue); font-size: clamp(2.5rem, 4.5vw, 4.35rem); }
.section-heading h2::after { display: block; width: 55px; height: 5px; border-radius: 99px; margin: 24px auto; background: var(--gold); content: ""; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.section-heading.light h2 { color: #fff; }
.section-heading.light p { color: rgba(255,255,255,.76); }
.section-heading.light .eyebrow { color: var(--gold-light); }
.care-hero { display: grid; min-height: 680px; background: var(--blue); grid-template-columns: 1.05fr .95fr; }
.care-hero-copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; color: #fff; padding: 76px clamp(36px, 7vw, 115px); }
.care-hero-copy::before { position: absolute; top: -170px; left: -110px; width: 420px; height: 420px; border: 1px solid rgba(209,173,44,.25); border-radius: 50%; content: ""; }
.care-hero-copy > * { position: relative; z-index: 1; }
.care-hero .eyebrow { color: var(--gold-light); }
.care-hero h1 { max-width: 780px; font-size: clamp(3rem, 5.4vw, 5.5rem); }
.care-lead { max-width: 700px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.recognition-line { display: flex; max-width: 680px; align-items: center; gap: 13px; margin: 20px 0 5px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.08); padding: 14px 16px; }
.recognition-line span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: #75d596; color: var(--blue); font-weight: 900; }
.care-phone::before { content: "☎"; }
.care-hero-image { position: relative; min-height: 600px; overflow: hidden; }
.care-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.care-image-note { position: absolute; right: 28px; bottom: 28px; left: 28px; border-radius: 18px; background: rgba(23,32,63,.93); color: #fff; padding: 18px 22px; box-shadow: 0 16px 38px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.care-image-note strong, .care-image-note span { display: block; }
.care-image-note span { color: rgba(255,255,255,.75); font-size: .9rem; }
.care-intro, .care-topics, .care-faq { background: var(--cream); }
.care-highlight-grid { display: grid; max-width: 1180px; margin: 0 auto; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.care-highlight-grid article { border: 1px solid rgba(31,42,84,.08); border-radius: 22px; background: #fff; padding: 34px 30px; box-shadow: 0 14px 36px rgba(23,32,63,.08); text-align: center; }
.line-icon { display: grid; width: 56px; height: 56px; margin: 0 auto 20px; place-items: center; border-radius: 18px; background: var(--gold); color: var(--blue-deep); font-size: 1.65rem; font-weight: 800; }
.care-highlight-grid h3 { color: var(--blue); font-size: 1.55rem; }
.care-highlight-grid p { margin: 0; color: var(--muted); }
.care-frequency { position: relative; overflow: hidden; background: var(--blue-deep); color: #fff; }
.care-frequency::before { position: absolute; top: -190px; right: -110px; width: 500px; height: 500px; border: 1px solid rgba(209,173,44,.22); border-radius: 50%; content: ""; }
.care-frequency > * { position: relative; z-index: 1; }
.table-wrap { max-width: 1180px; margin: 0 auto; overflow-x: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.06); box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 720px; }
.table-wrap th, .table-wrap td { padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.11); text-align: left; vertical-align: top; }
.table-wrap thead th { background: rgba(209,173,44,.14); color: var(--gold-light); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.table-wrap tbody th { color: #fff; }
.table-wrap td { color: rgba(255,255,255,.76); }
.table-wrap tr:last-child th, .table-wrap tr:last-child td { border-bottom: 0; }
.notice-card { display: flex; max-width: 980px; align-items: flex-start; gap: 18px; margin: 30px auto 0; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.08); padding: 20px 24px; }
.notice-card > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--gold); color: var(--blue-deep); font-weight: 900; }
.notice-card p { margin: 0; color: rgba(255,255,255,.8); }
.notice-card strong { color: #fff; }
.topic-grid { display: grid; max-width: 1260px; margin: 0 auto; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.topic-grid article { position: relative; overflow: hidden; border: 1px solid rgba(31,42,84,.08); border-radius: 22px; background: #fff; padding: 34px 30px; box-shadow: 0 13px 34px rgba(23,32,63,.07); }
.topic-grid article > span { position: absolute; top: 17px; right: 20px; color: rgba(31,42,84,.14); font-size: 2.5rem; font-weight: 900; }
.topic-grid h3 { padding-right: 45px; color: var(--blue); font-size: 1.45rem; }
.topic-grid p { margin: 0; color: var(--muted); }
.care-process { background: #fff; }
.process-list { display: grid; max-width: 1180px; margin: 0 auto; padding: 0; list-style: none; gap: 0; grid-template-columns: repeat(5, 1fr); }
.process-list li { position: relative; padding: 0 18px; text-align: center; }
.process-list li:not(:last-child)::after { position: absolute; top: 27px; right: -20%; width: 40%; height: 2px; background: var(--gold); content: ""; }
.process-list li > span { display: grid; width: 56px; height: 56px; margin: 0 auto 22px; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 850; box-shadow: 0 9px 20px rgba(31,42,84,.18); }
.process-list h3 { color: var(--blue); font-size: 1.18rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .92rem; }
.care-trust { background: var(--cream-strong); }
.trust-card { display: grid; max-width: 1180px; margin: 0 auto; align-items: center; gap: 70px; border-radius: 28px; background: var(--blue); color: #fff; padding: 58px clamp(30px, 6vw, 76px); box-shadow: var(--shadow); grid-template-columns: .72fr 1.28fr; }
.trust-badge { display: grid; min-height: 290px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.07); padding: 38px; text-align: center; }
.trust-badge span { display: grid; width: 78px; height: 78px; place-items: center; border-radius: 22px; background: #75d596; color: var(--blue); font-size: 2.6rem; font-weight: 900; }
.trust-badge p { margin: 16px 0 0; color: rgba(255,255,255,.72); }
.trust-badge strong { display: block; color: #fff; font-size: 1.1rem; }
.trust-card .eyebrow { color: var(--gold-light); }
.trust-card h2 { font-size: clamp(2.3rem, 3.7vw, 3.7rem); }
.trust-card p { color: rgba(255,255,255,.78); }
.cost-line { border-left: 4px solid var(--gold); padding-left: 18px; }
.cost-line strong { color: #fff; }
.video-note { display: flex; max-width: 980px; align-items: flex-start; gap: 20px; margin: 30px auto 0; border: 1px solid rgba(31,42,84,.08); border-radius: 20px; background: #fff; padding: 26px 30px; }
.video-note > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 15px; background: var(--gold); color: var(--blue); font-size: 1.3rem; }
.video-note h3 { color: var(--blue); }
.video-note p { margin: 0; color: var(--muted); }
.faq-list { max-width: 960px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); background: #fff; }
.faq-list details:first-child { border-radius: 20px 20px 0 0; }
.faq-list details:last-child { border-bottom: 0; border-radius: 0 0 20px 20px; }
.faq-list summary { position: relative; cursor: pointer; list-style: none; color: var(--blue); padding: 23px 64px 23px 28px; font-size: 1.08rem; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 28px; content: "+"; color: var(--gold); font-size: 1.8rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 28px 25px; color: var(--muted); }
.care-form-section { scroll-margin-top: 100px; background: var(--blue-deep); }
.care-form-layout { display: grid; max-width: 1240px; margin: 0 auto; align-items: start; gap: 62px; grid-template-columns: .8fr 1.2fr; }
.care-form-copy { position: sticky; top: 130px; color: #fff; }
.care-form-copy .eyebrow { color: var(--gold-light); }
.care-form-copy h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.care-form-copy > p { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.privacy-min { margin: 30px 0; border-left: 4px solid var(--gold); padding-left: 18px; }
.privacy-min p { color: rgba(255,255,255,.7); font-size: .92rem; }
.phone-box { display: inline-flex; flex-direction: column; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.08); color: #fff; padding: 15px 20px; text-decoration: none; }
.phone-box span { color: rgba(255,255,255,.65); font-size: .78rem; }
.phone-box strong { font-size: 1.25rem; }
.care-form { border-radius: 26px; background: #fff; padding: 46px clamp(24px, 5vw, 54px); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.consent { border-radius: 14px; background: var(--cream-strong); padding: 16px; color: #444851; font-size: .82rem; line-height: 1.45; }
.consent input { flex: 0 0 auto; }
.consent a { color: var(--blue); font-weight: 700; }
.mobile-actions { display: none; }

/* Content and jobs */
.page-blue { min-height: 760px; background: linear-gradient(135deg, var(--blue-deep), var(--blue) 62%, #2b396b); color: #fff; }
.page-cream { min-height: 720px; background: var(--cream); }
.content-pad { padding: 86px clamp(28px, 8vw, 120px) 100px; }
.content-pad h1 { font-size: clamp(3rem, 5vw, 5rem); }
.content-pad h1::before { display: block; width: 58px; height: 5px; border-radius: 99px; margin-bottom: 24px; background: var(--gold); content: ""; }
.content-pad h2 { margin-top: 2rem; font-size: clamp(2rem, 3vw, 3rem); }
.copy-wide { max-width: 1080px; margin: 0 auto; }
.copy-wide > p:nth-of-type(1) { color: var(--gold-light); font-size: 1.25rem; font-weight: 700; }
.copy-wide > p:nth-of-type(2) { font-size: 1.1rem; }
.copy-wide ul { display: grid; gap: 7px; margin: 12px 0 30px; }
.copy-wide li { padding-left: .4rem; color: rgba(255,255,255,.86); }
.white-pills { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 12px; margin-top: 24px; }
.white-pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; padding: 10px 17px; text-decoration: none; backdrop-filter: blur(8px); }
.white-pill[href^="tel"]::before { content: "☎"; }
.white-pill[href^="mailto"]::before { content: "✉"; }
.white-pill:hover, .white-pill:focus-visible { background: var(--gold); color: var(--blue-deep); }

/* Contact */
.contact-page { display: grid; min-height: 720px; place-items: center; background: radial-gradient(circle at 12% 16%, rgba(209,173,44,.14), transparent 28%), var(--cream); padding: 84px 30px; text-align: center; }
.contact-block { position: relative; width: min(100%, 1020px); overflow: hidden; border: 1px solid rgba(31,42,84,.08); border-radius: 28px; background: #fff; padding: 76px clamp(28px, 8vw, 100px); box-shadow: var(--shadow); }
.contact-block::before { position: absolute; top: 0; right: 0; left: 0; height: 7px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)); content: ""; }
.contact-page h1 { color: var(--blue); font-size: clamp(2.8rem, 5vw, 4.6rem); }
.contact-page h1::after { display: block; width: 54px; height: 4px; border-radius: 99px; margin: 24px auto 30px; background: var(--gold); content: ""; }
.contact-block > p { color: var(--muted); font-size: 1.08rem; }
.contact-block .contact-pills { margin: 54px 0; }
.contact-reasons { margin-top: 46px; border-top: 1px solid var(--line); padding-top: 38px; text-align: left; }
.contact-reasons h2 { color: var(--blue); font-size: 1.45rem; text-align: center; }
.contact-reasons > div { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.contact-reasons a { display: flex; min-height: 120px; flex-direction: column; justify-content: center; border: 1px solid rgba(31,42,84,.1); border-radius: 16px; background: var(--cream); padding: 18px; text-decoration: none; transition: transform .2s ease, border .2s ease; }
.contact-reasons a:hover, .contact-reasons a:focus-visible { border-color: var(--gold); transform: translateY(-2px); }
.contact-reasons strong { color: var(--blue); }
.contact-reasons span { color: var(--muted); font-size: .82rem; }

/* Forms */
.form-page { background: radial-gradient(circle at 90% 4%, rgba(209,173,44,.17), transparent 25%), var(--cream); padding: 90px 28px; }
.form-card { width: min(100%, 820px); margin: 0 auto; border: 1px solid rgba(31,42,84,.08); border-radius: 28px; background: #fff; box-shadow: var(--shadow); padding: 60px clamp(25px, 6vw, 70px); }
.form-card-wide { width: min(100%, 1160px); }
.form-title-stacked { max-width: 680px; margin-bottom: 48px; color: var(--blue); font-size: clamp(2.8rem, 4.5vw, 4rem); line-height: 1.05; overflow-wrap: normal; }
.form-title-stacked::after { display: block; width: 58px; height: 5px; border-radius: 99px; margin-top: 28px; background: var(--gold); content: ""; }
.form-section + .form-section { margin-top: 48px; border-top: 1px solid var(--line); padding-top: 44px; }
.form-section h1, .form-section h2 { color: var(--blue); font-size: clamp(2rem, 3.6vw, 3.35rem); }
.form-section h1::after { display: block; width: 52px; height: 4px; border-radius: 99px; margin-top: 22px; background: var(--gold); content: ""; }
.field-grid { display: grid; gap: 24px 28px; grid-template-columns: repeat(2, 1fr); }
.field-grid .full { grid-column: 1 / -1; }
.date-grid { display: grid; gap: 16px; grid-template-columns: .75fr 1.5fr .75fr; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label, .field legend, .checks legend { color: #3f424a; font-size: .9rem; font-weight: 650; }
.field input, .field textarea, .field select, .date-grid input, .date-grid select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cbc6bd;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #111;
  font: inherit;
  padding: 10px 13px;
  transition: border .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus, .date-grid input:focus, .date-grid select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(209,173,44,.16); }
.field textarea { min-height: 140px; resize: vertical; }
.checks { display: grid; gap: 11px; border: 0; margin: 0; padding: 0; }
.checks legend { margin-bottom: 10px; }
.check { display: flex; align-items: flex-start; gap: 10px; }
.check input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--blue); }
.submit { width: 100%; min-height: 54px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; cursor: pointer; font: inherit; font-weight: 750; box-shadow: 0 10px 25px rgba(31,42,84,.18); transition: background .2s ease, transform .2s ease; }
.submit:hover, .submit:focus-visible { background: var(--blue-soft); transform: translateY(-2px); }
.honeypot { position: absolute !important; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); white-space: nowrap; }

/* Legal, confirmation and footer */
.legal { background: var(--cream); padding: 76px 28px 90px; }
.legal-inner { width: min(100%, 1080px); margin: 0 auto; border: 1px solid rgba(31,42,84,.08); border-radius: 24px; background: #fff; padding: 62px clamp(26px, 7vw, 82px); box-shadow: var(--shadow); }
.legal h1 { color: var(--blue); font-size: clamp(2.8rem, 5vw, 4.5rem); }
.legal h1::after { display: block; width: 56px; height: 5px; border-radius: 99px; margin: 24px 0 36px; background: var(--gold); content: ""; }
.legal h2 { margin-top: 2.25rem; color: var(--blue); font-size: 1.45rem; letter-spacing: -.015em; }
.legal p { color: #444851; }
.legal-separator { height: 1px; margin: 2.3rem 0; overflow: hidden; background: var(--line); color: transparent; }
.thanks { display: grid; min-height: 68vh; place-items: center; background: var(--cream); padding: 50px 24px; text-align: center; }
.thanks > div { max-width: 720px; border-radius: 26px; background: #fff; padding: 60px; box-shadow: var(--shadow); }
.thanks h1 { color: var(--blue); font-size: clamp(2.8rem, 5vw, 4.3rem); }
.site-footer { border-top: 6px solid var(--gold); background: var(--blue-deep); color: #fff; }
.footer-inner { display: flex; min-height: 126px; align-items: center; justify-content: space-between; gap: 2rem; padding: 30px 24px; color: rgba(255,255,255,.72); font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; }
.footer-links a { color: #fff; }
.footer-inner > div small { display: block; margin-top: 6px; color: rgba(255,255,255,.56); }

@media (max-width: 1320px) {
  .header-inner { min-height: 84px; padding: 10px 20px; }
  .logo { width: 150px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 84px; right: 16px; left: 16px; display: none; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); padding: 14px; }
  .nav.open { display: grid; }
  .nav a { margin: 0 !important; text-align: center; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 60px 44px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 5vw, 4.2rem); }
  .services-intro-inner { gap: 34px; }
  .services-approval { min-width: 310px; }
}

@media (max-width: 850px) {
  body { font-size: 16px; }
  .hero-grid, .split-teaser { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; }
  .hero-image { min-height: 500px; }
  .hero-copy { min-height: 480px; }
  .teaser-image { order: -1; }
  .services-intro-inner { align-items: flex-start; flex-direction: column; }
  .services-approval { width: min(100%, 430px); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card-copy { min-height: 0; }
  .care-home-teaser-inner, .care-service-inner, .care-hero, .trust-card, .care-form-layout { grid-template-columns: 1fr; }
  .care-home-mark { width: 230px; }
  .care-hero-image { min-height: 480px; order: -1; }
  .care-highlight-grid, .topic-grid { grid-template-columns: 1fr 1fr; }
  .process-list { gap: 24px; grid-template-columns: 1fr; }
  .process-list li { display: grid; align-items: start; gap: 18px; grid-template-columns: 56px 1fr; text-align: left; }
  .process-list li::after { display: none; }
  .process-list li > span { margin: 0; }
  .trust-badge { width: min(100%, 330px); min-height: 300px; margin: 0 auto; }
  .care-form-copy { position: static; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .header-inner { min-height: 68px; padding: 8px 14px; }
  .logo { width: 122px; }
  .menu-toggle { font-size: 28px; }
  .nav { top: 68px; right: 10px; left: 10px; }
  .hero-image { height: 260px; min-height: 260px; }
  .hero-image > img { top: -40px; height: calc(100% + 80px); }
  .approval-badge { right: 12px; bottom: 12px; gap: 8px; border-radius: 12px; padding: 8px 10px; font-size: 9px; }
  .approval-icon { width: 36px; height: 36px; border-radius: 10px; font-size: 20px; }
  .hero-copy { min-height: 390px; padding: 46px 24px 52px; text-align: left; }
  .hero-copy h1 { font-size: 2.45rem; }
  .hero-copy p { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; width: 100%; }
  .btn { width: 100%; }
  .gold-divider { height: 7px; }
  .about-band { padding: 48px 14px 56px; }
  .about-card { border-radius: 18px; padding: 42px 21px 46px; }
  .contact-summary { margin-bottom: 42px; padding-bottom: 36px; }
  .contact-pills { align-items: stretch; flex-direction: column; }
  .contact-pill { justify-content: center; width: 100%; font-size: .9rem; }
  .about-text { font-size: .95rem; }
  .about-text p:first-child { font-size: 1.04rem; }
  .teaser-copy { min-height: 400px; padding: 48px 24px; }
  .teaser-image, .teaser-image img { min-height: 290px; }
  .job-teaser { padding: 52px 24px 60px; }
  .care-home-teaser { padding: 56px 24px; }
  .care-home-teaser-inner { gap: 40px; }
  .care-home-mark { width: 190px; }
  .services-intro { padding: 54px 20px 58px; }
  .services-title > span { margin-bottom: 13px; }
  .services-title h1 { font-size: 2.75rem; }
  .services-title h1::before { margin-bottom: 20px; }
  .services-approval { min-width: 0; border-radius: 16px; padding: 14px; }
  .services-approval-icon { width: 46px; height: 46px; border-radius: 13px; font-size: 24px; }
  .services-approval strong { font-size: .9rem; }
  .services-approval small { font-size: .7rem; }
  .services-overview { padding: 48px 14px 58px; }
  .services-grid { gap: 20px; }
  .service-card { border-radius: 20px; }
  .service-card-image { height: 250px; }
  .service-card-copy { padding: 28px 22px 34px; }
  .service-card h2 { font-size: 2rem; }
  .service-card p { font-size: .96rem; }
  .service-note { min-height: 250px; padding: 42px 24px; }
  .care-service-teaser, .section-pad { padding: 56px 20px; }
  .care-service-inner { gap: 38px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 2.45rem; }
  .care-hero { min-height: 0; }
  .care-hero-image { min-height: 300px; }
  .care-hero-copy { padding: 54px 22px 60px; }
  .care-hero h1 { font-size: 2.7rem; }
  .care-image-note { right: 14px; bottom: 14px; left: 14px; border-radius: 14px; padding: 13px 15px; }
  .recognition-line { align-items: flex-start; font-size: .88rem; }
  .care-highlight-grid, .topic-grid { grid-template-columns: 1fr; }
  .table-wrap { margin-inline: -6px; border-radius: 16px; }
  .table-wrap th, .table-wrap td { padding: 16px; }
  .notice-card, .video-note { padding: 18px; }
  .trust-card { gap: 38px; border-radius: 20px; padding: 34px 22px; }
  .trust-badge { min-height: 250px; padding: 26px; }
  .care-form-section { padding-bottom: 96px; }
  .care-form { border-radius: 20px; padding: 34px 20px; }
  .content-pad { padding: 58px 24px 70px; }
  .page-blue, .page-cream { min-height: auto; }
  .contact-page { min-height: 660px; padding: 54px 14px; }
  .contact-block { border-radius: 20px; padding: 54px 20px; }
  .contact-block .contact-pills { margin: 40px 0; }
  .contact-reasons > div { grid-template-columns: 1fr; }
  .form-page { padding: 42px 14px; }
  .form-card { border-radius: 20px; padding: 42px 20px; }
  .form-title-stacked { margin-bottom: 38px; font-size: 2.8rem; }
  .field-grid, .date-grid { grid-template-columns: 1fr; }
  .field-grid .full { grid-column: auto; }
  .form-section h1, .form-section h2 { font-size: 2.1rem; }
  .legal { padding: 42px 14px; }
  .legal-inner { border-radius: 18px; padding: 42px 21px; }
  .thanks > div { padding: 44px 22px; }
  .footer-inner { padding: 32px 20px; }
  .footer-links { display: grid; gap: 7px; }
  .mobile-actions { position: fixed; z-index: 30; right: 10px; bottom: 10px; left: 10px; display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: var(--blue-deep); box-shadow: 0 14px 36px rgba(0,0,0,.28); grid-template-columns: 1fr 1fr; }
  .mobile-actions a { display: grid; min-height: 54px; place-items: center; color: #fff; font-size: .88rem; font-weight: 800; text-decoration: none; }
  .mobile-actions a:first-child { border-right: 1px solid rgba(255,255,255,.15); }
  .mobile-actions a:last-child { background: var(--gold); color: var(--blue-deep); }
  body { padding-bottom: 74px; }
}

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