:root {
  --navy: #0F172A;
  --emerald: #102A24;
  --emerald-soft: #173A31;
  --gold: #C9A24D;
  --gold-light: #E4C977;
  --beige: #F8F6F1;
  --white: #FFFFFF;
  --text: #1F2937;
  --muted: #6B7280;
  --border: rgba(201, 162, 77, 0.26);
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.10);
  --shadow-soft: 0 14px 36px rgba(15, 23, 42, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --whatsapp: #25D366;
  --font-main: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Noto Kufi Arabic", "Cairo", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  direction: rtl;
  font-family: var(--font-main);
  color: var(--text);
  background: var(--white);
  line-height: 1.8;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.top-line {
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #fff4bf, var(--gold));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92) 0 21%, transparent 22%),
    conic-gradient(from 45deg, var(--gold), #f0d988, var(--gold), #936d23, var(--gold));
  box-shadow: 0 8px 20px rgba(201, 162, 77, 0.24);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(16, 42, 36, 0.3);
  border-radius: 50%;
}

.brand-text {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--emerald);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px;
  background: rgba(248, 246, 241, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
}

.main-nav a {
  padding: 8px 13px;
  border-radius: 999px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--emerald);
  background: rgba(201, 162, 77, 0.18);
}

.header-whatsapp,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.header-whatsapp {
  color: #083f20;
  background: linear-gradient(135deg, #ffffff, rgba(37, 211, 102, 0.18));
  border-color: rgba(37, 211, 102, 0.36);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.12);
  white-space: nowrap;
}

.header-whatsapp:hover,
.btn:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #111827;
  background: linear-gradient(135deg, var(--gold), #f3df91);
  box-shadow: 0 14px 34px rgba(201, 162, 77, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 20px 45px rgba(201, 162, 77, 0.34);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--beige);
  cursor: pointer;
  padding: 12px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  margin: 5px 0;
  background: var(--emerald);
  border-radius: 999px;
  transition: 0.25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.section {
  padding: 96px 0;
}

.section-dark {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(201, 162, 77, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(37, 211, 102, 0.10), transparent 30%),
    linear-gradient(135deg, var(--navy), var(--emerald));
  overflow: hidden;
}

.section-beige {
  background:
    linear-gradient(rgba(248, 246, 241, 0.94), rgba(248, 246, 241, 0.94)),
    url("../images/background-pattern.png");
  background-size: 420px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.section-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .section-kicker {
  justify-content: center;
}

.section-heading.centered .section-kicker::after {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.section-heading h2,
.hero h1,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.055em;
}

.section-heading h2 {
  font-size: clamp(30px, 4vw, 48px);
  color: var(--emerald);
}

.section-dark .section-heading h2,
.section-dark .section-heading p,
.final-cta h2,
.final-cta p {
  color: var(--white);
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 86px 0;
}

.hero-pattern,
.rings-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: url("../images/background-pattern.png");
  background-size: 380px;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.88fr;
  align-items: center;
  gap: 58px;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 6.1vw, 74px);
}

.hero-subtitle {
  margin: 24px 0 0;
  max-width: 720px;
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.hero-text {
  margin: 18px 0 0;
  max-width: 720px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.74);
}

.advisor-pill {
  max-width: 760px;
  margin-top: 20px;
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 162, 77, 0.24);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.advisor-pill strong {
  color: var(--gold-light);
}

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

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-points span {
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.90);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 162, 77, 0.24);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.hero-visual {
  position: relative;
}

.image-frame {
  position: relative;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.65), rgba(255, 255, 255, 0.08), rgba(201, 162, 77, 0.32));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.image-frame img {
  height: min(64vh, 640px);
  width: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.42));
  pointer-events: none;
}

