:root {
      --bg: #f7f9fc;
      --white: #ffffff;
      --ink: #0c0f14;
      --muted: #667392;
      --soft: #eef3f8;
      --line: #dde5ee;
      --blue: #44a6b2;
      --blue-dark: #1c6f7c;
      --navy: #121722;
      --lavender: #eef1fb;
      --sand: #f1eadf;
      --gold: #867952;
      --shadow: 0 24px 80px rgba(12, 15, 20, 0.10);
      --radius-xl: 34px;
      --radius-lg: 24px;
      --radius-md: 18px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--bg); color: var(--ink); }
    a { color: inherit; text-decoration: none; }

    .wrap { width: min(1200px, calc(100% - 36px)); margin: 0 auto; }

    .nav {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(247, 249, 252, 0.84);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(221, 229, 238, 0.78);
    }

    .nav-inner {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand { display: flex; align-items: center; gap: 12px; font-weight: 900; font-size: 23px; letter-spacing: -0.06em; }
    .brand-mark { width: 44px; height: 44px; border-radius: 15px; display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: 15px; box-shadow: 0 14px 34px rgba(12,15,20,.16); }
    .nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; color: var(--muted); font-weight: 750; }
    .nav-actions { display: flex; align-items: center; gap: 10px; }

    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 13px 18px; font-size: 14px; font-weight: 850; border: 0; cursor: pointer; white-space: nowrap; }
    .btn-dark { background: var(--ink); color: var(--white); box-shadow: 0 15px 34px rgba(12,15,20,.14); }
    .btn-light { background: var(--white); color: var(--ink); border: 1px solid var(--line); }
    .btn-blue { background: var(--blue); color: var(--white); box-shadow: 0 16px 36px rgba(68,166,178,.22); }

    .hero {
      padding: 64px 0 50px;
      overflow: hidden;
      position: relative;
    }

