:root {
  --ink: #14213d;
  --muted: #5c6877;
  --line: #dfe7ee;
  --surface: #ffffff;
  --soft: #f5f8fb;
  --aqua: #0f8b8d;
  --aqua-dark: #09676a;
  --gold: #f6b44b;
  --coral: #e76f51;
  --shadow: 0 18px 50px rgba(20, 33, 61, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 32px), var(--max));
  margin: 16px auto 0;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(20, 33, 61, 0.12);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
}

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

.brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(20, 33, 61, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
  max-width: 280px;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  padding: 9px 12px;
  border-radius: 8px;
  color: #26364d;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:hover {
  background: #eef6f6;
  color: var(--aqua-dark);
}

.site-nav a[aria-current="page"] {
  background: #eef6f6;
  color: var(--aqua-dark);
}

.site-nav .nav-cta {
  color: #ffffff;
  background: var(--aqua);
}

.site-nav .nav-cta:hover {
  color: #ffffff;
  background: var(--aqua-dark);
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  cursor: pointer;
}

.nav-toggle svg,
.btn svg,
.service-card svg,
.trust-list svg,
.contact-methods svg,
.floating-actions svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 144px 24px 80px;
  color: #ffffff;
}

.hero-media,
.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-samsun-koltuk.jpg?v=20260510-1");
  background-position: center 58%;
  background-size: cover;
  transform: scale(1.02);
}

.hero-video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 18, 34, 0.56) 0%, rgba(8, 30, 55, 0.28) 48%, rgba(8, 30, 55, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 24, 44, 0.24) 0%, rgba(7, 24, 44, 0.06) 58%, rgba(7, 24, 44, 0.12) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 960px;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5.8vw, 5.1rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-title span {
  display: block;
}

.hero-title-highlight {
  position: relative;
  isolation: isolate;
  color: #ffc60a;
  -webkit-text-fill-color: #ffc60a;
  -webkit-text-stroke: 0;
  text-shadow: 0 3px 0 rgba(7, 21, 35, 0.42);
}

.hero-title-highlight::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 7px #071523;
  text-shadow: none;
  pointer-events: none;
}

@media (min-width: 681px) {
  .hero-title span {
    white-space: nowrap;
  }
}

.hero-copy {
  max-width: 670px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 850;
  cursor: pointer;
}

.btn.primary {
  color: #ffffff;
  background: var(--aqua);
}

.btn.primary:hover {
  background: var(--aqua-dark);
}

.btn.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.26);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 180px));
  gap: 10px;
  margin: 0;
}

.hero-stats div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-stats dt {
  margin-bottom: 4px;
  font-size: 1.28rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(calc(100% - 32px), var(--max));
  margin: -38px auto 0;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.quick-contact span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.quick-contact strong {
  display: block;
  font-size: 1.08rem;
}

.text-link {
  color: var(--aqua-dark);
  font-weight: 900;
}

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 96px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2,
.trust-band h2,
.contact-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p:last-child,
.contact-copy p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: grid;
  grid-template-columns: minmax(170px, 42%) 1fr;
  height: 330px;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:last-child {
  grid-column: 1 / -1;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(15, 139, 141, 0.45);
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.12);
  outline: 0;
}

.service-card img {
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.service-card:nth-child(1) img,
.service-card:nth-child(2) img {
  object-position: center 72%;
}

.service-card > div {
  padding: 24px;
}

.service-card svg {
  color: var(--aqua);
  margin-bottom: 18px;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

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

.service-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.service-detail-block {
  margin-top: 44px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fbfb 0%, #ffffff 64%);
}

.service-detail-intro {
  max-width: 820px;
  margin-bottom: 24px;
}

.service-detail-intro h3 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.service-detail-intro p:last-child {
  color: var(--muted);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-detail-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(17, 45, 78, 0.1);
  border-radius: 8px;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 45, 78, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-detail-card:hover,
.service-detail-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(15, 139, 141, 0.34);
  box-shadow: 0 18px 38px rgba(17, 45, 78, 0.1);
  outline: 0;
}

.service-detail-card-wide {
  grid-column: 1 / -1;
}

.service-detail-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  grid-row: 1 / span 2;
  border-radius: 8px;
  color: #ffffff;
  background: var(--aqua-dark);
}

.service-detail-icon svg {
  width: 24px;
  height: 24px;
}

.service-detail-card h3 {
  margin: 2px 0 0;
  font-size: 1.22rem;
}

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

.service-page {
  padding-top: 118px;
}

.service-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: 34px;
  align-items: stretch;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 58px 0 38px;
}

