:root {
  --ink: #17201d;
  --muted: #68736e;
  --paper: #f4f7f4;
  --panel: #ffffff;
  --line: rgba(23, 32, 29, 0.12);
  --terracotta: #c7633f;
  --terracotta-dark: #9f4629;
  --sage: #7b9b82;
  --olive: #455c45;
  --gold: #d9ad5f;
  --charcoal: #202726;
  --glass: rgba(255, 255, 255, 0.74);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --shadow: 0 24px 70px rgba(23, 32, 29, 0.14);
  --radius: 8px;
  --hero-bg: url("generated-assets/proremont-hero-1600.jpg");
  --contact-bg: url("https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1500&q=80");
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  overflow-x: hidden;
}

section,
.quick-bar,
.contact-section,
.footer,
[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 5%, rgba(217, 173, 95, 0.18), transparent 26rem),
    radial-gradient(circle at 92% 20%, rgba(123, 155, 130, 0.18), transparent 28rem),
    var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  isolation: isolate;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: var(--hero-bg);
  background-position: center;
  background-size: cover;
  opacity: 0.08;
  content: "";
}

body.menu-open {
  overflow: hidden;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .hero,
html[dir="rtl"] .contact-section {
  text-align: right;
}

html[dir="rtl"] .main-nav,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .header-actions,
html[dir="rtl"] .footer-links {
  direction: rtl;
}

html[dir="rtl"] .text-link,
html[dir="rtl"] .project-tabs,
html[dir="rtl"] .ai-planner-tabs {
  justify-self: start;
}
html[lang="he"] body {
  font-family:
    Heebo, Assistant, "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
  font-size: 1.01rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

html[lang="he"] .hero h1,
html[lang="he"] .section h2,
html[lang="he"] .contact-section h2,
html[lang="he"] .owner-proof h2,
html[lang="he"] .trust-metrics span {
  font-family:
    Heebo, Assistant, "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.06;
}

html[lang="he"] .hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 7.4vw, 6.5rem);
}

html[lang="he"] .section h2,
html[lang="he"] .contact-section h2 {
  font-size: clamp(2.05rem, 4.6vw, 4.25rem);
}

html[lang="he"] p,
html[lang="he"] li,
html[lang="he"] small,
html[lang="he"] textarea,
html[lang="he"] input,
html[lang="he"] select {
  line-height: 1.72;
}

html[lang="he"] .main-nav a,
html[lang="he"] .language-switcher button,
html[lang="he"] .section-kicker,
html[lang="he"] .eyebrow,
html[lang="he"] .button,
html[lang="he"] .text-link,
html[lang="he"] .package-card a,
html[lang="he"] .whatsapp-action {
  font-family:
    Heebo, Assistant, "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

html[lang="he"] .service-card h3,
html[lang="he"] .package-card h3,
html[lang="he"] .hook-grid strong,
html[lang="he"] .seo-columns h3,
html[lang="he"] .city-service-map h3,
html[lang="he"] .seo-cluster-grid h3,
html[lang="he"] .project-card h3,
html[lang="he"] .timeline h3,
html[lang="he"] .ai-panel h3,
html[lang="he"] .ai-map h3,
html[lang="he"] .trust-stack h3,
html[lang="he"] .faq summary {
  font-family:
    Heebo, Assistant, "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

html[lang="he"] .service-card p,
html[lang="he"] .package-card p,
html[lang="he"] .hook-grid p,
html[lang="he"] .seo-columns p,
html[lang="he"] .city-service-map p,
html[lang="he"] .seo-cluster-grid p,
html[lang="he"] .project-card p,
html[lang="he"] .timeline p,
html[lang="he"] .trust-stack p,
html[lang="he"] .review-card p,
html[lang="he"] .faq p {
  color: #586560;
  font-size: 1.02rem;
  line-height: 1.74;
}

html[lang="he"] .keyword-cloud a {
  font-family:
    Heebo, Assistant, "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(23, 32, 29, 0.54);
  color: #fff;
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.site-header.scrolled {
  border-color: rgba(23, 32, 29, 0.08);
  background: rgba(247, 244, 238, 0.76);
  color: var(--ink);
  box-shadow: 0 14px 40px rgba(23, 32, 29, 0.12);
}

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

.brand > span:last-child {
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  color: currentColor;
  font-size: 0.76rem;
  opacity: 0.7;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav a {
  opacity: 0.82;
  transition: opacity 160ms ease;
}

.main-nav a:hover {
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-switcher {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.language-switcher button {
  min-width: 36px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 950;
  cursor: pointer;
}

.language-switcher button.active {
  background: var(--terracotta);
  color: #fff;
}

.site-header.scrolled .language-switcher {
  border-color: rgba(23, 32, 29, 0.1);
  background: rgba(255, 255, 255, 0.58);
}

.icon-button,
.menu-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: currentColor;
  cursor: pointer;
}

.site-header.scrolled .icon-button,
.site-header.scrolled .menu-button {
  background: rgba(23, 32, 29, 0.08);
}

.icon-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.menu-button {
  display: none;
  gap: 4px;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px 24px 52px;
  color: #fff;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(18, 27, 24, 0.94) 0%, rgba(18, 27, 24, 0.68) 42%, rgba(18, 27, 24, 0.18) 100%),
    linear-gradient(0deg, rgba(18, 27, 24, 0.78) 0%, rgba(18, 27, 24, 0.02) 42%),
    var(--hero-bg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

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

.hero-media {
  z-index: 0;
  display: block;
  overflow: hidden;
}

.hero-video,
.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  z-index: 1;
  opacity: 0.86;
  filter: saturate(1.05) contrast(1.04);
}

.hero-poster {
  z-index: 0;
  filter: saturate(0.96) contrast(1.02);
}

.hero-overlay {
  z-index: 2;
  display: block;
  background:
    linear-gradient(90deg, rgba(18, 27, 24, 0.92) 0%, rgba(18, 27, 24, 0.68) 42%, rgba(18, 27, 24, 0.22) 100%),
    linear-gradient(0deg, rgba(18, 27, 24, 0.82) 0%, rgba(18, 27, 24, 0.06) 46%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  color: #f6c77a;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.section h2,
.contact-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.15rem, 8vw, 7.6rem);
  overflow-wrap: anywhere;
}

.hero p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.hero-microcopy {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 850;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 20px;
  font-weight: 900;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--terracotta);
  color: #fff;
}

.button.primary:hover {
  background: var(--terracotta-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero-stats {
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 54px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.hero-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-stats dt {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 950;
  line-height: 1;
}

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

.quick-bar {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -26px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quick-bar div {
  min-width: 0;
  padding: 24px;
  background: var(--glass-strong);
  backdrop-filter: blur(18px);
}

.quick-bar strong,
.quick-bar span {
  display: block;
}

.quick-bar strong {
  font-size: 1rem;
}

.quick-bar span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0;
}

.intro-section {
  padding-bottom: 56px;
}

.split,
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
}

.section h2,
.contact-section h2 {
  font-size: clamp(2.2rem, 5vw, 4.9rem);
}

.intro-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading {
  align-items: end;
  margin-bottom: 34px;
}

.section-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}
.package-value-hook {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-self: end;
  align-self: end;
  width: min(520px, 100%);
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(199, 99, 63, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 237, 224, 0.94)),
    repeating-linear-gradient(135deg, rgba(199, 99, 63, 0.12) 0 1px, transparent 1px 12px);
  color: var(--ink);
  padding: 18px 20px;
  box-shadow: 0 24px 70px rgba(23, 32, 29, 0.14);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.package-value-hook::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--terracotta), var(--gold));
  content: "";
}

.package-value-hook:hover {
  border-color: rgba(199, 99, 63, 0.7);
  box-shadow: 0 30px 82px rgba(23, 32, 29, 0.2);
  transform: translateY(-3px);
}

.package-hook-kicker {
  color: var(--terracotta-dark);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.package-value-hook strong {
  max-width: 440px;
  font-size: clamp(1.3rem, 2.15vw, 1.85rem);
  font-weight: 950;
  line-height: 1.08;
}

.package-hook-copy {
  max-width: 430px;
  color: var(--muted);
  line-height: 1.45;
}

.package-hook-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
  border: 1px solid rgba(23, 32, 29, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  padding: 10px;
}

.package-hook-bar > span:first-child {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 950;
}

.package-hook-bait {
  position: relative;
  width: fit-content;
  border-radius: var(--radius);
  background: rgba(199, 99, 63, 0.12);
  color: var(--terracotta-dark);
  padding: 7px 9px;
  font-size: 0.86rem;
  font-weight: 950;
  white-space: nowrap;
}

.package-hook-bait::after {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  height: 2px;
  background: var(--terracotta-dark);
  transform: rotate(-7deg);
  content: "";
}

.text-link {
  justify-self: end;
  color: var(--terracotta-dark);
  font-weight: 900;
}
.service-cta-hook {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-self: end;
  align-self: end;
  width: min(430px, 100%);
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(199, 99, 63, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(23, 32, 29, 0.96), rgba(69, 92, 69, 0.92)),
    var(--ink);
  color: #fff;
  box-shadow: 0 24px 70px rgba(23, 32, 29, 0.22);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-cta-hook::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--gold), var(--terracotta));
  content: "";
}

.service-cta-hook:hover {
  border-color: rgba(217, 173, 95, 0.72);
  box-shadow: 0 30px 82px rgba(23, 32, 29, 0.28);
  transform: translateY(-3px);
}

.service-cta-badge {
  width: fit-content;
  color: #f6c77a;
  font-size: 0.74rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.service-cta-hook strong {
  max-width: 360px;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 950;
  line-height: 1.08;
}

.service-cta-hook small {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.service-cta-action {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 0 14px;
  border-radius: var(--radius);
  background: var(--terracotta);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
}

html[dir="rtl"] .service-cta-hook {
  justify-self: start;
  text-align: right;
}

html[dir="rtl"] .service-cta-hook::before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .package-value-hook {
  justify-self: start;
  text-align: right;
}

html[dir="rtl"] .package-value-hook::before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .package-hook-bait::after {
  transform: rotate(7deg);
}


.owner-section {
  padding-top: 24px;
}

.owner-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    rgba(247, 244, 238, 0.62);
  box-shadow: 0 30px 80px rgba(23, 32, 29, 0.12);
  overflow: hidden;
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.owner-panel::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    520px circle at var(--mx, 50%) var(--my, 50%),
    rgba(255, 255, 255, 0.34),
    transparent 44%
  );
  opacity: 0;
  transition: opacity 180ms ease;
  content: "";
}

.owner-panel:hover {
  border-color: rgba(199, 99, 63, 0.32);
  box-shadow: 0 34px 86px rgba(23, 32, 29, 0.16);
  transform: translateY(-4px);
}

.owner-panel:hover::after {
  opacity: 1;
}

.owner-photo {
  position: relative;
  z-index: 1;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #d8d8d4;
}

.owner-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 50% 35%;
  display: block;
  transition: transform 500ms ease;
}

.owner-panel:hover .owner-photo img {
  transform: scale(1.025);
}

.owner-proof {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 74px);
}

