:root {
  --ink: #2f3747;
  --muted: #667085;
  --line: #dfe5ee;
  --surface: #f5f7fa;
  --white: #ffffff;
  --blue: #0f5bff;
  --blue-deep: #123e8a;
  --graphite: #2f3747;
  --steel: #667085;
  --ice: #f5f7fa;
  --shadow: 0 22px 60px rgba(47, 55, 71, 0.16);
  --soft-shadow: 0 12px 34px rgba(47, 55, 71, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, var(--surface) 520px),
    var(--surface);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 92px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 64px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 35px rgba(47, 55, 71, 0.09);
  backdrop-filter: blur(14px);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 35px rgba(47, 55, 71, 0.09);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(230px, 30vw, 390px);
  min-width: 230px;
  height: 100%;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.95rem;
  font-weight: 700;
}

.main-nav a {
  opacity: 0.86;
}

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

.nav-cta {
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--blue);
  color: var(--white);
  opacity: 1;
  box-shadow: 0 10px 24px rgba(15, 91, 255, 0.24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 91, 255, 0.1), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, var(--ice) 100%);
  color: var(--ink);
  padding: 150px clamp(18px, 5vw, 64px) 84px;
}

.hero::after {
  position: absolute;
  right: -12vw;
  bottom: -18vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(15, 91, 255, 0.12);
  transform: rotate(45deg);
  content: "";
}

.hero-copy,
.pillar-carousel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.brand-manifesto h2,
.work-copy h2,
.split-copy h2,
.contact-section h2 {
  margin: 0;
  font-family: Montserrat, Inter, sans-serif;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 730px;
  font-size: clamp(2.6rem, 5.8vw, 5.65rem);
}

.hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

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

.pillar-carousel {
  display: grid;
  gap: 14px;
}

