/* Ella Insurance Brokerage — GE Insurance Group brand system */
:root {
  --navy-deep: #0C1F40;
  --navy-mid: #163A6E;
  --navy-light: #225B95;
  --gold-deep: #AD8253;
  --gold-light: #D8A86F;
  --red: #E70007;
  --black: #0A0A0A;
  --white: #FFFFFF;
  --gray-50: #F7F9FC;
  --gray-100: #EEF2F7;
  --gray-200: #D9E0EA;
  --gray-300: #B4BFCF;
  --gray-500: #6B7A8F;
  --gray-700: #3A4658;
  --shadow-sm: 0 1px 2px rgba(12,31,64,.06), 0 1px 3px rgba(12,31,64,.08);
  --shadow-md: 0 4px 12px rgba(12,31,64,.10), 0 2px 4px rgba(12,31,64,.06);
  --shadow-lg: 0 12px 32px rgba(12,31,64,.14), 0 4px 12px rgba(12,31,64,.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --container: 1200px;
  --font-stack: "Helvetica Neue", Helvetica, Arial, "Segoe UI", Roboto, system-ui, sans-serif;
  --font-display: var(--font-stack);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-stack);
  font-size: 16px;
  line-height: 1.55;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
a { color: var(--navy-light); text-decoration: none; }
a:hover { color: var(--navy-mid); text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-stack); color: var(--navy-deep); margin: 0 0 .5em; font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em 1.25em; padding: 0; }
button { font-family: inherit; cursor: pointer; }
hr { border: 0; border-top: 1px solid var(--gray-200); margin: 2rem 0; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: clamp(1.75rem, 4vw, 3.5rem) 0; }
.section--alt { background: var(--gray-50); }
.section--navy { background: var(--navy-deep); color: var(--white); }
.section--navy h1, .section--navy h2, .section--navy h3 { color: var(--white); }
.text-center { text-align: center; }
.eyebrow { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .75rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.4rem; border-radius: var(--radius-md); border: 2px solid transparent;
  font-weight: 700; font-size: .95rem; line-height: 1;
  text-decoration: none; cursor: pointer; transition: all .18s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--gold-deep); color: var(--white); border-color: var(--gold-deep); }
.btn--primary:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--navy-deep); text-decoration: none; }
.btn--secondary { background: var(--navy-deep); color: var(--white); border-color: var(--navy-deep); }
.btn--secondary:hover { background: var(--navy-mid); border-color: var(--navy-mid); color: var(--white); text-decoration: none; }
.btn--ghost { background: transparent; color: var(--navy-deep); border-color: var(--navy-deep); }
.btn--ghost:hover { background: var(--navy-deep); color: var(--white); text-decoration: none; }
.btn--lg { padding: 1.1rem 1.75rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* Utility bar */
.utility-bar { background: var(--navy-deep); color: var(--white); font-size: .85rem; }
.utility-bar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 1rem; }
.utility-bar__left, .utility-bar__right { display: flex; align-items: center; gap: 1.25rem; }
.utility-link { color: var(--white); display: inline-flex; align-items: center; gap: .4rem; opacity: .92; }
.utility-link:hover { color: var(--gold-light); opacity: 1; text-decoration: none; }
.lang-toggle { display: inline-flex; align-items: center; gap: .35rem; }
.lang-toggle__btn { background: transparent; border: 0; color: var(--white); opacity: .65; font-weight: 600; padding: .15rem .35rem; font-size: .85rem; }
.lang-toggle__btn.is-active { opacity: 1; color: var(--gold-light); }
.lang-toggle__btn:hover { opacity: 1; }
@media (max-width: 640px) {
  .utility-link--hide-sm { display: none; }
}

