* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: 'Roboto', sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.55;
  font-size: 16px;
}

img { max-width: 100%; display: block; height: auto; }

a { color: #0a4ec9; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-weight: 700;
  color: #041C2C;
  line-height: 1.1;
}

p { margin: 0 0 12px 0; }
p:last-child { margin-bottom: 0; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}

.skip-link {
  position: absolute;
  top: -40px; left: 8px;
  background: #041C2C;
  color: #fff;
  padding: 8px 14px;
  z-index: 9999;
}
.skip-link:focus { top: 8px; }

.container-large {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #0a4ec9;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.button-blue {
  display: inline-block;
  background: #0a4ec9;
  color: #fff !important;
  padding: 12px 28px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.18s ease;
}
.button-blue:hover { background: #073a99; text-decoration: none; }
.button-blue span { color: #fff; }

.button-white {
  display: inline-block;
  background: #fff;
  color: #0a4ec9 !important;
  padding: 12px 28px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
}
.button-white:hover { background: #ececec; text-decoration: none; }

.arrow-link-blue {
  color: #0a4ec9;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.arrow-link-blue:hover { color: #073a99; text-decoration: none; }

.paragraph__content { padding: 60px 0; }

/* ============ HEADER ============ */
.site-header {
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 0;
  z-index: 500;
}
.site-header .site__content { width: 100%; }
#header { padding: 14px 0; }
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.region-site-logo .site-logo img { height: 52px; width: auto; }

.region-header {
  display: flex;
  align-items: center;
  gap: 38px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.menu--utility-menu .menu {
  display: flex; list-style: none; gap: 22px;
}
.menu--utility-menu .menu-item a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
}
.menu--utility-menu .menu-item a:hover { color: #0a4ec9; text-decoration: none; }

.menu--main .submenu {
  display: flex; list-style: none; gap: 28px;
}
.menu--main .menu-item a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: #041C2C;
}
.menu--main .menu-item a:hover { color: #0a4ec9; text-decoration: none; }

#mobile-menu-trigger {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  font-size: 0;
  z-index: 510;
  position: relative;
}
#mobile-menu-trigger span {
  display: block;
  width: 26px; height: 2px;
  background: #041C2C;
}
body.menu-open { overflow: hidden; }

/* ============ HERO ============ */
.main-top { position: relative; }
.page-hero-wrapper { width: 100%; }
.page-hero {
  position: relative;
  min-height: 560px;
  background: #0c1620;
  overflow: hidden;
}
.page-hero.with-image .image-wrapper.is-slider {
  position: absolute; inset: 0; z-index: 0;
}
.page-hero .image-wrapper .field__item {
  position: absolute; inset: 0;
}
.page-hero .image-wrapper img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}

.bg-img-desc {
  position: absolute;
  top: 22px; right: 28px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.page-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,28,44,0.25) 0%, rgba(4,28,44,0.55) 100%);
  z-index: 1;
  pointer-events: none;
}

.page-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 1320px;
  margin: 0 auto;
  padding: 90px 24px 50px 24px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page-intro h1 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.down-arrow { margin-top: 28px; display: block; width: 27px; height: 35px; }
.down-arrow path { stroke: #fff; }

/* ============ FEATURED INTRO ============ */
.paragraph--type--featured-intro .paragraph__content {
  padding: 70px 24px 30px 24px;
}
.paragraph--type--featured-intro .large-size {
  font-size: 22px;
  line-height: 1.5;
  max-width: 640px;
  color: #222;
}
.paragraph--type--featured-intro strong { color: #041C2C; }

/* ============ STATS BAND ============ */
.stats-wrapper {
  background: #eaf2fb;
  padding: 60px 0;
}
.stats-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.stats-header h2 { font-size: 36px; }
.stats-since {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0a4ec9;
  font-weight: 600;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.stat-cell {
  background: #fff;
  padding: 28px 24px;
  border-left: 4px solid #0a4ec9;
}
.stat-num {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #041C2C;
  line-height: 1;
}
.stat-num span {
  font-size: 28px;
  color: #0a4ec9;
  font-weight: 600;
}
.stat-label {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

/* ============ DELIVERY OPTIONS — ALTERNATING ROWS ============ */
.projects-selected-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 14px;
  flex-wrap: wrap;
  gap: 12px;
}
.projects-selected-header h2 { font-size: 36px; }

#delivery-options .erd-list--featured-projects-alternating .field__items {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

#delivery-options .node--view-mode-featured-projects-alternating .node__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
#delivery-options .node--view-mode-featured-projects-alternating:hover .node__content {
  box-shadow: none;
}

#delivery-options .field__items > .field__item:nth-child(even) .node__content {
  flex-direction: column;
}
#delivery-options .field__items > .field__item:nth-child(even) .node__content .image-wrapper {
  order: 0;
}
#delivery-options .field__items > .field__item:nth-child(even) .node__content .project-info {
  order: 0;
}