.owner-number {
  margin: 8px 0 4px;
  color: var(--terracotta-dark);
  font-size: clamp(5rem, 16vw, 11.5rem);
  font-weight: 950;
  line-height: 0.82;
}

.owner-proof h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.owner-proof p:not(.owner-number) {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.owner-cta {
  width: fit-content;
  margin-top: 30px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 14px 20px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(23, 32, 29, 0.2);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.owner-cta:hover {
  background: var(--terracotta-dark);
  transform: translateY(-2px);
}

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

.service-card,
.project-card,
.review-card,
.timeline article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  backdrop-filter: blur(16px);
}

.service-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 26px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-card.featured {
  display: grid;
  min-height: 420px;
  grid-row: span 2;
  grid-template-rows: 1fr auto;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--charcoal);
}

.service-card::after,
.project-card::after,
.review-card::after,
.timeline article::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    420px circle at var(--mx, 50%) var(--my, 50%),
    rgba(255, 255, 255, 0.26),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 180ms ease;
  content: "";
}

.service-card:hover,
.review-card:hover,
.timeline article:hover {
  border-color: rgba(199, 99, 63, 0.28);
  box-shadow: 0 22px 55px rgba(23, 32, 29, 0.12);
  transform: translateY(-4px);
}

.service-card:hover::after,
.project-card:hover::after,
.review-card:hover::after,
.timeline article:hover::after {
  opacity: 1;
}

.service-card > *,
.project-card > *,
.review-card > *,
.timeline article > * {
  position: relative;
  z-index: 1;
}

.service-card.featured img {
  min-height: 230px;
  opacity: 0.88;
}

.service-card.featured div {
  padding: 26px;
}

.service-card span,
.timeline span,
.project-card span {
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 950;
}

.service-card h3,
.timeline h3,
.project-card h3 {
  margin: 10px 0 9px;
  font-size: 1.22rem;
  line-height: 1.15;
}

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

.service-card.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.package-section {
  padding-top: 64px;
}

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

.package-card {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  padding: 24px;
  backdrop-filter: blur(16px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.package-card::after,
.trust-stack article::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    420px circle at var(--mx, 50%) var(--my, 50%),
    rgba(255, 255, 255, 0.28),
    transparent 44%
  );
  opacity: 0;
  transition: opacity 180ms ease;
  content: "";
}

.package-card:hover,
.trust-stack article:hover {
  border-color: rgba(199, 99, 63, 0.28);
  box-shadow: 0 22px 55px rgba(23, 32, 29, 0.12);
  transform: translateY(-4px);
}

.package-card:hover::after,
.trust-stack article:hover::after {
  opacity: 1;
}

.package-card > *,
.trust-stack article > * {
  position: relative;
  z-index: 1;
}

.package-card.accent {
  background: var(--charcoal);
  color: #fff;
}

.package-card span,
.trust-stack span {
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 950;
}

.package-card.accent span {
  color: var(--gold);
}

.package-card h3,
.trust-stack h3 {
  margin: 12px 0 10px;
  font-size: 1.16rem;
  line-height: 1.15;
}

.package-card p,
.trust-stack p {
  margin: 0;
  color: var(--muted);
}

.package-card.accent p,
.package-card.accent small {
  color: rgba(255, 255, 255, 0.72);
}

