/* AgendaBella — landing premium preto + rose gold */

:root {
  --ab-black: #070707;
  --ab-dark: #111111;
  --ab-card: #171717;
  --ab-rose: #d6a18f;
  --ab-rose-dark: #b87c6a;
  --ab-rose-light: #f2c7b8;
  --ab-off: #faf7f5;
  --ab-white: #ffffff;
  --ab-text: #181818;
  --ab-muted: #625853;
  --ab-muted-light: #d8d0cc;
  --ab-border: rgba(214, 161, 143, 0.22);
  --ab-shadow: 0 24px 70px rgba(26, 18, 15, 0.1);
  --ab-max: 1180px;
  --ab-radius: 18px;
  --ab-radius-lg: 26px;
  --ab-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.landing-ref {
  margin: 0;
  overflow-x: hidden;
  background: var(--ab-off);
  color: var(--ab-text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.landing-ref img { display: block; max-width: 100%; }
.landing-ref a { color: inherit; text-decoration: none; }
.landing-ref button { font-family: inherit; }
.landing-ref [id] { scroll-margin-top: 76px; }
.landing-ref .icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.landing-ref svg { display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.landing-ref .container { width: min(calc(100% - 40px), var(--ab-max)); margin-inline: auto; }

.landing-ref .section {
  position: relative;
  padding: clamp(80px, 8vw, 118px) 0;
  overflow: hidden;
}

.landing-ref .section--dark { background: var(--ab-black); color: var(--ab-white); }
.landing-ref .section--light { background: var(--ab-off); color: var(--ab-text); }
.landing-ref .section--light + .section--light { border-top: 1px solid rgba(184, 124, 106, 0.12); }

.landing-ref .section__eyebrow,
.landing-ref .section-eyebrow {
  display: table;
  margin: 0 auto 16px;
  padding: 6px 11px;
  border: 1px solid var(--ab-border);
  border-radius: 999px;
  color: var(--ab-rose-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.landing-ref .section--dark .section__eyebrow,
.landing-ref .section--dark .section-eyebrow { color: var(--ab-rose-light); background: rgba(214, 161, 143, 0.06); }

.landing-ref .section__title {
  max-width: 760px;
  margin: 0 auto 14px;
  color: var(--ab-text);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 1.06;
  text-align: center;
}

.landing-ref .section--dark .section__title { color: var(--ab-white); }
.landing-ref .section__lead {
  max-width: 610px;
  margin: 0 auto 52px;
  color: var(--ab-muted);
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}
.landing-ref .section--dark .section__lead { color: var(--ab-muted-light); }
.landing-ref .accent { color: var(--ab-rose-light); }
.landing-ref .section--light .accent { color: var(--ab-rose-dark); }

/* Header */
.landing-ref .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  background: rgba(7, 7, 7, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  transition: none;
}

.landing-ref .site-header.scrolled {
  background: rgba(7, 7, 7, 0.93);
  border-color: rgba(214, 161, 143, 0.14);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
}

.landing-ref .header-inner { position: relative; display: flex; align-items: center; min-height: 76px; gap: 20px; padding: 10px 0; }
.landing-ref .logo { position: relative; z-index: 2; flex: 0 0 auto; }
.landing-ref .logo-img { width: auto; height: 38px; max-width: 178px; object-fit: contain; }
.landing-ref .site-nav { position: absolute; left: 50%; display: flex; align-items: center; gap: 2px; transform: translateX(-50%); }
.landing-ref .site-nav a { padding: 8px 10px; border-radius: 999px; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 600; white-space: nowrap; transition: none; }
.landing-ref .site-nav a:hover { background: rgba(214,161,143,.08); color: var(--ab-rose-light); }
.landing-ref .header-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.landing-ref .header-cta { display: flex; }

.landing-ref .btn-rose,
.landing-ref .btn-outline-light,
.landing-ref .btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform .25s var(--ab-ease);
}
.landing-ref .btn-rose { border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg, var(--ab-rose-light), var(--ab-rose-dark)); color: #181818; box-shadow: 0 10px 28px rgba(184,124,106,.28), inset 0 1px 0 rgba(255,255,255,.45); }
.landing-ref .btn-rose:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(184,124,106,.38), inset 0 1px 0 rgba(255,255,255,.5); }
.landing-ref .btn-rose--sm { min-height: 42px; padding: 10px 18px; font-size: .78rem; }
.landing-ref .btn-outline-light { border: 1px solid rgba(242,199,184,.35); background: rgba(255,255,255,.02); color: var(--ab-white); }
.landing-ref .btn-outline-light:hover { transform: translateY(-2px); border-color: var(--ab-rose); background: rgba(214,161,143,.08); }
.landing-ref .menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.landing-ref .menu-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--ab-white); }

/* Hero */
.landing-ref .hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 860px;
  padding-top: 76px;
  overflow: hidden;
  color: var(--ab-white);
  background:
    radial-gradient(ellipse 45% 42% at 77% 47%, rgba(214,161,143,.16), transparent 72%),
    radial-gradient(circle at 12% 26%, rgba(184,124,106,.065), transparent 28%),
    linear-gradient(180deg, #070707 0%, #090807 100%);
}

.landing-ref .hero::after { content: ''; position: absolute; right: -8%; bottom: -250px; width: 68%; height: 360px; border: 1px solid rgba(214,161,143,.42); border-radius: 50%; filter: drop-shadow(0 0 18px rgba(214,161,143,.25)); transform: rotate(-5deg); pointer-events: none; }
.landing-ref .hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.86fr) minmax(540px,1.14fr); align-items: center; gap: 64px; padding: 70px 0 82px; }
.landing-ref .hero__content { min-width: 0; }
.landing-ref .hero__badge { display: inline-flex; margin-bottom: 22px; padding: 7px 12px; border: 1px solid rgba(214,161,143,.32); border-radius: 999px; background: rgba(214,161,143,.07); color: var(--ab-rose-light); font-size: .67rem; font-weight: 800; letter-spacing: .09em; line-height: 1; text-transform: uppercase; }
.landing-ref .hero__title { margin: 0 0 20px; color: var(--ab-white); font-size: clamp(2.65rem, 4.6vw, 4.45rem); font-weight: 800; letter-spacing: -.062em; line-height: .99; text-wrap: balance; }
.landing-ref .hero__subtitle { max-width: 520px; margin: 0 0 30px; color: rgba(216,208,204,.88); font-size: 1rem; line-height: 1.7; }
.landing-ref .hero__chips { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.landing-ref .hero__chip { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 10px 12px; border: 1px solid rgba(214,161,143,.14); border-radius: 13px; background: rgba(255,255,255,.025); color: rgba(255,255,255,.78); font-size: .77rem; font-weight: 600; }
.landing-ref .hero__chip-icon { display: grid; flex: 0 0 31px; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(214,161,143,.26); border-radius: 9px; color: var(--ab-rose); background: rgba(214,161,143,.08); }
.landing-ref .hero__chip-icon svg { width: 16px; height: 16px; }
.landing-ref .hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.landing-ref .hero__micro { margin: 0; color: rgba(216,208,204,.58); font-size: .76rem; }

.landing-ref .hero__visual { position: relative; min-width: 0; perspective: 1200px; }
.landing-ref .hero__halo { position: absolute; inset: 8% -3% -4% 7%; background: radial-gradient(circle, rgba(214,161,143,.24), transparent 67%); filter: blur(24px); }
.landing-ref .hero__mockup { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(242,199,184,.48); border-radius: 22px; background: #101010; box-shadow: 0 40px 100px rgba(0,0,0,.62), 0 0 42px rgba(214,161,143,.11), inset 0 1px 0 rgba(255,255,255,.06); transform: rotateY(-2.5deg) rotateX(1deg); }
.landing-ref .dash-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 37px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.06); color: rgba(255,255,255,.35); font-size: .48rem; }
.landing-ref .dash-window-dots { display: flex; gap: 5px; }
.landing-ref .dash-window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #8c5f51; }
.landing-ref .dash-window-dots i:nth-child(2) { background: #a7805e; }
.landing-ref .dash-window-dots i:nth-child(3) { background: #55725c; }
.landing-ref .dash-user { justify-self: end; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(214,161,143,.14); color: var(--ab-rose-light); font-size: .48rem; font-weight: 800; }
.landing-ref .dash-shell { display: grid; grid-template-columns: 122px 1fr; min-height: 433px; }
.landing-ref .dash-sidebar { display: flex; flex-direction: column; padding: 18px 12px 12px; border-right: 1px solid rgba(255,255,255,.06); background: #0d0d0d; }
.landing-ref .dash-sidebar > img { width: 96px; height: auto; margin: 0 auto 24px; opacity: .86; }
.landing-ref .dash-sidebar nav { display: grid; gap: 6px; }
.landing-ref .dash-sidebar nav span { display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 7px; color: rgba(255,255,255,.38); font-size: .55rem; font-weight: 600; }
.landing-ref .dash-sidebar nav span.is-active { color: var(--ab-rose-light); background: rgba(214,161,143,.1); }
.landing-ref .dash-sidebar nav svg { width: 12px; height: 12px; color: var(--ab-rose); }
.landing-ref .dash-help { display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 8px; border: 1px solid rgba(214,161,143,.12); border-radius: 8px; color: rgba(255,255,255,.5); font-size: .48rem; }
.landing-ref .dash-help svg { color: var(--ab-rose); }
.landing-ref .dash-main { min-width: 0; padding: 22px 18px 16px; background: radial-gradient(circle at 100% 0,rgba(214,161,143,.06),transparent 40%); }
.landing-ref .dash-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 24px; }
.landing-ref .dash-heading > div:first-child { display: flex; flex-direction: column-reverse; }
.landing-ref .dash-heading span { color: rgba(255,255,255,.34); font-size: .52rem; }
.landing-ref .dash-heading strong { color: #fff; font-size: .91rem; }
.landing-ref .dash-revenue { min-width: 112px; padding: 8px 10px; border: 1px solid rgba(214,161,143,.14); border-radius: 8px; background: rgba(255,255,255,.025); }
.landing-ref .dash-revenue small { display: block; color: rgba(255,255,255,.36); font-size: .44rem; }
.landing-ref .dash-revenue b { display: block; color: var(--ab-rose-light); font-size: .7rem; }
.landing-ref .dash-agenda-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.landing-ref .dash-agenda-head strong { color: rgba(255,255,255,.88); font-size: .68rem; }
.landing-ref .dash-agenda-head span { padding: 4px 8px; border-radius: 999px; background: rgba(214,161,143,.1); color: var(--ab-rose-light); font-size: .47rem; }
.landing-ref .dash-calendar { display: grid; grid-template-columns: 39px repeat(4,1fr); grid-template-rows: 27px repeat(4,72px); overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: rgba(255,255,255,.014); }
.landing-ref .dash-calendar > * { min-width: 0; border-right: 1px solid rgba(255,255,255,.055); border-bottom: 1px solid rgba(255,255,255,.055); }
.landing-ref .dash-calendar > b { display: grid; place-items: center; color: rgba(255,255,255,.43); font-size: .47rem; font-weight: 600; }
.landing-ref .dash-calendar > small { padding-top: 8px; color: rgba(255,255,255,.28); font-size: .42rem; text-align: center; }
.landing-ref .booking { align-self: start; margin: 5px 4px; padding: 6px 5px; border-left: 2px solid var(--ab-rose); border-radius: 4px; background: rgba(214,161,143,.14); color: rgba(255,255,255,.82); font-size: .45rem; font-weight: 700; line-height: 1.25; }
.landing-ref .booking em { display: block; overflow: hidden; color: rgba(255,255,255,.4); font-size: .39rem; font-style: normal; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.landing-ref .booking--b { border-color: #8d675d; background: rgba(141,103,93,.18); }
.landing-ref .booking--c { border-color: #e5baaa; background: rgba(229,186,170,.1); }

.landing-ref .hero__float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 184px; padding: 12px 14px; border: 1px solid rgba(242,199,184,.35); border-radius: 14px; background: rgba(23,23,23,.94); box-shadow: 0 18px 42px rgba(0,0,0,.45); backdrop-filter: blur(12px); }
.landing-ref .hero__float--1 { top: 15%; left: -8%; }
.landing-ref .hero__float--2 { right: -5%; bottom: 12%; }
.landing-ref .hero__float-icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--ab-rose); background: rgba(214,161,143,.12); }
.landing-ref .hero__float-icon svg { width: 17px; height: 17px; }
.landing-ref .hero__float strong { display: block; color: #fff; font-size: .68rem; }
.landing-ref .hero__float p { margin: 1px 0 0; color: rgba(216,208,204,.55); font-size: .56rem; }

/* Light cards */
.landing-ref .problem-grid,
.landing-ref .features-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.landing-ref .problem-card,
.landing-ref .feature-card { position: relative; min-height: 220px; padding: 30px; overflow: hidden; border: 1px solid rgba(184,124,106,.16); border-radius: var(--ab-radius); background: rgba(255,255,255,.82); box-shadow: 0 12px 35px rgba(32,23,20,.045); transition: transform .3s var(--ab-ease); }
.landing-ref .problem-card::after,
.landing-ref .feature-card::after { content: ''; position: absolute; right: -48px; bottom: -58px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle,rgba(214,161,143,.11),transparent 68%); }
.landing-ref .problem-card:hover,
.landing-ref .feature-card:hover { transform: translateY(-6px); border-color: rgba(184,124,106,.32); box-shadow: var(--ab-shadow); }
.landing-ref .problem-card__icon,
.landing-ref .feature-card__icon,
.landing-ref .auto-card__icon { display: grid; width: 50px; height: 50px; margin-bottom: 23px; place-items: center; border: 1px solid rgba(184,124,106,.2); border-radius: 14px; background: linear-gradient(145deg,rgba(242,199,184,.2),rgba(214,161,143,.06)); color: var(--ab-rose-dark); }
.landing-ref .problem-card__icon svg,
.landing-ref .feature-card__icon svg,
.landing-ref .auto-card__icon svg { width: 23px; height: 23px; }
.landing-ref .problem-card h3,
.landing-ref .feature-card h3,
.landing-ref .auto-card h3 { position: relative; z-index: 1; margin: 0 0 9px; color: var(--ab-text); font-size: 1.01rem; font-weight: 750; letter-spacing: -.018em; }
.landing-ref .problem-card p,
.landing-ref .feature-card p,
.landing-ref .auto-card p { position: relative; z-index: 1; margin: 0; color: var(--ab-muted); font-size: .85rem; line-height: 1.65; }
.landing-ref .feature-card { min-height: 230px; text-align: left; }

/* Steps */
.landing-ref #transformacao { background: radial-gradient(circle at 50% 120%,rgba(214,161,143,.1),transparent 45%),var(--ab-black); }
.landing-ref .steps { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 980px; margin: 58px auto 0; gap: 66px; }
.landing-ref .steps::before { content: ''; position: absolute; top: 54px; right: 16%; left: 16%; border-top: 1px dashed rgba(214,161,143,.42); }
.landing-ref .step { position: relative; z-index: 1; text-align: center; }
.landing-ref .step__num { position: absolute; top: -11px; left: calc(50% + 24px); z-index: 2; display: grid; width: 25px; height: 25px; place-items: center; border: 2px solid var(--ab-black); border-radius: 50%; background: var(--ab-rose-light); color: var(--ab-text); font-size: .67rem; font-weight: 800; }
.landing-ref .step__icon { display: grid; width: 72px; height: 72px; margin: 0 auto 22px; place-items: center; border: 1px solid rgba(214,161,143,.42); border-radius: 19px; background: #141211; color: var(--ab-rose); box-shadow: 0 0 0 10px var(--ab-black), 0 16px 40px rgba(0,0,0,.3); }
.landing-ref .step__icon svg { width: 30px; height: 30px; }
.landing-ref .step h3 { max-width: 220px; margin: 0 auto 9px; color: #fff; font-size: 1rem; font-weight: 750; line-height: 1.35; }
.landing-ref .step p { max-width: 250px; margin: 0 auto; color: rgba(216,208,204,.66); font-size: .82rem; line-height: 1.6; }

/* Automations */
.landing-ref #automacoes { padding-top: 72px; background: linear-gradient(180deg,#faf7f5,#f7f1ed); }
.landing-ref #automacoes .section__title { max-width: 720px; margin-bottom: 45px; }
.landing-ref .auto-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-block: 1px solid rgba(184,124,106,.16); }
.landing-ref .auto-card { min-height: 205px; padding: 32px 25px; border-right: 1px solid rgba(184,124,106,.16); text-align: center; }
.landing-ref .auto-card:last-child { border-right: 0; }
.landing-ref .auto-card__icon { margin: 0 auto 18px; background: transparent; }
.landing-ref .auto-card h3 { font-size: .94rem; }
.landing-ref .auto-card p { font-size: .79rem; }

/* App */
.landing-ref #aplicativo { background: radial-gradient(circle at 24% 42%,rgba(214,161,143,.15),transparent 35%),var(--ab-black); }
.landing-ref .app-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.landing-ref .app-phones { position: relative; display: flex; justify-content: center; min-height: 585px; padding-top: 18px; }
.landing-ref .app-phone { position: relative; z-index: 2; width: 268px; height: 552px; padding: 8px; overflow: hidden; border: 1px solid rgba(242,199,184,.3); border-radius: 42px; background: linear-gradient(145deg,#34302e,#0a0a0a); box-shadow: 0 40px 80px rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,255,255,.06); transform: rotate(4deg); }
.landing-ref .app-phone--back { z-index: 1; width: 238px; height: 490px; margin-right: -56px; opacity: .72; transform: translateY(58px) rotate(-10deg); }
.landing-ref .phone-notch { position: absolute; top: 15px; left: 50%; z-index: 4; width: 88px; height: 22px; border-radius: 999px; background: #060606; transform: translateX(-50%); }
.landing-ref .phone-screen { position: relative; height: 100%; overflow: hidden; padding: 13px 13px 0; border-radius: 35px; background: linear-gradient(180deg,#171717,#0f0f0f); color: #fff; }
.landing-ref .phone-status { display: flex; justify-content: space-between; padding: 1px 5px 22px; color: rgba(255,255,255,.7); font-size: .52rem; font-weight: 700; }
.landing-ref .phone-appbar { display: grid; grid-template-columns: 28px 1fr 28px; align-items: center; gap: 8px; margin-bottom: 24px; }
.landing-ref .phone-appbar > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: var(--ab-rose); background: rgba(214,161,143,.12); }
.landing-ref .phone-appbar b { font-size: .75rem; }
.landing-ref .phone-appbar i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--ab-rose); color: #181818; font-size: .52rem; font-style: normal; font-weight: 800; }
.landing-ref .phone-month { display: flex; align-items: center; justify-content: space-between; padding: 12px; border: 1px solid rgba(214,161,143,.12); border-radius: 12px 12px 0 0; background: #1b1918; }
.landing-ref .phone-month strong { font-size: .7rem; }
.landing-ref .phone-month > span { color: var(--ab-rose-light); }
.landing-ref .phone-week,
.landing-ref .phone-days { display: grid; grid-template-columns: repeat(5,1fr); gap: 2px; padding: 8px 7px; background: #1b1918; color: rgba(255,255,255,.36); font-size: .5rem; text-align: center; }
.landing-ref .phone-days { padding: 0 7px 12px; border-radius: 0 0 12px 12px; color: rgba(255,255,255,.72); }
.landing-ref .phone-days span { display: grid; height: 27px; place-items: center; }
.landing-ref .phone-days .is-today { border-radius: 8px; background: var(--ab-rose); color: #181818; font-weight: 800; }
.landing-ref .phone-list-title { margin: 20px 0 9px; color: rgba(255,255,255,.5); font-size: .54rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.landing-ref .phone-client { display: grid; grid-template-columns: 37px 1fr auto; align-items: center; gap: 7px; margin-bottom: 7px; padding: 9px 8px; border: 1px solid rgba(255,255,255,.055); border-radius: 10px; background: rgba(255,255,255,.025); }
.landing-ref .phone-client i { color: var(--ab-rose); font-size: .52rem; font-style: normal; font-weight: 700; }
.landing-ref .phone-client span { min-width: 0; }
.landing-ref .phone-client b,
.landing-ref .phone-client small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.landing-ref .phone-client b { font-size: .56rem; }
.landing-ref .phone-client small { color: rgba(255,255,255,.36); font-size: .47rem; }
.landing-ref .phone-client em { color: #d6b09f; font-size: .41rem; font-style: normal; }
.landing-ref .phone-nav { position: absolute; right: 13px; bottom: 0; left: 13px; display: flex; justify-content: space-around; padding: 12px; border-top: 1px solid rgba(255,255,255,.06); color: rgba(255,255,255,.28); background: #111; }
.landing-ref .phone-nav svg { width: 15px; height: 15px; }
.landing-ref .phone-nav svg.is-current { color: var(--ab-rose); }
.landing-ref .phone-greeting { display: flex; flex-direction: column; margin: 12px 0 20px; }
.landing-ref .phone-greeting small { color: rgba(255,255,255,.4); font-size: .52rem; }
.landing-ref .phone-greeting strong { font-size: .9rem; }
.landing-ref .phone-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.landing-ref .phone-stats span { padding: 10px; border: 1px solid rgba(214,161,143,.12); border-radius: 10px; background: rgba(214,161,143,.06); }
.landing-ref .phone-stats small,
.landing-ref .phone-stats b { display: block; }
.landing-ref .phone-stats small { color: rgba(255,255,255,.42); font-size: .45rem; }
.landing-ref .phone-stats b { color: var(--ab-rose-light); font-size: .67rem; }
.landing-ref .app-content__badge { display: inline-flex; margin-bottom: 18px; padding: 7px 12px; border: 1px solid var(--ab-border); border-radius: 999px; color: var(--ab-rose-light); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.landing-ref .app-content h2 { max-width: 480px; margin: 0 0 26px; color: #fff; font-size: clamp(2.2rem,4.3vw,3.5rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.03; }
.landing-ref .app-list { margin: 0 0 30px; padding: 0; list-style: none; }
.landing-ref .app-list li { display: flex; align-items: center; gap: 12px; padding: 8px 0; color: rgba(216,208,204,.82); font-size: .92rem; }
.landing-ref .app-list li::before { content: '✓'; display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(214,161,143,.12); color: var(--ab-rose); font-size: .7rem; font-weight: 800; }
.landing-ref .app-stores { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.landing-ref .store-badge { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 17px; border: 1px solid rgba(214,161,143,.28); border-radius: 11px; background: #111; color: #fff; font-size: .82rem; font-weight: 700; transition: .2s; }
.landing-ref a.store-badge:hover { border-color: var(--ab-rose); transform: translateY(-2px); }
.landing-ref .store-badge--soon { color: rgba(255,255,255,.44); }

/* Pricing overrides */
.landing-ref .pricing-section--premium { background: linear-gradient(180deg,#0b0b0b,#070707) !important; }
.landing-ref .pricing-section--premium .section__title,
.landing-ref .pricing-section--premium .section-title { color: #fff !important; }
.landing-ref .pricing-section--premium .section__lead,
.landing-ref .pricing-section--premium .section-lead { color: var(--ab-muted-light) !important; }
.landing-ref .pricing-section--premium .pricing-eyebrow { background: rgba(214,161,143,.07) !important; border-color: var(--ab-border) !important; color: var(--ab-rose-light) !important; }
.landing-ref .pricing-controls { margin-bottom: 44px; }
.landing-ref .pricing-section--premium .pricing-billing-toggle { border-color: var(--ab-border) !important; background: #151515 !important; }
.landing-ref .pricing-section--premium .pricing-billing-toggle__indicator { background: linear-gradient(135deg,var(--ab-rose-light),var(--ab-rose-dark)) !important; box-shadow: 0 8px 24px rgba(184,124,106,.2) !important; }
.landing-ref .pricing-section--premium .pricing-billing-toggle__option { color: var(--ab-muted-light) !important; }
.landing-ref .pricing-section--premium .pricing-billing-toggle__option.is-active { color: #181818 !important; }
.landing-ref .pricing-section--premium .pricing-savings-hint,
.landing-ref .pricing-section--premium .pricing-savings { border-color: var(--ab-border) !important; background: rgba(214,161,143,.1) !important; color: var(--ab-rose-light) !important; }
.landing-ref .pricing-section--premium .pricing-savings-hint__arrow { border-color: var(--ab-border) !important; background: #211b19 !important; }
.landing-ref .pricing-section--premium .pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 22px; }
.landing-ref .pricing-section--premium .pricing-plan-card { min-height: 490px; padding: 34px 28px 26px; border: 1px solid rgba(214,161,143,.18) !important; border-radius: 22px; background: #151515 !important; box-shadow: 0 22px 60px rgba(0,0,0,.25) !important; }
.landing-ref .pricing-section--premium .pricing-plan-card:hover { transform: translateY(-7px); border-color: rgba(214,161,143,.35) !important; box-shadow: 0 32px 70px rgba(0,0,0,.42) !important; }
.landing-ref .pricing-section--premium .pricing-plan-card--featured { border: 1.5px solid var(--ab-rose) !important; background: linear-gradient(180deg,#1b1716,#151515) !important; box-shadow: 0 28px 80px rgba(184,124,106,.13) !important; }
.landing-ref .pricing-section--premium .pricing-plan-icon { position: relative; width: 42px; height: 42px; margin: 0 auto 18px; border: 1px solid rgba(214,161,143,.28); border-radius: 12px; background: rgba(214,161,143,.08); }
.landing-ref .pricing-section--premium .pricing-plan-icon::before { content: ''; position: absolute; inset: 12px; border: 1.5px solid var(--ab-rose); border-radius: 5px; transform: rotate(45deg); }
.landing-ref .pricing-section--premium .pricing-badge { top: -13px; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg,var(--ab-rose-light),var(--ab-rose-dark)) !important; color: #181818 !important; box-shadow: 0 8px 22px rgba(184,124,106,.3) !important; }
.landing-ref .pricing-section--premium .pricing-plan-name { color: #fff !important; font-size: 1.2rem; }
.landing-ref .pricing-section--premium .pricing-plan-tagline,
.landing-ref .pricing-section--premium .pricing-price-period,
.landing-ref .pricing-section--premium .pricing-price--equivalent,
.landing-ref .pricing-section--premium .pricing-features li { color: rgba(216,208,204,.72) !important; }
.landing-ref .pricing-section--premium .pricing-price-value { color: var(--ab-rose-light) !important; font-size: clamp(2rem,3.2vw,2.65rem); }
.landing-ref .pricing-section--premium .pricing-prices { border-bottom-color: rgba(255,255,255,.07) !important; }
.landing-ref .pricing-section--premium .pricing-check,
.landing-ref .pricing-section--premium .pricing-features li::before { color: var(--ab-rose) !important; }
.landing-ref .pricing-section--premium .pricing-pix-benefit { border-color: rgba(74,207,104,.27); background: linear-gradient(135deg,rgba(27,105,46,.22),rgba(20,62,30,.13)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.landing-ref .pricing-section--premium .pricing-pix-icon { fill: #62db78; }
.landing-ref .pricing-section--premium .pricing-pix-benefit__copy strong { color: #72e17d; }
.landing-ref .pricing-section--premium .pricing-pix-benefit__copy > span { color: rgba(216,232,220,.72); }
.landing-ref .pricing-pix-strip { border-color: rgba(214,161,143,.22); background: linear-gradient(180deg,rgba(24,24,24,.96),rgba(18,18,18,.96)); box-shadow: 0 18px 48px rgba(0,0,0,.23); }
.landing-ref .pricing-pix-strip__item > svg { stroke: var(--ab-rose-light); }
.landing-ref .pricing-pix-strip__item > .pricing-pix-strip__pix-icon { fill: #62db78; stroke: none; }
.landing-ref .pricing-pix-strip__item strong { color: #fff; }
.landing-ref .pricing-pix-strip__item small { color: rgba(216,208,204,.62); }
.landing-ref .pricing-section--premium .pricing-plan-cta { min-height: 48px; border-radius: 999px; }
.landing-ref .pricing-section--premium .btn-outline { border-color: rgba(214,161,143,.35) !important; background: transparent !important; color: #fff !important; }
.landing-ref .pricing-section--premium .btn-outline:hover { border-color: var(--ab-rose) !important; background: rgba(214,161,143,.08) !important; }
.landing-ref .pricing-section--premium .btn-primary { border: 0 !important; background: linear-gradient(135deg,var(--ab-rose-light),var(--ab-rose-dark)) !important; color: #181818 !important; box-shadow: 0 12px 28px rgba(184,124,106,.25) !important; }

/* FAQ */
.landing-ref .faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; max-width: 1020px; margin: 48px auto 0; gap: 12px; }
.landing-ref .faq-item { overflow: hidden; border: 1px solid rgba(184,124,106,.16); border-radius: 14px; background: #fff; transition: none; }
.landing-ref .faq-item.open { border-color: rgba(184,124,106,.34); box-shadow: 0 12px 30px rgba(32,23,20,.055); }
.landing-ref .faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border: 0; background: transparent; color: var(--ab-text); font-size: .86rem; font-weight: 680; text-align: left; cursor: pointer; }
.landing-ref .faq-question::after { content: '+'; display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(184,124,106,.18); border-radius: 50%; color: var(--ab-rose-dark); background: rgba(214,161,143,.08); font-size: 1rem; }
.landing-ref .faq-item.open .faq-question::after { content: '−'; }
.landing-ref .faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: var(--ab-muted); font-size: .84rem; line-height: 1.65; transition: none; }
.landing-ref .faq-item.open .faq-answer { max-height: 380px; padding: 0 20px 20px; }

/* Footer */
.landing-ref .site-footer { padding: 66px 0 30px; border-top: 1px solid rgba(214,161,143,.12); background: var(--ab-black) !important; color: var(--ab-muted-light); }
.landing-ref .footer-top { display: grid; grid-template-columns: 1.1fr 1.6fr 1.05fr; align-items: start; gap: 50px; margin-bottom: 48px; }
.landing-ref .footer-brand p { max-width: 260px; margin: 16px 0 0; color: rgba(216,208,204,.58); font-size: .82rem; }
.landing-ref .footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.landing-ref .footer-col { display: flex; flex-direction: column; gap: 9px; }
.landing-ref .footer-col h4,
.landing-ref .footer-cta-box h4 { margin: 0 0 8px; color: #fff; font-size: .83rem; }
.landing-ref .footer-col a { color: rgba(216,208,204,.56); font-size: .76rem; transition: none; }
.landing-ref .footer-col a:hover { color: var(--ab-rose-light); }
.landing-ref .footer-cta-box { padding-left: 28px; border-left: 1px solid rgba(214,161,143,.15); }
.landing-ref .footer-cta-box p { margin: 0 0 16px; color: rgba(216,208,204,.54); font-size: .75rem; }
.landing-ref .footer-cta-box .btn-rose { width: 100%; }
.landing-ref .footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); color: rgba(216,208,204,.4); font-size: .72rem; text-align: center; }
.landing-ref .footer-bottom a { color: rgba(216,208,204,.58); }

.landing-ref .mobile-float-cta__link {
  border: 1px solid rgba(255,255,255,.35);
  background: linear-gradient(135deg,var(--ab-rose-light),var(--ab-rose-dark));
  color: var(--ab-text);
  box-shadow: 0 12px 34px rgba(80,48,38,.3), 0 4px 14px rgba(0,0,0,.18);
}
.landing-ref .mobile-float-cta__link:hover { color: var(--ab-text); box-shadow: 0 14px 38px rgba(80,48,38,.38); }
.landing-ref .mobile-float-cta__icon-wrap,
.landing-ref .mobile-float-cta__arrow { background: rgba(255,255,255,.72); color: var(--ab-text); }
.landing-ref .mobile-float-cta__icon-wrap svg { width: 20px; height: 20px; color: var(--ab-rose-dark); }

/* Responsive */
@media (max-width: 1100px) {
  .landing-ref .site-nav { position: static; display: none; order: 3; width: 100%; padding: 14px 0 4px; border-top: 1px solid rgba(255,255,255,.07); transform: none; }
  .landing-ref .site-nav.open { display: flex; }
  .landing-ref .header-inner { flex-wrap: wrap; }
  .landing-ref .menu-toggle { display: flex; }
  .landing-ref .hero__grid { grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: 38px; }
  .landing-ref .hero__float { display: none; }
}

@media (max-width: 900px) {
  .landing-ref .section { padding: 82px 0; }
  .landing-ref .hero { min-height: auto; }
  .landing-ref .hero__grid { grid-template-columns: 1fr; gap: 56px; padding: 76px 0 84px; }
  .landing-ref .hero__content { max-width: 680px; }
  .landing-ref .hero__title { max-width: 760px; }
  .landing-ref .hero__visual { width: min(100%,700px); margin-inline: auto; }
  .landing-ref .problem-grid,
  .landing-ref .features-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-ref .auto-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-ref .auto-card { border-bottom: 1px solid rgba(184,124,106,.16); }
  .landing-ref .auto-card:nth-child(2) { border-right: 0; }
  .landing-ref .auto-card:nth-child(n+3) { border-bottom: 0; }
  .landing-ref .app-layout { grid-template-columns: 1fr; gap: 48px; }
  .landing-ref .app-content { max-width: 620px; margin-inline: auto; text-align: center; }
  .landing-ref .app-list { display: inline-block; text-align: left; }
  .landing-ref .app-stores { justify-content: center; }
  .landing-ref .pricing-section--premium .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .landing-ref .pricing-section--premium .pricing-plan-card { min-height: auto; }
  .landing-ref .faq-grid { grid-template-columns: 1fr; }
  .landing-ref .footer-top { grid-template-columns: 1fr 1fr; }
  .landing-ref .footer-cta-box { grid-column: 1/-1; padding: 28px 0 0; border-top: 1px solid rgba(214,161,143,.15); border-left: 0; }
  .landing-ref .footer-cta-box .btn-rose { width: auto; }
}

@media (max-width: 640px) {
  .landing-ref .container { width: min(calc(100% - 28px),var(--ab-max)); }
  .landing-ref .section { padding: 68px 0; }
  .landing-ref .section__title { font-size: clamp(1.9rem,9vw,2.55rem); }
  .landing-ref .section__lead { margin-bottom: 36px; font-size: .92rem; }
  .landing-ref .header-inner { min-height: 64px; flex-wrap: nowrap; gap: 8px; padding: 8px 0; }
  .landing-ref .logo-img { height: 27px; max-width: 118px; }
  .landing-ref .header-right { gap: 5px; }
  .landing-ref .header-cta .btn-rose { min-height: 35px; padding: 8px 10px; font-size: .61rem; }
  .landing-ref .menu-toggle { margin-left: 0; padding: 5px; }
  .landing-ref .menu-toggle span { width: 19px; }
  .landing-ref .site-nav { position: absolute; top: 100%; left: -14px; right: -14px; align-items: stretch; flex-direction: column; width: auto; padding: 12px 14px 16px; border: 1px solid rgba(214,161,143,.12); border-top: 0; background: rgba(7,7,7,.98); box-shadow: 0 18px 35px rgba(0,0,0,.35); }
  .landing-ref .site-nav a { text-align: center; }
  .landing-ref .hero { padding-top: 64px; }
  .landing-ref .hero__grid { padding: 58px 0 70px; gap: 42px; }
  .landing-ref .hero__badge { max-width: 100%; font-size: .58rem; line-height: 1.35; }
  .landing-ref .hero__title { font-size: clamp(2.35rem,12.2vw,3.45rem); }
  .landing-ref .hero__subtitle { font-size: .93rem; }
  .landing-ref .hero__chips { grid-template-columns: 1fr; }
  .landing-ref .hero__actions { display: grid; }
  .landing-ref .hero__actions > * { width: 100%; }
  .landing-ref .hero__mockup { min-height: 330px; border-radius: 16px; transform: none; }
  .landing-ref .dash-shell { grid-template-columns: 74px 1fr; min-height: 300px; }
  .landing-ref .dash-sidebar { padding: 12px 7px 8px; }
  .landing-ref .dash-sidebar > img { width: 59px; margin-bottom: 12px; }
  .landing-ref .dash-sidebar nav span { gap: 5px; padding: 6px 4px; font-size: .38rem; }
  .landing-ref .dash-sidebar nav svg { width: 8px; height: 8px; }
  .landing-ref .dash-help { display: none; }
  .landing-ref .dash-main { padding: 13px 9px 9px; }
  .landing-ref .dash-heading { margin-bottom: 12px; }
  .landing-ref .dash-heading strong { font-size: .63rem; }
  .landing-ref .dash-heading span { font-size: .36rem; }
  .landing-ref .dash-revenue { min-width: 77px; padding: 5px 6px; }
  .landing-ref .dash-revenue small { font-size: .3rem; }
  .landing-ref .dash-revenue b { font-size: .48rem; }
  .landing-ref .dash-calendar { grid-template-columns: 28px repeat(4,1fr); grid-template-rows: 20px repeat(4,45px); }
  .landing-ref .booking { margin: 3px 2px; padding: 3px 2px; font-size: .3rem; }
  .landing-ref .booking em { font-size: .27rem; }
  .landing-ref .dash-calendar > b { font-size: .31rem; }
  .landing-ref .dash-calendar > small { font-size: .28rem; }
  .landing-ref .problem-grid,
  .landing-ref .features-grid,
  .landing-ref .auto-grid { grid-template-columns: 1fr; }
  .landing-ref .problem-card,
  .landing-ref .feature-card { min-height: 0; padding: 26px; }
  .landing-ref .steps { grid-template-columns: 1fr; gap: 44px; margin-top: 44px; }
  .landing-ref .steps::before { top: 52px; right: auto; bottom: 52px; left: 50%; border-top: 0; border-left: 1px dashed rgba(214,161,143,.38); }
  .landing-ref .step { padding-bottom: 2px; background: var(--ab-black); }
  .landing-ref .auto-grid { border-bottom: 0; }
  .landing-ref .auto-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(184,124,106,.16) !important; }
  .landing-ref .auto-card:last-child { border-bottom: 0 !important; }
  .landing-ref .app-phones { min-height: 470px; transform: scale(.82); transform-origin: center top; margin-bottom: -82px; }
  .landing-ref .app-content h2 { font-size: 2.45rem; }
  .landing-ref .app-list li { font-size: .84rem; }
  .landing-ref .app-stores { flex-direction: column; }
  .landing-ref .store-badge { width: min(100%,300px); justify-content: center; }
  .landing-ref .pricing-controls__row { gap: 13px; }
  .landing-ref .faq-grid { margin-top: 34px; }
  .landing-ref .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .landing-ref .footer-links { grid-template-columns: repeat(2,1fr); }
  .landing-ref .footer-cta-box { grid-column: auto; }
  .landing-ref .footer-cta-box .btn-rose { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-ref *,
  .landing-ref *::before,
  .landing-ref *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
