:root {
  --max: 1180px;
  --radius: 30px;
  --bg: #100b09;
  --bg-2: #17110e;
  --text: #fff7ed;
  --muted: rgba(255, 247, 237, .72);
  --muted-2: rgba(255, 247, 237, .52);
  --surface: rgba(255, 247, 237, .075);
  --surface-2: rgba(255, 247, 237, .115);
  --border: rgba(255, 247, 237, .18);
  --accent: #ff7a1a;
  --accent-2: #ffd19b;
  --shadow: 0 28px 90px rgba(0,0,0,.35);
  color-scheme: dark;
}
html[data-theme="light"] {
  --bg: #f7f1e8;
  --bg-2: #fffaf2;
  --text: #16110e;
  --muted: rgba(22, 17, 14, .72);
  --muted-2: rgba(22, 17, 14, .52);
  --surface: rgba(22, 17, 14, .055);
  --surface-2: rgba(22, 17, 14, .085);
  --border: rgba(22, 17, 14, .14);
  --accent: #d85d0b;
  --accent-2: #8f3a03;
  color-scheme: light;
}
html[data-theme="graphite"] {
  --bg: #090b0d;
  --bg-2: #11151a;
  --text: #f7fafc;
  --muted: rgba(247,250,252,.7);
  --muted-2: rgba(247,250,252,.5);
  --surface: rgba(247,250,252,.065);
  --surface-2: rgba(247,250,252,.105);
  --border: rgba(247,250,252,.16);
  --accent: #b66cff;
  --accent-2: #dcc1ff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.page-bg { position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 14% 18%, rgba(255,122,26,.22), transparent 34%), radial-gradient(circle at 86% 30%, rgba(255,122,26,.14), transparent 28%), linear-gradient(180deg, var(--bg), var(--bg)); }
.page-bg::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 70%); }
.shell { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; }
.topbar { width: min(var(--max), calc(100% - 40px)); min-height: 76px; margin: 18px auto 0; position: sticky; top: 14px; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; padding: 12px 14px; border: 1px solid var(--border); background: color-mix(in srgb, var(--bg-2), transparent 8%); backdrop-filter: blur(20px); border-radius: 24px; box-shadow: 0 18px 65px rgba(0,0,0,.18); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; }
html[data-theme="dark"] .brand-logo, html[data-theme="dark"] .footer-logo, html[data-theme="dark"] .logo-panel img { filter: invert(1); }
html[data-theme="graphite"] .brand-logo, html[data-theme="graphite"] .footer-logo, html[data-theme="graphite"] .logo-panel img { filter: invert(1); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 18px; letter-spacing: -.02em; }
.brand-text small { color: var(--muted); font-size: 12px; margin-top: 4px; }
.nav { display: flex; gap: 8px; align-items: center; }
.nav a { color: var(--muted); font-size: 14px; padding: 10px 12px; border-radius: 999px; transition: .2s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); background: var(--surface); }
.top-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; min-width: 210px; }
.theme-button, .login-button, .burger { min-height: 42px; border: 1px solid var(--border); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; background: var(--surface); color: var(--text); transition: .2s ease; }
.theme-button:hover, .login-button:hover, .burger:hover { transform: translateY(-1px); background: var(--surface-2); }
.theme-dot { width: 11px; height: 11px; border-radius: 99px; background: var(--accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent), transparent 82%); }
.login-button { background: var(--text); color: var(--bg); border-color: transparent; font-weight: 900; }
.burger { display: none; width: 46px; padding: 0; }
.burger span { display: block; width: 18px; height: 2px; border-radius: 99px; background: currentColor; }
.burger span + span { margin-left: -5px; }
.mobile-menu { display: none; width: min(var(--max), calc(100% - 40px)); margin: 14px auto 0; padding: 12px; border: 1px solid var(--border); border-radius: 22px; background: color-mix(in srgb, var(--bg), transparent 8%); backdrop-filter: blur(22px); }
.mobile-menu a { display: block; padding: 13px 14px; color: var(--muted); border-radius: 16px; }
.mobile-menu a:hover { color: var(--text); background: var(--surface); }
.mobile-menu.open { display: block; }
.hero { min-height: calc(100vh - 94px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .74fr); align-items: center; gap: 48px; padding: 74px 0 88px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-2); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 99px; background: currentColor; opacity: .75; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 18px; font-size: clamp(48px, 7.2vw, 94px); line-height: .92; letter-spacing: -.07em; max-width: 940px; }
.lead { margin: 0 0 18px; font-size: clamp(22px, 3vw, 36px); line-height: 1.15; letter-spacing: -.04em; max-width: 830px; }
.sublead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.primary-button, .secondary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; transition: .2s ease; }
.primary-button { background: var(--text); color: var(--bg); }
.secondary-button { background: var(--surface); color: var(--text); border-color: var(--border); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-2px); }
.logo-panel { border: 1px solid var(--border); border-radius: calc(var(--radius) + 10px); padding: 16px; background: linear-gradient(145deg, var(--surface-2), color-mix(in srgb, var(--surface), transparent 18%)); box-shadow: var(--shadow); }
.logo-panel-inner { min-height: 460px; border-radius: var(--radius); background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--accent), transparent 76%), transparent 42%), color-mix(in srgb, var(--bg-2), transparent 5%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 34px; position: relative; overflow: hidden; }
.logo-panel-inner::before { content: ""; position: absolute; width: 315px; height: 315px; border-radius: 999px; border: 1px solid var(--border); opacity: .45; }
.logo-panel img { width: min(255px, 80%); position: relative; z-index: 1; }
.logo-panel strong { display: block; position: relative; z-index: 1; margin-top: 22px; font-size: 30px; letter-spacing: -.05em; }
.logo-panel span { display: block; position: relative; z-index: 1; margin-top: 8px; color: var(--muted); }
.section { padding: 76px 0; }
.section-heading { max-width: 820px; margin-bottom: 28px; }
.section-heading h2, .about-card h2, .contact-panel h2, .subhero h1 { font-size: clamp(34px, 5vw, 62px); line-height: .98; letter-spacing: -.055em; margin: 14px 0 16px; }
.section-heading p, .about-card p, .contact-panel p, .subhero p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 820px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card, .about-card, .contact-panel, .product-card, .roadmap-card, .pricing-note { border: 1px solid var(--border); background: var(--surface); border-radius: var(--radius); padding: 26px; box-shadow: 0 18px 55px rgba(0,0,0,.12); }
.card-number, .product-type { color: var(--accent-2); font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.card h3 { margin: 38px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.card p, .product-card p, .roadmap-card p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }
.about-section { display: grid; grid-template-columns: 1fr 360px; gap: 18px; align-items: stretch; }
.about-card { padding: 34px; }
.facts { display: grid; gap: 14px; }
.facts div { min-height: 112px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.facts strong { font-size: 44px; letter-spacing: -.06em; }
.facts span { color: var(--muted); }
.roadmap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.roadmap-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.roadmap-top span { width: 40px; height: 40px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--text); color: var(--bg); font-weight: 900; flex: 0 0 auto; }
.roadmap-top strong { font-size: 24px; letter-spacing: -.04em; }
.roadmap-card ul, .product-card ul { margin: 14px 0; padding-left: 20px; color: var(--muted); line-height: 1.8; }
.roadmap-meta { border-top: 1px solid var(--border); padding-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.contacts { padding-bottom: 46px; }
.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.footer { padding: 26px 0 40px; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; gap: 12px 24px; color: var(--muted); align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 900; }
.footer-logo { width: 34px; height: 34px; object-fit: contain; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }
.footer-links a:hover { color: var(--text); }
.footer p { grid-column: 1 / -1; margin: 0; font-size: 14px; }
.subhero { padding: 92px 0 30px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.products-section { padding-top: 26px; }
.pricing-note-section { padding-top: 0; padding-bottom: 0; }
.pricing-note { padding: 18px 22px; }
.pricing-note strong { display: block; font-size: 18px; margin-bottom: 8px; letter-spacing: -.03em; }
.pricing-note p { margin: 0; color: var(--muted); line-height: 1.6; }
.product-card { display: flex; flex-direction: column; gap: 16px; }
.product-card h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1; letter-spacing: -.05em; margin: 0; }
.product-meta { display: flex; flex-direction: column; gap: 12px; }
.price-range { display: inline-flex; align-items: center; align-self: flex-start; min-height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--border); background: color-mix(in srgb, var(--surface-2), transparent 15%); color: var(--text); font-weight: 900; font-size: 14px; }
.product-card .primary-button { align-self: flex-start; margin-top: auto; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--text); color: var(--bg); padding: 12px 16px; border-radius: 999px; font-weight: 900; transition: .25s ease; z-index: 100; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) { .topbar { min-height: 74px; grid-template-columns: 1fr auto; } .nav { display: none; } .top-actions { min-width: 0; } .theme-button span:last-child { display: none; } .burger { display: inline-flex; } .hero { min-height: auto; grid-template-columns: 1fr; padding: 54px 0 70px; } .logo-panel-inner { min-height: 360px; } .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .about-section { grid-template-columns: 1fr; } .roadmap, .product-grid { grid-template-columns: 1fr; } .contact-panel { flex-direction: column; align-items: flex-start; } .contact-actions { justify-content: flex-start; } .footer { grid-template-columns: 1fr; } .footer-links { justify-content: flex-start; } }
@media (max-width: 620px) { .shell { width: min(100% - 28px, var(--max)); } .topbar { width: min(100% - 24px, var(--max)); padding-inline: 12px; } .brand { min-width: 0; gap: 8px; } .brand-logo { width: 42px; height: 42px; } .brand-text strong { font-size: 16px; } .brand-text small { display: none; } .login-button { min-height: 40px; padding: 0 12px; } h1 { font-size: clamp(42px, 14vw, 64px); } .lead { font-size: 24px; } .sublead, .section-heading p, .about-card p, .contact-panel p, .subhero p { font-size: 16px; } .hero-actions, .contact-actions { width: 100%; } .primary-button, .secondary-button { width: 100%; } .logo-panel { padding: 10px; } .logo-panel-inner { min-height: 310px; } .logo-panel img { width: 205px; } .service-grid { grid-template-columns: 1fr; } .section { padding: 54px 0; } .card, .about-card, .contact-panel, .product-card, .roadmap-card { padding: 22px; border-radius: 24px; } .facts strong { font-size: 36px; } }
@media print { .reveal { opacity: 1 !important; transform: none !important; } .topbar { position: relative; } .mobile-menu { display: none !important; } }

