/*
Theme Name: Instalator Constanta Non Stop
Theme URI: https://instalator-constanta-nonstop.ro/
Author: Copilot
Description: Tema WordPress cu identitate vizuala separata pentru servicii de instalator in Constanta.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: instalator-constanta-nonstop
*/

:root {
  --bg: #f5f8fd;
  --bg-soft: #edf3fb;
  --paper: #ffffff;
  --paper-strong: #fbfdff;
  --ink: #17233c;
  --muted: #5f6e87;
  --line: rgba(27, 56, 102, 0.12);
  --line-strong: rgba(18, 54, 110, 0.18);
  --brand: #0f62d6;
  --brand-deep: #0a4598;
  --brand-soft: #dceaff;
  --accent: #ff8b2b;
  --accent-soft: #fff1e4;
  --navy: #10264d;
  --navy-deep: #0a1a36;
  --success: #1d8f67;
  --shadow-soft: 0 18px 40px rgba(18, 45, 87, 0.08);
  --shadow-card: 0 26px 60px rgba(17, 44, 88, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max: 1240px;
  --font-display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Gill Sans", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(15, 98, 214, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 139, 43, 0.14), transparent 24%),
    linear-gradient(180deg, #fdfefe 0%, #f5f8fd 24%, #eef4fb 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

p,
ul,
ol,
h1,
h2,
h3 {
  margin-top: 0;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

[hidden] {
  display: none !important;
}

.site-shell {
  min-height: 100vh;
}

.page-main {
  overflow: hidden;
}

.service-reference-page .page-main {
  overflow: visible;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section,
.hero-home,
.page-hero,
.services-landing-hero,
.cta-band {
  padding: 88px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(220, 234, 255, 0.32), rgba(255, 255, 255, 0.9));
}

.eyebrow,
.panel-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before,
.panel-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.section-head,
.section-heading,
.services-landing-shell {
  max-width: 760px;
}

.section-head h2,
.section-heading h2,
.services-landing-shell h1,
.hero-content h1,
.page-hero-copy h1,
.footer-brand strong,
.contact-card h3,
.service-side-card h2,
.service-side-card h3,
.cta-band h3,
.content-card h3,
.panel-title,
.about-panel h2 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.section-head h2,
.section-heading h2,
.services-landing-shell h1,
.about-panel h2,
.cta-band h3 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.06;
}

.section-head p,
.section-heading p,
.services-landing-shell > p,
.about-panel p,
.hero-lead,
.hero-intro,
.services-help,
.content-section p,
.content-card p,
.contact-card p,
.footer-brand p,
.faq-answer p,
.cta-band p,
.service-tile p,
.preview-card p {
  color: var(--muted);
}

.section-head-center,
.services-landing-shell {
  margin: 0 auto;
  text-align: center;
}

.section-head-actions,
.section-head-actions-center,
.hero-actions,
.cta-band-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section-head-actions {
  margin-top: 24px;
}

.section-head-actions-center {
  justify-content: center;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-small {
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.9rem;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent) 0%, #ff6b1b 100%);
  box-shadow: 0 18px 30px rgba(255, 120, 24, 0.24);
}

.btn-secondary {
  color: var(--brand-deep);
  background: rgba(15, 98, 214, 0.08);
  border-color: rgba(15, 98, 214, 0.18);
}

.btn-white {
  color: var(--navy);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.btn-outline-light {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 38, 77, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 30px rgba(16, 38, 77, 0.06);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 94px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark,
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #e9f2ff, #ffffff);
  border: 1px solid rgba(15, 98, 214, 0.12);
  box-shadow: var(--shadow-soft);
  flex: 0 0 auto;
}

.brand-logo,
.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1.08rem;
  color: var(--navy);
}

.brand-copy span {
  font-size: 0.78rem;
  color: var(--muted);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav > a {
  position: relative;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
}

.site-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav > a:hover::after,
.site-nav > a.is-active::after {
  transform: scaleX(1);
}

.header-phone,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.header-phone {
  border: 1px solid rgba(15, 98, 214, 0.14);
  background: rgba(15, 98, 214, 0.06);
  color: var(--brand-deep);
}

.header-phone span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-phone svg {
  width: 18px;
  height: 18px;
}

.header-cta {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  box-shadow: 0 14px 26px rgba(15, 98, 214, 0.18);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(15, 98, 214, 0.14);
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-open span {
  opacity: 0;
}

.nav-toggle.is-open::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-home {
  padding-top: 66px;
}

.hero-shell,
.page-hero-shell,
.page-hero-grid,
.about-grid,
.content-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 34px;
  align-items: start;
}

.hero-content,
.page-hero-copy {
  padding-top: 38px;
}

.hero-kicker-soft {
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid rgba(16, 38, 77, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.82rem;
}

.hero-kicker {
  margin-bottom: 16px;
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-content h1,
.page-hero-copy h1 {
  margin-bottom: 20px;
  max-width: 10.5ch;
  font-size: clamp(3.35rem, 5.8vw, 5.8rem);
  line-height: 0.94;
}

.hero-content h1 span,
.page-hero-copy h1 span {
  display: inline;
  margin-top: 0;
  max-width: none;
  color: var(--brand);
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}

.hero-lead,
.hero-intro {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions,
.cta-band-actions,
.cta-actions {
  margin-top: 30px;
}

.hero-actions .btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
}

.hero-actions .btn-primary::after {
  content: "→";
  margin-left: 10px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: none;
}

.hero-trust span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid var(--brand);
}

.hero-media-wrap,
.page-hero-side {
  position: relative;
}

.hero-media-card,
.page-hero-media-card,
.info-panel,
.content-card,
.contact-card,
.service-side-card,
.preview-card,
.service-tile,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
}

.hero-media-card,
.page-hero-media-card {
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
  background: #ffffff;
}

.hero-media-card img,
.page-hero-media-card img {
  width: 100%;
  height: auto;
  min-height: 430px;
  object-fit: cover;
  border-radius: 28px;
}

.hero-float-card {
  position: absolute;
  left: -18px;
  bottom: -18px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 250px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 38, 77, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 18px 34px rgba(18, 45, 87, 0.16);
}

.hero-float-card strong,
.stat-card strong,
.preview-card h3,
.service-tile h2,
.contact-card h3,
.service-side-card h2,
.service-side-card h3,
.content-section h2,
.content-section h3,
.faq-question,
.footer-column h3 {
  color: var(--navy);
}

.hero-float-card strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
}

.hero-float-card span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, #ff6b1b 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.stats-strip {
  margin-top: 44px;
}

.stats-grid,
.page-meta-grid,
.detail-grid,
.detail-note-grid,
.home-card-grid,
.services-catalog-grid,
.faq-grid {
  display: grid;
  gap: 22px;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(16, 38, 77, 0.08);
  border-bottom: 1px solid rgba(16, 38, 77, 0.08);
}

.page-meta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.stat-card {
  padding: 26px 22px 22px;
  border: 0;
  border-right: 1px solid rgba(16, 38, 77, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.stat-card:last-child {
  border-right: 0;
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.95rem;
  font-family: var(--font-body);
  font-weight: 800;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.preview-card,
.service-tile,
.content-card,
.contact-card,
.service-side-card,
.info-panel {
  padding: 28px;
}

.preview-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.34s ease, background 0.34s ease;
}

.preview-card:hover,
.service-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 98, 214, 0.18);
  box-shadow: 0 30px 60px rgba(17, 44, 88, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.preview-card-static {
  cursor: default;
}

.preview-icon,
.service-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-soft), #ffffff);
  color: var(--brand-deep);
  font-size: 0.92rem;
  font-weight: 800;
}

.preview-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.preview-card h3,
.service-tile h2,
.content-card h3,
.content-section h2,
.content-section h3,
.footer-column h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
  line-height: 1.18;
}

.preview-arrow {
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 800;
}

.preview-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--brand);
  font-weight: 700;
  transition: transform 0.28s ease, color 0.28s ease;
}