.service-page-copy {
  display: grid;
  align-content: center;
  padding: 34px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(20, 33, 61, 0.98) 0%, rgba(9, 103, 106, 0.88) 100%),
    var(--ink);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.back-link svg {
  width: 20px;
  height: 20px;
}

.service-page-copy h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 5.8vw, 5.8rem);
  line-height: 0.98;
}

.service-page-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.14rem;
}

.service-page-copy .hero-actions {
  margin-top: 28px;
}

.service-page-media {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-page-media img {
  height: 100%;
  object-fit: cover;
}

.service-page-content {
  padding-top: 42px;
}

.service-page-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.6fr);
  gap: 32px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.service-page-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.04;
}

.service-page-panel p {
  color: var(--muted);
}

.service-feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-feature-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 800;
}

.service-feature-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: var(--aqua);
}

.service-page-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.service-page-steps article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.service-page-steps span {
  display: block;
  margin-bottom: 18px;
  color: var(--coral);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.service-page-steps h3 {
  margin-bottom: 8px;
}

.service-page-steps p {
  color: var(--muted);
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  align-items: center;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2));
  background: #edf7f6;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trust-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 16px;
  border-radius: 8px;
  color: #143b45;
  background: #ffffff;
  font-weight: 800;
}

.trust-list svg {
  flex: 0 0 auto;
  color: var(--aqua);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 52px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 116px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article {
  display: grid;
  grid-template-columns: 74px 1fr;
  grid-template-areas:
    "number title"
    "number text";
  gap: 18px;
  align-items: start;
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.timeline span {
  grid-area: number;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--ink);
  font-weight: 900;
}

.timeline h3 {
  grid-area: title;
  margin-bottom: 6px;
  font-size: 1.22rem;
}

.timeline p {
  grid-area: text;
  color: var(--muted);
  margin-bottom: 0;
}

.area-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.area-card {
  padding: 28px;
  border-radius: 8px;
  background: var(--soft);
}

.area-card h3 {
  margin-bottom: 18px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-list a,
.pill-list span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #274056;
  background: #ffffff;
  font-weight: 750;
  font-size: 0.92rem;
}

.pill-list a:hover,
.pill-list a:focus-visible {
  border-color: rgba(15, 139, 141, 0.45);
  color: var(--aqua-dark);
  background: #eef6f6;
  outline: 0;
}

.blog-preview {
  padding-top: 72px;
}

.blog-section-actions {
  margin-top: 24px;
}

.blog-page,
.blog-detail-page {
  padding-top: 118px;
}

.blog-hero {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 68px 0 36px;
}

.blog-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 5.5vw, 5.35rem);
  line-height: 0.98;
}

.blog-hero p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
}

.blog-list-section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 24px 0 96px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.blog-card {
  display: grid;
  grid-template-rows: 220px auto auto auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(20, 33, 61, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(15, 139, 141, 0.45);
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.12);
  outline: 0;
}

.blog-card img {
  height: 220px;
  object-fit: cover;
}

.blog-card span,
.blog-card h3,
.blog-card time,
.blog-card p {
  margin-left: 20px;
  margin-right: 20px;
}

.blog-card span {
  width: fit-content;
  margin-top: 18px;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--aqua-dark);
  background: #eef6f6;
  font-size: 0.78rem;
  font-weight: 900;
}

.blog-card h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
  line-height: 1.18;
}

.blog-card time {
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 0.9rem;
  font-weight: 850;
}

.blog-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.blog-detail-page {
  background: linear-gradient(180deg, #f7fbfb 0%, #ffffff 340px);
}

.blog-article {
  width: min(calc(100% - 32px), 920px);
  margin: 0 auto;
  padding: 56px 0 96px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--aqua-dark);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.blog-article-header {
  max-width: 860px;
  margin-bottom: 28px;
}

.blog-article-header h1 {
  margin-bottom: 14px;
  font-size: clamp(2.45rem, 5.6vw, 5rem);
  line-height: 0.98;
}

.blog-article-header time {
  color: var(--coral);
  font-weight: 900;
}

.blog-article-media {
  min-height: 0;
  margin: 0 0 34px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: var(--shadow);
}

.blog-article-media img {
  height: 430px;
  object-fit: cover;
}

.blog-article-body {
  max-width: 780px;
}

.blog-article-body p {
  color: #314156;
  font-size: 1.08rem;
}

.blog-article-body h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.blog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 44px;
  padding: 28px;
  border: 1px solid rgba(15, 139, 141, 0.18);
  border-radius: 8px;
  background: #edf7f6;
}

.blog-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.blog-cta p:last-child {
  color: var(--muted);
}