/* Header */
.site-header { background: var(--white); border-bottom: 1px solid var(--gray-200); position: sticky; top: 0; z-index: 50; box-shadow: var(--shadow-sm); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 1.5rem; }
.logo-lockup { display: inline-flex; align-items: center; gap: 1rem; text-decoration: none; }
.logo-lockup__primary-link { display: inline-flex; align-items: center; text-decoration: none; }
.logo-lockup__ella { height: 44px; width: auto; background: transparent; }
.logo-lockup__ge { height: 44px; width: auto; background: transparent; }
.logo-lockup__divider { width: 1px; height: 36px; background: var(--gray-300); }
.logo-lockup:hover { text-decoration: none; }
.logo-lockup--footer .logo-lockup__ge { height: 44px; }
.logo-lockup--footer .logo-lockup__divider { background: rgba(255,255,255,.3); }
@media (max-width: 640px) {
  .logo-lockup__ge, .logo-lockup__divider { display: none; }
}

.primary-nav { display: flex; align-items: center; gap: 1.5rem; }
.primary-nav__list { display: flex; list-style: none; margin: 0; padding: 0; gap: 1.2rem; }
.primary-nav__link { color: var(--navy-deep); font-weight: 600; padding: .5rem .25rem; position: relative; text-decoration: none; font-size: .95rem; }
.primary-nav__link:hover { color: var(--navy-mid); text-decoration: none; }
.primary-nav__link.is-active { color: var(--gold-deep); }
.primary-nav__link.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--gold-deep); }
.primary-nav__cta { margin-left: .5rem; }

.nav-toggle { display: none; background: transparent; border: 0; padding: .5rem; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy-deep); transition: transform .2s; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; padding: 1rem 1.25rem 1.5rem; border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow-md); gap: 1rem; }
  .primary-nav.is-open { display: flex; }
  .primary-nav__list { flex-direction: column; gap: .25rem; }
  .primary-nav__link { padding: .75rem 0; border-bottom: 1px solid var(--gray-100); }
  .primary-nav__cta { width: 100%; }
  .site-header { position: relative; }
}

/* Hero: legacy .hero rules removed — see .nyc-banner / .hero-text-section at end of file. */

/* Card grids */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: 1.75rem; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold-light); }
.card__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--navy-deep); color: var(--gold-light); display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--gray-700); flex: 1; }
.card__cta { margin-top: 1rem; font-weight: 700; color: var(--gold-deep); }
.card--featured { border-color: var(--gold-deep); border-width: 2px; }

/* Two-column section */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 2rem; } }

/* Carrier grid */
.carrier-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.carrier-tile {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
  padding: 1.5rem; min-height: 110px; display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--navy-deep); font-weight: 700; font-size: 1rem;
  transition: all .18s ease;
}
.carrier-tile:hover { border-color: var(--gold-deep); box-shadow: var(--shadow-sm); }
.carrier-tile img { max-height: 60px; max-width: 100%; object-fit: contain; }

/* Staff cards */
.staff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.staff-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 1.5rem; text-align: center; }
.staff-card__avatar { width: 96px; height: 96px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-mid), var(--navy-deep)); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 700; margin: 0 auto 1rem; overflow: hidden; }
.staff-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.staff-card__name { font-weight: 700; color: var(--navy-deep); margin: 0; }
.staff-card__role { color: var(--gold-deep); font-size: .9rem; font-weight: 600; margin-top: .25rem; }

/* Forms */
.form-section { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 2rem; margin-top: 2rem; box-shadow: var(--shadow-sm); }
.form-section h3 { margin-bottom: 1rem; }
.form-section__body { min-height: 200px; }
.hubspot-form-target { min-height: 200px; }
.form-pending {
  background: var(--gray-50); border: 1px dashed var(--gray-300); border-radius: var(--radius-md);
  padding: 1.5rem; color: var(--gray-700);
}

/* Native (fallback) form styling */
.form-row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.form-field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.form-field label { font-weight: 600; color: var(--navy-deep); font-size: .9rem; }
.form-field input, .form-field select, .form-field textarea {
  font-family: inherit; font-size: 1rem; padding: .7rem .85rem; border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm); background: var(--white); color: var(--black);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 2px solid var(--navy-light); outline-offset: 1px; border-color: var(--navy-light);
}
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

