
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Kufi+Arabic:wght@500;600;700;800&display=swap");

:root {
  --emerald: #087d6b;
  --emerald-dark: #04594f;
  --teal: #18a89c;
  --mint: #dff7f2;
  --ice: #edf9fb;
  --coral: #f0645a;
  --ink: #152426;
  --muted: #617375;
  --line: rgba(8, 125, 107, .17);
  --paper: #ffffff;
  --shadow: 0 24px 70px rgba(8, 84, 74, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fbfefd; color: var(--ink); font-family: "Manrope", "Avenir Next", "Segoe UI", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.site { min-height: 100vh; overflow: hidden; background: #fbfefd; }

.header {
  height: 88px; padding: 0 clamp(22px, 5vw, 82px); display: flex; align-items: center;
  justify-content: space-between; gap: 25px; position: relative; z-index: 50;
  background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.header .broker-mark strong { font-family: "Manrope", sans-serif; font-size: 17px; letter-spacing: -.02em; }
.header .broker-mark small { font-size: 10px; }
.header .nav { gap: clamp(24px, 2.6vw, 42px); }
.header .nav a { font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; letter-spacing: -.025em; }
.logo-link { text-decoration: none; }
.broker-mark { display: inline-flex; align-items: center; gap: 13px; direction: ltr; }
.broker-mark > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.broker-mark strong { font-size: 18px; font-weight: 950; letter-spacing: .015em; line-height: 1; }
.broker-mark small { color: var(--emerald); font-size: 11px; font-weight: 700; }
.broker-shield {
  width: 47px; height: 53px; display: grid; place-items: center; color: white; font-weight: 900;
  background: linear-gradient(145deg, var(--teal), var(--emerald-dark));
  clip-path: polygon(50% 0, 94% 17%, 87% 71%, 50% 100%, 13% 71%, 6% 17%);
  filter: drop-shadow(0 8px 13px rgba(8,125,107,.2));
}
.broker-mark--compact .broker-shield { width: 38px; height: 43px; }
.broker-mark--compact strong { font-size: 14px; }
.broker-mark--compact small { font-size: 9px; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 35px); }
.nav a { font-size: 12px; font-weight: 750; text-decoration: none; position: relative; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--coral); transition: right .25s; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-button { border: 0; background: transparent; color: var(--emerald-dark); font-weight: 900; cursor: pointer; min-width: 42px; text-decoration: none; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.button {
  min-height: 52px; padding: 0 27px; border: 0; border-radius: 999px; display: inline-flex;
  align-items: center; justify-content: center; gap: 24px; text-decoration: none; cursor: pointer;
  color: white; background: linear-gradient(115deg, var(--emerald), var(--teal)); font-size: 12px;
  font-weight: 900; text-transform: uppercase; letter-spacing: .07em; box-shadow: 0 14px 30px rgba(8,125,107,.2);
  transition: transform .25s, box-shadow .25s;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 19px 38px rgba(8,125,107,.26); }
.button--small { min-height: 42px; padding: 0 18px; font-size: 10px; box-shadow: none; }
.button:disabled { opacity: .6; cursor: wait; transform: none; }

.hero {
  min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  gap: clamp(30px, 5vw, 85px); align-items: center; position: relative;
  padding: clamp(65px, 7vw, 110px) clamp(24px, 7vw, 110px) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(24,168,156,.16), transparent 25%),
    radial-gradient(circle at 0 75%, rgba(240,100,90,.08), transparent 22%),
    linear-gradient(135deg, white 65%, #e9faf7);
}
.hero-copy { padding-bottom: clamp(55px, 7vw, 100px); position: relative; z-index: 3; }
.license-pill {
  display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 15px; color: var(--emerald-dark); background: rgba(255,255,255,.72);
  font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase;
}
.license-pill span { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--emerald); }
.hero-arabic {
  margin: 28px 0 3px; color: var(--emerald); font-family: "Geeza Pro", "Noto Kufi Arabic", Tahoma, sans-serif;
  font-size: clamp(40px, 5.1vw, 78px); font-weight: 900; line-height: 1.18; letter-spacing: 0;
}
.hero h1 {
  max-width: 780px; margin: 0; color: var(--ink); font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(58px, 7vw, 108px); font-weight: 900; line-height: .88; letter-spacing: .01em;
}
.hero h2 { margin: 17px 0 14px; color: var(--emerald-dark); font-size: clamp(20px, 2vw, 30px); font-weight: 850; }
.hero-phone { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-size: clamp(24px, 2.6vw, 40px); font-weight: 950; direction: ltr; unicode-bidi: isolate; }
.hero-phone span { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--teal); font-size: 19px; }
.hero-phone span svg { width: 23px; height: 23px; display: block; }
.service-line {
  margin: 16px 0 0; color: var(--ink); font-size: clamp(19px, 2vw, 29px); font-weight: 900;
  font-family: "Geeza Pro", "Noto Kufi Arabic", Tahoma, sans-serif;
}
.hero-intro { max-width: 610px; color: var(--muted); font-size: 16px; line-height: 1.7; margin: 17px 0 27px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ontario-proof { font-size: 12px; color: var(--emerald-dark); font-weight: 850; }
.hero-visual { align-self: stretch; min-height: 650px; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.hero-disc { position: absolute; border-radius: 50%; border: 1px solid rgba(8,125,107,.14); }
.hero-disc--one { width: 520px; height: 520px; top: 5%; right: 1%; }
.hero-disc--two { width: 390px; height: 390px; top: 17%; right: 11%; background: linear-gradient(145deg, var(--mint), rgba(255,255,255,.1)); border: 0; }
.portrait-frame { width: min(100%, 560px); height: 100%; min-height: 640px; position: relative; z-index: 2; overflow: hidden; border-radius: 280px 280px 0 0; }
.portrait-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(8,125,107,.12)); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 17%; filter: saturate(.92) contrast(1.02); }
.portrait-accent {
  position: absolute; z-index: 3; right: 1%; bottom: 6%; width: 112px; height: 112px; border-radius: 28px;
  display: grid; place-items: center; text-align: center; color: var(--emerald-dark); background: rgba(255,255,255,.9);
  box-shadow: var(--shadow); font-size: 10px; font-weight: 900; letter-spacing: .15em;
}
.portrait-accent strong { font-size: 24px; letter-spacing: .03em; }

.section { padding: clamp(85px, 9vw, 140px) clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.kicker { color: var(--coral); font-size: 10px; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.section h2, .providers h2, .quote-section h2 {
  margin: 13px 0 0; max-width: 760px; font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(39px, 4.7vw, 68px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em;
}
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0; }

.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  min-height: 365px; padding: 29px; border: 1px solid var(--line); border-radius: 26px; display: flex;
  flex-direction: column; background: linear-gradient(145deg, white, #f1fbf9); overflow: hidden; position: relative;
  transition: transform .28s, box-shadow .28s, border-color .28s;
}
.service-card:nth-child(even) { background: linear-gradient(145deg, white, #edf8fc); }
.service-card:hover { transform: translateY(-9px); border-color: rgba(8,125,107,.35); box-shadow: var(--shadow); }
.service-card::before { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; right: -45px; top: -45px; background: rgba(24,168,156,.08); }
.service-icon {
  width: 92px; height: 92px; border-radius: 28px; display: grid; place-items: center; position: relative;
  color: white; background: linear-gradient(145deg, var(--teal), var(--emerald-dark)); font-size: 42px;
  box-shadow: 0 18px 30px rgba(8,125,107,.18); transform: rotate(-3deg);
}
.service-card h3 { font-size: 22px; margin: 31px 0 11px; font-weight: 850; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }
.service-card > a:not(.service-art) { margin-top: auto; padding-top: 22px; color: var(--emerald-dark); border-top: 1px solid var(--line); display: flex; justify-content: space-between; text-decoration: none; font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }

.providers { padding: clamp(70px, 8vw, 110px) 0; text-align: center; background: linear-gradient(120deg, #e3f8f3, #eefaff); }
.providers-heading { padding: 0 24px; }
.providers h2 { max-width: 900px; margin: 12px auto 42px; }
.logo-marquee { position: relative; overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent); }
.logo-marquee,
.providers-all { direction: ltr; }
.logo-track { width: max-content; display: flex; gap: 16px; padding: 17px 0; animation: logoScroll 42s linear infinite; }
[dir="rtl"] .logo-track { animation-direction: reverse; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-card {
  width: 205px; height: 105px; padding: 18px; flex: 0 0 auto; border: 1px solid rgba(8,125,107,.13);
  border-radius: 20px; display: grid; place-items: center; background: white; box-shadow: 0 12px 32px rgba(8,84,74,.07);
}
.logo-card img { max-width: 100%; max-height: 60px; object-fit: contain; }
.wordmark { font-size: 23px; font-weight: 950; line-height: 1; color: #183f72; letter-spacing: -.04em; }
.wordmark--definity { color: #213f92; text-transform: lowercase; }
.wordmark--caa { color: #d71920; border: 4px solid #174a8b; padding: 8px 13px; border-radius: 50%; }
.wordmark--nordic { color: #ba2026; font-style: italic; }
.wordmark--max { color: #1c6a59; font-size: 30px; text-transform: uppercase; }
.providers-note { color: var(--muted); font-size: 11px; margin: 24px 20px 0; }
.providers-all { width: min(1180px, calc(100% - 40px)); margin: 28px auto 0; }
.providers-all summary {
  width: fit-content; min-height: 50px; margin: auto; padding: 0 24px; border-radius: 999px;
  display: flex; align-items: center; gap: 15px; color: white; background: linear-gradient(115deg, var(--emerald), var(--teal));
  font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; cursor: pointer;
  box-shadow: 0 14px 30px rgba(8,125,107,.2); list-style: none;
}
.providers-all summary::-webkit-details-marker { display: none; }
.providers-all summary span { font-size: 22px; line-height: 1; transition: transform .25s; }
.providers-all[open] summary span { transform: rotate(45deg); }
.providers-all-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.providers-all-grid .logo-card { width: auto; }
@keyframes logoScroll { to { transform: translateX(calc(-50% - 8px)); } }

.why { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 9vw, 130px); align-items: center; background: white; }
.why-visual { min-height: 620px; border-radius: 48% 48% 46% 54%; display: grid; place-items: center; position: relative; overflow: hidden; background:
  radial-gradient(circle at 50% 50%, rgba(255,255,255,.9) 0 22%, transparent 23%),
  repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.65) 0 2px, transparent 3px 54px),
  linear-gradient(145deg, var(--teal), var(--emerald-dark));
  box-shadow: var(--shadow);
}
.why-visual::before, .why-visual::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.13); }
.why-visual::before { width: 190px; height: 190px; left: -50px; top: 70px; }
.why-visual::after { width: 260px; height: 260px; right: -70px; bottom: -50px; }
.why-orb { width: 230px; height: 230px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: white; box-shadow: 0 35px 70px rgba(1,70,61,.25); color: var(--emerald-dark); position: relative; z-index: 2; }
.why-orb span { font-size: 84px; font-weight: 950; line-height: 1; }
.why-orb small { max-width: 130px; margin-top: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.benefit-list { margin: 38px 0 42px; }
.benefit-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; color: white; background: var(--emerald); font-weight: 900; }
.benefit-list h3 { margin: 0 0 5px; font-size: 18px; }
.benefit-list p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 120px); align-items: center; background: linear-gradient(120deg, #edf9fb, #e4f8f3); }
.about-photo { height: 650px; overflow: hidden; border-radius: 260px 260px 26px 26px; background: white; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.about-copy > p { color: var(--muted); font-size: 17px; line-height: 1.8; max-width: 720px; margin: 28px 0; }
.credential-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.credential-chips span { padding: 12px 16px; border-radius: 999px; background: white; border: 1px solid var(--line); color: var(--emerald-dark); font-size: 11px; font-weight: 850; }
.signature { display: block; margin-top: 33px; color: var(--emerald); font-family: "Segoe Script", cursive; font-size: 28px; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 120px); background: white; }
.faq-heading { align-self: start; position: sticky; top: 120px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; color: var(--ink); padding: 25px 0; display: flex; justify-content: space-between; align-items: center; text-align: start; cursor: pointer; font-size: 18px; font-weight: 800; }
.faq-item button i { color: var(--coral); font-style: normal; font-size: 25px; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .27s; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; }
.faq-item--open .faq-answer { grid-template-rows: 1fr; }
.faq-item--open .faq-answer p { padding-bottom: 24px; }

.quote-section { padding: clamp(80px, 9vw, 140px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 120px); color: var(--ink); background:
  radial-gradient(circle at 0 100%, rgba(240,100,90,.12), transparent 25%),
  linear-gradient(135deg, var(--mint), #f4fbff);
}
.quote-intro > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.quote-contact { margin-top: 45px; display: flex; flex-direction: column; gap: 12px; font-weight: 850; }
.quote-contact a { text-decoration: none; direction: ltr; unicode-bidi: isolate; }
.site[dir="rtl"] .quote-contact a { text-align: right; }
.form-card { background: white; border-radius: 28px; padding: clamp(28px, 4vw, 55px); box-shadow: var(--shadow); }
.form-card fieldset { border: 0; padding: 0; margin: 0 0 30px; }
.form-card legend, .field > span { display: block; margin-bottom: 10px; color: var(--emerald-dark); font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.service-choices { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.service-choices label { cursor: pointer; }
.service-choices input { position: absolute; opacity: 0; }
.service-choices span { min-height: 48px; padding: 8px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; font-size: 11px; font-weight: 850; text-align: center; transition: .2s; }
.service-choices input:checked + span { color: white; border-color: var(--emerald); background: var(--emerald); box-shadow: 0 9px 22px rgba(8,125,107,.17); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.field--wide { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); border: 1px solid rgba(8,125,107,.18); border-radius: 13px; background: #fbfefd; outline: none; padding: 12px 14px; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { min-height: 49px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(24,168,156,.1); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; margin-top: 24px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.checkbox input { width: 18px; height: 18px; accent-color: var(--emerald); flex: 0 0 auto; }
.form-submit { margin-top: 27px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.form-submit > span { color: var(--emerald-dark); font-size: 11px; font-weight: 800; }
.success-state { min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state > span { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--emerald); font-size: 30px; }
.success-state h3 { font-size: 30px; margin: 25px 0 8px; }
.success-state p { color: var(--muted); }

.footer { padding: 70px clamp(24px, 7vw, 110px) 25px; color: white; background: var(--emerald-dark); }
.footer .broker-mark small { color: #9de3d8; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding-bottom: 55px; }
.footer-main p { max-width: 450px; color: #b8d5d1; line-height: 1.7; margin-top: 23px; }
.footer-socials { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
.footer-socials a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; text-decoration: none; font-size: 12px; font-weight: 800; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 20px; color: #afd2cd; font-size: 11px; }
.footer-bottom a { text-decoration: none; }

.whatsapp-float { position: fixed; z-index: 60; left: 22px; bottom: 22px; min-width: 60px; height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 3px solid rgba(255,255,255,.7); border-radius: 999px; color: white; background: #20c968; text-decoration: none; box-shadow: 0 17px 38px rgba(0,0,0,.2); }
[dir="rtl"] .whatsapp-float { left: auto; right: 22px; }
.whatsapp-float span { width: 25px; height: 25px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; font-size: 12px; }
.whatsapp-float small { font-weight: 950; }

@media (max-width: 1150px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 88px; padding: 28px; flex-direction: column; align-items: flex-start; background: white; box-shadow: var(--shadow); }
  .nav--open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr 420px; }
  .hero h1 { font-size: clamp(54px, 6vw, 80px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 850px) {
  .header { height: 76px; padding: 0 18px; }
  .nav { top: 76px; }
  .broker-mark--compact small { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 54px; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { min-height: 600px; }
  .portrait-frame { max-width: 470px; min-height: 590px; }
  .portrait-accent { right: 8%; }
  .section-heading, .why, .about, .faq, .quote-section { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }
  .why-visual { min-height: 500px; order: 2; }
  .why-copy { order: 1; }
  .about-photo { max-width: 520px; width: 100%; margin: auto; }
  .faq-heading { position: static; }
}

@media (max-width: 570px) {
  .header-quote { display: none; }
  .broker-mark--compact strong { font-size: 11px; }
  .broker-mark--compact .broker-shield { width: 32px; height: 36px; }
  .hero { padding-inline: 20px; }
  .license-pill { font-size: 8px; }
  .hero-arabic { font-size: 43px; }
  .hero h1 { font-size: 55px; line-height: .92; }
  .hero h2 { font-size: 19px; }
  .hero-phone { font-size: 26px; }
  .hero-phone span { width: 39px; height: 39px; }
  .service-line { font-size: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .ontario-proof { text-align: center; }
  .hero-visual { min-height: 500px; }
  .portrait-frame { min-height: 500px; border-radius: 220px 220px 0 0; }
  .portrait-accent { width: 88px; height: 88px; right: 0; }
  .hero-disc--one { width: 420px; height: 420px; }
  .hero-disc--two { width: 300px; height: 300px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .logo-card { width: 165px; height: 90px; }
  .why-visual { min-height: 380px; border-radius: 34px; }
  .why-orb { width: 190px; height: 190px; }
  .why-orb span { font-size: 68px; }
  .about-photo { height: 500px; }
  .service-choices { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .footer-main, .footer-socials { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer .broker-mark strong { font-size: 14px; }
  .whatsapp-float { width: 58px; min-width: 58px; padding: 0; }
  .whatsapp-float small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .logo-track { animation: none; }
}

.policy-page, .admin-page { min-height: 100vh; padding: clamp(35px, 6vw, 90px); color: var(--ink); background: var(--mint); }
.policy-back { color: var(--emerald-dark); text-decoration: none; font-weight: 900; }
.policy-page article { max-width: 850px; margin: 65px auto 0; padding: clamp(30px, 6vw, 75px); border-radius: 25px; background: white; box-shadow: var(--shadow); }
.policy-page h1, .admin-header h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.04em; }
.policy-page h2 { margin-top: 35px; }
.policy-page p { color: var(--muted); line-height: 1.8; }
.policy-note { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; font-size: 12px; }
.admin-header, .lead-list, .admin-empty { max-width: 1200px; margin-left: auto; margin-right: auto; }
.admin-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 45px; }
.lead-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lead-card, .admin-empty { padding: 25px; border-radius: 18px; background: white; box-shadow: var(--shadow); }
@media (max-width: 900px) { .lead-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .lead-list { grid-template-columns: 1fr; } .admin-header { display: block; } }

/* Approved homepage composition */
.header {
  height: 92px;
  padding-inline: clamp(28px, 6vw, 92px);
  background: rgba(255,255,255,.96);
}
.header-phone {
  min-height: 54px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; gap: 10px;
  color: white; background: linear-gradient(115deg, #087d6b, #099680); text-decoration: none;
  font-size: 16px; font-weight: 900; box-shadow: 0 12px 26px rgba(8,125,107,.18); direction: ltr; unicode-bidi: isolate;
}
.header-phone span { font-size: 18px; }
.header-phone span svg { width: 21px; height: 21px; display: block; }
.hero {
  min-height: 520px;
  grid-template-columns: minmax(530px, 46%) minmax(650px, 54%);
  gap: 0;
  padding: 28px clamp(42px, 7vw, 110px) 0;
  background:
    radial-gradient(circle at 0 35%, rgba(24,168,156,.12), transparent 18%),
    linear-gradient(90deg, #fff 0 63%, #f7fffd 100%);
}
.hero-copy { padding: 25px 10px 45px 0; z-index: 4; }
[dir="rtl"] .hero-copy { padding: 25px 0 45px 10px; }
.hero-arabic {
  width: min(100%, 660px);
  margin: 0 0 7px;
  text-align: right;
  direction: rtl;
  font-family: "Noto Kufi Arabic", Tahoma, sans-serif;
  font-size: clamp(35px, 3.3vw, 53px);
  font-weight: 700;
  line-height: 1.08;
}
.hero h1 {
  max-width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 3.55vw, 56px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.hero h2 { margin: 15px 0 12px; font-family: "Manrope", sans-serif; font-size: clamp(20px, 1.75vw, 27px); font-weight: 800; }
.hero-phone { font-size: clamp(23px, 2.4vw, 37px); }
.hero-intro { display: none; }
.service-line { margin-top: 10px; }
.hero-actions { margin-top: 17px; }
.hero-actions .button { min-width: 385px; justify-content: space-between; }
.hero-actions .button span { font-size: 25px; line-height: 1; }
.hero-visual {
  min-height: 0;
  aspect-ratio: 1632 / 963;
  align-self: end;
  display: block;
  overflow: hidden;
  position: relative;
  background: white;
}
.hero-visual::before {
  display: none;
}
.approved-hero-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: left top; display: block; }
.services {
  padding: 16px clamp(42px, 5vw, 80px) 28px;
  background: white;
}
.service-grid { gap: 28px; align-items: stretch; }
.service-card {
  min-height: 0;
  height: 100%;
  padding: 0;
  border-radius: 18px;
  text-align: center;
  background: linear-gradient(145deg, #f5fffc, #edf9f7);
}
.service-card:nth-child(even) { background: linear-gradient(145deg, #f8fdff, #edf7fc); }
.service-card::before { display: none; }
.service-art { width: 100%; height: 100%; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 15px; display: block; text-decoration: none; }
.service-art img { width: 100%; height: 100%; object-fit: fill; object-position: center; display: block; }
.service-card h3 { display: none; }
.service-card p { display: none; }
.service-card > a:not(.service-art) { display: none; }
.providers { padding-top: 28px; }
.providers-heading .kicker { display: none; }
.providers h2 { margin-top: 0; font-size: clamp(28px, 3vw, 43px); }
.why-visual {
  border-radius: 36px;
  background: linear-gradient(145deg, #dff7f2, #eefaff);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 1264 / 843;
}
.why-visual::before, .why-visual::after { display: none; }
.why-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; border-radius: inherit; }
@media (min-width: 851px) {
  .why-visual {
    width: 118%;
    max-width: none;
    justify-self: center;
    position: relative;
    top: clamp(49px, calc(4.3vw - 6px), 82px);
  }
}
.why-copy > .kicker,
.faq-heading > .kicker,
.quote-intro > .kicker {
  font-size: 14px;
  letter-spacing: .14em;
  line-height: 1.35;
}
.footer { padding-top: 64px; background: #056558; }
.footer-main { grid-template-columns: .8fr 1.2fr; align-items: center; }
.footer-socials {
  grid-template-columns: repeat(5, minmax(75px, 1fr));
  gap: 16px;
  align-items: start;
}
.footer-socials a {
  border: 0; padding: 0; display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.footer-socials a small { color: white; font-size: 10px; font-weight: 850; }
.social-3d {
  width: 74px; height: 74px; border-radius: 23px; display: grid; place-items: center;
  background: linear-gradient(145deg, #0e8f7d, #034c43);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 2px 4px rgba(255,255,255,.22), inset 0 -8px 14px rgba(0,0,0,.15), 0 15px 24px rgba(0,0,0,.2);
  transition: transform .25s, box-shadow .25s;
}
.footer-socials a:hover .social-3d { transform: translateY(-7px) rotate(-3deg); box-shadow: inset 0 2px 4px rgba(255,255,255,.25), 0 22px 30px rgba(0,0,0,.24); }
.social-3d img { width: 34px; height: 34px; }
.social-3d--instagram { background: linear-gradient(145deg, #ff7a38, #b724aa 55%, #4e60d4); }
.social-3d--facebook { background: linear-gradient(145deg, #2893ff, #1153b5); }
.social-3d--tiktok { background: linear-gradient(145deg, #26383a, #050708); }
.social-3d--x { background: linear-gradient(145deg, #3b4648, #050606); }
.social-3d--linkedin { background: linear-gradient(145deg, #168cce, #075b91); }
.whatsapp-float span { border: 0; }
.whatsapp-float span img { width: 27px; height: 27px; }

@media (max-width: 1180px) {
  .header-phone { font-size: 13px; padding-inline: 17px; }
  .hero { grid-template-columns: minmax(470px, 46%) minmax(540px, 54%); }
  .hero h1 { font-size: 45px; }
  .service-grid { gap: 16px; }
}

@media (max-width: 850px) {
  .header-phone { display: none; }
  .hero { grid-template-columns: 1fr; padding: 45px 20px 0; }
  .hero-copy { padding: 0 0 38px; text-align: center; }
  .hero-arabic { width: 100%; text-align: center; }
  .hero h1 { white-space: normal; font-size: clamp(37px, 9.2vw, 49px); }
  .hero-phone, .hero-actions { justify-content: center; }
  .hero-actions .button { min-width: min(100%, 385px); }
  .hero-visual { width: min(100%, 760px); min-height: 0; margin: auto; aspect-ratio: 1632 / 963; }
  .approved-hero-image { min-height: 0; object-position: left top; }
  .services { padding-inline: 20px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-socials { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 560px) {
  .hero-arabic { font-size: 35px; }
  .hero h1 { font-size: 37px; }
  .hero-phone { font-size: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .hero-visual { min-height: 0; }
  .approved-hero-image { min-height: 0; }
  .providers-all-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-copy > .kicker,
  .faq-heading > .kicker,
  .quote-intro > .kicker { font-size: 12px; }
  .footer-socials { grid-template-columns: repeat(3, 1fr); }
  .social-3d { width: 68px; height: 68px; }
}