.package-card strong {
  align-self: end;
  margin-top: 28px;
  color: var(--terracotta-dark);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.package-card.accent strong {
  color: #fff;
}

.package-card small {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.package-card a {
  width: fit-content;
  margin-top: 20px;
  border-radius: 999px;
  background: rgba(199, 99, 63, 0.12);
  color: var(--terracotta-dark);
  padding: 10px 13px;
  font-size: 0.9rem;
  font-weight: 950;
}

.package-card.accent a {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.price-section {
  width: 100%;
  max-width: none;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background: #e9efe7;
}

.price-board {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 70px rgba(23, 32, 29, 0.1);
}

.price-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, 0.55fr) minmax(220px, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
}

.price-row:first-child {
  border-top: 0;
}

.price-row.head {
  background: var(--charcoal);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-row strong {
  color: var(--terracotta-dark);
  font-size: 1.18rem;
}

.price-row span:last-child {
  color: var(--muted);
}

.price-note {
  margin-top: 16px;
  border-left: 4px solid var(--terracotta);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  padding: 18px 20px;
}

.price-note strong {
  color: var(--ink);
}

.price-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(87, 101, 90, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
  box-shadow: 0 18px 48px rgba(23, 32, 29, 0.08);
}

.price-next-step span {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}

.price-next-step p {
  max-width: 760px;
  margin: 5px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.price-next-step .button {
  white-space: nowrap;
}

.cost-trust {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 12px;
  margin-top: 16px;
}

.cost-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 29, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  padding: 24px;
  box-shadow: 0 22px 60px rgba(23, 32, 29, 0.1);
}

.cost-trust-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold));
  content: "";
}

.cost-trust-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--terracotta-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cost-trust h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.08;
}

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

.cost-trust ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cost-trust li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-weight: 850;
}

.cost-trust li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(199, 99, 63, 0.14);
  color: var(--terracotta-dark);
  content: "✓";
  font-size: 0.82rem;
  font-weight: 950;
}

html[dir="rtl"] .cost-trust li {
  padding-right: 30px;
  padding-left: 0;
}

html[dir="rtl"] .cost-trust li::before {
  right: 0;
  left: auto;
}

.cost-trust-rule {
  background:
    linear-gradient(135deg, rgba(32, 39, 38, 0.96), rgba(32, 39, 38, 0.9)),
    rgba(32, 39, 38, 0.94);
  color: #fff;
}

.cost-trust-rule .cost-trust-label {
  color: var(--gold);
}

.cost-trust-rule p,
.cost-trust-rule small {
  color: rgba(255, 255, 255, 0.72);
}

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

.cost-steps div {
  display: grid;
  gap: 8px;
  min-height: 134px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
}

.cost-steps span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.cost-steps strong {
  line-height: 1.15;
}

.cost-steps small {
  line-height: 1.4;
}

.cost-trust-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: var(--radius);
  background: var(--terracotta);
  color: #fff;
  padding: 0 18px;
  font-weight: 950;
}

.conversion-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.conversion-route a {
  position: relative;
  display: grid;
  min-height: 136px;
  align-content: space-between;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(199, 99, 63, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  padding: 18px;
  box-shadow: 0 18px 46px rgba(23, 32, 29, 0.08);
}

.conversion-route a::after {
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 26px;
  height: 2px;
  background: var(--terracotta);
  content: "";
}

.conversion-route span {
  color: var(--terracotta-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.conversion-route strong {
  font-size: 1.08rem;
  line-height: 1.12;
}

.conversion-route small {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.hook-section {
  padding-top: 74px;
}

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

.hook-grid article {
  position: relative;
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  padding: 20px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hook-grid article:hover {
  border-color: rgba(199, 99, 63, 0.28);
  box-shadow: 0 18px 42px rgba(23, 32, 29, 0.1);
  transform: translateY(-3px);
}

.hook-grid span {
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 950;
}

.hook-grid strong {
  display: block;
  margin-top: 12px;
  font-size: 1.02rem;
  line-height: 1.15;
}

.hook-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.seo-section {
  padding-top: 78px;
}

.seo-section .section-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.seo-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.seo-columns article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 24px;
}

.seo-columns h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

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

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.keyword-cloud span {
  border: 1px solid rgba(199, 99, 63, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--terracotta-dark);
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 900;
}

.city-service-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.city-service-map article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 22px;
}

.city-service-map h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

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

.seo-cluster-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.seo-cluster-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  padding: 20px;
}

.seo-cluster-grid h3 {
  margin: 0 0 10px;
  color: var(--terracotta-dark);
  font-size: 1rem;
}

.seo-cluster-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.projects {
  width: 100%;
  max-width: none;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background: #e8ece2;
}

.project-tabs {
  display: inline-flex;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
}

.tab {
  border: 0;
  padding: 12px 15px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
}

.tab.active {
  background: var(--ink);
  color: #fff;
}

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

.project-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.project-card.is-hidden {
  display: none;
}

.project-card:hover {
  border-color: rgba(199, 99, 63, 0.28);
  box-shadow: 0 22px 55px rgba(23, 32, 29, 0.13);
  transform: translateY(-5px) scale(1.01);
}

.project-card img {
  height: 280px;
}

.project-card div {
  padding: 20px;
}

.project-card.wide {
  grid-column: span 2;
}

.before-after {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1.04fr);
  gap: 86px;
  align-items: center;
}

.compare-copy,
.compare {
  min-width: 0;
}

.compare-copy h2 {
  max-width: 520px;
  font-size: 4.15rem;
  line-height: 1.02;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.compare-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--muted);
}

.compare {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.compare-before,
.compare-after {
  position: absolute;
  inset: 0;
}

.compare-after-wrap {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  overflow: hidden;
  border-left: 3px solid #fff;
}

.compare-after {
  right: 0;
  left: auto;
  width: calc(100% / var(--after-width, 0.48));
  max-width: none;
}

.compare-range {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.compare-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(23, 32, 29, 0.68);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.compare-label.before {
  left: 18px;
}

.compare-label.after {
  right: 18px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.timeline article {
  position: relative;
  overflow: hidden;
  padding: 26px;
}

.estimate {
  width: 100%;
  max-width: none;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background: var(--charcoal);
  color: #fff;
}

.estimate-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.estimate-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 950;
}

.quote-form,
.contact-form {
  display: grid;
  gap: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  padding: 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #faf9f6;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(199, 99, 63, 0.14);
}

.toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--terracotta);
}

.quote-result {
  border-radius: var(--radius);
  background: #f0eee8;
  padding: 18px;
}

.quote-result span,
.quote-result small,
.quote-result strong {
  display: block;
}

