/* =========================================================
   Carte · /hilton — one-page sales presentation
   Ultra clean premium white, Apple-discipline, Hilton tone
   ========================================================= */

:root {
  --bg: #ffffff;
  --bg-warm: #faf9f6;
  --line: rgba(17, 17, 17, 0.08);
  --line-strong: rgba(17, 17, 17, 0.14);
  --text: #111111;
  --muted: #6e6e73;
  --muted-2: #8a8a90;
  --ink-soft: #2f2f33;
  --accent: #c4a875;
  --shadow-soft: 0 18px 50px rgba(17, 17, 17, 0.06);
  --shadow-card: 0 28px 90px rgba(17, 17, 17, 0.08);
  --radius-lg: 1.75rem;
  --radius-xl: 2.25rem;
  --max: 1240px;
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  --sans: "Avenir Next", "Helvetica Neue", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: var(--serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.page {
  overflow-x: hidden;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(196, 168, 117, 0.06), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fafaf8 100%);
}

/* ── Topbar ── */
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 1.1rem 0 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar-meta {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.topbar-login {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.topbar-login:hover {
  transform: translateY(calc(-50% - 1px));
  border-color: rgba(17, 17, 17, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.08);
}

/* ── Shared ── */
.eyebrow {
  margin: 0 0 1.1rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted-2);
}

h1, h2, h3, p { margin: 0; }

h1 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
  color: var(--text);
}

h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  color: var(--text);
}

/* ── Buttons ── */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.button:hover { transform: translateY(-1px); }

.button-primary {
  background: #111;
  color: #fff;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.14);
}

.button-primary:hover {
  background: #000;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.22);
}

.button-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}

.button-ghost:hover {
  background: #fff;
  border-color: rgba(17, 17, 17, 0.24);
}

/* ── HERO ── */
.hero {
  position: relative;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  min-height: 100vh;
}

/* ── Hero friction (frosted glass band — sol hizalı, görseli sağdan örter) ── */
.hero-friction {
  position: absolute;
  left: 0;
  bottom: clamp(11rem, 16vw, 14rem);
  width: min(calc(100% - 2rem), 46rem);
  padding: clamp(1.3rem, 2.2vw, 1.6rem) clamp(1.4rem, 2.6vw, 2rem);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(24px) saturate(1.15);
  -webkit-backdrop-filter: blur(24px) saturate(1.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(17, 17, 17, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  z-index: 3;
}

.friction-label {
  margin: 0 0 0.9rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.friction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.friction-col h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--text);
}

.friction-col p {
  margin: 0;
  font-family: var(--serif);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
  letter-spacing: -0.003em;
}

@media (max-width: 860px) {
  .hero-friction {
    position: static;
    width: auto;
    margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  }
  .friction-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(3.5rem, 6vw, 5rem);
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
  text-decoration: none;
  transition: color 220ms ease;
  grid-column: 1 / -1;
}

.hero-scroll-hint:hover {
  color: var(--text);
}

.hero-scroll-hint .hint-arrow {
  font-size: 1rem;
  line-height: 1;
  animation: hintBounce 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes hintBounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50%      { transform: translateY(6px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-hint .hint-arrow { animation: none; opacity: 1; }
}

.hero-copy {
  max-width: 40rem;
}

.h1-strong {
  display: block;
  margin: -0.14em 0 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.95rem, 3.2vw, 2.7rem);
  line-height: 1.28;
  letter-spacing: -0.022em;
  color: var(--text);
}

.h1-soft {
  display: block;
  margin: 2.4rem 0 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.15rem, 1.65vw, 1.4rem);
  line-height: 1.55;
  letter-spacing: -0.012em;
  color: var(--ink-soft);
}

.hero-body {
  margin: 4.5rem 0 0;
  max-width: 30rem;
}

.hero-body p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--ink-soft);
  letter-spacing: -0.004em;
}

.hero-body p + p {
  margin-top: 2.8rem;
}

.hero-body strong {
  font-weight: 600;
  color: var(--text);
}

