:root {
  --acc: #FF4D00;
  --bg: #0C0B09;
  --ink: #F2EFE9;
  --ink-85: rgba(242, 239, 233, .85);
  --ink-75: rgba(242, 239, 233, .75);
  --ink-65: rgba(242, 239, 233, .65);
  --ink-60: rgba(242, 239, 233, .6);
  --ink-55: rgba(242, 239, 233, .55);
  --ink-50: rgba(242, 239, 233, .5);
  --ink-45: rgba(242, 239, 233, .45);
  --ink-btn: #14100B;
  --glass: rgba(255, 255, 255, .045);
  --glass-strong: rgba(255, 255, 255, .05);
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .12);
  --acc-border: color-mix(in srgb, var(--acc) 45%, transparent);
  --font-display: 'Unbounded', sans-serif;
  --font-body: 'Manrope', sans-serif;
}

html { scroll-behavior: smooth; }
[hidden] { display: none !important; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

a { color: #FF8A3C; text-decoration: none; }
a:hover { color: #FFB37E; }
::selection { background: rgba(255, 107, 26, .35); }
input::placeholder, textarea::placeholder { color: rgba(242, 239, 233, .35); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.page { position: relative; overflow: clip; }
.above { position: relative; z-index: 1; }

/* ---------- ambient glows ---------- */
.glows { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.glow { position: absolute; }
.glow-top {
  top: -320px; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 700px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--acc) 22%, transparent), transparent 70%);
}
.glow-mid {
  top: 1200px; right: -300px; width: 800px; height: 800px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--acc) 10%, transparent), transparent 70%);
}
.glow-bottom {
  top: 2600px; left: -300px; width: 800px; height: 800px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--acc) 9%, transparent), transparent 70%);
}

/* ---------- buttons ---------- */
.btn { display: inline-block; border-radius: 999px; font-weight: 800; cursor: pointer; }
.btn-accent {
  background: var(--acc);
  color: var(--ink-btn);
  box-shadow: 0 0 40px color-mix(in srgb, var(--acc) 40%, transparent);
  transition: filter .15s ease, transform .15s ease;
}
.btn-accent:hover { filter: brightness(1.12); color: var(--ink-btn); }
.btn-glass {
  background: var(--glass-strong);
  backdrop-filter: blur(24px);
  border: 1px solid var(--line-strong);
  color: var(--ink);
  font-weight: 700;
  transition: background .15s ease;
}
.btn-glass:hover { background: rgba(255, 255, 255, .1); color: var(--ink); }

.btn-header { padding: 12px 24px; font-size: 14px; box-shadow: 0 0 24px color-mix(in srgb, var(--acc) 35%, transparent); }
.btn-hero { padding: 17px 38px; font-size: 16px; box-shadow: 0 0 36px color-mix(in srgb, var(--acc) 40%, transparent); }
.btn-glass.btn-hero { box-shadow: none; }
.btn-smm { padding: 15px 36px; font-size: 15px; margin-top: 32px; position: relative; box-shadow: 0 0 36px color-mix(in srgb, var(--acc) 40%, transparent); }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(12, 11, 9, .65);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.header-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px clamp(16px, 3vw, 32px);
}
.logo { font-family: var(--font-display); font-weight: 900; font-size: 17px; color: var(--ink); }
.logo span { color: #FF4D00; }
.logo:hover { color: var(--ink); }
.nav { display: flex; gap: 36px; font-size: 15px; font-weight: 600; }
.nav a { color: var(--ink-75); }
.nav a:hover { color: #fff; }

/* ---------- hero ---------- */
.hero {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(60px, 9vw, 110px) clamp(20px, 4vw, 32px) clamp(52px, 8vw, 100px);
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start;
  animation: fadeUp .6s ease both;
}
.eyebrow {
  font-size: 13px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--acc);
}
.hero-eyebrow { line-height: 1; }
.hero-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(34px, 6vw, 56px); line-height: 1.1; margin: 22px 0 0;
}
.accent { color: var(--acc); }
.hero-lead { font-size: 19px; line-height: 1.6; color: var(--ink-65); margin: 26px 0 0; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

.hero-stack { position: relative; margin-top: 35px; }
.hero-card {
  position: absolute; left: 0; right: 0; top: 0;
  padding: 26px 28px; border-radius: 20px;
  background: var(--glass-strong);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex; justify-content: space-between; align-items: center;
  box-sizing: border-box;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1), background .7s ease, border-color .7s ease, box-shadow .7s ease;
}
.hero-card.is-mid {
  z-index: 2;
  background: color-mix(in srgb, var(--acc) 12%, rgba(255, 255, 255, .04));
  border-color: color-mix(in srgb, var(--acc) 40%, transparent);
  box-shadow: 0 12px 44px rgba(0, 0, 0, .5), 0 0 36px color-mix(in srgb, var(--acc) 22%, transparent);
}
.hero-card-title { font-weight: 800; font-size: 17px; }
.hero-card-sub { font-size: 14px; color: var(--ink-55); margin-top: 4px; }
.hero-card-price { font-family: var(--font-display); color: var(--acc); font-weight: 700; font-size: 15px; }