.hero h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 680px;
  font-weight: 600;
}


    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 20%, rgba(68,166,178,.18), transparent 32%),
        radial-gradient(circle at 85% 10%, rgba(180,202,219,.36), transparent 30%),
        radial-gradient(circle at 60% 100%, rgba(134,121,82,.10), transparent 28%);
      pointer-events: none;
    }

    .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 42px; align-items: center; }
    .eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: var(--blue-dark); font-size: 13px; font-weight: 850; margin-bottom: 18px; }
    .hero h1 { margin: 0; font-size: clamp(48px, 6.5vw, 86px); line-height: .92; letter-spacing: -0.09em; max-width: 760px; }
    .hero p { margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 660px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
    .hero-note { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 800; }
    .hero-note span { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; }

    .product-stage { position: relative; min-height: 620px; }
    .mockup-main { position: absolute; right: 0; top: 26px; width: min(620px, 100%); background: var(--white); border: 1px solid var(--line); border-radius: 36px; box-shadow: var(--shadow); padding: 18px; }
    .mockup-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
    .mockup-title { display: flex; align-items: center; gap: 10px; font-weight: 900; }
    .mockup-dot { width: 34px; height: 34px; border-radius: 13px; display: grid; place-items: center; background: var(--ink); color: white; font-size: 12px; }
    .mockup-status { color: var(--blue-dark); background: #e8f8fa; border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 900; }
    .mockup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .stat-card, .mini-panel, .property-card { background: #f9fbfd; border: 1px solid var(--line); border-radius: 22px; padding: 16px; }
    .stat-card span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; font-weight: 900; letter-spacing: .05em; margin-bottom: 10px; }
    .stat-card strong { display: block; font-size: 30px; letter-spacing: -0.07em; }
    .property-card { grid-column: 1 / -1; padding: 12px; }
    .property-img { height: 190px; border-radius: 18px; background: linear-gradient(135deg, rgba(12,15,20,.05), rgba(12,15,20,.45)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1000&q=80'); background-size: cover; background-position: center; display: flex; align-items: flex-start; justify-content: flex-end; padding: 12px; }
    .tag { display: inline-flex; border-radius: 999px; padding: 7px 10px; background: var(--white); color: var(--ink); font-weight: 900; font-size: 12px; }
    .property-info { padding: 14px 4px 2px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
    .property-info h3 { margin: 0 0 5px; font-size: 18px; letter-spacing: -0.04em; }
    .property-info p { margin: 0; color: var(--muted); font-size: 13px; }

    .floating-card { position: absolute; left: 0; bottom: 30px; width: 300px; background: var(--navy); color: white; border-radius: 28px; padding: 18px; box-shadow: var(--shadow); }
    .floating-card h3 { margin: 0 0 12px; font-size: 16px; }
    .task-row { display: flex; gap: 10px; align-items: flex-start; padding: 12px; border-radius: 18px; background: rgba(255,255,255,.08); margin-top: 10px; }
    .task-icon { width: 32px; height: 32px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.14); }
    .task-row strong { display: block; font-size: 13px; }
    .task-row small { display: block; margin-top: 3px; color: rgba(255,255,255,.62); line-height: 1.4; }

    section { padding: 66px 0; }
    .section-head { max-width: 790px; margin-bottom: 28px; }
    .section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
    .section-head h2 { margin: 0; font-size: clamp(34px, 4.5vw, 58px); line-height: .98; letter-spacing: -0.075em; }
    .section-head p { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

    .bento { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
    .bento-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 26px; min-height: 250px; box-shadow: 0 14px 44px rgba(12,15,20,.05); overflow: hidden; position: relative; }
    .bento-card.dark { background: var(--navy); color: var(--white); }
    .bento-card.wide { grid-row: span 2; }
    .bento-icon { width: 48px; height: 48px; border-radius: 17px; background: var(--soft); display: grid; place-items: center; font-size: 22px; margin-bottom: 18px; }
    .dark .bento-icon { background: rgba(255,255,255,.12); }
    .bento-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -0.045em; }
    .bento-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
    .dark p { color: rgba(255,255,255,.68); }
    .fake-list { margin-top: 22px; display: grid; gap: 10px; }
    .fake-item { background: rgba(255,255,255,.74); border: 1px solid var(--line); border-radius: 16px; padding: 12px; display: flex; justify-content: space-between; gap: 10px; align-items: center; font-size: 13px; font-weight: 850; }
    .fake-item span { color: var(--blue-dark); background: #e8f8fa; padding: 6px 9px; border-radius: 999px; font-size: 11px; }

    .audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .audience-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 24px; min-height: 220px; box-shadow: 0 14px 44px rgba(12,15,20,.05); }
    .audience-card h3 { margin: 18px 0 10px; font-size: 19px; letter-spacing: -0.035em; }
    .audience-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
    .audience-icon { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: var(--lavender); font-size: 24px; }

    .workflow-panel { background: var(--navy); color: var(--white); border-radius: 44px; padding: 38px; box-shadow: var(--shadow); display: grid; grid-template-columns: .92fr 1.08fr; gap: 32px; align-items: center; overflow: hidden; position: relative; }
    .workflow-panel::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -220px; top: -220px; background: rgba(68,166,178,.22); }
    .workflow-panel > * { position: relative; z-index: 1; }
    .workflow-panel h2 { margin: 0; font-size: clamp(32px, 4.2vw, 58px); line-height: .98; letter-spacing: -0.02em; }
    .workflow-panel p { color: rgba(255,255,255,.70); line-height: 1.7; }
    .steps { display: grid; gap: 12px; }
    .step { display: grid; grid-template-columns: 44px 1fr; gap: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); border-radius: 22px; padding: 16px; }
    .num { width: 44px; height: 44px; border-radius: 15px; background: var(--white); color: var(--blue-dark); display: grid; place-items: center; font-weight: 900; }
    .step strong { display: block; margin-bottom: 5px; }
    .step span { color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.5; }

    .pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .price-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 24px; box-shadow: 0 14px 44px rgba(12,15,20,.05); display: flex; flex-direction: column; gap: 16px; }
    .price-card.featured { background: var(--ink); color: var(--white); transform: translateY(-10px); }
    .price-card h3 { margin: 0; font-size: 20px; }
    .price { font-size: 38px; font-weight: 900; letter-spacing: -0.075em; }
    .price small { font-size: 14px; color: var(--muted); letter-spacing: 0; }
    .featured .price small, .featured li { color: rgba(255,255,255,.72); }
    .price-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; color: var(--muted); font-size: 14px; line-height: 1.5; }

    .cta { background: linear-gradient(135deg, var(--blue), var(--navy)); color: var(--white); border-radius: 44px; padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 26px; box-shadow: var(--shadow); }
    .cta h2 { margin: 0; font-size: clamp(32px, 4.4vw, 58px); font-weight:640px; line-height: .98; letter-spacing: -0.02em; }
    .cta p { color: rgba(255,255,255,.76); line-height: 1.7; max-width: 710px; }

    @media (max-width: 1080px) {
      .hero-grid, .workflow-panel { grid-template-columns: 1fr; }
      .product-stage { min-height: auto; }
      .mockup-main, .floating-card { position: relative; width: 100%; left: auto; right: auto; top: auto; bottom: auto; margin-top: 16px; }
      .bento, .audience-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
      .price-card.featured { transform: none; }
      .nav-links { display: none; }
    }

    @media (max-width: 700px) {
      .wrap { width: min(100% - 22px, 1200px); }
      .nav-inner, .nav-actions { flex-wrap: wrap; }
      .hero { padding-top: 40px; }
      .bento, .audience-grid, .pricing-grid, .mockup-grid { grid-template-columns: 1fr; }
      .cta { flex-direction: column; align-items: flex-start; padding: 30px; border-radius: 32px; }
      .workflow-panel { padding: 28px; border-radius: 32px; }
    }

    footer {
  padding: 50px 0 40px;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-column h4 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.footer-column a {
  color: var(--muted);
  margin-bottom: 12px;
  transition: .2s ease;
}

.footer-column a:hover {
  color: var(--ink);
}

.footer-brand {
  max-width: 420px;
}

.footer-brand p {
  margin-top: 16px;
  line-height: 1.7;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.workspace-preview {
  padding: 80px 0;
}

.workspace-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}

.workspace-image {
  min-height: 520px;
  border-radius: 34px;
  background: linear-gradient(
    145deg,
    #ffffff,
    #eef3f8
  );

  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 22px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 18px;
}

.workspace-content h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.07em;
}

