:root {
  --accent: #d84f91;
  --navy: #0d1830;
  --navy-2: #14213b;
  --ink: #111b31;
  --muted: #566074;
  --line: #e5e7ec;
  --surface: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }

.site-header {
  height: 74px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(15, 24, 48, .08);
  background: rgba(255,255,255,.94);
}
.logo {
  text-decoration: none;
  font-weight: 850;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  letter-spacing: -.035em;
}
.logo::after { content: ""; color: var(--accent); }
.email-link {
  text-decoration: none;
  font-size: .93rem;
  font-weight: 700;
  color: var(--navy);
}
.email-link::before { content: "✉"; color: var(--accent); margin-right: 9px; }

.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  background: linear-gradient(90deg, #fff 0%, #fff 47%, #f5f3f4 47%, #f5f3f4 100%);
}
.hero-copy {
  padding: clamp(60px, 7vw, 104px) clamp(30px, 5vw, 78px);
  max-width: 820px;
  align-self: center;
}
.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .76rem;
  font-weight: 850;
  color: var(--muted);
}
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.7rem, 4.7vw, 4.75rem);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 790;
}
h1 span { color: var(--accent); }
.intro {
  max-width: 670px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
}
.market-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 590px;
}
.market {
  min-height: 74px;
  padding: 14px 18px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.market:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(14, 25, 50, .14); }
.market strong { font-size: 1rem; }
.market span { font-size: .82rem; opacity: .86; }
.sedo { background: var(--accent); color: white; }
.afternic { background: var(--navy); color: white; }

.divider {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 590px;
  margin: 18px 0;
  color: #888f9d;
  font-size: .78rem;
  font-style: italic;
}
.divider::before, .divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }

.direct-contact {
  max-width: 590px;
  min-height: 68px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #cfd3db;
  border-radius: 12px;
  text-decoration: none;
  font-size: .9rem;
}
.mail-icon { color: var(--accent); font-size: 1.45rem; }
.arrow { font-size: 1.25rem; }

.hero-image {
  min-height: 610px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.28), transparent 22%),
    url("images/hero-workspace.jpg");
  background-size: cover;
  background-position: center center;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 42px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefits article {
  text-align: center;
  padding: 22px clamp(16px, 3vw, 38px);
  border-right: 1px solid var(--line);
}
.benefits article:last-child { border-right: 0; }
.icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, white);
  font-size: 1.7rem;
  font-weight: 800;
}
h2 { margin: 0 0 10px; font-size: 1.05rem; }
.benefits p { margin: 0; color: var(--muted); font-size: .92rem; }

.trust {
  padding: 22px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 34px;
  color: var(--navy);
  font-size: .88rem;
  font-weight: 650;
}

.closing {
  background: linear-gradient(110deg, var(--navy), var(--navy-2));
  color: white;
  padding: 42px clamp(28px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1fr .8fr 1fr;
  align-items: center;
  gap: 38px;
}
.closing-title {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.25;
  font-weight: 760;
}
.closing-title strong { color: color-mix(in srgb, var(--accent) 76%, white); }
blockquote {
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.72);
  font-style: italic;
}
.closing-domain {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.closing-domain strong { font-size: clamp(1.5rem, 2.5vw, 2.3rem); letter-spacing: -.04em; }
.closing-domain span { color: rgba(255,255,255,.72); }

footer {
  padding: 15px 20px 24px;
  text-align: center;
  background: var(--navy-2);
  color: rgba(255,255,255,.56);
  font-size: .75rem;
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; background: white; }
  .hero-image { min-height: 440px; order: -1; background-position: center 35%; }
  .hero-copy { max-width: none; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .closing { grid-template-columns: 1fr; text-align: center; }
  blockquote { border-left: 0; padding-left: 0; }
  .closing-domain { text-align: center; }
}

@media (max-width: 620px) {
  .site-header { padding: 0 18px; }
  .email-link { font-size: 0; }
  .email-link::before { font-size: 1.2rem; margin: 0; }
  .hero-copy { padding: 48px 20px 58px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .market-buttons { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
}


.seo-content {
  padding: 72px clamp(22px, 7vw, 110px);
  background: #f7f8fb;
  border-top: 1px solid var(--line);
}
.seo-wrap {
  max-width: 980px;
  margin: 0 auto;
}
.seo-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -.035em;
  margin-bottom: 18px;
}
.seo-content p {
  color: var(--muted);
  font-size: 1.03rem;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.faq-grid details {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}
.faq-grid summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}
.faq-grid details p {
  margin: 12px 0 0;
  font-size: .92rem;
}
@media (max-width: 760px) {
  .faq-grid { grid-template-columns: 1fr; }
}