.preview-link::after {
  content: "→";
}

.preview-card:hover .preview-link,
.service-tile:hover .preview-link {
  transform: translateX(4px);
  color: var(--brand-deep);
}

.about-grid,
.content-grid {
  align-items: stretch;
}

.about-panel,
.content-main {
  display: grid;
  gap: 18px;
}

.about-checks,
.contact-card ul,
.service-side-card ul,
.footer-column ul,
.panel-list {
  list-style: none;
  padding-left: 0;
}

.about-checks,
.contact-card ul,
.service-side-card ul,
.footer-column ul,
.panel-list {
  display: grid;
  gap: 12px;
}

.about-checks li,
.contact-card li,
.service-side-card li,
.footer-column li,
.panel-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.about-checks li::before,
.contact-card li::before,
.service-side-card li::before,
.footer-column li::before,
.panel-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ffbc74);
}

.contact-card,
.service-side-card,
.info-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.contact-card h3,
.service-side-card h2,
.service-side-card h3,
.panel-title {
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.15;
}

.panel-title {
  color: var(--navy);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumbs a {
  color: var(--brand);
}

.service-reference-page {
  background: #f6f8fc;
}

.service-reference-hero {
  padding: 36px 0 22px;
}

.service-reference-hero-shell {
  display: grid;
  gap: 16px;
}

.service-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.service-reference-tag {
  margin: 0;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-reference-hero h1 {
  margin: 0;
  max-width: 16ch;
  color: var(--navy);
  font-size: clamp(2.5rem, 4vw, 3.35rem);
  line-height: 1.02;
}

.service-reference-lead {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.service-reference-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
}

.service-reference-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(16, 38, 77, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(17, 44, 88, 0.04);
}

.service-reference-badges span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(15, 98, 214, 0.12);
}

.service-reference-body {
  padding: 20px 0 56px;
}

.service-reference-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 26px;
  align-items: start;
}

