/*
  Bingöl Beyaz Eşya Servisi
  External CSS file.

  Critical above-the-fold CTA rules are kept inline in index.html.
  This file contains non-critical layout, section, card, FAQ, footer and desktop styles.
*/

:root {
  --color-primary: #0f3b82;
  --color-primary-dark: #08285f;
  --color-accent: #16a34a;
  --color-accent-dark: #0f7a38;
  --color-warm: #f59e0b;
  --color-bg: #f7fafc;
  --color-surface: #ffffff;
  --color-text: #0f172a;
  --color-muted: #526173;
  --color-border: #dbe4ef;
  --shadow-soft: 0 18px 42px rgba(15, 23, 42, 0.12);
  --shadow-header: 0 10px 30px rgba(15, 23, 42, 0.08);
  --font-main: "Arial", "Helvetica Neue", "Segoe UI", system-ui, sans-serif;
  --font-display: "Arial", "Helvetica Neue", "Segoe UI", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 86px;
}

body {
  margin: 0;
  padding-bottom: 86px;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--color-text);
  color: #fff;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(219, 228, 239, 0.75);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-header);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.brand small {
  display: none;
  margin-top: 2px;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.2;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-height: 46px;
  border: 1px solid #d7e2ef;
  border-radius: 999px;
  padding: 0;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  color: var(--color-primary-dark);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  font-weight: 800;
}

.nav-toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nav-toggle i,
.nav-toggle i::before,
.nav-toggle i::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-toggle i {
  position: relative;
}

.nav-toggle i::before,
.nav-toggle i::after {
  position: absolute;
  left: 0;
  content: "";
}

.nav-toggle i::before {
  top: -6px;
}

.nav-toggle i::after {
  top: 6px;
}

.site-nav {
  position: fixed;
  inset: 82px 16px auto 16px;
  display: none;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  min-height: 46px;
  border-radius: 14px;
  padding: 10px 14px;
  color: var(--color-primary-dark);
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: #eef6ff;
  color: #0a4f9d;
}

.header-call {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - 72px);
  background: #2878b7;
  color: #fff;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:    
    url("../img/hero/bingol-beyaz-esya-servisi-hero-mobile.webp");
  background-position: center;
  background-size: cover;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - 72px);
  align-items: start;
  gap: 0;
  padding-block: clamp(110px, 18vh, 156px) 88px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  padding-block: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: #bbf7d0;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 680px;
  font-size: 2.55rem;
  font-weight: 950;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(2.45rem, 10vw, 3.05rem);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.045em;
}

h2 {
  font-size: 2rem;
  font-weight: 950;
}

h3 {
  font-size: 1.1rem;
  font-weight: 900;
}

