:root {
  --ink: #061b1a;
  --ink-2: #0a2a28;
  --teal: #0c8f7d;
  --aqua: #28d3b7;
  --mint: #dff8ee;
  --paper: #f8faf6;
  --white: #ffffff;
  --soft: #eaf0ed;
  --muted: #617774;
  --line: rgba(6, 27, 26, 0.14);
  --violet: #a88bff;
  --amber: #ffbf5f;
  --shadow: 0 30px 90px rgba(4, 29, 27, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.global-header { position: absolute; z-index: 30; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ewocom-brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.ewocom-logo { width: 198px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.67); text-decoration: none; font-size: .9rem; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.active { color: var(--white); }
.desktop-nav a.active::after { content: ""; position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; background: var(--aqua); }
.header-contact { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); text-decoration: none; font-size: .9rem; font-weight: 700; }
.header-contact span { color: var(--aqua); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: var(--white); background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform 180ms ease; }
.mobile-menu { display: none; }

.home-hero { position: relative; overflow: hidden; min-height: 900px; color: var(--white); background: var(--ink); }
.home-hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -180px; top: 90px; border-radius: 50%; background: radial-gradient(circle, rgba(40,211,183,.2), rgba(40,211,183,0) 68%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.home-hero-grid { position: relative; z-index: 2; min-height: 830px; padding-top: 116px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.eyebrow, .kicker { margin: 0 0 20px; color: var(--aqua); font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.06; letter-spacing: -.055em; }
h1 { max-width: 750px; margin-bottom: 28px; font-size: clamp(3.6rem, 7.1vw, 6.6rem); }
h1 em { color: var(--aqua); font-style: normal; }
.hero-summary { max-width: 590px; margin: 0 0 34px; color: rgba(255,255,255,.68); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: 14px; text-decoration: none; font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--aqua); box-shadow: 0 16px 44px rgba(40,211,183,.2); }
.button-ghost { border: 1px solid rgba(255,255,255,.23); color: var(--white); background: rgba(255,255,255,.04); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }

.hero-product { position: relative; min-height: 600px; display: grid; place-items: center; }
.product-orbit { position: absolute; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.018), 0 0 0 144px rgba(255,255,255,.012); }
.product-showcase { position: relative; min-height: 620px; display: grid; place-items: center; }
.showcase-frame { position: relative; z-index: 2; width: min(100%, 430px); height: 530px; }
.showcase-slide { position: absolute; inset: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(10,42,40,.92); box-shadow: 0 38px 100px rgba(0,0,0,.36); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateX(34px) scale(.97); transition: opacity 420ms ease, transform 420ms ease, visibility 420ms ease; pointer-events: none; }
.showcase-slide.active { opacity: 1; visibility: visible; transform: translateX(0) scale(1); pointer-events: auto; }
.showcase-copy { position: relative; z-index: 2; padding: 26px 28px 22px; }
.showcase-meta { display: flex; justify-content: space-between; margin-bottom: 22px; color: rgba(255,255,255,.48); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.showcase-meta span:last-child { color: var(--aqua); }
.showcase-title-row { display: flex; align-items: center; gap: 16px; }
.showcase-title-row > img, .showcase-symbol { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 16px; box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.showcase-symbol { display: grid; place-items: center; color: #f8ddb4; background: linear-gradient(145deg, #383064, #17162e); font: 800 2rem/1 "Manrope", sans-serif; }
.showcase-title-row h2 { margin: 0 0 4px; font-size: 2rem; }
.showcase-title-row p { margin: 0; color: rgba(255,255,255,.56); font-size: .86rem; line-height: 1.4; }
.showcase-link { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: var(--white); text-decoration: none; font-weight: 800; }
.showcase-link span { color: var(--aqua); }
.showcase-link-muted { color: rgba(255,255,255,.58); }
.showcase-visual { position: relative; overflow: hidden; display: grid; place-items: end center; min-height: 0; background: radial-gradient(circle at 50% 18%, rgba(40,211,183,.22), transparent 57%); }
.showcase-phone { width: 74%; padding: 9px 9px 0; border: 1px solid rgba(255,255,255,.17); border-radius: 34px 34px 0 0; background: #111b1c; box-shadow: 0 28px 70px rgba(0,0,0,.42); transform: translateY(34px) rotate(1.5deg); }
.showcase-phone img { width: 100%; border-radius: 26px 26px 0 0; }
.luna-preview { align-self: stretch; width: 100%; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 24px; padding: 28px 36px 48px; color: var(--white); background: radial-gradient(circle at 35% 42%, rgba(212,61,157,.25), transparent 57%), radial-gradient(circle at 78% 64%, rgba(168,139,255,.2), transparent 48%); }
.cycle-ring { width: 164px; height: 164px; display: grid; place-content: center; justify-self: center; border: 17px solid rgba(255,255,255,.08); border-top-color: #d43d9d; border-right-color: var(--violet); border-radius: 50%; text-align: center; transform: rotate(-18deg); box-shadow: 0 22px 50px rgba(0,0,0,.25); }
.cycle-ring > * { transform: rotate(18deg); }
.cycle-ring span { font: 800 3rem/1 "Manrope", sans-serif; }
.cycle-ring small { margin-top: 7px; color: rgba(255,255,255,.5); font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.cycle-metrics { display: grid; gap: 10px; }
.cycle-metrics > div { padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
.cycle-metrics i, .cycle-metrics b { display: block; font-style: normal; }
.cycle-metrics i { color: rgba(255,255,255,.48); font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.cycle-metrics b { margin-top: 5px; font: 800 1.08rem/1 "Manrope", sans-serif; }
.showcase-controls { position: absolute; z-index: 4; right: 0; bottom: 6px; left: 0; display: flex; align-items: center; justify-content: center; gap: 14px; }
.showcase-controls > button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: rgba(7,29,28,.8); cursor: pointer; }
.showcase-dots { display: flex; gap: 7px; }
.showcase-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.35); cursor: pointer; transition: width 180ms ease, background-color 180ms ease; }
.showcase-dot.active { width: 24px; background: var(--aqua); }
.hero-product-card { position: relative; z-index: 2; width: min(100%, 390px); padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(10,42,40,.82); box-shadow: 0 38px 100px rgba(0,0,0,.36); backdrop-filter: blur(18px); transform: rotate(2deg); }
.product-card-top { display: flex; align-items: center; gap: 16px; }
.product-card-top img { border-radius: 18px; }
.product-card-top h2 { margin: 6px 0 0; font-size: 2rem; }
.live-badge { display: inline-flex; align-items: center; gap: 6px; color: var(--aqua); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(40,211,183,.12); }
.hero-product-card > p { margin: 20px 0; color: rgba(255,255,255,.63); }
.hero-product-card > a { display: flex; justify-content: space-between; margin-top: 20px; color: var(--white); text-decoration: none; font-weight: 800; }
.hero-product-card > a span { color: var(--aqua); }
.hero-phone { height: 280px; overflow: hidden; border-radius: 22px 22px 0 0; background: var(--white); }
.hero-phone img { width: 100%; }
.floating-note { position: absolute; z-index: 4; min-width: 145px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(7,29,28,.86); box-shadow: 0 16px 44px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.floating-note small { display: block; color: rgba(255,255,255,.48); font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.floating-note strong { font-size: .86rem; }
.note-one { top: 76px; left: -14px; }
.note-two { right: -12px; bottom: 92px; }
.hero-footnote { position: relative; z-index: 2; min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }

.section-pad { padding-block: 118px; }
.split-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.split-heading h2, .section-bar h2, .principles-intro h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5.5vw, 5rem); }
.split-heading > p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.featured-product { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; min-height: 650px; border: 1px solid var(--line); border-radius: 34px; background: var(--white); box-shadow: 0 30px 80px rgba(5,35,32,.08); }
.featured-copy { padding: 50px; }
.featured-meta { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.featured-icon { margin: 58px 0 22px; border-radius: 22px; box-shadow: 0 15px 36px rgba(5,35,32,.15); }
.featured-copy h3 { margin-bottom: 14px; font-size: 3.2rem; }
.featured-copy > p { margin: 0 0 28px; color: var(--muted); font-size: 1.06rem; }
.featured-copy ul { margin: 0 0 34px; padding: 0; list-style: none; }
.featured-copy li { padding: 10px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.featured-copy li::before { content: "✓"; margin-right: 10px; color: var(--teal); }
.featured-actions { display: flex; align-items: center; gap: 24px; }
.inline-link { font-weight: 800; text-decoration: none; }
.inline-link span { color: var(--teal); }
.featured-visual { position: relative; overflow: hidden; display: grid; place-items: end center; padding-top: 64px; background: var(--ink-2); }
.featured-visual::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025); }
.featured-phone { position: relative; z-index: 2; width: 61%; padding: 11px 11px 0; border: 1px solid rgba(255,255,255,.18); border-radius: 46px 46px 0 0; background: #101b1c; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.featured-phone img { border-radius: 36px 36px 0 0; }
.calendar-chip { position: absolute; z-index: 3; min-width: 80px; padding: 11px 15px; border-radius: 12px; font-weight: 900; text-align: center; box-shadow: 0 14px 36px rgba(0,0,0,.25); }
.chip-green { top: 22%; left: 9%; color: #075c4d; background: var(--aqua); transform: rotate(-8deg); }
.chip-violet { top: 39%; right: 8%; color: #311f6c; background: var(--violet); transform: rotate(7deg); }
.chip-gray { bottom: 18%; left: 8%; color: #405250; background: #dbe4e1; transform: rotate(5deg); }

.principles { color: var(--white); background: var(--ink); }
.principles-intro { margin-bottom: 58px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.principle-grid article { min-height: 310px; padding: 34px 34px 0 0; border-right: 1px solid rgba(255,255,255,.14); }
.principle-grid article + article { padding-left: 34px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--aqua); font-size: .76rem; font-weight: 800; }
.principle-grid h3 { margin: 90px 0 16px; font-size: 1.55rem; }
.principle-grid p { margin: 0; color: rgba(255,255,255,.56); }

.news-preview { background: var(--white); }
.shorts-section { background: var(--white); }
.section-note { margin-bottom: 8px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .14em; }
.shorts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.short-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 26px; color: var(--white); background: var(--ink); text-decoration: none; }
.short-card > img, .short-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.short-card-shade { background: linear-gradient(to bottom, rgba(3,19,18,.18), rgba(3,19,18,.88)); }
.short-card-top, .short-card-copy { position: absolute; z-index: 2; right: 24px; left: 24px; display: flex; justify-content: space-between; }
.short-card-top { top: 22px; font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.short-card-copy { bottom: 25px; align-items: end; gap: 18px; }
.short-card-copy > span { color: var(--aqua); font-size: .7rem; font-weight: 800; }
.short-card-copy h3 { margin: 0; font-size: 1.5rem; }
.short-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--aqua); transform: translate(-50%, -50%); }
.shorts-empty { min-height: 390px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 74px; padding: 52px 68px; overflow: hidden; border-radius: 30px; color: var(--white); background: var(--ink); }
.shorts-empty-visual { position: relative; width: 210px; aspect-ratio: 9 / 16; display: grid; place-items: center; justify-self: center; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: radial-gradient(circle at 50% 34%, rgba(40,211,183,.28), transparent 55%), var(--ink-2); box-shadow: 0 26px 70px rgba(0,0,0,.3); transform: rotate(-4deg); }
.shorts-empty-visual span { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--aqua); font-size: 1.25rem; }
.shorts-empty-visual i { position: absolute; right: 17px; bottom: 17px; color: rgba(255,255,255,.45); font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .1em; }
.shorts-empty h3 { max-width: 620px; margin-bottom: 18px; font-size: clamp(2.4rem, 4.7vw, 4.4rem); }
.shorts-empty p:last-child { max-width: 620px; margin: 0; color: rgba(255,255,255,.6); font-size: 1.04rem; }
.section-bar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section-bar > div .kicker { margin-bottom: 14px; }
.section-bar > a { margin-bottom: 8px; text-decoration: none; font-weight: 800; }
.section-bar > a span { color: var(--teal); }
.news-lead { display: grid; grid-template-columns: 120px 1fr 70px; align-items: center; gap: 34px; padding: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background-color 180ms ease; }
.news-lead.has-image { grid-template-columns: 120px minmax(0, 1fr) 180px 70px; }
.news-lead-image { width: 180px; height: 120px; object-fit: cover; border-radius: 14px; }
.news-lead:hover { background: var(--paper); }
.news-date { display: flex; align-items: center; gap: 10px; }
.news-date strong { font-family: "Manrope", sans-serif; font-size: 3.2rem; line-height: 1; }
.news-date span { color: var(--muted); font-size: .68rem; font-weight: 800; line-height: 1.25; }
.news-copy > span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-copy h3 { margin: 9px 0 10px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.news-copy p { margin: 0; color: var(--muted); }
.news-arrow { display: grid; width: 54px; height: 54px; place-items: center; justify-self: end; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 1.3rem; }

.home-contact { padding-block: 110px; color: var(--white); background: var(--teal); text-align: center; }
.home-contact-inner > p { margin: 0 0 16px; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.home-contact-inner h2 { max-width: 850px; margin: 0 auto 34px; font-size: clamp(2.8rem, 6vw, 5.5rem); }

.global-footer { padding-top: 70px; color: rgba(255,255,255,.62); background: #031312; }
.footer-main { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 70px; padding-bottom: 58px; }
.footer-intro .ewocom-brand { color: var(--white); }
.footer-intro p { max-width: 420px; margin: 18px 0 0; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column strong { margin-bottom: 8px; color: var(--white); font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-column a { color: inherit; text-decoration: none; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 920px) {
  .desktop-nav, .header-contact { display: none; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; inset: 70px 0 0; z-index: 29; padding: 34px 20px; flex-direction: column; gap: 4px; color: var(--white); background: var(--ink); }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); text-decoration: none; font: 700 1.5rem/1.2 "Manrope", sans-serif; }
  .home-hero-grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 80px; gap: 34px; text-align: center; }
  .hero-summary { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-product, .product-showcase { min-height: 580px; }
  .hero-footnote { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .featured-product { grid-template-columns: 1fr; }
  .shorts-grid { grid-template-columns: repeat(3, minmax(260px, 1fr)); overflow-x: auto; padding-bottom: 16px; scroll-snap-type: x mandatory; }
  .short-card { min-height: 460px; scroll-snap-align: center; }
  .featured-visual { min-height: 620px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article, .principle-grid article + article { min-height: 250px; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .principle-grid h3 { margin-top: 56px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .ewocom-logo { width: 160px; }
  .home-hero { min-height: auto; }
  .home-hero-grid { min-height: auto; padding-top: 118px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-summary { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-product, .product-showcase { width: 96%; min-height: 555px; margin-inline: auto; }
  .product-orbit { width: 440px; height: 440px; }
  .showcase-frame { height: 480px; }
  .showcase-copy { padding: 22px 22px 18px; text-align: left; }
  .showcase-title-row h2 { font-size: 1.7rem; }
  .showcase-title-row p { font-size: .8rem; }
  .luna-preview { grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px 24px 42px; }
  .cycle-ring { width: 128px; height: 128px; border-width: 13px; }
  .cycle-ring span { font-size: 2.25rem; }
  .showcase-controls { bottom: 8px; }
  .hero-product-card { padding: 22px; }
  .hero-phone { height: 240px; }
  .floating-note { min-width: 124px; }
  .note-one { left: -18px; }
  .note-two { right: -18px; bottom: 62px; }
  .section-pad { padding-block: 82px; }
  .split-heading h2, .section-bar h2, .principles-intro h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .featured-copy { padding: 28px; }
  .featured-copy h3 { font-size: 2.6rem; }
  .featured-actions { align-items: flex-start; flex-direction: column; }
  .featured-visual { min-height: 470px; }
  .featured-phone { width: 74%; }
  .calendar-chip { min-width: 66px; padding: 9px 12px; font-size: .76rem; }
  .section-bar { align-items: flex-start; flex-direction: column; }
  .shorts-empty { grid-template-columns: 1fr; gap: 42px; padding: 42px 24px; text-align: center; }
  .shorts-empty-visual { width: 155px; }
  .shorts-empty h3 { font-size: 2.35rem; }
  .news-lead { grid-template-columns: 1fr 48px; gap: 20px; padding: 26px 0; }
  .news-lead.has-image { grid-template-columns: minmax(0, 1fr) 120px 48px; }
  .news-lead-image { width: 120px; height: 90px; }
  .news-date { grid-column: 1 / -1; }
  .news-arrow { grid-column: 2; grid-row: 2; width: 46px; height: 46px; }
  .home-contact { padding-block: 82px; }
  .home-contact .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

.showcase-placeholder{width:min(72%,320px);aspect-ratio:1;display:grid;place-items:center;margin:auto;border:1px solid rgba(255,255,255,.2);border-radius:36px;background:rgba(255,255,255,.09)}
.showcase-placeholder img{width:66%;height:66%;object-fit:cover;border-radius:28px}.showcase-placeholder span{font:800 6rem/1 "Manrope",sans-serif;color:var(--aqua)}
.news-empty{padding:30px;border:1px solid var(--line);border-radius:20px;background:var(--white)}
.founder-section{background:var(--paper)}.founder-section h2{margin-bottom:25px;font-size:clamp(2.5rem,5vw,4.8rem)}.founder-section p:not(.kicker){max-width:800px;color:var(--muted);font-size:1.08rem;line-height:1.8}
.generic-product-hero{padding:170px 0 100px;color:var(--white);background:var(--ink)}.generic-product-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:7vw}.generic-product-heading{display:flex;align-items:center;gap:18px;margin:36px 0 30px}.generic-product-heading img{border-radius:22px}.generic-product-heading h1{margin:0;font-size:clamp(3rem,6vw,5.5rem)}.generic-status{color:var(--aqua);font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.generic-product-hero h2{max-width:740px;font-size:clamp(1.8rem,3vw,3rem)}.generic-product-hero p{max-width:690px;color:rgba(255,255,255,.7);font-size:1.08rem;line-height:1.7}.generic-hero-image{width:100%;max-height:600px;object-fit:contain;border-radius:26px}.generic-coming{align-self:center;color:var(--aqua);font-weight:800}.generic-features{background:var(--paper)}.generic-features h2,.generic-screens h2{max-width:850px;font-size:clamp(2.5rem,5vw,4.5rem)}.generic-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px}.generic-feature-grid div{min-height:140px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--white);font-size:1.08rem;font-weight:700}.generic-screens{background:var(--ink);color:var(--white)}.generic-screen-grid{display:flex;gap:22px;overflow-x:auto;margin-top:36px;padding-bottom:12px}.generic-screen-grid img{height:460px;max-width:320px;object-fit:contain;border-radius:22px}
.generic-product-grid-text{grid-template-columns:1fr}.contact-methods{display:grid;gap:16px}.contact-card-secondary{min-height:180px;background:var(--teal)}.contact-card-secondary::after{display:none}
@media(max-width:900px){.generic-product-grid{grid-template-columns:1fr}.generic-hero-image{max-height:490px}.generic-feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.generic-product-hero{padding-top:135px}.generic-product-heading{align-items:flex-start;flex-direction:column}.generic-feature-grid{grid-template-columns:1fr}.generic-screen-grid img{height:370px}}

/* Shared inner pages */
.inner-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.inner-hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -140px;
  bottom: -330px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255,255,255,.02), 0 0 0 180px rgba(255,255,255,.012);
}
.inner-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to right, black, transparent 82%);
}
.inner-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 178px;
  padding-bottom: 92px;
}
.inner-index {
  position: absolute;
  top: 185px;
  right: 0;
  color: rgba(255,255,255,.36);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.inner-hero h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
}
.inner-hero h1 em { color: var(--aqua); font-style: normal; }
.inner-hero-content > p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.64); font-size: 1.12rem; }

/* Product catalog */
.catalog-section { background: var(--paper); }
.catalog-header { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.catalog-item { display: grid; grid-template-columns: 70px 110px 1fr 70px; align-items: center; gap: 24px; min-height: 270px; border-bottom: 1px solid var(--line); }
.catalog-number { align-self: start; padding-top: 42px; color: var(--teal); font-size: .78rem; font-weight: 800; }
.catalog-item > img { border-radius: 24px; box-shadow: 0 18px 48px rgba(5,35,32,.15); }
.catalog-tags { display: flex; gap: 10px; margin-bottom: 12px; }
.catalog-tags span { padding: 4px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.catalog-copy h2 { margin-bottom: 10px; font-size: clamp(2.4rem, 4.5vw, 4.2rem); }
.catalog-copy p { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.catalog-link { display: grid; width: 58px; height: 58px; place-items: center; justify-self: end; border-radius: 50%; color: var(--ink); background: var(--mint); text-decoration: none; font-size: 1.35rem; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.catalog-link:hover { color: var(--white); background: var(--teal); transform: rotate(10deg); }
.catalog-symbol { display: grid; width: 94px; height: 94px; place-items: center; border-radius: 24px; color: #f8ddb4; background: linear-gradient(145deg, #383064, #17162e); box-shadow: 0 18px 48px rgba(5,35,32,.15); font: 800 3rem/1 "Manrope", sans-serif; }
.catalog-link-disabled { color: var(--muted); background: var(--soft); cursor: default; font-size: .8rem; }
.catalog-link-disabled:hover { color: var(--muted); background: var(--soft); transform: none; }
.catalog-future { display: grid; grid-template-columns: 180px 1fr; gap: 32px; padding: 40px 0 0 204px; }
.catalog-future span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .11em; }
.catalog-future p { max-width: 560px; margin: 0; color: var(--muted); }

/* Vardiox product page */
.product-detail-hero { position: relative; min-height: 900px; overflow: hidden; color: var(--white); background: var(--ink); }
.product-detail-glow { position: absolute; width: 720px; height: 720px; top: 80px; right: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(40,211,183,.22), transparent 68%); }
.product-detail-grid { position: relative; z-index: 2; min-height: 900px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; padding-top: 112px; }
.back-link { display: inline-block; margin-bottom: 34px; color: var(--aqua); text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-title-row { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; }
.product-title-row img { border-radius: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.product-title-row h1 { margin: 5px 0 0; font-size: clamp(3.5rem, 7vw, 6.4rem); }
.product-detail-copy > h2 { max-width: 650px; margin-bottom: 22px; color: var(--aqua); font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
.product-detail-copy > p { max-width: 650px; margin: 0 0 32px; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.product-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: rgba(255,255,255,.5); font-size: .82rem; }
.product-trust span::before { content: "✓"; margin-right: 6px; color: var(--aqua); }
.product-phone-stage { position: relative; min-height: 650px; display: grid; place-items: end center; }
.detail-phone { width: min(100%, 370px); padding: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 50px; background: #0d1718; box-shadow: 0 40px 100px rgba(0,0,0,.45); transform: rotate(2deg); }
.detail-phone img { border-radius: 39px; }
.detail-chip { position: absolute; z-index: 3; min-width: 210px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(10,42,40,.88); box-shadow: 0 18px 50px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.detail-chip small { display: block; color: rgba(255,255,255,.48); font-size: .6rem; font-weight: 800; letter-spacing: .11em; }
.detail-chip strong { font-size: .88rem; }
.detail-chip-top { top: 112px; left: -28px; }
.detail-chip-bottom { right: -24px; bottom: 86px; }
.product-signal { color: var(--white); background: var(--ink-2); border-top: 1px solid rgba(255,255,255,.1); }
.product-signal .shell { min-height: 80px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.product-signal span { padding: 10px 22px; border-right: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-align: center; }
.product-signal span:last-child { border-right: 0; }
.product-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-feature-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.product-feature-card:first-child { grid-column: 1 / -1; min-height: 270px; }
.product-feature-card > span { color: var(--teal); font-size: .72rem; font-weight: 800; }
.product-feature-card h3 { max-width: 520px; margin: 78px 0 15px; font-size: 1.6rem; }
.product-feature-card p { max-width: 620px; margin: 0; color: var(--muted); }
.feature-dark { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.feature-dark h3 { margin-top: 42px; font-size: 2rem; }
.feature-dark p { color: rgba(255,255,255,.58); }
.mini-rotation { position: absolute; right: 34px; bottom: 45px; display: flex; gap: 8px; transform: rotate(-4deg); }
.mini-rotation b, .mini-rotation i, .mini-rotation em { display: grid; width: 53px; height: 68px; place-items: center; border-radius: 12px; font-style: normal; font-size: .75rem; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.mini-rotation b { color: #065d4e; background: var(--aqua); }
.mini-rotation i { color: #425653; background: #dce5e3; }
.mini-rotation em { color: #34206e; background: var(--violet); }
.product-screens { color: var(--white); background: var(--ink-2); }
.screen-intro { margin-bottom: 54px; }
.screen-intro h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5.5vw, 5rem); }
.screen-gallery { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 24px; }
.screen-gallery figure { margin: 0; }
.screen-gallery figure:nth-child(2) { margin-top: 48px; }
.screen-gallery figure:nth-child(3) { margin-top: 96px; }
.screen-gallery figure > div { padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.05); }
.screen-gallery img { width: 100%; border-radius: 19px; }
.screen-gallery figcaption { display: flex; justify-content: space-between; padding: 16px 8px 0; color: rgba(255,255,255,.65); font-weight: 700; }
.screen-gallery figcaption span { color: var(--aqua); }
.local-first { background: #edf1ec; }
.local-first-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 100px; }
.privacy-symbol { display: grid; width: 290px; height: 290px; place-items: center; justify-self: center; border: 1px solid rgba(6,27,26,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(6,27,26,.025); }
.privacy-symbol span { display: grid; width: 126px; height: 126px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--aqua); box-shadow: var(--shadow); font-size: 2.4rem; font-weight: 900; }
.local-first h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.local-first p { color: var(--muted); font-size: 1.06rem; }
.local-first ul { margin: 28px 0 0; padding: 0; list-style: none; }
.local-first li { padding: 12px 0; border-top: 1px solid var(--line); font-weight: 700; }
.local-first li::before { content: "✓"; margin-right: 9px; color: var(--teal); }
.product-download { padding-block: 105px; color: var(--white); background: var(--teal); text-align: center; }
.product-download img { margin: 0 auto 20px; border-radius: 22px; box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.product-download p { margin: 0 0 12px; font-size: .74rem; font-weight: 800; letter-spacing: .15em; }
.product-download h2 { margin-bottom: 32px; font-size: clamp(3rem, 6vw, 5.4rem); }

/* Namaz Yolu product page */
.prayer-detail-hero { background: #0e2842; }
.prayer-detail-glow { background: radial-gradient(circle, rgba(214,178,106,.24), transparent 68%); }
.prayer-detail-hero .product-detail-copy > h2 { color: #e1c184; }
.prayer-badge { color: #e1c184; }
.prayer-badge i { background: #d6b26a; box-shadow: 0 0 0 5px rgba(214,178,106,.14); }
.button-prayer { color: #0e2842; background: #e1c184; box-shadow: 0 16px 44px rgba(214,178,106,.2); }
.product-disclaimer { max-width: 620px; margin-top: 24px !important; color: rgba(255,255,255,.44) !important; font-size: .82rem !important; }
.prayer-hero-stage { position: relative; }
.prayer-hero-stage img { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 34px; box-shadow: 0 38px 100px rgba(0,0,0,.38); transform: rotate(1.5deg); }
.prayer-signal { background: #0c343c; }
.prayer-kicker { color: #9c7a39; }
.prayer-feature-grid .product-feature-card:first-child { grid-column: auto; min-height: 300px; }
.prayer-feature-grid .product-feature-card { border-color: rgba(14,40,66,.16); }
.prayer-feature-grid .product-feature-card > span { color: #9c7a39; }
.prayer-feature-grid .product-feature-card h3 { margin-top: 72px; }
.prayer-screens { background: #0e2842; }
.prayer-screen-gallery { grid-template-columns: repeat(4, 1fr); }
.prayer-screen-gallery figure, .prayer-screen-gallery figure:nth-child(2), .prayer-screen-gallery figure:nth-child(3) { margin-top: 0; }
.prayer-screen-gallery figure:nth-child(even) { margin-top: 46px; }
.prayer-screen-gallery figcaption span { color: #e1c184; }
.prayer-local { background: #f3ecde; }
.prayer-privacy-symbol { border-color: rgba(14,40,66,.18); box-shadow: 0 0 0 55px rgba(14,40,66,.035); }
.prayer-privacy-symbol span { color: #0e2842; background: #e1c184; }
.prayer-download { background: #0c343c; }
.release-note { display: block; color: rgba(255,255,255,.68); }

/* News */
.news-index { background: var(--paper); }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.news-card { min-height: 410px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 25px 65px rgba(5,35,32,.09); }
.news-card-top, .news-card-bottom { display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-card-top span:first-child { color: var(--teal); }
.news-card-image { width: 100%; height: 190px; margin-top: 24px; object-fit: cover; border-radius: 16px; }
.news-card h2 { margin: 90px 0 16px; font-size: clamp(2rem, 3.8vw, 3.1rem); }
.news-card h2.with-image { margin-top: 24px; }
.news-card > p { margin: 0 0 36px; color: var(--muted); }
.news-card-bottom { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.news-card-bottom b { color: var(--teal); font-size: 1.2rem; }
.article-hero { padding: 180px 0 95px; color: var(--white); background: var(--ink); }
.article-meta { display: flex; gap: 16px; margin-bottom: 28px; color: var(--aqua); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-meta time { color: rgba(255,255,255,.45); }
.article-hero h1 { max-width: 1000px; margin-bottom: 26px; font-size: clamp(3.2rem, 7vw, 6.4rem); }
.article-hero > .shell > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.62); font-size: 1.12rem; }
.article-content { max-width: 840px; padding-top: 85px; padding-bottom: 110px; }
.article-featured-image { width: 100%; max-height: 560px; margin-bottom: 48px; object-fit: cover; border-radius: 24px; }
.article-content > p { margin: 0 0 26px; color: #314846; font-size: 1.08rem; line-height: 1.85; }
.article-content > .article-lead { color: var(--ink); font-size: 1.4rem; font-weight: 600; line-height: 1.65; }
.article-content aside { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 18px; margin: 52px 0; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.article-content aside img { border-radius: 16px; }
.article-content aside strong, .article-content aside span { display: block; }
.article-content aside span { color: var(--muted); font-size: .9rem; }
.article-content aside a { color: var(--teal); font-weight: 800; text-decoration: none; }
.article-end { display: flex; justify-content: space-between; margin-top: 68px; padding-top: 24px; border-top: 1px solid var(--line); }
.article-end span { color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.article-end a { font-weight: 800; text-decoration: none; }

/* About, support, contact and legal */
.manifesto { background: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: .35fr 1.65fr; gap: 60px; }
.manifesto h2 { max-width: 880px; margin-bottom: 28px; font-size: clamp(2.8rem, 5.5vw, 5rem); }
.manifesto div > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.about-values { color: var(--white); background: var(--ink); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.13); }
.value-grid article { min-height: 330px; padding: 34px; border-right: 1px solid rgba(255,255,255,.13); }
.value-grid article:last-child { border-right: 0; }
.value-grid span { color: var(--aqua); font-size: .74rem; font-weight: 800; }
.value-grid h3 { margin: 100px 0 16px; font-size: 1.8rem; }
.value-grid p { color: rgba(255,255,255,.57); }
.about-product { padding-block: 100px; background: var(--teal); }
.about-product-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; color: var(--white); }
.about-product h2 { margin-bottom: 12px; font-size: 4rem; }
.about-product p { max-width: 580px; margin: 0 0 28px; }
.about-product img { border-radius: 52px; box-shadow: 0 35px 80px rgba(0,0,0,.24); transform: rotate(5deg); }
.support-section { background: var(--paper); }
.support-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 80px; }
.support-product { position: sticky; top: 30px; padding: 32px; border-radius: 26px; color: var(--white); background: var(--ink); }
.support-product img { border-radius: 19px; }
.support-product h2 { margin: 30px 0 14px; font-size: 2rem; }
.support-product p { color: rgba(255,255,255,.58); }
.support-product a { display: flex; justify-content: space-between; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: var(--aqua); font-weight: 800; text-decoration: none; }
.faq .kicker { margin-bottom: 26px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font: 700 1.08rem/1.4 "Manrope", sans-serif; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--teal); font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -6px 0 24px; color: var(--muted); }
.support-cta { padding-block: 90px; color: var(--white); background: var(--teal); text-align: center; }
.support-cta p { margin: 0 0 6px; }
.support-cta h2 { margin-bottom: 28px; font-size: clamp(1.8rem, 4vw, 3.4rem); }
.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.contact-copy h2 { margin-bottom: 22px; font-size: clamp(2.5rem, 4.8vw, 4.4rem); }
.contact-copy > p:last-child { color: var(--muted); }
.contact-card { position: relative; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; overflow: hidden; border-radius: 28px; color: var(--white); background: var(--ink); text-decoration: none; }
.contact-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -140px; bottom: -180px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.025); }
.contact-card span { color: var(--aqua); font-size: .72rem; font-weight: 800; letter-spacing: .11em; }
.contact-card strong { position: relative; z-index: 2; font: 700 clamp(1.35rem, 2.5vw, 2rem)/1.2 "Manrope", sans-serif; overflow-wrap: anywhere; }
.contact-card b { align-self: flex-end; color: var(--aqua); font-size: 1.5rem; }
.legal-hero { padding: 185px 0 90px; color: var(--white); background: var(--ink); }
.legal-hero h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 7vw, 6.3rem); }
.legal-hero h1 em { color: var(--aqua); font-style: normal; }
.legal-hero > .shell > p:last-child { color: rgba(255,255,255,.45); }
.legal-content { max-width: 880px; padding-top: 85px; padding-bottom: 110px; }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 14px; font-size: 1.65rem; letter-spacing: -.035em; }
.legal-content p { margin: 0; color: #3d5351; line-height: 1.8; }
.legal-content a { color: var(--teal); font-weight: 700; }
.not-found { min-height: 760px; display: grid; place-items: center; padding-top: 82px; color: var(--white); background: var(--ink); text-align: center; }
.not-found span { color: var(--aqua); font: 800 1rem/1 "Manrope", sans-serif; letter-spacing: .2em; }
.not-found h1 { max-width: 850px; margin: 24px auto; font-size: clamp(3rem, 7vw, 6rem); }
.not-found p { max-width: 600px; margin: 0 auto 32px; color: rgba(255,255,255,.6); }

@media (max-width: 920px) {
  .product-detail-grid { grid-template-columns: 1fr; padding-top: 160px; padding-bottom: 80px; text-align: center; }
  .product-detail-copy > h2, .product-detail-copy > p { margin-right: auto; margin-left: auto; }
  .product-title-row, .product-detail-copy .hero-actions, .product-trust { justify-content: center; }
  .product-phone-stage { min-height: 600px; width: min(100%, 500px); margin-inline: auto; }
  .catalog-item { grid-template-columns: 54px 100px 1fr 60px; }
  .catalog-future { padding-left: 178px; }
  .product-feature-grid { grid-template-columns: 1fr; }
  .product-feature-card:first-child { grid-column: auto; min-height: 440px; }
  .mini-rotation { right: auto; bottom: 40px; left: 30px; }
  .screen-gallery { grid-template-columns: repeat(3, minmax(280px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 18px; }
  .screen-gallery figure, .screen-gallery figure:nth-child(2), .screen-gallery figure:nth-child(3) { margin-top: 0; scroll-snap-align: center; }
  .prayer-screen-gallery { grid-template-columns: repeat(4, minmax(280px, 1fr)); }
  .prayer-screen-gallery figure:nth-child(even) { margin-top: 0; }
  .prayer-hero-stage { width: min(100%, 680px); margin-inline: auto; }
  .local-first-grid { grid-template-columns: 1fr; gap: 65px; }
  .news-grid { grid-template-columns: 1fr; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 10px; }
  .support-grid, .contact-grid { grid-template-columns: 1fr; }
  .support-product { position: static; }
}

@media (max-width: 620px) {
  .inner-hero { min-height: 570px; }
  .inner-hero-content { padding-top: 145px; }
  .inner-index { position: static; margin-bottom: 22px; }
  .inner-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .catalog-item { grid-template-columns: 58px 1fr 50px; gap: 16px; padding-block: 30px; }
  .catalog-number { padding-top: 0; }
  .catalog-item > img { width: 58px; height: 58px; border-radius: 15px; }
  .catalog-symbol { width: 58px; height: 58px; border-radius: 15px; font-size: 2rem; }
  .catalog-copy { grid-column: 1 / -1; grid-row: 2; }
  .catalog-link { grid-column: 3; grid-row: 1; width: 46px; height: 46px; }
  .catalog-future { grid-template-columns: 1fr; padding-left: 0; }
  .product-detail-grid { padding-top: 130px; gap: 28px; }
  .product-title-row { flex-direction: column; }
  .product-detail-copy .hero-actions { flex-direction: column; }
  .product-detail-copy .button { width: 100%; }
  .product-phone-stage { min-height: 520px; width: 88%; }
  .detail-chip { min-width: 172px; text-align: left; }
  .detail-chip-top { top: 68px; left: -22px; }
  .detail-chip-bottom { right: -22px; bottom: 48px; }
  .product-signal .shell { grid-template-columns: 1fr 1fr; }
  .product-signal span:nth-child(2) { border-right: 0; }
  .product-signal span { min-height: 58px; display: grid; place-items: center; padding: 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .product-feature-card { min-height: 260px; }
  .product-feature-card:first-child { min-height: 430px; }
  .mini-rotation { gap: 5px; }
  .mini-rotation b, .mini-rotation i, .mini-rotation em { width: 42px; height: 56px; }
  .screen-gallery { grid-template-columns: repeat(3, 84vw); }
  .prayer-screen-gallery { grid-template-columns: repeat(4, 84vw); }
  .prayer-feature-grid .product-feature-card:first-child { min-height: 260px; }
  .privacy-symbol { width: 220px; height: 220px; }
  .privacy-symbol span { width: 100px; height: 100px; }
  .news-card { min-height: 370px; padding: 26px; }
  .news-lead.has-image { grid-template-columns: minmax(0, 1fr) 48px; }
  .news-lead.has-image .news-lead-image { grid-column: 1 / -1; grid-row: 3; width: 100%; height: 190px; }
  .news-card-image { height: 175px; }
  .article-featured-image { margin-bottom: 36px; border-radius: 18px; }
  .article-hero { padding-top: 145px; }
  .article-content aside { grid-template-columns: 52px 1fr; }
  .article-content aside a { grid-column: 1 / -1; }
  .article-end { align-items: flex-start; flex-direction: column; gap: 14px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 260px; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .value-grid h3 { margin-top: 60px; }
  .about-product-grid { flex-direction: column-reverse; text-align: center; }
  .about-product img { width: 150px; height: 150px; border-radius: 36px; }
  .support-cta h2 { font-size: 1.35rem; overflow-wrap: anywhere; }
  .legal-hero { padding-top: 150px; }
}