.hero-mechanism {
  margin: 1.1rem 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted-2);
  letter-spacing: -0.003em;
  text-align: center;
}

.hero-quiet-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2.6rem;
  padding: 0.15rem 0 0.35rem;
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  transition: color 240ms ease, border-color 240ms ease;
}

.hero-quiet-cta:hover {
  color: var(--text);
  border-color: var(--text);
}

.hero-quiet-cta .arrow {
  font-size: 0.82rem;
  letter-spacing: 0;
  transition: transform 260ms ease;
}

.hero-quiet-cta:hover .arrow {
  transform: translateX(3px);
}

.cta-note {
  margin: 0.9rem 0 0;
  font-family: var(--serif);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted-2);
  letter-spacing: -0.003em;
}

.hero-visual {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hero-visual-frame {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--bg-warm);
  box-shadow: var(--shadow-card);
  aspect-ratio: 10 / 9;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual .hero-mechanism {
  margin: 0;
}

/* ── PROOF / STAGE ── */
.proof {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(4rem, 7vw, 6rem);
}

/* ── Demo (iframe: /yasayarakgorun) ── */
.demo-inline {
  position: relative;
  width: 100%;
  margin-top: clamp(2rem, 4vw, 4rem);
  padding: 0;
  background: transparent;
}

.demo-inline .demo-frame {
  width: 100%;
  border: 0;
  display: block;
  min-height: 1120px;
  background: transparent;
  overflow: hidden;
}

/* ── SSS ── */
.faq {
  width: min(calc(100% - 3rem), 56rem);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem);
}

.faq-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.faq-head .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  color: var(--muted-2);
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 3vw, 2.4rem);
}

.faq-item {
  padding-top: clamp(1.4rem, 2.5vw, 2rem);
  border-top: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: none;
  padding-top: 0;
}

.faq-item h3 {
  margin: 0 0 0.75rem;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.5vw, 1.28rem);
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.35;
  color: var(--text);
}

.faq-item p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ink-soft);
  letter-spacing: -0.003em;
  max-width: 46rem;
}

.proof-head {
  max-width: 46rem;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: center;
}

.proof-head h2 span {
  color: var(--muted);
}

.proof-lede {
  margin-top: 1.4rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.stage-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.stage-label {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.stage-frame.service .stage-label {
  color: var(--text);
  font-weight: 600;
}

.phone {
  width: min(100%, 280px);
  border-radius: 1.8rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(17, 17, 17, 0.1);
}

.phone img {
  width: 100%;
  height: auto;
  display: block;
}

/* Flow arrow */
.stage-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 3.5rem;
}

.flow-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17,17,17,0.22), transparent);
  min-width: 1.5rem;
}

.flow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text);
  box-shadow: 0 0 0 6px rgba(17, 17, 17, 0.04);
}

/* Service panel mock */
.panel {
  width: 100%;
  max-width: 440px;
  border: 1px solid var(--line-strong);
  border-radius: 1.4rem;
  background: #fdfdfc;
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.06);
  overflow: hidden;
  font-family: var(--sans);
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.1rem;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.panel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #21a36a;
  box-shadow: 0 0 0 4px rgba(33, 163, 106, 0.12);
}

.panel-title {
  flex: 1;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 700;
}

.panel-meta {
  font-size: 0.74rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-row {
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background-color 200ms ease;
}

.panel-row:last-child { border-bottom: none; }

.panel-row.new {
  background: rgba(196, 168, 117, 0.07);
}

.panel-row.new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--accent);
}

.row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.row-table {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: var(--text);
}

.row-time {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.row-body {
  font-size: 0.95rem;
  color: var(--text);
  font-family: var(--serif);
  line-height: 1.35;
}

.row-note {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
  font-family: var(--serif);
}

.panel-row.quiet .row-body,
.panel-row.quiet .row-table { color: var(--muted); }

/* ── FINAL CTA ── */
.final {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem);
}

