@import url("./colors_and_type.css");

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); }

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

.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.container.narrow { max-width: 880px; }

@media (max-width: 860px) {
  .container { padding: 0 20px; }
}

/* ----- To-confirm marker -------------------------------------- */
.tbd {
  background: var(--yellow-50);
  border: 1px dashed var(--yellow-500);
  border-radius: 8px;
  padding: 2px 8px;
  font-weight: 600;
  color: var(--purple-900);
}

/* ----- Nav ------------------------------------------------------ */
.site-nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-soft);
}
.site-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.wordmark { display: block; height: 28px; width: auto; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-link {
  font: 600 14px/1 "Lexend", sans-serif;
  color: var(--fg);
  text-decoration: none;
}
.nav-link:hover { color: var(--primary); }
@media (max-width: 760px) {
  .nav-link:not(.btn) { display: none; }
}

/* ----- Buttons --------------------------------------------------- */
.btn {
  font: 600 15px/1 "Lexend", sans-serif;
  padding: 15px 24px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.btn-primary { background: var(--primary); color: var(--primary-on); }
.btn-primary:hover { background: var(--primary-hover); transform: translateY(-1px); }
.btn-primary:active { background: var(--primary-pressed); }
.btn-pink { background: var(--accent); color: var(--accent-on); }
.btn-pink:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: var(--fg);
  border: 1.5px solid var(--fg); padding: 13.5px 22px;
}
.btn-secondary:hover { background: var(--fg); color: #fff; }
.btn-on-purple { background: var(--accent); color: var(--accent-on); box-shadow: var(--shadow-brand); }
.btn-on-purple:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-on-purple-ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5); padding: 13.5px 22px;
}
.btn-on-purple-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }
.btn-small { padding: 10px 16px; font-size: 14px; border-radius: 10px; }
.btn-block { width: 100%; justify-content: center; }

/* ----- Hero -------------------------------------------------------- */
.hero-wrap { padding: 24px 32px 0; max-width: 1320px; margin: 0 auto; }
.hero {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background:
    linear-gradient(180deg, rgba(106,65,232,0.35) 0%, rgba(36,29,62,0.25) 100%),
    url("./assets/bg-vadyba.jpg");
  background-size: cover; background-position: center;
  color: var(--fg-on-brand);
  padding: 80px 56px 64px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hero-body { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 600 12px/1 "Lexend", sans-serif;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.hero-eyebrow .pip { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-pink); }
.hero-title {
  font: 800 clamp(38px, 5vw, 60px)/1.06 "Lexend", sans-serif;
  letter-spacing: -0.03em; color: #fff; margin: 18px 0 0;
}
.hero-lede {
  font: 400 20px/1.55 "Lexend", sans-serif;
  color: rgba(255, 255, 255, 0.88); margin: 24px 0 0; max-width: 56ch;
}
.hero-when {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px; padding: 12px 18px;
  background: rgba(0,0,0,0.28); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  font: 600 15px/1.3 "Lexend", sans-serif; color: #fff;
}
.hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.hero-price { font: 500 14px/1 "Lexend", sans-serif; color: rgba(255,255,255,0.75); margin-top: 14px; }
.hero-args {
  display: flex; gap: 10px 28px; flex-wrap: wrap;
  margin-top: 44px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.18);
  font: 500 14px/1.4 "Lexend", sans-serif; color: rgba(255,255,255,0.8);
}
.hero-args span::before { content: "· "; color: var(--brand-pink); }
.hero-args span:first-child::before { content: ""; }
.hero-art {
  position: relative; height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.hero-art .dot-bg {
  position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: var(--brand-pink); right: 30px; top: 40px; opacity: 0.92;
}
.hero-art .spot {
  position: absolute; height: 440px; width: auto;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.45));
  right: -30px; top: -10px;
}
@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; padding: 56px 28px 40px; }
  .hero-art { display: none; }
}

