@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap");

:root {
  --blue: #0b99cf;
  --blue-deep: #056493;
  --blue-dark: #064c76;
  --cyan: #37c2dd;
  --cyan-soft: #dff7fc;
  --coral: #f26f45;
  --coral-soft: #fff0e9;
  --ink: #112534;
  --text: #3c5668;
  --muted: #6c8291;
  --line: #d7e8f0;
  --mist: #eef7fb;
  --page: #f6fafc;
  --white: #fff;
  --shadow: 0 22px 60px rgba(0, 87, 128, .16);
  --content: 1210px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: "Outfit", "Inter", sans-serif; letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(40px, 5.4vw, 72px); line-height: 1.05; }
h3 { margin-bottom: 9px; font-size: 21px; line-height: 1.2; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 15px; color: #fff; background: var(--blue-dark); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.anc-header {
  position: sticky;
  z-index: 70;
  top: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 11px max(22px, calc((100vw - var(--content)) / 2));
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(215,232,240,.85);
  backdrop-filter: blur(18px);
  transition: box-shadow .22s ease;
}
.anc-header.is-scrolled { box-shadow: 0 13px 35px rgba(0,74,110,.1); }
.anc-brand { display: flex; align-items: center; gap: 11px; }
.anc-brand > img { width: 52px; height: 52px; border-radius: 15px; box-shadow: 0 9px 25px rgba(0,112,160,.17); }
.anc-brand > span { display: grid; line-height: 1.05; }
.anc-brand strong { color: var(--blue-dark); font-family: "Outfit"; font-size: 19px; font-weight: 800; }
.anc-brand small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.anc-nav { display: flex; align-items: center; gap: 3px; color: #456174; font-size: 12px; font-weight: 800; }
.anc-nav a { padding: 9px 11px; border-radius: 9px; }
.anc-nav a:hover { color: var(--blue-deep); background: var(--mist); }
.anc-nav .obicalc-link { margin-left: 5px; padding-inline: 16px; color: #fff; background: var(--blue-dark); box-shadow: 0 10px 25px rgba(0,80,120,.18); }
.menu-toggle { width: 46px; height: 46px; display: none; padding: 0 11px; border: 0; border-radius: 12px; background: var(--mist); }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--blue-dark); border-radius: 99px; transition: transform .2s ease; }
body.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
body.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }

.section-label { margin-bottom: 14px; color: var(--blue-deep); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-label.light { color: #c7f1ff; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.anc-hero {
  position: relative;
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  overflow: hidden;
  padding: 75px max(22px, calc((100vw - var(--content)) / 2)) 88px;
  color: rgba(255,255,255,.82);
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(145deg, #066a9e 0%, #0a9ed2 58%, #43bfdc 100%);
  background-size: 54px 54px, 54px 54px, auto;
}
.anc-hero::after { content: ""; position: absolute; width: 850px; height: 350px; left: -230px; bottom: -270px; background: rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 -55px 0 rgba(255,255,255,.06); transform: rotate(7deg); }
.hero-rings { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.ring-one { width: 520px; height: 520px; right: -240px; top: -300px; }
.ring-two { width: 390px; height: 390px; right: -165px; top: -230px; }
.ring-three { width: 260px; height: 260px; right: -95px; top: -160px; }
.anc-hero-copy { position: relative; z-index: 2; max-width: 720px; }
.product-lockup { display: flex; align-items: center; gap: 15px; margin-bottom: 38px; }
.product-lockup img { width: 78px; height: 78px; border: 4px solid rgba(255,255,255,.65); border-radius: 22px; box-shadow: 0 20px 42px rgba(0,69,105,.28); }
.product-lockup div { display: grid; line-height: 1.1; }
.product-lockup strong { color: #fff; font-family: "Outfit"; font-size: 29px; }
.product-lockup small { margin-top: 6px; color: #c7effb; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.anc-hero h1 { margin-bottom: 25px; color: #fff; font-size: clamp(58px, 7.2vw, 98px); line-height: .97; letter-spacing: -.06em; }
.anc-hero h1 em { color: #ffd7c5; font-style: normal; }
.hero-lead { max-width: 680px; color: rgba(255,255,255,.82); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.store-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.store-button { min-width: 190px; min-height: 62px; display: flex; align-items: center; gap: 11px; padding: 9px 15px; color: var(--blue-dark); background: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; box-shadow: 0 17px 40px rgba(0,70,104,.22); }
.store-button > span:last-child { display: grid; line-height: 1.05; }
.store-button small { font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.store-button strong { margin-top: 4px; font-size: 16px; }
.store-icon { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--blue-dark); border-radius: 8px; font-family: "Outfit"; font-size: 13px; font-weight: 800; }
.store-pending { color: rgba(255,255,255,.82); background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.23); box-shadow: none; }
.store-pending .store-icon { background: rgba(255,255,255,.12); }
.official-store-actions { align-items: center; gap: 14px; }
.official-store-badge {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .28s ease, filter .28s ease;
}
.official-store-badge img { width: auto; max-width: none; height: 56px; object-fit: contain; }
.official-store-badge.google-play-badge img { height: 68px; }
.official-store-badge:hover { filter: drop-shadow(0 13px 20px rgba(0,50,75,.25)); transform: translateY(-3px); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 690px; margin-top: 40px; overflow: hidden; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.22); border-radius: 15px; }
.hero-proof div { padding: 15px; background: rgba(4,89,131,.2); backdrop-filter: blur(9px); }
.hero-proof strong { display: block; color: #fff; font-size: 18px; line-height: 1.1; }
.hero-proof span { display: block; margin-top: 6px; color: rgba(255,255,255,.64); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.anc-hero-product { position: relative; z-index: 2; min-height: 720px; display: grid; place-items: center; }
.anc-device { position: relative; width: 346px; height: 724px; padding: 11px; background: #14222b; border: 1px solid rgba(255,255,255,.25); border-radius: 52px; box-shadow: 0 45px 95px rgba(0,61,93,.44), inset 0 0 0 2px #30404a; transform: rotate(2.4deg); }
.anc-device::before, .anc-device::after { content: ""; position: absolute; width: 3px; background: #40515a; border-radius: 3px; }
.anc-device::before { height: 90px; left: -4px; top: 135px; }.anc-device::after { height: 75px; right: -4px; top: 160px; }
.device-screen { width: 100%; height: 100%; overflow: hidden; background: #edf7fa; border-radius: 42px; }
.device-screen img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center top; transform: none; }
.floating-icon { position: absolute; z-index: 4; width: 100px; height: 100px; top: 65px; right: -4px; border: 4px solid rgba(255,255,255,.65); border-radius: 24px; box-shadow: 0 22px 45px rgba(0,69,104,.3); transform: rotate(5deg); }
.floating-date { position: absolute; z-index: 5; left: -55px; bottom: 135px; display: grid; min-width: 185px; padding: 14px 16px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 13px; box-shadow: 0 20px 50px rgba(0,68,101,.25); backdrop-filter: blur(10px); }
.floating-date small { color: var(--blue-deep); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.floating-date strong { margin-top: 5px; font-size: 14px; }.floating-date span { color: var(--muted); font-size: 10px; }
.capture-note { position: absolute; bottom: -4px; margin: 0; color: rgba(255,255,255,.66); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.capture-note i { width: 7px; height: 7px; display: inline-block; margin-right: 6px; background: #ffb18e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,177,142,.15); }

.anc-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 23px 25px; color: var(--blue-dark); background: #fff; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.anc-strip i { width: 5px; height: 5px; background: var(--coral); border-radius: 50%; }
.anc-section { padding: clamp(80px, 9vw, 130px) max(22px, calc((100vw - var(--content)) / 2)); }
.anc-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 12px 8vw; align-items: end; margin-bottom: 48px; }
.anc-heading .section-label { grid-column: 1 / -1; }
.anc-heading h2 { margin-bottom: 0; }
.anc-heading > p:last-child { margin-bottom: 7px; color: var(--muted); font-size: 17px; }
.dating-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.dating-card { position: relative; min-height: 350px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 19px; box-shadow: 0 14px 36px rgba(0,87,128,.07); }
.dating-card > span { position: absolute; top: 25px; right: 25px; color: #93b9ca; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.dating-card img { width: 120px; height: 120px; margin-bottom: 35px; border-radius: 25px; filter: drop-shadow(0 14px 20px rgba(0,105,155,.13)); }
.dating-card p { color: var(--muted); font-size: 13px; }

.calendar-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; padding: clamp(80px, 9vw, 130px) max(22px, calc((100vw - var(--content)) / 2)); color: rgba(255,255,255,.75); background: var(--blue-dark); }
.calendar-copy h2 { color: #fff; }
.calendar-copy > p:not(.section-label) { font-size: 18px; }
.calendar-copy ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin: 26px 0 0; padding: 0; list-style: none; }
.calendar-copy li { position: relative; padding: 10px 10px 10px 30px; color: #d3edf8; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; font-size: 11px; }
.calendar-copy li::before { content: "✓"; position: absolute; left: 10px; color: #62d8cd; font-weight: 900; }
.calendar-card { padding: clamp(26px, 4vw, 45px); color: var(--muted); background: #fff; border-radius: 23px; box-shadow: 0 32px 75px rgba(0,30,48,.28); }
.calendar-card-top { display: flex; justify-content: space-between; color: var(--blue-deep); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.calendar-card-top b { padding: 4px 7px; color: #fff; background: var(--coral); border-radius: 5px; font-size: 8px; }
.date-pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin: 30px 0; }
.date-pair div { display: grid; gap: 6px; padding: 16px; background: var(--mist); border-radius: 11px; }
.date-pair small { color: var(--blue-deep); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.date-pair strong { color: var(--ink); font-size: 15px; }
.date-pair > span { color: var(--blue); font-weight: 900; }
.week-progress { display: flex; justify-content: space-between; align-items: end; color: var(--ink); }
.week-progress span { display: grid; }.week-progress small { color: var(--muted); font-size: 9px; }.week-progress > strong { color: var(--blue-deep); }
.progress { height: 8px; margin-top: 10px; overflow: hidden; background: var(--line); border-radius: 99px; }
.progress i { width: 71%; height: 100%; display: block; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: inherit; }
.calendar-card > p { margin: 18px 0 0; font-size: 10px; text-align: right; }
.calendar-real-view { position: relative; min-height: 760px; display: grid; place-items: center; }
.calendar-phone {
  position: relative;
  width: 350px;
  height: 730px;
  padding: 11px;
  overflow: hidden;
  background: #14222b;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 54px;
  box-shadow: 0 42px 90px rgba(0,27,44,.44), inset 0 0 0 2px #30404a;
  transform: rotate(2deg);
}
.calendar-phone::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 19px;
  left: 50%;
  width: 112px;
  height: 30px;
  background: #05090d;
  border-radius: 99px;
  transform: translateX(-50%);
}
.calendar-phone .device-screen { border-radius: 43px; }
.calendar-phone .device-screen img { object-position: center top; }
.calendar-real-caption {
  position: absolute;
  z-index: 4;
  right: -12px;
  bottom: 80px;
  max-width: 260px;
  display: grid;
  padding: 17px 19px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 15px;
  box-shadow: 0 22px 50px rgba(0,31,49,.27);
  backdrop-filter: blur(12px);
}
.calendar-real-caption > span { color: var(--blue-deep); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.calendar-real-caption i { width: 7px; height: 7px; display: inline-block; margin-right: 7px; background: #21b3d7; border-radius: 50%; box-shadow: 0 0 0 5px rgba(33,179,215,.12); }
.calendar-real-caption strong { margin-top: 7px; color: var(--ink); font-family: "Outfit"; font-size: 18px; line-height: 1.16; }
.calendar-real-caption small { margin-top: 5px; color: var(--muted); font-size: 9px; }

.tools-section { background: #fff; }
.tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.tool-card { min-height: 150px; display: grid; grid-template-columns: 94px 1fr; gap: 20px; align-items: center; padding: 24px; background: var(--page); border: 1px solid var(--line); border-radius: 17px; }
.tool-card img { width: 86px; height: 86px; border-radius: 17px; }
.tool-card p { margin: 0; color: var(--muted); font-size: 13px; }

.privacy-section { display: grid; grid-template-columns: .7fr 1.1fr; gap: 8vw; align-items: center; padding: clamp(80px, 9vw, 130px) max(22px, calc((100vw - var(--content)) / 2)); color: rgba(255,255,255,.75); background: #082f4b; }
.privacy-icon-wrap { display: grid; place-items: center; }
.privacy-icon-wrap img { width: min(360px, 70vw); border: 7px solid rgba(255,255,255,.12); border-radius: 27%; box-shadow: 0 38px 80px rgba(0,0,0,.3); transform: rotate(-3deg); }
.privacy-copy h2 { color: #fff; }
.privacy-copy > p:not(.section-label) { font-size: 18px; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.privacy-points span { padding: 7px 10px; color: #d4edf7; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 99px; font-size: 10px; font-weight: 800; }
.privacy-copy > a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 800; }
.clinical-section { display: grid; grid-template-columns: 1fr .9fr; gap: 8vw; padding: clamp(78px, 8vw, 115px) max(22px, calc((100vw - var(--content)) / 2)); background: var(--coral-soft); }
.clinical-section h2 { font-size: clamp(36px, 4.7vw, 61px); }
.clinical-section > div:last-child { padding-top: 35px; color: #765448; font-size: 17px; }
.clinical-section a { color: #a84527; font-size: 13px; font-weight: 800; }
.download-section { display: grid; grid-template-columns: 1fr .55fr; gap: 7vw; align-items: center; padding: clamp(80px, 9vw, 125px) max(22px, calc((100vw - var(--content)) / 2)); color: rgba(255,255,255,.78); background: linear-gradient(145deg, var(--blue-deep), var(--blue), var(--cyan)); }
.download-copy h2 { color: #fff; }
.download-copy > p:not(.section-label) { font-size: 18px; }
.download-section .store-actions { align-items: center; }
.obicalc-store { color: #fff; font-size: 12px; font-weight: 800; }
.download-icon { width: min(300px, 65vw); justify-self: center; border: 6px solid rgba(255,255,255,.55); border-radius: 27%; box-shadow: 0 35px 75px rgba(0,65,96,.3); transform: rotate(3deg); }
.anc-footer { display: grid; grid-template-columns: 1fr auto; gap: 25px 40px; align-items: center; padding: 42px max(22px, calc((100vw - var(--content)) / 2)); background: #fff; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.footer-brand img { width: 49px; height: 49px; border-radius: 13px; }
.footer-brand span { display: grid; line-height: 1.05; }
.footer-brand strong { color: var(--blue-dark); font-family: "Outfit"; font-size: 15px; }
.footer-brand small { margin-top: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.anc-footer > p { justify-self: end; margin: 0; color: var(--muted); font-size: 10px; }
.anc-footer > p a { color: var(--blue-deep); font-weight: 800; }
.anc-footer nav { display: flex; flex-wrap: wrap; gap: 16px; color: var(--blue-deep); font-size: 10px; font-weight: 800; }

/* Hijri ANC about page */
.anc-about-hero {
  position: relative;
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, .8fr);
  gap: clamp(55px, 8vw, 115px);
  align-items: center;
  overflow: hidden;
  padding: 78px max(22px, calc((100vw - var(--content)) / 2)) 95px;
  color: rgba(255,255,255,.79);
  background:
    radial-gradient(circle at 82% 15%, rgba(96,220,232,.22), transparent 32%),
    linear-gradient(140deg, #052f4a 0%, #056493 52%, #0b99cf 100%);
}
.anc-about-hero::after { content: ""; position: absolute; width: 820px; height: 330px; left: -245px; bottom: -270px; background: rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 -54px 0 rgba(255,255,255,.045); transform: rotate(7deg); }
.about-orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.about-orbit-one { width: 520px; height: 520px; right: -270px; top: -285px; }
.about-orbit-two { width: 390px; height: 390px; right: -195px; top: -210px; }
.anc-about-copy { position: relative; z-index: 2; }
.anc-about-copy h1 { margin-bottom: 25px; color: #fff; font-size: clamp(57px, 7vw, 95px); line-height: .96; letter-spacing: -.06em; }
.anc-about-copy h1 em { color: #ffd5c4; font-style: normal; }
.anc-about-copy > p:not(.section-label) { max-width: 700px; font-size: 19px; }
.about-back-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 14px; padding-bottom: 5px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 800; }
.about-back-link span { transition: transform .2s ease; }
.about-back-link:hover span { transform: translateX(4px); }
.about-portrait-collage { position: relative; z-index: 2; min-height: 570px; }
.about-portrait { position: absolute; margin: 0; overflow: hidden; background: #fff; border: 7px solid rgba(255,255,255,.92); border-radius: 30px; box-shadow: 0 38px 90px rgba(0,25,40,.38); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-portrait-primary { width: 330px; height: 420px; top: 0; left: 0; transform: rotate(-3deg); }
.about-portrait-secondary { width: 270px; height: 350px; right: 0; bottom: 0; transform: rotate(4deg); }
.about-portrait-secondary img { object-position: center top; }
.about-portrait-tertiary { z-index: 3; width: 205px; height: 235px; left: 52px; bottom: -5px; transform: rotate(-1.5deg); }
.about-portrait-initials { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #a84d8c, #d48abb); font-family: "Outfit"; font-size: 64px; font-weight: 800; }
.about-portrait figcaption { position: absolute; inset: auto 13px 13px; display: grid; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.8); border-radius: 12px; backdrop-filter: blur(10px); }
.about-portrait figcaption strong { font-family: "Outfit"; font-size: 15px; }
.about-portrait figcaption small { margin-top: 2px; color: var(--blue-deep); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.anc-about-intro {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 8vw;
  padding: clamp(85px, 9vw, 135px) max(22px, calc((100vw - var(--content)) / 2));
  background: #fff;
}
.anc-about-intro h2 { margin: 0; }
.about-intro-copy { padding-top: 38px; color: var(--muted); font-size: 18px; }
.anc-team-section { padding: clamp(85px, 9vw, 135px) max(22px, calc((100vw - var(--content)) / 2)); background: var(--page); }
.anc-team-heading { max-width: 850px; margin-bottom: 50px; }
.anc-team-heading > p:last-child { max-width: 690px; color: var(--muted); font-size: 17px; }
.anc-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.anc-person-card { display: grid; grid-template-columns: minmax(210px, .76fr) 1fr; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 20px 55px rgba(0,76,112,.09); }
.anc-person-image { min-height: 440px; overflow: hidden; background: var(--mist); }
.anc-person-image img { width: 100%; height: 100%; object-fit: cover; }
.anc-person-card:nth-child(2) .anc-person-image img { object-position: center top; }
.anc-person-card-sara { grid-column: 1 / -1; width: min(760px, 100%); justify-self: center; }
.anc-person-card-sara .anc-person-image { min-height: 350px; }
.anc-person-initials { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #a84d8c, #d48abb); font-family: "Outfit"; font-size: 78px; font-weight: 800; }
.anc-person-copy { align-self: center; padding: 32px; }
.anc-person-copy > span { display: inline-block; margin-bottom: 15px; padding: 6px 9px; color: var(--blue-deep); background: var(--cyan-soft); border-radius: 7px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.anc-person-copy h3 { font-size: 29px; }
.anc-person-copy p { color: var(--muted); font-size: 13px; }
.anc-person-links { display: flex; gap: 13px; margin-top: 20px; color: var(--blue-deep); font-size: 12px; font-weight: 800; }

.anc-principles {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  padding: clamp(85px, 9vw, 130px) max(22px, calc((100vw - var(--content)) / 2));
  color: rgba(255,255,255,.74);
  background: #052f4a;
}
.anc-principles h2 { color: #fff; }
.anc-principle-grid { display: grid; gap: 10px; }
.anc-principle-grid article { position: relative; padding: 23px 24px 23px 76px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 17px; }
.anc-principle-grid span { position: absolute; left: 22px; top: 24px; color: #5ed5e2; font-family: "Outfit"; font-size: 21px; font-weight: 800; }
.anc-principle-grid strong { color: #fff; font-family: "Outfit"; font-size: 19px; }
.anc-principle-grid p { margin: 5px 0 0; font-size: 12px; }
.anc-about-download {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
  align-items: center;
  padding: clamp(70px, 8vw, 105px) max(22px, calc((100vw - var(--content)) / 2));
  background: linear-gradient(135deg, #e7f8fc, #fff);
}
.anc-about-download h2 { max-width: 780px; margin: 0; font-size: clamp(40px, 5vw, 67px); }
.anc-about-download .store-actions { margin-top: 0; }

/* Privacy policy */
.policy-page { background: var(--page); }
.policy-page .anc-header { color: var(--ink); }
.policy-hero { position: relative; overflow: hidden; padding: 100px max(22px, calc((100vw - 1120px) / 2)) 78px; color: rgba(255,255,255,.8); background: linear-gradient(145deg, var(--blue-dark), var(--blue)); }
.policy-hero::after { content: ""; position: absolute; width: 560px; height: 280px; right: -120px; bottom: -220px; background: rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 -48px 0 rgba(255,255,255,.07); }
.policy-hero-inner { position: relative; z-index: 1; max-width: 900px; }
.policy-hero h1 { margin: 0; color: #fff; font-size: clamp(55px, 8vw, 100px); line-height: 1; }
.policy-hero h1 em { color: #d4f5ff; font-style: normal; }
.policy-lead { max-width: 780px; margin: 23px 0 27px; font-size: 18px; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.policy-meta span { padding: 6px 10px; color: #e0f6fd; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.policy-wrap { max-width: 1160px; margin: 0 auto; padding: 55px 22px 100px; }
.policy-summary { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; margin-bottom: 20px; padding: clamp(28px,5vw,50px); background: var(--mist); border: 1px solid var(--line); border-radius: 22px; }
.policy-summary h2 { margin: 0; font-size: clamp(32px,4vw,48px); }
.policy-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.policy-facts li { display: grid; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.policy-facts strong { color: var(--blue-deep); font-size: 12px; }.policy-facts span { color: var(--muted); font-size: 10px; }
.policy-content { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: start; }
.policy-toc { position: sticky; top: 96px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.policy-toc > strong { color: var(--ink); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.policy-toc ol { display: grid; gap: 7px; margin: 13px 0 0; padding-left: 18px; font-size: 10px; }
.policy-card { scroll-margin-top: 96px; margin-bottom: 11px; padding: clamp(25px,4vw,40px); background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.policy-card h2 { margin-bottom: 16px; font-size: clamp(24px,3vw,33px); }
.policy-card p, .policy-card li { color: #526b7b; font-size: 13px; }
.policy-card ul { display: grid; gap: 8px; padding-left: 20px; }
.policy-card a { color: var(--blue-deep); font-weight: 800; }
.policy-card code { padding: .15em .38em; color: var(--ink); background: var(--mist); border-radius: 5px; overflow-wrap: anywhere; }
.policy-contact { color: rgba(255,255,255,.78); background: var(--blue-dark); border-color: var(--blue-dark); }
.policy-contact h2, .policy-contact p, .policy-contact a { color: #fff; }

@media (max-width: 1080px) {
  .anc-hero { grid-template-columns: 1fr 370px; gap: 38px; }
  .dating-grid { grid-template-columns: repeat(2,1fr); }
  .floating-date { left: -20px; }
}

@media (max-width: 850px) {
  .anc-header { min-height: 70px; padding-inline: 16px; }
  .anc-brand > img { width: 46px; height: 46px; }
  .anc-brand small { display: none; }
  .menu-toggle { display: block; }
  .anc-nav { position: fixed; inset: 70px 12px auto; max-height: calc(100svh - 82px); display: none; overflow: auto; align-items: stretch; flex-direction: column; padding: 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
  body.menu-open .anc-nav { display: flex; }
  .anc-nav a { padding: 12px; text-align: center; }
  .anc-nav .obicalc-link { margin: 4px 0 0; }
  .anc-hero, .anc-heading, .calendar-section, .privacy-section, .clinical-section, .download-section, .policy-summary,
  .anc-about-hero, .anc-about-intro, .anc-principles, .anc-about-download { grid-template-columns: 1fr; }
  .anc-hero { padding-top: 65px; }
  .anc-hero-product { min-height: 760px; }
  .anc-heading .section-label { grid-column: auto; }
  .anc-heading { gap: 8px; }
  .calendar-section, .privacy-section { gap: 55px; }
  .calendar-real-view { min-height: 760px; }
  .about-portrait-collage { width: min(590px, 100%); margin: 0 auto; }
  .anc-team-grid { grid-template-columns: 1fr; }
  .anc-about-download .store-actions { margin-top: 5px; }
  .privacy-icon-wrap { order: 2; }
  .privacy-icon-wrap img { width: 270px; }
  .download-section { text-align: center; }
  .download-copy { display: grid; justify-items: center; }
  .download-section .store-actions { justify-content: center; }
  .policy-content { grid-template-columns: 1fr; }
  .policy-toc { position: static; }
  .anc-footer { grid-template-columns: 1fr; }
  .anc-footer > p { justify-self: start; }
}

@media (max-width: 580px) {
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .anc-hero { min-height: auto; padding: 55px 18px 72px; }
  .product-lockup img { width: 67px; height: 67px; }
  .product-lockup strong { font-size: 26px; }
  .anc-hero h1 { font-size: clamp(54px, 16vw, 75px); }
  .hero-lead { font-size: 17px; }
  .store-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .store-button { width: 100%; text-align: left; }
  .official-store-actions { align-items: flex-start; }
  .hero-proof { grid-template-columns: 1fr; }
  .anc-hero-product { min-height: 660px; }
  .anc-device { width: 304px; height: 633px; border-radius: 46px; }
  .device-screen { border-radius: 36px; }
  .floating-icon { width: 82px; height: 82px; right: 0; }
  .floating-date { display: none; }
  .capture-note { bottom: -10px; font-size: 8px; }
  .anc-strip { align-items: flex-start; flex-direction: column; gap: 8px; padding-inline: 18px; }
  .anc-strip i { display: none; }
  .anc-section, .calendar-section, .privacy-section, .clinical-section, .download-section { padding-inline: 18px; }
  .dating-grid, .tools-grid, .calendar-copy ul { grid-template-columns: 1fr; }
  .calendar-real-view { min-height: 650px; }
  .calendar-phone { width: 304px; height: 633px; border-radius: 46px; }
  .calendar-phone .device-screen { border-radius: 36px; }
  .calendar-real-caption { right: 0; bottom: 35px; max-width: 220px; }
  .anc-about-hero { min-height: auto; padding: 60px 18px 75px; }
  .anc-about-copy h1 { font-size: clamp(54px, 15vw, 76px); }
  .about-portrait-collage { min-height: 495px; margin-top: 15px; }
  .about-portrait-primary { width: 255px; height: 335px; }
  .about-portrait-secondary { width: 215px; height: 285px; }
  .about-portrait-tertiary { width: 165px; height: 190px; left: 34px; }
  .anc-about-intro, .anc-team-section, .anc-principles, .anc-about-download { padding-inline: 18px; }
  .anc-person-card { grid-template-columns: 1fr; }
  .anc-person-card-sara { grid-column: auto; }
  .anc-person-image { min-height: 390px; }
  .anc-person-card-sara .anc-person-image { min-height: 300px; }
  .anc-person-copy { padding: 26px; }
  .anc-principle-grid article { padding-left: 66px; }
  .dating-card { min-height: 310px; }
  .dating-card img { width: 104px; height: 104px; margin-bottom: 30px; }
  .date-pair { grid-template-columns: 1fr; }
  .date-pair > span { justify-self: center; transform: rotate(90deg); }
  .tool-card { grid-template-columns: 78px 1fr; padding: 20px; }
  .tool-card img { width: 72px; height: 72px; }
  .policy-hero { padding: 70px 18px 55px; }
  .policy-wrap { padding-inline: 14px; }
  .policy-facts { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