.service-reference-main {
  display: grid;
  gap: 34px;
}

.service-reference-section h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.16;
}

.service-reference-section p {
  max-width: 74ch;
  color: var(--muted);
}

.service-reference-section p + p {
  margin-top: 14px;
}

.service-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-included-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 38, 77, 0.1);
  border-radius: 14px;
  background: #ffffff;
  color: var(--navy);
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(17, 44, 88, 0.04);
}

.service-included-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(15, 98, 214, 0.18);
  background: rgba(15, 98, 214, 0.08);
  flex: 0 0 auto;
}

.service-included-icon::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: var(--brand);
}

.service-reference-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.service-reference-list li + li {
  margin-top: 10px;
}

.service-process-list {
  display: grid;
  gap: 12px;
}

.service-process-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid rgba(16, 38, 77, 0.1);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 44, 88, 0.04);
}

.service-process-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.service-process-card h3 {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 0.96rem;
}

.service-process-card p {
  margin: 0;
  font-size: 0.88rem;
}

.service-reference-rail {
  position: sticky;
  top: 56px;
  align-self: start;
  display: grid;
  gap: 12px;
}

.service-schedule-card,
.service-dispatch-card {
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(17, 44, 88, 0.08);
}

.service-schedule-card {
  padding: 18px;
  border: 1px solid rgba(16, 38, 77, 0.12);
  background: #ffffff;
}

.service-schedule-card h2 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.service-schedule-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.82rem;
}

.service-schedule-actions {
  display: grid;
  gap: 10px;
}

.service-schedule-actions .btn {
  width: 100%;
  min-height: 42px;
  justify-content: center;
  padding: 0 14px;
  font-size: 0.88rem;
}