/* ----- Sections ---------------------------------------------------- */
.section { padding: 96px 0; }
.section.tint { background: var(--bg-tint); }
.section.ink { background: var(--bg-deep); color: var(--fg-on-deep); }
.section.ink h2, .section.ink h3 { color: #fff; }
.section.ink p, .section.ink .section-lede { color: rgba(255, 255, 255, 0.78); }
.section-eyebrow {
  font: 600 12px/1 "Lexend", sans-serif;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--primary);
  display: inline-flex; align-items: center; gap: 10px;
}
.section-eyebrow .pip { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.section.ink .section-eyebrow { color: var(--brand-pink); }
.section-title {
  font: 700 clamp(30px, 3.6vw, 46px)/1.1 "Lexend", sans-serif;
  letter-spacing: -0.026em; color: var(--fg); margin: 18px 0 0;
}
.section-lede {
  font: 400 19px/1.55 "Lexend", sans-serif;
  color: var(--fg-muted); margin: 20px 0 0; max-width: 64ch;
}

/* ----- 3-step process ------------------------------------------------ */
.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 56px;
}
.step-card {
  border-radius: 18px; padding: 30px 26px; min-height: 200px;
  display: flex; flex-direction: column; gap: 12px;
}
.step-card .num {
  font: 800 26px/1 "Lexend", sans-serif; letter-spacing: -0.02em;
}
.step-card h3 { font: 700 22px/1.2 "Lexend", sans-serif; letter-spacing: -0.012em; margin: 0; color: inherit; }
.step-card p { font: 400 15px/1.55 "Lexend", sans-serif; margin: 0; }
.step-card.purple { background: var(--brand-purple); color: #fff; }
.step-card.purple p { color: rgba(255,255,255,0.85); }
.step-card.pink { background: var(--brand-pink); color: #fff; }
.step-card.pink p { color: rgba(255,255,255,0.9); }
.step-card.mint { background: var(--brand-mint); color: var(--purple-900); }
.step-card.mint p { color: rgba(36,29,62,0.78); }
@media (max-width: 860px) { .steps-grid { grid-template-columns: 1fr; } }

/* ----- Problem section (dark manifesto-style) ---------------------- */
.problem-wrap {
  position: relative; padding: 88px 0 100px;
  background:
    linear-gradient(180deg, rgba(36,29,62,0.6) 0%, rgba(36,29,62,0.94) 100%),
    url("./assets/bg-tech.jpg");
  background-size: cover; background-position: center;
  color: #fff; overflow: hidden;
  border-radius: var(--r-xl); margin: 0 32px;
}
.problem-wrap::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 3px 3px; pointer-events: none;
}
.problem-wrap > * { position: relative; z-index: 1; }
.problem-body { font: 400 18px/1.6 "Lexend", sans-serif; color: rgba(255,255,255,0.8); margin-top: 24px; max-width: 70ch; }
.problem-list { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.problem-item { padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.14); }
.problem-item:nth-child(1), .problem-item:nth-child(2) { border-top: 0; }
.problem-item p { font: 400 15px/1.55 "Lexend", sans-serif; color: rgba(255,255,255,0.75); margin: 8px 0 0; }
.problem-item b { font: 700 18px/1.3 "Lexend", sans-serif; color: #fff; }
.problem-quote {
  margin-top: 48px; padding: 28px 32px;
  background: rgba(255,255,255,0.08); border-left: 3px solid var(--brand-pink);
  border-radius: 12px;
  font: 600 20px/1.5 "Lexend", sans-serif; color: #fff;
}
@media (max-width: 860px) {
  .problem-wrap { margin: 0 16px; padding: 56px 0 64px; }
  .problem-list { grid-template-columns: 1fr; }
  .problem-item { border-top: 1px solid rgba(255,255,255,0.14) !important; }
}

/* ----- Audience cards ------------------------------------------------ */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.audience-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: 18px;
  padding: 30px 26px;
}
.audience-card h3 { font: 700 19px/1.3 "Lexend", sans-serif; letter-spacing: -0.01em; margin: 0 0 10px; }
.audience-card p { font: 400 15px/1.55 "Lexend", sans-serif; color: var(--fg-muted); margin: 0; }
@media (max-width: 860px) { .audience-grid { grid-template-columns: 1fr; } }

/* ----- Bullet list with pips ----------------------------------------- */
.pip-list { margin-top: 48px; display: grid; gap: 4px; }
.pip-row { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid var(--border-soft); }
.pip-row:first-child { border-top: 0; }
.pip-row .pip {
  flex: none; width: 10px; height: 10px; border-radius: 50%;
  background: var(--brand-pink); margin-top: 9px;
}
.pip-row b { font: 700 17px/1.4 "Lexend", sans-serif; color: var(--fg); }
.pip-row span { display: block; font: 400 15px/1.55 "Lexend", sans-serif; color: var(--fg-muted); margin-top: 4px; }

/* ----- Timeline (day anatomy) ----------------------------------------- */
.timeline { margin-top: 56px; display: grid; gap: 0; }
.timeline-item {
  display: grid; grid-template-columns: 120px 1fr; gap: 24px;
  padding: 28px 0; border-top: 1px solid var(--border-soft);
}
.timeline-item:first-child { border-top: 0; }
.timeline-tag {
  font: 700 13px/1.3 "Lexend", sans-serif; letter-spacing: 0.02em;
  color: var(--primary); text-transform: uppercase;
}
.timeline-item h3 { font: 700 20px/1.3 "Lexend", sans-serif; letter-spacing: -0.01em; margin: 0 0 8px; }
.timeline-item p { font: 400 15px/1.55 "Lexend", sans-serif; color: var(--fg-muted); margin: 0; }
@media (max-width: 700px) {
  .timeline-item { grid-template-columns: 1fr; gap: 6px; }
}

/* ----- Practical details grid ----------------------------------------- */
.details-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.detail-card { background: var(--bg-tint); border-radius: 16px; padding: 24px 22px; }
.detail-card h4 { font: 700 15px/1.3 "Lexend", sans-serif; letter-spacing: -0.005em; margin: 0 0 8px; color: var(--primary); }
.detail-card p { font: 400 14px/1.55 "Lexend", sans-serif; color: var(--fg-muted); margin: 0; }
@media (max-width: 940px) { .details-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .details-grid { grid-template-columns: 1fr; } }

/* ----- Pricing ----------------------------------------------------------- */
.pricing-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; margin-top: 56px; align-items: stretch; }
.price-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: 20px;
  padding: 40px 36px; display: flex; flex-direction: column;
}
.price-card.featured { border: 2px solid var(--brand-purple); box-shadow: var(--shadow-brand); }
.price-card h3 { font: 700 22px/1.2 "Lexend", sans-serif; margin: 0; }
.price-amount { font: 800 44px/1 "Lexend", sans-serif; letter-spacing: -0.02em; color: var(--primary); margin: 18px 0 4px; font-variant-numeric: tabular-nums; }
.price-amount small { font: 500 15px/1 "Lexend", sans-serif; color: var(--fg-muted); }
.price-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; flex: 1; }
.price-list li { font: 400 15px/1.5 "Lexend", sans-serif; color: var(--fg-muted); padding-left: 24px; position: relative; }
.price-list li::before { content: "→"; position: absolute; left: 0; color: var(--brand-pink); font-weight: 700; }
.price-card .btn { margin-top: 28px; }
.price-fine { font: 400 13px/1.5 "Lexend", sans-serif; color: var(--fg-faint); margin-top: 16px; }
.price-card.dark { background: var(--purple-900); color: #fff; }
.price-card.dark h3, .price-card.dark p { color: #fff; }
.price-card.dark p { opacity: 0.8; }
@media (max-width: 860px) { .pricing-grid { grid-template-columns: 1fr; } }

/* ----- Client logo row -------------------------------------------------- */
.logo-row {
  margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center;
  gap: 20px 44px;
}
.logo-row span {
  font: 700 18px/1 "Lexend", sans-serif; letter-spacing: -0.01em;
  color: var(--fg-faint);
}

/* ----- Team / founder cards ------------------------------------------- */
.founder-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.founder-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 22px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.founder-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-pop); }
.founder-portrait {
  width: 100%; aspect-ratio: 1 / 1; background: var(--brand-purple); border-radius: 12px;
  margin-bottom: 16px; display: flex; align-items: center; justify-content: center;
  font: 800 28px/1 "Lexend", sans-serif; letter-spacing: -0.02em; color: #fff;
}
.founder-card:nth-child(4n+2) .founder-portrait { background: var(--brand-pink); }
.founder-card:nth-child(4n+3) .founder-portrait { background: var(--brand-mint); color: var(--purple-900); }
.founder-card:nth-child(4n+4) .founder-portrait { background: var(--brand-yellow); color: var(--purple-900); }
.founder-grid.three { grid-template-columns: repeat(3, 1fr); }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; display: block; }
.founder-name a { color: inherit; text-decoration: none; }
.founder-name a:hover { color: var(--primary); }
.founder-name { font: 700 16px/1.25 "Lexend", sans-serif; color: var(--fg); margin: 0; letter-spacing: -0.008em; }
.founder-role { font: 400 13px/1.45 "Lexend", sans-serif; color: var(--fg-muted); margin: 6px 0 0; }
.network-note { margin-top: 40px; font: 400 15px/1.6 "Lexend", sans-serif; color: var(--fg-muted); max-width: 76ch; }
.network-note b { color: var(--fg); font-weight: 700; }
@media (max-width: 940px) { .founder-grid { grid-template-columns: 1fr 1fr; } }

