:root {
  --blue: #084f8f;
  --blue-dark: #07345f;
  --cyan: #16b5c9;
  --orange: #ee6b11;
  --green: #14a96d;
  --ink: #142033;
  --muted: #647386;
  --line: #d9e3ed;
  --paper: #f6f8fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(8, 52, 95, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--white);
  color: var(--blue);
  padding: .7rem 1rem;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem clamp(1rem, 4vw, 4.5rem);
  color: var(--white);
  background: rgba(7, 52, 95, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--blue-dark);
  background: linear-gradient(135deg, #ffffff, #b7eef6);
  border-radius: 8px;
  font-weight: 800;
}

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

.brand small {
  color: #b9d5ee;
  font-size: .78rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
}

.nav a,
.call-chip,
.lang-toggle {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: .55rem .8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
}

.nav a {
  color: #d8eafa;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.lang-toggle {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.call-chip {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(238, 107, 17, 0.28);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: grid;
  align-items: end;
  color: var(--white);
  background: linear-gradient(160deg, #07345f 0%, #085899 50%, #0b7aa8 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(246, 248, 251, 0.98) 88%, var(--paper));
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 88px 0 auto;
  opacity: .5;
}

.hero-bg img {
  width: min(980px, 92vw);
  margin: 0 auto;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 12rem 0 5rem;
}

.eyebrow {
  margin: 0 0 .65rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  font-size: 5.4rem;
  line-height: .98;
}

.hero-copy {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: #e4f1fb;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.7rem;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: .85rem 1.05rem;
  text-decoration: none;
  font-weight: 800;
}

.btn-primary {
  color: var(--white);
  background: var(--orange);
}

.btn-whatsapp {
  color: var(--white);
  background: var(--green);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  max-width: 820px;
  margin-top: 2rem;
}

.hero-facts span,
.proof-grid div,
.service-list div,
.contact-panel a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.hero-facts span {
  padding: 1rem;
  background: rgba(7, 52, 95, 0.46);
  backdrop-filter: blur(10px);
}

.hero-facts strong,
.hero-facts small {
  display: block;
}

.hero-facts strong {
  font-size: 1.35rem;
}

.hero-facts small {
  color: #f3f9ff;
}

.section {
  padding: clamp(3.4rem, 7vw, 6.5rem) clamp(1rem, 4vw, 4.5rem);
}

.section-head {
  max-width: 820px;
  margin-bottom: 1.7rem;
}

.section-head h2,
.order-strip h2,
.split-section h2,
.contact-section h2 {
  font-size: 3.5rem;
  line-height: 1.05;
}

.section-head p:not(.eyebrow),
.split-section p,
.contact-section p,
.faq-list p {
  color: var(--muted);
}

.order-strip {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 2rem;
  background: var(--paper);
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 76px;
  padding: 1rem 1rem 1rem 3.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: .9rem;
  top: .95rem;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 1rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(20, 32, 51, 0.07);
}

.product-card.featured {
  border-color: rgba(238, 107, 17, 0.42);
}

.product-media {
  display: grid;
  place-items: center;
  height: 210px;
  padding: 1.1rem;
  background: linear-gradient(180deg, #ffffff, #eef5fb);
}

.product-media img {
  width: auto;
  max-height: 180px;
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
}

.price {
  margin: 0;
  color: var(--orange);
  font-size: 1.45rem;
  font-weight: 900;
}

.product-card h3 {
  margin: .55rem 0 .2rem;
  min-height: 52px;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.kg {
  margin: 0;
  color: var(--blue);
  font-size: 1.65rem;
  font-weight: 900;
}

.product-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .55rem;
  margin-top: auto;
  padding-top: 1rem;
}

.icon-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: var(--white);
  font-weight: 900;
}

.sms-link {
  background: var(--blue);
}

.whatsapp-link {
  background: var(--green);
}

.split-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 2rem;
  align-items: start;
}

.service-list {
  display: grid;
  gap: .75rem;
}

.service-list div {
  padding: 1rem;
  background: var(--paper);
  border-color: var(--line);
}

.service-list strong,
.service-list span,
.contact-panel span,
.contact-panel strong {
  display: block;
}

.service-list span {
  color: var(--muted);
  margin-top: .25rem;
}

.proof-section {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), #0b6e8f 62%, #0f8b79);
}

.proof-section .eyebrow {
  color: #ffbd83;
}

.proof-section .section-head p:not(.eyebrow) {
  color: #d8eafa;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.proof-grid div {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
}

.proof-grid strong {
  display: block;
  font-size: 2.1rem;
}

.proof-grid span {
  color: #d8eafa;
}

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

.faq-list {
  display: grid;
  gap: .75rem;
  max-width: 900px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 1rem;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 1rem 1rem;
}

.contact-panel {
  display: grid;
  gap: .75rem;
}

.contact-panel a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  border-color: var(--line);
  background: var(--paper);
}

.contact-panel span {
  color: var(--muted);
  font-size: .86rem;
}

.contact-panel strong {
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 2rem clamp(1rem, 4vw, 4.5rem) 5.7rem;
  color: #d8eafa;
  background: var(--blue-dark);
}

.site-footer p {
  margin: .25rem 0;
}

.mobile-bar {
  position: fixed;
  left: .65rem;
  right: .65rem;
  bottom: .65rem;
  z-index: 12;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: .4rem;
  padding: .45rem;
  background: rgba(7, 52, 95, .94);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-bar a {
  min-height: 44px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: .1rem;
  }

  .hero {
    min-height: 720px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .section-head h2,
  .order-strip h2,
  .split-section h2,
  .contact-section h2 {
    font-size: 2.8rem;
  }

  .hero-inner {
    padding-top: 9rem;
  }

  .hero-facts,
  .order-strip,
  .split-section,
  .contact-section,
  .proof-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  body {
    padding-bottom: 72px;
  }

  .site-header {
    position: relative;
    min-height: 0;
  }

  .brand {
    width: calc(100% - 114px);
  }

  .brand small {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .call-chip {
    display: none;
  }

  .nav {
    font-size: .84rem;
  }

  .nav a {
    padding: .45rem .6rem;
  }

  .hero {
    min-height: 660px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .section-head h2,
  .order-strip h2,
  .split-section h2,
  .contact-section h2 {
    font-size: 2rem;
  }

  .hero-bg {
    top: 70px;
  }

  .hero-inner {
    width: min(100% - 1.25rem, 1120px);
    padding: 7.5rem 0 3.5rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

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

  .hero-facts,
  .steps,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
  }

  .product-card h3 {
    min-height: 0;
  }

  .mobile-bar {
    display: grid;
  }
}