.floating-card {
  position: absolute;
  right: -22px;
  bottom: 36px;
  min-width: 230px;
  padding: 18px 20px;
  color: var(--white);
  background: rgba(16, 42, 36, 0.82);
  border: 1px solid rgba(201, 162, 77, 0.36);
  border-radius: 22px;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.floating-card span {
  display: block;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 900;
}

.floating-card .wa-phone-link {
  margin-top: 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 162, 77, 0.28);
  border-radius: 999px;
  padding: 10px 14px;
  width: fit-content;
}

.floating-card .wa-phone-number {
  font-size: 21px;
  color: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.about-column {
  display: grid;
  gap: 18px;
}

.mini-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
}

.mini-kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.about-name {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  color: var(--emerald);
  line-height: 1.5;
}

.about-visual-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.about-visual-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.advisor-card {
  padding: 24px;
}

.advisor-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  color: var(--emerald);
  line-height: 1.55;
}

.advisor-card p {
  margin: 0;
  color: var(--muted);
}

.advisor-card .wa-phone-link {
  margin-top: 16px;
}

.about-copy {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: var(--beige);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.about-copy p {
  margin: 0;
  color: #344054;
  font-size: 17px;
}

.about-copy p + p {
  margin-top: 18px;
}

.about-cards {
  display: grid;
  gap: 16px;
}

.feature-card,
.service-card,
.why-card,
.step-card,
.faq-list {
  background: var(--white);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

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

.feature-card::before,
.service-card::before,
.why-card::before,
.step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(var(--gold), rgba(201, 162, 77, 0));
  opacity: 0.78;
}

.feature-icon {
  color: var(--gold);
  font-size: 18px;
}

.feature-card h3,
.service-card h3,
.why-card h3,
.step-card h3,
.ring-card h3 {
  margin: 8px 0 8px;
  font-family: var(--font-heading);
  color: var(--emerald);
  letter-spacing: -0.04em;
  line-height: 1.45;
}

.feature-card p,
.service-card p,
.why-card p,
.step-card p,
.ring-card p {
  margin: 0;
  color: var(--muted);
}

.services-grid,
.why-grid,
.steps-grid,
.rings-grid {
  display: grid;
  gap: 20px;
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  position: relative;
  padding: 30px;
  transition: 0.25s ease;
  overflow: hidden;
}

.service-card:hover,
.why-card:hover,
.step-card:hover,
.ring-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(201, 162, 77, 0.42);
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--gold);
  background: rgba(201, 162, 77, 0.12);
  border: 1px solid rgba(201, 162, 77, 0.28);
  border-radius: 18px;
  font-size: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--emerald);
  font-weight: 900;
  transition: 0.25s ease;
}

.text-link::after {
  content: "←";
  margin-right: 8px;
  color: var(--gold);
}

.rings {
  padding: 100px 0;
}

.rings-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 38px;
  margin-bottom: 40px;
}

.rings-main-visual {
  padding: 10px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.54), rgba(255, 255, 255, 0.08));
}

.rings-main-visual img {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
  border-radius: 26px;
}

.rings-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
}

.ring-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(201, 162, 77, 0.24);
  border-radius: 24px;
  transition: 0.25s ease;
}

.ring-card img {
  width: 94px;
  height: 94px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(201, 162, 77, 0.26);
}

.ring-card h3 {
  margin-top: 0;
}

.ring-card .text-link {
  margin-top: 12px;
}

.why-grid {
  grid-template-columns: repeat(3, 1fr);
}

.why-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  transition: 0.25s ease;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
  counter-reset: steps;
}

.step-card {
  position: relative;
  padding: 30px 24px;
  overflow: hidden;
  transition: 0.25s ease;
}

.step-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #111827;
  background: linear-gradient(135deg, var(--gold), #f1dd91);
  border-radius: 16px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(201, 162, 77, 0.22);
}

.center-action {
  margin-top: 34px;
  text-align: center;
}

.faq {
  background: var(--white);
}

.faq-container {
  max-width: 900px;
}