/* ---------- sections ---------- */
.section {
  max-width: 1200px; margin: 0 auto;
  padding: 60px clamp(20px, 4vw, 32px);
}
.section-contact { padding-bottom: 100px; }
.section-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 4.5vw, 40px); margin: 16px 0 48px;
}
.section-title.no-mb { margin-bottom: 0; }

.grid { display: grid; gap: 24px; }
.grid-services, .grid-plans, .grid-cases { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-why { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }

.card {
  border-radius: 24px;
  background: var(--glass);
  backdrop-filter: blur(24px);
  border: 1px solid var(--line);
}

/* ---------- services ---------- */
.service-card {
  padding: 36px 32px;
  display: flex; flex-direction: column;
  transition: border-color .18s ease, transform .18s ease;
}
.service-card:hover { border-color: var(--acc-border); transform: translateY(-4px); }
.service-head { display: flex; justify-content: space-between; align-items: center; }
.service-num { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--acc); }
.soon-badge {
  padding: 5px 14px; border-radius: 999px;
  background: color-mix(in srgb, var(--acc) 16%, transparent);
  border: 1px solid var(--acc-border);
  color: var(--acc);
  font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
}
.service-title { font-family: var(--font-display); font-weight: 700; font-size: 22px; margin: 18px 0 0; }
.service-desc { font-size: 15px; line-height: 1.6; color: var(--ink-60); margin: 14px 0 22px; }
.service-items { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.service-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--ink-85); }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acc); flex: none; }

/* ---------- why us ---------- */
.why-card { padding: 30px 26px; border-radius: 20px; transition: border-color .18s ease; }
.why-card:hover { border-color: var(--acc-border); }
.why-stat { font-family: var(--font-display); font-weight: 700; font-size: 28px; color: var(--acc); }
.why-title { font-weight: 800; font-size: 16px; margin-top: 14px; }
.why-desc { font-size: 14px; line-height: 1.55; color: var(--ink-55); margin-top: 8px; }

/* ---------- pricing ---------- */
.pricing-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 24px; margin-bottom: 48px;
}
.tabs {
  display: flex; gap: 8px; padding: 6px; border-radius: 999px;
  background: var(--glass-strong);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, .1);
}
.tab {
  padding: 11px 26px; border-radius: 999px; border: none; cursor: pointer;
  font-family: var(--font-body); font-weight: 800; font-size: 14px;
  background: transparent; color: rgba(242, 239, 233, .7);
  transition: background .15s ease;
}
.tab.is-active { background: var(--acc); color: var(--ink-btn); }
.tab-soon {
  font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  margin-left: 6px; vertical-align: middle; color: var(--acc);
}
.tab.is-active .tab-soon { color: rgba(20, 16, 11, .75); }

.plan-card {
  position: relative; padding: 36px 32px; border-radius: 24px;
  background: var(--glass);
  backdrop-filter: blur(24px);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .18s ease;
}
.plan-card:hover { transform: translateY(-4px); }
.plan-card.is-featured {
  background: color-mix(in srgb, var(--acc) 10%, rgba(255, 255, 255, .04));
  border-color: var(--acc-border);
}
.plan-flag {
  position: absolute; top: -13px; left: 32px;
  padding: 6px 16px; border-radius: 999px;
  background: var(--acc); color: var(--ink-btn);
  font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
}
.plan-name { font-weight: 800; font-size: 18px; }
.plan-price-row { display: flex; align-items: baseline; gap: 6px; margin-top: 16px; }
.plan-price { font-family: var(--font-display); font-weight: 700; font-size: 32px; color: var(--acc); }
.plan-period { font-size: 14px; color: var(--ink-50); }
.plan-term { font-size: 13px; color: var(--ink-50); margin-top: 6px; }
.plan-divider { height: 1px; background: rgba(255, 255, 255, .1); margin: 24px 0; }
.plan-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.plan-feature {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-85); line-height: 1.4;
}
.plan-feature .check { color: var(--acc); font-weight: 800; }
.plan-btn {
  margin-top: auto; text-align: center; padding: 15px; border-radius: 999px;
  font-weight: 800; font-size: 15px;
  background: rgba(255, 255, 255, .06); color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .14);
  transition: filter .15s ease;
}
.plan-btn:hover { filter: brightness(1.12); color: var(--ink); }
.plan-card.is-featured .plan-btn {
  background: var(--acc); color: var(--ink-btn); border-color: transparent;
}
.plan-card.is-featured .plan-btn:hover { color: var(--ink-btn); }