#delivery-options .node--view-mode-featured-projects-alternating .image-wrapper {
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: #ececec;
  border-radius: 2px;
  width: 100%;
}
#delivery-options .node--view-mode-featured-projects-alternating .image-wrapper img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.project-info {
  padding: 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px 50px;
  align-items: start;
}
.project-info > h6,
.project-info > h3 { grid-column: 1; }
.project-info > .field { grid-column: 1; }
.project-info > .price-line { grid-column: 2; grid-row: 1 / span 4; align-self: center; }
.project-info > a.arrow-link-blue { grid-column: 1; }

.project-info h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.project-info p {
  color: #555;
  font-size: 16px;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 0;
  margin-bottom: 14px;
  border-top: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
}
.price-from {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.1em;
}
.price-num {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #041C2C;
}
.price-suffix {
  font-size: 13px;
  color: #777;
  margin-left: auto;
}

/* ============ TRUST GRID ============ */
.news-components-wrapper.light-blue {
  background: #eaf2fb;
  padding: 60px 0;
}
.news-selected-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 14px;
}
.news-selected-header h2 { font-size: 36px; }
.trust-since, .reviews-meta {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a4ec9;
  font-weight: 600;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.trust-cell {
  background: #fff;
  padding: 28px 24px 24px 24px;
  border-radius: 4px;
}
.trust-num {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0a4ec9;
  line-height: 1;
  margin-bottom: 14px;
}
.trust-cell h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.trust-cell p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* ============ TEAM GRID ============ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.team-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: hidden;
}
.team-card .image-wrapper {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ececec;
}
.team-card .image-wrapper img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.team-info {
  padding: 18px 20px 22px 20px;
}
.team-info h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.team-info p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* ============ OWNER QUOTE BAND ============ */
.testimonial-slider-container.blue {
  background: #0a4ec9;
  color: #fff;
}
.testimonial-slider-container.blue .paragraph__content { padding: 0; }

.testimonial-slider-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  max-width: 1320px;
  margin: 0 auto;
}

.testimonial-slider-container .field--name-field-image {
  height: 100%;
}
.testimonial-slider-container .field--name-field-image .field__item {
  height: 100%;
}
.testimonial-slider-container .field--name-field-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 360px;
}

.testimonial-slider-container .field--name-field-quote-slider + div {
  padding: 50px 50px 50px 50px;
}

.testimonial-slider-container .field--name-field-quote p {
  font-size: 22px;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 20px;
}
.testimonial-slider-container .field--name-field-author .field__item {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #cfdcef;
  margin-bottom: 28px;
}
.testimonial-slider-container .field--name-field-position { display: none; }

.testimonial-slider-container .field--name-field-title .field__item {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cfdcef;
  margin-bottom: 10px;
}
.testimonial-slider-container h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 14px;
}
.testimonial-slider-container .field--name-field-copy p {
  color: #cfdcef;
  font-size: 16px;
}

/* ============ REVIEWS ============ */
.news-components-wrapper:not(.light-blue) {
  padding: 60px 0;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 22px;
}

.review-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.review-card.review-short  { grid-column: span 2; }
.review-card.review-medium { grid-column: span 3; }
.review-card.review-long   { grid-column: span 3; }

.review-photo {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ececec;
}
.review-photo img { width: 100%; height: 100%; object-fit: cover; }