.quote-result span,
.quote-result small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.quote-result strong {
  margin: 4px 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.quote-whatsapp {
  width: 100%;
}

.ai-planner-section {
  width: 100%;
  max-width: none;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background: var(--charcoal);
  color: #fff;
}

.ai-planner-section .section-heading > p,
.ai-planner-section p,
.ai-planner-section small {
  color: rgba(255, 255, 255, 0.72);
}

.ai-planner-tabs {
  display: inline-flex;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.ai-planner-tabs a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 0.9rem;
  font-weight: 950;
}

.ai-planner-tabs a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.ai-workspace {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(380px, 1.05fr);
  gap: 16px;
  align-items: start;
}

.ai-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.ai-panel p,
.ai-panel small {
  color: var(--muted);
}

.ai-panel-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.ai-panel-heading > span {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #edf1ed;
  color: var(--terracotta-dark);
  font-size: 0.8rem;
  font-weight: 950;
}

.ai-panel-heading h3 {
  margin: 0 0 5px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

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

.photo-drop {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 15px;
  border: 1px dashed rgba(199, 99, 63, 0.38);
  border-radius: var(--radius);
  background: rgba(244, 247, 244, 0.74);
  cursor: pointer;
}

.photo-drop:focus-within {
  outline: 3px solid rgba(199, 99, 63, 0.2);
  outline-offset: 2px;
}

.photo-drop input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.file-control {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.file-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
}

.file-status {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.photo-drop > span:first-child,
.photo-drop small {
  position: relative;
  z-index: 1;
}

.photo-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.photo-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.15;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #edf1ed;
}

.photo-thumb img,
.photo-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumb::before {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
  border-radius: 4px;
  background: rgba(23, 32, 29, 0.78);
  color: #fff;
  padding: 3px 6px;
  content: "VIDEO";
  font-size: 0.62rem;
  font-weight: 950;
}

.photo-thumb span {
  position: absolute;
  right: 6px;
  bottom: 6px;
  max-width: calc(100% - 12px);
  overflow: hidden;
  border-radius: 4px;
  background: rgba(23, 32, 29, 0.76);
  color: #fff;
  padding: 3px 6px;
  font-size: 0.65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.risk-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.risk-fieldset legend {
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
}

.risk-fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
}

.risk-fieldset input {
  width: 18px;
  height: 18px;
  accent-color: var(--terracotta);
}

.ai-extra-fields {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 247, 244, 0.64);
  padding: 0;
}

.ai-extra-fields summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
}

.ai-extra-fields summary::-webkit-details-marker {
  display: none;
}

.ai-extra-fields summary::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.ai-extra-fields[open] summary::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.ai-extra-fields > .ai-form-grid,
.ai-extra-fields > .risk-fieldset,
.ai-extra-fields > label {
  margin: 0 14px 14px;
}

.ai-extra-fields > .ai-form-grid {
  padding-top: 2px;
}

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

.form-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.form-actions .button {
  width: 100%;
}

.form-microcopy {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.45;
}

.form-actions .form-microcopy {
  margin: 0;
}

.intake-whatsapp-link[hidden] {
  display: none;
}

.submit-status {
  min-height: 20px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.submit-status.error {
  color: var(--terracotta-dark);
}

.estimate-hero {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.estimate-hero div,
.insight-band,
.estimate-grid article,
.dispatch-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 247, 244, 0.74);
}

.estimate-hero div {
  padding: 14px;
}

.estimate-hero span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.estimate-hero strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.02;
}

.insight-band {
  margin-top: 12px;
  border-left: 4px solid var(--gold);
  color: #5c4020;
  padding: 14px 16px;
  font-weight: 850;
}

.estimate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.estimate-grid article,
.dispatch-box {
  padding: 16px;
}

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

.line-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}

.materials-table {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.materials-table th,
.materials-table td {
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  text-align: start;
}

.dispatch-box {
  margin-top: 12px;
}

.dispatch-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.whatsapp-action {
  border-radius: 999px;
  background: var(--terracotta);
  color: #fff;
  padding: 9px 12px;
  font-size: 0.84rem;
  font-weight: 950;
}

.dispatch-box textarea {
  min-height: 180px;
  background: #fff;
}

.ai-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.ai-map article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.ai-map span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.ai-map h3 {
  margin: 10px 0 8px;
  color: #fff;
}

.ai-map p {
  margin: 0;
}

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

.trust-stack article {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  padding: 24px;
  backdrop-filter: blur(16px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.review-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 14px;
}

.review-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
}

.review-card p {
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.review-card strong {
  color: var(--terracotta-dark);
}

.trust-metrics {
  display: grid;
  gap: 14px;
}

.trust-metrics div {
  display: grid;
  min-height: 140px;
  align-content: center;
  border-radius: var(--radius);
  background: var(--olive);
  color: #fff;
  padding: 26px;
}

.trust-metrics div:last-child {
  background: var(--sage);
}

.trust-metrics span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1;
}

.trust-metrics p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.faq {
  padding-top: 48px;
}

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

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 950;
}

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

.contact-section {
  position: relative;
  display: grid;
  min-height: 720px;
  align-items: center;
  padding: 70px max(16px, calc((100% - 1180px) / 2));
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(23, 32, 29, 0.88), rgba(23, 32, 29, 0.42)),
    var(--contact-bg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.contact-media,
.contact-media::after {
  position: absolute;
  inset: 0;
}

.contact-media {
  display: none;
}

.contact-media::after {
  background: linear-gradient(90deg, rgba(23, 32, 29, 0.88), rgba(23, 32, 29, 0.42));
  content: "";
}

.contact-content {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(760px, 100%);
  max-width: 760px;
  justify-items: center;
  gap: 22px;
  margin: 0 auto;
  text-align: center;
}

.contact-content h2 {
  max-width: 760px;
  font-size: clamp(2.8rem, 6vw, 5.15rem);
  line-height: 0.98;
}

.contact-direct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.contact-direct a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 14px;
  color: #fff;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.contact-form {
  width: min(520px, 100%);
  align-self: start;
  justify-self: center;
  text-align: left;
}

html[dir="rtl"] .contact-form {
  text-align: right;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--terracotta-dark);
  font-weight: 800;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(16px, calc((100% - 1180px) / 2));
  background: #121715;
  color: #fff;
}

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

.footer span,
.footer a {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    filter 700ms ease,
    transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.in-view {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}


/* Visual hook layer: 30 graphic and motion cues from the competitor audit. */
.scroll-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--terracotta), var(--gold), var(--sage));
  box-shadow: 0 0 18px rgba(199, 99, 63, 0.45);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
}

.visual-hooks-ready .site-header::after {
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--terracotta), transparent);
  pointer-events: none;
  transform: translateX(-120%);
  animation: headerRail 6.5s ease-in-out infinite;
  content: "";
}

.visual-hooks-ready .brand-mark {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(199, 99, 63, 0.36);
}

.visual-hooks-ready .brand-mark::after {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.78);
  animation: markPulse 3.8s ease-in-out infinite;
  content: "";
}

.visual-hooks-ready .hero-media {
  transform: scale(1.018);
  animation: heroImageDrift 24s ease-in-out infinite alternate;
  will-change: transform;
}

.visual-hooks-ready .hero-overlay::after {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 92px),
    linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.12) 46%, transparent 72%);
  background-size: auto, 220% 100%;
  mix-blend-mode: screen;
  opacity: 0.2;
  pointer-events: none;
  animation: overlayScan 10s linear infinite;
  content: "";
}

.visual-hooks-ready .hero h1 {
  position: relative;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.visual-hooks-ready .hero h1::after {
  display: block;
  width: min(280px, 42%);
  height: 5px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--terracotta), transparent);
  transform: scaleX(0.62);
  transform-origin: left center;
  animation: headlineStroke 5.5s ease-in-out infinite;
  content: "";
}

.visual-hooks-ready .button,
.visual-hooks-ready .package-card a,
.visual-hooks-ready .service-cta-action,
.visual-hooks-ready .whatsapp-action {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.visual-hooks-ready .button::after,
.visual-hooks-ready .package-card a::after,
.visual-hooks-ready .service-cta-action::after,
.visual-hooks-ready .whatsapp-action::after {
  position: absolute;
  inset: -40% auto -40% -55%;
  z-index: 1;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  pointer-events: none;
  transform: skewX(-16deg);
  transition: left 420ms ease;
  content: "";
}

.visual-hooks-ready .button:hover::after,
.visual-hooks-ready .package-card a:hover::after,
.visual-hooks-ready .service-cta-action:hover::after,
.visual-hooks-ready .whatsapp-action:hover::after {
  left: 115%;
}

.visual-hooks-ready .hero-stats div,
.visual-hooks-ready .quick-bar div,
.visual-hooks-ready .price-row:not(.head),
.visual-hooks-ready .estimate-hero div {
  position: relative;
  overflow: hidden;
}

.visual-hooks-ready .hero-stats div::before,
.visual-hooks-ready .quick-bar div::before,
.visual-hooks-ready .price-row:not(.head)::before,
.visual-hooks-ready .estimate-hero div::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms ease;
  content: "";
}

