:root {
  --navy: #071d3b;
  --blue: #0b2d5c;
  --gold: #d4af37;
  --gold-dark: #b78f18;
  --white: #ffffff;
  --soft: #f4f7fb;
  --cyan: #6ee7f9;
  --glass: rgba(255, 255, 255, 0.12);
  --text: #1d2530;
  --muted: #667085;
  --shadow: 0 20px 60px rgba(7, 29, 59, 0.16);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 7%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(7, 29, 59, 0.08);
}

.brand img {
  width: 250px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(11, 45, 92, 0.18);
  border-radius: 10px;
  background: var(--white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--blue);
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-links a:hover {
  color: var(--gold-dark);
}

.nav-button {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 11px 18px;
  border-radius: 999px;
}

.hero-section {
  position: relative;
  min-height: 86vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  padding: 90px 7%;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(6, 22, 46, .88), rgba(8, 40, 85, .72)),
    radial-gradient(circle at 78% 24%, rgba(110, 231, 249, .20), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(212, 175, 55, .22), transparent 32%),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80") center/cover,
    linear-gradient(135deg, #06162e 0%, #082855 48%, #050b17 100%);
  color: var(--white);
}

.hero-content {
  max-width: 790px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.03;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.4rem);
  max-width: 950px;
  margin-bottom: 24px;
}

.hero-text {
  max-width: 680px;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, .86);
  margin-bottom: 32px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.primary-button {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(212, 175, 55, .28);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, .35);
  color: var(--white);
}

.secondary-button.dark {
  color: var(--blue);
  border-color: rgba(11, 45, 92, .2);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  color: rgba(255, 255, 255, .9);
  font-weight: 700;
}

.trust-row span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}



.hero-visual {
  position: relative;
  min-height: 520px;
  z-index: 2;
}

.main-device {
  position: absolute;
  inset: 72px 24px auto auto;
  width: min(430px, 100%);
  min-height: 380px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  padding: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}

.device-bar {
  width: 86px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  margin-bottom: 46px;
}

.main-device h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 14px;
}

.main-device p {
  color: rgba(255,255,255,.76);
  margin-bottom: 28px;
}

.progress-line {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  overflow: hidden;
  margin-bottom: 26px;
}

.progress-line span {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mini-grid div,
.dashboard-card {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 16px;
  font-weight: 800;
}

.dashboard-card {
  position: absolute;
  width: 245px;
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 50px rgba(0,0,0,.22);
}

.dashboard-card p {
  color: rgba(255,255,255,.72);
  margin-bottom: 5px;
  font-size: .9rem;
}

.dashboard-card strong {
  color: var(--white);
  font-size: 1.1rem;
}

.location-label {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .72rem;
  color: rgba(255, 255, 255, .68) !important;
}

.location-note {
  display: block;
  margin-top: 8px;
  font-size: .82rem;
  color: rgba(255, 255, 255, .72);
}

.top-card {
  right: 0;
  top: 18px;
}

.bottom-card {
  left: 0;
  bottom: 26px;
}

.status-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(110,231,249,.14);
  margin-bottom: 14px;
}

.intro-card {
  width: min(1140px, 86%);
  margin: -70px auto 80px;
  position: relative;
  z-index: 2;
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: 28px;
  padding: 38px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
}

.intro-card h2,
.section-heading h2,
.about-content h2,
.contact-card h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  color: var(--navy);
}

.section {
  padding: 90px 7%;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: var(--soft);
  border: 1px solid rgba(11, 45, 92, .08);
  border-radius: 24px;
  padding: 30px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--white);
  margin-bottom: 20px;
  font-size: 1.45rem;
}

.service-card h3 {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.service-card p,
.about-content p,
.contact-card p,
.intro-card p {
  color: var(--muted);
}

.about-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 56px;
  background: var(--soft);
}

.about-image {
  min-height: 430px;
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(11, 45, 92, .18), rgba(212, 175, 55, .22)),
    url("4367.png") center 35%/cover;
  position: relative;
  overflow: hidden;
}

.image-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  background: rgba(255, 255, 255, .94);
  padding: 22px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.image-card span {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: var(--blue);
  font-weight: 800;
}

.image-card p {
  color: var(--muted);
  font-weight: 800;
}

.about-content p {
  margin-top: 18px;
  font-size: 1.03rem;
}

.page-hero {
  min-height: 54vh;
  display: grid;
  align-items: center;
  padding: 100px 7%;
  background:
    linear-gradient(120deg, rgba(7, 29, 59, .94), rgba(7, 29, 59, .72)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: var(--white);
}

.page-hero-content {
  max-width: 850px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  margin-bottom: 22px;
}

.page-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.15rem;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #071a35 0%, #0b2d5c 52%, #0a2447 100%);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 44px),
    radial-gradient(circle at 16% 18%, rgba(212, 175, 55, 0.2), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(110, 231, 249, 0.2), transparent 36%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 48%);
}

