@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

/* EDIT HERE: Main colors, fonts, spacing, and card sizes. */
:root { --background: #0a0a0a; --surface: #191919; --border: #292929; --red: #e50914; --white: #f8f8f8; --muted: #929292; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--background); font: 14px 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 17px; height: 17px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { max-width: 1260px; margin: auto; padding: 0 28px; }
.topline { height: 5px; background: var(--red); }
.header { border-bottom: 1px solid var(--border); background: #101010; }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.logo { font: 700 24px 'Space Grotesk', sans-serif; letter-spacing: -1.2px; white-space: nowrap; }
.logo span { display: inline-block; margin-left: 1px; padding: 0 2px; background: var(--red); color: #fff; }
.nav { display: flex; gap: 26px; color: #bbb; font-size: 13px; font-weight: 700; }
.nav a:hover, .foot-links a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--border); border-radius: 6px; padding: 11px 16px; background: #1c1c1c; color: var(--white); font-weight: 700; text-align: center; }
.btn:hover { background: #292929; border-color: #777; }
.btn-red { border-color: var(--red); background: var(--red); }
.btn-red:hover { background: #c70811; border-color: #c70811; }
.btn-sm { padding: 8px 12px; font-size: 12px; }
.btn-static { cursor: default; }
.active-header-link { background: #fff; border-color: #fff; color: var(--red); }
.active-header-link:hover { background: #fff; border-color: #fff; }

.register-page { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .9fr); gap: 44px; min-height: 510px; padding-top: 28px; padding-bottom: 38px; }
.register-form-panel h1 { margin: 0 0 12px; color: #f04a50; font: 700 18px 'Space Grotesk', sans-serif; }
.register-label { display: block; margin: 13px 0 6px; font-size: 18px; font-weight: 700; }
.register-form-panel input:not([type=checkbox]) { display: block; width: min(100%, 360px); height: 43px; padding: 7px 10px; border: 1px solid #d6d6d6; border-radius: 0; background: #fff; color: #111; }
.register-password-row { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); gap: 24px; }
.register-password-row input:not([type=checkbox]) { width: 100%; }
.register-consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 28px; max-width: 700px; font-size: 17px; font-weight: 700; line-height: 1.35; }
.register-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.register-submit { margin-top: 16px; min-width: min(100%, 458px); border-radius: 0; font-size: 18px; }
.register-status { max-width: 600px; margin: 16px 0 0; color: #f5c0c2; }
.register-preview-note { margin: 18px 0 0; color: #838383; font-size: 12px; }
.register-visual { display: grid; place-items: center; }
.register-18 { display: grid; place-items: center; width: min(100%, 290px); aspect-ratio: .83; border: 14px solid #df2930; border-radius: 50%; color: #df2930; font: 700 clamp(68px, 9vw, 130px) 'Space Grotesk', sans-serif; box-shadow: 0 0 40px #a0182066; }
.register-bottom { display: flex; gap: 28px; padding-bottom: 38px; color: #8f8f8f; font-size: 18px; }
.register-bottom strong { color: #fff; }

/* EDIT HERE: Post Ad page layout and service tier colors. */
.post-hero { padding: 58px 0 48px; border-bottom: 1px solid var(--border); background: #101010; }
.post-hero .container { position: relative; }
.post-start-btn { border-color: #fff; background: #fff; color: var(--red); font-size: 18px; }
.post-start-btn:hover { border-color: #eee; background: #eee; }
.post-hero .post-start-btn { position: absolute; right: 28px; top: 65px; min-width: 185px; }
.post-hero h1 { margin: 12px 0 5px; font: 700 clamp(42px, 5vw, 70px)/1.05 'Space Grotesk', sans-serif; letter-spacing: -2px; }
.post-hero > .container > p { margin: 0; color: #dedede; font-size: clamp(18px, 2vw, 25px); }
.post-preview-note { margin-top: 26px; color: #898989; font-size: 12px; }
.post-content { padding-top: 14px; padding-bottom: 55px; }
.post-section { padding: 45px 0; border-bottom: 1px solid var(--border); }
.post-section-heading { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 24px; }
.post-section-heading > span { padding-top: 4px; color: var(--red); font: 700 13px 'Space Grotesk', sans-serif; letter-spacing: 2px; }
.post-section-heading h2 { margin: 0; font: 700 clamp(24px, 2.8vw, 34px) 'Space Grotesk', sans-serif; letter-spacing: -.7px; }
.post-section-heading p { margin: 7px 0 0; color: var(--muted); }
.post-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.post-step { display: flex; align-items: center; gap: 16px; min-height: 92px; padding: 18px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); }
.post-step span { color: var(--red); font: 700 18px 'Space Grotesk', sans-serif; }
.post-step strong { font-size: 16px; }
.post-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.post-tier { min-height: 285px; padding: 22px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }
.post-tier.gold { border-color: #8b6a29; }
.post-tier.silver { border-color: #69717b; }
.post-tier.bronze { border-color: #79523f; }
.post-tier-top { display: flex; align-items: center; gap: 9px; color: #cfae62; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.silver .post-tier-top { color: #b9c2cc; }
.bronze .post-tier-top { color: #c88d6c; }
.post-tier-icon { font-size: 17px; }
.post-tier h3 { margin: 15px 0 6px; font: 700 25px 'Space Grotesk', sans-serif; }
.post-price { margin: 0 0 16px; font: 700 28px 'Space Grotesk', sans-serif; }
.post-price small { color: var(--muted); font: 400 12px 'DM Sans', sans-serif; }
.post-tier ul { margin: 0; padding-left: 20px; color: #c5c5c5; line-height: 1.9; }
.post-rule-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.post-rule-list > div { padding: 18px 20px; border-left: 2px solid var(--red); background: #171717; }
.post-rule-list strong { color: #f4f4f4; font-size: 15px; }
.post-rule-list p { margin: 7px 0 0; color: #aaa; font-size: 13px; line-height: 1.6; }
.post-standards { max-width: 950px; color: #aaa; font-size: 12px; line-height: 1.65; }
.post-standards .post-section-heading { margin-bottom: 20px; }
.post-standards p { margin: 0 0 13px; }
.post-standards strong { color: #dedede; }
.post-standards ul { margin: -3px 0 17px; padding-left: 22px; }
.post-continue { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 40px; padding: 28px 30px; border: 1px solid #69242b; border-radius: 10px; background: #301114; }
.post-continue h2 { margin: 0 0 6px; font: 700 22px 'Space Grotesk', sans-serif; }
.post-continue p { max-width: 650px; margin: 0; color: #b7a4a5; line-height: 1.5; }
.post-continue .btn { white-space: nowrap; }
.massage-offering { padding-top: 30px; padding-bottom: 30px; }
.massage-offering .post-section-heading { margin-bottom: 8px; }
.massage-offering p { color: #c4c4c4; }
.massage-price { font-size: 19px; font-weight: 700; }

/* EDIT HERE: Start Ad form, choice bar, and progress indicator. */
.builder-page { padding-top: 28px; padding-bottom: 58px; }
.builder-back { color: #f9fafb; font-size: 12px; }
.builder-back:hover { color: #fff; }
.builder-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 22px 0 28px; }
.builder-title h1 { margin: 5px 0; font: 700 clamp(30px,4vw,48px) 'Space Grotesk',sans-serif; letter-spacing: -1px; }
.builder-title p { margin: 0; color: #f9fafb; }
.builder-preview-label { color: #f9fafb; font-size: 12px; white-space: nowrap; }
.builder-choice-bar { display: flex; align-items: end; flex-wrap: wrap; gap: 25px; padding: 19px 22px; border: 1px solid #64262b; border-radius: 10px; background: #0a0a0a; }
.builder-choice-bar fieldset { margin: 0; padding: 0; border: 0; }
.builder-choice-bar legend { margin-bottom: 8px; color: #f9fafb; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.builder-choice-bar fieldset[hidden] { display: none; }
.choice-buttons { display: flex; gap: 6px; }
.choice-buttons label { cursor: pointer; }
.choice-buttons input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice-buttons span { display: block; padding: 9px 14px; border: 1px solid #62474a; border-radius: 6px; color: #fff; font-size: 13px; font-weight: 700; }
.choice-buttons input:checked + span { border-color: var(--red); background: var(--red); color: #fff; }
.choice-buttons input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.choice-summary { margin-left: auto; padding-bottom: 7px; color: #fff; font-weight: 700; }
.builder-progress { position: relative; display: flex; gap: 8px; margin: 24px 0 28px; padding-bottom: 13px; }
.builder-progress > span { flex: 1; color: #f9fafb; font-size: 12px; font-weight: 700; }
.builder-progress > span.current { color: #f34a50; }
.builder-progress-track { position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; border-radius: 4px; background: #333; }
.builder-progress-track div { width: 25%; height: 100%; border-radius: inherit; background: var(--red); transition: width .2s; }
.builder-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 14px; }
.builder-panel { min-height: 735px; padding: 20px; border: 1px solid #303030; border-radius: 8px; background: #0a0a0a; color: #f9fafb; }
.builder-panel h2 { margin: 0 0 20px; font: 700 20px 'Space Grotesk',sans-serif; }
.builder-panel fieldset { margin: 0 0 18px; padding: 0; border: 0; }
.builder-panel legend { margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.builder-panel em { color: #e50914; font-style: normal; }
.builder-panel label { font-size: 12px; }
.check-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.check-row label { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.check-row input, .builder-panel input[type=checkbox] { margin: 0 4px 0 0; accent-color: var(--red); }
.builder-panel .standalone { margin: 17px 0; }
.builder-field { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 700; }
.builder-field input:not([type=checkbox]), .builder-field select { display: block; width: 100%; min-width: 0; height: 31px; margin-top: 6px; padding: 4px 8px; border: 1px solid #626262; border-radius: 4px; background: #1c1c1c; color: #f9fafb; font: 400 12px 'DM Sans',Arial,sans-serif; }
.builder-field input::placeholder { color: #b8b8b8; }
.builder-field select option { background: #1c1c1c; color: #fff; }
.builder-field small { display: block; margin-top: 4px; color: #f9fafb; font-weight: 400; }
.field-pair, .field-triple { display: flex; gap: 8px; }
.field-pair > * { flex: 1; min-width: 0; }
.field-triple input { flex: 1; min-width: 0; }
#language-list select + select { margin-top: 7px; }
.text-action { margin-top: 6px; padding: 0; border: 0; background: none; color: #005cb8; font-size: 12px; cursor: pointer; }
.builder-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.builder-actions p { color: #f9fafb; font-size: 12px; }
.builder-review { margin-top: 18px; padding: 18px; border: 1px solid #7d2a31; border-radius: 8px; background: #291316; line-height: 1.6; }
.builder-review[hidden] { display: none; }

.hero { padding: 51px 0 43px; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 78% 10%, rgba(137,7,18,.19), transparent 38%), #0d0d0d; }
.eyebrow { color: #ef4a51; letter-spacing: 2.2px; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.hero h1 { max-width: 670px; margin: 13px 0; font: 700 clamp(34px,4vw,55px)/1.05 'Space Grotesk', sans-serif; letter-spacing: -2.5px; }
.hero p { max-width: 520px; margin: 0 0 27px; color: #a8a8a8; font-size: 16px; line-height: 1.55; }
.searchbox { display: flex; gap: 10px; max-width: 790px; padding: 7px; border: 1px solid #363636; border-radius: 9px; background: #1a1a1a; box-shadow: 0 14px 40px #0005; }
.field { display: flex; flex: 1; align-items: center; gap: 10px; min-width: 0; padding: 0 12px; color: #888; }
.field + .field { border-left: 1px solid #333; }
.field input, .field select { width: 100%; min-width: 0; padding: 11px 0; border: 0; outline: 0; background: transparent; color: #f3f3f3; }
.field select option { background: #1b1b1b; }
.hero-stats { display: flex; gap: 26px; margin-top: 21px; color: #8f8f8f; font-size: 12px; }
.hero-stats strong { color: #f4f4f4; }

.section { padding: 38px 0; }
.category-section { padding-top: 6px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.section-head h2 { margin: 0; font: 700 24px 'Space Grotesk', sans-serif; letter-spacing: -.7px; }
.section-head p { margin: 5px 0 0; color: var(--muted); }
.text-link { color: #e8e8e8; font-size: 12px; font-weight: 700; white-space: nowrap; }
.text-link:hover { color: #f34a50; }
.city-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.city-card { display: block; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: #171717; transition: border-color .2s, transform .2s; }
.city-card:hover, .category-feature-card:hover { border-color: #853239; transform: translateY(-2px); }
.city-card img { width: 100%; height: 178px; object-fit: cover; object-position: center 35%; background: #242424; }
.city-card-body { padding: 14px 12px 16px; }
.city-card strong { display: block; font-size: 14px; }
.city-card:hover strong, .city-card:focus-visible strong { color: var(--red); }
.city-card span { display: block; margin-top: 4px; color: #777; font-size: 11px; }
.city-card[hidden], .category-feature-card[hidden] { display: none; }
.search-status { margin: 14px 0 0; color: var(--muted); }

.category-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.category-feature-card { display: block; overflow: hidden; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); transition: border-color .2s, transform .2s; }
.category-feature-image { height: 190px; overflow: hidden; background: #222; }
.category-feature-image img { height: 100%; object-fit: cover; }
.category-feature-body { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 76px; padding: 16px 18px; }
.category-feature-body strong { display: block; font-size: 16px; }
.category-feature-body small { display: block; margin-top: 5px; color: #999; font-size: 12px; }
.category-feature-body .icon { width: 19px; height: 19px; color: #e64a52; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 43px 0; padding: 27px 31px; border: 1px solid #69242b; border-radius: 10px; background: linear-gradient(95deg,#381014,#1c0e10); }
.cta-band h2 { margin: 0 0 6px; font: 700 21px 'Space Grotesk', sans-serif; }
.cta-band p { margin: 0; color: #b7a4a5; }
.footer { padding: 32px 0 38px; border-top: 1px solid var(--border); color: #838383; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer .logo { color: #fff; font-size: 19px; }
.footer p { margin: 8px 0 0; font-size: 11px; }
.foot-links { display: flex; gap: 20px; font-size: 12px; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: #000d; }
.modal-backdrop[hidden] { display: none; }
.age-modal { width: 100%; max-width: 465px; padding: 36px; border: 1px solid #4b292b; border-radius: 12px; background: #191919; text-align: center; box-shadow: 0 30px 100px #000; }
.age-emblem { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 22px; border: 2px solid var(--red); border-radius: 50%; font: 700 24px 'Space Grotesk', sans-serif; }
.age-modal h2 { margin: 0 0 10px; font: 700 27px 'Space Grotesk', sans-serif; }
.age-modal p { color: #aaa; line-height: 1.6; }
.age-modal .btn { width: 100%; margin-top: 12px; }
.age-modal small { display: block; margin-top: 18px; color: #777; line-height: 1.5; }

@media (max-width: 900px) { .city-grid { grid-template-columns: repeat(3, 1fr); } .nav { display: none; } }
@media (max-width: 800px) { .register-page { grid-template-columns: 1fr; } .register-visual { display: none; } }
@media (max-width: 800px) { .post-steps, .post-tier-grid { grid-template-columns: 1fr; } .post-tier { min-height: 0; } }
@media (max-width: 900px) { .builder-columns { grid-template-columns: 1fr; } .builder-panel { min-height: 0; } }
@media (max-width: 700px) { .category-feature-grid { grid-template-columns: 1fr; gap: 13px; } .category-feature-body { min-height: 70px; } }
@media (max-width: 650px) {
  .container { padding: 0 17px; }
  .header-inner { min-height: 65px; }
  .logo { font-size: 20px; }
  .header-actions { gap: 6px; }
  .header-actions .btn { padding: 8px; font-size: 11px; }
  .hero { padding: 38px 0; }
  .hero h1 { letter-spacing: -1.5px; }
  .searchbox { display: grid; }
  .field + .field { border-left: 0; border-top: 1px solid #333; }
  .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band, .footer-inner { display: block; }
  .cta-band .btn { margin-top: 20px; }
  .foot-links { flex-wrap: wrap; margin-top: 20px; }
  .register-page { padding-top: 28px; min-height: 0; }
  .register-password-row { grid-template-columns: 1fr; gap: 0; }
  .register-bottom { flex-wrap: wrap; gap: 12px 20px; font-size: 14px; }
  .post-hero { padding: 40px 0; }
  .post-rule-list { grid-template-columns: 1fr; }
  .post-continue { display: block; padding: 23px; }
  .post-continue .btn { margin-top: 20px; white-space: normal; }
  .post-hero .post-start-btn { position: static; margin-top: 20px; }
  .builder-title { display: block; }
  .builder-preview-label { display: block; margin-top: 12px; }
  .builder-choice-bar { display: block; }
  .builder-choice-bar fieldset + fieldset { margin-top: 18px; }
  .choice-summary { margin-top: 18px; }
  .builder-actions { display: block; }
  .builder-actions .btn { width: 100%; }
}
