:root {
  --ink: #171a46;
  --purple: #7c3aed;
  --pink: #ec4899;
  --hot-pink: #f43f8c;
  --lavender: #f6f0ff;
  --soft-pink: #fff2f8;
  --muted: #6f7189;
  --line: rgba(23, 26, 70, 0.1);
  --shadow: 0 20px 50px rgba(58, 35, 104, 0.13);
  --font: "Pretendard", "Noto Sans KR", "Noto Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 66px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 26, 70, 0.07);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand, .cta-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.brand-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(140deg, var(--hot-pink), var(--purple));
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.22);
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 7px 8px 9px;
  border: 5px solid #fff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.brand-mark i {
  position: absolute;
  top: 4px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.language-picker { position: relative; }
.lang-select {
  min-width: 146px;
  padding: 9px 34px 9px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(23, 26, 70, 0.05);
  font: 600 0.83rem var(--font);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(255,255,255,.72) 0 5%, transparent 28%),
    radial-gradient(circle at 92% 58%, rgba(236,72,153,.16), transparent 26%),
    linear-gradient(112deg, #ceb5ca 0%, #e8d4e4 28%, #f0e4f4 55%, #ddd0ef 100%);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 50%;
}
.hero::before { right: -160px; top: 60px; }
.hero::after { right: -80px; top: 130px; }
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(360px, 0.44fr) minmax(420px, 0.56fr);
  align-items: center;
  gap: 18px;
  padding-block: 40px 28px;
}
.hero-copy { position: relative; z-index: 4; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  color: #4d3d72;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(124,58,237,.12);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(80,47,125,.08);
  font-size: .78rem;
  font-weight: 700;
}
.hero h1 {
  margin: 22px 0 12px;
  font-size: clamp(3.45rem, 5vw, 4rem);
  line-height: 1.07;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero h1 .line { display: block; }
.grad-text {
  color: transparent;
  background: linear-gradient(90deg, var(--hot-pink), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
}
.lead {
  max-width: 440px;
  margin: 0;
  color: #44465f;
  font-size: 1.05rem;
  line-height: 1.75;
  white-space: normal;
}
.hero-badges {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin: 24px 0 22px;
  padding: 0;
  list-style: none;
}
.hero-badges li {
  min-width: 0;
  padding: 9px 8px;
  background: rgba(255,255,255,.88);
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(70,41,110,.08);
  font-size: .68rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.hero-badges li span { display: block; margin-bottom: 3px; font-size: 1.08rem; }
.hero-download { display: inline-block; }
.play-btn {
  display: inline-flex;
  min-width: 196px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  color: #fff;
  background: #09090b;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(23,26,70,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.play-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(23,26,70,.26); }
.play-btn svg { width: 28px; height: 28px; }
.play-btn .txt { display: flex; flex-direction: column; line-height: 1.05; }
.play-btn small { font-size: .58rem; font-weight: 500; }
.play-btn strong { margin-top: 3px; font-size: 1.23rem; font-weight: 600; }
.cta-note { margin: 10px 0 0; color: #55566e; font-size: .78rem; }

.hero-visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 800px);
  max-width: 800px;
  margin-right: -12px;
}
.hero-master-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 800 / 654;
  object-fit: contain;
  object-position: right center;
  /* soft blend into hero pink/lavender so rectangle edge disappears */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  filter: none;
}
.portrait-heart {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 8px;
  color: var(--hot-pink);
  font: 300 3rem var(--font);
  transform: rotate(-16deg);
}
.hero-phone { position: relative; height: 560px; z-index: 3; }
.phone {
  position: relative;
  overflow: hidden;
  padding: 7px;
  background: #080a12;
  border: 2px solid #333641;
  border-radius: 44px;
  box-shadow: 0 25px 55px rgba(23,26,70,.28);
}
.phone-main {
  position: absolute;
  top: 12px;
  right: 0;
  width: 292px;
  height: 548px;
  transform: rotate(1.5deg);
}
.phone-notch {
  position: absolute;
  z-index: 5;
  top: 13px;
  left: 50%;
  width: 38%;
  height: 21px;
  border-radius: 20px;
  background: #05060a;
  transform: translateX(-50%);
}
.phone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 36px; }
.call-screen {
  position: relative;
  color: #fff;
  background:
    linear-gradient(to bottom, rgba(23,26,70,.05), rgba(23,26,70,.58)),
    linear-gradient(145deg, #d4dff2 0%, #b8c4d8 42%, #806c68 100%);
}
.call-top {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: .7rem;
  font-weight: 700;
}
.call-top small { display: block; opacity: .8; font-weight: 500; }
.mini-brand {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  background: linear-gradient(135deg,var(--pink),var(--purple));
  border-radius: 8px;
  font-weight: 900;
}
.call-face {
  position: absolute;
  inset: 80px 0 73px;
  display: grid;
  place-items: center;
  font-size: 9rem;
  filter: drop-shadow(0 12px 18px rgba(23,26,70,.25));
}
.call-pip {
  position: absolute;
  z-index: 3;
  top: 44px;
  right: 14px;
  display: grid;
  width: 75px;
  height: 98px;
  place-items: center;
  background: linear-gradient(145deg,#ffe5ef,#c9b7ff);
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 17px;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  font-size: 2.6rem;
}
.call-bar {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 15px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.call-bar span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: rgba(16,18,29,.58);
  border-radius: 50%;
  font-size: .95rem;
  backdrop-filter: blur(8px);
}
.call-bar .end { color: #fff; background: #ff365d; }
.chat-float {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 215px;
  padding: 11px 13px;
  color: #44405b;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(124,58,237,.1);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(70,40,105,.17);
  font-size: .62rem;
}
.chat-float small { display: block; margin-top: 5px; color: #77758c; }
.chat-float-a { top: 185px; left: -76px; }
.chat-float-b { top: 284px; left: -44px; }
.hero-gift {
  position: absolute;
  z-index: 8;
  right: -14px;
  bottom: -7px;
  font-size: 7.5rem;
  filter: drop-shadow(0 13px 12px rgba(132,47,100,.25));
  transform: rotate(7deg);
}
.floating-heart { position: absolute; z-index: 9; color: var(--hot-pink); }
.fh-one { right: 3px; bottom: 128px; font-size: 2rem; }
.fh-two { right: 64px; bottom: 103px; font-size: 1rem; }

.features-section { padding: 58px 0 62px; background: #fff; }
.section-title {
  margin: 0 0 34px;
  text-align: center;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  line-height: 1.25;
  letter-spacing: -.04em;
  font-weight: 900;
}
.section-title::first-letter { color: inherit; }
.feature-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature-card {
  min-height: 380px;
  padding: 24px 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(23,26,70,.05);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(23,26,70,.07);
  text-align: center;
}
.chat-card { background: #f3eeff; }
.translate-card { background: #eaf4ff; }
.video-card { background: #ffeaf3; }
.reward-card { background: #fff6e5; }
.feature-card h3 { margin: 0 0 5px; color: var(--purple); font-size: 1rem; }
.video-card h3 { color: var(--hot-pink); }
.reward-card h3 { color: #d18718; }
.feature-card > p { min-height: 42px; margin: 0; color: #686b82; font-size: .76rem; }
.card-ui {
  position: relative;
  height: 245px;
  margin-top: 16px;
  border-radius: 18px;
}
.chat-ui { padding-top: 14px; }
.message {
  width: 82%;
  margin: 0 0 10px;
  padding: 10px;
  color: #44465a;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 7px 16px rgba(58,45,95,.08);
  font-size: .67rem;
  text-align: left;
}
.message small { display: block; margin-top: 4px; color: #8d8fa1; }
.message.right { margin-left: auto; background: linear-gradient(135deg,#9773f7,#7c3aed); color: #fff; }
.message.right small { color: rgba(255,255,255,.76); }
.message.short { width: 65%; }
.translate-ui {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.translate-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.translate-icon span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg,#5f9cf8,#7c3aed);
  border-radius: 17px;
  box-shadow: 0 10px 23px rgba(66,117,221,.2);
  font-size: 1.55rem;
  font-weight: 800;
}
.translate-icon i { color: #6292dc; font-style: normal; font-weight: 900; }
.translation-box {
  width: 100%;
  padding: 14px;
  background: rgba(255,255,255,.87);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(44,90,145,.08);
  color: #5a5d73;
  font-size: .7rem;
  text-align: left;
}
.translation-box strong { display: block; margin-top: 8px; color: #3565a6; }
.mini-phone {
  width: 145px;
  height: 240px;
  margin-inline: auto;
  overflow: hidden;
  background: linear-gradient(150deg,#ecd2dd,#af7e8d);
  border: 6px solid #171a24;
  border-radius: 28px 28px 12px 12px;
  box-shadow: 0 13px 25px rgba(93,44,72,.18);
}
.mini-person { display: grid; height: 100%; place-items: center; font-size: 5.4rem; }
.mini-pip {
  position: absolute;
  top: 12px;
  right: 9px;
  display: grid;
  width: 43px;
  height: 55px;
  place-items: center;
  background: #dce6ff;
  border-radius: 10px;
  font-size: 1.35rem;
}
.mini-controls {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.mini-controls i { display: grid; width: 28px; height: 28px; place-items: center; background: rgba(0,0,0,.55); border-radius: 50%; font-size: .65rem; font-style: normal; }
.mini-controls i:last-child { color: #ff385d; background: #fff; }
.reward-ui { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.gift-box { font-size: 4.5rem; filter: drop-shadow(0 10px 8px rgba(200,115,20,.18)); }
.flow-arrow { color: #db9a35; font-size: 2rem; font-weight: 900; }
.u-coin {
  display: grid;
  width: 75px;
  height: 75px;
  margin: auto;
  place-items: center;
  color: #fff8c8;
  background: linear-gradient(145deg,#fbcf45,#d78a0e);
  border: 6px solid #ffe28a;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(190,122,10,.23);
  font: 900 2rem Georgia,serif;
}
.reward-caption { grid-column: 1 / -1; color: #9d712e; font-size: .74rem; font-weight: 800; }

.languages-section { padding: 20px 0 54px; background: #fff; }
.languages-section .section-title { margin-bottom: 25px; font-size: 1.45rem; }
.language-row {
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
.lang-item {
  display: flex;
  min-width: 55px;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #55576d;
  font-size: .66rem;
  transition: transform .18s ease;
}
.lang-item:hover { transform: translateY(-3px); }
.flag {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(23,26,70,.09);
}
.flag img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
.section-sub { margin: 23px 0 0; color: #999aaa; text-align: center; font-size: .76rem; }

.global-banner-section { padding: 0 0 20px; }
.global-banner {
  position: relative;
  min-height: 196px;
  overflow: hidden;
  padding: 36px 280px 36px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 45%, rgba(70,50,130,.45), transparent 30%),
    linear-gradient(120deg, #120e42 0%, #120c42 40%, #1a1460 100%);
  border-radius: 30px;
  box-shadow: 0 20px 45px rgba(23,26,70,.18);
}
.banner-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.banner-facts article {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: flex-start;
  padding: 4px 17px;
  border-right: 1px solid rgba(255,255,255,.17);
}
.banner-facts article:last-child { border-right: 0; }
.banner-facts article > span { font-size: 1.75rem; }
.banner-facts h3 { margin: 2px 0 6px; font-size: .9rem; }
.banner-facts p { margin: 0; color: rgba(255,255,255,.66); font-size: .69rem; line-height: 1.55; }
/* banner-art base overridden by fixed-asset block */

.download-cta-section { padding: 0 0 18px; }
.download-cta {
  position: relative;
  min-height: 242px;
  display: grid;
  grid-template-columns: 1.1fr .72fr 1fr;
  align-items: center;
  overflow: hidden;
  padding: 38px 42px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 50%, rgba(255,190,220,.2), transparent 40%),
    linear-gradient(105deg, #f43f8c 0%, #e9559f 45%, #e9559f 100%);
  border-radius: 30px;
  box-shadow: 0 22px 46px rgba(176,47,154,.2);
}
.download-copy { position: relative; z-index: 3; }
.download-copy h2 { margin: 0 0 8px; font-size: clamp(1.65rem,3vw,2.3rem); letter-spacing: -.04em; }
.download-copy p { max-width: 370px; margin: 0 0 22px; color: rgba(255,255,255,.8); font-size: .9rem; }
.cta-brand .brand-mark { box-shadow: none; }
.download-action { position: relative; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.download-action strong { font-size: .76rem; }
/* cta-phones base overridden by fixed-asset block */
.cta-phone { position: absolute; width: 173px; height: 350px; border-radius: 32px; padding: 5px; }
.cta-phone.back { left: 20px; top: 55px; transform: rotate(-8deg); }
.cta-phone.front { right: 18px; top: 25px; transform: rotate(8deg); }
.cta-phone .phone-screen { border-radius: 26px; }
.discover-screen { padding: 35px 13px 12px; color: var(--ink); background: #fff6fa; }
.discover-screen b { font-size: .9rem; }
.discover-screen > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 12px; }
.discover-screen span { display: grid; height: 92px; place-items: center; background: linear-gradient(145deg,#ffe4f0,#d9ccff); border-radius: 11px; font-size: 2.4rem; }
.brand-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg,#371165,#8a24bf);
}
.brand-screen strong { margin-top: 12px; font-size: 1.2rem; }
.brand-screen small { margin-top: 4px; opacity: .7; font-size: .58rem; }

.trust-row-section { padding: 0 0 16px; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 17px 10px;
}
.trust-row article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 6px 16px;
  border-right: 1px solid var(--line);
}
.trust-row article:last-child { border-right: 0; }
.trust-row article > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: var(--purple);
  background: var(--lavender);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
}
.trust-row h3 { margin: 0 0 3px; font-size: .8rem; }
.trust-row p { margin: 0; color: var(--muted); font-size: .65rem; }

.site-footer { border-top: 1px solid var(--line); color: #77798d; background: #fff; }
.footer-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .72rem;
}
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-links a:hover { color: var(--purple); }

.chooser {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: linear-gradient(145deg,var(--soft-pink),var(--lavender));
}
.chooser-box {
  width: min(900px,100%);
  padding: 42px;
  background: #fff;
  border-radius: 30px;
  box-shadow: var(--shadow);
  text-align: center;
}
.chooser-box .brand { justify-content: center; }
.chooser-box h1 { margin: 28px 0; }
.chooser-box .lang-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.chooser-box .lang-grid a { padding: 13px; background: var(--lavender); border-radius: 14px; font-weight: 700; }

[dir="rtl"] .hero-visual { direction: ltr; }
[dir="rtl"] .hero-copy, [dir="rtl"] .feature-card, [dir="rtl"] .banner-facts { text-align: right; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 0.46fr 0.54fr; gap: 12px; }
  .hero h1 { font-size: 3.2rem; }
  .banner-facts { grid-template-columns: repeat(2,1fr); gap: 18px 0; }
  .global-banner { padding-right: 240px; }
  .banner-facts article:nth-child(2) { border-right: 0; }
}

@media (max-width: 860px) {
  .wrap { width: min(calc(100% - 32px), 720px); }
  .hero { min-height: auto; }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 40px;
  }
  .hero-copy { max-width: 650px; text-align: center; margin: auto; }
  .lead { margin-inline: auto; }
  .hero-badges { justify-content: center; }
  .hero-visual { justify-self: center; margin-right: 0; width: min(100%, 560px); }
  .feature-cards { grid-template-columns: repeat(2,1fr); }
  .global-banner { padding: 34px 200px 34px 20px; }
  .download-cta { grid-template-columns: 1fr 1fr; }
  .download-action { align-items: flex-start; }
  .download-copy { grid-column: 1; }
  .trust-row { grid-template-columns: repeat(2,1fr); gap: 12px 0; }
  .trust-row article:nth-child(2) { border-right: 0; }
}

@media (max-width: 620px) {
  .wrap { width: calc(100% - 28px); }
  .site-header { height: 60px; }
  .brand { font-size: 1.05rem; }
  .brand-mark { width: 31px; height: 31px; }
  .lang-select { min-width: 0; max-width: 145px; font-size: .72rem; }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px 0 8px;
  }
  .hero-copy { width: 100%; display: contents; }
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-copy .hero-badges { order: 1; text-align: center; }
  .hero-copy .hero-badges { justify-content: center; }
  .hero-visual { order: 2; width: 100%; max-width: 100%; }
  .hero-copy .hero-download { order: 3; justify-self: center; margin-inline: auto; }
  .hero-copy .cta-note { order: 4; text-align: center; }
  .eyebrow { font-size: .68rem; }
  .hero h1 { margin-top: 18px; font-size: clamp(2.25rem,11vw,2.55rem); }
  .lead { font-size: .94rem; margin-inline: auto; }
  .hero-badges { display: grid; grid-template-columns: repeat(2,1fr); }
  .hero-badges li { padding: 10px 5px; }
  .features-section { padding-top: 50px; }
  .section-title { font-size: 1.6rem; }
  .feature-cards { grid-template-columns: 1fr; }
  .feature-card { min-height: 380px; }
  .language-row { gap: 16px 9px; }
  .lang-item { min-width: 58px; }
  .global-banner { padding: 30px 22px 160px; }
  .banner-facts { grid-template-columns: 1fr; }
  .banner-facts article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 14px 4px; }
  .banner-facts article:last-child { border-bottom: 0; }
  .download-cta { display: flex; min-height: 420px; flex-direction: column; align-items: flex-start; padding: 34px 24px 140px; }
  .download-action { align-items: center; margin-top: 10px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 8px; }
  .trust-row article:last-child { border-bottom: 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; padding-block: 22px; }
  .footer-links { justify-content: flex-start; gap: 12px 18px; }
  .chooser-box { padding: 28px 18px; }
  .chooser-box .lang-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* ===== Composite master visuals (single crops — do not layer) ===== */
/* Natural: hero 800x654 | feature 194x148 | community 328x170 | cta 490x120 */
.asset-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  user-select: none;
  pointer-events: none;
}

.feature-video-asset {
  display: grid !important;
  place-items: center;
  height: 200px;
  padding: 10px 8px 0;
  background: transparent !important;
}
.feature-video-asset img {
  width: 168px !important;
  max-width: 168px !important;
  height: auto !important;
  max-height: 148px !important;
  aspect-ratio: 194 / 148;
  object-fit: contain;
  border-radius: 16px;
  filter: drop-shadow(0 8px 14px rgba(120, 40, 80, 0.12));
}

.banner-art {
  position: absolute !important;
  right: 0;
  bottom: 0;
  top: 0;
  width: 320px !important;
  max-width: 320px !important;
  display: flex !important;
  align-items: stretch;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.community-master-img {
  width: 320px !important;
  max-width: 320px !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center right;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.cta-visual {
  position: absolute !important;
  right: 0;
  bottom: 0;
  top: 0;
  width: 52% !important;
  max-width: 580px !important;
  display: block !important;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  background: #e9559f;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
}
.cta-master-img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center right;
}

@media (max-width: 1100px) {
  .banner-art { width: 260px !important; max-width: 260px !important; }
  .community-master-img { width: 260px !important; max-width: 260px !important; }
  .cta-visual { width: 48% !important; max-width: 480px !important; }
}

@media (max-width: 768px) {
  .hero-master-img {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  }
  .feature-video-asset { height: 180px; }
  .feature-video-asset img {
    width: 150px !important;
    max-width: 150px !important;
    max-height: 140px !important;
  }
  .global-banner { padding-bottom: 140px; }
  .banner-art {
    right: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(50%);
    width: 260px !important;
    max-width: 260px !important;
    height: 140px;
  }
  .community-master-img {
    width: 260px !important;
    max-width: 260px !important;
    max-height: 140px !important;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .download-cta {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding-bottom: 150px !important;
  }
  .cta-visual {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100% !important;
    max-width: none !important;
    height: 140px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 100%);
  }
  .cta-master-img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 430px) {
  .cta-visual { height: 120px; }
}