.smm-soon {
  border-radius: 24px;
  background: var(--glass);
  backdrop-filter: blur(24px);
  border: 1px solid var(--line);
  padding: 64px 48px; text-align: center;
  position: relative; overflow: hidden;
}
.smm-soon-glow {
  position: absolute; top: -180px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--acc) 18%, transparent), transparent 70%);
  pointer-events: none;
}
.smm-soon .soon-badge { position: relative; display: inline-block; padding: 6px 16px; font-size: 12px; }
.smm-soon-title { position: relative; font-family: var(--font-display); font-weight: 700; font-size: 26px; margin: 22px 0 0; }
.smm-soon-text { position: relative; font-size: 16px; line-height: 1.6; color: var(--ink-60); max-width: 520px; margin: 16px auto 0; }

.price-note { text-align: center; font-size: 14px; color: var(--ink-45); margin-top: 28px; }

/* ---------- cases ---------- */
.case-card { overflow: hidden; transition: border-color .18s ease; }
.case-card:hover { border-color: var(--acc-border); }
.case-media {
  height: 200px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--acc) 18%, #171512), #14120F);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.case-img { position: absolute; inset: 0; background-size: cover; background-position: top; }
.case-body { padding: 26px 28px; }
.case-tag {
  padding: 4px 12px; border-radius: 999px;
  background: color-mix(in srgb, var(--acc) 15%, transparent);
  color: var(--acc); font-size: 12px; font-weight: 800;
}
.case-name { font-weight: 800; font-size: 19px; margin-top: 14px; }
.case-desc { font-size: 14.5px; line-height: 1.55; color: var(--ink-60); margin-top: 8px; }
.case-result { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--acc); margin-top: 18px; }

/* ---------- contact ---------- */
.contact-card {
  border-radius: 28px;
  background: var(--glass-strong);
  backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: clamp(28px, 5vw, 64px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  position: relative; overflow: hidden;
}
.contact-glow {
  position: absolute; top: -200px; right: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--acc) 20%, transparent), transparent 70%);
  pointer-events: none;
}
.contact-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 4.5vw, 38px); margin: 0; line-height: 1.15;
}
.contact-lead { font-size: 17px; line-height: 1.6; color: var(--ink-60); margin: 22px 0 0; }
.contact-points { display: flex; flex-direction: column; gap: 14px; margin-top: 36px; font-size: 15px; font-weight: 600; }
.contact-point { display: flex; align-items: center; gap: 12px; }

.contact-form { display: flex; flex-direction: column; gap: 18px; position: relative; margin: 0; }
.contact-form input,
.contact-form textarea {
  padding: 17px 22px; border-radius: 14px;
  background: rgba(12, 11, 9, .5);
  border: 1px solid var(--line-strong);
  color: var(--ink);
  font-family: var(--font-body); font-size: 15px; outline: none;
}
.contact-form textarea { resize: none; line-height: 1.5; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--acc); }
.dirs-label { font-size: 13px; font-weight: 700; color: var(--ink-55); margin-bottom: 10px; }
.dirs { display: flex; gap: 10px; flex-wrap: wrap; }
.chip {
  padding: 10px 20px; border-radius: 999px; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  background: var(--glass-strong); color: rgba(242, 239, 233, .7);
  border: 1px solid var(--line-strong);
  transition: all .15s ease;
}
.chip.is-on {
  background: color-mix(in srgb, var(--acc) 18%, transparent);
  color: var(--acc);
  border-color: color-mix(in srgb, var(--acc) 55%, transparent);
}
.btn-submit { margin-top: 8px; padding: 18px; border: none; font-family: var(--font-body); font-size: 16px; box-shadow: 0 0 36px color-mix(in srgb, var(--acc) 40%, transparent); }
.btn-submit:disabled { opacity: .6; cursor: default; }
.btn-submit:disabled:hover { filter: none; }
.form-note { font-size: 12.5px; color: rgba(242, 239, 233, .4); text-align: center; }
.form-status { font-size: 14px; font-weight: 600; text-align: center; line-height: 1.5; }
.form-status.is-ok { color: #8BE0A4; }
.form-status.is-err { color: #FF7A6B; }
.contact-form input.is-invalid,
.contact-form textarea.is-invalid { border-color: #FF7A6B; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid rgba(255, 255, 255, .08); background: rgba(0, 0, 0, .35); }
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  padding: 56px clamp(20px, 4vw, 32px) 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 48px;
}
.footer-logo { font-family: var(--font-display); font-weight: 900; font-size: 44px; }
.footer-logo span { color: #FF4D00; }
.footer-tagline { font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: var(--ink-45); margin-top: 8px; margin-left: 5px; }
.footer-about { font-size: 14px; line-height: 1.6; color: var(--ink-50); margin: 16px 0 0; max-width: 280px; }
.footer-head { font-weight: 800; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-45); margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 15px; }
.footer-links a { color: rgba(242, 239, 233, .8); }
.footer-links a:hover { color: var(--acc); }
.footer-req { font-size: 14px; line-height: 1.7; color: var(--ink-50); }
.footer-copy { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px) 32px; font-size: 13px; color: rgba(242, 239, 233, .35); }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .m-hide { display: none !important; }
  .m-stack { grid-template-columns: 1fr !important; gap: 36px !important; }
  .hero { grid-template-columns: 1fr; gap: 36px; }
}
