/* Ctrl Z public profile. Same world as the posters: travertine stone, black, and bronze-gold. */
:root {
  --bg: #F4EFE7;
  --bg2: #EDE4D6;
  --card: #FBF8F3;
  --ink: #151210;
  --ink2: #51483F;
  --muted: #8A7F72;
  --line: rgba(21, 18, 16, .09);
  --line2: rgba(21, 18, 16, .16);
  --gold1: #E9CB92;
  --gold2: #B8865A;
  --gold3: #6E4A2E;
  --bronze: #8A5F36;
  --gold-soft: #F1E5D3;
  --ok: #2E9E5B;
  --wa: #1E9E4F;
  --gold-grad: linear-gradient(135deg, var(--gold1) 0%, var(--gold2) 55%, var(--gold3) 100%);
  --sh1: 0 1px 2px rgba(21, 18, 16, .05), 0 8px 24px -12px rgba(21, 18, 16, .18);
  --sh2: 0 2px 4px rgba(21, 18, 16, .05), 0 24px 48px -20px rgba(60, 40, 20, .32);
  --ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Tajawal", system-ui, sans-serif;
  color: var(--ink);
  background-color: var(--bg);
  /* fine stone grain over a soft light */
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 .42  0 0 0 0 .33  0 0 0 0 .22  0 0 0 .08 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"),
    radial-gradient(1200px 700px at 85% -10%, #FBF7F0 0%, transparent 60%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html[lang="en"] body { font-family: "Jost", "Tajawal", system-ui, sans-serif; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding-inline: 24px; }

.skip { position: absolute; top: -60px; inset-inline-start: 12px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold2); outline-offset: 3px; border-radius: 8px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; font-size: 16px; line-height: 1.2; padding: 12px 22px;
  cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .i { width: 20px; height: 20px; flex: none; fill: currentColor; }
.btn .i.arrow, .btn-line .i { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
html[dir="ltr"] .btn .i.arrow { transform: scaleX(-1); }
.btn-lg { padding: 16px 28px; font-size: 17px; }
.btn-sm { padding: 9px 16px; font-size: 14.5px; }
.btn-block { width: 100%; }
.btn-dark { background: var(--ink); color: #fff; box-shadow: 0 12px 26px -12px rgba(21, 18, 16, .7); }
.btn-dark:hover { background: #000; box-shadow: 0 18px 34px -14px rgba(21, 18, 16, .75); }
.btn-ghost { background: rgba(255, 255, 255, .6); border-color: var(--line2); color: var(--ink); }
.btn-ghost:hover { background: #fff; }
.btn-gold { background: var(--gold-grad); color: var(--ink); box-shadow: 0 14px 30px -14px rgba(217, 178, 122, .7); }
.btn-gold:hover { box-shadow: 0 20px 40px -14px rgba(217, 178, 122, .8); }
.btn-line { background: transparent; border-color: rgba(255, 255, 255, .2); color: #EADBC4; white-space: normal; }
.btn-line:hover { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .35); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 14px 30px -14px rgba(30, 158, 79, .8); }
.btn-wa:hover { background: #178A43; }

/* ---------- header ---------- */
.hdr { position: fixed; top: 0; inset-inline: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background-color .3s, border-color .3s, box-shadow .3s; }
.hdr.scrolled { background: rgba(244, 239, 231, .84); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); border-color: var(--line); }
.hdr-in { height: 74px; display: flex; align-items: center; gap: 24px; }
.logo { display: flex; align-items: center; gap: 8px; color: var(--ink); flex: none; }
.logo-em { width: 46px; height: auto; }
.wordmark { height: 30px; width: auto; direction: ltr; unicode-bidi: isolate; }
.nav { display: flex; gap: 4px; margin-inline-start: auto; }
.nav a { padding: 8px 14px; border-radius: 999px; color: var(--ink2); font-weight: 500; font-size: 15.5px; transition: background-color .2s, color .2s; }
.nav a:hover { background: rgba(21, 18, 16, .05); color: var(--ink); }
.hdr-end { display: flex; align-items: center; gap: 10px; }
.lang { height: 40px; min-width: 44px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line2); background: rgba(255, 255, 255, .5); font-weight: 700; font-size: 14px; cursor: pointer; transition: background-color .2s; }
.lang:hover { background: #fff; }
.lang:lang(en) { font-family: "Jost", sans-serif; letter-spacing: .06em; }
.lang:lang(ar) { font-family: "Tajawal", sans-serif; font-size: 17px; }

/* ---------- hero ---------- */
.hero { position: relative; padding-top: 110px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -10% -20% auto; height: 110%; pointer-events: none;
  background: radial-gradient(40% 50% at 30% 45%, rgba(217, 178, 122, .26), transparent 70%), radial-gradient(35% 40% at 80% 20%, rgba(255, 255, 255, .7), transparent 70%);
}
html[dir="ltr"] .hero::before { transform: scaleX(-1); }
.hero-in { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; min-height: min(calc(100vh - 170px), 720px); padding-bottom: 40px; }
.hero-copy > * { animation: rise .9s var(--ease) both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-copy > :nth-child(5) { animation-delay: .32s; }
.chip { display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px; border-radius: 999px; background: rgba(255, 255, 255, .62); border: 1px solid var(--line); font-size: 14px; font-weight: 600; color: var(--ink2); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(46, 158, 91, .45); animation: ping 2.2s infinite; }
h1 { margin-top: 22px; font-size: clamp(46px, 5.9vw, 84px); font-weight: 900; line-height: 1.12; }
h1 .ln { display: block; width: fit-content; max-width: 100%; white-space: nowrap; }
html[lang="en"] h1 .ln { white-space: normal; }
html[lang="en"] h1 { font-weight: 700; font-size: clamp(38px, 4.2vw, 60px); letter-spacing: -.025em; line-height: 1.04; }
.gold { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .08em; }
.lead { margin: 22px 0 32px; max-width: 32em; font-size: clamp(17px, 1.45vw, 20px); color: var(--ink2); line-height: 1.85; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.ticks { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: var(--ink2); font-weight: 500; font-size: 15.5px; }
.ticks li { display: flex; align-items: center; gap: 8px; }
.ticks svg { width: 20px; height: 20px; fill: none; stroke: var(--ok); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* the stage: stone arches, a pedestal, a laptop and a phone with a live-looking shop */
.stage { position: relative; aspect-ratio: 1 / .86; animation: fade 1.1s .15s var(--ease) both; }
.arch { position: absolute; border-radius: 999px 999px 18px 18px; }
.arch-a { left: 18%; top: 0; width: 56%; height: 84%; background: linear-gradient(180deg, #FCF9F4 0%, #EFE5D6 70%, #E6D8C5 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), inset 0 -40px 60px -30px rgba(138, 95, 54, .18); }
.arch-b { left: 0; top: 18%; width: 26%; height: 62%; background: linear-gradient(180deg, #F6EFE4, #E7DBC9); opacity: .9; }
.block { position: absolute; left: 3%; right: 3%; bottom: 4%; height: 16%; border-radius: 6px; overflow: hidden; background: linear-gradient(180deg, #F5EEE3 0%, #E9DDCB 16%, #DCCAB0 100%); box-shadow: 0 36px 50px -28px rgba(80, 55, 30, .55), inset 0 1px 0 rgba(255, 255, 255, .95); }
.block::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, .45) 21%, transparent 27%), linear-gradient(78deg, transparent 58%, rgba(150, 118, 80, .14) 61%, transparent 66%), linear-gradient(95deg, transparent 80%, rgba(255, 255, 255, .3) 83%, transparent 88%); }

.laptop { position: absolute; left: 2%; bottom: 20%; width: 76%; filter: drop-shadow(0 30px 40px rgba(60, 40, 20, .28)); }
.screen { container-type: inline-size; aspect-ratio: 16 / 10.2; background: #fff; border: clamp(6px, .8vw, 10px) solid #19191B; border-bottom-width: clamp(9px, 1.1vw, 14px); border-radius: 14px 14px 4px 4px; overflow: hidden; }
.base { position: relative; height: clamp(9px, 1.2vw, 15px); margin: 0 -7%; background: linear-gradient(180deg, #E4E4E7 0%, #B5B5BA 55%, #86868C 100%); border-radius: 2px 2px 16px 16px / 2px 2px 12px 12px; }
.base::after { content: ""; position: absolute; top: 0; left: 50%; width: 16%; height: 40%; transform: translateX(-50%); background: #9C9CA2; border-radius: 0 0 8px 8px; }

.screen > * { font-size: 2.35cqw; }
.st-top { display: flex; align-items: center; gap: .8em; padding: .75em 1.2em; border-bottom: 1px solid #EEE9E2; }
.st-top b { flex: 1; text-align: center; font-weight: 800; font-size: 1.05em; }
.st-burger { width: 1.2em; height: .8em; background: linear-gradient(#151210 0 0) top / 100% 2px no-repeat, linear-gradient(#151210 0 0) center / 100% 2px no-repeat, linear-gradient(#151210 0 0) bottom / 100% 2px no-repeat; }
.st-ico { width: 1.05em; height: 1.05em; border: 2px solid #151210; }
.st-search { border-radius: 50%; }
.st-bag { border-radius: 2px 2px 4px 4px; border-top-width: 3px; }
.st-hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; margin: .8em 1.2em; padding: .9em 1.3em; border-radius: .9em; background: linear-gradient(135deg, #F6EFE4, #E3D3BC); }
.st-hero-txt b { display: block; font-size: 1.5em; font-weight: 900; line-height: 1.2; }
.st-hero-txt span { display: block; margin: .35em 0 .8em; font-size: .72em; color: #7A6F62; }
.st-hero-txt em { display: inline-block; font-style: normal; font-size: .72em; font-weight: 700; color: #fff; background: #151210; padding: .5em 1.1em; border-radius: 999px; }
.st-hero-img svg { height: 7.6em; width: auto; margin: 0 auto; filter: drop-shadow(0 .5em .5em rgba(0, 0, 0, .22)); }
.st-chips { display: flex; gap: .5em; padding: 0 1.2em; }
.st-chips span { font-size: .68em; padding: .35em .95em; border-radius: 999px; border: 1px solid #E5DED3; color: #5B534A; }
.st-chips .on { background: #151210; border-color: #151210; color: #fff; }
.st-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65em; padding: .8em 1.2em; }
.st-card { display: flex; flex-direction: column; align-items: center; gap: .2em; padding: .55em .4em .6em; border-radius: .6em; background: #F7F2EA; }
.st-card svg { height: 3.4em; width: auto; }
.st-card span { font-size: .66em; color: #5B534A; }
.st-card b { font-size: .74em; font-weight: 800; color: var(--bronze); }
.st-card b span { font-size: 1em; color: inherit; }

.phone { position: absolute; right: 0; bottom: 8%; width: 25%; aspect-ratio: 9 / 18.5; padding: 2.1%; background: linear-gradient(145deg, #2B2B2E, #0E0E10); border-radius: 17% / 8.5%; box-shadow: 0 30px 50px -20px rgba(40, 25, 10, .55), inset 0 0 0 1px rgba(255, 255, 255, .08); }
.ph-screen { position: relative; container-type: inline-size; height: 100%; overflow: hidden; background: #fff; border-radius: 14% / 7%; }
.ph-screen > * { font-size: 7.2cqw; }
.ph-notch { width: 34%; height: .95em; margin: .45em auto .1em; border-radius: 999px; background: #111; }
.st-top-sm { padding: .5em .8em; }
.st-top-sm b { font-size: 1em; }
.ph-hero { display: flex; align-items: center; gap: .4em; margin: .5em; padding: .6em .5em; border-radius: .8em; background: linear-gradient(135deg, #F6EFE4, #E3D3BC); }
.ph-hero svg { height: 4.2em; width: auto; flex: none; }
.ph-hero b { display: block; font-size: .92em; font-weight: 900; line-height: 1.25; }
.ph-hero em { display: inline-block; margin-top: .4em; font-style: normal; font-size: .7em; font-weight: 700; color: #fff; background: #151210; padding: .35em .8em; border-radius: 999px; }
.ph-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .4em; padding: 0 .5em; }
.ph-grid .st-card { padding: .35em .3em .4em; }
.ph-grid .st-card svg { height: 2.5em; }
.ph-grid .st-card b { font-size: .8em; }
.ph-screen .st-chips { gap: .3em; padding: 0 .5em .45em; }
.ph-screen .st-chips span { font-size: .62em; padding: .3em .7em; }
.ph-pay { position: absolute; left: 4%; right: 4%; bottom: 3.5%; padding: .55em; border-radius: 999px; background: var(--ink); color: #fff; text-align: center; font-size: 5.9cqw; font-weight: 700; white-space: nowrap; }

.float { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 12px; border-radius: 16px; background: rgba(255, 255, 255, .8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .95); box-shadow: 0 18px 40px -18px rgba(60, 40, 20, .45); animation: bob 5.5s ease-in-out infinite; white-space: nowrap; }
.float b { display: block; font-size: 15px; font-weight: 800; line-height: 1.2; }
.float small { display: block; font-size: 13px; font-weight: 700; color: var(--ok); }
.f-order { top: 8%; right: 4%; }
.f-paid { left: -1%; bottom: 30%; animation-delay: -2.7s; }
.bell, .ok { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; flex: none; }
.bell { background: var(--gold-grad); animation: ring 5.5s ease-in-out infinite; }
.ok { background: var(--ok); }
.bell svg, .ok svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.marquee { position: relative; overflow: hidden; background: var(--ink); color: #E9D7BA; padding: 15px 0; }
.marquee-track { display: flex; width: max-content; animation: marq 42s linear infinite; }
.marquee-track span { padding-inline: .6ch; font-weight: 700; font-size: 18px; white-space: nowrap; }
html[dir="rtl"] .marquee-track { animation-name: marq-rtl; }

/* ---------- sections ---------- */
.sec { padding: clamp(60px, 7.5vw, 104px) 0; }
.sec-head { max-width: 760px; margin: 0 auto clamp(34px, 5vw, 60px); text-align: center; }
.eyebrow { display: inline-block; margin-bottom: 16px; padding: 6px 15px; border-radius: 999px; background: var(--gold-soft); color: var(--bronze); font-size: 14px; font-weight: 700; }
html[lang="en"] .eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 12.5px; }
h2 { font-size: clamp(32px, 4.4vw, 54px); font-weight: 900; line-height: 1.18; }
html[lang="en"] h2 { font-weight: 700; letter-spacing: -.02em; line-height: 1.1; }

.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc { position: relative; overflow: hidden; padding: 26px 22px 24px; border-radius: 22px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--sh1); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.svc::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--gold-grad); transform: scaleX(0); transform-origin: var(--from, right); transition: transform .45s var(--ease); }
html[dir="ltr"] .svc::before { --from: left; }
.svc:hover { transform: translateY(-5px); box-shadow: var(--sh2); border-color: rgba(184, 134, 90, .35); }
.svc:hover::before { transform: scaleX(1); }
.num { position: absolute; top: 20px; inset-inline-end: 22px; font-family: "Jost", sans-serif; font-weight: 600; font-size: 15px; color: var(--gold2); }
.svc-ico { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 20px; border-radius: 16px; background: linear-gradient(145deg, #25211D, #0D0C0B); box-shadow: 0 10px 20px -10px rgba(21, 18, 16, .6), inset 0 1px 0 rgba(255, 255, 255, .08); transition: transform .3s var(--ease); }
.svc:hover .svc-ico { transform: rotate(-6deg) scale(1.05); }
.svc-ico svg { width: 26px; height: 26px; fill: none; stroke: #E3C08A; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 { font-size: 19px; font-weight: 800; line-height: 1.35; margin-bottom: 6px; }
.svc p { font-size: 15px; color: var(--ink2); line-height: 1.7; }
html[lang="en"] .svc h3 { font-weight: 600; font-size: 18.5px; }

.sec-steps { background: linear-gradient(180deg, transparent, rgba(229, 216, 197, .5) 30%, rgba(229, 216, 197, .5) 70%, transparent); }
.steps { position: relative; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps::before { content: ""; position: absolute; top: 46px; inset-inline: 17%; border-top: 2px dashed rgba(184, 134, 90, .5); }
.step { position: relative; padding: 0 16px; text-align: center; }
.step-ico { position: relative; z-index: 1; display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 22px; border-radius: 50%; background: var(--card); border: 1px solid var(--line); box-shadow: var(--sh2); color: var(--ink); }
.step-ico svg { width: 36px; height: 36px; fill: currentColor; }
.step-ico svg.stroke { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step-n { position: absolute; z-index: 2; top: -4px; left: calc(50% + 24px); display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--gold-grad); color: #fff; font-family: "Jost", sans-serif; font-weight: 700; font-size: 15px; box-shadow: 0 6px 14px -6px rgba(110, 74, 46, .8); }
.step h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.step p { color: var(--ink2); font-size: 16px; max-width: 22em; margin: 0 auto; }
html[lang="en"] .step h3 { font-weight: 600; }

.offer { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(26px, 4vw, 60px); align-items: center; padding: clamp(28px, 5vw, 64px); border-radius: 32px; color: #F4EDE3; background: radial-gradient(120% 140% at 0% 0%, #2C251E 0%, #141110 55%, #0B0A09 100%); box-shadow: 0 50px 90px -40px rgba(30, 20, 10, .65); }
html[dir="ltr"] .offer { background: radial-gradient(120% 140% at 100% 0%, #2C251E 0%, #141110 55%, #0B0A09 100%); }
.offer::before { content: ""; position: absolute; width: 520px; height: 520px; bottom: -260px; inset-inline-start: -160px; border-radius: 50%; border: 1px solid rgba(217, 178, 122, .18); box-shadow: 0 0 0 60px rgba(217, 178, 122, .03), 0 0 0 120px rgba(217, 178, 122, .02); pointer-events: none; }
.eyebrow-gold { background: rgba(217, 178, 122, .14); color: #E3C08A; }
.offer h2 { color: #fff; font-size: clamp(30px, 4vw, 50px); }
.offer-lead { margin: 14px 0 28px; color: #CDBFAE; font-size: 18px; }
.incl { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.incl li { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 500; }
.incl svg { width: 24px; height: 24px; flex: none; padding: 4px; border-radius: 50%; background: var(--gold-grad); fill: none; stroke: var(--ink); stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.offer-side { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 30px 26px; border-radius: 24px; text-align: center; background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .1); }
.ring { position: relative; width: 150px; height: 150px; margin-bottom: 4px; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring circle { fill: none; stroke-width: 8; }
.ring-bg { stroke: rgba(255, 255, 255, .08); }
.ring-fg { stroke: url(#gGold); stroke-linecap: round; stroke-dasharray: 327; stroke-dashoffset: 327; transition: stroke-dashoffset 1.6s .3s var(--ease); }
.offer.in .ring-fg, html:not(.js) .ring-fg { stroke-dashoffset: 0; }
html[dir="rtl"] .ring svg { transform: rotate(-90deg) scaleY(-1); }
.ring-txt { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.ring-txt b { font-family: "Jost", sans-serif; font-size: 50px; font-weight: 700; line-height: 1; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ring-txt span { font-size: 15px; color: #CDBFAE; }
.price-q { font-size: 20px; font-weight: 700; color: #fff; }

.contact { display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(28px, 5vw, 60px); border-radius: 32px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--sh2); }
.contact-em { width: clamp(180px, 26vw, 330px); height: auto; filter: drop-shadow(0 20px 30px rgba(80, 55, 30, .12)); }
.contact h2 { font-size: clamp(34px, 4.8vw, 60px); }
.contact p { margin: 12px 0 28px; font-size: 18px; color: var(--ink2); max-width: 28em; }

.ftr { border-top: 1px solid var(--line); padding: 34px 0 calc(34px + env(safe-area-inset-bottom)); }
.ftr-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; }
.ftr-brand { display: flex; align-items: center; gap: 14px; color: var(--ink2); font-size: 15px; }
.ftr-brand .wordmark { height: 28px; color: var(--ink); }
.ftr-nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.ftr-nav a { color: var(--ink2); font-size: 15px; }
.ftr-nav a:hover { color: var(--ink); }
.ftr-copy { color: var(--muted); font-size: 14px; }

.fab { position: fixed; z-index: 40; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; box-shadow: 0 16px 30px -10px rgba(20, 120, 60, .6); opacity: 0; transform: scale(.4); pointer-events: none; transition: opacity .3s, transform .35s var(--ease); }
.fab.show { opacity: 1; transform: scale(1); pointer-events: auto; }
.fab svg { width: 30px; height: 30px; fill: currentColor; }
.fab::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: halo 2.4s infinite; }

/* reveal on scroll (only when the script runs, so the page is complete without it) */
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
html.js .reveal.in { opacity: 1; transform: none; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes ring { 0%, 86%, 100% { transform: rotate(0); } 89% { transform: rotate(-14deg); } 92% { transform: rotate(12deg); } 95% { transform: rotate(-6deg); } }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(46, 158, 91, .45); } 80%, 100% { box-shadow: 0 0 0 9px rgba(46, 158, 91, 0); } }
@keyframes halo { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes marq { to { transform: translateX(-50%); } }
@keyframes marq-rtl { to { transform: translateX(50%); } }

/* ---------- smaller screens ---------- */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .nav { display: none; }
  .hdr-end { margin-inline-start: auto; }
  .hero { padding-top: 96px; }
  .hero-in { grid-template-columns: 1fr; min-height: 0; gap: 18px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .lead, h1 .ln { margin-inline: auto; }
  .cta-row, .ticks { justify-content: center; }
  .stage { width: 100%; max-width: 600px; margin: 0 auto; }
  .offer { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .contact p { margin-inline: auto; }
}
@media (max-width: 640px) {
  .wrap { padding-inline: 16px; }
  .hdr-in { height: 64px; gap: 12px; }
  .logo-em { width: 38px; }
  .wordmark { height: 26px; }
  .hdr .btn-sm { width: 40px; height: 40px; padding: 0; }
  .hdr .btn-sm span { display: none; }
  .hero { padding-top: 86px; }
  h1 { font-size: clamp(40px, 12vw, 52px); margin-top: 18px; }
  html[lang="en"] h1 { font-size: clamp(36px, 10.5vw, 46px); }
  .lead { font-size: 16.5px; margin: 16px 0 24px; }
  .cta-row { width: 100%; flex-direction: column; }
  .cta-row .btn { width: 100%; }
  .ticks { gap: 8px 16px; font-size: 14.5px; margin-top: 22px; }
  .float { padding: 7px 11px 7px 8px; gap: 8px; border-radius: 13px; }
  .float b { font-size: 12.5px; }
  .float small { font-size: 11px; }
  .bell, .ok { width: 28px; height: 28px; border-radius: 9px; }
  .bell svg, .ok svg { width: 15px; height: 15px; }
  .marquee-track span { font-size: 15px; }
  .svc-grid { gap: 10px; }
  .svc { padding: 18px 14px 16px; border-radius: 18px; }
  .num { top: 14px; inset-inline-end: 14px; font-size: 13px; }
  .svc-ico { width: 44px; height: 44px; border-radius: 13px; margin-bottom: 14px; }
  .svc-ico svg { width: 22px; height: 22px; }
  .svc h3 { font-size: 16px; }
  html[lang="en"] .svc h3 { font-size: 15.5px; }
  .svc p { font-size: 13.5px; line-height: 1.6; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .steps::before { top: 36px; bottom: 36px; inset-inline-start: 35px; inset-inline-end: auto; border-top: 0; border-inline-start: 2px dashed rgba(184, 134, 90, .5); }
  .step { display: grid; grid-template-columns: 72px 1fr; column-gap: 16px; padding: 0; text-align: start; }
  .step-ico { grid-row: span 2; width: 72px; height: 72px; margin: 0; }
  .step-ico svg { width: 28px; height: 28px; }
  .step-n { top: -4px; left: auto; inset-inline-start: 50px; width: 26px; height: 26px; font-size: 13px; }
  .step h3 { align-self: end; font-size: 19px; margin: 0; }
  .step p { align-self: start; margin: 0; font-size: 15px; }
  .offer { border-radius: 24px; }
  .offer-lead { font-size: 16.5px; }
  .incl { grid-template-columns: 1fr; }
  .incl li { font-size: 16px; }
  .offer-side { padding: 24px 18px; }
  .contact { border-radius: 24px; }
  .contact p { font-size: 16.5px; }
  .contact .btn { width: 100%; }
  .ftr-in { flex-direction: column; text-align: center; }
  .ftr-nav { justify-content: center; }
  .fab { right: 14px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html.js .reveal { opacity: 1; transform: none; }
  .ring-fg { stroke-dashoffset: 0; }
}
