:root {
  --black: #05070b;
  --navy: #071a34;
  --navy-2: #0b2445;
  --white: #f7fbff;
  --muted: #aab7c8;
  --line: rgba(255, 255, 255, 0.13);
  --green: #19d38a;
  --green-dark: #0b8f5a;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(5, 7, 11, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(25, 211, 138, 0.48);
  background: linear-gradient(145deg, var(--navy), #020304);
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0;
}

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

.brand strong {
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.main-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-nav a {
  color: rgba(247, 251, 255, 0.82);
  font-size: 0.93rem;
}

.main-nav a:hover {
  color: var(--green);
}

.language-selector {
  height: 42px;
  border: 1px solid var(--line);
  background: #081222;
  color: var(--white);
  padding: 0 12px;
  border-radius: 8px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(25, 211, 138, 0.5);
  border-radius: 8px;
  background: var(--green);
  color: #02130c;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(25, 211, 138, 0.18);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #4af0ad;
}

.btn-small {
  min-height: 42px;
  min-width: 174px;
  padding: 0 18px;
  font-size: 0.86rem;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  border-color: var(--line);
  box-shadow: none;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(18px, 6vw, 90px) 58px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=86");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.95) 0%, rgba(7, 26, 52, 0.78) 48%, rgba(5, 7, 11, 0.42) 100%),
    linear-gradient(0deg, var(--black) 0%, rgba(5, 7, 11, 0) 36%);
}

.hero-content {
  position: relative;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.65rem, 4.8vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(247, 251, 255, 0.86);
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 820px;
  margin-top: 46px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.hero-stats div {
  min-height: 108px;
  padding: 20px;
  background: rgba(5, 7, 11, 0.68);
}

.hero-stats strong {
  display: block;
  color: var(--green);
  font-size: 1.85rem;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--navy);
}

.trust-band span {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 14px;
  color: rgba(247, 251, 255, 0.78);
  font-weight: 800;
  text-align: center;
  border-right: 1px solid var(--line);
}

.trust-band span:last-child {
  border-right: 0;
}

.section {
  padding: 96px clamp(18px, 6vw, 90px);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.service-card,
.price-card,
.values-grid div,
.about-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 36, 69, 0.72), rgba(5, 7, 11, 0.88));
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 265px;
  padding: 26px;
}

.service-card p,
.price-card p,
.price-card li,
.values-grid p,
.about-panel p,
.contact-copy p {
  color: var(--muted);
}

.icon {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 38px;
  margin-bottom: 28px;
  padding: 0 10px;
  border: 1px solid rgba(25, 211, 138, 0.35);
  border-radius: 8px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.pricing-section {
  background: linear-gradient(180deg, #071a34 0%, #05070b 100%);
}

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

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 30px;
}

.price-card.featured {
  border-color: rgba(25, 211, 138, 0.65);
  transform: translateY(-12px);
}

.badge {
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(25, 211, 138, 0.14);
  color: var(--green) !important;
  font-size: 0.78rem;
  font-weight: 900;
}

.price {
  margin: 14px 0 12px;
  color: var(--white) !important;
  font-size: 2.1rem;
  font-weight: 900;
}

.price-card ul {
  flex: 1;
  margin: 20px 0 26px;
  padding-left: 20px;
}

.price-card li {
  margin: 10px 0;
}

.about-section {
  display: grid;
  gap: 18px;
}

.about-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  padding: clamp(26px, 4vw, 48px);
}

.about-panel p {
  margin: 0;
  font-size: 1.08rem;
}

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

.values-grid div {
  padding: 26px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  background: var(--navy);
}

.contact-copy {
  position: sticky;
  top: 118px;
}

.whatsapp-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--green);
  font-weight: 900;
  border-bottom: 1px solid rgba(25, 211, 138, 0.55);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(247, 251, 255, 0.82);
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 7, 11, 0.72);
  color: var(--white);
  font: inherit;
  padding: 14px 15px;
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(25, 211, 138, 0.8);
  box-shadow: 0 0 0 3px rgba(25, 211, 138, 0.12);
}

textarea {
  resize: vertical;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  place-items: center;
  min-width: 132px;
  height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #02130c;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.28);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 6vw, 90px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 1040px) {
  .site-header {
    flex-wrap: wrap;
  }

  .brand {
    min-width: auto;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

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

@media (max-width: 820px) {
  .header-actions {
    margin-left: auto;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 100svh;
    padding-top: 178px;
  }

  .hero-stats,
  .trust-band,
  .pricing-grid,
  .about-panel,
  .values-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    min-height: 92px;
  }

  .trust-band span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .price-card.featured {
    transform: none;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 72px;
    gap: 12px;
    padding: 12px 14px;
  }

  .brand small,
  .btn-small {
    display: none;
  }

  .language-selector {
    max-width: 126px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .section {
    padding: 72px 16px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-width: 112px;
  }
}
