@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,500&display=swap");

:root {
  --night: #030b12;
  --navy: #071722;
  --ivory: #f4f0e8;
  --ivory-2: #e9e2d7;
  --ink: #121a21;
  --muted: #8f9ca6;
  --gold: #c89442;
  --gold-light: #e8c77f;
  --line: rgba(200, 148, 66, 0.34);
  --max: 1220px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #f8f5ef; background: var(--night); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; min-height: 80px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 2rem; padding: 0 clamp(1rem, 4vw, 4rem); background: rgba(3,11,18,0.85); border-bottom: 1px solid rgba(232,199,127,0.13); backdrop-filter: blur(18px); }
.site-header.is-scrolled { background: rgba(3,11,18,0.97); }
.brand { width: 100px; height: 76px; display: grid; place-items: center start; }
.logo-seal {
  width: 78px;
  height: 74px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(232,199,127,0.42);
  border-radius: 18px;
  background: #03101c;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35), inset 0 0 18px rgba(200,148,66,0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.logo-seal img {
  width: 70px;
  height: 67px;
  object-fit: contain;
  transform: translate(1px, 0);
}
.brand:hover .logo-seal {
  transform: translateY(-1px);
  border-color: rgba(232,199,127,0.7);
  box-shadow: 0 10px 30px rgba(0,0,0,0.42), 0 0 18px rgba(200,148,66,0.08);
}
.main-nav { justify-self: center; min-width: 390px; display: flex; justify-content: center; gap: 2rem; color: rgba(255,255,255,0.72); font-size: 0.84rem; }
.main-nav a:hover { color: var(--gold-light); }
.header-actions { width: 370px; display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.language-switch { display: flex; align-items: center; padding: 0.25rem; border: 1px solid rgba(255,255,255,0.16); border-radius: 3px; }
.language-switch a { min-width: 54px; display: flex; align-items: center; justify-content: center; gap: 0.35rem; padding: 0.35rem 0.45rem; color: #7f8d97; font-size: 0.68rem; font-weight: 700; text-align: center; }
.language-switch img { width: 18px; height: 12px; flex: 0 0 18px; object-fit: cover; border: 1px solid rgba(255,255,255,0.22); border-radius: 2px; }
.language-switch a[aria-current="page"] { color: #171006; background: var(--gold-light); }
.header-cta, .btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.35rem; border: 1px solid var(--line); border-radius: 3px; font-size: 0.86rem; font-weight: 700; transition: transform 180ms ease, border-color 180ms ease; }
.header-cta { width: 270px; justify-content: flex-start; gap: 0.65rem; padding: 0.45rem 0.75rem; overflow: hidden; border-color: rgba(232,199,127,0.46); border-radius: 14px; background: linear-gradient(115deg,rgba(200,148,66,0.18),rgba(7,23,34,0.86)); box-shadow: 0 10px 30px rgba(0,0,0,0.24), inset 0 0 18px rgba(232,199,127,0.04); }
.header-cta > span:last-child { flex: 1; text-align: center; }
.header-cta-icon { width: 31px; height: 31px; display: grid; flex: 0 0 31px; place-items: center; border-radius: 9px; background: linear-gradient(135deg,#efd18f,#c38a34); }
.header-cta-icon img { width: 17px; height: 17px; }
.header-cta:hover, .btn:hover { transform: translateY(-2px); border-color: var(--gold-light); }
.menu-toggle { display: none; }

.hero { min-height: 100svh; padding: 9.5rem clamp(1rem,4vw,4rem) 4rem; overflow: hidden; background: linear-gradient(125deg, #030b12, #071b29 65%, #0a2230); }
.hero-inner { max-width: var(--max); min-height: calc(100svh - 13.5rem); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,0.72fr); gap: clamp(3rem,7vw,7rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: 0.7rem; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.hero-kicker-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem 0.9rem; margin: 0 0 1rem; }
.hero-kicker-row .eyebrow { margin: 0; }
.hero-since { display: inline-flex; min-height: 27px; align-items: center; padding: 0.32rem 0.7rem; color: var(--gold-light); border: 1px solid rgba(232,199,127,0.5); border-radius: 999px; background: rgba(232,199,127,0.08); font-size: 0.61rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.05; letter-spacing: 0; }
h1 { max-width: 760px; font-size: clamp(3.15rem,5.2vw,5.7rem); }
h2 { font-size: clamp(2.4rem,4.3vw,4.5rem); }
h1 em { display: block; color: var(--gold-light); font-weight: 500; }
h3 { margin: 0; font-family: var(--serif); font-size: 1.6rem; line-height: 1.2; }
.lead { max-width: 650px; margin: 1.5rem 0 0; color: rgba(255,255,255,0.73); font-size: clamp(1.05rem,1.6vw,1.25rem); }
.hero-copy h1 { min-height: 3.15em; }
.hero-copy .lead { min-height: 3.2em; }
.client-first-statement { max-width: 650px; margin: 1.2rem 0 0; padding: 0.15rem 0 0.15rem 1rem; color: #d6dde2; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 0.98rem; line-height: 1.55; }
.client-first-statement strong { display: block; margin-bottom: 0.15rem; color: #fff; font-size: 1.08rem; font-weight: 600; }
.client-first-statement span { display: block; }
.hero-actions { width: min(100%,680px); min-height: 58px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 0.8rem; margin-top: 2.1rem; }
.btn-gold { color: #1c1308; border-color: transparent; background: linear-gradient(105deg,#efd18f,#c38a34); box-shadow: 0 15px 45px rgba(181,126,40,0.2); }
.hero-cta-button { min-height: 58px; justify-content: flex-start; gap: 0.7rem; padding: 0.55rem 0.8rem; border-radius: 14px; font-size: 0.78rem; line-height: 1.25; text-align: left; }
.hero-cta-button > span:last-child { flex: 1; text-align: center; }
.btn-whatsapp { color: #fff; border-color: rgba(232,199,127,0.42); background: rgba(8,27,40,0.82); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }
.btn-whatsapp:hover { background: #0b2230; }
.hero-cta-icon { width: 31px; height: 31px; display: grid; flex: 0 0 31px; place-items: center; border-radius: 9px; background: rgba(255,255,255,0.3); }
.btn-whatsapp .hero-cta-icon { background: linear-gradient(135deg,#efd18f,#c38a34); }
.hero-cta-icon img { width: 17px; height: 17px; }
.reassurance { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2.2rem; }
.reassurance span { padding: 0.5rem 0.75rem; color: #dfe5e9; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; font-size: 0.76rem; }
.microcopy { max-width: 610px; margin: 0.9rem 0 0; color: #7f8e98; font-size: 0.76rem; }
.hero-video-stage { position: relative; width: 100%; height: min(68vh,680px); min-height: 550px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--night); box-shadow: 0 35px 90px rgba(0,0,0,0.52); }
.hero-visual { position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; color: inherit; border: 0; border-radius: 0; background: var(--night); cursor: pointer; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(3,11,18,0.94),transparent 42%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 450ms ease, opacity 450ms ease; }
.hero-video-preview:hover > img { opacity: 0.92; transform: scale(1.015); }
.hero-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 74px; height: 74px; place-items: center; color: #15100a; border: 1px solid #f3d798; border-radius: 50%; background: linear-gradient(135deg,#f0d395,#bd8330); box-shadow: 0 18px 45px rgba(0,0,0,0.38); transform: translate(-50%,-50%); transition: transform 180ms ease; }
.hero-play::before { content: ""; width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #15100a; }
.hero-video-preview:hover .hero-play { transform: translate(-50%,-50%) scale(1.06); }
.hero-video-caption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); text-align: left; }
.hero-video-caption strong { color: var(--gold-light); font-size: 0.72rem; letter-spacing: 0; text-transform: uppercase; }
.hero-video-caption span { color: #e0e5e8; font-size: 0.78rem; }
.hero-inline-video { width: 100%; height: 100%; display: grid; grid-template-rows: auto minmax(0,1fr) auto; overflow: hidden; color: #fff; background: #02080d; }
.hero-inline-video[hidden] { display: none; }
.branded-video-header { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem 0.9rem; border-bottom: 1px solid var(--line); background: var(--navy); }
.branded-video-header > a { display: flex; align-items: center; gap: 0.65rem; }
.branded-video-header img { width: 23px; height: 23px; }
.branded-video-header span { display: grid; gap: 0.05rem; text-align: left; }
.branded-video-header strong { color: #fff; font-size: 0.78rem; }
.branded-video-header small { color: var(--gold-light); font-size: 0.54rem; letter-spacing: 0; }
.branded-video-header .video-brand-mark { width: 51px; height: 48px; display: grid; flex: 0 0 51px; place-items: center; overflow: hidden; border: 1px solid rgba(232,199,127,0.42); border-radius: 13px; background: #03101c; box-shadow: inset 0 0 12px rgba(200,148,66,0.06); }
.branded-video-header .video-brand-mark img { width: 46px; height: 44px; object-fit: contain; }
.balo-video { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #000; }
.branded-video-footer { min-height: 58px; display: grid; grid-template-columns: 1fr; align-items: stretch; border-top: 1px solid var(--line); background: var(--navy); }
.branded-video-footer > a { display: flex; align-items: center; justify-content: center; padding: 0.7rem; font-size: 0.66rem; font-weight: 800; text-align: center; }
.hero-inline-cta { color: #1c1308; background: linear-gradient(105deg,#efd18f,#c38a34); }

.trust-band { display: grid; grid-template-columns: repeat(4,1fr); color: var(--ink); background: var(--ivory); border-bottom: 1px solid rgba(18,26,33,0.12); }
.trust-band div { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1.4rem; border-right: 1px solid rgba(18,26,33,0.12); }
.trust-band div:last-child { border-right: 0; }
.trust-band strong { color: var(--gold); font-family: var(--serif); font-size: 1.65rem; }
.trust-band span { max-width: 170px; color: #5d6870; font-size: 0.78rem; }

.developer-band { padding: 2.2rem clamp(1rem,4vw,4rem); color: var(--ink); background: #ebe5da; border-bottom: 1px solid rgba(18,26,33,0.12); text-align: center; }
.developer-band > p { margin: 0 0 1.4rem; color: #5b666e; font-size: 0.7rem; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.developer-band > small { display: block; margin-top: 1rem; color: #7a848b; font-size: 0.65rem; }
.developer-marks { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid rgba(18,26,33,0.13); border-bottom: 1px solid rgba(18,26,33,0.13); }
.developer-marks > span { min-width: 0; min-height: 92px; display: flex; align-items: center; justify-content: center; padding: 1rem; border-right: 1px solid rgba(18,26,33,0.12); }
.developer-marks > span:last-child { border-right: 0; }
.developer-logo img { display: block; width: auto; max-width: 100%; max-height: 42px; object-fit: contain; filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(1454%) hue-rotate(158deg) brightness(87%) contrast(104%); opacity: 0.82; }
.developer-logo--emaar img { max-height: 64px; }
.developer-logo--nakheel img { max-width: 132px; }
.developer-logo--meraas img { max-width: 130px; }
.developer-logo--sobha img { max-height: 54px; }
.developer-logo--omniyat img { max-width: 126px; }
.developer-logo--beyond img { max-width: 130px; }

.section { padding: clamp(5.5rem,8vw,8rem) clamp(1rem,4vw,4rem); }
.section-inner { max-width: var(--max); margin: 0 auto; }
.simple-process, .founder { color: var(--ink); background: var(--ivory); }
.value-section, .faq { background: var(--navy); }
.contact { background: var(--night); }
.section-heading { max-width: 760px; margin-bottom: 3.2rem; }
.simple-process .section-heading { min-height: 184px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(18,26,33,0.16); border-bottom: 1px solid rgba(18,26,33,0.16); }
.steps article { min-height: 270px; padding: 2rem; border-right: 1px solid rgba(18,26,33,0.16); }
.steps article:first-child { padding-left: 0; }
.steps article:last-child { border-right: 0; }
.steps span, .value-list span { color: var(--gold); font-size: 0.72rem; font-weight: 700; }
.steps h3 { margin-top: 4rem; }
.steps h3 { min-height: 2.4em; }
.steps p { min-height: 4.8em; color: #606b73; }
.soft-cta { margin-top: 2rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.5rem; background: #e7dfd2; }
.soft-cta p { margin: 0; color: #4d5961; }
.btn-dark { color: #fff; background: var(--night); border-color: var(--night); white-space: nowrap; }

.decision-proof { color: #fff; background: linear-gradient(135deg,#081b28,#020b12); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.decision-proof-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.decision-proof-grid h2 { max-width: 610px; }
.decision-proof-grid h2 { min-height: 2.2em; }
.decision-proof-grid > div:last-child { padding: 2rem 0 2rem 2rem; border-left: 1px solid var(--line); }
.decision-proof-grid p { color: var(--muted); font-size: 1.07rem; }
.decision-proof-grid strong { display: block; margin-top: 1.5rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }

.value-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.value-copy > p:last-child { max-width: 580px; color: var(--muted); font-size: 1.05rem; }
.value-copy h2 { min-height: 3.15em; }
.value-list { border-top: 1px solid rgba(255,255,255,0.14); }
.value-list div { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.value-list div { min-height: 104px; }
.value-list p { margin: 0; color: #d2d9de; font-family: var(--serif); font-size: 1.35rem; }

.founder { background: var(--ivory-2); }
.founder-grid { display: grid; grid-template-columns: minmax(330px,0.75fr) 1.25fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.founder-grid { align-items: stretch; }
.founder-media { align-self: start; width: 100%; }
.founder-photo { position: relative; align-self: start; width: 100%; min-height: 0; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; background: transparent; line-height: 0; }
.founder-photo img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; margin: 0; object-fit: cover; object-position: center; backface-visibility: hidden; }
.founder-reel-link { display: flex; min-height: 76px; align-items: center; gap: 0.9rem; margin-top: 1rem; padding: 0.9rem 1rem; color: #fff; background: var(--night); border: 1px solid rgba(200,148,66,0.34); transition: border-color 180ms ease, transform 180ms ease; }
.founder-reel-link:hover { border-color: var(--gold); transform: translateY(-2px); }
.founder-reel-link > img { width: 24px; height: 24px; flex: 0 0 24px; }
.founder-reel-link span { display: grid; gap: 0.1rem; }
.founder-reel-link small { color: #98a5ae; font-size: 0.65rem; }
.founder-reel-link strong { color: var(--gold-light); font-size: 0.8rem; }
.founder-copy { display: flex; flex-direction: column; justify-content: center; }
.founder-copy > p:not(.eyebrow) { max-width: 650px; color: #59656d; font-size: 1.04rem; }
blockquote { margin: 2rem 0 0; padding: 1.4rem 0 0; color: var(--ink); border-top: 1px solid rgba(18,26,33,0.15); font-family: var(--serif); font-size: 1.45rem; }
.story-timeline { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 4rem; border-top: 1px solid rgba(18,26,33,0.17); border-bottom: 1px solid rgba(18,26,33,0.17); }
.story-timeline article { min-height: 210px; padding: 1.4rem; border-right: 1px solid rgba(18,26,33,0.14); }
.story-timeline article:first-child { padding-left: 0; }
.story-timeline article:last-child { border-right: 0; }
.story-timeline span { color: var(--gold); font-size: 0.68rem; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.story-timeline strong { display: block; margin-top: 2.8rem; font-family: var(--serif); font-size: 1.25rem; }
.story-timeline p { color: #657078; font-size: 0.78rem; }

.faq-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(3rem,8vw,8rem); }
.questions { border-top: 1px solid rgba(255,255,255,0.15); }
details { border-bottom: 1px solid rgba(255,255,255,0.15); }
summary { position: relative; padding: 1.35rem 2.5rem 1.35rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.25rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; color: var(--gold); }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 1.4rem; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.contact-copy { position: sticky; top: 7rem; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.contact-copy h2 { min-height: 3.15em; }
.contact-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.contact-copy li { padding: 0.7rem 0 0.7rem 1.5rem; color: #d5dce1; border-bottom: 1px solid rgba(255,255,255,0.1); }
.contact-copy li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 0.9rem 0 -1.45rem; border: 1px solid var(--gold); transform: rotate(45deg); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(1.3rem,3vw,2.5rem); border: 1px solid var(--line); background: #071722; }
.form-heading { grid-column: 1/-1; padding-bottom: 1.3rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.form-heading small { display: block; color: var(--gold); font-size: 0.68rem; letter-spacing: 0; text-transform: uppercase; }
.form-heading strong { display: block; margin-top: 0.35rem; font-family: var(--serif); font-size: 1.85rem; }
.lead-form label { display: grid; gap: 0.45rem; color: #d4dbe0; font-size: 0.76rem; font-weight: 700; }
.lead-form label span { color: #72808a; font-weight: 400; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 0 0.85rem; color: #fff; border: 1px solid rgba(255,255,255,0.16); border-radius: 2px; outline: none; background: rgba(255,255,255,0.035); resize: vertical; }
.lead-form input, .lead-form select { min-height: 51px; }
.lead-form textarea { padding-top: 0.8rem; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--gold); }
.lead-form select option { color: #111; }
.full-field, .lead-form button, .form-note { grid-column: 1/-1; }
.lead-form button { margin-top: 0.3rem; cursor: pointer; }
.form-note { color: #74828c; font-size: 0.65rem; font-weight: 400; text-align: center; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { grid-column: 1/-1; min-height: 1.2rem; margin: 0; color: var(--gold-light); font-size: 0.72rem; text-align: center; }
.form-status a { color: #fff; border-bottom: 1px solid var(--gold-light); font-weight: 700; }
.lead-form.is-submitting button { cursor: wait; opacity: 0.72; }

.business-card-showcase { padding: 5rem clamp(1rem,4vw,4rem); color: #fff; background: #06131d; border-top: 1px solid rgba(255,255,255,0.09); }
.business-card-showcase-inner { display: grid; grid-template-columns: minmax(260px,0.7fr) minmax(320px,1.3fr); align-items: center; gap: clamp(2.5rem,7vw,7rem); max-width: 1120px; margin: 0 auto; }
.business-card-showcase h2 { min-height: 0; font-size: clamp(2.25rem,4vw,4rem); }
.business-card-showcase p:last-child { max-width: 400px; margin: 1.1rem 0 0; color: #98a4ac; }
.business-card-showcase figure { width: min(100%,560px); margin: 0 auto; }
.business-card-showcase figure img { width: 100%; display: block; border-radius: 8px; box-shadow: 0 28px 70px rgba(0,0,0,0.42); }

.site-footer { display: grid; grid-template-columns: minmax(220px,1fr) minmax(340px,1.25fr) minmax(190px,0.65fr); align-items: start; gap: clamp(2.5rem,6vw,6rem); padding: 3.25rem clamp(1rem,5vw,5rem) 5.5rem; color: #89949c; background: #02070b; border-top: 1px solid rgba(255,255,255,0.09); font-size: 0.75rem; }
.footer-brand { display: flex; align-items: center; gap: 1.25rem; }
.footer-brand p { max-width: 190px; margin: 0; color: #aab2b8; font-family: Georgia,serif; font-size: 1rem; line-height: 1.45; }
.footer-seal {
  width: 96px;
  height: 94px;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.32), inset 0 0 18px rgba(200,148,66,0.05);
}
.footer-seal img { width: 87px; height: 84px; }
.footer-column { display: grid; align-content: start; gap: 0.75rem; }
.footer-kicker { margin-bottom: 0.35rem; color: var(--gold-light); font-size: 0.62rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.footer-contacts { grid-template-columns: 1fr; gap: 0; }
.footer-contacts > .footer-kicker { grid-column: 1/-1; }
.footer-number { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto; align-items: center; gap: 0.22rem 0.8rem; padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-number:last-child { border-bottom: 0; }
.footer-number > span { color: #697780; font-size: 0.58rem; font-weight: 700; text-transform: uppercase; }
.footer-phone-number { width: fit-content; color: #e8ecef; font-size: 0.72rem; font-weight: 600; line-height: 1.45; text-decoration: underline; text-decoration-color: rgba(233,196,119,0.35); text-decoration-thickness: 1px; text-underline-offset: 3px; white-space: nowrap; }
.footer-phone-number:hover { color: var(--gold-light); text-decoration-color: currentColor; }
.footer-number > .footer-icon-action, .footer-number-actions { grid-column: 2; grid-row: 1/3; }
.footer-number-actions { display: flex; gap: 0.4rem; }
.footer-icon-action { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(233,196,119,0.22); border-radius: 8px; background: rgba(233,196,119,0.04); }
.footer-icon-action img { width: 16px; height: 16px; }
.footer-icon-action:hover { border-color: rgba(233,196,119,0.58); background: rgba(233,196,119,0.09); }
.footer-meta > a { width: fit-content; color: #e8ecef; font-weight: 600; }
.footer-instagram { display: flex; align-items: center; gap: 0.5rem; }
.footer-instagram img { width: 18px; height: 18px; }
.footer-language { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.2rem; }
.footer-language a { min-height: 31px; padding: 0 0.65rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; }
.footer-language a { display: flex; align-items: center; gap: 0.35rem; }
.footer-language img { width: 18px; height: 12px; object-fit: cover; border: 1px solid rgba(255,255,255,0.18); border-radius: 2px; }
.footer-language a[aria-current="page"] { color: var(--gold-light); border-color: rgba(215,173,91,0.42); background: rgba(215,173,91,0.06); }
.footer-copyright { margin-top: 1rem; color: #5f6b73; font-size: 0.65rem; }
.site-footer a:hover { color: var(--gold-light); }
.floating-socials { position: fixed; z-index: 60; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: 0.55rem; }
.floating-socials a { width: 132px; height: 49px; display: flex; align-items: center; justify-content: center; gap: 0.65rem; padding: 0 0.85rem; border: 1px solid rgba(255,255,255,0.18); border-radius: 17px; box-shadow: 0 15px 42px rgba(0,0,0,0.34); font-size: 0.78rem; font-weight: 800; transition: transform 180ms ease, border-color 180ms ease; }
.floating-socials img { width: 19px; height: 19px; flex: 0 0 19px; }
.floating-socials a:hover { transform: translateY(-2px); border-color: var(--gold-light); }
.floating-instagram { color: #fff; background: rgba(7,23,34,0.94); backdrop-filter: blur(14px); }
.floating-whatsapp { color: #1b1207; border-color: #efd28f !important; background: linear-gradient(105deg,#efd18f,#c38a34); }
.mobile-lead-bar { display: none; }

.legal-page { color: var(--ink); background: var(--ivory); }
.legal-hero { padding: 10rem clamp(1rem,4vw,4rem) 5rem; color: #fff; background: var(--night); border-bottom: 1px solid var(--line); }
.legal-hero-inner { max-width: 900px; margin: 0 auto; }
.legal-hero h1 { max-width: 850px; min-height: 0; font-size: clamp(3rem,5.5vw,5.5rem); }
.legal-hero p:last-child { max-width: 720px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.05rem; }
.legal-content { max-width: 900px; margin: 0 auto; padding: 5rem clamp(1rem,4vw,4rem) 7rem; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 4rem; }
.legal-nav a { padding: 0.65rem 0.85rem; border: 1px solid rgba(18,26,33,0.16); font-size: 0.75rem; font-weight: 700; }
.legal-section { padding: 3rem 0; border-top: 1px solid rgba(18,26,33,0.16); }
.legal-section:first-of-type { border-top: 0; }
.legal-section h2 { margin-bottom: 1.6rem; font-size: clamp(2rem,4vw,3.4rem); }
.legal-section h3 { margin: 2rem 0 0.7rem; font-size: 1.35rem; }
.legal-section p, .legal-section li { color: #59656d; }
.legal-section ul { padding-left: 1.2rem; }
.legal-section li { margin: 0.55rem 0; }
.legal-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 2rem 0; border-top: 1px solid rgba(18,26,33,0.14); border-bottom: 1px solid rgba(18,26,33,0.14); }
.legal-details div { min-height: 96px; padding: 1rem; border-right: 1px solid rgba(18,26,33,0.14); border-bottom: 1px solid rgba(18,26,33,0.14); }
.legal-details div:nth-child(even) { border-right: 0; }
.legal-details strong, .legal-details span { display: block; }
.legal-details strong { margin-bottom: 0.35rem; color: var(--gold); font-size: 0.68rem; text-transform: uppercase; }
.legal-details span { color: #3f4c54; }
.legal-pending { color: #7b6a50 !important; font-style: italic; }
.legal-note { padding: 1.2rem; color: #4d5961; background: #e8e0d4; border-left: 3px solid var(--gold); }
.legal-updated { margin-top: 3rem; color: #7a858d; font-size: 0.72rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 650ms ease, transform 650ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .js .reveal { opacity: 1; transform: none; transition: none; } }

@media (min-width: 1121px) {
  html { zoom: 1.15; }
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 120px 1fr auto; }
  .main-nav, .header-cta { display: none; }
  .header-actions { width: auto; justify-self: end; }
  .menu-toggle { justify-self: end; display: grid; place-content: center; gap: 6px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 3px; background: transparent; }
  .menu-toggle span { display: block; width: 21px; height: 1px; background: #fff; }
  .site-header.nav-open .main-nav { position: absolute; inset: 80px 0 auto; display: grid; gap: 0; padding: 0.7rem 1rem 1rem; background: var(--night); border-bottom: 1px solid var(--line); }
  .site-header.nav-open .main-nav a { padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 540px; min-height: 0; }
  .value-grid, .founder-grid, .faq-grid, .contact-grid, .decision-proof-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article { border-bottom: 1px solid rgba(18,26,33,0.13); }
  .decision-proof-grid > div:last-child { padding: 2rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .story-timeline { grid-template-columns: repeat(3,1fr); }
  .story-timeline article { border-bottom: 1px solid rgba(18,26,33,0.14); }
  .contact-copy { position: static; }
  .business-card-showcase-inner { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-contacts { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { min-height: 72px; padding: 0 1rem; }
  .brand { height: 68px; }
  .brand .logo-seal { width: 68px; height: 64px; border-radius: 15px; }
  .brand .logo-seal img { width: 61px; height: 58px; }
  .site-header.nav-open .main-nav { top: 72px; }
  .hero { min-height: auto; padding: 7rem 1rem 3rem; }
  .hero-inner { min-height: auto; gap: 2.5rem; }
  h1 { font-size: clamp(2.75rem,12vw,4.2rem); }
  h2 { font-size: clamp(2.2rem,10vw,3.4rem); }
  .hero-copy h1, .hero-copy .lead, .simple-process .section-heading, .steps h3, .steps p, .decision-proof-grid h2, .value-copy h2, .contact-copy h2 { min-height: 0; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-cta-button { width: 100%; }
  .reassurance { gap: 0.45rem; }
  .hero-video-stage { height: 470px; min-height: 0; }
  .hero-play { width: 64px; height: 64px; }
  .hero-video-caption { padding: 1rem; }
  .trust-band { grid-template-columns: repeat(2,1fr); }
  .trust-band div { min-height: 118px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 0.35rem; border-right: 1px solid rgba(18,26,33,0.12); border-bottom: 1px solid rgba(18,26,33,0.12); }
  .trust-band div:nth-child(even) { border-right: 0; }
  .trust-band strong { font-size: 1.35rem; }
  .developer-marks { grid-template-columns: repeat(2,1fr); }
  .developer-marks > span { min-height: 68px; border-bottom: 1px solid rgba(18,26,33,0.12); }
  .developer-marks > span:nth-child(even) { border-right: 0; }
  .section { padding: 5rem 1rem; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:first-child { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(18,26,33,0.13); }
  .steps h3 { margin-top: 2rem; }
  .soft-cta { align-items: stretch; flex-direction: column; }
  .story-timeline { grid-template-columns: 1fr; }
  .story-timeline article, .story-timeline article:first-child { min-height: auto; padding: 1.2rem 0; border-right: 0; }
  .story-timeline strong { margin-top: 1.2rem; }
  .lead-form { grid-template-columns: 1fr; padding: 1.15rem; }
  .lead-form label, .form-heading, .full-field, .lead-form button, .form-note { grid-column: 1; }
  .business-card-showcase { padding: 3.5rem 1rem; }
  .business-card-showcase figure { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 2.25rem; padding: 2.5rem 1.25rem 7rem; }
  .footer-brand { padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .footer-column { gap: 0.85rem; }
  .footer-contacts { grid-template-columns: 1fr; }
  .legal-details { grid-template-columns: 1fr; }
  .legal-details div { min-height: 0; border-right: 0; }
  .floating-socials { display: none; }
  .mobile-lead-bar { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 1px; padding: 0.55rem; background: rgba(3,11,18,0.96); border-top: 1px solid var(--line); backdrop-filter: blur(16px); }
  .mobile-lead-bar a { min-height: 48px; display: grid; place-items: center; padding: 0 0.8rem; color: #1b1207; border-radius: 2px; background: linear-gradient(105deg,#efd18f,#c38a34); font-size: 0.72rem; font-weight: 800; text-align: center; }
  .mobile-lead-bar .mobile-instagram { width: 48px; padding: 0; border: 1px solid rgba(255,255,255,0.16); background: #0a1a25; }
  .mobile-lead-bar .mobile-whatsapp { width: 48px; padding: 0; color: #1b1207; border: 1px solid #d5a64e; background: linear-gradient(105deg,#efd18f,#c38a34); }
  .mobile-lead-bar .mobile-instagram, .mobile-lead-bar .mobile-whatsapp { border-radius: 15px; }
  .mobile-lead-bar img { width: 18px; height: 18px; }
}