.visual-hooks-ready .hero-stats div:hover::before,
.visual-hooks-ready .quick-bar div:hover::before,
.visual-hooks-ready .price-row:not(.head):hover::before,
.visual-hooks-ready .estimate-hero div:hover::before,
.visual-hooks-ready .hero-stats div.in-view::before,
.visual-hooks-ready .quick-bar div.in-view::before {
  transform: scaleX(1);
}

.visual-hooks-ready .quick-bar div::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 30%, rgba(255, 255, 255, 0.42) 48%, transparent 64%);
  opacity: 0;
  transform: translateX(-60%);
  transition:
    opacity 180ms ease,
    transform 620ms ease;
  content: "";
}

.visual-hooks-ready .quick-bar div:hover::after {
  opacity: 1;
  transform: translateX(60%);
}

.visual-hooks-ready .motion-card {
  transform: perspective(900px)
    rotateX(calc(var(--tilt-y, 0) * -1deg))
    rotateY(calc(var(--tilt-x, 0) * 1deg))
    translateY(var(--motion-lift, 0))
    scale(var(--motion-scale, 1));
  transform-style: preserve-3d;
  will-change: transform;
}

.visual-hooks-ready .motion-card:hover {
  --motion-lift: -4px;
}

.visual-hooks-ready .project-card.motion-card:hover {
  --motion-scale: 1.01;
}

.visual-hooks-ready .owner-panel::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 8px;
  background: linear-gradient(180deg, var(--terracotta), var(--gold), var(--sage));
  transform: scaleY(0.36);
  transform-origin: top center;
  transition: transform 460ms ease;
  content: "";
}

.visual-hooks-ready .owner-panel:hover::before,
.visual-hooks-ready .owner-panel.in-view::before {
  transform: scaleY(1);
}

.visual-hooks-ready .owner-photo img,
.visual-hooks-ready .service-card.featured img,
.visual-hooks-ready .project-card img {
  transition:
    transform 720ms ease,
    filter 720ms ease;
}

.visual-hooks-ready .owner-panel:hover .owner-photo img,
.visual-hooks-ready .service-card.featured:hover img,
.visual-hooks-ready .project-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}

.visual-hooks-ready .owner-number {
  background: linear-gradient(180deg, var(--terracotta-dark), var(--terracotta), var(--gold));
  background-clip: text;
  color: transparent;
}

.visual-hooks-ready .service-cta-hook::after,
.visual-hooks-ready .package-value-hook::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 20%, rgba(255, 255, 255, 0.2) 42%, transparent 62%),
    linear-gradient(90deg, transparent, rgba(217, 173, 95, 0.16), transparent);
  background-size: 240% 100%, 100% 100%;
  pointer-events: none;
  animation: panelSweep 7s ease-in-out infinite;
  content: "";
}


.visual-hooks-ready .service-cta-hook > *,
.visual-hooks-ready .package-value-hook > * {
  position: relative;
  z-index: 1;
}
.visual-hooks-ready .service-card::before,
.visual-hooks-ready .package-card::before,
.visual-hooks-ready .hook-grid article::before,
.visual-hooks-ready .seo-columns article::before,
.visual-hooks-ready .city-service-map article::before,
.visual-hooks-ready .seo-cluster-grid article::before,
.visual-hooks-ready .timeline article::before,
.visual-hooks-ready .trust-stack article::before,
.visual-hooks-ready .review-card::before,
.visual-hooks-ready .faq-list details::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms ease;
  content: "";
}

.visual-hooks-ready .service-card:hover::before,
.visual-hooks-ready .package-card:hover::before,
.visual-hooks-ready .hook-grid article:hover::before,
.visual-hooks-ready .seo-columns article:hover::before,
.visual-hooks-ready .city-service-map article:hover::before,
.visual-hooks-ready .seo-cluster-grid article:hover::before,
.visual-hooks-ready .timeline article:hover::before,
.visual-hooks-ready .trust-stack article:hover::before,
.visual-hooks-ready .review-card:hover::before,
.visual-hooks-ready .faq-list details:hover::before,
.visual-hooks-ready .service-card.in-view::before,
.visual-hooks-ready .hook-grid article.in-view::before {
  transform: scaleX(1);
}

.visual-hooks-ready .service-card:not(.featured) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    repeating-linear-gradient(135deg, rgba(199, 99, 63, 0.05) 0 1px, transparent 1px 16px);
}

.visual-hooks-ready .service-card.featured {
  box-shadow:
    inset 0 -110px 120px rgba(0, 0, 0, 0.22),
    0 24px 70px rgba(23, 32, 29, 0.16);
}

.visual-hooks-ready .package-card.accent {
  box-shadow:
    inset 0 0 0 1px rgba(217, 173, 95, 0.18),
    0 24px 70px rgba(23, 32, 29, 0.2);
}

.visual-hooks-ready .package-hook-bait::after {
  animation: priceStrike 3.8s ease-in-out infinite;
}

.visual-hooks-ready .price-board {
  position: relative;
  isolation: isolate;
}

.visual-hooks-ready .price-board::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(199, 99, 63, 0.08), transparent);
  opacity: 0;
  transform: translateX(-45%);
  transition:
    opacity 240ms ease,
    transform 780ms ease;
  pointer-events: none;
  content: "";
}

.visual-hooks-ready .price-board:hover::after {
  opacity: 1;
  transform: translateX(45%);
}

.visual-hooks-ready .price-board > *,
.visual-hooks-ready .price-note > * {
  position: relative;
  z-index: 1;
}

.visual-hooks-ready .price-row:not(.head):hover strong {
  text-shadow: 0 8px 28px rgba(199, 99, 63, 0.22);
}

.visual-hooks-ready .price-note {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(199, 99, 63, 0.08);
}

.visual-hooks-ready .price-note::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--terracotta), var(--gold));
  animation: notePulse 2.8s ease-in-out infinite;
  content: "";
}

.visual-hooks-ready .hook-grid article::after,
.visual-hooks-ready .seo-cluster-grid article::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(199, 99, 63, 0.18);
  border-radius: 50%;
  opacity: 0.35;
  transform: scale(0.82);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  content: "";
}

.visual-hooks-ready .hook-grid article:hover::after,
.visual-hooks-ready .seo-cluster-grid article:hover::after {
  opacity: 1;
  transform: scale(1);
}

.visual-hooks-ready .seo-columns article,
.visual-hooks-ready .city-service-map article,
.visual-hooks-ready .seo-cluster-grid article,
.visual-hooks-ready .faq-list details {
  position: relative;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.visual-hooks-ready .seo-columns article:hover,
.visual-hooks-ready .city-service-map article:hover,
.visual-hooks-ready .seo-cluster-grid article:hover,
.visual-hooks-ready .faq-list details:hover {
  border-color: rgba(199, 99, 63, 0.28);
  box-shadow: 0 18px 42px rgba(23, 32, 29, 0.1);
  transform: translateY(-3px);
}

.visual-hooks-ready .keyword-cloud span {
  position: relative;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.visual-hooks-ready .keyword-cloud span::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  opacity: 0;
  transform: translateX(-80%);
  transition:
    opacity 180ms ease,
    transform 460ms ease;
  content: "";
}

.visual-hooks-ready .keyword-cloud span:hover {
  border-color: rgba(199, 99, 63, 0.46);
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-2px);
}