.about-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  top: 36px;
  width: 420px;
  height: 420px;
  border-radius: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(0deg, transparent 0 68%, rgba(255, 255, 255, 0.12) 68% 70%, transparent 70% 100%),
    linear-gradient(90deg, rgba(212, 175, 55, 0.5) 0 20%, transparent 20% 100%),
    linear-gradient(90deg, rgba(110, 231, 249, 0.55) 0 48%, transparent 48% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0 74%, transparent 74% 100%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
  background-repeat: no-repeat;
  background-size: 100% 100%, 72% 8%, 58% 8%, 84% 8%, 100% 100%;
  background-position: center, 38px 250px, 38px 285px, 38px 320px, center;
  transform: rotate(8deg);
  box-shadow: 0 20px 60px rgba(3, 10, 25, 0.28);
}

.about-hero .page-hero-content {
  position: relative;
  z-index: 2;
}

.why-section,
.process-section {
  background: var(--navy);
  color: var(--white);
}

.section-heading.light h2 {
  color: var(--white);
}

.why-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.why-grid div,
.process-grid div {
  min-height: 180px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-grid strong,
.process-grid strong {
  color: var(--gold);
  font-size: 1rem;
}

.why-grid span,
.process-grid span {
  font-size: 1.25rem;
  font-weight: 800;
}

.services-process {
  background: var(--soft);
  color: var(--text);
}

.services-process .section-heading {
  max-width: 980px;
}

.services-process .section-heading.light h2 {
  color: var(--navy);
}

.services-process .process-lede {
  color: var(--muted);
  margin-top: 16px;
  font-size: 1.05rem;
  max-width: 780px;
}

.services-process .process-grid div {
  background: var(--white);
  border-radius: 24px;
  padding: 30px;
  box-shadow: var(--shadow);
  min-height: 220px;
}

.services-process .process-grid strong {
  color: var(--gold);
  font-size: 1.2rem;
}

.services-process .process-grid h3 {
  color: var(--blue);
  margin: 12px 0 8px;
  font-size: 1.6rem;
  line-height: 1.08;
  font-family: "Playfair Display", serif;
}

.services-process .process-grid p {
  color: var(--muted);
}

.contact-process {
  background: var(--soft);
  color: var(--text);
}

.contact-process .section-heading h2 {
  color: var(--navy);
}

.contact-process .section-heading p {
  color: var(--muted);
}

.contact-process .process-grid div {
  background: var(--white);
  border-radius: 24px;
  padding: 30px;
  box-shadow: var(--shadow);
  min-height: 220px;
  border: 1px solid rgba(11, 45, 92, .08);
}

.contact-process .process-grid strong {
  color: var(--gold);
  font-size: 1.2rem;
}

.contact-process .process-grid h3 {
  color: var(--blue);
  margin: 12px 0 8px;
  font-size: 1.55rem;
  line-height: 1.08;
  font-family: "Playfair Display", serif;
}

.contact-process .process-grid p {
  color: var(--muted);
}

.cta-section {
  background: var(--white);
}

.cta-card {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white);
  border-radius: 32px;
  padding: 54px;
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-card h2 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 4rem);
  margin-bottom: 14px;
}

.cta-card p {
  color: rgba(255, 255, 255, .82);
  margin-bottom: 26px;
}

.upload-section {
  background: var(--white);
}

.upload-page-section {
  background: var(--white);
}

.security-notice.light {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  color: var(--white);
  margin-bottom: 26px;
}

.upload-card {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white);
  border-radius: 32px;
  padding: 56px;
  box-shadow: var(--shadow);
}

.upload-card h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  margin-bottom: 18px;
}

.upload-card p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 760px;
}

.upload-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0;
}

.upload-steps div {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 24px;
}

.upload-steps strong {
  display: block;
  color: var(--gold);
  margin-bottom: 12px;
}

.upload-steps span {
  font-weight: 800;
}

.testimonial-section {
  padding: 80px 7%;
  text-align: center;
}

blockquote {
  max-width: 900px;
  margin: 0 auto 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.9rem);
  line-height: 1.12;
  color: var(--navy);
}

.testimonial-section p {
  color: var(--gold-dark);
  font-weight: 900;
}

.contact-section {
  background: var(--soft);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: stretch;
}

.contact-card,
.contact-details {
  background: var(--white);
  border-radius: 28px;
  padding: 38px;
  box-shadow: var(--shadow);
}

.contact-card p {
  margin: 14px 0 26px;
}

.contact-details h3 {
  font-size: 1.5rem;
  color: var(--blue);
  margin-bottom: 20px;
}