.promo-banner {
  border: 1px solid color-mix(in srgb, var(--accent), var(--border) 45%);
  border-radius: var(--radius);
  padding: 28px;
  background:
    radial-gradient(circle at 14% 10%, color-mix(in srgb, var(--accent), transparent 70%), transparent 34%),
    linear-gradient(145deg, color-mix(in srgb, var(--surface-2), transparent 4%), color-mix(in srgb, var(--surface), transparent 10%));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 18px 55px rgba(0,0,0,.12);
  margin-bottom: 18px;
}
.promo-banner h2 {
  margin: 12px 0 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
}
.promo-banner p { margin: 0; color: var(--muted); line-height: 1.65; max-width: 760px; }
.accent-price {
  border-color: color-mix(in srgb, var(--accent), var(--border) 30%);
  background: color-mix(in srgb, var(--accent), transparent 82%);
  color: var(--text);
}
.service-segment { margin-bottom: 22px; }
.alt-section { padding-top: 20px; }
@media (max-width: 980px) {
  .promo-banner { flex-direction: column; align-items: flex-start; }
}


/* Request page */
.request-hero { padding-bottom: 24px; }
.request-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
  padding-top: 20px;
}
.request-form,
.side-card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 55px rgba(0,0,0,.12);
}
.request-form {
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.request-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 750;
}
.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 18px;
  min-height: 52px;
  padding: 0 16px;
  background: color-mix(in srgb, var(--surface-2), transparent 25%);
  color: var(--text);
  outline: none;
  font: inherit;
}
.request-form textarea {
  padding: 15px 16px;
  resize: vertical;
  line-height: 1.55;
}
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: color-mix(in srgb, var(--accent), var(--border) 35%);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent), transparent 82%);
}
.consent-line {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  line-height: 1.45;
}
.consent-line input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}
.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.danger-button {
  color: var(--text);
}
.form-hint {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.draft-panel {
  border: 1px solid color-mix(in srgb, var(--accent), var(--border) 45%);
  background: color-mix(in srgb, var(--accent), transparent 88%);
  border-radius: 20px;
  padding: 16px 18px;
  display: grid;
  gap: 4px;
}
.draft-panel strong { color: var(--text); }
.draft-panel span { color: var(--muted); }
.request-side {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 98px;
}
.side-card h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 14px 0 16px;
}
.side-card p,
.side-card li {
  color: var(--muted);
  line-height: 1.65;
}
.side-card ol {
  margin: 0;
  padding-left: 20px;
}
.modal-text {
  color: var(--muted);
  line-height: 1.6;
}
@media (max-width: 980px) {
  .request-section { grid-template-columns: 1fr; }
  .request-side { position: static; }
}
@media (max-width: 620px) {
  .form-grid { grid-template-columns: 1fr; }
  .request-form, .side-card { padding: 22px; border-radius: 24px; }
}


/* Form readability fix: dark / graphite / light themes */
.request-form input,
.request-form select,
.request-form textarea {
  color: var(--text);
  caret-color: var(--text);
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: color-mix(in srgb, var(--text), transparent 48%);
  opacity: 1;
}

.request-form select {
  color: var(--text);
  color-scheme: dark;
}

.request-form select option {
  background: #17120f;
  color: #fff7ed;
}

html[data-theme="graphite"] .request-form select option {
  background: #101214;
  color: #f4f7fb;
}

html[data-theme="light"] .request-form select {
  color-scheme: light;
}

html[data-theme="light"] .request-form select option {
  background: #ffffff;
  color: #17120f;
}

html[data-theme="light"] .request-form input::placeholder,
html[data-theme="light"] .request-form textarea::placeholder {
  color: rgba(23, 18, 15, .52);
}

.request-form select:disabled,
.request-form input:disabled,
.request-form textarea:disabled {
  opacity: .7;
}


/* Global readable select dropdowns */
select option {
  background: #17120f;
  color: #fff7ed;
}
html[data-theme="graphite"] select option {
  background: #101214;
  color: #f4f7fb;
}
html[data-theme="light"] select option {
  background: #ffffff;
  color: #17120f;
}
