.masters-landing { overflow-x: hidden; }
.landing-topbar { position: relative; z-index: 2; }
.header-link { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.45); font-size: 13px; font-weight: 700; text-decoration: none; }
.header-link:hover { background: var(--sage-pale); }
.landing-hero { min-height: 640px; padding: 96px 0 80px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); gap: 80px; align-items: end; }
.landing-hero h1 { max-width: 900px; }
.landing-hero .lead { max-width: 700px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { margin: 34px 0 27px; display: flex; align-items: center; gap: 24px; }
.landing-primary { min-width: 245px; min-height: 56px; padding-inline: 22px; text-decoration: none; }
.text-link { color: var(--sage-dark); font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.hero-checks { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.hero-checks li { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.35); font-size: 12px; }
.hero-checks li::before { content: "✓"; margin-right: 6px; color: var(--sage-dark); font-weight: 800; }
.hero-note { padding: 28px; border-left: 1px solid var(--line); }
.hero-note-number { display: block; font-family: Georgia, serif; font-size: 92px; line-height: .85; color: var(--sage-dark); }
.hero-note strong { display: block; margin-top: 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.hero-note p { margin: 10px 0 0; color: var(--muted); }
.screens-section { padding: 110px 0 96px; border-top: 1px solid var(--line); }
.landing-section-heading { max-width: 760px; margin-bottom: 50px; }
.landing-section-heading h2, .application-copy h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.product-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-shot { min-width: 0; margin: 0; }
.product-shot figcaption { margin-bottom: 16px; display: flex; align-items: center; gap: 13px; }
.product-shot figcaption > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 11px; }
.product-shot figcaption strong, .product-shot figcaption small { display: block; }
.product-shot figcaption strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.product-shot figcaption small { color: var(--muted); }
.product-shot > p { max-width: 570px; margin: 20px 0 0; color: var(--muted); }
.shot-window { min-height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 26px; background: rgba(255,255,255,.68); box-shadow: var(--shadow); }
.shot-bar { height: 48px; padding: 0 17px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); }
.shot-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--paper-2); border: 1px solid var(--line); }
.shot-bar span { margin-left: auto; color: var(--muted); font-size: 10px; }
.master-shot-layout { padding: 18px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(128px, .7fr); gap: 14px; }
.mini-calendar, .mini-actions, .mini-master-card, .mini-booking-card { border: 1px solid var(--line); border-radius: 18px; background: rgba(246,242,234,.65); }
.mini-calendar { padding: 16px; }
.mini-calendar-head { padding-bottom: 13px; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); font-size: 10px; }
.mini-calendar-head b { color: var(--sage-dark); }
.mini-time-row { min-height: 70px; display: grid; grid-template-columns: 38px 1fr; gap: 8px; align-items: center; border-bottom: 1px solid var(--line); }
.mini-time-row:last-child { border-bottom: 0; }
.mini-time-row time { color: var(--muted); font-size: 10px; }
.mini-appointment, .mini-break { padding: 9px 10px; border-radius: 10px; }
.mini-appointment { background: var(--sage-pale); }
.mini-break { background: var(--paper-2); color: var(--muted); }
.mini-appointment strong, .mini-appointment small, .mini-break strong, .mini-break small { display: block; }
.mini-appointment strong, .mini-break strong { font-size: 11px; }
.mini-appointment small, .mini-break small { color: var(--muted); font-size: 8px; }
.mini-actions { padding: 15px; }
.mini-actions > span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.mini-actions button { width: 100%; min-height: 48px; padding: 7px 0; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; font-size: 10px; pointer-events: none; }
.client-shot-layout { min-height: 380px; padding: 24px; display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: center; }
.mini-master-card { padding: 25px 12px; display: grid; justify-items: center; text-align: center; }
.mini-master-card div { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 48% 52%; color: white; background: var(--sage-dark); font-family: Georgia, serif; font-size: 28px; }
.mini-master-card strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.mini-master-card small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.mini-booking-card { min-height: 310px; padding: 22px; }
.mini-steps { margin-bottom: 28px; display: flex; align-items: center; }
.mini-steps b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 9px; }
.mini-steps i { width: 28px; height: 1px; background: var(--line); }
.mini-booking-card > span { display: block; color: var(--sage-dark); font-size: 9px; font-weight: 750; }
.mini-booking-card > strong { display: block; margin: 6px 0 20px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1; }
.mini-slots { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mini-slots button { min-height: 55px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.75); font-size: 12px; font-weight: 700; pointer-events: none; }
.mini-slots button:first-child { color: white; border-color: var(--sage-dark); background: var(--sage-dark); }
.mini-slots small { display: block; margin-top: 2px; color: inherit; opacity: .65; font-size: 8px; }
.how-section { padding: 70px 0 110px; }
.compact-heading { margin-bottom: 35px; }
.compact-heading h2 { font-size: clamp(38px, 5vw, 58px); }
.how-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); list-style: none; }
.how-list li { padding: 27px 28px 0 0; display: grid; grid-template-columns: 36px 1fr; gap: 14px; border-right: 1px solid var(--line); }
.how-list li + li { padding-left: 28px; }
.how-list li:last-child { border-right: 0; }
.how-list li > span { color: var(--sage-dark); font-family: Georgia, serif; font-size: 30px; }
.how-list strong { font-size: 15px; }
.how-list p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.application-section { padding: 105px 0; background: var(--sage-dark); }
.application-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 80px; align-items: start; }
.application-copy { color: white; }
.application-copy .eyebrow { color: #c7d9ca; }
.application-copy > p:not(.eyebrow) { max-width: 600px; margin-top: 24px; color: rgba(255,255,255,.72); font-size: 18px; }
.telegram-path { margin-top: 42px; padding-top: 28px; display: grid; grid-template-columns: 48px 1fr; gap: 17px; border-top: 1px solid rgba(255,255,255,.2); }
.telegram-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: white; font-size: 20px; }
.telegram-path strong { display: block; }
.telegram-path p { margin: 5px 0 10px; color: rgba(255,255,255,.68); font-size: 13px; }
.telegram-path a { color: white; font-size: 13px; font-weight: 750; }
.application-card { padding: 32px; border-radius: 28px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.application-card .field-label:first-child { margin-top: 0; }
.telegram-input { position: relative; }
.telegram-input > span { position: absolute; left: 14px; top: 11px; z-index: 1; color: var(--muted); }
.telegram-input input { padding-left: 31px; }
.application-consent { margin: 19px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.application-consent input { margin-top: 3px; accent-color: var(--sage-dark); }
.application-card .dialog-alert { margin: 0 0 14px; }
.application-submit:disabled { opacity: .65; cursor: wait; }
.form-storage-note { text-align: center; }
.application-success { padding: 32px 5px 18px; text-align: center; }
.application-success[hidden] { display: none; }
.application-success h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 33px; font-weight: 400; line-height: 1.05; }
.application-success > p:not(.eyebrow) { color: var(--muted); }
.success-demo-link { margin-top: 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); text-decoration: none; }
.landing-footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.landing-footer a { color: var(--sage-dark); font-weight: 700; }