/* ----- Next-steps / ladder cards -------------------------------------- */
.ladder-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.ladder-card { border: 1px solid var(--border); border-radius: 16px; padding: 26px 22px; background: var(--bg); }
.ladder-card .num { font: 800 14px/1 "Lexend", sans-serif; color: var(--primary); letter-spacing: 0.02em; }
.ladder-card h4 { font: 700 17px/1.25 "Lexend", sans-serif; margin: 10px 0 8px; letter-spacing: -0.008em; }
.ladder-card p { font: 400 14px/1.5 "Lexend", sans-serif; color: var(--fg-muted); margin: 0; }
@media (max-width: 940px) { .ladder-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ladder-grid { grid-template-columns: 1fr; } }

/* ----- FAQ ------------------------------------------------------------- */
.faq-list { margin-top: 48px; border-top: 1px solid var(--border-soft); }
.faq-item { border-bottom: 1px solid var(--border-soft); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font: 700 17px/1.4 "Lexend", sans-serif; color: var(--fg);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font: 400 24px/1 "Lexend", sans-serif; color: var(--primary); flex: none;
  transition: transform 160ms ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { font: 400 15px/1.6 "Lexend", sans-serif; color: var(--fg-muted); margin: 0 0 22px; padding: 0 4px; }

/* ----- Final CTA --------------------------------------------------------- */
.final-cta {
  border-radius: var(--r-xl);
  background:
    linear-gradient(120deg, rgba(116,65,247,0.94) 0%, rgba(252,72,143,0.86) 100%);
  color: #fff; padding: 72px 56px; margin: 0 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.final-cta h2 { color: #fff; margin: 0; }
.final-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 860px) { .final-cta { margin: 0 16px; padding: 48px 32px; } }

/* ----- Form -------------------------------------------------------------- */
.form-wrap { margin-top: 56px; background: var(--bg-tint); border-radius: 20px; padding: 44px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font: 600 13px/1.2 "Lexend", sans-serif; color: var(--fg); }
.form-field input, .form-field select, .form-field textarea {
  font: 400 15px/1.4 "Lexend", sans-serif;
  padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 11px;
  background: var(--bg); color: var(--fg); outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--primary); box-shadow: var(--focus-ring);
}
.form-field textarea { resize: vertical; min-height: 96px; }
.form-wrap .btn { margin-top: 8px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } .form-wrap { padding: 28px; } }

/* ----- Footer -------------------------------------------------------------- */
.site-footer { background: var(--bg-brand-deep); color: #fff; padding: 80px 0 40px; margin-top: 96px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.footer-col h5 { font: 600 12px/1 "Lexend", sans-serif; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-pink); margin: 0 0 16px; }
.footer-col a { display: block; font: 400 14px/2 "Lexend", sans-serif; color: rgba(255, 255, 255, 0.82); text-decoration: none; }
.footer-col a:hover { color: var(--brand-pink); }
.footer-bottom {
  margin-top: 56px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font: 400 13px/1 "Lexend", sans-serif; color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr; } }