.visual-hooks-ready .keyword-cloud span:hover::after {
  opacity: 1;
  transform: translateX(80%);
}

.visual-hooks-ready .project-tabs,
.visual-hooks-ready .ai-planner-tabs {
  position: relative;
  box-shadow: inset 0 -2px 0 rgba(199, 99, 63, 0.12);
}

.visual-hooks-ready .tab.active,
.visual-hooks-ready .ai-planner-tabs a:hover {
  box-shadow: inset 0 -3px 0 var(--gold);
}

.visual-hooks-ready .project-card.wide img {
  animation: projectPan 16s ease-in-out infinite alternate;
}

.visual-hooks-ready .compare {
  outline: 1px solid rgba(255, 255, 255, 0.58);
  outline-offset: -8px;
}

.visual-hooks-ready .compare::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc((1 - var(--after-width, 0.48)) * 100%);
  width: 2px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.14), 0 0 28px rgba(217, 173, 95, 0.38);
  transform: translateX(-1px);
  pointer-events: none;
  animation: comparePulse 2.4s ease-in-out infinite;
  content: "";
}

.visual-hooks-ready .compare-label {
  box-shadow: 0 10px 30px rgba(23, 32, 29, 0.22);
}

.visual-hooks-ready .timeline {
  position: relative;
}

.visual-hooks-ready .timeline::before {
  position: absolute;
  top: 24px;
  right: 2%;
  left: 2%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 99, 63, 0.42), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 900ms ease;
  content: "";
}

.visual-hooks-ready .timeline.in-view::before,
.visual-hooks-ready .timeline:hover::before {
  transform: scaleX(1);
}

.visual-hooks-ready .estimate-panel,
.visual-hooks-ready .ai-panel,
.visual-hooks-ready .quote-form,
.visual-hooks-ready .contact-form,
.visual-hooks-ready .photo-drop {
  position: relative;
  overflow: hidden;
}

.visual-hooks-ready .estimate-panel::before,
.visual-hooks-ready .ai-panel::before,
.visual-hooks-ready .quote-form::before,
.visual-hooks-ready .contact-form::before,
.visual-hooks-ready .photo-drop::after {
  position: absolute;
  right: -30%;
  left: -30%;
  height: 84px;
  background: linear-gradient(180deg, transparent, rgba(217, 173, 95, 0.2), transparent);
  opacity: 0.35;
  pointer-events: none;
  transform: rotate(-8deg) translateY(-120%);
  animation: formScan 8.5s ease-in-out infinite;
  content: "";
}

.visual-hooks-ready .estimate-panel::before,
.visual-hooks-ready .ai-panel::before,
.visual-hooks-ready .quote-form::before,
.visual-hooks-ready .contact-form::before {
  top: 0;
  z-index: 0;
}

.visual-hooks-ready .photo-drop::after {
  top: 0;
  z-index: 0;
}

.visual-hooks-ready .estimate-panel > *,
.visual-hooks-ready .ai-panel > *,
.visual-hooks-ready .quote-form > *,
.visual-hooks-ready .contact-form > *,
.visual-hooks-ready .photo-drop > * {
  position: relative;
  z-index: 1;
}

.visual-hooks-ready .photo-drop:focus-within,
.visual-hooks-ready .photo-drop:hover {
  border-color: rgba(199, 99, 63, 0.62);
  box-shadow: 0 18px 42px rgba(23, 32, 29, 0.12);
}

.visual-hooks-ready .ai-map article {
  position: relative;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.visual-hooks-ready .ai-map article:hover {
  border-color: rgba(217, 173, 95, 0.38);
  background: rgba(255, 255, 255, 0.12);
}

.visual-hooks-ready .trust-stack article {
  overflow: hidden;
}

.visual-hooks-ready .review-card,
.visual-hooks-ready .faq-list details {
  position: relative;
}

.visual-hooks-ready .faq-list details[open] {
  border-color: rgba(199, 99, 63, 0.38);
  box-shadow: 0 22px 55px rgba(23, 32, 29, 0.12);
}

.visual-hooks-ready .contact-section::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  background-size: 220% 100%;
  opacity: 0.42;
  pointer-events: none;
  animation: overlayScan 12s linear infinite;
  content: "";
}

.visual-hooks-ready .contact-content {
  position: relative;
  z-index: 1;
}

@keyframes headerRail {
  0% {
    transform: translateX(-120%);
  }
  48%,
  58% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes markPulse {
  0%,
  64%,
  100% {
    opacity: 0;
    transform: scale(0.78);
  }
  18% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1.018) translate3d(-0.8%, 0, 0);
  }
  to {
    transform: scale(1.055) translate3d(0.8%, -0.6%, 0);
  }
}

@keyframes overlayScan {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 0, 220% 0;
  }
}

@keyframes headlineStroke {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleX(0.58);
  }
  52% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes panelSweep {
  0%,
  58%,
  100% {
    background-position: -120% 0, 0 0;
  }
  76% {
    background-position: 120% 0, 0 0;
  }
}

@keyframes priceStrike {
  0%,
  100% {
    transform: rotate(-7deg) scaleX(0.86);
  }
  48% {
    transform: rotate(-7deg) scaleX(1.08);
  }
}

@keyframes notePulse {
  0%,
  100% {
    opacity: 0.42;
  }
  48% {
    opacity: 1;
  }
}

@keyframes projectPan {
  from {
    object-position: 50% 50%;
  }
  to {
    object-position: 62% 50%;
  }
}

@keyframes comparePulse {
  0%,
  100% {
    opacity: 0.62;
  }
  50% {
    opacity: 1;
  }
}

@keyframes formScan {
  0%,
  62%,
  100% {
    transform: rotate(-8deg) translateY(-140%);
  }
  78% {
    transform: rotate(-8deg) translateY(520%);
  }
}

html[dir="rtl"] .scroll-progress span,
html[dir="rtl"] .visual-hooks-ready .hero h1::after,
html[dir="rtl"] .visual-hooks-ready .hero-stats div::before,
html[dir="rtl"] .visual-hooks-ready .quick-bar div::before,
html[dir="rtl"] .visual-hooks-ready .price-row:not(.head)::before,
html[dir="rtl"] .visual-hooks-ready .estimate-hero div::before,
html[dir="rtl"] 
.visual-hooks-ready .service-cta-hook > *,
.visual-hooks-ready .package-value-hook > * {
  position: relative;
  z-index: 1;
}
.visual-hooks-ready .service-card::before,
html[dir="rtl"] .visual-hooks-ready .package-card::before,
html[dir="rtl"] .visual-hooks-ready .hook-grid article::before,
html[dir="rtl"] .visual-hooks-ready .seo-columns article::before,
html[dir="rtl"] .visual-hooks-ready .city-service-map article::before,
html[dir="rtl"] .visual-hooks-ready .seo-cluster-grid article::before,
html[dir="rtl"] .visual-hooks-ready .timeline article::before,
html[dir="rtl"] .visual-hooks-ready .trust-stack article::before,
html[dir="rtl"] .visual-hooks-ready .review-card::before,
html[dir="rtl"] .visual-hooks-ready .faq-list details::before {
  transform-origin: right center;
}