.pillar-card {
  display: none;
  overflow: hidden;
  border: 1px solid rgba(15, 91, 255, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.pillar-card.is-active {
  display: grid;
}

.pillar-card img {
  width: 100%;
  height: clamp(260px, 36vw, 430px);
  object-fit: cover;
}

.pillar-card:nth-child(2) img {
  object-position: 76% 14%;
  transform: scale(1.16);
}

.pillar-card:nth-child(3) img {
  object-fit: contain;
  padding: clamp(24px, 5vw, 58px);
  background: var(--white);
}

.pillar-card div {
  padding: clamp(22px, 4vw, 34px);
}

.pillar-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 800;
}

.pillar-card h2 {
  margin: 0;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.pillar-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.hero-carousel-controls {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hero-carousel-controls button {
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.hero-carousel-controls button span {
  display: block;
  margin-bottom: 3px;
  color: var(--blue);
  font-size: 0.72rem;
}

.hero-carousel-controls button.is-active,
.hero-carousel-controls button:hover {
  border-color: rgba(15, 91, 255, 0.35);
  color: var(--ink);
  background: rgba(15, 91, 255, 0.08);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 22px;
  font-weight: 800;
  cursor: pointer;
}

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

.btn-primary:hover {
  background: var(--blue-deep);
}

.btn-secondary {
  border-color: rgba(15, 91, 255, 0.28);
  color: var(--blue-deep);
  background: rgba(15, 91, 255, 0.06);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  padding: 30px clamp(18px, 4vw, 48px);
  background: var(--white);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.trust-strip span,
.brand-manifesto p,
.section-heading p,
.product-card p,
.work-copy p,
.split-copy p,
.check-list,
.process-grid p,
.contact-section p,
.site-footer {
  color: var(--muted);
}

.section,
.brand-manifesto,
.work-showcase,
.split-section,
.contact-section {
  padding: clamp(70px, 10vw, 120px) clamp(18px, 5vw, 64px);
}

.brand-manifesto {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  background:
    linear-gradient(135deg, rgba(15, 91, 255, 0.08), transparent 38%),
    linear-gradient(90deg, #ffffff, var(--ice));
  border-bottom: 1px solid var(--line);
}

.brand-manifesto h2 {
  max-width: 900px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.brand-manifesto p {
  margin: 0;
  font-size: 1.08rem;
}

.work-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 70%, #f1f5f3 100%);
}

.work-copy {
  position: sticky;
  top: 105px;
}

.work-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.05;
}

.work-copy p {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.work-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.work-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.work-card-large {
  grid-row: span 2;
  min-height: 736px;
}

.work-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
  transform: scale(1.18);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.work-card:hover img {
  filter: saturate(1.02) contrast(1.04);
  transform: scale(1.22);
}

.work-card-large:hover img {
  transform: scale(1.39);
}

.work-card-large img {
  object-position: 72% 12%;
  transform: scale(1.35);
}

.work-card:nth-child(2) img {
  object-position: 42% 16%;
}

.work-card:nth-child(3) img {
  object-position: 78% 14%;
}

.work-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 20, 28, 0.82), rgba(12, 20, 28, 0.05) 56%);
  content: "";
}

.work-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 22px;
}

.work-card span,
.detail-panel span {
  display: block;
  margin-bottom: 7px;
  color: #bcd3ff;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.work-card strong {
  display: block;
  max-width: 360px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.section-heading {
  display: grid;
  max-width: 1050px;
  grid-template-columns: minmax(240px, 0.7fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.section-heading h2,
.split-copy h2,
.contact-section h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  font-size: 1.05rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-card,
.process-grid article,
.package-card {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card:hover,
.process-grid article:hover,
.package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 91, 255, 0.24);
  box-shadow: 0 20px 42px rgba(47, 55, 71, 0.11);
}

.product-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: rgba(15, 91, 255, 0.08);
  color: var(--blue);
  font-weight: 800;
}

.product-card h3,
.process-grid h3,
.package-card h3 {
  margin: 28px 0 10px;
  font-size: 1.18rem;
}

.product-card p,
.process-grid p,
.package-card p {
  margin: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  background:
    linear-gradient(135deg, var(--blue-deep) 0%, var(--graphite) 100%);
  color: var(--white);
}

.split-copy p {
  max-width: 680px;
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #bcd3ff;
  content: "+";
  font-weight: 800;
}

.stats-panel,
.detail-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.stats-panel div {
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.stats-panel {
  grid-template-columns: repeat(3, 1fr);
}

.detail-panel {
  grid-template-columns: 1fr;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.08);
}

.detail-panel img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 78% 16%;
  transform: scale(1.16);
}

.detail-panel div {
  padding: 24px;
}

.detail-panel strong {
  display: block;
  max-width: 440px;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.stats-panel strong,
.stats-panel span {
  display: block;
}

.stats-panel strong {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.stats-panel span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.section-heading.compact {
  display: block;
  max-width: 720px;
}

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

.packages {
  background:
    linear-gradient(180deg, #f1f5f3 0, #ffffff 100%);
}

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

.package-card {
  min-height: 250px;
}

.package-card span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(15, 91, 255, 0.08);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
}

.package-card.is-featured {
  border-color: rgba(15, 91, 255, 0.36);
  background: linear-gradient(135deg, var(--blue-deep), var(--graphite));
  color: var(--white);
  box-shadow: var(--shadow);
}

.package-card.is-featured p {
  color: rgba(255, 255, 255, 0.74);
}

.package-card.is-featured span {
  background: rgba(255, 255, 255, 0.12);
  color: #dce8ff;
}

.process-grid span {
  color: var(--blue);
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 0.7fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
  background:
    linear-gradient(90deg, #ffffff 0, #ffffff 56%, #eef5f3 100%);
}

.contact-section p {
  max-width: 560px;
  font-size: 1.05rem;
}

.whatsapp-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 800;
}

.contact-note {
  display: grid;
  gap: 4px;
  max-width: 430px;
  margin-top: 24px;
  border-left: 3px solid var(--blue);
  padding: 12px 0 12px 16px;
  background: rgba(15, 91, 255, 0.07);
}

.contact-note strong {
  font-size: 0.92rem;
}

.contact-note span {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(15, 91, 255, 0.18);
  border-color: var(--blue);
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-logo {
  width: min(220px, 56vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.site-footer p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(15, 91, 255, 0.34);
  font-weight: 800;
}

.floating-whatsapp:hover {
  background: var(--blue-deep);
}

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

  .main-nav {
    position: absolute;
    top: 92px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 14px;
  }

  .nav-cta {
    padding: 14px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 128px;
    padding-bottom: 70px;
  }

  .pillar-card img {
    height: 360px;
  }

  .trust-strip,
  .brand-manifesto,
  .work-showcase,
  .product-grid,
  .package-grid,
  .process-grid,
  .split-section,
  .contact-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .stats-panel {
    grid-template-columns: 1fr;
  }

  .work-copy {
    position: static;
  }

  .work-gallery {
    grid-template-columns: 1fr;
  }

  .work-card,
  .work-card-large {
    min-height: 430px;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 78px;
  }

  .main-nav {
    top: 78px;
  }

  .brand {
    width: 190px;
    min-width: 190px;
  }

  .brand-logo {
    height: 100%;
  }

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

  .hero-carousel-controls {
    grid-template-columns: 1fr;
  }

  .hero-carousel-controls button {
    min-height: 48px;
  }

  .work-card,
  .work-card-large {
    min-height: 360px;
  }

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

  .contact-form {
    padding: 18px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}
