/* Homepage only: existing guides and account pages keep their shared theme. */
.landing {
  --ink: #10281c;
  --muted: #526057;
  --cream: #f7f6f0;
  --line: rgb(36 95 75 / 12%);
  --max: 1216px;
  background:
    radial-gradient(
      circle at 86% 8%,
      rgb(225 241 233 / 55%),
      transparent 24rem
    ),
    #f7f6f0;
  color: var(--ink);
  --primary: #245f4b;
  --pine: #245f4b;
  --green: #245f4b;
  --mint: #e1f1e9;
  --sand: #f2e5bd;
}
.landing .container {
  width: min(var(--max), calc(100% - 64px));
}
.landing h1,
.landing h2,
.landing h3 {
  font-weight: 800;
  letter-spacing: -0.035em;
}
.landing h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.17;
}
.landing h3 {
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.landing p {
  color: var(--muted);
}
.landing .ico {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.landing :focus-visible {
  outline: 3px solid #8dbda8;
  outline-offset: 5px;
}
.landing [id] {
  scroll-margin-top: 110px;
}
.landing .button {
  border-radius: 999px;
  min-height: 50px;
  padding: 13px 23px;
  box-shadow: none;
  font-size: 0.94rem;
  gap: 18px;
}
.landing .button.primary {
  background: #245f4b;
  box-shadow: 0 10px 25px rgb(36 95 75 / 16%);
}
.landing .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #10281c12;
}
.landing .button.plain {
  background: transparent;
  color: #245f4b;
  padding-inline: 6px;
}
.landing .arrow {
  display: inline-block;
  font-size: 1.15em;
}
.landing .kicker {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  font-weight: 800;
  color: #245f4b;
  margin-bottom: 22px;
}
.local-bar {
  background: #e1f1e9;
  color: #2b5948;
  font-size: 0.78rem;
}
.local-bar .container {
  min-height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.local-bar [lang="ar"] {
  font-size: 0.9rem;
}
.landing .site-header {
  background: rgb(247 246 240 / 95%);
  border-bottom: 1px solid rgb(23 62 48 / 10%);
  backdrop-filter: blur(16px);
}
.landing .nav {
  min-height: 80px;
  gap: 22px;
}
.landing .brand {
  font-size: 1.125rem;
  gap: 12px;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.landing .brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgb(36 95 75 / 20%);
  font-size: 1.35rem;
  background: var(--primary);
}
.brand-by {
  display: block;
  font:
    700 0.625rem/1.5 "DM Sans",
    sans-serif;
  letter-spacing: 0.16em;
  margin-top: 5px;
  color: var(--primary);
  text-transform: uppercase;
}
.landing .nav-links {
  font-size: 0.875rem;
  gap: 4px;
  color: #526057;
}
.landing .nav-tools {
  gap: 14px;
}
.landing .language {
  border: 1px solid rgb(36 95 75 / 10%);
  padding: 4px;
  background: #fff;
  gap: 2px;
  border-radius: 999px;
  box-shadow: 0 1px 2px #10281c08;
}
.landing .language button {
  padding: 4px 6px;
  font-size: 0.6875rem;
  border-radius: 999px;
  min-width: 29px;
  min-height: 28px;
}
.landing .language button.active {
  background: var(--primary);
  color: #fff;
}
.landing .nav-pro {
  background: var(--primary);
  color: #fff;
  border: 1px solid #dce9df;
  min-height: 42px;
  padding: 8px 15px;
  font-size: 0.82rem;
  gap: 12px;
  border-color: transparent;
  border-radius: 999px;
}
.morocco-hero {
  padding: 64px 0 60px;
  background:
    radial-gradient(ellipse at 84% 20%, #e1f1e9 0%, transparent 46%),
    radial-gradient(ellipse at 63% 85%, #f2e5bd66 0%, transparent 30%), #f7f6f0;
  overflow: hidden;
  border-radius: 0 0 44px 44px;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 74px;
  align-items: center;
}
.landing .hero-copy h1 {
  font-size: clamp(3.2rem, 5.4vw, 4.8rem);
  line-height: 1.04;
  margin-bottom: 26px;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.hero-copy h1 em {
  font-style: normal;
  color: #245f4b;
}
.landing .hero-copy > p {
  font-size: 1.08rem;
  line-height: 1.85;
  max-width: 490px;
}
.landing .hero-copy .actions {
  margin-top: 30px;
  gap: 22px;
}
.hero-notes {
  display: grid;
  gap: 7px;
  margin-top: 25px;
  font-size: 0.81rem;
  color: #597166;
}
.hero-notes > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-notes .ico {
  width: 17px;
  height: 17px;
  color: #3d8368;
}
.hero-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 0.81rem;
  margin-top: 42px;
  color: #7b867f;
}
.signature-line {
  width: 27px;
  height: 1px;
  background: #b7c8bc;
}
.hero-visual {
  position: relative;
  padding: 0 0 22px 15px;
}
.image-frame {
  height: 525px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #e2ece1;
  border: 1px solid rgb(36 95 75 / 8%);
  box-shadow: 0 28px 70px rgb(16 40 28 / 12%);
}
.image-frame:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, #0e2b24b8);
}
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.image-caption {
  position: absolute;
  z-index: 1;
  inset: auto 30px 72px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}
.image-caption > span {
  display: block;
}
.image-caption [lang="ar"] {
  font-size: 1.2rem;
  opacity: 0.9;
  letter-spacing: 0;
  text-align: start;
  margin-top: 4px;
}
.visit-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  inset: auto 35px -5px -22px;
  border: 1px solid rgb(36 95 75 / 8%);
  padding: 22px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgb(16 40 28 / 12%);
  z-index: 2;
}
.note-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #e1f1e9;
  border-radius: 12px;
  color: #16734f;
  flex-shrink: 0;
}
.visit-note strong {
  display: block;
  font-size: 0.9rem;
}
.visit-note div > span {
  display: block;
  font-size: 0.78rem;
  color: #63746b;
  margin-top: 2px;
}
.image-disclosure {
  display: block;
  text-align: end;
  font-size: 0.65rem;
  color: #7c887f;
  position: relative;
  top: 36px;
}
.reassurance {
  border-block: 1px solid #e1e9e1;
  background: rgb(255 255 255 / 55%);
}
.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 29px;
  gap: 32px;
}
.reassurance-grid > div {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-inline: 24px;
  border-inline-end: 1px solid #e1e9e1;
}
.reassurance-grid > div:first-child {
  padding-inline-start: 0;
}
.reassurance-grid > div:last-child {
  border: 0;
}
.reassurance-grid .ico {
  width: 28px;
  height: 28px;
  color: #24795b;
}
.reassurance-grid strong {
  display: block;
  font-size: 0.9rem;
}
.reassurance-grid div > span {
  display: block;
  color: #748178;
  font-size: 0.79rem;
  margin-top: 3px;
}
.landing .section {
  padding: 94px 0;
}
.section-heading {
  max-width: 715px;
  margin-bottom: 38px;
}
.section-heading > p {
  font-size: 1rem;
  max-width: 640px;
}
.patient-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.patient-card {
  padding: 28px;
  border: 1px solid rgb(36 95 75 / 10%);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(16 40 28 / 6%);
}
.patient-card:first-child {
  background: #fff;
  border-color: rgb(36 95 75 / 10%);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.icon-box {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  background: #e1f1e9;
  border-radius: 12px;
  color: #267350;
}
.patient-card:first-child .icon-box {
  background: #deeee2;
}
.card-index {
  font:
    500 0.85rem Manrope,
    sans-serif;
  color: #728a79;
}
.patient-card h3 {
  font-size: 1.22rem;
  margin-bottom: 14px;
}
.patient-card p {
  font-size: 0.94rem;
  line-height: 1.75;
  margin: 0;
}
.section-tail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}
.landing .text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  font-size: 0.92rem;
  color: #096345;
  border-bottom: 1px solid #b0cbb9;
  padding-bottom: 5px;
}
.subtle-link {
  font-size: 0.85rem;
  color: #586e61;
}
.subtle-link .arrow {
  margin-inline-start: 10px;
}
.how-section {
  padding: 75px 0;
  background: rgb(255 255 255 / 55%);
  border-block: 1px solid #e6ece3;
}
.how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.how-layout h2 {
  max-width: 450px;
}
.how-layout .button {
  margin-top: 14px;
}
.how-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.how-steps li {
  display: flex;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid #dbe6d9;
}
.how-steps li:first-child {
  padding-top: 0;
}
.how-steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.how-steps li > span {
  font:
    500 0.83rem Manrope,
    sans-serif;
  background: #e1eddf;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  color: #276b44;
}
.how-steps h3 {
  font-size: 1.12rem;
  margin: 5px 0 10px;
}
.how-steps p {
  font-size: 0.94rem;
  line-height: 1.75;
  margin: 0;
}
.landing .pro-section {
  padding-bottom: 45px;
}
.pro-panel {
  background: #e1f1e9;
  border-radius: 32px;
  padding: 54px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 56px;
  align-items: center;
  color: var(--ink);
  border: 1px solid rgb(36 95 75 / 10%);
}
.pro-wordmark {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font:
    800 1.5rem Manrope,
    sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
  flex-direction: column;
  color: var(--ink);
}
.pro-wordmark b {
  font:
    600 0.65rem "DM Sans",
    sans-serif;
  letter-spacing: 0.08em;
  background: #ffffff1a;
  border: 1px solid #ffffff45;
  border-radius: 5px;
  padding: 4px 7px;
}
.pro-copy h2 {
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1.2;
}
.pro-copy > p {
  color: #c7ddd2;
  font-size: 0.98rem;
  line-height: 1.8;
}
.pro-list {
  list-style: none;
  padding: 0;
  margin: 27px 0;
  display: grid;
  gap: 16px;
  color: #526057;
  font-size: 0.91rem;
}
.pro-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.pro-list .ico {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--primary);
}
.landing .button.light {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 25px rgb(36 95 75 / 16%);
}
.pro-copy .actions {
  align-items: center;
  gap: 22px;
}
.pro-contact {
  font-size: 0.84rem;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.pro-contact .arrow {
  display: none;
}
.agenda {
  background: #fff;
  color: #254b3d;
  border-radius: 24px;
  padding: 20px;
  transform: none;
  box-shadow: 0 18px 50px rgb(16 40 28 / 10%);
  position: relative;
  margin: -42px 14px 0;
  border: 1px solid rgb(36 95 75 / 10%);
}
.agenda-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #edf1ea;
  padding-bottom: 18px;
  gap: 10px;
}
.agenda-logo {
  font:
    bold 1.1rem Manrope,
    sans-serif;
  letter-spacing: -0.03em;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}