.hero-text {
  max-width: 610px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: 1rem;
  line-height: 1.62;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 16px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.btn-primary {
  background: var(--color-warm);
  color: #111827;
}

.btn-whatsapp {
  background: var(--color-accent);
  color: #fff;
}

.btn-outline {
  border-color: var(--color-border);
  background: #fff;
  color: var(--color-primary-dark);
}

.btn:hover,
.btn:focus-visible,
.service-card a:hover,
.service-card a:focus-visible,
.mobile-sticky-cta a:hover,
.mobile-sticky-cta a:focus-visible {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.brand-roll-section {
  overflow: hidden;
  border-block: 1px solid rgba(219, 228, 239, 0.95);
  padding: 16px 0;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.brand-roll-viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.brand-roll-track {
  display: flex;
  width: max-content;
  animation: brand-roll 34s linear infinite;
}

.brand-roll-group {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  padding-inline: 6px;
}

.brand-roll-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-height: 48px;
  border: 1px solid #dbe4ef;
  border-radius: 14px;
  padding: 8px 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.brand-roll-item img {
  width: 100%;
  max-width: 104px;
  height: 28px;
  object-fit: contain;
}

@keyframes brand-roll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.brand-strip {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 22px 0 18px;
  background: #fff;
  text-align: center;
}

.brand-strip h2 {
  margin: 0 0 13px;
  color: var(--color-primary-dark);
  font-size: 1.22rem;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
}

.brand-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 7px 13px;
  background: #f8fafc;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.brand-subtitle {
  max-width: 820px;
  margin: 12px auto 0;
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.trust-strip {
  background: #fff;
}

.trust-grid {
  display: grid;
  gap: 1px;
  border-inline: 1px solid var(--color-border);
  background: var(--color-border);
}

.trust-grid div {
  min-height: 86px;
  padding: 18px 16px;
  background: #fff;
}

.trust-grid strong {
  display: block;
  color: var(--color-primary-dark);
}

.trust-grid span {
  display: block;
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.section {
  padding: 54px 0;
}

.section-muted {
  background: #eef6ff;
}

.intro-section {
  background: #fff;
}

.intro-layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.intro-copy .prose {
  margin-top: 16px;
}

.intro-visual,
.why-visual {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(219, 228, 239, 0.9);
  border-radius: 18px;
  background: #0f2747;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.14);
}

.intro-visual img,
.why-visual img {
  width: 100%;
  aspect-ratio: 120 / 67;
  object-fit: cover;
}

.section-kicker {
  color: var(--color-accent-dark);
}

.two-column,
.detail-layout,
.why-layout,
.service-area,
.faq-layout,
.contact-layout {
  display: grid;
  gap: 24px;
}

.prose p,
.detail-layout p,
.why-layout p,
.service-area p,
.contact-layout p,
.section-heading p {
  margin: 12px 0 0;
  color: var(--color-muted);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0;
  text-align: left;
}

.service-grid {
  display: grid;
  gap: 16px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 64 / 42;
  object-fit: cover;
}

.service-card-content {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.service-card p {
  margin: 0;
  color: var(--color-muted);
}

.service-card ul,
.check-list,
.area-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-text);
}

.service-card li + li,
.check-list li + li {
  margin-top: 8px;
}

.service-card li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-accent);
  content: "";
}

.service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 10px 12px;
  background: #eef6ff;
  color: var(--color-primary-dark);
  font-weight: 850;
}

.detail-section {
  background: #fff;
}

.detail-section.section-muted {
  background: #f7fbff;
}

.issue-list {
  display: grid;
  gap: 12px;
  border-left: 4px solid var(--color-accent);
  padding: 4px 0 4px 18px;
}

.issue-list p {
  margin-top: 4px;
}

.why-layout > img,
.contact-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.check-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.service-gallery-section {
  padding: 64px 0;
  background: #fff;
}

.service-gallery-section .section-kicker,
.service-gallery-section h2,
.service-gallery-section .section-description {
  text-align: center;
}

.service-gallery-section h2 {
  max-width: 760px;
  margin-inline: auto;
}

