/* =====================================================================
   Cabbage Daddy — modern landing (flatty / pleasure)  ·  LTR
   Self-contained redesign. Scoped under body.dp-modern
   ===================================================================== */

:root {
    --ink: #1c1424;
    --ink-2: #6d6475;
    --ink-3: #9a93a1;
    --brand: #f0567a;
    --brand-ink: #e13a63;
    --brand-deep: #c22d55;
    --violet: #7b5cff;
    --peach: #ff9e7a;
    --paper: #ffffff;
    --tint: #fbf3f6;
    --tint-2: #f6f1ff;
    --line: rgba(28, 20, 36, .10);
    --line-soft: rgba(28, 20, 36, .06);
    --shadow-sm: 0 2px 8px rgba(28, 20, 36, .06);
    --shadow-md: 0 14px 40px -12px rgba(28, 20, 36, .18);
    --shadow-lg: 0 40px 90px -30px rgba(194, 45, 85, .40);
    --grad: linear-gradient(135deg, #ff7eb3 0%, #f0567a 52%, #b24592 100%);
    --grad-warm: linear-gradient(135deg, #ff9e7a 0%, #f0567a 100%);
    --r-sm: 12px;
    --r: 18px;
    --r-lg: 26px;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --display: 'Sora', 'Inter', -apple-system, sans-serif;
    --maxw: 1180px;
}

/* ---------- base / reset for the landing only ---------- */
body.dp-modern {
    font-family: var(--font) !important;
    font-size: 16px !important;
    line-height: 1.6;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
    overflow-x: hidden;
}

body.dp-modern .pjaxcontainer { overflow: visible; }

body.dp-modern h1,
body.dp-modern h2,
body.dp-modern h3,
body.dp-modern h4 {
    font-family: var(--display);
    color: var(--ink);
    margin: 0;
    line-height: 1.12;
    letter-spacing: -.02em;
    font-weight: 700;
}

body.dp-modern p { margin: 0; }

body.dp-modern a { color: var(--brand-ink); text-decoration: none; transition: color .18s ease; }
body.dp-modern a:hover { color: var(--brand-deep); text-decoration: none; }

body.dp-modern img { max-width: 100%; }

.dp-container {
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- buttons ---------- */
.dp-modern .dp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    padding: 13px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    white-space: nowrap;
    text-transform: none;
}
.dp-modern .dp-btn--primary {
    color: #fff;
    background: var(--grad);
    background-size: 140% 140%;
    box-shadow: 0 10px 24px -8px rgba(226, 58, 99, .6);
}
.dp-modern .dp-btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(226, 58, 99, .7); }
.dp-modern .dp-btn--ghost {
    color: var(--ink);
    background: transparent;
    border-color: var(--line);
}
.dp-modern .dp-btn--ghost:hover { color: var(--ink); border-color: var(--ink); background: rgba(28, 20, 36, .03); }
.dp-modern .dp-btn--xl { padding: 18px 34px; font-size: 17px; border-radius: 16px; }

/* =====================================================================
   NAV
   ===================================================================== */
.dp-nav {
    position: sticky;
    top: 0;
    z-index: 60;
    padding: 14px 0;
    transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.dp-nav.is-stuck {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    box-shadow: 0 1px 0 var(--line-soft), 0 10px 30px -20px rgba(28, 20, 36, .3);
    padding: 10px 0;
}
.dp-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.dp-logo { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 800; font-size: 21px; color: var(--ink); letter-spacing: -.02em; }
.dp-logo:hover { color: var(--ink); }
.dp-logo__mark {
    display: inline-grid; place-items: center;
    width: 34px; height: 34px; border-radius: 11px;
    color: #fff; background: var(--grad);
    box-shadow: 0 6px 14px -4px rgba(226, 58, 99, .6);
}
.dp-logo__text b { color: var(--brand-ink); font-weight: 800; }

.dp-nav__links { display: flex; align-items: center; gap: 30px; }
.dp-nav__links a { color: var(--ink-2); font-weight: 500; font-size: 15px; }
.dp-nav__links a:hover { color: var(--ink); }

.dp-nav__actions { display: flex; align-items: center; gap: 12px; }

/* language selector inside nav (theme helper) */
.dp-nav__actions .lang_current,
.dp-nav__actions [data-action="lang-select"] { font-size: 14px; color: var(--ink-2); }

/* =====================================================================
   HERO
   ===================================================================== */
.dp-hero { position: relative; padding: 46px 0 70px; overflow: hidden; }
.dp-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.dp-hero__bg::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(60% 55% at 85% 12%, rgba(123, 92, 255, .10), transparent 60%),
        radial-gradient(55% 50% at 8% 90%, rgba(255, 158, 122, .16), transparent 60%),
        linear-gradient(180deg, #fff 0%, var(--tint) 100%);
}
.dp-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.dp-blob--1 { width: 460px; height: 460px; right: -120px; top: -120px; background: #ffd0dd; }
.dp-blob--2 { width: 360px; height: 360px; left: -120px; top: 120px; background: #e7d9ff; opacity: .5; }
.dp-blob--3 { width: 300px; height: 300px; right: 22%; bottom: -120px; background: #ffe2cf; opacity: .5; }

.dp-hero__grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 48px; align-items: center;
}
.dp-hero__copy { max-width: 560px; }

.dp-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid var(--line);
    padding: 7px 14px; border-radius: 999px;
    font-size: 13px; font-weight: 600; color: var(--ink-2);
    box-shadow: var(--shadow-sm);
}
.dp-eyebrow__stars { color: #ffb23e; letter-spacing: 1px; font-size: 12px; }

.dp-hero__title {
    font-size: clamp(38px, 5.4vw, 62px);
    margin: 20px 0 0;
    letter-spacing: -.03em;
}
.dp-underline { position: relative; color: var(--brand-ink); white-space: nowrap; }
.dp-underline::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .18em;
    background: linear-gradient(90deg, rgba(240, 86, 122, .35), rgba(123, 92, 255, .35));
    border-radius: 4px; z-index: -1;
}
.dp-hero__lead { font-size: 18px; color: var(--ink-2); margin-top: 18px; max-width: 500px; }

/* social proof */
.dp-social-proof { display: flex; align-items: center; gap: 16px; margin-top: 26px; }
.dp-avatars { display: flex; }
.dp-av {
    display: inline-grid; place-items: center;
    width: 40px; height: 40px; border-radius: 50%;
    color: #fff; font-weight: 700; font-size: 15px;
    border: 2.5px solid #fff; margin-left: -12px;
    box-shadow: var(--shadow-sm);
}
.dp-av:first-child { margin-left: 0; }
.dp-av--a { background: linear-gradient(135deg, #ff8fb1, #f0567a); }
.dp-av--b { background: linear-gradient(135deg, #9b7bff, #6f45ff); }
.dp-av--c { background: linear-gradient(135deg, #ffb27a, #ff7a59); }
.dp-av--d { background: linear-gradient(135deg, #59c1ff, #2f7bff); }
.dp-av--e { background: #fff; color: var(--brand-ink); border-color: var(--line); }
.dp-social-proof__txt { font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.dp-social-proof__txt b { color: var(--ink); }
.dp-online { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; }
.dp-online i { width: 8px; height: 8px; border-radius: 50%; background: #26c281; box-shadow: 0 0 0 3px rgba(38, 194, 129, .18); display: inline-block; animation: dp-pulse 1.8s infinite; }
@keyframes dp-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

/* ---------- hero visual (phone + chips) ---------- */
.dp-hero__visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 480px; }
.dp-hero__visual::before {
    content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%;
    background: var(--grad); opacity: .16; filter: blur(10px); z-index: 0;
}
.dp-phone { position: relative; z-index: 1; animation: dp-float 6s ease-in-out infinite; }
.dp-phone img { width: 420px; max-width: 92%; filter: drop-shadow(0 40px 60px rgba(28, 20, 36, .28)); }
@keyframes dp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.dp-chip {
    position: absolute; z-index: 3;
    display: flex; align-items: center; gap: 11px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--line-soft);
    padding: 11px 15px; border-radius: 16px;
    box-shadow: var(--shadow-md);
}
.dp-chip b { display: block; font-size: 13.5px; color: var(--ink); font-weight: 700; }
.dp-chip small { display: block; font-size: 12px; color: var(--ink-2); }
.dp-chip--match { top: 12%; left: -6%; animation: dp-float 5s ease-in-out infinite; }
.dp-chip--msg { bottom: 12%; right: -4%; animation: dp-float 5.6s ease-in-out .4s infinite; }
.dp-chip__heart { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--grad); color: #fff; font-size: 16px; }
.dp-chip__dot { width: 34px; height: 34px; border-radius: 10px; background: #eafaf2; color: #1c9e63; display: grid; place-items: center; position: relative; }
.dp-chip__dot::after { content: "💬"; font-size: 15px; }

/* =====================================================================
   HERO FORM CARD  (rendered by users.usersRegistration helper)
   ===================================================================== */
.dp-modern .registration-block { margin-top: 28px; }
.dp-modern .registration-block form { margin: 0; }
.dp-modern .dp-hero-form { display: block; }

.dp-formcard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 22px;
    box-shadow: var(--shadow-md);
    max-width: 470px;
}
.dp-formcard__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.dp-formcard__title { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--ink); }
.dp-formcard__sub { font-size: 12.5px; color: var(--ink-3); }

.dp-modern .dp-field { position: relative; margin: 0 0 14px; padding: 0; float: none; width: 100%; }
.dp-field__label { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; }

/* the dropdown toggle styled as a select */
.dp-modern .dp-select {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; height: 54px; padding: 0 16px;
    background: var(--tint); border: 1.5px solid transparent; border-radius: 14px;
    font-family: var(--font); font-size: 16px; font-weight: 600; color: var(--ink);
    text-align: left; text-transform: none; cursor: pointer; white-space: nowrap;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.dp-modern .dp-select:hover { background: #f7ecf0; }
.dp-modern .user_types-block.open .dp-select,
.dp-modern .dp-select:focus {
    background: #fff; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(240, 86, 122, .12); outline: none;
}
.dp-select__val { overflow: hidden; text-overflow: ellipsis; }
.dp-select__caret { border: 0; width: 10px; height: 10px; margin: 0; flex: none; position: relative; }
.dp-select__caret::after {
    content: ""; position: absolute; top: 0; left: 0; width: 8px; height: 8px;
    border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
    transform: rotate(45deg); transition: transform .2s ease;
}
.dp-modern .user_types-block.open .dp-select__caret::after { transform: rotate(-135deg); top: 4px; }

/* dropdown menu (bootstrap toggles display via .open) */
.dp-modern .dp-dropdown {
    width: 100%; min-width: 0; margin-top: 8px; padding: 8px;
    border: 1px solid var(--line); border-radius: 14px;
    box-shadow: var(--shadow-md); background: #fff;
    left: 0; right: 0; font-size: 15px;
}
.dp-modern .dp-dropdown > li { padding: 0; list-style: none; line-height: normal; }
.dp-modern .dp-dropdown > li > a {
    display: block; padding: 11px 14px; border-radius: 10px;
    color: var(--ink); font-weight: 500; font-size: 15px;
}
.dp-modern .dp-dropdown > li > a:hover,
.dp-modern .dp-dropdown > li.active > a { background: var(--tint); color: var(--brand-ink); }

/* primary CTA inside form (covers dp-cta + any themed button in the form) */
.dp-modern .dp-cta,
.dp-modern .dp-formcard .continue-block .btn,
.dp-modern .dp-formcard .continue-block button {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; height: 56px; margin: 4px 0 0; padding: 0 20px;
    background: var(--grad) !important; background-size: 160% 160%;
    color: #fff !important; font-family: var(--font); font-weight: 700; font-size: 17px;
    border: 0 !important; border-radius: 15px; cursor: pointer; text-transform: none;
    box-shadow: 0 14px 28px -10px rgba(226, 58, 99, .65);
    transition: transform .16s ease, box-shadow .2s ease, background-position .5s ease;
    text-shadow: none;
}
.dp-modern .dp-cta:hover,
.dp-modern .dp-formcard .continue-block .btn:hover,
.dp-modern .dp-formcard .continue-block button:hover {
    transform: translateY(-2px); background-position: 100% 0;
    box-shadow: 0 20px 34px -10px rgba(226, 58, 99, .7); color: #fff !important;
}
.dp-cta__arrow { font-size: 19px; transition: transform .2s ease; }
.dp-modern .dp-cta:hover .dp-cta__arrow { transform: translateX(4px); }

.dp-formcard__foot { text-align: center; margin-top: 14px; font-size: 14px; color: var(--ink-2); }
.dp-formcard__foot a { font-weight: 600; }

/* =====================================================================
   STATS BAR
   ===================================================================== */
.dp-stats { padding: 8px 0 6px; }
.dp-stats__grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
    background: var(--ink); border-radius: var(--r-lg);
    padding: 30px 24px; color: #fff;
    box-shadow: var(--shadow-md);
    background-image: radial-gradient(60% 120% at 15% 0%, rgba(240, 86, 122, .35), transparent 55%), radial-gradient(50% 120% at 90% 100%, rgba(123, 92, 255, .35), transparent 55%);
}
.dp-stat { text-align: center; }
.dp-stat__num { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.02em; }
.dp-stat__num i { color: #ffb23e; font-style: normal; font-size: .7em; }
.dp-stat__label { font-size: 13.5px; color: rgba(255, 255, 255, .72); }

/* =====================================================================
   GENERIC SECTION
   ===================================================================== */
.dp-section { padding: 84px 0; }
.dp-section--tint { background: linear-gradient(180deg, #fff, var(--tint) 55%, #fff); }
.dp-head { text-align: center; max-width: 660px; margin: 0 auto 52px; }
.dp-kicker {
    display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: var(--brand-ink);
    background: rgba(240, 86, 122, .10); padding: 6px 14px; border-radius: 999px;
}
.dp-kicker--light { color: #fff; background: rgba(255, 255, 255, .18); }
.dp-h2 { font-size: clamp(28px, 3.6vw, 42px); margin-top: 16px; }
body.dp-modern .dp-h2--light { color: #fff; }
.dp-sub { font-size: 17px; color: var(--ink-2); margin-top: 14px; }

/* ---------- how it works ---------- */
.dp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dp-step {
    position: relative; background: #fff; border: 1px solid var(--line-soft);
    border-radius: var(--r-lg); padding: 34px 28px; text-align: center;
    box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.dp-step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.dp-step__no {
    position: absolute; top: 20px; right: 22px;
    font-family: var(--display); font-weight: 800; font-size: 40px;
    color: var(--tint); line-height: 1;
}
.dp-step__icon {
    width: 74px; height: 74px; margin: 0 auto 18px; border-radius: 20px;
    display: grid; place-items: center; font-size: 34px;
    background: linear-gradient(135deg, var(--tint), var(--tint-2));
}
.dp-step h3 { font-size: 21px; margin-bottom: 10px; }
.dp-step p { color: var(--ink-2); font-size: 15.5px; }

/* ---------- features ---------- */
.dp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dp-feature {
    background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
    padding: 34px 30px; box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.dp-feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(240, 86, 122, .3); }
.dp-feature__ic {
    width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center;
    font-size: 28px; margin-bottom: 18px;
    background: linear-gradient(135deg, #fff0f4, #f3ecff);
}
.dp-feature h3 { font-size: 20px; margin-bottom: 10px; }
.dp-feature p { color: var(--ink-2); font-size: 15.5px; }

/* ---------- stories / testimonials ---------- */
.dp-stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dp-story {
    margin: 0; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
    padding: 30px 28px; box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column; gap: 16px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.dp-story:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.dp-stars { color: #ffb23e; letter-spacing: 2px; font-size: 15px; }
.dp-story blockquote { margin: 0; font-size: 17px; line-height: 1.5; color: var(--ink); font-weight: 500; }
.dp-story figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.dp-story figcaption b { display: block; font-size: 15px; color: var(--ink); }
.dp-story figcaption small { display: block; font-size: 13px; color: var(--ink-2); }
.dp-av--rose { background: linear-gradient(135deg, #ff8fb1, #f0567a); }
.dp-av--violet { background: linear-gradient(135deg, #9b7bff, #6f45ff); }
.dp-av--amber { background: linear-gradient(135deg, #ffc27a, #ff8a3d); }
.dp-story .dp-av { margin: 0; width: 46px; height: 46px; font-size: 17px; }

/* =====================================================================
   SAFETY
   ===================================================================== */
.dp-safety { padding: 30px 0 84px; }
.dp-safety__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dp-safety__item { display: flex; gap: 14px; align-items: flex-start; padding: 22px; border-radius: var(--r); background: var(--tint); }
.dp-safety__item > span { font-size: 26px; line-height: 1; }
.dp-safety__item b { display: block; font-size: 16px; color: var(--ink); margin-bottom: 4px; }
.dp-safety__item p { font-size: 14px; color: var(--ink-2); }

/* =====================================================================
   APP BAND
   ===================================================================== */
.dp-app { padding: 20px 0; }
.dp-app__grid {
    position: relative; overflow: hidden;
    display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center;
    background: var(--ink); border-radius: 32px; padding: 56px;
    background-image: radial-gradient(50% 120% at 12% 10%, rgba(240, 86, 122, .4), transparent 55%), radial-gradient(55% 130% at 95% 90%, rgba(123, 92, 255, .38), transparent 55%);
}
.dp-app__copy { color: #fff; }
.dp-app__lead { font-size: 16.5px; color: rgba(255, 255, 255, .78); margin-top: 16px; max-width: 440px; }
.dp-stores { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.dp-store {
    display: inline-flex; align-items: center; gap: 11px;
    background: #fff; color: var(--ink) !important; border-radius: 14px;
    padding: 11px 20px 11px 16px; transition: transform .16s ease, box-shadow .2s ease;
    box-shadow: var(--shadow-md);
}
.dp-store:hover { transform: translateY(-3px); }
.dp-store svg { flex: none; }
.dp-store span { display: flex; flex-direction: column; font-weight: 700; font-size: 17px; line-height: 1.1; }
.dp-store small { font-weight: 500; font-size: 11px; color: var(--ink-2); }
.dp-app__visual { display: flex; justify-content: center; }
.dp-app__visual img { width: 340px; max-width: 100%; filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .4)); }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.dp-final { padding: 84px 0; }
.dp-final__inner {
    text-align: center; max-width: 640px; margin: 0 auto;
    background: var(--grad); border-radius: 32px; padding: 60px 40px; color: #fff;
    box-shadow: var(--shadow-lg);
}
body.dp-modern .dp-final__inner h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.dp-final__inner p { color: rgba(255, 255, 255, .9); font-size: 18px; margin-top: 14px; }
.dp-final__inner .dp-btn { margin-top: 28px; background: #fff; color: var(--brand-deep); box-shadow: 0 16px 30px -10px rgba(0, 0, 0, .35); }
.dp-final__inner .dp-btn:hover { color: var(--brand-deep); transform: translateY(-2px); }
.dp-final__fine { display: block; margin-top: 18px; font-size: 13.5px; color: rgba(255, 255, 255, .82); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.dp-footer { background: #14101a; color: #fff; padding: 64px 0 30px; margin-top: 20px; }
.dp-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.dp-footer__brand p { color: rgba(255, 255, 255, .6); font-size: 14.5px; margin-top: 0; max-width: 320px; }
.dp-logo--footer { color: #fff; font-size: 20px; }
.dp-logo--footer:hover { color: #fff; }
.dp-social { display: flex; gap: 10px; margin-top: 20px; }
.dp-social a {
    width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
    background: rgba(255, 255, 255, .08); color: #fff !important; font-size: 15px;
    transition: background .18s ease, transform .18s ease;
}
.dp-social a:hover { background: var(--brand); transform: translateY(-2px); }
.dp-footer__col h4 { font-family: var(--display); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.dp-footer__col a { display: block; color: rgba(255, 255, 255, .6); font-size: 14.5px; margin-bottom: 11px; }
.dp-footer__col a:hover { color: #fff; }
.dp-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 24px; font-size: 13px; color: rgba(255, 255, 255, .5); flex-wrap: wrap; }
.dp-heart { color: var(--brand); }

/* =====================================================================
   REVEAL ANIMATION
   ===================================================================== */
.dp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.dp-reveal.is-in { opacity: 1; transform: none; }
.dp-reveal-group > * { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.dp-reveal-group.is-in > * { opacity: 1; transform: none; }
.dp-reveal-group.is-in > *:nth-child(2) { transition-delay: .08s; }
.dp-reveal-group.is-in > *:nth-child(3) { transition-delay: .16s; }
.dp-reveal-group.is-in > *:nth-child(4) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
    .dp-reveal, .dp-reveal-group > * { opacity: 1 !important; transform: none !important; transition: none !important; }
    .dp-phone, .dp-chip--match, .dp-chip--msg, .dp-online i { animation: none !important; }
}

/* focus-visible accessibility */
.dp-modern a:focus-visible,
.dp-modern button:focus-visible,
.dp-modern summary:focus-visible,
.dp-modern .dp-select:focus-visible {
    outline: 3px solid rgba(123, 92, 255, .5); outline-offset: 2px; border-radius: 8px;
}

/* =====================================================================
   MEMBERS NEAR YOU
   ===================================================================== */
.dp-live { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; color: var(--ink-2); font-weight: 600; }
.dp-live i { width: 9px; height: 9px; border-radius: 50%; background: #26c281; box-shadow: 0 0 0 4px rgba(38, 194, 129, .16); animation: dp-pulse 1.8s infinite; }

.dp-members { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.dp-member {
    background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
    overflow: hidden; box-shadow: var(--shadow-sm);
    transition: transform .22s ease, box-shadow .22s ease;
}
.dp-member:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.dp-member__photo {
    position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center;
    overflow: hidden;
}
.dp-member__photo::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .28));
}
.dp-member__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dp-ph--1 { background: linear-gradient(150deg, #ff9bb3, #f0567a 70%, #c83a86); }
.dp-ph--2 { background: linear-gradient(150deg, #a99bff, #6f57ff 70%, #4a3fb0); }
.dp-ph--3 { background: linear-gradient(150deg, #ffc48a, #ff8a5b 70%, #e0632f); }
.dp-ph--4 { background: linear-gradient(150deg, #7fd8ff, #3aa0f0 70%, #2f6fd0); }
.dp-member__initial { font-family: var(--display); font-weight: 800; font-size: 68px; color: rgba(255, 255, 255, .9); text-shadow: 0 6px 18px rgba(0, 0, 0, .18); }
.dp-member__badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255, 255, 255, .92); color: var(--ink);
    font-size: 11.5px; font-weight: 700; padding: 5px 10px; border-radius: 999px;
    box-shadow: var(--shadow-sm);
}
.dp-member__badge--online::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #26c281; }
.dp-member__verified {
    position: absolute; top: 12px; right: 12px; z-index: 2;
    width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
    background: #3aa0f0; color: #fff; font-size: 14px; font-weight: 700;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2); border: 2px solid #fff;
}
.dp-member__body { padding: 16px 18px 20px; }
.dp-member__body h3 { font-size: 19px; }
.dp-member__loc { font-size: 13.5px; color: var(--ink-2); margin-top: 4px; }
.dp-member__loc::before { content: "📍 "; }
.dp-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.dp-tags span { font-size: 12px; font-weight: 600; color: var(--ink-2); background: var(--tint); border: 1px solid var(--line-soft); padding: 4px 10px; border-radius: 999px; }
.dp-members__foot { text-align: center; margin-top: 40px; }
.dp-members__hint { display: block; margin-top: 14px; font-size: 13.5px; color: var(--ink-3); }

/* =====================================================================
   FAQ
   ===================================================================== */
.dp-faq__wrap { max-width: 780px; }
.dp-faq { display: flex; flex-direction: column; gap: 14px; }
.dp-faq__item {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 4px 22px; box-shadow: var(--shadow-sm);
    transition: box-shadow .2s ease, border-color .2s ease;
}
.dp-faq__item[open] { border-color: rgba(240, 86, 122, .35); box-shadow: var(--shadow-md); }
.dp-faq__item summary {
    list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-family: var(--display); font-weight: 700; font-size: 17.5px; color: var(--ink);
    padding: 18px 0;
}
.dp-faq__item summary::-webkit-details-marker { display: none; }
.dp-faq__ic { position: relative; flex: none; width: 20px; height: 20px; }
.dp-faq__ic::before, .dp-faq__ic::after {
    content: ""; position: absolute; background: var(--brand); border-radius: 2px; transition: transform .25s ease, opacity .25s ease;
}
.dp-faq__ic::before { top: 9px; left: 2px; width: 16px; height: 2.5px; }
.dp-faq__ic::after { left: 9px; top: 2px; width: 2.5px; height: 16px; }
.dp-faq__item[open] .dp-faq__ic::after { transform: rotate(90deg); opacity: 0; }
.dp-faq__a { padding: 0 0 20px; }
.dp-faq__a p { color: var(--ink-2); font-size: 15.5px; line-height: 1.6; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 960px) {
    .dp-hero__grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .dp-hero__copy { max-width: 620px; margin: 0 auto; }
    .dp-hero__lead { margin-left: auto; margin-right: auto; }
    .dp-social-proof { justify-content: center; }
    .dp-formcard { margin: 0 auto; }
    .dp-hero__visual { min-height: 360px; order: -1; }
    .dp-phone img { width: 300px; }
    .dp-app__grid { grid-template-columns: 1fr; padding: 40px 30px; text-align: center; }
    .dp-app__lead { margin-left: auto; margin-right: auto; }
    .dp-stores { justify-content: center; }
    .dp-app__visual { margin-top: 20px; }
    .dp-nav__links { display: none; }
    .dp-members { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .dp-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; padding: 26px 16px; }
    .dp-steps, .dp-features, .dp-stories, .dp-safety__grid { grid-template-columns: 1fr; }
    .dp-faq__item summary { font-size: 16px; }
    .dp-section { padding: 60px 0; }
    .dp-head { margin-bottom: 38px; }
    .dp-chip { display: none; }
    .dp-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .dp-footer__brand { grid-column: 1 / -1; }
    .dp-cta__inner, .dp-app__grid { padding: 40px 24px; }
}
@media (max-width: 520px) {
    .dp-members { grid-template-columns: 1fr 1fr; gap: 14px; }
    .dp-member__initial { font-size: 52px; }
    .dp-member__body { padding: 12px 14px 16px; }
    .dp-member__body h3 { font-size: 17px; }
    .dp-tags span { font-size: 11px; padding: 3px 8px; }
}
@media (max-width: 460px) {
    .dp-container { padding: 0 18px; }
    .dp-nav__actions .dp-btn--ghost { display: none; }
    .dp-hero__title { font-size: 34px; }
    .dp-footer__grid { grid-template-columns: 1fr; }
}

/* keep language sidebox from old theme usable */
#lang-block { position: fixed; top: 0; right: 0; bottom: 0; width: 0; background: #14101a; z-index: 100; overflow: hidden; }
.lang-block-header { color: #8a8194; font-size: 13px; padding: 26px 0 12px 32px; }
#lang-block ul { padding-left: 32px; list-style: none; }
#lang-block ul > li { color: rgba(255, 255, 255, .6); font-size: 15px; line-height: 2; cursor: pointer; }
#lang-block ul > li:hover { color: #fff; }
li.lbi-selected { color: #fff !important; }

/* cookie policy block (leave functional) */
.ajax_notice { font-size: 14px; line-height: 20px; }
