:root {
  --ink: #111936;
  --ink-2: #273568;
  --teal: #3157d5;
  --teal-2: #6b82e8;
  --mint: #eaf0ff;
  --mint-2: #f5f7ff;
  --electric: #f3b33d;
  --gas: #f46b5d;
  --white: #ffffff;
  --paper: #fbfdfc;
  --line: rgba(9, 47, 59, 0.12);
  --muted: #60747a;
  --shadow: 0 24px 70px rgba(9, 47, 59, 0.13);
  --shadow-sm: 0 12px 34px rgba(9, 47, 59, 0.09);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
address { font-style: normal; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999999; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251, 253, 252, 0.88); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(9, 47, 59, .07); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-symbol { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--teal), var(--teal-2)); box-shadow: 0 10px 24px rgba(11, 122, 117, .22); }
.brand-symbol svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-symbol svg path:last-child { fill: var(--electric); stroke: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: -.3px; }
.brand-copy small { margin-top: 5px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.3px; }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.desktop-nav a { position: relative; padding: 10px 11px; border-radius: 10px; color: #345660; font-size: 14px; font-weight: 750; transition: background .2s ease, color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { background: var(--mint); color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-call { display: flex; flex-direction: column; padding: 9px 14px; border-radius: 14px; background: var(--ink); color: #fff; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease; }
.header-call:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.header-call span { color: #bfe8e3; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.header-call strong { margin-top: 4px; font-size: 14px; white-space: nowrap; }
.menu-button { width: 44px; height: 44px; display: none; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-button span { width: 19px; height: 2px; display: block; margin: 4px auto; border-radius: 4px; background: var(--ink); }
.mobile-nav { position: fixed; inset: 82px 0 auto; max-height: calc(100vh - 82px); overflow-y: auto; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav-inner { padding-block: 18px 26px; display: grid; gap: 4px; }
.mobile-nav a { padding: 12px 14px; border-radius: 12px; font-weight: 800; }
.mobile-nav a:hover { background: var(--mint-2); color: var(--teal); }
.mobile-nav-calls { display: grid; gap: 8px; margin-top: 12px; }
.mobile-nav-calls a { background: var(--ink); color: #fff; text-align: center; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.35px; }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 4px; background: currentColor; }
.eyebrow-light { color: #aee9df; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -1.5px; }
h1 { font-size: clamp(46px, 6.2vw, 78px); }
h2 { font-size: clamp(34px, 4.2vw, 52px); }
h3 { font-size: 23px; letter-spacing: -.7px; }
p { color: var(--muted); }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; padding: 78px 0 92px; overflow: hidden; background: radial-gradient(circle at 8% 12%, rgba(21, 163, 154, .12), transparent 30%), linear-gradient(180deg, #fbfdfc 0%, #f2fbf8 100%); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -120px; border: 1px solid rgba(11, 122, 117, .12); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 58px; align-items: center; }
.hero-copy h1 { max-width: 760px; margin: 15px 0 22px; }
.hero-lead { max-width: 700px; margin: 0 0 28px; font-size: 19px; }
.hero-calls { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; max-width: 760px; }
.call-card { min-height: 82px; display: flex; align-items: center; gap: 13px; padding: 14px 16px; border-radius: 18px; color: #fff; box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.call-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.call-card-primary { background: linear-gradient(135deg, var(--ink), #273568); }
.call-card-secondary { background: linear-gradient(135deg, #d9534f, var(--gas)); }
.call-card-light { background: #fff; color: var(--ink); }
.call-card-icon { width: 49px; height: 49px; flex: 0 0 49px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.15); font-size: 22px; }
.call-card-light .call-card-icon { background: var(--mint); color: var(--teal); }
.call-card span:not(.call-card-icon):not(.call-arrow) { display: flex; flex-direction: column; min-width: 0; }
.call-card small { opacity: .76; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .7px; }
.call-card strong { margin-top: 4px; font-size: 21px; line-height: 1.1; white-space: nowrap; }
.call-arrow { margin-left: auto; font-size: 23px; }
.call-card-wide { max-width: 470px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; color: #365860; font-size: 13px; font-weight: 750; }
.hero-points i { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-style: normal; }
.transparency-inline { max-width: 730px; margin: 20px 0 0; padding-left: 13px; border-left: 3px solid var(--teal); font-size: 12px; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 2; width: min(100%, 660px); filter: drop-shadow(0 30px 45px rgba(9,47,59,.12)); }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(11,122,117,.18); }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 360px; height: 360px; }
.visual-stat { position: absolute; z-index: 3; min-width: 150px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.visual-stat strong, .visual-stat span { display: block; }
.visual-stat strong { font-size: 16px; }
.visual-stat span { color: var(--muted); font-size: 11px; }
.visual-stat-top { top: 75px; right: -10px; }
.visual-stat-bottom { bottom: 70px; left: -15px; }

.trust-strip { padding: 0 0 32px; background: var(--mint-2); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.trust-grid > div { position: relative; padding: 26px 28px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid span { position: absolute; right: 24px; top: 20px; color: rgba(11,122,117,.13); font-size: 34px; font-weight: 900; }
.trust-grid strong { display: block; margin-bottom: 5px; font-size: 16px; }
.trust-grid p { margin: 0; font-size: 13px; }

.section { padding: 100px 0; }
.section-soft { background: var(--mint-2); }
.section-dark { background: var(--ink); color: #fff; }
.section-dark p { color: #b9d0d5; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin: 12px 0 14px; }
.section-heading p { margin: 0; font-size: 18px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-image { height: 270px; display: grid; place-items: center; overflow: hidden; }
.service-card-electric .service-image { background: linear-gradient(145deg, #f9f3d3, #e7f8f4); }
.service-card-gas .service-image { background: linear-gradient(145deg, #fff0eb, #f7e4de); }
.service-image img { width: 85%; height: 100%; object-fit: contain; }
.service-content { padding: 30px; }
.service-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--mint); color: var(--teal); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; }
.service-card-gas .service-tag { background: #ffede8; color: #ba4e37; }
.service-content h3 { margin: 14px 0 12px; font-size: 29px; }
.service-content > p { margin-bottom: 20px; }
.check-list { margin: 0 0 24px; padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; color: #3f5d65; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: var(--mint); color: var(--teal); font-size: 12px; font-weight: 900; }
.number-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; border-radius: 15px; background: var(--ink); color: #fff; transition: transform .2s ease; }
.number-button:hover { transform: translateY(-2px); }
.number-button-gas { background: linear-gradient(135deg, #d9534f, var(--gas)); }
.number-button span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.number-button strong { font-size: 20px; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; color: var(--teal); font-weight: 850; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.process-intro { position: sticky; top: 120px; }
.process-intro h2 { margin: 12px 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; }
.process-list li { display: grid; grid-template-columns: 78px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { padding-top: 0; }
.process-list > li > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); color: var(--teal); font-size: 17px; font-weight: 900; }
.process-list h3 { margin: 2px 0 7px; }
.process-list p { margin: 0; }
.process-list.compact li { padding-block: 22px; }
.info-split { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.info-copy h2 { margin: 13px 0 20px; }
.info-copy p { font-size: 18px; }
.info-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; }
.info-pills span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d2e5e8; font-size: 12px; font-weight: 750; }
.fact-panel { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.06); }
.fact-panel h3 { margin-bottom: 20px; }
.fact-panel ul { margin: 0; padding: 0; list-style: none; }
.fact-panel li { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.fact-panel li:first-child { border-top: 0; padding-top: 0; }
.fact-panel li span { color: #fff; font-weight: 850; }
.fact-panel li p { margin: 0; font-size: 13px; }
.documents-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; }
.document-card { padding: 38px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.document-card h2 { margin: 12px 0 28px; }
.document-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.document-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 11px; padding: 14px; border-radius: 14px; background: var(--mint-2); }
.document-list span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--mint); color: var(--teal); font-size: 11px; font-weight: 900; }
.document-list p { margin: 0; font-size: 13px; }
.phone-aside { display: flex; flex-direction: column; justify-content: center; padding: 30px; border-radius: 30px; background: linear-gradient(145deg, var(--teal), #0a615f); color: #fff; }
.phone-aside img { width: 78%; margin: 0 auto 10px; }
.phone-aside h3 { margin-bottom: 8px; }
.phone-aside p { color: #d3eeea; }
.phone-aside a { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.12); }
.phone-aside a small { font-weight: 800; text-transform: uppercase; }
.phone-aside a strong { white-space: nowrap; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 17px; background: #fff; overflow: hidden; }
.faq-item summary { position: relative; padding: 19px 52px 19px 20px; cursor: pointer; font-weight: 850; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: var(--mint); color: var(--teal); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 20px 20px; font-size: 14px; }

.subhero { padding: 72px 0 82px; overflow: hidden; }
.subhero-electric { background: linear-gradient(135deg, #fbf9eb, #edf9f6); }
.subhero-gas { background: linear-gradient(135deg, #fff5f1, #fbebe6); }
.subhero-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 65px; align-items: center; }
.subhero h1 { margin: 15px 0 20px; font-size: clamp(43px, 5.6vw, 68px); }
.subhero p { font-size: 18px; }
.subhero-art { min-height: 450px; display: grid; place-items: center; }
.subhero-art img { width: min(100%, 560px); max-height: 500px; object-fit: contain; filter: drop-shadow(0 28px 42px rgba(9,47,59,.12)); }
.content-two-col { display: grid; grid-template-columns: 1fr 350px; gap: 55px; align-items: start; }
.content-main h2 { margin: 12px 0 30px; }
.scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.scenario-grid > div { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.scenario-grid span { color: var(--teal); font-weight: 900; }
.scenario-grid h3 { margin: 14px 0 8px; font-size: 20px; }
.scenario-grid p { margin: 0; font-size: 14px; }
.sticky-call { position: sticky; top: 115px; padding: 28px; border-radius: 26px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.sticky-call-gas { background: linear-gradient(150deg, #9d3f2d, var(--gas)); }
.sticky-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 17px; background: rgba(255,255,255,.14); font-size: 25px; }
.sticky-call p { color: rgba(255,255,255,.74); }
.sticky-call a { display: block; margin-top: 18px; padding: 14px; border-radius: 15px; background: #fff; color: var(--ink); text-align: center; }
.sticky-call a small, .sticky-call a strong { display: block; }
.sticky-call a small { color: var(--teal); font-weight: 850; text-transform: uppercase; letter-spacing: .8px; }
.sticky-call a strong { margin-top: 3px; font-size: 22px; }
.data-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.data-cards > div { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.data-cards span { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--mint); color: var(--teal); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.data-cards h3 { margin: 16px 0 8px; font-size: 20px; }
.data-cards p { margin: 0; font-size: 13px; }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.split-feature-art { min-height: 460px; display: grid; place-items: center; border-radius: 30px; background: #fff0eb; }
.split-feature-art img { width: 80%; max-height: 400px; }
.split-feature h2 { margin: 12px 0 18px; }
.mini-cta { padding-block: 58px; }
.mini-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.mini-cta-inner h2 { margin: 10px 0 8px; font-size: 38px; }
.mini-cta-inner p { margin: 0; }

.simple-hero { padding: 92px 0 82px; background: radial-gradient(circle at 82% 20%, rgba(21,163,154,.15), transparent 26%), var(--mint-2); }
.simple-hero-process { background: radial-gradient(circle at 82% 20%, rgba(246,195,68,.2), transparent 26%), #f8fbf4; }
.simple-hero-about { background: radial-gradient(circle at 82% 20%, rgba(255,122,89,.15), transparent 26%), #fff8f5; }
.simple-hero-contact { background: radial-gradient(circle at 82% 20%, rgba(11,122,117,.14), transparent 26%), #f3faf8; }
.simple-hero h1 { margin: 15px 0 18px; font-size: clamp(44px, 5.5vw, 67px); }
.simple-hero p { margin: 0; font-size: 19px; }
.article-layout { display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: start; }
.article-content h2, .legal-content h2 { margin: 42px 0 12px; font-size: 30px; }
.article-content h2:first-child, .legal-content h2:first-child { margin-top: 0; }
.article-content p, .legal-content p, .legal-content li { font-size: 16px; }
.article-content ul, .legal-content ul { color: var(--muted); }
.article-highlight { margin: 28px 0; padding: 20px; border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; background: var(--mint-2); color: #34555d; }
.article-sidebar { position: sticky; top: 115px; display: grid; gap: 14px; }
.sidebar-box { padding: 23px; border-radius: 20px; background: var(--ink); color: #fff; }
.sidebar-box-gas { background: linear-gradient(145deg, #d9534f, var(--gas)); }
.sidebar-note { background: var(--mint); color: var(--ink); }
.sidebar-box h3 { margin-bottom: 8px; }
.sidebar-box p { color: rgba(255,255,255,.72); font-size: 13px; }
.sidebar-note p { color: var(--muted); }
.sidebar-box a { display: block; margin-top: 13px; padding: 10px; border-radius: 12px; background: #fff; color: var(--ink); font-size: 19px; font-weight: 900; text-align: center; }
.timeline { max-width: 950px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 36px; padding: 0 0 64px; }
.timeline-item::before { content: ""; position: absolute; left: 42px; top: 78px; bottom: 10px; width: 2px; background: var(--line); }
.timeline-item:last-child::before { display: none; }
.timeline-number { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 28px; background: var(--mint); color: var(--teal); font-size: 23px; font-weight: 900; }
.timeline-item h2 { margin: 10px 0 12px; font-size: 34px; }
.timeline-item p { margin: 0; }
.inline-numbers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.inline-numbers a { display: flex; flex-direction: column; padding: 11px 14px; border-radius: 13px; background: var(--ink); color: #fff; }
.inline-numbers small { color: #aee9df; text-transform: uppercase; font-weight: 800; }
.preparation-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: 40px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.preparation-box img { max-height: 280px; margin-inline: auto; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.about-art { min-height: 540px; display: grid; place-items: center; border-radius: 30px; background: linear-gradient(145deg, #e8f7f3, #fff4ef); }
.about-art img { width: 84%; max-height: 470px; }
.about-grid h2 { margin: 12px 0 18px; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.value-grid > div { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.value-grid strong, .value-grid span { display: block; }
.value-grid span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.company-facts { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: center; }
.company-facts h2 { margin: 10px 0; }
.fact-address { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.fact-address strong, .fact-address span { display: block; }
.fact-address strong { margin-bottom: 8px; font-size: 22px; }
.fact-address span { color: #bdd3d7; }
.transparency-card { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); }
.transparency-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); color: var(--teal); font-size: 24px; font-weight: 900; }
.transparency-card h2 { margin-bottom: 10px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { padding: 34px; border-radius: 28px; color: #fff; box-shadow: var(--shadow); transition: transform .25s ease; }
.contact-card:hover { transform: translateY(-6px); }
.contact-card-strom { background: linear-gradient(145deg, var(--ink), #273568); }
.contact-card-gas { background: linear-gradient(145deg, #d9534f, var(--gas)); }
.contact-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 18px; background: rgba(255,255,255,.14); font-size: 25px; }
.contact-card small { display: block; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.contact-card strong { display: block; margin: 7px 0 18px; font-size: clamp(28px, 3.8vw, 40px); }
.contact-card p { color: rgba(255,255,255,.75); }
.contact-action { display: inline-block; margin-top: 10px; font-weight: 850; }
.address-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; padding: 36px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.address-panel h2 { margin: 12px 0 14px; font-size: 32px; }
.address-panel h3 { margin: 12px 0 8px; }
.legal-hero { padding-block: 70px; }
.legal-content { max-width: 860px; }
.legal-content a { color: var(--teal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.error-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.error-code { color: var(--teal); font-size: 100px; font-weight: 950; line-height: 1; }

.footer-callout { padding: 58px 0; background: linear-gradient(135deg, #273568, var(--teal)); color: #fff; }
.footer-callout-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 55px; align-items: center; }
.footer-callout h2 { margin: 10px 0 12px; font-size: 39px; }
.footer-callout p { margin: 0; color: #cce4e2; }
.footer-callout-actions { display: grid; gap: 11px; }
.site-footer { padding: 68px 0 24px; background: #0a1024; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 45px; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-brand-col > p { max-width: 390px; color: #9eb9be; font-size: 13px; }
.independent-note { padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.05); }
.site-footer h3 { margin: 4px 0 18px; font-size: 15px; text-transform: uppercase; letter-spacing: .7px; }
.footer-links { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.footer-links a { color: #a9c0c5; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-phone-list { display: grid; gap: 9px; }
.footer-phone-list a { display: flex; flex-direction: column; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.07); }
.footer-phone-list span { color: #9cc5c2; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer-phone-list strong { margin-top: 3px; white-space: nowrap; }
.site-footer address { margin-top: 18px; color: #8da8ad; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #76949a; font-size: 11px; }
.mobile-call-dock { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid { gap: 30px; }
  .hero-calls { grid-template-columns: 1fr; max-width: 500px; }
  .data-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, var(--container)); }
  .header-row { min-height: 72px; }
  .brand-symbol { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 15px; }
  .header-call { display: none; }
  .mobile-nav { inset: 72px 0 auto; max-height: calc(100vh - 72px); }
  .hero { min-height: auto; padding: 58px 0 68px; }
  .hero-grid, .subhero-grid, .service-grid, .process-layout, .info-split, .documents-grid, .content-two-col, .split-feature, .article-layout, .preparation-box, .about-grid, .company-facts, .contact-grid, .footer-callout-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; min-height: 370px; }
  .hero-visual img { max-height: 390px; }
  .visual-stat-top { top: 25px; right: 0; }
  .visual-stat-bottom { bottom: 20px; left: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .process-layout, .info-split, .documents-grid, .content-two-col, .split-feature, .article-layout, .about-grid { gap: 40px; }
  .process-intro, .sticky-call, .article-sidebar { position: static; }
  .document-list { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .subhero { padding: 50px 0 60px; }
  .subhero-art { order: -1; min-height: 300px; }
  .data-cards { grid-template-columns: 1fr 1fr; }
  .mini-cta-inner { flex-direction: column; align-items: flex-start; }
  .simple-hero { padding: 65px 0 58px; }
  .article-sidebar { grid-template-columns: 1fr 1fr; }
  .sidebar-note { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
  .mobile-call-dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); background: rgba(6,43,54,.96); backdrop-filter: blur(12px); }
  .mobile-call-dock a { display: flex; flex-direction: column; align-items: center; padding: 8px 5px; border-radius: 10px; background: #fff; color: var(--ink); line-height: 1.1; }
  .mobile-call-dock a:last-child { background: var(--gas); color: #fff; }
  .mobile-call-dock small { font-size: 9px; font-weight: 900; text-transform: uppercase; }
  .mobile-call-dock strong { margin-top: 3px; font-size: 13px; }
}

@media (max-width: 620px) {
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  .hero-visual { min-height: 300px; }
  .hero-visual img { max-height: 310px; }
  .visual-stat { display: none; }
  .hero-calls { gap: 10px; }
  .call-card { min-height: 76px; padding: 12px; }
  .call-card-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .call-card strong { font-size: 17px; }
  .hero-points { display: grid; gap: 8px; }
  .section { padding: 58px 0; }
  .service-image { height: 220px; }
  .service-content { padding: 22px; }
  .service-content h3 { font-size: 25px; }
  .process-list li { grid-template-columns: 55px 1fr; gap: 14px; }
  .process-list > li > span { width: 48px; height: 48px; border-radius: 14px; }
  .fact-panel { padding: 22px; }
  .fact-panel li { grid-template-columns: 1fr; gap: 5px; }
  .document-card, .phone-aside { padding: 22px; }
  .data-cards, .scenario-grid, .value-grid, .address-panel, .article-sidebar { grid-template-columns: 1fr; }
  .sidebar-note { grid-column: auto; }
  .subhero h1, .simple-hero h1 { font-size: 41px; }
  .subhero-art { min-height: 240px; }
  .split-feature-art, .about-art { min-height: 340px; }
  .timeline-item { grid-template-columns: 68px 1fr; gap: 18px; padding-bottom: 48px; }
  .timeline-number { width: 62px; height: 62px; border-radius: 20px; font-size: 18px; }
  .timeline-item::before { left: 30px; top: 64px; }
  .timeline-item h2 { font-size: 27px; }
  .preparation-box { padding: 24px; }
  .transparency-card { grid-template-columns: 1fr; padding: 24px; }
  .contact-card { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-callout h2 { font-size: 32px; }
  .footer-bottom { flex-direction: column; }
}

/* =========================================================
   WELCHESISTDASBESTE.COM — VISUAL SYSTEM 2.0
   Dark editorial hero, blue/amber accents, asymmetric cards
========================================================= */
:root {
  --ink: #111936;
  --ink-2: #273568;
  --teal: #3157d5;
  --teal-2: #6b82e8;
  --mint: #eaf0ff;
  --mint-2: #f5f7ff;
  --electric: #f3b33d;
  --gas: #f46b5d;
  --paper: #f7f8fc;
  --line: rgba(17, 25, 54, .12);
  --muted: #667085;
  --shadow: 0 28px 80px rgba(17, 25, 54, .15);
  --shadow-sm: 0 14px 38px rgba(17, 25, 54, .10);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0, #f7f8fc 540px, #ffffff 100%);
}

.site-header {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(17,25,54,.08);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled {
  border-color: rgba(17,25,54,.12);
  box-shadow: 0 12px 35px rgba(17,25,54,.08);
}
.header-row { min-height: 86px; }
.brand-symbol {
  width: 47px;
  height: 47px;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--ink), var(--ink-2));
  box-shadow: 0 12px 28px rgba(17,25,54,.22);
}
.brand-symbol svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-symbol svg path:nth-child(2) { stroke: var(--electric); }
.brand-copy strong {
  max-width: 205px;
  font-size: 15px;
  letter-spacing: -.45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-copy small { color: var(--teal); }
.desktop-nav a { color: #48516f; }
.desktop-nav a:hover,
.desktop-nav a.active {
  background: #eef1ff;
  color: var(--teal);
}
.header-call {
  background: linear-gradient(135deg, var(--teal), #2444b3);
  box-shadow: 0 10px 26px rgba(49,87,213,.22);
}
.header-call span { color: rgba(255,255,255,.72); }

.hero {
  min-height: 735px;
  padding: 72px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 24%, rgba(107,130,232,.30), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(243,179,61,.14), transparent 30%),
    linear-gradient(135deg, #0c122b 0%, #111936 55%, #24336a 100%);
}
.hero::before {
  width: 560px;
  height: 560px;
  right: -180px;
  top: -230px;
  border: 1px solid rgba(255,255,255,.12);
}
.hero::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(49,87,213,.12);
  filter: blur(2px);
}
.hero-grid { position: relative; z-index: 2; grid-template-columns: 1.05fr .95fr; gap: 66px; }
.hero .eyebrow { color: #b9c7ff; }
.hero-copy h1 { color: #fff; font-size: clamp(48px, 6.2vw, 78px); }
.hero-lead { color: rgba(255,255,255,.74); }
.hero-points span { color: rgba(255,255,255,.82); }
.hero-points i { background: rgba(255,255,255,.12); color: var(--electric); }
.transparency-inline {
  border-left-color: var(--electric);
  color: rgba(255,255,255,.68);
}
.call-card-primary {
  background: linear-gradient(135deg, #3157d5, #2444b3);
}
.call-card-secondary {
  background: linear-gradient(135deg, #d9534f, #f46b5d);
}
.hero-visual {
  min-height: 590px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 38px;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 35px 90px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 30px;
  background: linear-gradient(145deg, #fff, #eef1ff);
  box-shadow: 0 25px 65px rgba(0,0,0,.18);
}
.hero-visual img { max-height: 520px; filter: drop-shadow(0 28px 35px rgba(17,25,54,.16)); }
.hero-orbit { border-color: rgba(49,87,213,.18); }
.visual-stat {
  border: 1px solid rgba(17,25,54,.10);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 38px rgba(17,25,54,.15);
}

.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -42px;
  padding: 0 0 36px;
  background: transparent;
}
.trust-grid {
  border: 0;
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(17,25,54,.15);
}
.trust-grid > div { padding: 30px; }
.trust-grid span { color: rgba(49,87,213,.12); }

.section { padding: 104px 0; }
.section-soft {
  background:
    radial-gradient(circle at 8% 20%, rgba(49,87,213,.07), transparent 28%),
    #f5f7ff;
}
.section-dark {
  background:
    radial-gradient(circle at 85% 20%, rgba(107,130,232,.24), transparent 26%),
    linear-gradient(135deg, #111936, #202e62);
}
.eyebrow { color: var(--teal); }
.eyebrow-light { color: #c6d0ff; }

.service-grid {
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
}
.service-card {
  border: 0;
  border-radius: 34px;
  box-shadow: 0 24px 65px rgba(17,25,54,.12);
}
.service-card-electric { transform: translateY(-12px); }
.service-card-gas { transform: translateY(18px); }
.service-card:hover { transform: translateY(-6px); }
.service-card-gas:hover { transform: translateY(10px); }
.service-image { height: 285px; }
.service-card-electric .service-image { background: linear-gradient(145deg, #edf1ff, #fff7e5); }
.service-card-gas .service-image { background: linear-gradient(145deg, #fff0ed, #f7efff); }
.service-content { padding: 32px; }
.service-tag { background: #eef1ff; color: var(--teal); }
.service-card-gas .service-tag { background: #fff0ed; color: #d9534f; }
.number-button {
  background: linear-gradient(135deg, var(--teal), #2444b3);
  box-shadow: 0 14px 30px rgba(49,87,213,.20);
}
.number-button-gas { background: linear-gradient(135deg, #d9534f, var(--gas)); }

.process-layout {
  grid-template-columns: .78fr 1.22fr;
  gap: 76px;
}
.process-intro {
  position: sticky;
  top: 125px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.process-list li {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17,25,54,.06);
}
.process-list > li > span {
  background: #eef1ff;
  color: var(--teal);
}

.fact-panel {
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
}
.info-pills span { background: rgba(255,255,255,.10); }

.document-card,
.phone-aside,
.preparation-box,
.transparency-card,
.address-panel {
  border: 0;
  box-shadow: 0 22px 60px rgba(17,25,54,.10);
}
.document-card { background: #fff; }
.phone-aside {
  color: #fff;
  background: linear-gradient(150deg, #3157d5, #1f2a52);
}
.phone-aside p { color: rgba(255,255,255,.72); }
.phone-aside a { background: rgba(255,255,255,.12); color: #fff; }

.faq-item {
  border: 1px solid rgba(17,25,54,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17,25,54,.05);
}

.subhero,
.simple-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(49,87,213,.17), transparent 27%),
    linear-gradient(180deg, #f7f8ff, #fff);
}
.subhero-electric { background: radial-gradient(circle at 82% 20%, rgba(243,179,61,.22), transparent 26%), #fffaf0; }
.subhero-gas { background: radial-gradient(circle at 82% 20%, rgba(244,107,93,.18), transparent 26%), #fff7f5; }
.simple-hero-process { background: radial-gradient(circle at 82% 20%, rgba(243,179,61,.22), transparent 26%), #fffaf0; }
.simple-hero-about { background: radial-gradient(circle at 82% 20%, rgba(244,107,93,.16), transparent 26%), #fff7f5; }
.simple-hero-contact { background: radial-gradient(circle at 82% 20%, rgba(49,87,213,.16), transparent 26%), #f5f7ff; }
.subhero-art,
.split-feature-art,
.about-art { border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.article-highlight { border-left-color: var(--teal); background: #eef1ff; }
.sidebar-box { background: linear-gradient(145deg, var(--ink), var(--ink-2)); }
.sidebar-box-gas { background: linear-gradient(145deg, #d9534f, var(--gas)); }
.sidebar-note { background: #eef1ff; }
.timeline-number { background: #eef1ff; color: var(--teal); }
.inline-numbers a { background: var(--ink); }
.about-art { background: linear-gradient(145deg, #eef1ff, #fff0ed); }
.value-grid > div { box-shadow: 0 10px 28px rgba(17,25,54,.05); }
.fact-address { background: rgba(255,255,255,.08); }
.transparency-icon { background: #eef1ff; color: var(--teal); }
.contact-card-strom { background: linear-gradient(145deg, #3157d5, #2444b3); }
.contact-card-gas { background: linear-gradient(145deg, #d9534f, #f46b5d); }
.legal-content a { color: var(--teal); }

.footer-callout {
  background:
    radial-gradient(circle at 10% 10%, rgba(243,179,61,.16), transparent 30%),
    linear-gradient(135deg, #25346a, #3157d5);
}
.call-card-light { color: var(--ink); }
.call-card-light .call-card-icon { background: #eef1ff; color: var(--teal); }
.call-card-light-gas .call-card-icon { background: #fff0ed; color: #d9534f; }
.site-footer { background: #0a1024; }
.footer-phone-list span { color: #aebcff; }
.mobile-call-dock { background: rgba(10,16,36,.96); }
.mobile-call-dock a:last-child { background: var(--gas); }

@media (max-width: 1100px) {
  .brand-copy strong { max-width: 185px; }
}

@media (max-width: 900px) {
  .header-row { min-height: 74px; }
  .mobile-nav { inset: 74px 0 auto; max-height: calc(100vh - 74px); }
  .hero { padding: 48px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; min-height: 390px; }
  .hero-visual::before { inset: 20px; }
  .trust-strip { margin-top: -26px; }
  .service-card-electric,
  .service-card-gas,
  .service-card-gas:hover { transform: none; }
  .process-intro { position: static; }
  .mobile-call-dock a:first-child { background: #fff; color: var(--ink); }
  .mobile-call-dock a:last-child { background: var(--gas); color: #fff; }
}

@media (max-width: 620px) {
  .brand-copy strong { max-width: 170px; font-size: 13px; }
  .brand-symbol { width: 41px; height: 41px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-visual { min-height: 310px; padding: 16px; border-radius: 26px; }
  .hero-visual::before { inset: 13px; border-radius: 20px; }
  .trust-grid { border-radius: 22px; }
  .service-grid { gap: 18px; }
  .service-card { border-radius: 24px; }
  .process-intro { padding: 24px; }
}

/* =========================================================
   MOBILE RESPONSIVE FIX 2.1
   Prevents horizontal overflow and keeps CTA text readable
========================================================= */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

h1,
h2,
h3,
p,
li,
a,
strong,
span {
  overflow-wrap: break-word;
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-row {
    min-height: 74px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    max-width: calc(100vw - 116px);
  }

  .mobile-nav {
    inset: 74px 0 auto;
    max-height: calc(100vh - 74px);
    max-height: calc(100dvh - 74px);
  }

  .hero-grid,
  .subhero-grid,
  .service-grid,
  .process-layout,
  .info-split,
  .documents-grid,
  .content-two-col,
  .split-feature,
  .article-layout,
  .preparation-box,
  .about-grid,
  .company-facts,
  .contact-grid,
  .footer-callout-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }

  .hero-grid > *,
  .subhero-grid > *,
  .service-grid > *,
  .process-layout > *,
  .info-split > *,
  .documents-grid > *,
  .content-two-col > *,
  .split-feature > *,
  .article-layout > *,
  .preparation-box > *,
  .about-grid > *,
  .company-facts > *,
  .contact-grid > *,
  .footer-callout-grid > *,
  .footer-grid > *,
  .timeline-item > * {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy,
  .hero-lead,
  .hero-calls,
  .hero-points,
  .transparency-inline,
  .subhero-grid > div,
  .process-list,
  .service-card,
  .service-content,
  .section-heading,
  .article-content,
  .legal-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-calls {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual,
  .subhero-art,
  .split-feature-art,
  .about-art {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-visual img,
  .subhero-art img,
  .split-feature-art img,
  .about-art img {
    max-width: 100%;
  }

  .orbit-one {
    width: min(500px, 92vw);
    height: min(500px, 92vw);
  }

  .orbit-two {
    width: min(360px, 70vw);
    height: min(360px, 70vw);
  }

  .service-card-electric,
  .service-card-gas,
  .service-card-electric:hover,
  .service-card-gas:hover {
    transform: none;
  }

  .process-intro,
  .sticky-call,
  .article-sidebar {
    position: static;
  }

  .process-list li,
  .timeline-item {
    min-width: 0;
  }

  .call-card,
  .number-button,
  .phone-aside a,
  .inline-numbers a,
  .footer-phone-list a,
  .mobile-nav-calls a {
    min-width: 0;
    max-width: 100%;
  }

  .call-card > span:not(.call-card-icon):not(.call-arrow) {
    min-width: 0;
    flex: 1 1 auto;
  }

  .call-card small,
  .call-card strong,
  .number-button span,
  .number-button strong,
  .phone-aside a small,
  .phone-aside a strong,
  .footer-phone-list strong {
    max-width: 100%;
  }

  .simple-hero h1,
  .subhero h1,
  .legal-content h1,
  .legal-content h2,
  .article-content h1,
  .article-content h2 {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .container {
    width: calc(100% - 24px);
  }

  .header-row {
    gap: 8px;
  }

  .brand-symbol {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border-radius: 12px;
  }

  .brand-symbol svg {
    width: 24px;
    height: 24px;
  }

  .brand-copy strong {
    max-width: calc(100vw - 108px);
    font-size: 12.5px;
    letter-spacing: -.35px;
  }

  .brand-copy small {
    margin-top: 4px;
    font-size: 10px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  h1,
  .hero-copy h1,
  .subhero h1,
  .simple-hero h1 {
    font-size: clamp(34px, 10.8vw, 42px);
    line-height: 1.06;
    letter-spacing: -1px;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  h2 {
    font-size: clamp(29px, 9vw, 34px);
    letter-spacing: -1px;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  h3 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .hero {
    padding: 42px 0 64px;
  }

  .hero-grid,
  .subhero-grid,
  .process-layout,
  .info-split,
  .documents-grid,
  .content-two-col,
  .split-feature,
  .article-layout,
  .about-grid,
  .company-facts,
  .contact-grid,
  .footer-callout-grid {
    gap: 30px;
  }

  .hero-visual {
    min-height: 290px;
  }

  .hero-calls {
    width: 100%;
  }

  .call-card {
    width: 100%;
    min-height: 74px;
    gap: 10px;
    padding: 11px 12px;
  }

  .call-card-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
  }

  .call-card small {
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: .45px;
    white-space: normal;
  }

  .call-card strong {
    font-size: clamp(16px, 5vw, 19px);
    white-space: nowrap;
  }

  .call-arrow {
    flex: 0 0 auto;
    margin-left: 4px;
    font-size: 20px;
  }

  .service-content {
    padding: 21px;
  }

  .number-button {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    padding: 13px 14px;
  }

  .number-button span {
    font-size: 10px;
    line-height: 1.25;
  }

  .number-button strong {
    font-size: 19px;
    white-space: nowrap;
  }

  .phone-aside a {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .phone-aside a strong {
    font-size: 18px;
    white-space: nowrap;
  }

  .data-cards,
  .scenario-grid,
  .value-grid,
  .address-panel,
  .article-sidebar,
  .document-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .timeline-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .timeline-number {
    width: 54px;
    height: 54px;
    border-radius: 17px;
  }

  .timeline-item::before {
    left: 26px;
    top: 57px;
  }

  .inline-numbers {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .inline-numbers a {
    width: 100%;
  }

  .contact-card {
    padding: 23px;
  }

  .contact-card strong {
    font-size: clamp(24px, 8vw, 32px);
    white-space: nowrap;
  }

  .footer-callout-actions {
    width: 100%;
  }

  .footer-callout-actions .call-card {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px;
  }

  .footer-brand-col {
    grid-column: auto;
  }

  .brand-footer .brand-copy strong {
    max-width: calc(100vw - 100px);
  }

  .footer-phone-list strong {
    font-size: 16px;
    white-space: nowrap;
  }

  .footer-bottom {
    gap: 6px;
    margin-top: 34px;
  }

  .mobile-call-dock {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .mobile-call-dock a {
    min-width: 0;
    overflow: hidden;
  }

  .mobile-call-dock strong {
    max-width: 100%;
    font-size: clamp(11px, 3.8vw, 13px);
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .container {
    width: calc(100% - 20px);
  }

  .brand-copy strong {
    max-width: 182px;
    font-size: 11.5px;
  }

  .call-card {
    gap: 8px;
    padding-inline: 10px;
  }

  .call-card-icon {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .call-card strong {
    font-size: 16px;
  }

  .call-arrow {
    display: none;
  }

  .service-content,
  .document-card,
  .phone-aside,
  .fact-panel,
  .preparation-box,
  .transparency-card,
  .address-panel {
    padding: 19px;
  }

  .contact-card strong {
    font-size: 23px;
  }

  .mobile-call-dock {
    padding-left: 6px;
    padding-right: 6px;
  }

  .mobile-call-dock strong {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .hero-visual img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
}