/* Quote card list (get-a-quote anchor cards) */
.quote-anchor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-bottom: 3rem; }
.quote-anchor {
  display: block; padding: 1.25rem; background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-md); text-align: center; color: var(--navy-deep); font-weight: 700;
  transition: all .18s ease;
}
.quote-anchor:hover { background: var(--navy-deep); color: var(--white); border-color: var(--navy-deep); text-decoration: none; transform: translateY(-2px); }
.quote-anchor__icon { font-size: 1.75rem; display: block; margin-bottom: .35rem; color: var(--gold-deep); }
.quote-anchor:hover .quote-anchor__icon { color: var(--gold-light); }

/* Minimal icon-label alignment for .quote-anchor cards on get-a-quote.php */
.quote-anchor .material-symbols-outlined {
  vertical-align: middle;
  font-size: 28px;
  color: var(--red);
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.quote-anchor .quote-anchor__title,
.quote-anchor span:not(.material-symbols-outlined) {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

/* Office card */
.office-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 720px) { .office-grid { grid-template-columns: 1fr; } }
.office-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 2rem; }
.office-card h3 { color: var(--gold-deep); }
.office-card address { font-style: normal; line-height: 1.7; }
.office-card__meta { margin-top: 1rem; font-size: .9rem; color: var(--gray-700); }

/* Footer */
.site-footer { background: var(--navy-deep); color: var(--gray-200); padding-top: 3rem; margin-top: 4rem; }
.site-footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.site-footer__heading { color: var(--white); font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.site-footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.site-footer a { color: var(--gray-200); }
.site-footer a:hover { color: var(--gold-light); text-decoration: none; }
.site-footer__tagline { color: var(--gray-300); font-size: .9rem; max-width: 22rem; margin-top: 1rem; }
.logo-lockup--footer .logo-lockup__divider { background: rgba(255,255,255,.25); }
.logo-lockup--footer .logo-lockup__ge { background: var(--white); padding: 6px 10px; border-radius: 6px; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 1.25rem 0; font-size: .85rem; }
.site-footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.site-footer__legal { margin: 0; }
.site-footer__disclaimer { display: block; opacity: .75; margin-top: .25rem; font-size: .8rem; }
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.footer-social a:hover { opacity: 0.75; }
@media (max-width: 880px) { .site-footer__inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer__inner { grid-template-columns: 1fr; } }

/* Page header (sub-pages) */
.page-header { background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid)); color: var(--white); padding: 48px 0 40px; }
.page-header h1 { color: var(--white); margin-bottom: .5rem; }
.page-header p { color: var(--gray-200); max-width: 48rem; margin: 0; }
.page-header .eyebrow { color: var(--gold-light); }
.breadcrumbs { font-size: .85rem; opacity: .85; margin-bottom: 1rem; }
.breadcrumbs a { color: var(--gold-light); }

/* Misc utilities */
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.5rem; text-align: center; margin: 2rem 0; }
.stat { padding: 1rem; }
.stat__value { font-size: 2.25rem; font-weight: 700; color: var(--gold-deep); display: block; line-height: 1.1; }
.stat__label { font-size: .9rem; color: var(--gray-700); }
.section--navy .stat__label { color: var(--gray-200); }

.note { background: var(--gray-50); border-left: 3px solid var(--gold-deep); padding: 1rem 1.25rem; border-radius: var(--radius-sm); color: var(--gray-700); }
.alert { background: #FFF4F4; border: 1px solid #F5C2C2; color: #8B0000; padding: 1rem 1.25rem; border-radius: var(--radius-sm); }
.callout { background: var(--navy-deep); color: var(--white); padding: 2rem; border-radius: var(--radius-lg); text-align: center; }
.callout h3 { color: var(--white); }
.callout .btn { margin-top: 1rem; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--gold-light); color: var(--navy-deep); padding: .5rem 1rem; z-index: 100; }

