/* ==========================================================================
   pre-developmentes.com — PRE Developments LP
   Design language: dark editorial luxury · warm charcoal + copper · Almarai
   (Distinct from ree subdomain system: no navy/cream/sea, no Alexandria)
   ========================================================================== */

:root {
  --bg: #131110;
  --bg-2: #1a1613;
  --bg-3: #221d18;
  --line: rgba(243, 234, 220, 0.12);
  --ink: #f3ead9;
  --ink-soft: #cdc2b0;
  --muted: #9a8d7a;
  --paper: #f4eee2;
  --paper-2: #ece4d3;
  --paper-ink: #1d1812;
  --paper-muted: #6f6353;
  --copper: #d67d4e;
  --copper-2: #b35f33;
  --copper-soft: rgba(214, 125, 78, 0.16);
  --wa: #1faa55;
  --wa-2: #168542;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.55);
  --shadow-sm: 0 10px 30px -12px rgba(0, 0, 0, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Almarai", "Segoe UI", Tahoma, sans-serif;
}

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

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

html, body {
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.75;
  font-size: 16px;
  min-height: 100svh;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
svg { width: 1.15em; height: 1.15em; flex: none; }

::selection { background: var(--copper); color: #fff; }

.wrap {
  width: min(1180px, 100% - 40px);
  margin-inline: auto;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.4;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.25s;
  will-change: transform;
}
.btn:active { transform: scale(0.97); }
.btn-copper {
  background: linear-gradient(160deg, var(--copper), var(--copper-2));
  color: #fff;
  box-shadow: 0 12px 28px -10px rgba(214, 125, 78, 0.55);
}
.btn-copper:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(214, 125, 78, 0.65); }
.btn-ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(243, 234, 220, 0.04);
}
.btn-ghost:hover { background: rgba(243, 234, 220, 0.1); }
.btn-wa {
  background: var(--wa);
  color: #fff;
}
.btn-wa:hover { background: var(--wa-2); transform: translateY(-2px); }
.btn-dark {
  background: var(--paper-ink);
  color: var(--paper);
}
.btn-dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-sm { padding: 9px 18px; font-size: 0.88rem; }
.btn-lg { padding: 16px 36px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-head {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 60;
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease);
  background: linear-gradient(to bottom, rgba(19, 17, 16, 0.92), rgba(19, 17, 16, 0));
}
.site-head.scrolled {
  background: rgba(19, 17, 16, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.head-in {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-block: 12px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 10px; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.25; }
.brand-txt strong { font-size: 1.15rem; font-weight: 800; letter-spacing: 0.02em; }
.brand-txt small { color: var(--muted); font-size: 0.78rem; }
.head-nav { display: flex; gap: 26px; margin-inline-start: auto; font-size: 0.95rem; }
.head-nav a { color: var(--ink-soft); transition: color 0.2s; }
.head-nav a:hover { color: var(--copper); }
.head-cta { display: flex; align-items: center; gap: 16px; margin-inline-start: auto; }
.head-nav + .head-cta { margin-inline-start: 0; }
.head-phone { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.head-phone svg { color: var(--copper); width: 1.5em; height: 1.5em; }
.head-phone span { display: flex; flex-direction: column; line-height: 1.3; text-align: start; }
.head-phone small { color: var(--muted); font-size: 0.72rem; }
.head-phone b { font-size: 0.95rem; letter-spacing: 0.03em; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(120px, 16vh, 170px) 0 clamp(70px, 9vh, 110px);
  overflow: hidden;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg-img {
  position: absolute;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: var(--shadow);
  opacity: 0.85;
}
.hb-1 { width: 44%; top: 4%; inset-inline-end: -6%; aspect-ratio: 4 / 3; }
.hb-2 { width: 30%; top: 46%; inset-inline-end: 22%; aspect-ratio: 4 / 3.1; opacity: 0.6; }
.hb-3 { width: 26%; bottom: -8%; inset-inline-end: -3%; aspect-ratio: 4 / 3; opacity: 0.5; }
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, var(--bg) 4%, rgba(19, 17, 16, 0.45) 45%, rgba(19, 17, 16, 0.6) 100%),
    linear-gradient(to right, rgba(19, 17, 16, 0.3), rgba(19, 17, 16, 0.88) 78%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.eyebrow {
  direction: ltr;
  display: inline-block;
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: var(--copper);
  border: 1px solid var(--copper-soft);
  background: rgba(214, 125, 78, 0.08);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 18px;
}
.accent { color: var(--copper); }
.hero-sub {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  max-width: 56ch;
  margin-bottom: 26px;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.hero-chips li {
  border: 1px solid var(--line);
  background: rgba(243, 234, 220, 0.05);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.hero-chips li span { color: var(--muted); font-size: 0.78em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-form-card,
.final-form-card {
  background: var(--paper);
  color: var(--paper-ink);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: var(--shadow);
}
.hero-form-card h2,
.final-form-card h2 { font-size: 1.35rem; font-weight: 800; margin-bottom: 6px; }
.hero-form-card > p,
.final-form-card > p { color: var(--paper-muted); font-size: 0.92rem; margin-bottom: 20px; }

.form-err {
  background: #fdeaea;
  color: #a83226;
  border: 1px solid #f0c8c2;
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 0.88rem;
  margin-bottom: 16px;
}

/* ---------- Lead form ---------- */
.lead-form { display: grid; gap: 14px; }
.hp {
  position: absolute !important;
  inset-inline-start: -9999px !important;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
.fld { display: grid; gap: 6px; }
.fld label { font-size: 0.85rem; font-weight: 700; color: var(--paper-ink); }
.fld input {
  font-family: inherit;
  font-size: 1rem;
  padding: 13px 16px;
  border: 1.5px solid #d9cfba;
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--paper-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.fld input:focus {
  outline: none;
  border-color: var(--copper);
  box-shadow: 0 0 0 3px var(--copper-soft);
}
.form-note { font-size: 0.78rem; color: var(--paper-muted); text-align: center; }

/* ---------- Trust strip ---------- */
.trust {
  border-block: 1px solid var(--line);
  background: var(--bg-2);
  padding: clamp(28px, 4vw, 44px) 0;
}
.trust-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 4vw, 56px);
}
.trust-lead { font-size: 1.02rem; color: var(--ink-soft); max-width: 30ch; }
.trust-lead b { color: var(--copper); }
.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: clamp(22px, 4vw, 60px);
  margin-inline-start: auto;
}
.trust-stats li { display: grid; gap: 2px; text-align: center; }
.trust-stats b { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; color: var(--ink); }
.trust-stats span { font-size: 0.82rem; color: var(--muted); }

/* ---------- Sections ---------- */
.sec { padding: clamp(64px, 9vw, 110px) 0; }
.sec-head { max-width: 640px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.kicker {
  direction: ltr;
  text-align: start;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin-bottom: 10px;
}
.sec-head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 14px;
}
.sec-sub { color: var(--ink-soft); font-size: 1.02rem; }
.sec-cta { display: flex; justify-content: center; margin-top: clamp(36px, 5vw, 56px); }

/* ---------- Projects (light paper band) ---------- */
.sec-projects {
  background: var(--paper);
  color: var(--paper-ink);
}
.sec-projects .sec-sub { color: var(--paper-muted); }
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 30px);
}
.proj {
  background: #fff;
  border: 1px solid #e5dcc8;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.proj:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -24px rgba(29, 24, 18, 0.35); }
.proj-media { position: relative; aspect-ratio: 4 / 2.9; overflow: hidden; }
.proj-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.proj:hover .proj-media img { transform: scale(1.05); }
.proj-area {
  position: absolute;
  bottom: 12px;
  inset-inline-start: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(19, 17, 16, 0.82);
  color: var(--ink);
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.proj-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.proj-head h3 { font-size: 1.3rem; font-weight: 800; color: var(--paper-ink); text-align: center; }
.proj-en {
  direction: ltr;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--copper-2);
  font-weight: 700;
}
.proj-blurb { font-size: 0.92rem; color: var(--paper-muted); }
.proj-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  border-block: 1px solid #eee5d2;
  padding-block: 14px;
}
.proj-facts li { display: grid; gap: 1px; }
.f-label { font-size: 0.72rem; color: var(--paper-muted); }
.proj-facts strong { font-size: 0.9rem; font-weight: 700; color: var(--paper-ink); }
.proj-phases { display: grid; gap: 8px; }
.phase {
  background: var(--paper-2);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
}
.phase-name { font-weight: 800; font-size: 0.92rem; color: var(--paper-ink); }
.phase-name span { font-weight: 700; font-size: 0.78rem; color: var(--copper-2); }
.phase-meta { font-size: 0.8rem; color: var(--paper-muted); }
.proj-cta { display: flex; gap: 10px; margin-top: auto; }
.proj-cta .btn { flex: 1; padding: 11px 14px; font-size: 0.88rem; }

/* ---------- Payment (photo band, copper overlay) ---------- */
.pay {
  background:
    linear-gradient(155deg, rgba(60, 32, 16, 0.86) 0%, rgba(143, 74, 36, 0.82) 70%, rgba(80, 40, 20, 0.88) 100%),
    url('/assets/img/projects/telal-north-coast/cover.webp') center / cover no-repeat;
  color: #fff;
}
.pay .kicker { color: rgba(255, 255, 255, 0.85); }
.pay .accent { color: #ffe9d6; }
.pay .sec-sub { color: rgba(255, 255, 255, 0.88); }
.pay-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
}
.pay-cards li {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 34px);
  text-align: center;
  display: grid;
  gap: 4px;
  backdrop-filter: blur(6px);
}
.pay-cards b { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.2; }
.pay-cards span { font-size: 0.95rem; opacity: 0.92; }

/* ---------- About ---------- */
.about { background: var(--bg-2); border-block: 1px solid var(--line); }
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.about-copy h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800; margin-bottom: 16px; }
.about-copy > p { color: var(--ink-soft); margin-bottom: 22px; }
.about-copy > p b { color: var(--ink); }
.about-points { display: grid; gap: 12px; margin-bottom: 28px; }
.about-points li { display: flex; align-items: center; gap: 12px; color: var(--ink-soft); }
.about-points svg { color: var(--copper); }
.about-copy .sec-cta { justify-content: flex-start; margin-top: 0; }
.about-side { display: grid; gap: 28px; justify-items: center; }
.about-logo {
  width: clamp(140px, 16vw, 200px);
  height: auto;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.about-timeline { display: grid; gap: 16px; width: 100%; }
.about-timeline li {
  display: flex;
  gap: 16px;
  align-items: baseline;
  border: 1px solid var(--line);
  background: rgba(243, 234, 220, 0.04);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
}
.about-timeline b { color: var(--copper); font-size: 1.05rem; flex: none; min-width: 52px; text-align: center; }
.about-timeline p { font-size: 0.92rem; color: var(--ink-soft); }

/* ---------- FAQ (photo band, light overlay) ---------- */
.faq {
  background:
    linear-gradient(rgba(250, 248, 244, 0.9), rgba(250, 248, 244, 0.95)),
    url('/assets/img/projects/ivoire-east/cover.webp') center / cover no-repeat;
  color: var(--paper-ink);
}
.faq-list { display: grid; gap: 12px; max-width: 780px; }
.faq details {
  background: #fff;
  border: 1px solid #e5dcc8;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  transition: color 0.2s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--copper-2);
  transition: transform 0.3s var(--ease);
  flex: none;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--copper-2); }
.faq-a { padding: 0 22px 20px; color: var(--paper-muted); font-size: 0.95rem; }

/* ---------- Final CTA ---------- */
.final { background: var(--bg); }
.final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.final-copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; margin-bottom: 16px; }
.final-copy > p { color: var(--ink-soft); margin-bottom: 28px; }
.final-channels { display: grid; gap: 14px; }
.channel {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  background: rgba(243, 234, 220, 0.04);
  border-radius: var(--radius);
  padding: 16px 20px;
  transition: border-color 0.25s, background 0.25s, transform 0.35s var(--ease);
}
.channel:hover { border-color: var(--copper); background: var(--copper-soft); transform: translateY(-2px); }
.channel svg { width: 1.7em; height: 1.7em; color: var(--copper); }
.channel-wa svg { color: var(--wa); }
.channel span { display: flex; flex-direction: column; line-height: 1.35; }
.channel small { color: var(--muted); font-size: 0.78rem; }
.channel b { font-size: 1.1rem; letter-spacing: 0.03em; }

/* ---------- Footer ---------- */
.site-foot {
  border-top: 1px solid var(--line);
  background: #0e0c0a;
  padding-top: clamp(44px, 6vw, 70px);
}
.foot-in {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(32px, 4vw, 48px);
}
.foot-brand img { width: 52px; height: 52px; border-radius: 12px; margin-bottom: 14px; }
.foot-brand p { color: var(--muted); font-size: 0.9rem; max-width: 34ch; }
.foot-nav { display: grid; gap: 8px; align-content: start; }
.foot-nav a { color: var(--ink-soft); font-size: 0.92rem; transition: color 0.2s; }
.foot-nav a:hover { color: var(--copper); }
.foot-nav a span { color: var(--muted); font-size: 0.8em; }
.foot-label { color: var(--muted); font-size: 0.8rem; margin-bottom: 4px; }
.foot-contact > a { font-size: 1.3rem; font-weight: 800; color: var(--copper); display: inline-block; margin-bottom: 14px; }
.foot-note { color: var(--muted); font-size: 0.78rem; line-height: 1.8; }
.foot-copy {
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  padding: 18px 20px calc(18px + 74px);
}

/* ---------- Sticky mobile bar ---------- */
.sticky-bar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 70;
  display: none;
  grid-template-columns: 1fr 1fr 1.4fr;
  background: rgba(14, 12, 10, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  gap: 8px;
}
.sticky-bar a,
.sticky-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 6px;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink);
  background: rgba(243, 234, 220, 0.07);
}
.sticky-bar a[data-track="whatsapp"] { background: var(--wa); color: #fff; }
.sticky-bar button { background: linear-gradient(160deg, var(--copper), var(--copper-2)); color: #fff; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 7, 0.75);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}
.modal-panel {
  position: relative;
  width: min(460px, 100%);
  background: var(--paper);
  color: var(--paper-ink);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow);
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition: transform 0.4s var(--ease), opacity 0.35s var(--ease);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
}
.modal.open .modal-backdrop { opacity: 1; }
.modal.open .modal-panel { transform: none; opacity: 1; }
.modal-panel h2 { font-size: 1.3rem; font-weight: 800; margin-bottom: 4px; }
.modal-sub { color: var(--paper-muted); font-size: 0.9rem; margin-bottom: 16px; }
.modal-project {
  background: var(--copper-soft);
  color: var(--copper-2);
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 14px;
  margin-bottom: 14px;
}
.modal-x {
  position: absolute;
  top: 12px;
  inset-inline-end: 14px;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--paper-muted);
  padding: 4px 8px;
  transition: color 0.2s;
}
.modal-x:hover { color: var(--paper-ink); }
body.modal-open { overflow: hidden; }