.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.blog-cta .btn.secondary {
  color: var(--aqua-dark);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(15, 139, 141, 0.24);
}

.blog-cta .btn.secondary:hover {
  background: #f7fbfb;
}

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

.gallery-grid img {
  height: 310px;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-grid img:nth-child(2) {
  margin-top: 44px;
}

.gallery-grid img:nth-child(3) {
  margin-top: 18px;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 70px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 900;
}

summary::after {
  content: "+";
  color: var(--aqua);
  font-size: 1.45rem;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.reviews {
  padding: 86px max(16px, calc((100vw - var(--max)) / 2));
  background: #14213d;
  color: #ffffff;
}

.reviews .section-heading p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.review-grid {
  column-count: 3;
  column-gap: 18px;
}

figure {
  margin: 0;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

figure div {
  color: var(--gold);
  margin-bottom: 16px;
  font-size: 1.1rem;
}

blockquote {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
}

figcaption {
  font-weight: 900;
}

.review-shot {
  display: inline-block;
  width: 100%;
  min-height: 0;
  margin: 0 0 18px;
  padding: 10px;
  overflow: hidden;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 44px rgba(4, 11, 25, 0.22);
  break-inside: avoid;
}

.review-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 96px 0;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 116px;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-methods a,
.contact-methods span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #27384e;
  font-weight: 850;
}

.contact-methods svg {
  color: var(--aqua);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

label {
  display: grid;
  gap: 8px;
  color: #27384e;
  font-size: 0.94rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd8e3;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
}

input,
select {
  height: 48px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(15, 139, 141, 0.22);
  border-color: var(--aqua);
}

.has-error input,
.has-error select,
.has-error textarea {
  border-color: #d92d20;
  background: #fffafa;
}

.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
  outline-color: rgba(217, 45, 32, 0.18);
}

.field-error {
  min-height: 18px;
  color: #b42318;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.full-field {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-size: 0.9rem;
}

.form-note.error {
  color: #8a1f13;
  background: #fff1f0;
}

.form-note.success {
  color: #095c45;
  background: #e8f7ef;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 30px max(16px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.site-footer p,
.site-footer small {
  color: var(--muted);
}

.site-footer p {
  margin: 4px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: grid;
  gap: 10px;
}

.floating-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: #ffffff;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.floating-actions .action-label {
  display: none;
}

.action-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.whatsapp-logo {
  color: #ffffff;
  background: transparent;
  fill: currentColor;
}

.instagram-logo {
  border-radius: 8px;
  background:
    radial-gradient(circle at 32% 100%, #feda75 0 17%, transparent 18%),
    radial-gradient(circle at 12% 88%, #fa7e1e 0 24%, transparent 25%),
    linear-gradient(135deg, #405de6 0%, #833ab4 34%, #c13584 58%, #fd1d1d 82%, #fcb045 100%);
}

.instagram-logo::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.instagram-logo::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 7px -7px 0 -5px #ffffff;
}

.scroll-top-action {
  background: #2f7d5c;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.scroll-top-action.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-action svg {
  display: none;
}

.scroll-top-action::before {
  content: "▲";
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1;
}

.whatsapp-action {
  background: #1f9d55;
}

.instagram-action {
  background: #d63d73;
}

.mobile-call-bar {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    width: min(calc(100% - 24px), var(--max));
    margin-top: 12px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    left: 12px;
    right: 12px;
    z-index: 19;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
    justify-content: stretch;
    align-content: start;
    max-height: calc(100vh - 104px);
    overflow: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
    width: 100%;
    padding: 12px 14px;
    font-size: 1rem;
  }

  .site-nav .nav-cta {
    justify-content: center;
  }

  .hero {
    min-height: 720px;
    padding-top: 132px;
  }

  .quick-contact,
  .trust-band,
  .split,
  .area-grid,
  .contact-section,
  .service-page-hero,
  .service-page-panel,
  .service-page-steps {
    grid-template-columns: 1fr;
  }

  .quick-contact {
    margin-top: 18px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .sticky-heading,
  .contact-copy {
    position: static;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid,
  .blog-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-cta {
    grid-template-columns: 1fr;
  }

  .blog-cta-actions {
    justify-content: flex-start;
  }

  .review-grid {
    column-count: 2;
  }

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

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

  .site-header {
    width: 100%;
    min-height: 136px;
    margin: 0;
    padding: 18px 22px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 22px rgba(20, 33, 61, 0.12);
  }

  .site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
  }

  .brand {
    flex: 1;
    gap: 18px;
    min-width: 0;
  }

  .brand-mark {
    width: 86px;
    height: 86px;
    flex: 0 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(20, 33, 61, 0.14);
  }

  .brand strong {
    max-width: 210px;
    color: #0f2f29;
    font-size: 1.34rem;
    line-height: 1.05;
  }

  .brand small {
    display: block;
    margin-top: 6px;
    max-width: 230px;
    color: #727782;
    font-size: 1rem;
    line-height: 1.15;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
    border: 0;
    color: #0f2f29;
    background: transparent;
  }

  .nav-toggle svg {
    width: 34px;
    height: 34px;
    stroke-width: 2.5;
  }

  .site-nav {
    top: 146px;
    left: 14px;
    right: 14px;
  }

  .hero {
    min-height: 680px;
    padding: 170px 16px 44px;
  }

  .hero-video {
    display: block;
  }

  .service-page {
    padding-top: 136px;
  }

  .blog-page,
  .blog-detail-page {
    padding-top: 136px;
  }

  .blog-hero {
    padding-top: 42px;
  }

  .blog-hero h1,
  .blog-article-header h1 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1.04;
  }

  .service-page-hero {
    width: min(calc(100% - 32px), var(--max));
    padding-top: 34px;
  }

  .service-page-copy {
    padding: 24px;
  }

  .service-page-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .service-page-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .service-page-media {
    min-height: 300px;
  }

  .service-page-panel {
    padding: 22px;
  }

  h1 {
    max-width: min(100%, 358px);
    font-size: clamp(1.8rem, 7.2vw, 2.05rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero-title-highlight {
    text-shadow: 0 2px 0 rgba(7, 21, 35, 0.38);
  }

  .hero-title-highlight::before {
    -webkit-text-stroke-width: 4px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    min-height: 78px;
  }

  .quick-contact {
    padding: 18px;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading h2,
  .trust-band h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .service-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .service-card img {
    height: 220px;
    min-height: 220px;
  }

  .service-detail-block {
    margin-top: 30px;
    padding: 20px;
  }

  .service-detail-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .service-detail-icon {
    grid-row: auto;
  }

  .trust-band {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .timeline article {
    grid-template-columns: 1fr;
    grid-template-areas:
      "number"
      "title"
      "text";
    gap: 12px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img,
  .gallery-grid img:nth-child(2),
  .gallery-grid img:nth-child(3) {
    height: 260px;
    margin-top: 0;
  }

  .blog-grid,
  .blog-grid-compact {
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-template-rows: 210px auto auto auto 1fr;
  }

  .blog-card img {
    height: 210px;
  }

  .blog-article {
    padding-top: 34px;
    padding-bottom: 72px;
  }

  .blog-article-media img {
    height: 260px;
  }

  .blog-article-body p {
    font-size: 1rem;
  }

  .blog-cta {
    padding: 22px;
  }

  .blog-cta-actions,
  .blog-cta .btn {
    width: 100%;
  }

  .review-grid {
    column-count: 1;
  }

  .review-shot {
    padding: 8px;
  }

  .quote-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .floating-actions {
    right: max(14px, env(safe-area-inset-right));
    left: auto;
    bottom: calc(92px + env(safe-area-inset-bottom));
    z-index: 28;
    gap: 10px;
    justify-items: end;
  }

  .floating-actions a {
    width: auto;
    min-width: 0;
    height: 52px;
    padding: 0 22px 0 16px;
    border-radius: 999px;
    font-size: 1.04rem;
    box-shadow: 0 12px 34px rgba(20, 33, 61, 0.22);
  }

  .floating-actions .action-label {
    display: inline;
  }

  .floating-actions .action-icon {
    width: 34px;
    height: 34px;
  }

  .scroll-top-action {
    position: static;
  }

  .floating-actions .scroll-top-action {
    width: 56px;
    min-width: 0;
    height: 56px;
    padding: 0;
    border-radius: 10px;
  }

  .whatsapp-action {
    background: #43d75f;
  }

  .instagram-action {
    background: linear-gradient(135deg, #833ab4 0%, #c13584 42%, #fd1d1d 72%, #fcb045 100%);
  }

  .mobile-call-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 29;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: calc(72px + env(safe-area-inset-bottom));
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
    color: #ffffff;
    background: linear-gradient(90deg, #55bfe9 0%, #319080 100%);
    font-size: 1.28rem;
    font-weight: 900;
    box-shadow: 0 -12px 32px rgba(20, 33, 61, 0.18);
  }

  .mobile-call-bar svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.5;
  }

  body.nav-open .floating-actions,
  body.nav-open .mobile-call-bar {
    display: none;
  }
}