/* Section header (with red underline under eyebrow) */
.section-header { text-align: center; margin-bottom: 2.5rem; }
.section-header .eyebrow { position: relative; padding-bottom: .6rem; display: inline-block; }
.section-header .eyebrow::after {
  content: ""; position: absolute; left: 50%; bottom: 0;
  width: 40px; height: 2px; background: var(--red); transform: translateX(-50%);
}

/* Trust strip (.trust-item with 3px red left border) */
.trust-strip { background: var(--white); padding: 2.5rem 0; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.trust-item {
  background: var(--white); border: 1px solid var(--gray-200); border-left: 3px solid var(--red);
  border-radius: var(--radius-md); padding: 1.25rem 1.5rem;
}
.trust-item__value { font-size: 1.5rem; font-weight: 700; color: var(--navy-deep); line-height: 1.1; }
.trust-item__label { color: var(--gray-700); font-size: .9rem; margin-top: .25rem; }

/* Product card (alias-friendly variant of .card with hover lift) */
.product-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: 1.75rem; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold-light); text-decoration: none; }
.product-card__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--navy-deep); color: var(--gold-light); display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }
.product-card h3 { margin-bottom: .5rem; }
.product-card p { color: var(--gray-700); flex: 1; }
.product-card__cta { margin-top: 1rem; font-weight: 700; color: var(--gold-deep); }

/* Coverage list (red bullets) */
.coverage-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.coverage-list li { position: relative; padding-left: 1.25rem; margin-bottom: .4rem; }
.coverage-list li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--red);
}

/* Team card */
.team-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 1.25rem; text-align: center; }
.team-card__avatar { width: 88px; height: 88px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-mid), var(--navy-deep)); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 1.75rem; font-weight: 700; margin: 0 auto .75rem; overflow: hidden; }
.team-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card__name { font-weight: 700; color: var(--navy-deep); margin: 0; }
.team-card__role { color: var(--gold-deep); font-size: .85rem; font-weight: 600; margin-top: .15rem; }

/* CTA band with 3px red top stripe */
.cta-band { background: var(--navy-deep); color: var(--white); border-top: 3px solid var(--red); padding: 56px 0; }
.cta-band h2, .cta-band h3 { color: var(--white); }
.cta-band__inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.cta-band__inner p { color: rgba(255,255,255,.85); margin-bottom: 0; }
.cta-band__actions { display: flex; gap: .75rem; justify-content: flex-end; flex-wrap: wrap; }
@media (max-width: 720px) { .cta-band__inner { grid-template-columns: 1fr; } .cta-band__actions { justify-content: flex-start; } }

/* Fade-in animations */
.fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-in { opacity: 0; transition: opacity 0.8s ease; }
.fade-in.visible { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .fade-up, .fade-in { opacity: 1; transform: none; transition: none; }
}