@media (max-width: 940px) {
  .landing-hero { grid-template-columns: 1fr; gap: 40px; }
  .hero-note { max-width: 520px; padding-left: 0; border-left: 0; }
  .product-shots { grid-template-columns: 1fr; gap: 58px; }
  .application-grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 620px) {
  .landing-hero { min-height: auto; padding: 62px 0 64px; }
  .landing-hero h1 { font-size: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .landing-primary { width: 100%; }
  .hero-checks { align-items: flex-start; flex-direction: column; }
  .screens-section { padding: 76px 0 70px; }
  .landing-section-heading h2, .application-copy h2 { font-size: 43px; }
  .shot-window { min-height: auto; }
  .master-shot-layout { grid-template-columns: 1fr; }
  .mini-actions { display: none; }
  .client-shot-layout { padding: 14px; grid-template-columns: 1fr; }
  .mini-master-card { padding: 13px; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; justify-items: start; text-align: left; }
  .mini-master-card div { grid-row: 1 / 3; width: 48px; height: 48px; margin: 0; font-size: 22px; }
  .mini-master-card strong { align-self: end; font-size: 21px; }
  .mini-master-card small { align-self: start; }
  .how-list { grid-template-columns: 1fr; }
  .how-list li, .how-list li + li { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .how-list li:last-child { border-bottom: 0; }
  .application-section { padding: 75px 0; }
  .application-card { padding: 24px 20px; }
  .landing-footer { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
}
