:root {
  --bg: #f6f1e8;
  --panel: rgba(255, 251, 245, 0.88);
  --panel-strong: #fffdf8;
  --text: #201a16;
  --muted: #6e625a;
  --line: rgba(32, 26, 22, 0.08);
  --primary: #ef7d32;
  --primary-dark: #ca5d14;
  --secondary: #0d5c63;
  --secondary-dark: #083d42;
  --cream: #fff3dd;
  --shadow: 0 24px 80px rgba(43, 30, 20, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 125, 50, 0.14), transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(13, 92, 99, 0.12), transparent 26%),
    linear-gradient(180deg, #fbf7f1 0%, #f5efe6 100%);
}

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
}

.ambient--one {
  width: 340px;
  height: 340px;
  top: -120px;
  right: -80px;
  background: rgba(239, 125, 50, 0.22);
}

.ambient--two {
  width: 300px;
  height: 300px;
  bottom: 60px;
  left: -120px;
  background: rgba(13, 92, 99, 0.16);
}

.topbar,
.hero,
.section,
.trust-strip,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
}

.brand__badge {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  color: #fff;
  font-weight: 900;
}

.nav {
  display: flex;
  gap: 22px;
}

.nav a,
.footer a {
  color: var(--text);
  text-decoration: none;
}

.nav a:hover,
.footer a:hover {
  color: var(--primary-dark);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  border: 0;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  box-shadow: 0 20px 30px rgba(239, 125, 50, 0.22);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.58);
  color: var(--text);
  border: 1px solid rgba(32, 26, 22, 0.08);
}

.btn--dark {
  background: var(--secondary);
  color: #fff;
}

.btn--full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 42px 0 30px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(239, 125, 50, 0.12);
  color: var(--primary-dark);
  font-weight: 800;
  margin: 0 0 14px;
}

.eyebrow--light {
  background: rgba(255, 255, 255, 0.14);
  color: #ffd6b8;
}

.hero h1,
.section-heading h2 {
  margin: 0;
  line-height: 1.15;
}

.hero h1 {
  font-size: clamp(2.4rem, 4.4vw, 5rem);
}

.hero__text,
.section-heading p,
.review-card p,
.cta-copy p,
.step-card p,
.benefits-grid p,
.service-card p,
.footer p {
  color: var(--muted);
  line-height: 1.9;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero__metrics article,
.service-card,
.review-card,
.step-card,
.benefits-grid article,
.lead-form,
.phone-card,
.floating-card,
.trust-strip,
.cta-section {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero__metrics article {
  padding: 16px;
  border-radius: 20px;
}

.hero__metrics strong {
  display: block;
  font-size: 1.45rem;
}

.hero__visual {
  position: relative;
  min-height: 520px;
}

.phone-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 244, 228, 0.94));
}

.phone-card::after {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(239, 125, 50, 0.22), transparent 70%);
}

.phone-card__top,
.phone-card__status {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.phone-card__top span,
.phone-card__services span,
.phone-card__status span {
  color: var(--muted);
}

.phone-card__services {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.phone-card__services div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
}

.phone-card__services strong,
.phone-card__top strong,
.phone-card__status strong {
  display: block;
  margin-top: 6px;
  font-size: 1.1rem;
}

.status-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(13, 92, 99, 0.12);
  color: var(--secondary-dark);
  font-weight: 800;
}

.floating-card {
  position: absolute;
  padding: 16px 18px;
  border-radius: 18px;
}

.floating-card span,
.contact-item__label,
.form-note {
  color: var(--muted);
}

.floating-card strong {
  display: block;
  margin-top: 4px;
}

.floating-card--one {
  right: -12px;
  top: 48px;
}

.floating-card--two {
  left: -14px;
  bottom: 70px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border-radius: 26px;
  margin-top: 16px;
}

.trust-strip div {
  padding: 12px 14px;
}

.trust-strip strong,
.service-card strong,
.review-card strong {
  display: block;
}

.trust-strip span,
.service-card strong {
  color: var(--muted);
}

.section {
  padding: 90px 0 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 26px;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.section--dark {
  margin-top: 80px;
  padding: 56px 24px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #0f3438, #0d5c63 55%, #116f79);
}

.section-heading--light h2,
.section-heading--light p,
.step-card h3,
.step-card p,
.step-card span {
  color: #fff;
}

.services-grid,
.steps-grid,
.benefits-grid,
.reviews-grid {
  display: grid;
  gap: 18px;
}

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

.service-card,
.review-card,
.step-card,
.benefits-grid article {
  padding: 22px;
  border-radius: 24px;
}

.service-card--featured {
  background: linear-gradient(135deg, rgba(239, 125, 50, 0.96), rgba(202, 93, 20, 0.92));
  color: #fff;
}

.service-card--featured p,
.service-card--featured strong,
.service-card--featured .service-tag {
  color: rgba(255, 255, 255, 0.92);
}

.service-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
}

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

.step-card {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.step-card span {
  display: inline-flex;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #ffd6b8;
}

.section--split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}

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

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

.review-card {
  background: rgba(255, 255, 255, 0.72);
}

.cta-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  padding: 28px;
  border-radius: 32px;
  margin-top: 90px;
}

.cta-points {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.cta-points li::before {
  content: "•";
  color: var(--primary);
  font-size: 1.4rem;
  margin-inline-start: 8px;
}

.lead-form {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.form-row--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(32, 26, 22, 0.12);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(239, 125, 50, 0.24);
  border-color: var(--primary);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 48px 0 36px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: start;
}

@media (max-width: 1024px) {
  .hero,
  .section--split,
  .cta-section,
  .services-grid,
  .steps-grid,
  .reviews-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero__metrics,
  .benefits-grid,
  .form-row--split {
    grid-template-columns: 1fr 1fr;
  }

  .hero__visual {
    min-height: auto;
  }

  .floating-card {
    position: static;
    margin-top: 12px;
  }
}

@media (max-width: 760px) {
  .topbar,
  .footer {
    flex-direction: column;
    align-items: stretch;
  }

  .nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero__metrics,
  .benefits-grid,
  .form-row--split {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 68px;
  }

  .section--dark,
  .cta-section {
    padding: 22px;
  }
}