/* Native (non-HubSpot) contact form */
.native-form { display: grid; gap: 1rem; }
.native-form .form-field { margin-bottom: 0; }
.native-form .form-field--required label::after { content: " *"; color: var(--red); }
.native-form .form-field__error { color: var(--red); font-size: .85rem; margin-top: .25rem; min-height: 1.1em; display: block; }
.native-form .form-field input.has-error,
.native-form .form-field select.has-error,
.native-form .form-field textarea.has-error { border-color: var(--red); outline-color: var(--red); }
.native-form .form-status { padding: 1rem 1.25rem; border-radius: var(--radius-sm); display: none; }
.native-form .form-status.is-success { display: block; background: #E8F5EE; border: 1px solid #9BD3B0; color: #14532D; }
.native-form .form-status.is-error { display: block; background: #FFF4F4; border: 1px solid #F5C2C2; color: #8B0000; }
.native-form button[type="submit"] { justify-self: start; }
.native-form button[type="submit"][disabled] { opacity: .6; cursor: wait; }

/* Prose (privacy/terms) */
.prose { max-width: 48rem; }
.prose h2 { margin-top: 2rem; }
.prose h3 { margin-top: 1.5rem; color: var(--navy-mid); }
.prose ul, .prose ol { margin-left: 1.5rem; }
.prose li { margin-bottom: .5rem; }

/* ===== Quote Wizard Modal ===== */
.quote-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}
.quote-modal[hidden]{display:none}
.qm-backdrop{position:absolute;inset:0;background:rgba(12,31,64,.80);backdrop-filter:blur(4px)}
.qm-panel{position:relative;z-index:1;background:var(--white);border-radius:4px;width:100%;max-width:860px;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 32px 80px rgba(12,31,64,.30)}
.qm-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 28px 18px;background:var(--navy-deep);border-radius:4px 4px 0 0}
.qm-title{color:var(--white);font-size:20px;font-weight:800;letter-spacing:-.01em;margin:0}
.qm-close{background:none;border:none;color:rgba(255,255,255,.65);cursor:pointer;padding:2px;display:flex}
.qm-close:hover{color:var(--white)}
.qm-body{padding:28px 32px 36px;overflow-y:auto;flex:1}
.qm-field{margin-bottom:18px}
.qm-field label{display:block;font-size:12px;font-weight:700;color:var(--navy-deep);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}
.qm-field input,.qm-field select,.qm-field textarea{width:100%;padding:11px 14px;border:1px solid var(--gray-200);border-radius:2px;font-family:var(--font-body);font-size:15px;color:var(--navy-deep);transition:border-color .2s;background:var(--white)}
.qm-field input:focus,.qm-field select:focus,.qm-field textarea:focus{outline:none;border-color:var(--gold-deep);box-shadow:0 0 0 3px rgba(173,130,83,.15)}
.qm-field.error input,.qm-field.error select,.qm-field.error textarea{border-color:var(--red)}
.qm-error-msg{font-size:11px;color:var(--red);margin-top:4px;font-weight:600}
.qm-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.qm-radio-group{display:flex;gap:16px}
.qm-radio-group label{font-size:14px;font-weight:400;text-transform:none;letter-spacing:0;display:flex;align-items:center;gap:8px;cursor:pointer}
.qm-success{text-align:center;padding:32px 16px}
.qm-success .success-icon{font-size:56px;color:var(--gold-deep);margin-bottom:16px;display:block;font-family:"Material Symbols Outlined"}
.qm-success h3{font-size:24px;color:var(--navy-deep);margin-bottom:12px;font-weight:800}
.qm-success p{color:var(--gray-700);line-height:1.6;margin-bottom:8px}
@media(max-width:860px){.quote-modal{padding:0;align-items:flex-end}.qm-panel{max-width:100%;border-radius:16px 16px 0 0;max-height:94svh}.qm-field-row{grid-template-columns:1fr}}

/* Team strip (index.php — 5 featured) + full grid (about.php — all 12). */
.team-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 960px) { .team-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .team-strip { grid-template-columns: repeat(2, 1fr); } }

.team-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 48px;
}
@media (max-width: 960px) {
  .team-grid-full { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .team-grid-full { grid-template-columns: 1fr 1fr; }
}

.team-strip .team-card,
.team-grid-full .team-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  text-align: center;
}
.team-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy-deep));
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-photo.missing::before {
  content: "👤";
  font-size: 48px;
  color: var(--gold-light);
  opacity: .85;
}
.team-name {
  font-weight: 700;
  color: var(--navy-deep);
  font-size: 1rem;
  margin: 0 0 4px;
}
.team-role {
  color: var(--gold-deep);
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.35;
}
.btn-ghost-light {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid var(--navy-deep);
  border-radius: var(--radius-md, 8px);
  color: var(--navy-deep);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background .15s ease;
}
.btn-ghost-light:hover { background: var(--gray-100, #f5f5f5); }

/* ── Hero redesign: full-width NYC banner + text section below ─────── */
.nyc-banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  /* Red accent stripe below the photo matching brand */
  border-bottom: 4px solid var(--red);
}
.nyc-banner-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center center;
  display: block;
}
@media (max-width: 768px) {
  .nyc-banner-img { height: 240px; object-position: center 60%; }
}