.review-body {
  padding: 18px 22px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.review-stars {
  color: #f5b028;
  letter-spacing: 0.05em;
  font-size: 17px;
}
.review-text {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.55;
}
.review-author {
  margin-top: auto;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.04em;
  padding-top: 6px;
}

/* ============ FAQ ============ */
.faq-wrapper.light-gray {
  background: #f3f4f6;
  padding: 60px 0;
}
.faq-header {
  margin-bottom: 30px;
}
.faq-header h6 {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #0a4ec9;
  margin-bottom: 8px;
}
.faq-header h2 { font-size: 36px; }

.faq-list {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: hidden;
}
.faq-item summary {
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #041C2C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 24px;
  color: #0a4ec9;
  font-weight: 400;
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "−"; }
.faq-answer {
  padding: 0 22px 18px 22px;
}
.faq-answer p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

/* ============ RULES (full-bleed CTA with bg) ============ */
.image-copy-wrapper.background {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.image-copy-wrapper.background .image-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.image-copy-wrapper.background .image-wrapper img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.image-copy-wrapper.background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,28,44,0.78) 0%, rgba(4,28,44,0.35) 80%);
  z-index: -1;
}
.image-copy-wrapper.background .copy-wrapper {
  max-width: 540px;
  padding: 60px 40px 60px 60px;
  color: #fff;
}
.image-copy-wrapper.background h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 14px;
}
.image-copy-wrapper.background p { color: #e8e8e8; font-size: 16px; margin-bottom: 22px; }

/* ============ CONTACT FORM ============ */
.cta-copy-container.with-bg.light-gray {
  background: #f3f4f6;
  padding: 60px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.contact-side h6 {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #0a4ec9;
  margin-bottom: 8px;
}
.contact-side h2 { font-size: 34px; margin-bottom: 14px; }
.contact-side p { color: #444; font-size: 15px; }

.contact-bits {
  list-style: none;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-bits li {
  font-size: 14px;
  color: #333;
}
.contact-bits strong {
  display: inline-block;
  min-width: 88px;
  color: #041C2C;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-form {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 28px 28px 24px 28px;
  position: relative;
}
.form-row {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.form-row label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #041C2C;
  margin-bottom: 6px;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row select,
.form-row textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 11px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #fff;
  color: #222;
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #0a4ec9;
}
.form-row textarea { resize: vertical; min-height: 110px; }

.form-row.form-row-check {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
}
.form-row.form-row-check input { margin-top: 2px; }
.form-row.form-row-check label {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  color: #555;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  flex: 1;
}

.field-err {
  font-size: 12px;
  color: #c0392b;
  margin-top: 4px;
  min-height: 16px;
  display: block;
}
.form-row.has-error input,
.form-row.has-error select,
.form-row.has-error textarea {
  border-color: #c0392b;
}

.hp-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

.form-row-submit { margin-top: 8px; margin-bottom: 0; }
.form-row-submit button {
  border: 0;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
}
.form-row-submit button:disabled { opacity: 0.6; cursor: not-allowed; }

.form-feedback {
  margin-top: 14px;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 3px;
  display: none;
}
.form-feedback.is-ok {
  display: block;
  background: #e6f4e6;
  border: 1px solid #b6dfb6;
  color: #1f6b1f;
}
.form-feedback.is-err {
  display: block;
  background: #fdecea;
  border: 1px solid #f4c5bf;
  color: #8e2a1d;
}

/* ============ FOOTER ============ */
.site-footer {
  background: #fff;
  border-top: 1px solid #ececec;
}
#footer { padding: 44px 0 22px 0; }
.footer__content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-content-wrapper.footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid #ececec;
}
.footer-logo img { height: 46px; width: auto; }
#block-copyright .field__item p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #041C2C;
}
#block-zen-contact .small-size {
  font-size: 13px;
  color: #444;
  margin-bottom: 4px;
}
#block-zen-contact .small-size a { color: #0a4ec9; }

.footer-content-wrapper.footer-bottom { padding-top: 18px; }
.menu--footer .top-menu {
  display: flex; list-style: none;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu--footer .menu-item a {
  font-size: 12px;
  color: #777;
  letter-spacing: 0.06em;
}
.menu--footer .menu-item a:hover { color: #0a4ec9; }

/* ============ MOBILE ============ */
@media (max-width: 1100px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .region-header {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 8px 24px rgba(4,28,44,0.08);
    padding: 18px 24px 22px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .region-header.is-open { display: flex; }
  .region-header .menu--utility-menu .menu,
  .region-header .menu--main .submenu {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }
  .region-header .menu-item a { font-size: 15px; }

  #mobile-menu-trigger { display: flex; font-size: 0; position: relative; }
  #mobile-menu-trigger.is-open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
  #mobile-menu-trigger.is-open span:nth-child(2) { opacity: 0; }
  #mobile-menu-trigger.is-open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  #mobile-menu-trigger span { transition: transform 0.2s ease, opacity 0.15s ease; transform-origin: left center; }

  .header__content { position: relative; }
  .page-intro h1 { font-size: 48px; }
  .page-hero, .page-hero-copy { min-height: 440px; }
  .page-hero-copy { padding: 60px 22px 40px 22px; }
  .footer-content-wrapper.footer-top {
    grid-template-columns: 1fr; gap: 22px;
  }
  .menu--footer .top-menu { justify-content: flex-start; }
  .bg-img-desc { font-size: 11px; top: 14px; right: 16px; }

  .testimonial-slider-wrapper { grid-template-columns: 1fr; }
  .testimonial-slider-container .field--name-field-image img { min-height: 280px; }
  .testimonial-slider-container .field--name-field-quote-slider + div {
    padding: 36px 28px;
  }

  #delivery-options .erd-list--featured-projects-alternating .field__items {
    gap: 40px;
  }
  #delivery-options .node--view-mode-featured-projects-alternating .node__content,
  #delivery-options .field__items > .field__item:nth-child(even) .node__content {
    gap: 18px;
  }
  #delivery-options .node--view-mode-featured-projects-alternating .image-wrapper {
    aspect-ratio: 16 / 10;
  }
  #delivery-options .field__items > .field__item:nth-child(even) .node__content .image-wrapper { order: 0; }
  #delivery-options .field__items > .field__item:nth-child(even) .node__content .project-info { order: 0; }
  .project-info {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .project-info > .price-line { grid-column: 1; grid-row: auto; align-self: auto; }
  .project-info h3 { font-size: 24px; }

  .reviews-grid { grid-template-columns: 1fr; }
  .review-card.review-short,
  .review-card.review-medium,
  .review-card.review-long { grid-column: span 1; }

  .contact-grid { grid-template-columns: 1fr; gap: 32px; }

  .image-copy-wrapper.background .copy-wrapper { padding: 50px 28px; }
  .image-copy-wrapper.background h2 { font-size: 28px; }

  .stats-header h2,
  .news-selected-header h2,
  .projects-selected-header h2,
  .faq-header h2 { font-size: 28px; }

  .testimonial-slider-container h3 { font-size: 26px; }
  .testimonial-slider-container .field--name-field-quote p { font-size: 18px; }
}

@media (max-width: 540px) {
  .stats-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .page-intro h1 { font-size: 38px; }
  .region-site-logo .site-logo img { height: 42px; }
  .stat-num { font-size: 42px; }
  .paragraph__content { padding: 40px 0; }
  .paragraph--type--featured-intro .paragraph__content { padding: 50px 24px 20px 24px; }
  .paragraph--type--featured-intro .large-size { font-size: 18px; }
}

/* ============ GDPR COOKIE BANNER ============ */
.ck-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9000;
  background: #041C2C;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.28);
  max-width: 880px;
  margin: 0 auto;
}
.ck-banner[hidden] { display: none; }
.ck-banner-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 18px 22px;
  align-items: center;
}
.ck-banner-text strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.ck-banner-text p {
  font-size: 13px;
  line-height: 1.5;
  color: #cfdcef;
  margin: 0;
}
.ck-banner-text a { color: #fff; text-decoration: underline; }
.ck-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.ck-btn {
  border: 0;
  cursor: pointer;
  padding: 10px 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
}
.ck-btn-min {
  background: transparent;
  color: #cfdcef;
  border: 1px solid #2a4356;
}
.ck-btn-min:hover { background: #0a2a3e; color: #fff; }
.ck-btn-ok {
  background: #0a4ec9;
  color: #fff;
}
.ck-btn-ok:hover { background: #073a99; }

@media (max-width: 640px) {
  .ck-banner-inner { grid-template-columns: 1fr; gap: 14px; }
  .ck-banner-actions { justify-content: flex-end; flex-wrap: wrap; }
}

/* ============ LEGAL PAGES ============ */
.legal-page {
  padding: 56px 0 80px 0;
  background: #fff;
}
.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(240px, 1fr);
  gap: 60px;
  align-items: start;
}
.legal-head {
  margin-bottom: 36px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 26px;
  grid-column: 1 / -1;
}
.legal-head h6 {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #0a4ec9;
  margin-bottom: 10px;
}
.legal-head h1 {
  font-size: 44px;
  margin-bottom: 14px;
}
.legal-head .legal-meta {
  font-size: 14px;
  color: #777;
  max-width: 720px;
}

.legal-body {
  max-width: 100%;
  min-width: 0;
}
.legal-body h2 {
  font-size: 22px;
  margin: 28px 0 12px 0;
  color: #041C2C;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin-bottom: 14px;
  max-width: 760px;
}
.legal-body a { color: #0a4ec9; }
.legal-body a:hover { color: #073a99; }

.legal-aside {
  position: sticky;
  top: 100px;
}
.legal-toc {
  background: #f7f9fc;
  border: 1px solid #e3e9f1;
  border-radius: 4px;
  padding: 22px 24px;
}
.legal-toc h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0a4ec9;
  margin-bottom: 14px;
}
.legal-toc ol {
  list-style: none;
  counter-reset: tocn;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-toc li {
  counter-increment: tocn;
  font-size: 14px;
  line-height: 1.4;
}
.legal-toc li::before {
  content: counter(tocn, decimal-leading-zero);
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  color: #0a4ec9;
  margin-right: 8px;
  min-width: 22px;
}
.legal-toc a {
  color: #2a3a4a;
  border-bottom: 1px solid transparent;
}
.legal-toc a:hover { color: #0a4ec9; border-bottom-color: #cfdcef; text-decoration: none; }
.legal-toc-foot {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e3e9f1;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.legal-toc-foot a { color: #0a4ec9; font-weight: 600; }
.legal-back {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid #ececec;
}
.legal-back a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============ CALCULATOR ============ */
.calc-page {
  padding: 56px 0 80px 0;
  background: #fff;
}

.calc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
  gap: 40px;
  align-items: start;
}

.calc-form-wrap { min-width: 0; }

.calc-form {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 6px 0;
}

.calc-section {
  padding: 22px 28px;
  border-bottom: 1px solid #ececec;
}
.calc-section:last-child { border-bottom: 0; }
.calc-section h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #041C2C;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.02em;
}

.calc-hint {
  font-size: 13px;
  color: #666;
  margin-bottom: 14px;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}
.form-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 16px;
}

.calc-form .form-row { margin-bottom: 14px; }
.calc-form input[type="number"] {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 11px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #fff;
  color: #222;
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease;
}
.calc-form input[type="date"] {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 10px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #fff;
  color: #222;
  width: 100%;
  outline: none;
}
.calc-form input[type="number"]:focus,
.calc-form input[type="date"]:focus {
  border-color: #0a4ec9;
}

.form-row-inline {
  margin-top: -4px;
}

/* result block */
.calc-result-section {
  background: #f7f9fc;
}
.calc-result {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 20px 22px;
}
.calc-result-empty {
  color: #888;
  font-size: 14px;
  font-style: italic;
}
.calc-result-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calc-result-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  padding: 4px 0;
  border-bottom: 1px dashed #f0f0f0;
}
.calc-result-line:last-of-type { border-bottom: 0; }
.calc-result-line span { color: #666; }
.calc-result-line strong {
  color: #041C2C;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
}
.calc-result-vat strong { color: #555; font-weight: 500; }
.calc-result-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  padding: 14px 0 6px 0;
  border-top: 2px solid #041C2C;
}
.calc-result-total span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #041C2C;
}
.calc-result-total strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  color: #0a4ec9;
}
.calc-result-note {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  line-height: 1.5;
}

/* aside */
.calc-aside {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: sticky;
  top: 100px;
}
.calc-card {
  background: #f7f9fc;
  border: 1px solid #e3e9f1;
  border-radius: 4px;
  padding: 22px 24px;
}
.calc-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #041C2C;
  font-family: 'Roboto Condensed', sans-serif;
}
.calc-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.calc-card a { color: #0a4ec9; }

.measure-steps {
  list-style: none;
  counter-reset: ms;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.measure-steps li {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  color: #333;
  line-height: 1.55;
  counter-increment: ms;
}
.measure-steps li::before {
  content: counter(ms);
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0a4ec9;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.measure-steps strong { color: #041C2C; }

.measure-diagram {
  margin: 16px auto;
  max-width: 220px;
}
.measure-diagram svg { width: 100%; height: auto; }

.calc-tip {
  margin-top: 4px;
  padding: 12px 14px;
  background: #fff;
  border-left: 3px solid #0a4ec9;
  font-size: 13px !important;
  color: #333 !important;
}
.calc-tip strong { color: #041C2C; }

.calc-card-info p { margin-bottom: 10px; }

/* mobile adjustments */
@media (max-width: 920px) {
  .legal-head h1 { font-size: 32px; }
  .legal-body h2 { font-size: 19px; }
  .legal-grid { grid-template-columns: 1fr; gap: 30px; }
  .legal-aside { position: static; }

  .calc-grid { grid-template-columns: 1fr; }
  .calc-aside { position: static; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .form-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .calc-section { padding: 20px 18px; }
  .calc-result-total strong { font-size: 26px; }
}

@media (max-width: 540px) {
  .form-grid-4 { grid-template-columns: 1fr 1fr; }
  .legal-page, .calc-page { padding: 36px 0 60px 0; }
  .legal-head h1 { font-size: 26px; }
}
