/* /devland/ — Uzbarter_Tailwind_reference, 23.09.2026.
   Local CSS equivalent of the reference; no runtime CDN dependency. */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-cyrillic.woff2') format('woff2');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-latin.woff2') format('woff2');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
  --ink: #17142a;
  --violet: #5b2cff;
  --lime: #c8ff45;
  --muted: #475569;
  --background: #faf9ff;
  --shadow: 0 24px 80px rgba(63, 35, 160, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 5px; }
.gradient-panel :focus-visible, .hdr :focus-visible, .ftr :focus-visible { outline-color: var(--lime); }
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding-inline: 32px; }
section[id] { scroll-margin-top: 24px; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: white; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.hdr { position: absolute; inset: 0 0 auto; z-index: 50; color: white; }
.hdr__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 92px; padding-block: 20px; }
.hdr__logo { display: block; flex: 0 0 auto; padding: 7px 10px; border-radius: 14px; background: white; }
.hdr__logo img { width: 161px; height: auto; }
.hdr__nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.hdr__nav a, .ftr a { transition: opacity .2s; }
.hdr__nav a:hover, .ftr a:hover { opacity: .75; }
.hdr__burger { display: none; padding: 13px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.15); color: white; }
.hdr__burger span { display: block; width: 22px; height: 2px; margin-block: 4px; background: currentColor; }
.hdr__mobile { display: none; }