.faq-list {
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  border: 0;
  color: var(--emerald);
  background: var(--white);
  font-family: var(--font-heading);
  font-weight: 800;
  text-align: right;
  cursor: pointer;
}

.faq-plus {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(201, 162, 77, 0.14);
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  background: var(--gold);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--muted);
}

.final-cta {
  padding: 92px 0;
  text-align: center;
}

.final-cta-inner {
  max-width: 890px;
}

.final-cta h2 {
  font-size: clamp(32px, 4.7vw, 56px);
}

.final-cta p {
  max-width: 790px;
  margin: 20px auto 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.phone-display {
  margin-top: 18px;
  color: var(--gold-light);
  font-size: 24px;
  letter-spacing: 0.03em;
  justify-content: center;
}

.site-footer {
  background: #0a111f;
  color: rgba(255, 255, 255, 0.75);
  padding: 58px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr;
  gap: 34px;
}

.footer-brand .brand-text {
  color: var(--white);
}

.site-footer p {
  margin: 18px 0 0;
  max-width: 440px;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-family: var(--font-heading);
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  transition: 0.25s ease;
}

.site-footer a:hover {
  color: var(--gold-light);
}

.footer-phone {
  color: var(--gold-light);
  font-weight: 900;
}

.footer-bottom {
  margin-top: 42px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  max-width: none;
  font-size: 14px;
}

.wa-icon-img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
}