/* ---------- Thank-you ---------- */
.thanks-body { display: grid; min-height: 100svh; }
.thanks { display: grid; place-items: center; padding: 40px 20px; }
.thanks-card {
  max-width: 560px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 18px;
}
.thanks-card > img { width: 72px; height: 72px; border-radius: 16px; }
.thanks-check {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--copper-soft);
  color: var(--copper);
}
.thanks-check svg { width: 38px; height: 38px; }
.thanks-card h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 800; }
.thanks-card > p { color: var(--ink-soft); }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .proj-grid { grid-template-columns: repeat(2, 1fr); }
  .head-nav { display: none; }
}
@media (max-width: 900px) {
  .hero-grid, .about-grid, .final-grid { grid-template-columns: 1fr; }
  .hero-form-card { max-width: 520px; }
  .hb-2 { display: none; }
  .hb-1 { width: 70%; top: 2%; }
  .hb-3 { width: 46%; }
  .foot-in { grid-template-columns: 1fr 1fr; }
  .trust-stats { margin-inline-start: 0; width: 100%; }
}
@media (max-width: 768px) {
  body { font-size: 15px; }
  .sticky-bar { display: grid; }
  main { padding-bottom: 0; }
  .head-phone small { display: none; }
  .head-phone b { font-size: 0.85rem; }
  .head-cta .btn { display: none; }
  .pay-cards { grid-template-columns: 1fr; }
  .proj-grid { grid-template-columns: 1fr; }
  .modal { padding: 0; place-items: end center; }
  .modal-panel {
    border-radius: 22px 22px 0 0;
    width: 100%;
    max-height: 88svh;
    padding: 26px 22px calc(26px + env(safe-area-inset-bottom));
    transform: translateY(60px);
  }
  .modal.open .modal-panel { transform: none; }
}
@media (max-width: 560px) {
  .foot-in { grid-template-columns: 1fr; }
  .trust-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .hero { padding-top: 108px; }
  .hero-chips li { font-size: 0.78rem; }
  .proj-facts { grid-template-columns: 1fr; }
  .thanks-actions .btn { width: 100%; }
}

