:root {
  --ink: #142523;
  --muted: #536663;
  --teal: #164b47;
  --teal-dark: #0f3734;
  --green: #08b979;
  --green-dark: #04764d;
  --mint: #f0f7f4;
  --line: #d8e5df;
  --white: #fff;
  --shell: 1180px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid #f4c95d; outline-offset: 4px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; inset-inline-start: 12px; padding: 10px 16px; transform: translateY(-150%); color: var(--white); background: var(--teal-dark); border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: var(--white); }
.header-inner { width: min(calc(100% - 40px), 1560px); min-height: 74px; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; }
.brand img { width: 156px; height: auto; }
.primary-nav { min-width: 0; flex: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.primary-nav ul { min-width: 0; display: flex; align-items: center; justify-content: flex-start; gap: 8px; margin: 0; padding: 8px 2px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: inline proximity; list-style: none; -webkit-overflow-scrolling: touch; }
.primary-nav ul::-webkit-scrollbar { display: none; }
.primary-nav li { flex: 0 0 auto; scroll-snap-align: start; }
.primary-nav a { min-height: 40px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.primary-nav ul a { padding-inline: 13px; border: 1px solid transparent; border-radius: 999px; }
.primary-nav ul a:hover,
.primary-nav ul a[aria-current="page"] { color: var(--green-dark); background: var(--mint); border-color: var(--line); }
.locale-switcher { position: relative; min-height: 44px; display: inline-flex; align-items: center; gap: 2px; padding-inline-start: 14px; border-inline-start: 1px solid var(--line); }
.locale-switcher > a, .locale-switcher > span, .locale-switcher > summary { min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; border-radius: 6px; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.locale-switcher > summary { min-width: 64px; padding: 0 30px 0 12px; color: var(--ink); border: 0; cursor: pointer; list-style: none; }
.locale-switcher > summary::-webkit-details-marker { display: none; }
.locale-switcher > summary::after { content: ""; position: absolute; inset-inline-end: 13px; width: 7px; height: 7px; margin-top: -4px; border-inline-end: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.locale-switcher[open] > summary { color: var(--green-dark); background: var(--mint); }
.locale-switcher-menu { position: absolute; z-index: 30; top: calc(100% + 8px); inset-inline-end: 0; width: min(430px, calc(100vw - 40px)); display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 16px 32px rgb(16 50 46 / 14%); }
.locale-switcher-menu a { min-height: 44px; display: flex; align-items: center; padding: 8px 12px; border-radius: 6px; font-size: 14px; font-weight: 650; letter-spacing: 0; text-decoration: none; white-space: normal; }
.locale-switcher a:hover, .locale-switcher a[aria-current="page"] { color: var(--green-dark); background: var(--mint); }
.locale-switcher span[aria-disabled="true"] { color: #687875; cursor: not-allowed; }

.hero { color: var(--white); background: var(--teal); overflow: hidden; }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); align-items: center; gap: clamp(42px, 7vw, 90px); padding-block: 64px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(40px, 5.3vw, 70px); line-height: 1.08; letter-spacing: -.035em; }
.hero-core h1 { font-size: clamp(38px, 4.3vw, 60px); }
.hero-copy > p { max-width: 650px; margin: 0 0 28px; color: #e7f1ee; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-media { position: relative; min-height: 410px; display: grid; place-items: center; }
.hero-media::before { content: ""; position: absolute; width: 88%; aspect-ratio: 1.08; border-radius: 50%; background: radial-gradient(circle at 50% 46%, rgb(34 231 163 / 30%) 0 34%, rgb(8 185 121 / 13%) 52%, transparent 72%); }
.hero-media img { position: relative; z-index: 1; max-height: 450px; object-fit: contain; filter: drop-shadow(0 24px 28px rgb(3 30 27 / 30%)); }
.hero-core .hero-media img { width: 100%; max-height: 390px; }
.hero-carousel { min-height: 500px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 42px; background: linear-gradient(145deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 2%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 11%); }
.hero-carousel::before { z-index: 0; width: 82%; }
.hero-carousel-track { position: relative; z-index: 1; width: 100%; min-height: 454px; }
.hero-carousel-slide { position: absolute; inset: 0; width: clamp(210px, 21vw, 270px); height: max-content; margin: auto; opacity: 0; transform: translateX(0) scale(.88); transition: transform 560ms cubic-bezier(.22, .8, .32, 1), opacity 320ms ease; pointer-events: none; }
.hero-carousel-slide.is-active { z-index: 5; opacity: 1; transform: translateX(0) scale(1); }
.hero-carousel-slide.is-prev { z-index: 4; opacity: 0; transform: translateX(-8%) scale(.96); }
.hero-carousel-slide.is-next { z-index: 3; opacity: 0; transform: translateX(8%) scale(.96); }
.hero-carousel-slide.is-far-prev { z-index: 2; opacity: 0; transform: translateX(-8%) scale(.94); }
.hero-carousel-slide.is-far-next { z-index: 1; opacity: 0; transform: translateX(8%) scale(.94); }
.hero-carousel-frame { overflow: hidden; aspect-ratio: 9 / 16; border: 7px solid rgb(255 255 255 / 96%); border-radius: 38px; background: #f7f8f7; box-shadow: 0 26px 48px rgb(3 30 27 / 42%), 0 0 0 1px rgb(6 67 58 / 18%); }
.hero-carousel .hero-carousel-frame img { width: 100%; height: 100%; max-height: none; object-fit: cover; border-radius: 29px; filter: none; }
.hero-carousel-pagination { position: absolute; z-index: 6; inset-inline: 0; bottom: 8px; width: max-content; display: flex; justify-content: center; gap: 7px; margin-inline: auto; padding: 7px 9px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 999px; background: rgb(5 45 41 / 52%); backdrop-filter: blur(10px); }
.hero-carousel-dot { width: 20px; height: 6px; padding: 0; border: 0; border-radius: 999px; background: rgb(255 255 255 / 42%); cursor: pointer; transition: width 220ms ease, background 220ms ease; }
.hero-carousel-dot:hover { background: rgb(255 255 255 / 74%); }
.hero-carousel-dot.is-active { width: 34px; background: #22e7a3; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #d7e7e2; font-size: 14px; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.breadcrumbs span { display: inline-flex; align-items: center; }
.store-cta { margin-top: 26px; }
.store-cta-label { margin: 0 0 12px; color: var(--white); font-size: 16px; font-weight: 750; }
.store-links { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; }
.store-link { min-width: 162px; min-height: 48px; display: inline-flex; border-radius: 7px; }
.store-badge { width: 162px; height: 48px; }
.qr-download { position: relative; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: var(--white); }
.qr-download-icon { width: 48px; height: 48px; border-radius: 7px; }
.qr-download-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.qr-download-preview { position: absolute; z-index: 5; inset-inline-start: 50%; bottom: calc(100% + 12px); display: none; width: 200px; height: 222px; transform: translateX(-50%); filter: drop-shadow(0 14px 22px rgb(3 30 27 / 28%)); }
.qr-download-preview img { width: 200px; height: 222px; }
.qr-download:hover .qr-download-preview, .qr-download:focus-visible .qr-download-preview { display: block; }
html[dir="rtl"] .qr-download-preview { transform: translateX(50%); }

.section { padding-block: 88px; }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .intro-section h2, .details-section h2 { margin: 0 0 15px; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; letter-spacing: -.025em; }
.section-heading p, .intro-section p, .details-section p { margin: 0; color: var(--muted); font-size: 18px; }
.people-section { background: #f7faf8; border-bottom: 1px solid var(--line); }
.people-grid { display: flex; flex-direction: column; gap: 38px; }
.people-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.people-photo { overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border: 1px solid #cfe0d9; border-radius: 28px; background: #e8f1ed; box-shadow: 0 20px 42px rgb(16 70 63 / 13%); }
.people-photo img { width: 100%; height: 100%; object-fit: cover; }
.people-copy { order: -1; max-width: 780px; margin-inline: auto; text-align: center; }
.people-copy h2 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.12; letter-spacing: -.03em; }
.people-copy p { margin: 0; color: var(--muted); font-size: 19px; }
.people-copy .secondary-link { margin-top: 22px; }
.workflow-section { background: var(--white); }
.workflow-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 8vw, 110px); padding-block: 44px; border-top: 1px solid var(--line); }
.workflow-row-reverse .workflow-media { order: 2; }
.workflow-media { position: relative; min-height: 360px; display: grid; place-items: center; padding: 32px; overflow: hidden; background: linear-gradient(145deg, #f6fbf9, #e7f5ef); border: 1px solid var(--line); border-radius: 32px; box-shadow: inset 0 1px 0 rgb(255 255 255 / 80%); }
.workflow-media::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgb(8 185 121 / 14%), transparent 68%); }
.workflow-media img { position: relative; z-index: 1; max-height: 350px; object-fit: contain; border: 6px solid rgb(255 255 255 / 94%); border-radius: 30px; box-shadow: 0 20px 34px rgb(16 70 63 / 18%); }
.workflow-copy h3 { margin: 12px 0; font-size: clamp(27px, 3vw, 38px); line-height: 1.2; }
.workflow-copy p { max-width: 510px; margin: 0; color: var(--muted); font-size: 18px; }
.step-number { width: 38px; height: 38px; display: inline-grid; place-items: center; flex: 0 0 38px; color: var(--white); background: var(--green-dark); border-radius: 50%; font-weight: 800; }
.intent-section, .steps-section, .boundary-section { background: var(--mint); }
.intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.intent-card { min-height: 245px; display: flex; flex-direction: column; padding: 28px; text-decoration: none; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.intent-card:hover { border-color: var(--green-dark); box-shadow: 0 12px 26px rgb(16 70 63 / 9%); }
.intent-card h3 { margin: 0 0 12px; font-size: 23px; line-height: 1.25; }
.intent-card p { margin: 0 0 24px; color: var(--muted); }
.intent-card span { margin-top: auto; color: var(--green-dark); font-weight: 750; }
.intent-card-static:hover { border-color: var(--line); box-shadow: none; }
.intent-card-static .secondary-link { margin-top: auto; }
.intro-section { text-align: center; }
.intro-section p { font-size: 20px; }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.steps-list li { min-height: 290px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.steps-list h3 { margin: 22px 0 12px; font-size: 24px; line-height: 1.25; }
.steps-list p { margin: 0; color: var(--muted); }
.details-section { padding-block: 76px; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.details-grid article { padding: 32px 0; border-top: 3px solid var(--green-dark); }
.details-grid h2 { font-size: 31px; }
.secondary-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 14px; color: var(--green-dark); font-weight: 750; text-underline-offset: 5px; }
.secondary-link:hover { text-decoration-thickness: 2px; }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.boundary-grid h3 { margin: 0 0 20px; font-size: 24px; }
.boundary-grid ul { margin: 0; padding: 0; list-style: none; }
.boundary-grid li { position: relative; margin: 13px 0; padding-inline-start: 32px; color: var(--muted); }
.check-list li::before, .cross-list li::before { position: absolute; top: 1px; inset-inline-start: 0; width: 22px; height: 22px; display: grid; place-items: center; color: var(--white); border-radius: 50%; font-size: 13px; font-weight: 800; }
.check-list li::before { content: "✓"; background: var(--green-dark); }
.cross-list li::before { content: "–"; background: #687875; }
.related-section { padding-block: 68px; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-links a { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 26px; color: var(--green-dark); font-weight: 750; text-decoration: none; border-inline-end: 1px solid var(--line); }
.related-links a:last-child { border-inline-end: 0; }
.related-links a:hover { background: var(--mint); text-decoration: underline; text-underline-offset: 5px; }

.site-footer { padding-top: 60px; color: #dfe9e6; background: var(--teal-dark); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .85fr 1.35fr; gap: clamp(24px, 3vw, 44px); padding-bottom: 42px; }
.site-footer h2 { margin: 0 0 14px; color: var(--white); font-size: 16px; }
.site-footer p, .site-footer address { margin: 12px 0 0; color: #bdcfca; font-style: normal; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; color: #e7f0ed; }
.footer-contact { min-width: 0; }
.footer-contact address a { overflow-wrap: anywhere; }
.footer-follow { margin-top: 26px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer .social-links a { width: 44px; height: 44px; min-height: 44px; justify-content: center; border-radius: 9px; }
.site-footer .social-links a:hover { background: #315c58; }
.social-links img { width: 40px; height: 40px; }
.footer-brand { color: var(--white) !important; font-size: 24px; font-weight: 800; text-decoration: none; }
.footer-bottom { padding-block: 22px; color: #a9bdb8; border-top: 1px solid #315c58; font-size: 13px; }
.analytics-consent { position: fixed; z-index: 100; inset-inline: 18px; bottom: 18px; max-width: 760px; margin: auto; padding: 20px; color: var(--white); background: #082b28; border: 1px solid #4f7b75; border-radius: 10px; box-shadow: 0 16px 40px rgb(0 0 0 / 30%); }
.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0 0 14px; }
.analytics-consent a { color: var(--white); }
.analytics-consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.analytics-consent-actions button { min-height: 44px; padding: 8px 16px; color: var(--white); border: 1px solid var(--white); border-radius: 6px; background: transparent; }
.analytics-consent-actions button[data-consent-choice="granted"] { color: var(--teal-dark); background: var(--white); }

html[lang="ar"], html[lang="fa"], html[lang="ur"] {
  font-family: "Noto Sans Arabic", "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
}
html[lang="bn"] { font-family: "Noto Sans Bengali", sans-serif; }
html[lang="hi"] { font-family: "Noto Sans Devanagari", sans-serif; }
html[lang="ta"] { font-family: "Noto Sans Tamil", sans-serif; }
html[dir="rtl"] body { text-align: start; }
html[dir="rtl"] .hero h1,
html[dir="rtl"] .section-heading h2,
html[dir="rtl"] .people-copy h2,
html[dir="rtl"] .intro-section h2,
html[dir="rtl"] .details-section h2 { letter-spacing: 0; line-height: 1.35; }
html[dir="rtl"] .hero-copy > p,
html[dir="rtl"] .section-heading p,
html[dir="rtl"] .people-copy p,
html[dir="rtl"] .intro-section p,
html[dir="rtl"] .details-section p,
html[dir="rtl"] .workflow-copy p { line-height: 1.9; }
html[dir="rtl"] .hero-media img,
html[dir="rtl"] .workflow-media img { transform: none; }

@media (max-width: 1600px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { width: 100%; min-height: 0; display: grid; grid-template-columns: 1fr; gap: 7px; padding: 10px 16px 8px; }
  .brand img { width: 132px; }
  .primary-nav { width: 100%; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
  .primary-nav ul { gap: 7px; padding: 2px 0 5px; }
  .primary-nav ul a { min-height: 38px; padding-inline: 12px; background: #f6faf8; border-color: #e3ede9; font-size: 13px; }
  .locale-switcher { min-height: 38px; padding-inline-start: 8px; }
  .locale-switcher > a, .locale-switcher > span, .locale-switcher > summary { min-width: 38px; min-height: 38px; }
  .locale-switcher > summary { min-width: 56px; padding-inline: 10px 26px; }
  .locale-switcher > summary::after { inset-inline-end: 10px; }
  .locale-switcher-menu { width: min(430px, calc(100vw - 32px)); }
  .hero-grid { min-height: 0; display: flex; flex-direction: column; gap: 32px; padding-block: 44px; }
  .hero-copy, .hero-media { width: 100%; }
  .hero h1, .hero-core h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-copy > p { font-size: 18px; }
  .hero-media { min-height: 270px; }
  .hero-media img, .hero-core .hero-media img { max-height: 310px; }
  .hero-carousel { min-height: 420px; border-radius: 30px; }
  .hero-carousel-track { min-height: 378px; }
  .hero-carousel-slide { width: 206px; }
  .hero-carousel-slide.is-prev,
  .hero-carousel-slide.is-next,
  .hero-carousel-slide.is-far-prev,
  .hero-carousel-slide.is-far-next { opacity: 0; transform: translateX(0) scale(.88); }
  .hero-carousel-frame { border-width: 6px; border-radius: 32px; }
  .hero-carousel .hero-carousel-frame img { border-radius: 25px; }
  .hero-carousel-dot { width: 16px; }
  .hero-carousel-dot.is-active { width: 28px; }
  .store-link { min-width: 0; width: calc(50% - 6px); min-height: 44px; }
  .store-badge { width: 100%; height: auto; }
  .qr-download { width: 100%; height: 44px; justify-content: flex-start; gap: 10px; padding: 7px 14px; color: var(--ink); font-weight: 750; }
  .qr-download-icon { width: 30px; height: 30px; }
  .qr-download-label { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; }
  .qr-download-preview { display: none !important; }
  .section { padding-block: 60px; }
  .people-grid { gap: 28px; }
  .people-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .people-photo { border-radius: 22px; }
  .people-photo:first-child { grid-column: 1 / -1; }
  .people-copy h2 { font-size: clamp(32px, 9vw, 42px); }
  .people-copy p { font-size: 18px; }
  .workflow-row { grid-template-columns: 1fr; gap: 28px; padding-block: 34px; }
  .workflow-row-reverse .workflow-media { order: 0; }
  .workflow-media { min-height: 300px; padding: 22px; border-radius: 26px; }
  .workflow-media img { max-height: 290px; border-width: 5px; border-radius: 25px; }
  .intent-grid, .steps-list, .details-grid, .boundary-grid, .related-links, .footer-grid { grid-template-columns: 1fr; }
  .intent-card { min-height: 0; }
  .steps-list li { min-height: 0; }
  .boundary-grid { gap: 30px; padding: 28px 22px; }
  .related-links a { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .related-links a:last-child { border-bottom: 0; }
  .footer-grid { gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
