:root {
  --ink: #ffffff;
  --muted: #b7b7b7;
  --line: #2c2c2c;
  --paper: #090909;
  --blush: #111111;
  --pink: #e50914;
  --pink-dark: #a80008;
  --plum: #ffffff;
  --green: #e50914;
  --shadow: 0 24px 70px rgba(0, 0, 0, .58);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #050505; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 12%, rgba(229, 9, 20, .16), transparent 27%),
    radial-gradient(circle at 4% 55%, rgba(145, 0, 8, .12), transparent 24%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 45%, #050505 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
button, select, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; }

.shell { width: min(1160px, calc(100% - 40px)); 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; }

.ambient { position: fixed; border-radius: 50%; filter: blur(28px); pointer-events: none; z-index: -1; opacity: .42; }
.ambient-one { width: 420px; height: 420px; background: #d0000a; right: -190px; top: 70px; }
.ambient-two { width: 340px; height: 340px; background: #650005; left: -190px; top: 560px; }

.site-header {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 1.22rem; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, #ff1f2b, #a80008); color: white; box-shadow: 0 10px 28px rgba(229, 9, 20, .32); }
.brand-mark.small { width: 29px; height: 29px; border-radius: 10px; font-size: .8rem; }
.language-picker { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid #393939; background: rgba(12, 12, 12, .88); border-radius: 999px; backdrop-filter: blur(14px); }
.language-picker select { border: 0; background: transparent; color: #fff; outline: none; max-width: 150px; font-weight: 650; }
.language-picker select option { color: #fff; background: #0b0b0b; }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; padding: 54px 0 85px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #ff4b55; background: rgba(229, 9, 20, .1); border: 1px solid rgba(229, 9, 20, .35); padding: 8px 12px; border-radius: 999px; font-size: .89rem; font-weight: 760; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #ff1722; box-shadow: 0 0 0 5px rgba(229, 9, 20, .16); }
.hero h1 { margin: 22px 0 20px; max-width: 760px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.6vw, 5.15rem); line-height: .99; letter-spacing: -.06em; font-weight: 650; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); margin: 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 21px; border-radius: 15px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #f01520, #a80008); color: #fff; box-shadow: 0 14px 34px rgba(229, 9, 20, .28); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(229, 9, 20, .38); }
.button-ghost { border: 1px solid #454545; background: rgba(255, 255, 255, .035); color: #fff; }
.button-ghost:hover { border-color: #e50914; background: rgba(229, 9, 20, .08); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 28px; color: #c0c0c0; font-size: .92rem; }
.trust-row > span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #e50914; color: #fff; font-size: .75rem; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 540px; }
.phone-card { width: min(390px, 88vw); background: rgba(12, 12, 12, .97); border: 1px solid #333; border-radius: 36px; padding: 13px; box-shadow: 0 28px 80px rgba(0, 0, 0, .7), 0 0 0 1px rgba(229, 9, 20, .07); transform: rotate(2deg); }
.phone-top { display: flex; align-items: center; justify-content: space-between; padding: 9px 8px 14px; font-size: .82rem; }
.mini-brand { font-weight: 850; color: #fff; }
.mini-status { padding: 5px 9px; border-radius: 999px; background: rgba(229, 9, 20, .13); color: #ff4b55; border: 1px solid rgba(229, 9, 20, .24); font-weight: 750; }
.featured-profile { position: relative; border-radius: 27px; overflow: hidden; aspect-ratio: 4/5.15; background: #151515; }
.featured-profile > img { width: 100%; height: 100%; object-fit: cover; }
.featured-profile::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .94)); }
.profile-overlay { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; display: flex; align-items: end; justify-content: space-between; padding: 22px; color: #fff; }
.profile-overlay h2 { margin: 0; font-size: 1.6rem; }
.profile-overlay p { margin: 3px 0 0; font-size: .9rem; color: rgba(255, 255, 255, .82); }
.online-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #ff1722; box-shadow: 0 0 0 4px rgba(229, 9, 20, .17); margin-right: 6px; }
.heart-button { width: 52px; height: 52px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; display: grid; place-items: center; background: #fff; color: #d5000b; font-size: 1.4rem; box-shadow: 0 8px 24px rgba(0, 0, 0, .28); }
.mini-message { margin: 13px 5px 2px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; border: 1px solid #292929; border-radius: 18px; padding: 10px; background: #171717; }
.avatar-small, .avatar-small img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.mini-message p { margin: 0; font-size: .78rem; color: #b9b9b9; line-height: 1.35; }
.mini-message strong { color: #fff; }
.message-time { align-self: start; font-size: .68rem; color: #767676; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 999px; background: rgba(10, 10, 10, .96); border: 1px solid #353535; box-shadow: 0 12px 34px rgba(0, 0, 0, .48); font-size: .82rem; font-weight: 800; }
.note-one { left: 0; top: 115px; color: #ff3540; transform: rotate(-6deg); }
.note-two { right: -10px; bottom: 95px; color: #fff; transform: rotate(4deg); }

.social-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #2f2f2f; border-radius: 20px; background: #2f2f2f; box-shadow: 0 15px 45px rgba(0, 0, 0, .34); }
.social-proof div { background: #101010; padding: 22px 25px; display: flex; align-items: baseline; justify-content: center; gap: 10px; text-align: center; }
.social-proof strong { font-size: 1.45rem; color: #ff2530; }
.social-proof span { color: var(--muted); }

.profiles-section { padding: 120px 0 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.section-heading > p { max-width: 380px; color: var(--muted); margin: 0 0 7px; }
.section-kicker { display: block; margin-bottom: 9px; color: #ff3540; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; font-size: .76rem; }
.section-kicker.light { color: #fff; }
.section-heading h2, .final-cta h2 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 650; max-width: 750px; }
.section-heading.centered { justify-content: center; text-align: center; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.profile-card { border: 1px solid #303030; background: #101010; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 18px 50px rgba(0, 0, 0, .35); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.profile-card:hover { transform: translateY(-5px); border-color: rgba(229, 9, 20, .65); box-shadow: 0 27px 62px rgba(0, 0, 0, .55); }
.image-wrap { position: relative; aspect-ratio: 4/4.5; overflow: hidden; }
.image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.profile-card:hover .image-wrap img { transform: scale(1.025); }
.status-pill { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(229, 9, 20, .32); border-radius: 999px; padding: 7px 10px; color: #fff; background: rgba(10, 10, 10, .9); font-weight: 800; font-size: .78rem; backdrop-filter: blur(10px); }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #ff1722; box-shadow: 0 0 0 4px rgba(229, 9, 20, .14); }
.status-pill.muted { color: #d5d5d5; background: rgba(10, 10, 10, .88); border-color: rgba(255, 255, 255, .17); }
.status-pill.muted i { background: #fff; box-shadow: none; }
.profile-content { padding: 20px; }
.profile-content h3 { margin: 0; color: #fff; font-size: 1.28rem; }
.profile-content p { margin: 5px 0 17px; color: var(--muted); }
.profile-link { display: flex; align-items: center; justify-content: space-between; font-weight: 820; color: #ff3540; }

.how-section { padding: 100px 0; background: linear-gradient(180deg, #0c0c0c, #070707); border-block: 1px solid #292929; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.steps-grid article { padding: 28px; border: 1px solid #303030; border-radius: var(--radius-lg); background: #111; }
.step-number { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: #e50914; color: #fff; font-weight: 900; box-shadow: 0 9px 24px rgba(229, 9, 20, .22); }
.steps-grid h3 { margin: 19px 0 8px; color: #fff; font-size: 1.15rem; }
.steps-grid p { margin: 0; color: var(--muted); }

.final-cta { margin-top: 100px; margin-bottom: 90px; padding: 55px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-xl); background: radial-gradient(circle at 85% 10%, rgba(255, 255, 255, .15), transparent 27%), linear-gradient(135deg, #e50914 0%, #970007 64%, #160002 100%); color: white; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: 0 28px 75px rgba(120, 0, 7, .38); }
.final-cta p { margin: 14px 0 0; color: rgba(255, 255, 255, .82); font-size: 1.05rem; }
.button-white { flex: 0 0 auto; background: #fff; color: #0a0a0a; box-shadow: 0 12px 30px rgba(0, 0, 0, .3); }
.button-white:hover { background: #f0f0f0; }

.site-footer { padding: 0 0 100px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 35px; color: #858585; font-size: .8rem; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: #fff; }
.site-footer p { margin: 4px 0 0; max-width: 680px; }
.footer-links { display: flex; gap: 15px; }
.footer-links button { border: 0; padding: 3px; background: transparent; color: #aaa; text-decoration: underline; }
.mobile-sticky { display: none; }

dialog { width: min(540px, calc(100% - 32px)); border: 1px solid #3a3a3a; border-radius: 24px; padding: 32px; color: #fff; background: #101010; box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(0, 0, 0, .78); backdrop-filter: blur(6px); }
dialog h2 { margin: 0 0 13px; }
dialog p { color: var(--muted); }
.modal-close { position: absolute; top: 12px; right: 15px; width: 35px; height: 35px; border: 1px solid #3a3a3a; border-radius: 50%; background: #1b1b1b; color: #ff3540; font-size: 1.35rem; }

[dir="rtl"] .button span:last-child, [dir="rtl"] .profile-link span:last-child, [dir="rtl"] .mobile-sticky span:last-child { transform: rotate(180deg); }
[dir="rtl"] .online-dot { margin-right: 0; margin-left: 6px; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; gap: 20px; text-align: center; padding-top: 40px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .trust-row, .hero-actions { justify-content: center; }
  .hero-visual { min-height: 580px; }
  .note-one { left: 7%; }
  .note-two { right: 6%; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .profile-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-card:last-child, .steps-grid article:last-child { grid-column: 1 / -1; }
  .final-cta { flex-direction: column; align-items: start; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 640px) {
  .shell, .site-header { width: min(100% - 26px, 1160px); }
  .site-header { min-height: 72px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px; }
  .language-picker { padding: 8px 10px; }
  .language-picker select { max-width: 112px; font-size: .86rem; }
  .hero { min-height: 0; padding: 36px 0 60px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-actions .button { min-height: 56px; }
  .trust-row { gap: 9px 16px; }
  .hero-visual { min-height: 520px; }
  .phone-card { width: min(350px, 92vw); }
  .floating-note { font-size: .73rem; padding: 9px 12px; }
  .note-one { left: 0; top: 70px; }
  .note-two { right: 0; bottom: 60px; }
  .social-proof { grid-template-columns: 1fr; }
  .social-proof div { justify-content: flex-start; padding: 16px 20px; }
  .profiles-section { padding: 90px 0 75px; }
  .profile-grid, .steps-grid { grid-template-columns: 1fr; }
  .profile-card:last-child, .steps-grid article:last-child { grid-column: auto; }
  .section-heading h2, .final-cta h2 { font-size: 2.3rem; }
  .how-section { padding: 76px 0; }
  .steps-grid { margin-top: 33px; }
  .final-cta { margin: 70px auto 65px; padding: 32px 25px; border-radius: 25px; }
  .button-white { width: 100%; }
  .site-footer { padding-bottom: 95px; grid-template-columns: 1fr; gap: 16px; }
  .site-footer p { grid-column: auto; grid-row: auto; }
  .mobile-sticky { position: fixed; z-index: 10; display: flex; align-items: center; justify-content: space-between; left: 12px; right: 12px; bottom: 10px; min-height: 56px; padding: 0 20px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; color: white; background: linear-gradient(135deg, #f01520, #9f0008); font-weight: 850; box-shadow: 0 15px 38px rgba(229, 9, 20, .36); }
}