.header-whatsapp .wa-icon-img {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.floating-whatsapp .wa-icon-img {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.wa-phone-link {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.wa-phone-link:hover {
  transform: translateY(-2px);
}

.wa-phone-number {
  letter-spacing: 0.03em;
}


.floating-whatsapp {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  color: #052f16;
  background: var(--whatsapp);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.34);
  font-weight: 900;
  transition: 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px);
}



.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .header-whatsapp {
    display: none;
  }

  .main-nav a {
    padding-inline: 10px;
    font-size: 13px;
  }

  .hero-grid,
  .about-grid,
  .rings-intro {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 70px;
  }

  .image-frame img {
    height: 520px;
  }

  .services-grid,
  .why-grid,
  .rings-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 78px;
  }

  .header-inner {
    min-height: 70px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .main-nav {
    position: fixed;
    top: 74px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    padding: 12px 14px;
    font-size: 15px;
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    min-height: auto;
    padding: 60px 0 74px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 54px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .center-action .btn,
  .final-cta .btn {
    width: 100%;
  }

  .trust-points {
    gap: 8px;
  }

  .trust-points span {
    flex: 1 1 140px;
    text-align: center;
  }

  .image-frame img {
    height: 430px;
  }

  .floating-card {
    right: 14px;
    bottom: 22px;
  }

  .services-grid,
  .why-grid,
  .steps-grid,
  .rings-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .ring-card {
    grid-template-columns: 84px 1fr;
  }

  .ring-card img {
    width: 84px;
    height: 84px;
  }

  .floating-whatsapp {
    left: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    padding: 0;
    justify-content: center;
  }

  .floating-whatsapp .wa-text {
    display: none;
  }

  .about-visual-card img {
    height: 220px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 22px, 1160px);
  }

  .brand-text {
    font-size: 15px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .section-heading h2 {
    font-size: 29px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-text,
  .section-heading p,
  .final-cta p {
    font-size: 16px;
  }

  .about-copy,
  .feature-card,
  .service-card,
  .why-card,
  .step-card {
    padding: 24px 20px;
  }

  .image-frame {
    border-radius: 24px;
    padding: 7px;
  }

  .image-frame img {
    height: 340px;
    border-radius: 18px;
  }

  .image-frame::after {
    inset: 7px;
    border-radius: 18px;
  }

  .floating-card {
    position: static;
    margin-top: -34px;
    margin-inline: 18px;
  }

  .rings-main-visual img {
    min-height: 270px;
  }

  .faq-question {
    padding: 20px 18px;
  }

  .faq-answer p {
    padding-inline: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

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


/* Hero ad creative */
.hero-ad-visual .image-frame {
  max-width: 520px;
  margin-inline: auto;
}

.hero-ad-visual .image-frame img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 821px) {
  .hero-ad-visual {
    align-self: center;
  }
}

@media (max-width: 820px) {
  .hero-visual {
    order: -1;
  }

  .hero-ad-visual .image-frame {
    max-width: 420px;
  }

  .hero-ad-visual .image-frame img {
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 520px) {
  .hero-ad-visual .image-frame {
    max-width: 100%;
  }

  .hero-ad-visual .image-frame img {
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

/* Readability update for larger clean typography */
body {
  font-size: 18px;
}

.brand-text {
  font-size: 20px;
}

.main-nav a {
  font-size: 16px;
}

.header-whatsapp,
.btn {
  font-size: 17px;
}

.section-kicker,
.mini-kicker {
  font-size: 17px;
}

.section-heading h2 {
  font-size: clamp(36px, 4.4vw, 54px);
}

.section-heading p {
  font-size: 21px;
  line-height: 1.9;
}

.hero h1 {
  font-size: clamp(44px, 6.4vw, 82px);
}

.hero-subtitle {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.8;
}

.hero-text,
.advisor-pill,
.about-copy p,
.feature-card p,
.service-card p,
.why-card p,
.step-card p,
.ring-card p,
.faq-answer p,
.final-cta p,
.site-footer p,
.site-footer li,
.advisor-card p {
  font-size: 19px;
  line-height: 1.95;
}

.feature-card h3,
.service-card h3,
.why-card h3,
.step-card h3,
.ring-card h3,
.advisor-card h3,
.about-name,
.site-footer h3 {
  font-size: 26px;
}

.text-link {
  font-size: 18px;
}

.trust-points span {
  font-size: 16px;
}

.faq-question {
  font-size: 22px;
}

.step-card span {
  width: 54px;
  height: 54px;
  font-size: 22px;
}

.phone-display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 162, 77, 0.28);
  border-radius: 999px;
}

.phone-display .wa-icon-img {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important;
  max-width: 40px !important;
}

.phone-display .wa-phone-number {
  font-size: clamp(34px, 5.2vw, 60px);
  line-height: 1;
  letter-spacing: 0.02em;
}

.footer-phone .wa-icon-img,
.floating-card .wa-icon-img,
.advisor-card .wa-icon-img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.wa-phone-link {
  width: fit-content;
  max-width: 100%;
}

@media (max-width: 820px) {
  body {
    font-size: 17px;
  }

  .brand-text {
    font-size: 18px;
  }

  .main-nav a,
  .header-whatsapp,
  .btn {
    font-size: 16px;
  }

  .section-heading h2 {
    font-size: clamp(34px, 8vw, 42px);
  }

  .hero h1 {
    font-size: clamp(40px, 10vw, 58px);
  }

  .hero-subtitle {
    font-size: 21px;
  }

  .hero-text,
  .advisor-pill,
  .about-copy p,
  .feature-card p,
  .service-card p,
  .why-card p,
  .step-card p,
  .ring-card p,
  .faq-answer p,
  .final-cta p,
  .site-footer p,
  .advisor-card p {
    font-size: 18px;
  }

  .feature-card h3,
  .service-card h3,
  .why-card h3,
  .step-card h3,
  .ring-card h3,
  .advisor-card h3,
  .about-name,
  .site-footer h3,
  .faq-question {
    font-size: 23px;
  }

  .phone-display {
    padding: 14px 20px;
  }

  .phone-display .wa-phone-number {
    font-size: clamp(28px, 7vw, 40px);
  }
}

@media (max-width: 520px) {
  .section-kicker,
  .mini-kicker {
    font-size: 15px;
  }

  .section-heading h2 {
    font-size: 33px;
  }

  .hero-subtitle,
  .section-heading p,
  .hero-text,
  .advisor-pill,
  .about-copy p,
  .feature-card p,
  .service-card p,
  .why-card p,
  .step-card p,
  .ring-card p,
  .faq-answer p,
  .final-cta p,
  .site-footer p,
  .advisor-card p {
    font-size: 17px;
  }

  .feature-card h3,
  .service-card h3,
  .why-card h3,
  .step-card h3,
  .ring-card h3,
  .advisor-card h3,
  .about-name,
  .faq-question {
    font-size: 21px;
  }

  .phone-display {
    width: 100%;
    padding: 14px 16px;
  }

  .phone-display .wa-phone-number {
    font-size: clamp(24px, 8.2vw, 34px);
  }

  .phone-display .wa-icon-img {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }
}

/* Ultra-simple conversion layout */
#services {
  padding-top: 78px;
}

#rings {
  padding-top: 78px;
}

.main-nav {
  gap: 6px;
}

.clickable-card {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(201, 162, 77, 0.18);
  color: inherit;
}

.clickable-card * {
  user-select: none;
  -webkit-user-select: none;
}

.clickable-card:focus-visible {
  outline: 3px solid rgba(201, 162, 77, 0.65);
  outline-offset: 4px;
}

.service-card,
.ring-card {
  text-decoration: none;
}

.service-card:hover .text-link,
.ring-card:hover .text-link {
  color: var(--gold);
}

/* Extra large readability, especially for mobile */
body {
  font-size: 19px;
}

.section-heading h2 {
  font-size: clamp(40px, 4.8vw, 58px);
}

.section-heading p,
.hero-text,
.advisor-pill,
.service-card p,
.ring-card p,
.final-cta p {
  font-size: 21px;
  line-height: 2;
}

.hero-subtitle {
  font-size: clamp(24px, 2.8vw, 32px);
}

.service-card h3,
.ring-card h3 {
  font-size: 30px;
}

.text-link {
  font-size: 20px;
  display: inline-flex;
  width: fit-content;
}

.service-card,
.ring-card {
  min-height: 100%;
}

/* Strong WhatsApp icon reset */
.wa-icon-img {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  flex: 0 0 24px !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}

.header-whatsapp .wa-icon-img {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  flex-basis: 20px !important;
}

.floating-whatsapp .wa-icon-img {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  flex-basis: 30px !important;
}

.phone-display .wa-icon-img {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  flex-basis: 42px !important;
}

.wa-phone-link {
  align-items: center;
  gap: 12px;
}

@media (max-width: 820px) {
  .section {
    padding: 58px 0;
  }

  #services,
  #rings {
    padding-top: 58px;
  }

  .hero {
    padding-bottom: 58px;
  }

  .section-heading h2 {
    font-size: clamp(38px, 9vw, 50px);
  }

  .hero h1 {
    font-size: clamp(42px, 11vw, 62px);
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .section-heading p,
  .hero-text,
  .advisor-pill,
  .service-card p,
  .ring-card p,
  .final-cta p {
    font-size: 21px;
    line-height: 2.05;
  }

  .service-card h3,
  .ring-card h3 {
    font-size: 31px;
  }

  .text-link,
  .btn {
    font-size: 21px;
  }

  .service-card,
  .ring-card {
    padding: 28px 24px;
  }

  .ring-card {
    grid-template-columns: 104px 1fr;
  }

  .ring-card img {
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 18px;
  }

  .container {
    width: min(100% - 18px, 1160px);
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hero-subtitle {
    font-size: 23px;
  }

  .section-heading p,
  .hero-text,
  .advisor-pill,
  .service-card p,
  .ring-card p,
  .final-cta p {
    font-size: 20px;
    line-height: 2.05;
  }

  .service-card h3,
  .ring-card h3 {
    font-size: 30px;
  }

  .text-link,
  .btn {
    font-size: 20px;
  }

  .service-card,
  .ring-card {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .ring-card {
    grid-template-columns: 92px 1fr;
    gap: 16px;
  }

  .ring-card img {
    width: 92px;
    height: 92px;
  }

  .phone-display .wa-phone-number {
    font-size: clamp(27px, 8vw, 38px);
  }

  .phone-display .wa-icon-img {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    flex-basis: 34px !important;
  }
}

/* Automatic moving rings section under hero (fixed) */
.moving-rings-section {
  position: relative;
  padding: 72px 0 64px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 162, 77, 0.18), transparent 34%),
    linear-gradient(135deg, #07131f, #102A24);
  border-top: 1px solid rgba(201, 162, 77, 0.25);
  border-bottom: 1px solid rgba(201, 162, 77, 0.25);
}

.moving-rings-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("../images/background-pattern.png");
  background-size: 420px;
  pointer-events: none;
}

.moving-rings-heading {
  position: relative;
  z-index: 2;
  display: block;
  width: min(1080px, calc(100% - 28px));
  margin: 0 auto 34px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.moving-rings-heading .section-kicker {
  justify-content: center;
  margin-bottom: 10px;
}

.moving-rings-heading .section-kicker::after {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.moving-rings-heading h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.35;
  color: var(--gold-light);
  letter-spacing: -0.055em;
}

.moving-rings-heading p {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 21px;
  line-height: 1.9;
}

.moving-rings-marquee {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  direction: ltr;
  padding: 8px 0 14px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.moving-rings-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: movingRingsRtl 34s linear infinite;
  will-change: transform;
}

.moving-rings-marquee:hover .moving-rings-track {
  animation-play-state: paused;
}

@keyframes movingRingsRtl {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.moving-ring-card {
  width: 310px;
  min-height: 450px;
  direction: rtl;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(16, 42, 36, 0.78);
  border: 1px solid rgba(201, 162, 77, 0.38);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.moving-ring-card:hover {
  transform: translateY(-8px);
  border-color: rgba(228, 201, 119, 0.72);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.36);
}

.moving-ring-title {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  color: #111827;
  background: linear-gradient(135deg, var(--gold), #f6df8b);
  border-radius: 20px;
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.moving-ring-image-wrap {
  display: grid;
  place-items: center;
  min-height: 250px;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(201, 162, 77, 0.28);
}

.moving-ring-image-wrap img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.moving-ring-card:hover .moving-ring-image-wrap img {
  transform: scale(1.05);
}

.moving-ring-phone {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 14px;
  color: var(--white);
  background: rgba(37, 211, 102, 0.20);
  border: 1px solid rgba(37, 211, 102, 0.44);
  border-radius: 999px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.moving-ring-phone .wa-icon-img {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  flex-basis: 28px !important;
}

@media (max-width: 820px) {
  .moving-rings-section {
    padding: 58px 0 52px;
  }

  .moving-rings-heading {
    margin-bottom: 24px;
  }

  .moving-rings-heading h2 {
    font-size: clamp(36px, 9vw, 50px);
  }

  .moving-rings-heading p {
    font-size: 20px;
  }

  .moving-rings-track {
    gap: 16px;
    animation-duration: 28s;
  }

  .moving-ring-card {
    width: 285px;
    min-height: 430px;
    padding: 16px;
  }

  .moving-ring-title {
    font-size: 22px;
  }

  .moving-ring-image-wrap img {
    height: 245px;
  }
}

@media (max-width: 520px) {
  .moving-rings-section {
    padding: 50px 0 46px;
  }

  .moving-rings-marquee {
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  }

  .moving-rings-track {
    gap: 14px;
    animation-duration: 25s;
  }

  .moving-ring-card {
    width: 274px;
    min-height: 420px;
  }

  .moving-ring-title {
    min-height: 80px;
    font-size: 21px;
  }

  .moving-ring-image-wrap img {
    height: 236px;
  }

  .moving-ring-phone {
    font-size: 19px;
  }
}