html[dir="rtl"] .visual-hooks-ready .owner-panel::before,
html[dir="rtl"] .visual-hooks-ready .price-note::after {
  right: 0;
  left: auto;
}
@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .main-nav {
    position: fixed;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    border-radius: var(--radius);
    background: rgba(247, 244, 238, 0.9);
    color: var(--ink);
    padding: 14px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
  }

  .menu-button {
    display: grid;
  }

  .quick-bar,
  .service-grid,
  .package-grid,
  .hook-grid,
  .seo-columns,
  .city-service-map,
  .seo-cluster-grid,
  .timeline,
  .trust-stack,
  .ai-map,
  .review-panel {
    grid-template-columns: 1fr 1fr;
  }

  .service-card.featured {
    grid-column: span 2;
  }

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

  .before-after,
  .ai-workspace,
  .estimate-panel,
  .contact-content,
  .owner-panel,
  .split,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .owner-photo,
  .owner-photo img {
    min-height: 620px;
  }

  .text-link,
  .service-cta-hook,
  .package-value-hook,
  .project-tabs,
  .ai-planner-tabs {
    justify-self: start;
  }

  .compare {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .service-cta-hook,
  .package-value-hook {
    padding: 16px;
  }

  .service-cta-hook strong {
    font-size: 1.24rem;
  }

  .package-value-hook strong {
    font-size: 1.28rem;
  }

  .package-hook-bar {
    grid-template-columns: 1fr;
  }
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .brand {
    overflow: hidden;
  }

  .brand strong,
  .brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-actions {
    flex-shrink: 0;
  }

  .header-actions .icon-button {
    display: none;
  }

  .language-switcher button {
    min-width: 32px;
    min-height: 34px;
    font-size: 0.72rem;
  }

  .brand-mark,
  .icon-button,
  .menu-button {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 91vh;
    padding: 118px 16px 34px;
    background-attachment: fixed;
  }

  .hero-content {
    width: min(100%, calc(100vw - 32px));
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12.2vw, 3.7rem);
    line-height: 0.98;
  }

  .eyebrow {
    gap: 8px;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .eyebrow span {
    flex: 0 0 28px;
    width: 28px;
  }

  .hero-actions {
    display: grid;
    width: min(100%, 290px);
    gap: 10px;
  }

  .button {
    width: 100%;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(18, 27, 24, 0.92), rgba(18, 27, 24, 0.58)),
      linear-gradient(0deg, rgba(18, 27, 24, 0.78), rgba(18, 27, 24, 0.08));
  }

  .hero-stats,
  .quick-bar,
  .service-grid,
  .package-grid,
  .hook-grid,
  .seo-columns,
  .city-service-map,
  .seo-cluster-grid,
  .project-grid,
  .timeline,
  .trust-stack,
  .ai-workspace,
  .ai-map,
  .review-panel {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    margin-top: 36px;
  }

  .quick-bar {
    width: calc(100% - 20px);
  }

  .section {
    width: calc(100% - 24px);
  }

  .owner-section {
    padding-top: 12px;
  }

  .owner-photo,
  .owner-photo img {
    min-height: 430px;
  }

  .owner-proof {
    padding: 26px 20px 30px;
  }

  .owner-proof p:not(.owner-number) {
    margin-top: 18px;
    font-size: 1rem;
  }

  .owner-cta {
    width: 100%;
    text-align: center;
  }

  .service-card.featured,
  .project-card.wide {
    grid-column: auto;
  }

  .service-card,
  .package-card,
  .hook-grid article,
  .timeline article,
  .trust-stack article,
  .review-card {
    min-height: auto;
    padding: 22px;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .price-row.head {
    display: none;
  }

  .ai-planner-tabs {
    width: 100%;
  }

  .ai-planner-tabs a {
    flex: 1;
  }

  .ai-panel {
    padding: 18px;
  }

  .ai-form-grid,
  .risk-fieldset,
  .estimate-hero,
  .estimate-grid,
  .price-next-step {
    grid-template-columns: 1fr;
  }

  .price-next-step .button {
    width: 100%;
    white-space: normal;
  }

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

  .dispatch-head {
    align-items: stretch;
    flex-direction: column;
  }

  .project-card img {
    height: 235px;
  }

  .project-tabs {
    width: 100%;
  }

  .tab {
    flex: 1;
    padding: 11px 10px;
  }

  .compare-copy h2 {
    font-size: 2.85rem;
    line-height: 1.05;
  }

  .compare {
    min-height: 360px;
  }

  .estimate-panel,
  .contact-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .quote-form,
  .contact-form {
    padding: 18px;
  }

  .contact-content h2 {
    font-size: 2.75rem;
    line-height: 1.04;
  }

  .contact-direct {
    width: 100%;
  }

  .contact-direct a {
    justify-content: center;
    width: 100%;
  }

  .contact-section {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 58px;
    background-attachment: fixed;
  }

  .footer {
    display: grid;
  }

  .footer-links {
    justify-content: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-video {
    display: none;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Mobile polish for the restored classic homepage. */
@media (max-width: 680px) {
  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    transition-delay: 0ms;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 82px;
  }

  html {
    scroll-padding-top: 76px;
  }

  section,
  .quick-bar,
  .contact-section,
  .footer,
  [id] {
    scroll-margin-top: 76px;
  }

  body::before,
  .hero,
  .contact-section {
    background-attachment: scroll;
  }

  .site-header {
    min-height: 54px;
    padding: 7px;
    border-radius: 8px;
    background: rgba(23, 32, 29, 0.78);
  }

  .site-header.scrolled {
    background: rgba(247, 244, 238, 0.92);
  }

  .brand {
    max-width: 154px;
    gap: 8px;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.67rem;
  }

  .header-actions {
    gap: 5px;
  }

  .language-switcher {
    border-radius: 8px;
  }

  .language-switcher button {
    min-width: 30px;
    min-height: 32px;
    padding: 0;
  }

  .brand-mark,
  .icon-button,
  .menu-button {
    width: 36px;
    height: 36px;
  }

  .main-nav {
    top: 70px;
    right: 10px;
    left: 10px;
    max-height: calc(100svh - 90px);
    overflow-y: auto;
    border-radius: 8px;
    background: rgba(247, 244, 238, 0.96);
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding: 96px 16px 30px;
  }

  .hero-media,
  .hero-video,
  .hero-poster {
    inset: 0;
    width: 100%;
    transform: none;
  }

  .hero-video {
    display: none;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(18, 27, 24, 0.92), rgba(18, 27, 24, 0.68)),
      linear-gradient(0deg, rgba(18, 27, 24, 0.72), rgba(18, 27, 24, 0.12));
  }

  .hero-content {
    width: 100%;
  }

  .eyebrow {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.68rem;
    line-height: 1.16;
  }

  .eyebrow span {
    flex: 0 0 26px;
    width: 26px;
    margin-top: 0.55em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.28rem, 10.2vw, 3.05rem);
    line-height: 1.03;
    overflow-wrap: normal;
    word-break: normal;
  }

  html[lang="en"] .hero h1 {
    font-size: clamp(2.14rem, 9.45vw, 2.88rem);
  }

  html[lang="he"] .hero h1 {
    font-size: clamp(2.25rem, 9.9vw, 3.05rem);
    line-height: 1.08;
  }

  .visual-hooks-ready .hero h1::after {
    width: 132px;
    height: 4px;
    margin-top: 14px;
    animation: none;
    transform: none;
  }

  .hero p {
    max-width: 100%;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.96rem;
    line-height: 1.56;
  }

  .hero-microcopy {
    margin-top: 10px;
    font-size: 0.86rem;
  }

  .hero-actions {
    width: 100%;
    max-width: none;
    gap: 9px;
    margin-top: 22px;
  }

  .button {
    min-height: 46px;
    border-radius: 8px;
    padding: 12px 14px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border-radius: 8px;
  }

  .hero-stats div {
    padding: 11px 8px;
  }

  .hero-stats dt {
    font-size: clamp(0.86rem, 3.7vw, 1.04rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .hero-stats dd {
    margin-top: 5px;
    font-size: 0.67rem;
    line-height: 1.25;
  }

  html[dir="rtl"] .hero-stats dt,
  html[dir="rtl"] .price-row strong,
  html[dir="rtl"] .package-card strong {
    unicode-bidi: plaintext;
  }

  .quick-bar {
    width: calc(100% - 24px);
    margin-top: 0;
    border-radius: 8px;
  }

  .quick-bar div {
    padding: 16px;
  }

  .section {
    width: calc(100% - 28px);
    padding: 56px 0;
  }

  .section-heading {
    gap: 16px;
    margin-bottom: 22px;
  }

  .section-heading > p {
    font-size: 0.98rem;
  }

  .section h2,
  .contact-section h2 {
    font-size: clamp(2.12rem, 10.4vw, 2.95rem);
    line-height: 1.04;
  }

  html[lang="he"] .section h2,
  html[lang="he"] .contact-section h2 {
    font-size: clamp(2rem, 9.5vw, 2.7rem);
    line-height: 1.12;
  }

  .owner-photo,
  .owner-photo img {
    min-height: 340px;
  }

  .owner-proof {
    padding: 24px 18px 28px;
  }

  .owner-number {
    font-size: clamp(4.1rem, 19vw, 5.4rem);
  }

  .owner-proof h2 {
    font-size: clamp(1.95rem, 9.8vw, 2.85rem);
    line-height: 1.05;
  }

  .service-card,
  .package-card,
  .hook-grid article,
  .seo-columns article,
  .city-service-map article,
  .seo-cluster-grid article,
  .timeline article,
  .trust-stack article,
  .review-card,
  .faq-list details {
    border-radius: 8px;
    padding: 20px;
  }

  .price-row {
    gap: 8px;
    padding: 15px 16px;
    background: rgba(255, 255, 255, 0.76);
  }

  .price-row strong {
    font-size: 1.06rem;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .price-row span:last-child {
    font-size: 0.92rem;
  }

  .cost-trust {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .cost-trust-card {
    padding: 20px;
  }

  .cost-trust h3 {
    font-size: clamp(1.38rem, 6.4vw, 1.78rem);
  }

  .cost-steps {
    grid-template-columns: 1fr;
  }

  .cost-steps div {
    min-height: 0;
  }

  .cost-trust-cta {
    width: 100%;
  }

  .conversion-route {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 14px;
  }

  .conversion-route a {
    min-height: 0;
    grid-template-columns: 36px minmax(0, 0.7fr) minmax(0, 1fr);
    align-items: center;
    align-content: center;
    gap: 10px;
    padding: 14px;
  }

  .conversion-route a::after {
    display: none;
  }

  .conversion-route strong {
    font-size: 0.98rem;
  }

  .conversion-route small {
    font-size: 0.8rem;
  }

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

  .project-tabs,
  .ai-planner-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .project-tabs::-webkit-scrollbar,
  .ai-planner-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab,
  .ai-planner-tabs a {
    flex: 0 0 auto;
  }

  .before-after {
    gap: 22px;
  }

  .compare-copy h2 {
    font-size: clamp(2.1rem, 10.5vw, 2.75rem);
    line-height: 1.05;
  }

  .compare {
    min-height: 300px;
    border-radius: 8px;
  }

  .ai-panel-heading {
    gap: 10px;
  }

  .ai-panel-heading h3 {
    font-size: 1.28rem;
  }

  .ai-extra-fields {
    margin-top: 12px;
  }

  .ai-extra-fields summary {
    min-height: 46px;
    padding: 0 12px;
    font-size: 0.92rem;
  }

  .photo-drop {
    padding: 14px;
  }

  .file-control {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .file-button {
    width: 100%;
  }

  .file-status {
    text-align: center;
  }

  .contact-section {
    padding: 68px 16px;
  }

  .contact-content h2 {
    font-size: clamp(2.15rem, 10vw, 2.9rem);
  }

  .mobile-conversion-bar {
    position: fixed;
    z-index: 80;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(23, 32, 29, 0.92);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .mobile-conversion-bar.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 16px));
  }

  .mobile-conversion-bar a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 0 14px;
    font-size: 0.92rem;
    font-weight: 950;
    text-align: center;
  }

  .mobile-conversion-primary {
    background: var(--terracotta);
    color: #fff;
  }

  .mobile-conversion-whatsapp {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  html[dir="rtl"] .mobile-conversion-bar {
    direction: rtl;
  }

  .visual-hooks-ready .hero-media,
  .visual-hooks-ready .project-card.wide img,
  .visual-hooks-ready .motion-card {
    animation: none;
    transform: none;
    will-change: auto;
  }

  .visual-hooks-ready .hero-overlay::after,
  .visual-hooks-ready .site-header::after,
  .visual-hooks-ready .brand-mark::after,
  .visual-hooks-ready .service-cta-hook::after,
  .visual-hooks-ready .package-value-hook::after,
  .visual-hooks-ready .contact-section::after,
  .visual-hooks-ready .estimate-panel::before,
  .visual-hooks-ready .ai-panel::before,
  .visual-hooks-ready .quote-form::before,
  .visual-hooks-ready .contact-form::before,
  .visual-hooks-ready .photo-drop::after {
    display: none;
  }
}

@media (max-width: 380px) {
  .brand {
    max-width: 136px;
  }

  .language-switcher button {
    min-width: 28px;
  }

  .hero {
    padding-top: 92px;
  }

  .hero h1 {
    font-size: clamp(2.12rem, 9.8vw, 2.78rem);
  }

  html[lang="en"] .hero h1 {
    font-size: clamp(2rem, 9.2vw, 2.58rem);
  }

  .hero-stats div {
    padding: 10px 6px;
  }

  .hero-stats dt {
    font-size: 0.82rem;
  }

  .hero-stats dd {
    font-size: 0.62rem;
  }
}

@media (max-width: 680px) {
  .visual-hooks-ready .button::after,
  .visual-hooks-ready .package-card a::after,
  .visual-hooks-ready .service-cta-action::after,
  .visual-hooks-ready .whatsapp-action::after {
    display: none;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-top: 86px;
    padding-bottom: 22px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.62rem;
  }

  .hero p {
    margin-top: 14px;
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }

  .button {
    min-height: 44px;
  }

  .hero-stats {
    margin-top: 18px;
  }
}

@media (max-width: 680px) {
  .hero-actions .button.secondary {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(18, 27, 24, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
  }
}


@media (max-width: 680px) {
  .hero-actions .button.secondary {
    font-weight: 800;
  }
}

