:root {
  color-scheme: light;
  --ink: #101820;
  --muted: #5d6975;
  --line: #dbe1e6;
  --paper: #f7f9f9;
  --white: #ffffff;
  --teal: #1abc9c;
  --teal-dark: #1abc9c;
  --navy: #172033;
  --shadow: 0 22px 50px rgba(16, 24, 32, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(20px, 5vw, 64px);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 13, 20, 0.24);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(20px);
  animation: headerDrop 520ms ease both;
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.24));
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-name {
  font-size: 18px;
  letter-spacing: 0;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  opacity: 0.82;
  transition: opacity 180ms ease, color 180ms ease;
}

.main-nav a:hover {
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-whatsapp {
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(26, 188, 156, 0.82);
  box-shadow: 0 14px 32px rgba(26, 188, 156, 0.18);
  backdrop-filter: blur(12px);
}

.header-whatsapp:hover {
  background: var(--teal);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: start;
  overflow: hidden;
  padding: 108px clamp(20px, 5vw, 64px) 78px;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  filter: saturate(1.12) contrast(1.07) brightness(1.08);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 25%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 30%),
    linear-gradient(90deg, rgba(5, 10, 16, 0.92) 0%, rgba(5, 10, 16, 0.76) 31%, rgba(5, 10, 16, 0.24) 65%, rgba(5, 10, 16, 0.02) 100%),
    linear-gradient(0deg, rgba(5, 10, 16, 0.34), rgba(5, 10, 16, 0.02) 62%);
}

.hero-content {
  position: relative;
  max-width: 700px;
  padding-top: clamp(28px, 6.5vh, 78px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4.9vw, 62px);
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 670px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.72;
}

.hero-subhead {
  max-width: 620px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(19px, 2.1vw, 25px);
  font-weight: 800;
  line-height: 1.35;
}

.hero-support {
  max-width: 560px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 700;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-badges {
  max-width: 720px;
  margin-bottom: 28px;
}

.hero-badges span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 700;
}

.hero-audience {
  max-width: 660px;
  margin-bottom: 30px;
  padding: 13px 0 13px 18px;
  border-left: 2px solid rgba(249, 115, 91, 0.88);
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.62;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(26, 188, 156, 0.24);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  box-shadow: 0 18px 44px rgba(26, 188, 156, 0.34);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.stats div {
  padding: 30px clamp(20px, 5vw, 64px);
  background: var(--white);
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 32px;
}

.stats span {
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: 92px clamp(20px, 5vw, 64px);
}

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

.services-heading {
  max-width: 840px;
}

.services-heading p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.package-panel {
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.07);
}

.service-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.service-card:nth-child(1) {
  transition-delay: 80ms;
}

.service-card:nth-child(2) {
  transition-delay: 170ms;
}

.service-card:nth-child(3) {
  transition-delay: 260ms;
}

.service-card:nth-child(4) {
  transition-delay: 350ms;
}

.service-card:hover {
  transform: translateY(-8px) scale(1);
  box-shadow: 0 26px 58px rgba(16, 24, 32, 0.16);
}

.service-image {
  overflow: hidden;
  background: #dbe1e6;
}

.service-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3.05;
  object-fit: cover;
  transition: transform 340ms ease;
}

.service-card:hover .service-image img {
  transform: scale(1.045);
}

.service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.service-card span {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.18;
}

.service-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.service-card p,
.package-item p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.package-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  overflow: visible;
}

.package-item {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  transition: border-color 260ms ease, box-shadow 260ms ease, background 180ms ease, transform 260ms ease;
}

.package-item:hover {
  transform: translateY(-4px);
}

.package-item + .package-item {
  border-left: 1px solid var(--line);
}