.final-card {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.final-card h2 {
  margin-top: 0.2rem;
}

.final-lede {
  margin: 1.4rem auto 0;
  max-width: 36rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.final-actions {
  display: flex;
  justify-content: center;
  margin-top: 2.2rem;
}

.final-footer {
  margin-top: 3rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 2.5rem;
    padding-top: 2.5rem;
  }

  .hero-visual {
    order: -1;
    aspect-ratio: 5 / 4;
  }

  .stage {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .stage-flow {
    flex-direction: row;
    width: 100%;
    min-height: 1.5rem;
    transform: rotate(90deg);
  }
}

@media (max-width: 560px) {
  .topbar { padding: 0.9rem 0; }
  .topbar-meta { font-size: 0.64rem; letter-spacing: 0.22em; }
  .topbar-login {
    padding: 0 12px;
    min-height: 34px;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .hero { padding-bottom: 3rem; }
  .hero-copy h1 { font-size: clamp(2.3rem, 9vw, 3rem); }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 100%; }

  .stage { padding: 1.5rem; }
  .panel-row { padding: 0.8rem 0.9rem; }

  .final-card { padding: 2rem 1.4rem; }
  .final-actions .button { width: 100%; }
}

/* ── Site footer (Paddle uyumluluğu) ── */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 1.5rem 2rem;
  margin-top: clamp(3rem, 6vw, 5rem);
  font-family: var(--sans);
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1.4rem;
  margin-bottom: 0.9rem;
}

.footer-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 220ms ease;
}

.footer-nav a:hover {
  color: var(--text);
}

.footer-meta {
  color: var(--muted-2);
  font-size: 0.8rem;
  line-height: 1.6;
}

/* ── Login Drawer ── */
.login-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}

.login-drawer.is-open {
  pointer-events: auto;
}

.login-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.32);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 320ms ease;
}

.login-drawer.is-open .login-drawer-backdrop {
  opacity: 1;
}

.login-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 92vw);
  background: #ffffff;
  box-shadow: -30px 0 80px rgba(17, 17, 17, 0.12);
  transform: translateX(100%);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  outline: none;
}

.login-drawer.is-open .login-drawer-panel {
  transform: translateX(0);
}

.login-drawer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink-soft);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.login-drawer-close:hover {
  border-color: rgba(17, 17, 17, 0.22);
  background: #faf9f6;
}

.login-drawer-inner {
  padding: 72px 44px 44px;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  height: 100%;
  overflow-y: auto;
}

.login-drawer-eyebrow {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.login-drawer-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--text);
}

.login-drawer-sub {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}

.login-drawer-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.4rem;
}

.login-option {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.login-option:disabled {
  opacity: 0.58;
  cursor: default;
}

.login-option:hover {
  border-color: rgba(17, 17, 17, 0.25);
  background: #faf9f6;
  transform: translateY(-1px);
}

.login-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.login-drawer-status {
  margin: -0.3rem 0 0;
  font-family: var(--sans);
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
}

.login-drawer-status[data-state="error"] {
  color: #a24b3f;
}

.login-drawer-status[data-state="success"] {
  color: #6c6f61;
}

.drawer-email-panel {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.drawer-email-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
}

.drawer-email-input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.drawer-email-input:focus {
  border-color: rgba(17, 17, 17, 0.26);
  box-shadow: 0 0 0 3px rgba(196, 168, 117, 0.12);
}

.drawer-email-go {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.drawer-email-go:hover {
  border-color: rgba(17, 17, 17, 0.22);
  background: #faf9f6;
  transform: translateY(-1px);
}

.login-drawer-foot {
  margin: auto 0 0;
  padding-top: 1.6rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted-2);
}

.login-drawer-foot a {
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}

.login-drawer-foot a:hover {
  color: var(--text);
}

@media (max-width: 540px) {
  .login-drawer-panel {
    width: 100vw;
  }
  .login-drawer-inner {
    padding: 68px 26px 32px;
  }
  .login-drawer-title {
    font-size: 1.7rem;
  }
}