.agenda-logo b {
  font-size: 0.5625rem;
  letter-spacing: 0.16em;
  border: 0;
  padding: 0;
  border-radius: 3px;
  margin-inline-start: 3px;
  margin: 4px 0 0;
  color: var(--primary);
}
.demo-label {
  font-size: 0.67rem;
  color: #718175;
}
.agenda-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin: 17px 0;
}
.agenda-title h3 {
  font-size: 1.14rem;
  margin: 0;
}
.agenda-title .ico {
  width: 19px;
  height: 19px;
  color: #778b7e;
}
.landing .agenda-subtitle {
  font-size: 0.8rem;
  margin: 6px 0 20px;
  color: #708074;
}
.week-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-bottom: 25px;
}
.week-strip > div {
  display: grid;
  text-align: center;
  gap: 3px;
  border-radius: 9px;
  padding: 10px 3px;
  background: #f5f8f4;
  font-size: 0.6rem;
  color: #6d8073;
}
.week-strip strong {
  font-size: 1rem;
  color: #214d36;
}
.week-strip .selected {
  background: #126846;
  color: #c0decb;
}
.week-strip .selected strong {
  color: #fff;
}
.agenda-events {
  display: grid;
  gap: 12px;
}
.agenda-row {
  display: flex;
  align-items: start;
  gap: 13px;
}
.agenda-row time {
  font-size: 0.7rem;
  min-width: 34px;
  padding-top: 12px;
  color: #708477;
}
.event {
  padding: 12px 14px;
  border-radius: 7px;
  width: 100%;
  border-inline-start: 3px solid #5c9a6c;
  background: #edf6ef;
}
.event strong {
  display: block;
  font-size: 0.79rem;
}
.event > span {
  display: block;
  font-size: 0.68rem;
  color: #64806f;
  margin-top: 3px;
}
.event.blue {
  background: #eef3f9;
  border-color: #7994c0;
}
.event.empty {
  background: #fff;
  border: 1px dashed #d6e0d8;
}
.event.empty strong {
  color: #78887d;
  font-weight: 500;
}
.agenda-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.67rem;
  border-top: 1px solid #edf0ea;
  margin-top: 20px;
  padding-top: 14px;
  color: #678273;
}
.agenda-bottom .ico {
  width: 14px;
  height: 14px;
}
.pro-caption {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  color: #526057;
  font-size: 0.75rem;
  margin-top: 16px;
}
.pro-caption .ico {
  width: 18px;
  height: 18px;
}
.coverage-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.coverage-layout h2 {
  max-width: 390px;
}
.coverage-layout p {
  font-size: 0.97rem;
  line-height: 1.8;
}
.coverage-layout .text-link {
  margin-top: 7px;
}
.cities-panel {
  border: 1px solid rgb(36 95 75 / 10%);
  border-radius: 28px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 18px 50px rgb(16 40 28 / 6%);
}
.cities-top {
  display: flex;
  gap: 11px;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #e1e7dc;
}
.cities-top h3 {
  font-size: 1.05rem;
  margin: 0;
  letter-spacing: -0.03em;
}
.cities-top .ico {
  color: #458461;
}
.city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  padding-top: 8px;
}
.city-grid > div {
  border-bottom: 1px solid #e1e8db;
  padding: 17px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.city-grid strong {
  font-size: 0.95rem;
  font-weight: 600;
}
.city-grid [lang="ar"] {
  text-align: start;
  font-size: 0.77rem;
  color: #73816d;
}
.cities-panel > p {
  font-size: 0.77rem;
  line-height: 1.65;
  margin: 23px 0 0;
  color: #6f7d6b;
}
.trust-section {
  background: transparent;
  padding: 52px 0;
}
.trust-layout {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 28px;
  align-items: center;
  background: #fff;
  padding: 38px;
  border: 1px solid rgb(36 95 75 / 10%);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgb(16 40 28 / 4%);
}
.trust-symbol {
  display: grid;
  place-items: center;
  width: 65px;
  height: 72px;
  border: 1px solid #c4d8c6;
  border-radius: 22px;
  color: #2a7150;
}
.trust-symbol .ico {
  width: 35px;
  height: 35px;
}
.trust-layout .kicker {
  margin-bottom: 12px;
  font-size: 0.7rem;
}
.trust-layout h2 {
  font-size: 1.9rem;
  max-width: 570px;
  margin-bottom: 13px;
}
.trust-layout p {
  font-size: 0.88rem;
  max-width: 600px;
  margin: 0;
}
.trust-layout .button {
  font-size: 0.8rem;
  background: transparent;
  border-color: #b6cbbb;
  padding-inline: 15px;
}
.landing .faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 105px;
}
.faq-layout > div:first-child p {
  max-width: 320px;
  font-size: 0.97rem;
}
.landing .faq details {
  border: 0;
  border-bottom: 1px solid #dce5dd;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 22px 0;
}
.landing .faq details:first-child {
  padding-top: 3px;
}
.landing .faq summary {
  position: relative;
  list-style: none;
  padding-inline-end: 35px;
  font-size: 0.99rem;
  line-height: 1.6;
  font-weight: 600;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  inset-inline-end: 3px;
  top: 0;
  color: #427256;
  font-size: 1.5rem;
  line-height: 1;
}
.faq details[open] summary:after {
  content: "−";
}
.landing .faq details p {
  font-size: 0.94rem;
  line-height: 1.8;
  margin: 17px 0 4px;
}
.closing-section {
  background: #f2e5bd;
  padding: 57px 0;
}
.closing-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.closing-inner .kicker {
  font-size: 0.73rem;
  margin-bottom: 17px;
}
.closing-inner h2 {
  max-width: 660px;
  font-size: 2.6rem;
  margin-bottom: 0;
}
.closing-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.closing-actions .plain {
  font-size: 0.83rem;
}
.landing .site-footer {
  padding: 64px 0 25px;
  background: #10281c;
  color: #ccded2;
}
.landing .footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
}
.landing-footer .brand {
  color: #fff;
  width: fit-content;
}
.landing-footer .brand-mark {
  background: #e6f2e6;
  color: #174c35;
}
.landing-footer .brand-by {
  color: #abc6b5;
}
.landing-footer .footer-grid p {
  color: #b6cdbf;
  font-size: 0.84rem;
  line-height: 1.8;
  max-width: 280px;
  margin-top: 22px;
}
.footer-darija {
  font-size: 1rem;
  color: #cbd8b2;
}
.landing .footer-grid h3 {
  font-size: 0.83rem;
  letter-spacing: 0;
  margin-bottom: 22px;
  padding-top: 5px;
}
.landing .footer-link {
  font-size: 0.81rem;
  line-height: 1.6;
  display: block;
  margin: 12px 0;
}
.footer-link .arrow {
  display: none;
}
.landing .footer-grid > div > a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.health-note {
  font-size: 0.71rem;
  line-height: 1.8;
  color: #a4bcae;
  margin-top: 40px;
  border-top: 1px solid #ffffff1b;
  padding-top: 20px;
  max-width: 1050px;
}
.landing .footer-bottom {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #ffffff1b;
  font-size: 0.73rem;
  color: #afc7b8;
}
.landing .footer-bottom span {
  display: inline;
}
.landing [lang="ar"] {
  font-family: "Noto Sans Arabic", sans-serif;
}
.landing [data-ar] {
  overflow-wrap: break-word;
}
html[dir="rtl"] .landing h1,
html[dir="rtl"] .landing h2,
html[dir="rtl"] .landing h3 {
  letter-spacing: 0;
  line-height: 1.5;
}
html[dir="rtl"] .landing .hero-copy h1 {
  font-size: clamp(2.8rem, 4.8vw, 4.1rem);
}
html[dir="rtl"] .landing .arrow {
  transform: scaleX(-1);
}
html[dir="rtl"] .landing .kicker {
  letter-spacing: 0;
}
html[dir="rtl"] .landing .agenda {
  transform: none;
}
html[dir="rtl"] .landing .toubib-brand {
  direction: ltr;
}
html[dir="rtl"] .landing .hero-visual {
  padding: 0 15px 22px 0;
}
html[dir="rtl"] .landing .image-frame {
  border-radius: 32px;
}
@media (min-width: 1500px) {
  .morocco-hero {
    padding: 85px 0 95px;
  }
  .image-frame {
    height: 560px;
  }
}
@media (max-width: 1100px) {
  .landing .nav {
    gap: 18px;
  }
  .landing .nav-links {
    gap: 18px;
    font-size: 0.8rem;
  }
  .landing .nav-tools {
    gap: 12px;
  }
  .hero-layout {
    gap: 38px;
  }
  .hero-copy h1 {
    font-size: 4rem;
  }
  .image-frame {
    height: 495px;
  }
  .hero-copy .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .landing .hero-copy .actions {
    gap: 5px;
  }
  .hero-signature {
    margin-top: 24px;
  }
  .pro-panel {
    padding: 38px;
    gap: 36px;
  }
  .how-layout,
  .coverage-layout,
  .landing .faq-layout {
    gap: 50px;
  }
  .trust-layout {
    grid-template-columns: 60px 1fr;
  }
  .trust-layout > .button {
    grid-column: 2;
    justify-self: start;
  }
  .landing .footer-grid {
    gap: 28px;
  }
  .closing-inner h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 900px) {
  .landing .nav {
    min-height: 76px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .landing .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    background: #fff;
    padding: 20px 32px;
    border-bottom: 1px solid #dbe6da;
    box-shadow: 0 15px 20px #0736250c;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
  }
  .landing .nav-links.open {
    display: flex;
  }
  .landing .nav-links a {
    padding: 13px 0;
    font-size: 1rem;
  }
  .landing .menu-btn {
    display: block;
    flex-shrink: 0;
  }
  .landing .nav-tools {
    margin-inline-start: auto;
  }
  .landing .hero-copy h1 {
    font-size: 3.4rem;
  }
  .hero-layout {
    gap: 30px;
  }
  .image-frame {
    height: 465px;
    border-top-left-radius: 32px;
  }
  .image-caption {
    font-size: 1.1rem;
    inset-inline: 20px;
  }
  .visit-note {
    inset-inline: -10px 10px;
    padding: 16px 13px;
  }
  .visit-note div > span {
    font-size: 0.68rem;
  }
  .hero-signature {
    display: none;
  }
  .reassurance-grid {
    gap: 10px;
  }
  .reassurance-grid > div {
    padding-inline: 10px;
    gap: 10px;
  }
  .reassurance-grid strong {
    font-size: 0.79rem;
  }
  .reassurance-grid div > span {
    font-size: 0.7rem;
  }
  .reassurance-grid .ico {
    width: 23px;
    height: 23px;
  }
  .patient-grid {
    gap: 13px;
  }
  .patient-card {
    padding: 22px;
  }
  .patient-card h3 {
    font-size: 1.09rem;
  }
  .patient-card p {
    font-size: 0.88rem;
  }
  .pro-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 45px;
  }
  .agenda-wrap {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .agenda {
    transform: none;
  }
  .pro-copy h2 {
    max-width: 620px;
  }
  .pro-copy > p {
    max-width: 610px;
  }
  .coverage-layout {
    gap: 38px;
  }
  .cities-panel {
    padding: 22px;
  }
  .city-grid {
    gap: 0 16px;
  }
  .closing-inner {
    gap: 24px;
  }
  .closing-inner h2 {
    font-size: 2rem;
  }
  .closing-actions {
    flex-shrink: 1;
  }
  .landing .footer-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 36px;
  }
  .how-layout {
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .landing .container {
    width: calc(100% - 40px);
  }
  .local-bar .container {
    justify-content: center;
    font-size: 0.66rem;
    min-height: 30px;
  }
  .local-bar .container > span:last-child {
    display: none;
  }
  .landing .nav {
    min-height: 74px;
    gap: 12px;
  }
  .landing .brand {
    font-size: 1.125rem;
    gap: 8px;
  }
  .landing .brand-mark {
    width: 33px;
    height: 38px;
    font-size: 1.15rem;
  }
  .brand-by {
    font-size: 0.58rem;
  }
  .landing .nav-tools {
    gap: 8px;
  }
  .landing .nav-pro {
    display: none;
  }
  .landing .language button {
    font-size: 0.71rem;
    min-width: 27px;
    padding: 5px 4px;
  }
  .landing .menu-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }
  .morocco-hero {
    padding: 42px 0 50px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .landing .hero-copy h1 {
    font-size: clamp(2.9rem, 12vw, 4rem);
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .landing .hero-copy .kicker {
    font-size: 0.68rem;
    margin-bottom: 18px;
  }
  .landing .hero-copy > p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .landing .hero-copy .actions {
    flex-direction: row;
    align-items: center;
    gap: 17px;
    margin-top: 24px;
  }
  .landing .hero-copy .button {
    font-size: 0.83rem;
    gap: 12px;
    padding: 13px 16px;
  }
  .landing .hero-copy .button.plain {
    padding-inline: 0;
  }
  .hero-notes {
    font-size: 0.76rem;
    margin-top: 20px;
  }
  .hero-visual {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding-inline-start: 8px;
  }
  .image-frame {
    height: 395px;
    border-top-left-radius: 32px;
  }
  .image-caption {
    font-size: 1.3rem;
    bottom: 72px;
  }
  .image-caption [lang="ar"] {
    font-size: 1rem;
  }
  .visit-note {
    inset-inline: 0 13px;
    bottom: 0;
    padding: 15px;
  }
  .visit-note strong {
    font-size: 0.82rem;
  }
  .visit-note div > span {
    font-size: 0.72rem;
  }
  .image-disclosure {
    top: 30px;
    font-size: 0.6rem;
  }
  .reassurance-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 8px;
  }
  .reassurance-grid > div,
  .reassurance-grid > div:first-child {
    border-inline: 0;
    border-bottom: 1px solid #e5ece3;
    padding: 18px 4px;
    gap: 17px;
  }
  .reassurance-grid strong {
    font-size: 0.88rem;
  }
  .reassurance-grid div > span {
    font-size: 0.78rem;
  }
  .reassurance-grid > div:last-child {
    border: 0;
  }
  .landing .section {
    padding: 62px 0;
  }
  .landing h2 {
    font-size: 2rem;
  }
  .landing .kicker {
    font-size: 0.69rem;
    margin-bottom: 17px;
  }
  .section-heading {
    margin-bottom: 26px;
  }
  .section-heading > p {
    font-size: 0.95rem;
  }
  .patient-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .patient-card {
    padding: 25px;
  }
  .card-top {
    margin-bottom: 23px;
  }
  .patient-card h3 {
    font-size: 1.2rem;
  }
  .patient-card p {
    font-size: 0.96rem;
  }
  .section-tail {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
  }
  .how-section {
    padding: 57px 0;
  }
  .how-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .how-layout .button {
    margin-top: 5px;
  }
  .how-steps li {
    gap: 16px;
    padding: 22px 0;
  }
  .how-steps p {
    font-size: 0.94rem;
  }
  .how-steps h3 {
    font-size: 1.05rem;
  }
  .landing .pro-section {
    padding-bottom: 25px;
  }
  .landing .pro-panel {
    width: calc(100% - 24px);
    padding: 32px 23px;
    border-radius: 16px;
    gap: 32px;
  }
  .pro-copy h2 {
    font-size: 2rem;
  }
  .pro-copy > p {
    font-size: 0.94rem;
  }
  .pro-list {
    font-size: 0.88rem;
  }
  .pro-copy .actions {
    gap: 19px;
  }
  .agenda {
    padding: 17px;
    transform: none;
  }
  .agenda-title h3 {
    font-size: 1.08rem;
  }
  .agenda-header {
    padding-bottom: 15px;
  }
  .agenda-subtitle {
    font-size: 0.8rem;
  }
  .agenda-row {
    gap: 9px;
  }
  .demo-label {
    font-size: 0.62rem;
  }
  .agenda-bottom {
    font-size: 0.65rem;
  }
  .event strong {
    font-size: 0.76rem;
  }
  .pro-caption {
    font-size: 0.69rem;
  }
  .coverage-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .coverage-layout h2 {
    max-width: 300px;
  }
  .cities-panel {
    padding: 24px;
  }
  .city-grid {
    gap: 0 22px;
  }
  .city-grid strong {
    font-size: 0.97rem;
  }
  .cities-panel > p {
    font-size: 0.79rem;
  }
  .trust-section {
    padding: 40px 0;
  }
  .trust-layout {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .trust-symbol {
    width: 50px;
    height: 55px;
    border-radius: 15px;
  }
  .trust-symbol .ico {
    width: 29px;
    height: 29px;
  }
  .trust-layout h2 {
    font-size: 1.8rem;
  }
  .trust-layout p {
    font-size: 0.91rem;
  }
  .trust-layout > .button {
    grid-column: 1;
  }
  .landing .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-layout h2 {
    max-width: 330px;
  }
  .faq-layout > div:first-child p {
    max-width: none;
  }
  .landing .faq summary {
    font-size: 0.96rem;
    padding-inline-end: 30px;
  }
  .landing .faq details p {
    font-size: 0.92rem;
  }
  .closing-section {
    padding: 42px 0;
  }
  .closing-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .closing-inner h2 {
    font-size: 2rem;
  }
  .closing-actions {
    align-items: flex-start;
    gap: 9px;
  }
  .landing .site-footer {
    padding: 45px 0 25px;
  }
  .landing .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .landing .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .landing .footer-grid > div:first-child p {
    max-width: 100%;
  }
  .landing .footer-grid h3 {
    margin-bottom: 15px;
  }
  .landing .footer-link {
    font-size: 0.81rem;
  }
  .health-note {
    font-size: 0.7rem;
    margin-top: 25px;
  }
  .landing .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .landing [id] {
    scroll-margin-top: 94px;
  }
  html[dir="rtl"] .landing .hero-copy h1 {
    font-size: 3rem;
  }
  html[dir="rtl"] .landing .image-frame {
    border-radius: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .landing * {
    transition: none !important;
  }
  .landing .button:hover {
    transform: none;
  }
}
.landing .toubib-brand > span:last-child,
.landing .brand-by {
  display: block;
}
.landing-footer .footer-grid .toubib-brand {
  display: flex;
}
.specialty-band {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.specialty-band p {
  font-size: 0.91rem;
  font-weight: 600;
  color: #375c48;
  margin-bottom: 16px;
}
.specialty-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 0 0 17px;
}
.specialty-tags li {
  border: 1px solid #dfe7de;
  background: #e1f1e966;
  border-radius: 16px;
  font-size: 0.82rem;
  padding: 9px 13px;
  color: #496551;
}
.specialty-band .subtle-link {
  font-size: 0.8rem;
}
.landing .brand-by {
  line-height: 1.5;
}
.landing .footer-bottom {
  display: flex;
}
@media (max-width: 370px) {
  .landing .nav-tools {
    gap: 5px;
  }
  .landing .nav {
    gap: 8px;
  }
  .landing .brand {
    font-size: 1.125rem;
  }
  .landing .brand-mark {
    width: 29px;
    height: 34px;
  }
  .landing .brand-by {
    font-size: 0.5rem;
  }
  .landing .language button {
    min-width: 24px;
  }
  .landing .menu-btn {
    width: 33px;
    height: 36px;
  }
  .landing .hero-copy .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.landing .toubib-brand .brand-by {
  display: block;
}
.landing .hero-visual {
  padding-bottom: 58px;
}
.landing .visit-note {
  bottom: 21px;
}
.landing .image-disclosure {
  position: absolute;
  top: auto;
  bottom: 0;
  inset-inline-end: 0;
  font-size: 0.6875rem;
}
.pro-copy > p {
  color: var(--muted);
}
/* Shared product vocabulary: Doctorspolis lockup, pill controls, soft card surfaces. */
.landing .brand-name {
  display: block;
  font-weight: 800;
  line-height: 1.1;
}
.landing .brand-lockup {
  display: flex;
  flex-direction: column;
}
.landing .toubib-brand .brand-by {
  font-size: 0.625rem;
}
.landing .nav-links a {
  padding: 8px 11px;
  border-radius: 999px;
}
.landing .nav-links a:hover {
  background: #fff;
  color: var(--ink);
}
.landing .menu-btn {
  border-radius: 12px;
}
.landing .hero-copy .kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.landing .hero-copy .kicker:before {
  content: "";
  height: 1px;
  width: 32px;
  background: #8dbda8;
}
.patient-card:nth-child(2) .icon-box {
  background: #f2e5bd99;
}
.patient-card:nth-child(3) .icon-box {
  background: #e1f1e9;
}
.patient-card:first-child .icon-box {
  background: #e1f1e9;
}
.pro-wordmark .product-label {
  font:
    800 0.6875rem "DM Sans",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary);
}
.pro-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgb(36 95 75 / 10%);
}
.pro-photo img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center 42%;
}
.agenda-events {
  gap: 10px;
}
.agenda-row .event {
  border-radius: 12px;
}
.landing .guides-section {
  padding-top: 45px;
  padding-bottom: 50px;
}
.guides-section .section-heading {
  max-width: 720px;
}
.guides-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.guide-card {
  border-radius: 28px;
  border: 1px solid rgb(36 95 75 / 10%);
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(16 40 28 / 6%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.guide-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.guide-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #e1f1e9;
  color: #245f4b;
}
.pro-guide .guide-icon {
  background: #f2e5bd;
}
.guide-product {
  font:
    800 0.75rem "DM Sans",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
}
.guide-card h3 {
  font-size: 1.4rem;
  margin-bottom: 13px;
}
.guide-card > p {
  font-size: 1rem;
  line-height: 1.75;
}
.guide-card ol {
  list-style: none;
  counter-reset: guide-step;
  margin: 6px 0 28px;
  padding: 0;
  display: grid;
  gap: 14px;
  width: 100%;
}
.guide-card li {
  display: flex;
  gap: 11px;
  align-items: baseline;
  font-size: 0.9375rem;
  color: #526057;
}
.guide-card li:before {
  counter-increment: guide-step;
  content: counter(guide-step);
  font-size: 0.75rem;
  font-weight: 700;
  color: #245f4b;
  width: 25px;
  height: 25px;
  line-height: 25px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 50%;
  background: #f0f7f3;
}
.pro-guide li:before {
  background: #f7f3e7;
}
.guide-card .button {
  margin-top: auto;
}
.guide-card .button.secondary {
  border-color: #245f4b40;
  color: #245f4b;
  background: #fff;
}
.landing-footer .brand-name {
  color: #fff;
}
.landing-footer .toubib-brand .brand-by {
  color: #bdd4c7;
}
.landing-footer .brand-mark {
  background: #ffffff20;
  color: #fff;
  box-shadow: none;
}
.landing-footer .footer-grid .toubib-brand:hover {
  text-decoration: none;
}
.landing .image-disclosure {
  font-size: 0.75rem;
}
@media (max-width: 1100px) {
  .landing .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    background: #f7f6f0;
    padding: 16px 32px;
    border-bottom: 1px solid #245f4b1a;
    box-shadow: 0 15px 20px #10281c0c;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
  }
  .landing .nav-links.open {
    display: flex;
  }
  .landing .nav-links a {
    padding: 13px 16px;
    font-size: 1rem;
    border-radius: 12px;
  }
  .landing .menu-btn {
    display: block;
  }
  .landing .nav-tools {
    margin-inline-start: auto;
  }
  .landing .brand {
    font-size: 1.125rem;
  }
  .trust-layout {
    padding: 30px;
  }
  .pro-photo img {
    height: 260px;
  }
}
@media (max-width: 900px) {
  .agenda-wrap {
    max-width: 530px;
  }
  .pro-photo img {
    height: 320px;
  }
}
@media (max-width: 650px) {
  .landing .nav {
    gap: 10px;
  }
  .landing .brand {
    gap: 9px;
    font-size: 1.05rem;
  }
  .landing .toubib-brand .brand-by {
    font-size: 0.55rem;
    letter-spacing: 0.1em;
  }
  .landing .brand-mark {
    width: 35px;
    height: 38px;
    border-radius: 11px;
    flex-shrink: 0;
  }
  .landing .nav-tools {
    gap: 7px;
  }
  .landing .language {
    padding: 3px;
  }
  .landing .language button {
    min-width: 25px;
    min-height: 28px;
    padding: 3px;
    font-size: 0.625rem;
  }
  .landing .menu-btn {
    width: 36px;
    height: 36px;
  }
  .landing .hero-copy h1 {
    font-weight: 800;
  }
  .morocco-hero {
    border-radius: 0 0 32px 32px;
  }
  .landing .pro-panel {
    border-radius: 28px;
  }
  .pro-photo img {
    height: 250px;
  }
  .agenda {
    margin: -28px 10px 0;
    padding: 17px;
  }
  .agenda-logo {
    font-size: 0.75rem;
  }
  .agenda-title h3 {
    font-size: 1rem;
  }
  .trust-layout {
    padding: 27px;
  }
  .guides-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .guide-card {
    padding: 26px;
  }
  .guide-card h3 {
    font-size: 1.3rem;
  }
  .landing .guides-section {
    padding: 32px 0;
  }
  .guide-card .button {
    font-size: 0.875rem;
  }
  .guide-card ol {
    margin-bottom: 25px;
  }
  .landing .image-disclosure {
    font-size: 0.6875rem;
  }
  .landing .footer-bottom {
    gap: 10px;
  }
}
@media (max-width: 370px) {
  .landing .brand {
    font-size: 0.94rem;
    gap: 7px;
  }
  .landing .brand-mark {
    width: 30px;
    height: 34px;
  }
  .landing .toubib-brand .brand-by {
    font-size: 0.5rem;
  }
  .landing .nav-tools {
    gap: 5px;
  }
  .landing .language button {
    min-width: 22px;
  }
  .landing .menu-btn {
    width: 30px;
  }
  .guide-card {
    padding: 22px;
  }
  .agenda {
    margin-inline: 0;
  }
}