/* ---------- Special offer (header + hero) ---------- */
.head-offer {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--copper) 0%, #a85a2c 100%);
  color: #fff; border: 0; cursor: pointer;
  padding: 8px 18px; border-radius: 999px;
  font-family: inherit; text-align: start;
  box-shadow: 0 6px 22px rgba(143, 74, 36, 0.45);
  animation: offerPulse 2.6s ease-in-out infinite;
}
.head-offer small { display: block; font-size: 0.62rem; opacity: 0.85; font-weight: 600; }
.head-offer b { display: block; font-size: 0.92rem; font-weight: 800; white-space: nowrap; }
@keyframes offerPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.045); } }

.hero-offer {
  margin-top: 20px; cursor: pointer; font-family: inherit;
  display: inline-block; text-align: center;
  background: linear-gradient(135deg, rgba(214, 124, 62, 0.22), rgba(214, 124, 62, 0.1));
  border: 1.5px solid rgba(233, 169, 120, 0.65);
  color: #ffe9d6; padding: 13px 26px; border-radius: 14px;
  font-size: clamp(0.98rem, 2.2vw, 1.15rem);
  backdrop-filter: blur(6px);
  transition: background 0.25s, transform 0.25s;
}
.hero-offer strong { color: #ffc890; font-weight: 800; }
.hero-offer b { color: #ffd9b0; }
.hero-offer:hover { background: rgba(214, 124, 62, 0.32); transform: translateY(-2px); }

.foot-ree {
  display: inline-block; margin-top: 12px;
  color: var(--copper-2, #d67c3e); font-weight: 700; font-size: 0.95rem;
  text-decoration: none; border-bottom: 1.5px dashed currentColor; padding-bottom: 2px;
}
.foot-ree:hover { color: #ffc890; }
