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

:root {
  color-scheme: light;
  --bg: #f6f8fb;
  --card: #ffffff;
  --accent: #12c9ff;
  --accent-2: #ff4bb7;
  --text: #0b0f1a;
  --text-soft: rgba(11, 15, 26, 0.65);
  --border: rgba(14, 26, 59, 0.12);
  --shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.hero {
  padding: 32px 6vw 90px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.hero::before {
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  background: radial-gradient(circle, rgba(18, 201, 255, 0.25), transparent 70%);
}

.hero::after {
  width: 360px;
  height: 360px;
  left: -140px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(255, 75, 183, 0.25), transparent 70%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(6px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.logo-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  font-size: 1.2rem;
}

.brand-name {
  font-size: 1.05rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 0.8rem;
  color: var(--text-soft);
  letter-spacing: 0.6px;
}

.nav-actions {
  display: flex;
  gap: 22px;
  align-items: center;
}

.nav-link {
  color: var(--text-soft);
  font-weight: 500;
  letter-spacing: 0.2px;
}

.nav-link:hover {
  color: var(--text);
}

.phone-pill {
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(18, 201, 255, 0.25);
}

.cta {
  padding: 14px 26px;
  border-radius: 14px;
  font-weight: 700;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(18, 201, 255, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(255, 75, 183, 0.25);
}

.hero-grid {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 75, 183, 0.08);
  border-radius: 999px;
  font-size: 0.9rem;
  color: var(--accent-2);
  margin-bottom: 18px;
  font-weight: 600;
}

.pill-dot {
  color: var(--accent);
}

h1 {
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  margin: 0 0 18px;
  line-height: 1.05;
}

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

.accent-alt {
  color: var(--accent-2);
}

.lead {
  font-size: 1.1rem;
  color: var(--text-soft);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin: 28px 0 20px;
  flex-wrap: wrap;
  align-items: center;
}

.phone-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
  font-weight: 600;
}

.phone-label {
  font-size: 0.75rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-note {
  color: var(--text-soft);
  font-weight: 500;
}

.hero-media {
  position: relative;
  min-height: 380px;
}

.hero-photo {
  border-radius: 24px;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.hero-callout {
  position: absolute;
  right: -10px;
  bottom: 10px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  max-width: 220px;
}

.hero-callout h3 {
  margin: 0 0 6px;
  color: var(--accent-2);
}

.section {
  padding: 80px 8vw;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}

.section-header p {
  color: var(--text-soft);
}

.cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.card {
  background: var(--card);
  padding: 24px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 40px rgba(18, 201, 255, 0.2);
}

.process {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.timeline {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.step {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.step-count {
  font-weight: 700;
  color: var(--accent);
}

.highlight {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  background: linear-gradient(120deg, rgba(18, 201, 255, 0.12), rgba(255, 75, 183, 0.12));
}

.highlight-content p {
  color: var(--text-soft);
}

.highlight-media {
  position: relative;
}

.highlight-image {
  height: 220px;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.highlight-badge {
  position: absolute;
  right: 20px;
  bottom: -18px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  color: var(--accent-2);
  box-shadow: var(--shadow);
}

.contact {
  padding-bottom: 120px;
}

.contact-card {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  background: var(--card);
  padding: 36px;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.contact-details a {
  color: var(--accent-2);
}

.card-media {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--border);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  padding: 30px 8vw 40px;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .nav-actions {
    display: none;
  }
  .hero-callout {
    position: static;
    margin-top: 18px;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
  }
  .cta {
    width: 100%;
    text-align: center;
  }
}