.service-dispatch-card {
  padding: 18px;
  background: linear-gradient(135deg, #0f62d6 0%, #0a4ea9 100%);
  color: #ffffff;
}

.service-dispatch-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-dispatch-card strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.5rem;
}

.service-dispatch-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
}

.service-reference-faq {
  border-top: 1px solid rgba(16, 38, 77, 0.1);
}

.service-reference-faq-item {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 38, 77, 0.1);
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-reference-faq-toggle {
  padding: 16px 0;
  border-radius: 0;
}

.service-reference-faq-answer {
  padding: 0 0 18px;
}

.service-reference-faq .faq-icon {
  width: 28px;
  height: 28px;
}

.service-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-related-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(16, 38, 77, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 44, 88, 0.05);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.34s ease, background 0.34s ease;
}

.service-related-copy {
  min-width: 0;
}

.service-related-copy strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 0.95rem;
  line-height: 1.25;
}

.service-related-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.service-related-arrow {
  margin-left: auto;
  color: var(--muted);
  font-weight: 800;
  transition: transform 0.28s ease, color 0.28s ease;
}

.service-related-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 98, 214, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  box-shadow: 0 24px 44px rgba(17, 44, 88, 0.14);
}

.service-related-card:hover .service-related-arrow {
  transform: translateX(4px);
  color: var(--brand);
}

.content-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
}

.content-section {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.content-section p + p {
  margin-top: 16px;
}

.detail-note-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compact-section {
  padding: 28px;
}

.sticky-panel {
  position: sticky;
  top: 120px;
}

.content-aside {
  display: grid;
  gap: 22px;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item {
  padding: 0;
  border-left: 4px solid rgba(255, 139, 43, 0.88);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow: 0 16px 34px rgba(17, 44, 88, 0.08);
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
  padding: 20px 22px 14px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-question {
  font-size: 1.02rem;
  font-weight: 700;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(16, 38, 77, 0.12);
  background: #ffffff;
  color: var(--navy);
  font-size: 1.3rem;
  flex: 0 0 auto;
}

.faq-answer {
  padding: 0 22px 22px;
}

.faq-item.is-open .faq-icon {
  background: rgba(255, 139, 43, 0.14);
  color: #d66300;
  font-size: 0;
}

.faq-item.is-open .faq-icon::before {
  content: "−";
  font-size: 1.3rem;
}

.cta-band {
  padding-top: 26px;
  padding-bottom: 34px;
}

.cta-band-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(16, 38, 77, 0.08);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.96));
  box-shadow: 0 34px 80px rgba(17, 44, 88, 0.14);
}

.cta-band-shell::before {
  content: "";
  position: absolute;
  left: -48px;
  bottom: -78px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 139, 43, 0.18);
  filter: blur(6px);
}

.cta-band-copy,
.cta-band-shell > div:first-child {
  position: relative;
  max-width: none;
  padding: 40px 42px;
}

.cta-band-copy h3,
.cta-band-shell > div:first-child h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.cta-band-copy p,
.cta-band-shell > div:first-child p {
  margin-bottom: 0;
  max-width: 54ch;
  color: var(--muted);
}

.cta-band .eyebrow,
.cta-band .eyebrow::before {
  color: var(--brand);
}