.package-item.featured {
  z-index: 2;
  border-color: rgba(26, 188, 156, 0.78);
  background: linear-gradient(180deg, #eefaf7 0%, #ffffff 72%);
  box-shadow: 0 28px 70px rgba(26, 188, 156, 0.18), 0 18px 44px rgba(16, 24, 32, 0.12);
  transform: scale(1.05);
}

.package-item.featured:hover {
  transform: translateY(-4px) scale(1.05);
}

.price {
  margin-bottom: 20px;
  color: var(--teal-dark) !important;
  font-size: 34px;
  font-weight: 800;
}

.package-note {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(26, 188, 156, 0.26);
  border-radius: 8px;
  color: var(--teal) !important;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.package-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.package-list li {
  position: relative;
  padding-left: 22px;
  color: #35414d;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.package-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.package-button {
  width: 100%;
  margin-top: auto;
  color: var(--teal-dark);
  border-color: rgba(26, 188, 156, 0.26);
  background: rgba(26, 188, 156, 0.08);
}

.package-button.primary {
  color: var(--white);
}

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

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

.included-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 24, 32, 0.05);
}

.included-grid article {
  padding: 28px;
}

.included-grid span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.included-grid p,
.seo-copy p,
.faq-list p,
.section-heading p {
  color: var(--muted);
  line-height: 1.7;
}

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

.seo-faq-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.seo-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f7f9f9;
}

.seo-copy h2 {
  max-width: 820px;
  margin-bottom: 24px;
}

.seo-copy p {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: 17px;
}

.seo-copy p:last-child {
  margin-bottom: 0;
}

.seo-button-wrap {
  margin-top: 34px;
  max-width: 360px;
}

.faq-panel {
  min-height: 100%;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f7f9f9;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-panel h2 {
  margin-bottom: 28px;
  font-size: clamp(32px, 4vw, 50px);
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.faq-list p {
  margin: 16px 0 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 112px clamp(20px, 5vw, 64px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 16, 24, 0.86), rgba(10, 16, 24, 0.62)),
    url("assets/drone-hero.png") center / cover;
}

.contact-copy {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.contact-copy h2 {
  max-width: 900px;
  margin: 0 auto 18px;
}

.contact-copy p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.cta-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 38px;
}

.cta-deadline {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 0 28px;
  padding: 0 14px;
  border: 1px solid rgba(26, 188, 156, 0.38);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(26, 188, 156, 0.13);
  box-shadow: 0 16px 34px rgba(26, 188, 156, 0.12);
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 800;
}

.cta-points span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 750;
}

.contact-cta {
  margin-top: 0;
  min-width: min(100%, 360px);
  min-height: 56px;
  font-size: 17px;
}

.animate-in {
  animation: fadeUp 700ms ease both;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 680ms ease, transform 680ms ease, box-shadow 300ms ease;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-card.scroll-reveal.is-visible:hover {
  transform: translateY(-8px) scale(1);
}

.stats.animate-in {
  animation-delay: 120ms;
}

.section.animate-in,
.contact-section.animate-in {
  animation-delay: 180ms;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpScale {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.7);
  background: #0a1018;
}

.footer-brand {
  display: grid;
  gap: 4px;
}

.footer-brand span {
  color: var(--white);
  font-weight: 800;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer-meta {
  display: grid;
  gap: 6px;
  text-align: right;
}

.footer-meta a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

@media (max-width: 920px) {
  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    right: 20px;
    display: none;
    width: min(280px, calc(100vw - 40px));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(10, 16, 24, 0.94);
    box-shadow: var(--shadow);
  }

  .header-whatsapp {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 16px 18px;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-copy {
    font-size: 18px;
  }

  .stats,
  .service-grid,
  .included-grid,
  .seo-faq-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .service-grid {
    gap: 26px;
  }

  .service-card {
    min-height: auto;
  }

  .service-image img {
    aspect-ratio: 16 / 9;
  }

  .section,
  .contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 700px) {
  .package-panel {
    grid-template-columns: 1fr;
  }

  .package-item {
    min-height: auto;
  }

  .package-item + .package-item {
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .package-item.featured,
  .package-item.featured:hover {
    transform: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    font-size: 15px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-whatsapp {
    display: none;
  }

  .hero {
    min-height: 90vh;
    padding: 104px 18px 52px;
  }

  .hero-media {
    object-position: 72% center;
  }

  h1 {
    font-size: 38px;
  }

  .hero-actions,
  .button,
  .site-footer {
    width: 100%;
  }

  .services-heading p {
    font-size: 16px;
  }

  .service-body {
    padding: 24px;
  }

  .site-footer {
    flex-direction: column;
  }

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

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
