/* Zyronex Global Ltd - main stylesheet (dark tech theme) */

:root {
  --bg: #070b1a;
  --bg-alt: #0c1128;
  --card: #101736;
  --card-hover: #141c42;
  --line: #222a52;
  --text: #aab2cf;
  --heading: #ffffff;
  --violet: #6a5af9;
  --cyan: #2bc8ff;
  --grad: linear-gradient(90deg, #6a5af9 0%, #2bc8ff 100%);
  --radius: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

h1, h2, h3, h4 { font-family: 'Sora', sans-serif; color: var(--heading); line-height: 1.25; font-weight: 600; }
a { color: var(--cyan); text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Top bar */
.topbar {
  background: #05081395;
  border-bottom: 1px solid var(--line);
  color: #8b93b5;
  font-size: 13px;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.topbar a { color: #8b93b5; }
.topbar a:hover { color: #fff; }

/* Header */
header.main-header {
  background: rgba(7, 11, 26, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.site-logo .mark {
  width: 40px; height: 40px;
  background: var(--grad);
  color: #fff;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 19px;
  box-shadow: 0 0 22px rgba(106, 90, 249, 0.45);
}
.site-logo span.sub { display: block; font-size: 10.5px; font-weight: 400; color: #7d86ab; line-height: 1.3; letter-spacing: .04em; }

nav.main-nav ul { list-style: none; display: flex; gap: 22px; align-items: center; }
nav.main-nav a { color: #c6cde6; font-size: 15px; font-weight: 500; transition: color .15s; }
nav.main-nav a:hover { color: #fff; }
nav.main-nav a.active {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
nav.main-nav a.nav-cta {
  background: var(--grad);
  color: #fff;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(106, 90, 249, 0.35);
  transition: transform .15s, box-shadow .15s;
}
nav.main-nav a.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 26px rgba(43, 200, 255, 0.35); color: #fff; }

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--line); border-radius: 8px;
  padding: 6px 12px; font-size: 20px; cursor: pointer; color: #fff;
}

/* Hero */
.hero {
  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
  background: var(--bg);
}
.hero::before {
  content: "";
  position: absolute;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106,90,249,0.28), transparent 65%);
  top: -180px; left: -120px;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43,200,255,0.18), transparent 65%);
  bottom: -220px; right: -100px;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { font-size: 44px; font-weight: 700; margin-bottom: 20px; max-width: 720px; letter-spacing: -0.01em; }
.hero p { font-size: 18px; color: var(--text); max-width: 620px; margin-bottom: 34px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

/* Buttons */
.btn {
  display: inline-block;
  background: var(--grad);
  color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Sora', sans-serif;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(106, 90, 249, 0.35);
  transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(43, 200, 255, 0.35); color: #fff; }
.btn.btn-outline {
  background: transparent;
  border: 1px solid #3d478a;
  color: #e3e8ff;
  box-shadow: none;
}
.btn.btn-outline:hover { border-color: var(--cyan); color: #fff; box-shadow: 0 0 18px rgba(43,200,255,.2); }

/* Sections */
section { padding: 90px 0; }
.grey-bg { background: var(--bg-alt); }

.section-title { text-align: center; margin-bottom: 54px; }
.section-title .eyebrow {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}
.section-title h2 { font-size: 34px; margin-bottom: 14px; font-weight: 700; }
.section-title p { color: var(--text); max-width: 620px; margin: 0 auto; }

/* Service boxes */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.service-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 28px;
  transition: transform .2s, border-color .2s, background .2s;
  position: relative;
}
.service-box:hover {
  transform: translateY(-6px);
  border-color: #3a4489;
  background: var(--card-hover);
}
.service-box h3 { font-size: 19px; margin-bottom: 12px; }
.service-box p { font-size: 15px; color: var(--text); }
.service-icon {
  width: 58px; height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(106,90,249,.18), rgba(43,200,255,.12));
  border: 1px solid #2c3568;
  display: flex; align-items: center; justify-content: center;
  font-size: 25px;
  margin-bottom: 20px;
}

/* Why choose us */
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; margin-top: 10px; }
.why-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
}
.why-item .tick {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700; font-size: 17px; margin-top: 1px;
}
.why-item p { font-size: 15px; color: var(--text); }
.why-item b { color: #fff; }

/* Plans */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}
.plans-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 920px;
  margin: 0 auto;
}
.plans-grid-1 {
  grid-template-columns: 1fr;
  max-width: 560px;
  margin: 0 auto;
}
.plan-custom {
  border-style: dashed;
}
.plan-category {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 8px;
}
.plan-blurb {
  font-size: 14px;
  color: #8b93b5;
  margin-bottom: 18px;
  line-height: 1.6;
}
.plan {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .2s, border-color .2s;
}
.plan:hover { transform: translateY(-6px); border-color: #3a4489; }
.plan.popular {
  border: 1px solid transparent;
  background:
    linear-gradient(var(--card), var(--card)) padding-box,
    var(--grad) border-box;
  box-shadow: 0 16px 46px rgba(106, 90, 249, 0.25);
}
.plan .badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff; font-size: 12px; font-weight: 700;
  font-family: 'Sora', sans-serif;
  padding: 5px 18px; border-radius: 50px; white-space: nowrap;
  box-shadow: 0 6px 18px rgba(106,90,249,.4);
}
.plan h3 { font-size: 21px; margin-bottom: 6px; }
.plan .plan-desc { font-size: 14px; color: #8b93b5; margin-bottom: 22px; }
.plan .price {
  font-family: 'Sora', sans-serif;
  font-size: 38px; font-weight: 700;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2px;
}
.plan .price small { font-size: 14px; font-weight: 400; -webkit-text-fill-color: #8b93b5; }
.plan .price-note { font-size: 13px; color: #6f77a0; margin-bottom: 24px; }
.plan ul { list-style: none; margin-bottom: 28px; flex-grow: 1; }
.plan ul li { padding: 9px 0; font-size: 14.5px; color: var(--text); border-bottom: 1px solid #1b2248; }
.plan ul li::before {
  content: "\2713";
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700; margin-right: 12px;
}
.plan .btn { text-align: center; }

.plans-note { text-align: center; font-size: 14px; color: #8b93b5; margin-top: 30px; }
.plans-note a { color: var(--cyan); }

/* About page */
.about-content { max-width: 780px; }
.about-content p { margin-bottom: 18px; color: var(--text); }
.about-content h2 {
  font-size: 26px; margin: 36px 0 16px;
}
.about-content b { color: #fff; }
.about-content a { color: var(--cyan); }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; }
.contact-info h3 { font-size: 17px; margin-bottom: 6px; }
.contact-info .info-block {
  margin-bottom: 20px; font-size: 15px; color: var(--text);
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: 20px 22px;
}
.contact-info a { color: var(--cyan); }

.contact-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px;
}
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #dbe0f5; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #2a3263;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: #0b102b;
  color: #e6eaff;
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(106, 90, 249, 0.2);
}
.form-group ::placeholder { color: #5c6489; }
.form-msg { font-size: 14px; color: #3fd68f; margin-top: 14px; display: none; }

/* CTA band */
.cta-band {
  position: relative;
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106,90,249,0.22), transparent 65%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { font-size: 30px; margin-bottom: 12px; font-weight: 700; }
.cta-band p { color: var(--text); margin-bottom: 28px; }

/* Footer */
footer {
  background: #05081a;
  border-top: 1px solid var(--line);
  color: #8b93b5;
  padding: 60px 0 26px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 38px;
}
footer h4 { color: #fff; font-size: 16px; margin-bottom: 16px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer a { color: #8b93b5; transition: color .15s; }
footer a:hover { color: var(--cyan); }
.footer-legal {
  border-top: 1px solid #171e42;
  padding-top: 22px;
  font-size: 12.5px;
  color: #626a92;
}
.footer-legal p { margin-bottom: 4px; }

/* Flash messages */
.flash-wrap { padding: 14px 0 0; }
.flash {
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 10px;
  font-size: 14px;
}
.flash-success { background: rgba(63, 214, 143, 0.12); border: 1px solid #2f8f62; color: #3fd68f; }
.flash-error { background: rgba(255, 99, 99, 0.12); border: 1px solid #8f3535; color: #ff8f8f; }
.flash-info { background: rgba(43, 200, 255, 0.1); border: 1px solid #2a6f8f; color: #7fd8ff; }

/* Compact hero for inner flows */
.hero-compact { padding: 64px 0 48px; }
.hero-compact h1 { font-size: 36px; }
.logo-img { border-radius: 10px; }

/* Auth */
.auth-wrap { max-width: 480px; margin: 0 auto; }
.auth-form .btn { width: 100%; text-align: center; }
.auth-switch { margin-top: 18px; font-size: 14px; color: #8b93b5; text-align: center; }
.form-check { margin-bottom: 18px; font-size: 14px; color: #c6cde6; }
.form-check input { margin-right: 8px; }
.form-heading { margin-bottom: 6px; }
.form-intro { font-size: 14px; color: #8b93b5; margin-bottom: 22px; }
.btn-block-gap { display: block; text-align: center; margin-top: 12px; }

/* Checkout / payment */
.checkout-layout,
.payment-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: start;
}
.checkout-summary,
.invoice-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px 28px;
}
.checkout-features { list-style: none; margin-top: 18px; }
.checkout-features li {
  padding: 8px 0;
  border-bottom: 1px solid #1b2248;
  font-size: 14.5px;
}
.checkout-features li::before {
  content: "\2713";
  margin-right: 10px;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.invoice-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.eyebrow-inline {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7d86ab;
  margin-bottom: 6px;
}
.invoice-rows { display: grid; gap: 14px; }
.invoice-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14.5px;
  border-bottom: 1px solid #1b2248;
  padding-bottom: 12px;
}
.invoice-rows span { color: #8b93b5; }
.invoice-note { margin-top: 18px; font-size: 14px; color: #8b93b5; }
.payment-box .btn { width: 100%; text-align: center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pay-brand {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.pay-mark {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--grad);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.pay-brand h3 { font-size: 18px; margin-bottom: 2px; }
.pay-brand p { font-size: 13px; color: #8b93b5; }
.pay-fineprint {
  font-size: 12.5px;
  color: #8b93b5;
  margin: -6px 0 18px;
  line-height: 1.5;
}
.pay-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.pay-trust span {
  font-size: 11.5px;
  color: #9aa3c7;
  border: 1px solid #2a3263;
  border-radius: 50px;
  padding: 5px 10px;
  background: #0b102b;
}
.success-box { max-width: 720px; margin: 0 auto; }

.pending-hero {
  text-align: center;
  margin-bottom: 28px;
}
.pending-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: linear-gradient(135deg, rgba(106,90,249,.2), rgba(43,200,255,.12));
  border: 1px solid #2c3568;
}
.pending-hero h2 { margin-bottom: 10px; }
.pending-lead {
  max-width: 560px;
  margin: 0 auto;
  color: #aab2cf;
  font-size: 15.5px;
}
.pending-lead strong { color: #fff; }
.pending-steps {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}
.pending-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  opacity: 0.55;
}
.pending-step.done,
.pending-step.current { opacity: 1; }
.pending-step.current {
  border-color: transparent;
  background:
    linear-gradient(var(--card), var(--card)) padding-box,
    var(--grad) border-box;
}
.pending-step > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Sora', sans-serif;
  background: #0b102b;
  border: 1px solid #2a3263;
  color: #c6cde6;
  flex-shrink: 0;
}
.pending-step.done > span,
.pending-step.current > span {
  background: var(--grad);
  border: none;
  color: #fff;
}
.pending-step strong { display: block; color: #fff; font-size: 15px; margin-bottom: 2px; }
.pending-step p { font-size: 13.5px; color: #8b93b5; margin: 0; }

/* Status pills */
.status-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid var(--line);
  color: #c6cde6;
  background: #0b102b;
}
.status-pending { color: #ffc857; border-color: #6a5520; }
.status-processing { color: #ffb347; border-color: #8a5a20; background: rgba(255, 179, 71, 0.08); }
.status-paid, .status-ongoing { color: #7fd8ff; border-color: #2a6f8f; }
.status-completed { color: #3fd68f; border-color: #2f8f62; }

/* Dashboard */
.dash-section { padding-top: 40px; }
.dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}
.stat-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 20px;
}
.stat-label {
  display: block;
  font-size: 13px;
  color: #8b93b5;
  margin-bottom: 8px;
}
.stat-box strong {
  font-family: 'Sora', sans-serif;
  font-size: 30px;
  color: #fff;
}
.dash-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
}
.dash-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 24px;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.panel-head h2 { font-size: 20px; }
.text-link { font-size: 14px; color: var(--cyan); }
.table-wrap { overflow-x: auto; }
.dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.dash-table th {
  text-align: left;
  color: #8b93b5;
  font-weight: 500;
  padding: 0 10px 12px 0;
  border-bottom: 1px solid #1b2248;
}
.dash-table td {
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid #1b2248;
  color: #c6cde6;
}
.empty-note { font-size: 14.5px; color: #8b93b5; margin-bottom: 16px; }
.order-list { list-style: none; }
.order-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #1b2248;
}
.order-list strong { display: block; color: #fff; font-size: 14.5px; }
.order-list span { font-size: 12.5px; color: #8b93b5; }
.project-card .status-pill { margin-bottom: 14px; }
.explore-row {
  margin-top: 48px;
  text-align: center;
  padding: 36px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--bg-alt);
}
.explore-row h3 { margin-bottom: 18px; }
.explore-row .hero-buttons { justify-content: center; }

/* Loading overlay */
.load-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 8, 20, 0.72);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.load-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
body.is-loading { overflow: hidden; }
.load-card {
  width: min(360px, calc(100% - 40px));
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 34px 28px 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
.load-spinner {
  width: 46px;
  height: 46px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 3px solid #2a3263;
  border-top-color: var(--cyan);
  border-right-color: var(--violet);
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.load-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.load-card p {
  font-size: 14px;
  color: #8b93b5;
  min-height: 1.4em;
  margin-bottom: 20px;
}
.load-track {
  height: 6px;
  background: #0b102b;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #222a52;
}
.load-bar {
  height: 100%;
  width: 0%;
  border-radius: 50px;
  background: var(--grad);
  transition: width .35s ease;
}
.load-blurred {
  opacity: 0.35;
  filter: blur(2px);
  pointer-events: none;
  transition: opacity .35s ease, filter .35s ease;
}
.load-ready {
  opacity: 1;
  filter: none;
  animation: fadeUp .45s ease;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.btn:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none !important;
}

/* Responsive */
@media (max-width: 880px) {
  .services-grid, .plans-grid, .plans-grid-2, .plans-grid-1 { grid-template-columns: 1fr; }
  .contact-grid,
  .checkout-layout,
  .payment-layout,
  .dash-grid { grid-template-columns: 1fr; }
  .dash-stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .why-list { grid-template-columns: 1fr; }
  .hero { padding: 64px 0; }
  .hero h1 { font-size: 30px; }
  .section-title h2 { font-size: 27px; }
  .form-row { grid-template-columns: 1fr; }

  .nav-toggle { display: block; }
  nav.main-nav { display: none; width: 100%; }
  nav.main-nav.open { display: block; }
  nav.main-nav ul { flex-direction: column; align-items: flex-start; gap: 16px; padding: 16px 0; }
  .header-inner { flex-wrap: wrap; }
}