/* Hero and shared elements */
.gradient-panel {
  color: white;
  background: radial-gradient(circle at 15% 10%, rgba(255,255,255,.35), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(255,117,207,.35), transparent 28%),
    linear-gradient(135deg, #4c20ff, #7650ff 45%, #f3a8e8);
}
.hero { overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; min-height: 760px; padding-top: 128px; padding-bottom: 64px; }
.hero__grid > *, .split > *, .cta__inner > * { min-width: 0; }
.hero__copy { position: relative; z-index: 1; }
.hero__eyebrow { display: inline-block; margin-bottom: 24px; padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,.16); backdrop-filter: blur(18px); font-size: 14px; font-weight: 600; }
h1 { font-size: 72px; font-weight: 900; line-height: .98; letter-spacing: -.04em; }
.hero__lead { margin-top: 28px; max-width: 576px; font-size: 18px; line-height: 32px; color: rgba(255,255,255,.9); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { display: inline-flex; justify-content: center; align-items: center; padding: 16px 28px; border-radius: 16px; font-weight: 800; text-align: center; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,20,42,.16); }
.btn--lime { background: var(--lime); color: var(--ink); }
.btn--white { background: white; color: var(--violet); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 20px; list-style: none; margin: 28px 0 0; padding: 0; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9); }
.hero__trust li::before { content: '✓'; margin-right: 6px; }
.hero__art { position: relative; }
.hero__art::before { content: ''; position: absolute; inset: -40px; border-radius: 50%; background: rgba(240,171,252,.3); filter: blur(64px); }
.hero__art img { position: relative; width: 100%; max-width: 620px; margin: auto; border-radius: 32px; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.section { padding-block: 96px; }
.section--white { background: white; }
.eyebrow { color: var(--violet); font-weight: 700; text-transform: uppercase; }
.section-title { margin-top: 12px; font-size: 48px; font-weight: 900; line-height: 1; letter-spacing: -.025em; }
.section-lead { margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 32px; }

/* Five steps */
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; list-style: none; padding: 0; margin: 48px 0 0; }
.step { padding: 24px; border-radius: 24px; background: #f5f2ff; }
.step__number { color: var(--violet); font-size: 48px; font-weight: 700; line-height: 1; }
.step h3 { margin-top: 28px; font-size: 20px; line-height: 28px; font-weight: 800; }
.step p { margin-top: 12px; font-size: 14px; line-height: 24px; color: var(--muted); }

/* Sellers and bloggers */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 48px; }
.section-image { width: 100%; border-radius: 32px; box-shadow: var(--shadow); }
.benefits { display: grid; gap: 16px; list-style: none; padding: 0; margin: 32px 0 0; font-size: 18px; font-weight: 600; }
.benefits li::before { content: '✓'; margin-right: 10px; color: var(--violet); }
.blogger-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.blogger-facts > div { padding: 20px; border: 1px solid #e5e7eb; border-radius: 16px; }
.blogger-facts p { margin-top: 4px; color: #64748b; }

/* Numbers and examples */
.numbers { padding-block: 80px; background: var(--ink); color: white; }
.numbers__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.num { padding: 28px; border-radius: 24px; background: rgba(255,255,255,.1); }
.num strong { font-size: 48px; font-weight: 900; line-height: 1; }
.num p { margin-top: 8px; color: rgba(255,255,255,.7); }
.cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }
.case { overflow: hidden; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.case img { width: 100%; height: 224px; object-fit: cover; }
.case__copy { padding: 24px; }
.case h3 { font-size: 20px; font-weight: 800; line-height: 28px; }
.case p { margin-top: 8px; color: var(--muted); }
.text-link { display: inline-block; margin-top: 32px; color: var(--violet); font-weight: 700; }
.text-link:hover { text-decoration: underline; }

/* FAQ retained from the previously approved requirements. */
.faq { padding-top: 0; }
.faq__list { margin-top: 40px; }
.faq__item { margin-bottom: 12px; padding: 24px; border: 1px solid #e6e1f3; border-radius: 20px; background: white; }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; flex-shrink: 0; color: var(--violet); font-size: 26px; line-height: 1; }
.faq__item[open] summary::after { content: '−'; }
.faq__answer { max-width: 960px; padding-top: 20px; color: var(--muted); line-height: 1.75; }
.faq__answer p + p { margin-top: 12px; }

/* Closing CTA and footer */
.cta { padding-bottom: 40px; }
.cta__inner { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 40px; padding: 80px 48px; border-radius: 40px; }
.cta .eyebrow { color: rgba(255,255,255,.8); }
.cta h2 { margin-top: 12px; font-size: 60px; line-height: 1; font-weight: 900; letter-spacing: -.025em; }
.cta p:not(.eyebrow) { margin-top: 20px; max-width: 576px; font-size: 18px; color: rgba(255,255,255,.9); }
.cta .actions { margin-top: 32px; }
.cta__image { width: 100%; max-width: 448px; margin: auto; border-radius: 24px; }
.ftr { padding-block: 40px; background: var(--ink); color: rgba(255,255,255,.7); font-size: 14px; }
.ftr__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ftr nav { display: flex; flex-wrap: wrap; gap: 16px 24px; font-weight: 600; color: white; }

/* Only JS-enhanced pages animate; content stays visible without JS. */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s, transform .7s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .hdr__nav { display: none; }
  .hdr__burger { display: block; }
  .hdr { position: relative; background: #4d28ef; }
  .menu-ready .hdr { position: absolute; background: transparent; }
  .hdr__mobile { display: grid; gap: 16px; padding-block: 24px; background: #4d28ef; border-top: 1px solid rgba(255,255,255,.2); font-weight: 600; }
  .menu-ready .hdr:has(.hdr__burger[aria-expanded="true"]) { background: #4d28ef; }
  h1 { font-size: 60px; }
}
@media (max-width: 1023px) {
  .container { padding-inline: 20px; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-top: 56px; }
  .menu-ready .hero__grid { padding-top: 128px; }
  .hero__copy { max-width: 672px; }
  .hero__art { max-width: 620px; width: 100%; margin: auto; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: 1fr; }
  .section-image { max-width: 620px; margin-inline: auto; }
  .split--bloggers .section-image { order: -1; }
  .numbers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta__inner { grid-template-columns: 1fr; padding-block: 64px; }
  .cta h2 { max-width: 800px; }
  .ftr__inner { align-items: flex-start; }
  .ftr nav { justify-content: flex-end; }
}
@media (max-width: 767px) {
  .section { padding-block: 64px; }
  .faq { padding-top: 0; }
  .section-title { font-size: 40px; }
  .steps, .numbers__grid, .cases { grid-template-columns: 1fr; }
  .numbers { padding-block: 56px; }
  .case img { height: 260px; }
  .ftr__inner { flex-direction: column; }
  .ftr nav { justify-content: flex-start; }
}
@media (max-width: 639px) {
  h1 { font-size: clamp(36px, 10vw, 56px); }
  .section-title, .cta h2 { font-size: 36px; line-height: 1.1; }
  .hero__eyebrow { font-size: 12px; }
  .hero__lead, .section-lead { font-size: 17px; line-height: 28px; }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero__trust { gap: 12px; font-size: 12px; }
  .hero__art img, .section-image { border-radius: 24px; }
  .blogger-facts { grid-template-columns: 1fr; }
  .cta__inner { padding: 48px 24px; border-radius: 32px; }
  .cta h2 { font-size: 32px; }
  .faq__item { padding: 20px; }
  .faq__item summary { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Login, language switch and contact form shared with the UZ landing flow. */
.hdr__inner { gap: 20px; }
.hdr__nav { flex: 1; min-width: 0; justify-content: flex-end; gap: 16px; font-size: 13px; }
.hdr__actions { display: flex; flex-shrink: 0; align-items: center; gap: 10px; }
.hdr__language, .hdr__login { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; font-size: 14px; font-weight: 700; }
.hdr__login { background: white; color: var(--violet); }
.btn--violet { border: 0; background: var(--violet); color: white; }
.contact { background: #f0edff; }
.contact__inner { max-width: 620px; margin-inline: auto; text-align: center; }
.contact__form { display: grid; gap: 10px; margin-top: 32px; text-align: left; }
.contact__form label { font-weight: 600; }
.contact__form input { width: 100%; min-width: 0; margin-bottom: 12px; padding: 18px 20px; border: 1px solid #d9d2f0; border-radius: 14px; background: white; color: var(--ink); font: inherit; }
.contact__form .btn { width: 100%; }
.contact__form :disabled { opacity: .65; cursor: wait; }
.contact__status { min-height: 24px; margin-top: 12px; color: #24613a; text-align: center; }
.contact__status.is-error { color: #a62235; }
.contact-success__icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: #e5f5eb; color: #24613a; font-size: 36px; }
.contact-success__actions { margin-top: 28px; }
#contact-success:not([open]) { display: none; }
.login-panel { position: relative; width: min(100%, 480px); margin: 40px auto; padding: 40px 28px; border-radius: 24px; background: white; color: var(--ink); text-align: center; }
.login-panel h2 { font-size: 32px; }
.login-panel p { margin-top: 8px; color: var(--muted); }
.login-panel__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.login-dialog { max-width: calc(100% - 32px); max-height: calc(100% - 32px); width: 480px; padding: 0; border: 0; border-radius: 24px; box-shadow: var(--shadow); }
.login-dialog::backdrop { background: rgba(23,20,42,.65); }
.login-dialog .login-panel { width: 100%; margin: 0; }
.login-close { position: absolute; top: 8px; right: 8px; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: #f5f2ff; color: var(--ink); font-size: 28px; }
@media (max-width: 1199px) {
  .hdr__nav { display: none; }
}
@media (max-width: 639px) {
  .hdr__inner { gap: 10px; }
  .hdr__logo { padding: 6px; border-radius: 10px; }
  .hdr__logo img { width: 115px; }
  .hdr__actions { gap: 6px; }
  .hdr__language, .hdr__login { padding-inline: 10px; font-size: 13px; }
  .hdr__burger { padding-inline: 8px; }
  .hdr__burger span { width: 18px; }
  .login-panel__actions { grid-template-columns: 1fr; }
}
@media (max-width: 359px) {
  .hdr__logo img { width: 87px; }
  .hdr__inner { gap: 6px; }
}