.contact-details p {
  padding: 13px 0;
  border-bottom: 1px solid rgba(11, 45, 92, .08);
  color: var(--muted);
}

.booking-section {
  background: var(--soft);
}

.booking-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  background: var(--white);
  border-radius: 32px;
  padding: 46px;
  box-shadow: var(--shadow);
}

.booking-card h2 {
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 16px;
}

.booking-card p {
  color: var(--muted);
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.contact-info-box {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white);
  border-radius: 26px;
  padding: 32px;
}

.contact-info-box h3 {
  color: var(--gold);
  font-size: 1.45rem;
  margin-bottom: 18px;
}

.contact-info-box p {
  color: rgba(255, 255, 255, .84);
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 13px 0;
}

.contact-info-box a {
  color: var(--white);
  font-weight: 700;
}

.contact-form-section {
  background: var(--white);
}

.contact-form {
  max-width: 980px;
  margin: 0 auto;
  background: var(--soft);
  border-radius: 32px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 45, 92, .18);
  border-radius: 14px;
  padding: 15px 16px;
  font: inherit;
  color: var(--text);
  background: var(--white);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  border: none;
  cursor: pointer;
}

.security-notice {
  background: rgba(212, 175, 55, .16);
  border: 1px solid rgba(212, 175, 55, .45);
  color: var(--navy);
  border-radius: 16px;
  padding: 16px;
  font-weight: 700;
  margin: 10px 0 22px;
}

@media (max-width: 900px) {
  .booking-card,
  .form-row {
    grid-template-columns: 1fr;
  }

  .booking-card,
  .contact-form {
    padding: 28px;
  }
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, .78);
  padding: 24px 7% 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: .9rem;
}

.launchpoint-credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
  text-align: center;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.launchpoint-logo {
  height: 48px;
  width: auto;
  display: block;
}

.about-page-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
  background: var(--soft);
}

.about-page-image {
  max-width: 440px;
  margin: 0 auto;
}

.about-page-image img {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--shadow);
  object-fit: contain;
  object-position: center top;
  max-height: none;
  height: auto;
}

.about-page-content h2 {
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 20px;
}

.about-page-content p {
  color: var(--muted);
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.about-highlights div {
  background: var(--white);
  padding: 24px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.about-highlights strong {
  display: block;
  color: var(--gold-dark);
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.about-highlights span {
  color: var(--blue);
  font-weight: 800;
}

.values-section {
  background: var(--white);
}

@media (max-width: 900px) {
  .about-page-section {
    grid-template-columns: 1fr;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 7%;
    left: 7%;
    background: var(--white);
    border: 1px solid rgba(11, 45, 92, .08);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    z-index: 150;
  }

  .nav-links a {
    padding: 12px 14px;
    border-radius: 12px;
  }

  .nav-links .nav-button {
    text-align: center;
  }

  .nav-links.open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .brand img {
    width: 200px;
  }

  .hero-section,
  .intro-card,
  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .why-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .upload-card {
    padding: 34px;
  }

  .upload-steps {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-visual {
    min-height: 430px;
  }

  .main-device {
    inset: 48px 0 auto auto;
  }
}

@media (max-width: 620px) {
  .section,
  .hero-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .services-grid,
  .why-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  

.hero-visual {
  position: relative;
  min-height: 520px;
  z-index: 2;
}

.main-device {
  position: absolute;
  inset: 72px 24px auto auto;
  width: min(430px, 100%);
  min-height: 380px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  padding: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}

.device-bar {
  width: 86px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  margin-bottom: 46px;
}

.main-device h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 14px;
}

.main-device p {
  color: rgba(255,255,255,.76);
  margin-bottom: 28px;
}

.progress-line {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  overflow: hidden;
  margin-bottom: 26px;
}

.progress-line span {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mini-grid div,
.dashboard-card {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 16px;
  font-weight: 800;
}

.dashboard-card {
  position: absolute;
  width: 245px;
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 50px rgba(0,0,0,.22);
}

.dashboard-card p {
  color: rgba(255,255,255,.72);
  margin-bottom: 5px;
  font-size: .9rem;
}

.dashboard-card strong {
  color: var(--white);
  font-size: 1.1rem;
}

.top-card {
  right: 0;
  top: 18px;
}

.bottom-card {
  left: 0;
  bottom: 26px;
}

.status-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(110,231,249,.14);
  margin-bottom: 14px;
}

.intro-card {
    width: 90%;
    padding: 26px;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }
}


@media (max-width: 620px) {
  .hero-visual {
    min-height: 390px;
  }

  .main-device {
    width: 100%;
    min-height: 330px;
    padding: 26px;
  }

  .dashboard-card {
    width: 210px;
  }

  .bottom-card {
    bottom: 0;
  }
}
