:root {
  --bg: #050816;
  --bg-alt: #070b1f;
  --card: rgba(10, 16, 40, 0.96);
  --accent: #ff7a3c;
  --accent-soft: rgba(255, 122, 60, 0.16);
  --accent-strong: #ffb347;
  --text: #f5f7ff;
  --muted: #a1a9cc;
  --border-subtle: rgba(129, 140, 248, 0.4);
  --danger: #ff4b6a;
  --shadow-soft: 0 26px 60px rgba(15, 23, 42, 0.8);
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-pill: 999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, #111827 0, #020617 42%, #000 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0.9), rgba(2, 6, 23, 0.65), transparent);
  border-bottom: 1px solid rgba(148, 163, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0 0.8rem;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.logo span {
  color: var(--accent);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.85rem;
}

.nav a {
  color: var(--muted);
  position: relative;
  padding-bottom: 0.15rem;
}

.nav a::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease-out;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.09);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 50%),
              linear-gradient(to right, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.3));
  color: #e5e7eb;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 255, 0.3);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 55%),
              #020617;
  cursor: pointer;
}

.nav-toggle span {
  height: 2px;
  width: 18px;
  border-radius: 999px;
  background: #e5e7eb;
  margin-inline: auto;
}

.hero {
  position: relative;
  padding: 5rem 0 4.5rem;
  color: var(--text);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 15% -15%, rgba(56, 189, 248, 0.25), transparent 55%),
    radial-gradient(circle at 120% 20%, rgba(239, 68, 68, 0.25), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: url('https://images.pexels.com/photos/1118873/pexels-photo-1118873.jpeg?auto=compress&cs=tinysrgb&w=1600')
                center/cover no-repeat;
  opacity: 0.25;
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.4fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-text {
  max-width: 640px;
}

.eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin-bottom: 0.9rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 3vw + 1rem, 3.3rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero h1 span {
  background: linear-gradient(120deg, var(--accent), var(--accent-strong));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtitle {
  font-size: 1rem;
  color: #e5e7eb;
  max-width: 30rem;
  margin-bottom: 1.3rem;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.7rem;
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-bullets li::before {
  content: '⦿';
  color: var(--accent);
  margin-right: 0.5rem;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.hero-small-print {
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 1.8rem 1.6rem 1.7rem;
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.14), transparent 55%),
              radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.22), transparent 55%),
              var(--card);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 255, 0.38);
}

.price-tag {
  position: absolute;
  top: -18px;
  right: 1.6rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(120deg, #22c55e, #bef264);
  color: #052e16;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 16px 45px rgba(21, 128, 61, 0.55);
}

.price-tag span {
  font-weight: 500;
  margin-left: 0.1rem;
}

.hero-card h2 {
  margin: 0 0 0.9rem;
  font-size: 1.15rem;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  display: grid;
  gap: 0.45rem;
  font-size: 0.9rem;
}

.checklist li::before {
  content: '✔';
  color: #bbf7d0;
  margin-right: 0.55rem;
}

.card-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1.1rem;
}

.section {
  position: relative;
  padding: 3.5rem 0;
}

.section-alt {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617 60%);
}

.section-enquire {
  background: radial-gradient(circle at 12% 0, rgba(129, 140, 248, 0.22), transparent 50%),
              radial-gradient(circle at 90% 100%, rgba(248, 113, 113, 0.16), transparent 55%),
              #020617;
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.section-header.align-left {
  text-align: left;
}

.section-header h2 {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}

.section-header p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 255, 0.25);
  background: radial-gradient(circle at top left, rgba(129, 140, 248, 0.22), transparent 55%),
              rgba(15, 23, 42, 0.96);
  padding: 1.3rem 1.1rem 1.25rem;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.7);
}

.feature-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.feature-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.timeline {
  border-left: 1px dashed rgba(148, 163, 255, 0.5);
  margin-left: 0.4rem;
  padding-left: 1.5rem;
  display: grid;
  gap: 1.4rem;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -1.7rem;
  top: 0.4rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid rgba(191, 219, 254, 0.9);
  background: #020617;
}