.service-gallery-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.gallery-item {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.gallery-item picture {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item figcaption {
  min-height: 52px;
  padding: 12px 14px;
  color: var(--color-primary-dark);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-tags li {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 9px 12px;
  background: #fff;
  color: var(--color-primary-dark);
  font-weight: 750;
}

.testimonials-section {
  padding: 64px 0;
  background: #fff;
}

.testimonials-section .section-kicker,
.testimonials-section h2,
.testimonials-section .section-description {
  text-align: center;
}

.testimonials-section h2 {
  max-width: 760px;
  margin-inline: auto;
}

.section-description {
  max-width: 660px;
  margin: 12px auto 0;
  color: var(--color-muted);
}

.testimonials-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.testimonial {
  display: grid;
  gap: 12px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  background: #f8fbff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.rating {
  display: flex;
  gap: 3px;
  color: var(--color-warm);
  font-size: 1rem;
  line-height: 1;
}

.rating .fas {
  display: inline-block;
  font-style: normal;
}

.rating .fa-star::before {
  content: "★";
}

.testimonial h3 {
  color: var(--color-primary-dark);
  font-size: 1.12rem;
}

.testimonial p {
  margin: 0;
  color: var(--color-muted);
}

.testimonial p.is-clamped {
  position: relative;
  max-height: 8.8em;
  overflow: hidden;
}

.testimonial.is-expanded p.is-clamped {
  max-height: none;
}

.read-more-btn {
  justify-self: start;
  min-height: 38px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 8px 12px;
  background: #fff;
  color: var(--color-primary-dark);
  font-weight: 850;
}

.client {
  border-top: 1px solid var(--color-border);
  padding-top: 12px;
}

.client strong,
.client span {
  display: block;
}

.client strong {
  color: var(--color-text);
}

.client span {
  margin-top: 2px;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.testimonials-section {
  padding: 72px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.testimonials-grid {
  gap: 18px;
  margin-top: 34px;
}

.testimonial {
  position: relative;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(219, 228, 239, 0.9);
  border-radius: 18px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.testimonial::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #1d5f9f, #16a34a);
}

.rating {
  display: inline-flex;
  width: max-content;
  gap: 2px;
  border-radius: 999px;
  padding: 6px 9px;
  background: #fff7ed;
  color: var(--color-warm);
  font-size: 0.94rem;
}

.rating .fa-star::before {
  content: "★";
}

.testimonial h3 {
  font-size: 1.18rem;
  line-height: 1.18;
}

.testimonial p {
  color: #334155;
  font-size: 0.96rem;
  line-height: 1.65;
}

.client {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 12px;
  border-top: 1px solid #e6edf6;
  padding-top: 14px;
}

.client::before {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(145deg, #e8f3ff, #eefdf4);
  color: var(--color-primary-dark);
  content: "✓";
  font-weight: 950;
}

.client strong,
.client span {
  grid-column: 2;
}

.client strong {
  font-weight: 950;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
}

.faq-item h3 {
  font-size: 1rem;
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 14px 16px;
  background: transparent;
  color: var(--color-text);
  font-weight: 850;
  text-align: left;
}

.faq-item button::after {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--color-primary-dark);
  content: "+";
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.faq-item.is-open button::after {
  content: "-";
}

.faq-answer {
  padding: 0 16px 16px;
}

.faq-answer p {
  margin: 0;
  color: var(--color-muted);
}

.contact-section {
  background: #fff;
}

address {
  margin-top: 20px;
  font-style: normal;
  color: var(--color-muted);
}

address strong {
  display: block;
  color: var(--color-text);
}

.contact-image {
  margin-top: 22px;
}

.service-form {
  display: grid;
  gap: 10px;
  align-self: start;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  background: #f8fbff;
}

.service-form h3 {
  font-size: 1.25rem;
}

.service-form p {
  margin: 0 0 6px;
}

.service-form label {
  color: var(--color-text);
  font-weight: 800;
}

.service-form input,
.service-form select,
.service-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--color-text);
}

.service-form textarea {
  min-height: 112px;
  resize: vertical;
}

.service-form input:focus,
.service-form select:focus,
.service-form textarea:focus,
.faq-item button:focus-visible,
.nav-toggle:focus-visible,
.btn:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(22, 163, 74, 0.35);
  outline-offset: 2px;
}

.site-footer {
  border-top: 1px solid var(--color-border);
  padding: 34px 0 82px;
  background: #0f172a;
  color: #dbeafe;
}

.footer-grid {
  display: grid;
  gap: 20px;
}

.footer-grid strong {
  color: #fff;
}

.footer-grid p {
  margin: 8px 0 0;
  color: #cbd5e1;
}

.footer-grid a {
  color: #bbf7d0;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
}

.policy-page {
  padding: 56px 0 72px;
  background: #fff;
}

.policy-page .container {
  max-width: 860px;
}

.policy-page h1 {
  color: var(--color-primary-dark);
  font-size: 2.3rem;
}

.policy-page h2 {
  margin-top: 30px;
  color: var(--color-primary-dark);
  font-size: 1.35rem;
}

.policy-page p {
  margin: 12px 0 0;
  color: var(--color-muted);
}

.mobile-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0;
  padding: 0 18px 18px;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.mobile-sticky-cta a,
.mobile-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-height: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.24);
  pointer-events: auto;
}

.mobile-cta-btn span:not(.cta-icon) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mobile-sticky-cta a:first-child,
.mobile-cta-phone {
  background: #1d5f9f;
}

.mobile-sticky-cta a:last-child,
.mobile-cta-whatsapp {
  background: var(--color-accent);
}

.cta-icon,
.cta-icon svg {
  display: inline-flex;
  flex: 0 0 auto;
}

.mobile-sticky-cta .cta-icon svg {
  width: 25px;
  height: 25px;
}

.desktop-floating-cta {
  display: none;
}

@media (min-width: 640px) {
  .trust-grid,
  .service-grid,
  .testimonials-grid,
  .service-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-actions {
    gap: 12px;
  }
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .hero {
    min-height: 560px;
  }

  .hero::before {
    background:
     
      url("../img/hero/bingol-beyaz-esya-servisi-hero-lg.webp");
    background-position: center right;
    background-size: cover;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .section {
    padding: 78px 0;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 76px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: max-content;
    justify-self: center;
    gap: 2px;
    border: 1px solid #e0e9f4;
    border-radius: 999px;
    padding: 5px;
    background: #f7fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .site-nav a {
    min-height: 38px;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .header-call {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    border-radius: 16px;
    padding: 8px 16px;
    background: linear-gradient(145deg, #164c91, #0f3b82);
    color: #fff;
    line-height: 1.15;
    text-align: center;
    box-shadow: 0 12px 26px rgba(15, 59, 130, 0.22);
  }

  .header-call span {
    font-size: 0.75rem;
    font-weight: 750;
  }

  .header-call strong {
    font-size: 0.92rem;
  }

  .brand small {
    display: block;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(3.35rem, 5vw, 4.4rem);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.58fr);
    min-height: 560px;
    align-items: center;
    padding-block: 88px;
  }

  .hero-content {
    padding-block: 0;
  }

  .hero-text {
    font-size: 1.16rem;
  }

  .brand-strip {
    padding: 24px 0 18px;
  }

  .brand-strip h2 {
    font-size: 1.45rem;
  }

  .brand-list span {
    min-height: 38px;
    padding: 8px 15px;
    font-size: 0.88rem;
  }

  .brand-subtitle {
    font-size: 0.92rem;
  }

  .intro-layout,
  .two-column,
  .detail-layout,
  .why-layout,
  .service-area,
  .faq-layout,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 44px;
  }

  .reverse > :first-child {
    order: 2;
  }

  .reverse > :last-child {
    order: 1;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-sticky-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 34px;
  }

  .footer-grid {
    grid-template-columns: 1.1fr 0.9fr 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 82px 16px auto 16px;
    display: none;
    width: auto;
    flex-direction: column;
    justify-self: auto;
    gap: 8px;
    border: 1px solid rgba(219, 228, 239, 0.95);
    border-radius: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 46px;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 0.94rem;
  }

  .header-call {
    display: none;
  }
}

@media (min-width: 980px) {
  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial:first-child {
    grid-column: span 2;
  }

  .service-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop-floating-cta {
    display: block;
  }

  .floating-cta {
    position: fixed;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 14px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  }

  .floating-phone {
    left: 18px;
    bottom: 28px;
    border-radius: 999px;
    background: var(--color-primary);
  }

  .floating-whatsapp {
    right: 18px;
    bottom: 28px;
    border-radius: 999px;
    background: var(--color-accent);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