.cta-band-actions,
.cta-actions {
  position: relative;
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 10px;
  padding: 24px 26px;
  background: linear-gradient(180deg, var(--navy) 0%, #13376e 100%);
}

.cta-band-actions::before,
.cta-actions::before {
  content: "Contact direct";
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-band-actions .btn,
.cta-actions .btn {
  width: auto;
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.cta-band .btn-secondary,
.cta-band .btn-outline-light {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24);
}

.site-footer {
  padding: 0;
  background: #eaf0f7;
  color: var(--navy);
  border-top: 1px solid rgba(16, 38, 77, 0.12);
}

.footer-shell {
  padding: 34px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  padding-bottom: 28px;
}

.footer-brand-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-brand strong {
  font-size: 1.05rem;
  color: var(--navy);
}

.footer-brand p {
  max-width: 34ch;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-column h3 {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: var(--navy);
}

.site-footer .footer-logo {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border-color: rgba(15, 98, 214, 0.14);
  background: #ffffff;
  box-shadow: none;
}

.site-footer .footer-column li,
.site-footer .footer-column a {
  color: var(--muted);
}

.site-footer .footer-column ul {
  gap: 8px;
}

.site-footer .footer-column li {
  padding-left: 0;
  font-size: 0.9rem;
}

.site-footer .footer-column li::before {
  display: none;
}

.footer-bottom {
  display: block;
  margin-top: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(16, 38, 77, 0.12);
  color: var(--muted);
  font-size: 0.74rem;
  text-align: center;
}

.footer-bottom a {
  color: inherit;
  font-weight: 400;
}

.services-catalog-section {
  padding-top: 40px;
}

.services-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(16, 38, 77, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.filter-chip strong {
  color: var(--brand);
}

.filter-chip.is-active {
  border-color: rgba(255, 139, 43, 0.26);
  background: linear-gradient(135deg, #fff6eb, #ffffff);
}

.services-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-tile p {
  margin-bottom: 20px;
}

.service-tile .preview-link {
  margin-top: auto;
}

.services-help {
  margin-top: 26px;
  text-align: center;
  font-size: 0.98rem;
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-hero {
  padding-top: 60px;
}

.info-panel {
  padding: 30px;
}

.section-heading {
  max-width: 720px;
}

@media (max-width: 1120px) {
  .header-phone {
    display: none;
  }

  .hero-shell,
  .page-hero-shell,
  .page-hero-grid,
  .about-grid,
  .content-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-card-grid,
  .services-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid,
  .page-meta-grid,
  .faq-grid,
  .detail-grid,
  .detail-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-reference-layout,
  .service-reference-badges,
  .service-related-grid {
    grid-template-columns: 1fr;
  }

  .service-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-panel {
    position: static;
  }

  .service-reference-rail {
    position: static;
  }

  .cta-band-shell {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .header-actions {
    gap: 12px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line-strong);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-card);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a {
    width: 100%;
    padding: 12px 10px;
    border-radius: 14px;
  }

  .site-nav > a::after {
    display: none;
  }

  .site-nav > a:hover,
  .site-nav > a.is-active {
    background: rgba(15, 98, 214, 0.08);
  }

  .header-cta {
    display: none;
  }

  .hero-home,
  .page-hero,
  .section,
  .services-landing-hero,
  .service-reference-hero,
  .service-reference-body,
  .cta-band {
    padding: 72px 0;
  }

  .hero-content h1,
  .page-hero-copy h1 {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

  .hero-float-card {
    position: static;
    margin-top: 18px;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .hero-media-card img {
    min-height: 320px;
  }

  .brand-copy span {
    display: none;
  }

  .footer-shell,
  .cta-band-shell,
  .preview-card,
  .service-tile,
  .contact-card,
  .service-side-card,
  .content-card,
  .content-section,
  .info-panel {
    padding: 24px;
  }

  .service-process-card,
  .service-related-card,
  .service-schedule-card,
  .service-dispatch-card {
    padding: 14px;
  }

  .home-card-grid,
  .services-catalog-grid,
  .stats-grid,
  .page-meta-grid,
  .faq-grid,
  .detail-grid,
  .detail-note-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    border-top: 1px solid rgba(16, 38, 77, 0.08);
    border-bottom: 1px solid rgba(16, 38, 77, 0.08);
  }

  .stat-card {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 38, 77, 0.08);
  }

  .stat-card:last-child {
    border-bottom: 0;
  }

  .service-reference-badges,
  .service-included-grid,
  .service-related-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .cta-band-actions,
  .cta-actions,
  .section-head-actions,
  .section-head-actions-center {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .header-phone {
    width: 100%;
  }

  .hero-trust,
  .services-filter-row,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
