:root {
  --ink: #2a1d1b;
  --muted: #786b67;
  --brand: #a83f34;
  --brand-dark: #743028;
  --rose: #d88478;
  --blush: #f8e8e3;
  --cream: #fffaf7;
  --paper: #ffffff;
  --line: #eadbd5;
  --green: #386a55;
  --shadow: 0 24px 70px rgba(85, 45, 39, .12);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Tahoma, Arial, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
.lang-en { display: none; }
html[lang="en"] .lang-en { display: revert; }
html[lang="en"] .lang-ar { display: none !important; }

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--ink);
  color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1240px, calc(100% - 40px));
  height: 88px;
  margin: 14px auto 0;
  padding: 0 18px 0 10px;
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 20;
  border: 1px solid rgba(168, 63, 52, .1);
  border-radius: 22px;
  background: rgba(255, 250, 247, .88);
  box-shadow: 0 10px 36px rgba(80, 40, 32, .07);
  backdrop-filter: blur(18px);
}
.site-brand { display: flex; align-items: center; margin-inline-end: auto; }
.site-brand img { width: 128px; height: 65px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; }
.site-nav a { color: #5f514d; position: relative; }
.site-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: -8px; height: 2px; border-radius: 4px; background: var(--brand); transform: scaleX(0); transition: .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-button, .header-partner {
  border: 0;
  border-radius: 14px;
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 800;
}
.language-button { background: #fff; color: var(--brand-dark); box-shadow: 0 5px 18px rgba(57, 31, 26, .1); }
.header-partner { background: var(--brand); color: #fff; }

.hero {
  width: min(1240px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  padding: 70px 50px 60px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 42px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  inset-inline-start: -260px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 132, 120, .22), transparent 68%);
  pointer-events: none;
}
.launch-pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid #e9cbc3; border-radius: 999px; color: var(--brand-dark); background: rgba(255,255,255,.55); font-size: 12px; font-weight: 800; }
.launch-pill i { width: 7px; height: 7px; border-radius: 50%; background: #4a856a; box-shadow: 0 0 0 5px rgba(74,133,106,.12); }
.hero-kicker { margin: 24px 0 3px; color: var(--brand); font-size: 14px; font-weight: 900; letter-spacing: .04em; }
.hero h1 { margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.15; letter-spacing: -.055em; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-lead { max-width: 590px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.primary-cta, .light-cta { min-height: 56px; padding: 0 24px; border-radius: 17px; display: inline-flex; align-items: center; gap: 24px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.primary-cta { background: var(--brand); color: white; box-shadow: 0 16px 35px rgba(168, 63, 52, .24); }
.primary-cta:hover, .light-cta:hover { transform: translateY(-3px); }
.primary-cta b, .light-cta b { font-size: 22px; }
html[dir="ltr"] .primary-cta b, html[dir="ltr"] .light-cta b { transform: rotate(180deg); }
.text-cta { color: var(--brand-dark); font-weight: 900; border-bottom: 1px solid rgba(116,48,40,.25); }
.hero-promises { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 18px; color: #645652; font-size: 12px; font-weight: 700; }
.hero-promises span { display: inline-flex; align-items: center; gap: 6px; }
.hero-promises b { color: var(--green); }

.hero-stage { height: 590px; position: relative; display: grid; place-items: center; }
.hero-stage::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: linear-gradient(145deg, #f4cfc5, #f8e7e1 60%, #fff9f6); box-shadow: inset 0 0 0 1px rgba(168,63,52,.08); }
.orbit { position: absolute; width: 510px; height: 230px; border: 1px solid rgba(168,63,52,.16); border-radius: 50%; transform: rotate(-23deg); }
.orbit-two { transform: rotate(31deg); width: 460px; }
.phone-shell { width: 285px; height: 575px; padding: 9px; position: relative; z-index: 2; border: 4px solid #2f2928; border-radius: 48px; background: #161313; box-shadow: 0 36px 70px rgba(60,31,26,.28); transform: rotate(3deg); }
.phone-speaker { position: absolute; z-index: 5; width: 78px; height: 22px; top: 13px; left: 50%; transform: translateX(-50%); border-radius: 0 0 15px 15px; background: #161313; }
.phone-screen { height: 100%; overflow: hidden; border-radius: 36px; padding: 14px 16px 12px; background: #fffaf8; color: #332523; }
.phone-top { display: flex; justify-content: space-between; direction: ltr; font-size: 9px; font-weight: 800; }
.phone-heading { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; }
.phone-heading div { display: grid; }
.phone-heading small { color: #a28e88; font-size: 9px; }
.phone-heading strong { font-size: 17px; }
.avatar-dot { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--brand); font-size: 11px; font-weight: 900; }
.search-preview { margin-top: 18px; padding: 10px 12px; display: flex; gap: 7px; border: 1px solid #eedbd5; border-radius: 13px; color: #ab9690; background: white; font-size: 9px; }
.category-row { margin: 15px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.category-row span { aspect-ratio: 1; display: grid; place-items: center; border-radius: 16px; background: #f9eae5; color: var(--brand); font-size: 18px; }
.preview-label { display: flex; align-items: center; justify-content: space-between; }
.preview-label b { font-size: 13px; }.preview-label small { color: var(--brand); font-size: 8px; }
.salon-preview { margin-top: 10px; padding: 9px; border-radius: 19px; background: white; box-shadow: 0 10px 25px rgba(85,47,41,.1); }
.salon-art { height: 130px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, #d99a8f, #8e382f); color: #fff; font-family: Georgia, serif; font-size: 28px; font-style: italic; }
.salon-info { padding: 9px 3px 2px; display: grid; grid-template-columns: 1fr auto; gap: 2px; }
.salon-info strong { font-size: 11px; }.salon-info small { font-size: 8px; color: #9b8882; }.salon-info span { grid-row: 1 / 3; grid-column: 2; color: #d59d32; font-size: 9px; }
.phone-nav { margin-top: 15px; padding: 10px 9px; display: flex; justify-content: space-between; border-radius: 16px; background: #fff; color: #a9918b; font-size: 13px; box-shadow: 0 7px 18px rgba(64,35,30,.08); }
.phone-nav b { color: var(--brand); }
.floating-card { position: absolute; z-index: 4; min-width: 205px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.floating-card > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--blush); color: var(--brand); }
.floating-card div { display: grid; }.floating-card strong { font-size: 11px; }.floating-card small { color: #8c7a75; font-size: 8px; }
.floating-one { inset-inline-start: -8px; top: 100px; }.floating-two { inset-inline-end: -3px; bottom: 95px; }

.trust-strip { width: min(1140px, calc(100% - 40px)); margin: 0 auto 100px; padding: 22px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-block: 1px solid var(--line); }
.trust-strip div { display: flex; align-items: center; gap: 13px; color: #695b57; font-size: 12px; font-weight: 700; }
.trust-strip b { color: var(--rose); font-size: 10px; letter-spacing: .1em; }

.section { width: min(1140px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 560px; }
.section-heading.centered { max-width: 690px; margin-inline: auto; text-align: center; }
.eyebrow { display: block; color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section h2, .partner-copy h2, .launch-copy h2 { margin: 12px 0 20px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.18; letter-spacing: -.04em; }
.section-heading p, .partner-copy > p, .launch-copy p { color: var(--muted); font-size: 16px; line-height: 1.9; }

.services-section { padding-top: 70px; }
.service-audience-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.audience-card { min-height: 360px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 14px 40px rgba(82,43,36,.06); }
.audience-card::after { content: ""; position: absolute; width: 150px; height: 150px; inset-inline-end: -70px; top: -70px; border-radius: 50%; background: rgba(216,132,120,.1); }
.audience-card.is-kids::after { background: rgba(225,174,83,.13); }
.audience-card.is-artist::after { background: rgba(56,106,85,.11); }
.audience-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: var(--blush); color: var(--brand); font-size: 24px; }
.is-kids .audience-icon { background: #fff4d9; color: #9b6b18; }
.is-artist .audience-icon { background: #e7f2ed; color: var(--green); }
.audience-type { margin-top: 24px; color: var(--brand); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.audience-card h3 { margin: 8px 0 10px; font-size: 22px; line-height: 1.45; }
.audience-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-tags { margin-top: auto; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 7px; }
.service-tags span { padding: 6px 10px; border-radius: 999px; background: #fbefeb; color: #75433c; font-size: 10px; font-weight: 800; }
.pricing-note { margin-top: 18px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: 22px; background: #2b211f; color: #fff; }
.pricing-note div { max-width: 760px; }.pricing-note div > b { font-size: 16px; }.pricing-note p { margin: 5px 0 0; color: #cfbfbb; font-size: 12px; }
.pricing-note a { flex: 0 0 auto; min-height: 44px; padding: 0 15px; display: inline-flex; align-items: center; gap: 10px; border-radius: 13px; background: #fff; color: var(--brand-dark); font-size: 11px; font-weight: 900; }
.feature-grid { margin-top: 50px; display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 235px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.68); }
.feature-large { grid-row: 1 / 3; min-height: 488px; background: linear-gradient(145deg, #fff, #f9e9e4); }
.feature-number { position: absolute; top: 24px; inset-inline-end: 26px; color: #cbb7b1; font-size: 10px; font-weight: 900; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--blush); color: var(--brand); font-size: 23px; }
.feature-card h3 { margin: 26px 0 6px; font-size: 21px; }.feature-card p { margin: 0; max-width: 440px; color: var(--muted); font-size: 14px; }
.map-lines { height: 190px; margin-top: 38px; position: relative; overflow: hidden; border-radius: 20px; background: #f3d9d2; }
.map-lines i { position: absolute; width: 120%; height: 2px; background: rgba(168,63,52,.17); transform: rotate(-18deg); top: 38%; left: -10%; box-shadow: 0 40px 0 rgba(168,63,52,.15), 0 80px 0 rgba(168,63,52,.13); }
.map-lines i:nth-child(2) { transform: rotate(42deg); }.map-lines i:nth-child(3) { transform: rotate(90deg); }
.map-lines b { position: absolute; top: 44%; right: 51%; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); background: var(--brand); color: white; box-shadow: 0 9px 25px rgba(116,48,40,.35); }.map-lines b::first-letter { transform: rotate(45deg); }

.how-section { padding-top: 140px; }
.steps { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; top: 30px; inset-inline: 16%; border-top: 1px dashed #d9bdb5; }
.step { position: relative; z-index: 1; text-align: center; padding: 0 35px; }
.step > span { width: 60px; height: 60px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); border: 1px solid #d9bdb5; color: var(--brand); font-family: Georgia, serif; font-size: 20px; box-shadow: 0 0 0 9px var(--cream); }
.step h3 { margin: 0 0 8px; font-size: 22px; }.step p { margin: 0; color: var(--muted); font-size: 13px; }

.payment-section { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.payment-copy > p { max-width: 600px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.payment-assurances { margin-top: 28px; display: grid; gap: 11px; }
.payment-assurances > span { display: flex; gap: 10px; align-items: flex-start; color: #645652; font-size: 12px; font-weight: 700; }
.payment-assurances > span > b { color: var(--green); }
.order-summary { padding: 30px; border: 1px solid #dfc9c2; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.summary-heading { padding-bottom: 22px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.summary-heading div { display: grid; }.summary-heading small { color: var(--brand); font-size: 10px; font-weight: 900; }.summary-heading strong { margin-top: 3px; font-size: 23px; }.summary-heading > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--blush); color: var(--brand); font-size: 11px; font-weight: 900; }
.summary-row, .summary-total { padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #f0e5e1; color: var(--muted); font-size: 11px; }
.summary-row b { color: var(--ink); text-align: end; font-size: 11px; }
.summary-total { margin-top: 7px; border: 0; color: var(--ink); font-weight: 900; }.summary-total b { color: var(--brand); text-align: end; }
.order-summary > a { margin-top: 14px; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--brand); font-size: 11px; font-weight: 900; }

.partner-section { margin: 100px auto; width: min(1240px, calc(100% - 40px)); min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-xl); background: #682b26; color: white; }
.partner-visual { min-height: 500px; display: grid; place-items: center; position: relative; background: radial-gradient(circle at center, #ad4d42 0, #7c322c 48%, #5b241f 100%); }
.partner-visual::before, .partner-visual::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); }.partner-visual::after { width: 470px; height: 230px; transform: rotate(28deg); }
.partner-ring { width: 230px; height: 230px; z-index: 2; display: grid; place-content: center; text-align: center; border-radius: 50%; background: #fff4ef; color: var(--brand); box-shadow: 0 30px 60px rgba(30,10,8,.28); transform: rotate(-5deg); }
.partner-ring span { font-family: Georgia, serif; font-size: 40px; font-style: italic; }.partner-ring b { font-size: 11px; letter-spacing: .32em; }
.partner-copy { padding: 75px 65px; align-self: center; }
.partner-copy .eyebrow { color: #efb4a8; }.partner-copy > p { color: #efd9d4; }
.partner-copy ul { padding: 0; margin: 30px 0; list-style: none; display: grid; gap: 13px; }
.partner-copy li { display: flex; align-items: flex-start; gap: 10px; color: #f8eae7; font-size: 13px; }.partner-copy li b { color: #efb4a8; }
.light-cta { background: #fff5f1; color: #6e2e28; }

.support-card { padding: 54px; border-radius: var(--radius-xl); background: #2b211f; color: white; }
.support-card > div:first-child { max-width: 700px; }.support-card .eyebrow { color: #e39c91; }
.support-points { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.support-points article { padding: 25px; border-radius: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.support-points article > b { color: #e39c91; font-size: 10px; }.support-points h3 { margin: 18px 0 6px; font-size: 18px; }.support-points p { margin: 0; color: #cfbfbb; font-size: 12px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.faq-list summary { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; color: var(--ink); font-size: 14px; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--blush); color: var(--brand); font-size: 18px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 12px; line-height: 1.85; }

.identity-section { margin-bottom: 90px; padding: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff, #f9e8e3); }
.identity-section h2 { font-size: clamp(34px, 3.7vw, 50px); }.identity-section > div:first-child > p { color: var(--muted); font-size: 13px; }
.identity-side { display: grid; gap: 14px; }
.identity-visual { width: 100%; aspect-ratio: 1200 / 630; display: block; object-fit: cover; border: 1px solid rgba(82,43,36,.08); border-radius: 22px; box-shadow: 0 14px 45px rgba(82,43,36,.08); }
.identity-card { padding: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; border-radius: 22px; background: #fff; box-shadow: 0 14px 45px rgba(82,43,36,.08); }
.identity-card > div { min-height: 98px; padding: 15px; display: grid; align-content: center; gap: 5px; border-radius: 14px; background: #fff9f6; }
.identity-card small { color: var(--muted); font-size: 9px; font-weight: 800; }.identity-card b, .identity-card a { color: var(--ink); font-size: 11px; line-height: 1.6; overflow-wrap: anywhere; }

.launch-section { width: min(1140px, calc(100% - 40px)); margin: 40px auto 110px; padding: 65px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #f0cec5, #fae8e2); }
.launch-copy { max-width: 650px; }.launch-copy h2 { font-size: clamp(38px, 4vw, 54px); }.store-buttons { display: grid; gap: 10px; }
.store-buttons button { min-width: 180px; padding: 11px 18px; display: grid; border: 1px solid rgba(48,32,29,.2); border-radius: 14px; background: #302420; color: white; text-align: start; opacity: .88; }.store-buttons small { font-size: 9px; }.store-buttons b { font-size: 16px; }

.site-footer { padding: 70px max(24px, calc((100% - 1140px) / 2)); background: #241b19; color: white; }
.footer-main { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 160px; filter: brightness(0) invert(1); }.footer-brand p { max-width: 370px; color: #baa9a4; font-size: 13px; }
.footer-main h3 { margin: 0 0 18px; font-size: 13px; color: #dec9c3; }.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }.footer-main a { margin: 5px 0; color: #b9aaa6; font-size: 12px; }.footer-main a:hover { color: white; }
.legal-identity { margin-top: 40px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 10px 25px; border-top: 1px solid rgba(255,255,255,.08); color: #a79793; font-size: 11px; }
.footer-bottom { margin-top: 22px; display: flex; gap: 8px; justify-content: space-between; color: #887a76; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Legal pages */
.legal-page { background: #fffaf7; }
.legal-header { width: min(1040px, calc(100% - 40px)); margin: 16px auto; display: flex; align-items: center; justify-content: space-between; }
.legal-header img { width: 135px; height: 66px; object-fit: contain; }
.legal-header > div { display: flex; gap: 9px; }
.legal-back { min-height: 44px; padding: 0 15px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--brand-dark); font-size: 12px; font-weight: 800; }
.legal-hero { padding: 85px 20px 65px; text-align: center; background: linear-gradient(180deg, #f7ded7, transparent); }
.legal-hero h1 { margin: 10px 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.2; }.legal-hero p { color: var(--muted); font-size: 13px; }
.legal-layout { width: min(1040px, calc(100% - 40px)); margin: 0 auto 100px; display: grid; grid-template-columns: 250px 1fr; gap: 35px; align-items: start; }
.legal-nav { position: sticky; top: 22px; padding: 18px; display: grid; gap: 6px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.legal-nav a { padding: 10px 12px; border-radius: 11px; color: #756660; font-size: 12px; }.legal-nav a:hover, .legal-nav a.is-active { background: var(--blush); color: var(--brand-dark); font-weight: 800; }
.legal-content { padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 16px 45px rgba(82,43,36,.06); }
.legal-notice { margin-bottom: 28px; padding: 16px 18px; border-inline-start: 4px solid var(--rose); border-radius: 12px; background: #fff2ee; color: #74534c; font-size: 12px; }
.legal-content section { padding: 22px 0; border-bottom: 1px solid #efe4e0; scroll-margin-top: 30px; }.legal-content section:last-child { border: 0; }
.legal-content h2 { margin: 0 0 10px; font-size: 22px; }.legal-content h3 { margin: 18px 0 6px; font-size: 15px; }.legal-content p, .legal-content li { color: #645652; font-size: 13px; }.legal-content ul, .legal-content ol { padding-inline-start: 20px; }
.policy-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 12px; }.policy-table th, .policy-table td { padding: 13px; border: 1px solid var(--line); text-align: start; }.policy-table th { background: #faece7; color: var(--brand-dark); }
.legal-contact-box { padding: 18px; border-radius: 15px; background: #f8eeea; display: grid; gap: 6px; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }
  .hero-lead { margin-inline: auto; }.hero-actions, .hero-promises { justify-content: center; }
  .hero-stage { height: 610px; }
  .feature-grid { grid-template-columns: 1fr; grid-template-rows: auto; }.feature-large { grid-row: auto; }
  .service-audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: 300px; }
  .payment-section, .faq-section, .identity-section { grid-template-columns: 1fr; }
  .partner-section { grid-template-columns: 1fr; }.partner-visual { min-height: 430px; }.partner-copy { padding: 55px; }
  .launch-section { grid-template-columns: 1fr; text-align: center; }.store-buttons { grid-template-columns: repeat(2, auto); justify-content: center; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 24px); height: 72px; margin-top: 8px; padding: 0 8px 0 4px; gap: 8px; }
  .site-brand img { width: 94px; height: 54px; }.header-partner { display: none; }.language-button { min-height: 42px; padding: 0 12px; font-size: 12px; }
  .hero { width: calc(100% - 24px); min-height: 0; padding: 52px 10px 30px; }.hero h1 { font-size: 45px; }.hero-lead { font-size: 15px; }.hero-stage { height: 545px; margin-top: 12px; }
  .hero-stage::before { width: 350px; height: 350px; }.orbit { width: 350px; }.orbit-two { width: 330px; }.phone-shell { width: 245px; height: 500px; }.salon-art { height: 100px; }
  .floating-card { min-width: 150px; padding: 9px; }.floating-card > b { width: 28px; height: 28px; }.floating-one { inset-inline-start: -8px; }.floating-two { inset-inline-end: -8px; }.floating-card strong { font-size: 9px; }
  .trust-strip { grid-template-columns: 1fr; margin-bottom: 40px; }
  .section { width: calc(100% - 30px); padding: 75px 0; }.feature-card { padding: 23px; }.feature-large { min-height: 440px; }
  .service-audience-grid { margin-top: 35px; }.audience-card { padding: 24px; }.pricing-note { padding: 23px; flex-direction: column; align-items: stretch; }.pricing-note a { justify-content: space-between; }
  .payment-section, .faq-section { gap: 38px; }.order-summary { padding: 24px 20px; }
  .steps { grid-template-columns: 1fr; gap: 35px; }.steps::before { display: none; }.step { display: grid; grid-template-columns: 58px 1fr; gap: 15px; padding: 0; text-align: start; }.step > span { margin: 0; }.step div { padding-top: 5px; }
  .partner-section { width: calc(100% - 24px); margin: 45px auto; }.partner-visual { min-height: 340px; }.partner-ring { width: 185px; height: 185px; }.partner-copy { padding: 42px 25px; }.partner-copy h2 { font-size: 40px; }
  .support-card { padding: 32px 22px; }.support-points { grid-template-columns: 1fr; }
  .identity-section { margin-bottom: 55px; padding: 32px 22px; gap: 30px; }.identity-card { grid-template-columns: 1fr; padding: 14px; }
  .launch-section { width: calc(100% - 24px); padding: 42px 22px; }.store-buttons { grid-template-columns: 1fr; }.store-buttons button { width: 100%; }
  .site-footer { padding: 55px 26px; }.footer-main { grid-template-columns: 1fr; gap: 35px; }.footer-bottom { flex-wrap: wrap; }
  .legal-layout { grid-template-columns: 1fr; }.legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }.legal-content { padding: 24px 19px; }.policy-table { font-size: 10px; }.policy-table th, .policy-table td { padding: 9px 7px; }
}

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