.day {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a5b4fc;
  margin-bottom: 0.2rem;
}

.details h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
}

.details p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: stretch;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.3rem;
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.pricing-list li::before {
  content: '•';
  color: var(--accent);
  margin-right: 0.5rem;
}

.disclaimer {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.pricing-panel {
  border-radius: var(--radius-xl);
  padding: 1.6rem 1.4rem 1.5rem;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 50%),
              radial-gradient(circle at bottom left, rgba(248, 113, 113, 0.18), transparent 55%),
              var(--card);
  border: 1px solid rgba(148, 163, 255, 0.45);
  box-shadow: var(--shadow-soft);
}

.pricing-panel h3 {
  margin: 0 0 0.5rem;
}

.big-price {
  font-size: 1.9rem;
  margin: 0 0 0.3rem;
}

.big-price span {
  font-size: 0.85rem;
  margin-left: 0.1rem;
}

.panel-text {
  margin: 0 0 0.7rem;
  font-size: 0.86rem;
  color: var(--muted);
}

.mini-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.3rem;
  font-size: 0.86rem;
  color: var(--muted);
}

.mini-checklist li::before {
  content: '✔';
  color: #bbf7d0;
  margin-right: 0.45rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-item {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 255, 0.35);
  background: rgba(15, 23, 42, 0.96);
  padding: 0.9rem 1rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0.4rem 0 0;
  font-size: 0.86rem;
  color: var(--muted);
}

.enquire-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 2.2rem;
  align-items: start;
}

.enquire-points {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.enquiry-form {
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.4rem 1.4rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 255, 0.45);
  box-shadow: var(--shadow-soft);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.9rem;
}

.form-field label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
}

input,
select,
textarea {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 255, 0.5);
  background: rgba(15, 23, 42, 0.95);
  color: var(--text);
  padding: 0.55rem 0.85rem;
  font-family: inherit;
  font-size: 0.9rem;
}

textarea {
  border-radius: 16px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(148, 163, 184, 0.75);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #a5b4fc;
  box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.6);
}

.form-helper {
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.form-success {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #bbf7d0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-pill);
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.08s ease-out, box-shadow 0.12s ease-out, background 0.12s ease-out;
}

.btn-primary {
  background: linear-gradient(120deg, #6366f1, #ec4899, #f97316);
  box-shadow: 0 18px 45px rgba(59, 130, 246, 0.5);
}

.btn-secondary {
  background: linear-gradient(120deg, #0ea5e9, #22c55e);
  box-shadow: 0 16px 40px rgba(8, 47, 73, 0.8);
}

.btn-ghost {
  border: 1px solid rgba(148, 163, 255, 0.5);
  background: rgba(15, 23, 42, 0.9);
}

.btn-block {
  width: 100%;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.9);
}

.btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 255, 0.25);
  background: #020617;
  padding: 1.6rem 0 1.8rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-brand p {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-meta {
  text-align: right;
}

.footer-meta p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.small-print {
  margin-top: 0.15rem !important;
}

.error-input {
  border-color: var(--danger) !important;
}

@media (max-width: 880px) {
  .hero-content {
    grid-template-columns: minmax(0, 1.5fr);
  }

  .hero-card {
    order: -1;
    margin-bottom: 1.4rem;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-layout,
  .enquire-layout,
  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .site-header {
    background: rgba(2, 6, 23, 0.96);
  }

  .nav {
    position: fixed;
    inset-inline: 1.25rem;
    top: 60px;
    padding: 0.9rem 1rem 1rem;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(148, 163, 255, 0.45);
    flex-direction: column;
    gap: 0.75rem;
    transform-origin: top right;
    transform: scale(0.9) translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.14s ease-out, transform 0.18s ease-out;
  }

  .nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
  }

  .nav-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .nav-toggle {
    display: flex;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-card {
    border-radius: 20px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .timeline {
    margin-left: 0.2rem;
  }

  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 1.8rem, 520px);
  }

  .hero-cta-group {
    flex-direction: column;
  }
}