.hero-text-section {
  background: var(--white);
  padding: 40px 0 48px;
  border-bottom: 1px solid var(--gray-100);
}
.hero-text-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-text-main h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--navy-deep);
  margin-bottom: 8px;
}
.hero-tagline {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.hero-sub {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-700);
  margin-bottom: 32px;
  max-width: 560px;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-stats-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: var(--navy-deep);
  padding: 36px 32px;
  border-radius: 4px;
  border-top: 4px solid var(--red);
}
.hero-stat-item {
  text-align: center;
  padding: 16px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.hero-stat-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.hero-stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--gold-light);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 6px;
}
.hero-stat-item span {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 960px) {
  .hero-text-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-stats-panel {
    grid-template-columns: repeat(4, 1fr);
    padding: 24px;
  }
  .hero-stat-item { border-bottom: none; }
}
@media (max-width: 640px) {
  .hero-stats-panel { grid-template-columns: 1fr 1fr; }
  .hero-text-section { padding: 36px 0 48px; }
}

/* ── Header brand lockup (dual logo: Ella + GE) ──────────────────── */
.brand-lockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.brand-lockup a { display: inline-flex; align-items: center; text-decoration: none; }

/* ── Language switcher (in header, between nav links and Get a Quote) */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-btn {
  background: none;
  border: none;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--gray-500);
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 2px;
  transition: all 0.2s;
}
.lang-btn:hover { color: var(--navy-deep); }
.lang-btn.active {
  color: var(--red);
  border-bottom: 2px solid var(--red);
}
.lang-divider {
  color: var(--gray-200);
  font-size: 14px;
  user-select: none;
}

/* Hide/show by language. The textContent swap in main.js still
   handles legacy <span data-en="A" data-pl="B"> markup; these rules
   handle the newer pattern of two sibling spans with empty attrs. */
[data-lang="pl"] [data-en]:not([data-pl]) { display: none !important; }
[data-lang="en"] [data-pl]:not([data-en]) { display: none !important; }

.brand-lockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  padding: 8px 0;
}

.site-header .container {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* ── Service Center cards (service-center.php) ───────────────────── */
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 16px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.service-card:hover {
  border-color: var(--red);
  box-shadow: 0 4px 20px rgba(12,31,64,0.10);
  transform: translateY(-2px);
}

.service-card .material-symbols-outlined {
  font-size: 36px;
  color: var(--navy-deep);
  transition: color 0.2s;
}

.service-card:hover .material-symbols-outlined {
  color: var(--red);
}

.service-card__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-deep);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

@media (max-width: 960px) {
  .service-card-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Calculator disclaimer / CTA (calculators/*.php) ─────────────── */
.calc-disclaimer {
  background: var(--gray-50);
  border-top: 3px solid var(--red);
  margin-top: 48px;
  padding: 32px 0;
}
.calc-disclaimer__inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
}
.calc-disclaimer__text {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
}
.calc-disclaimer__text .material-symbols-outlined {
  color: var(--red);
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.calc-disclaimer__text p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--gray-700);
  margin: 0;
}
.calc-disclaimer__text strong {
  color: var(--navy-deep);
}
.calc-disclaimer .btn {
  flex-shrink: 0;
  white-space: nowrap;
  align-self: center;
}
@media (max-width: 768px) {
  .calc-disclaimer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.calc-note {
  font-size: 12px;
  color: var(--gray-500);
  font-style: italic;
  margin-top: 8px;
}
.contact-form-wrap {
  max-width: 640px;
  margin: 40px auto 0;
}
#our-team { scroll-margin-top: 80px; }