.workspace-content p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.workspace-points {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.workspace-point {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
}

.workspace-point strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.workspace-point span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

@media (max-width: 980px) {
  .workspace-grid {
    grid-template-columns: 1fr;
  }
}
.workspace-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.workspace-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.workspace-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--ink);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.workspace-brand small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}

.workspace-badge {
  background: #e8f8fa;
  color: var(--blue-dark);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

.workspace-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.workspace-stat {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
}

.workspace-stat span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}

.workspace-stat strong {
  font-size: 32px;
  letter-spacing: -0.07em;
}

.workspace-property {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
}

.workspace-property-image {
  height: 180px;
  background:
    linear-gradient(
      135deg,
      rgba(12,15,20,.06),
      rgba(12,15,20,.22)
    ),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=80');

  background-size: cover;
  background-position: center;
}

.workspace-property-content {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.workspace-property-content h4 {
  margin: 0 0 5px;
  font-size: 18px;
}

.workspace-property-content p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.workspace-status {
  background: #eefdf3;
  color: #1d7a43;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 900;
}

.workspace-list {
  display: grid;
  gap: 12px;
}

.workspace-row {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 14px;
  font-weight: 800;
}

.workspace-row strong {
  font-size: 18px;
}

.auth-body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #f7f9fc;
  color: #111827;
}

.auth-shell {
  min-height: 100vh;

  display: grid;

  grid-template-columns: 1fr 1fr;
}


.auth-left {
  background:
    radial-gradient(
      circle at top left,
      rgba(68,166,178,.18),
      transparent 30%
    ),
    #f7f9fc;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 80px;

  border-right: 1px solid #e5e7eb;
}

.auth-left-inner {
  width: 100%;
  max-width: 540px;
}


.auth-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #111827;
  color: white;
  display: grid;
  place-items: center;
}

.auth-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: white;
  border: 1px solid #dce4ed;
  color: #1c6f7c;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.auth-left h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  max-width: 520px;
}

.auth-left p {
  margin-top: 18px;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
}

.auth-card {
  background: white;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 80px;
}

.auth-card-inner {
  width: 80%;
  max-width: 400px;
}

.auth-card-top h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.05em;
}

.auth-card-top p {
  margin: 10px 0 0;
  color: #667085;
}

.form-group {
  margin-top: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.form-group input {
  width: 100%;
  height: 54px;
  border-radius: 16px;
  border: 1px solid #dbe2ea;
  padding: 0 16px;
  font-size: 15px;
  outline: none;
}

.form-group input:focus {
  border-color: #44a6b2;
}

.btn-auth {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 18px;
  background: #111827;
  color: white;
  font-size: 15px;
  font-weight: 800;
  margin-top: 22px;
  cursor: pointer;
}

.auth-row {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}

.auth-link {
  color: #1c6f7c;
  font-size: 14px;
  font-weight: 700;
}

.auth-bottom {
  margin-top: 24px;
  text-align: center;
  color: #667085;
  font-size: 14px;
}

.auth-bottom a {
  color: #111827;
  font-weight: 800;
}

@media (max-width: 980px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-left {
    display: none;
  }

  .auth-card {
    border-left: none;
    min-height: 100vh;
  }
}

.auth-message {
  display: none;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.auth-message.error {
  background: #ffe9e9;
  color: #b42318;
  border: 1px solid #f5b5b5;
}

.auth-message.success {
  background: #e9fff1;
  color: #027a48;
  border: 1px solid #a6f4c5;
}

.auth-message.info {
  background: #eef4ff;
  color: #1849a9;
  border: 1px solid #b2ccff;
}

.auth-form select {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #d7dce5;
  background: #ffffff;
  color: #1f2937;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 8 3 3 3-3'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 16px center;

  transition: all 0.2s ease;
}

.auth-form select:focus {
  border-color: #6d28d9;
  box-shadow: 0 0 0 4px rgba(109, 40, 217, 0.10);
}

.auth-form select option {
  color: #1f2937;
}

.auth-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 10px;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-color);
}

.remember-me input {
  width: 16px;
  height: 16px;
}

.forgot-link {
  font-size: 14px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.forgot-link:hover {
  text-decoration: underline;
}