:root {
  --primary: #4b98c7;
  --primary-dark: #255a84;
  --secondary: #f36a3b;
  --secondary-soft: #ffb25f;
  --accent: #f4c84d;
  --text: #102236;
  --muted: #5d6c7a;
  --surface: rgba(255,255,255,0.82);
  --surface-strong: #ffffff;
  --border: rgba(37,90,132,0.12);
  --shadow: 0 20px 50px rgba(16, 34, 54, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f5f9fc 0%, #ffffff 40%, #f8fbff 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1140px, calc(100% - 2rem)); margin: 0 auto; }

.bg-shape {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .18;
  pointer-events: none;
  z-index: -1;
}
.bg-shape-1 { width: 260px; height: 260px; background: var(--secondary); top: 80px; left: -60px; }
.bg-shape-2 { width: 320px; height: 320px; background: var(--primary); right: -90px; top: 380px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(255,255,255,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 0;
}
.brand { display: flex; align-items: center; gap: .85rem; min-width: 0; }
.brand img {
  width: 60px; height: 60px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow);
}
.brand strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1rem; }
.brand span { color: var(--muted); font-size: .92rem; }
.main-nav { display: flex; gap: 1.4rem; font-weight: 500; }
.main-nav a:hover { color: var(--primary-dark); }
.menu-toggle { display: none; border: 0; background: var(--surface-strong); width: 44px; height: 44px; border-radius: 14px; box-shadow: var(--shadow); }
.mobile-menu {
  display: none; flex-direction: column; gap: .9rem; padding: 0 1rem 1rem; width: min(1140px, calc(100% - 2rem)); margin: 0 auto;
}
.mobile-menu.open { display: flex; }

.hero { padding: 4.5rem 0 3rem; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center;
}
.eyebrow {
  display: inline-block; padding: .48rem .9rem; border-radius: 999px; background: rgba(75, 152, 199, 0.1); color: var(--primary-dark); font-weight: 700; font-size: .84rem; letter-spacing: .03em; text-transform: uppercase;
}
.hero-copy h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.03;
  margin: 1rem 0 1rem;
}
.hero-copy h1 span { color: var(--primary); }
.hero-copy p, .section-heading p, .about-copy p, .social-card p, .service-card p, .form-note {
  color: var(--muted); line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.5rem 0 2rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 52px; padding: .9rem 1.3rem; border-radius: 16px; font-weight: 700; transition: .25s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; box-shadow: var(--shadow); }
.btn-secondary, .btn-call { background: #fff; border-color: var(--border); box-shadow: var(--shadow); }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.hero-stats article, .service-card, .social-card, .contact-form, .contact-info {
  background: var(--surface);
  border: 1px solid rgba(255,255,255,.5);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.hero-stats article { padding: 1rem; }
.hero-stats strong { display: block; font-family: 'Montserrat', sans-serif; margin-bottom: .25rem; }
.hero-stats span { font-size: .94rem; color: var(--muted); }

.hero-visual { position: relative; min-height: 560px; }
.hero-card {
  overflow: hidden; border-radius: 32px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,0.7); background: #fff;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.main-card { position: absolute; inset: 0 0 75px 40px; }
.floating-card { position: absolute; width: 230px; height: 230px; }
.card-a { left: 0; bottom: 30px; }
.card-b { right: 0; top: 30px; }

.section { padding: 2.5rem 0 4.5rem; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading h2, .about-copy h2, .social-card h2, .contact-info h2 {
  font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 3vw, 3rem); margin: .85rem 0;
}
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
}
.service-card { padding: 1.5rem; }
.service-card .icon {
  width: 58px; height: 58px; display: grid; place-items: center; font-size: 1.5rem; border-radius: 18px; background: linear-gradient(135deg, rgba(243,106,59,.14), rgba(75,152,199,.18)); margin-bottom: 1rem;
}
.featured-section {
  background: linear-gradient(180deg, rgba(75,152,199,.06), rgba(243,106,59,.05));
}
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: center; }
.feature-list {
  list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .8rem;
}
.feature-list li {
  padding-left: 1.8rem; position: relative; font-weight: 500;
}
.feature-list li::before {
  content: '•'; position: absolute; left: .4rem; color: var(--secondary); font-size: 1.2rem;
}
.about-gallery { display: grid; gap: 1rem; }
.about-main, .mini-grid img { border-radius: 28px; box-shadow: var(--shadow); }
.about-main { width: 100%; aspect-ratio: 1.3 / 1; object-fit: cover; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mini-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.gallery-item {
  padding: 0; border: 0; border-radius: 24px; overflow: hidden; cursor: pointer; box-shadow: var(--shadow); background: #fff;
}
.gallery-item img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.04); }

.social-card {
  padding: 1.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 1.3rem; align-items: start; }
.contact-info { padding: 1.7rem; }
.info-list { display: grid; gap: .95rem; margin-top: 1.25rem; }
.info-list a, .info-list span {
  background: rgba(255,255,255,.72); border: 1px solid var(--border); padding: 1rem; border-radius: 18px;
}
.contact-form { padding: 1.3rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 1rem 1.05rem; border-radius: 16px; border: 1px solid var(--border); margin-bottom: .9rem; background: rgba(255,255,255,.88);
}
.contact-form textarea { resize: vertical; }

.site-footer {
  padding: 1.5rem 0 2.2rem; border-top: 1px solid rgba(16,34,54,.08);
}
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-wrap p { margin: 0; color: var(--muted); }
.footer-wrap a { color: var(--primary-dark); font-weight: 700; }

.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; width: 62px; height: 62px; border-radius: 50%; background: #25D366; color: white; display: grid; place-items: center; box-shadow: 0 16px 35px rgba(0,0,0,.22); z-index: 25;
}
.whatsapp-float svg { width: 31px; fill: currentColor; }

.lightbox {
  position: fixed; inset: 0; background: rgba(3,13,22,.88); display: none; align-items: center; justify-content: center; padding: 1rem; z-index: 50;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1000px, 94vw); max-height: 86vh; border-radius: 20px; }
.lightbox-close {
  position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; border-radius: 50%; border: 0; font-size: 2rem; background: rgba(255,255,255,.15); color: #fff; cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 980px) {
  .main-nav, .desktop-only { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid, .about-grid, .contact-grid, .services-grid, .gallery-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 2rem; }
  .hero-visual { min-height: 480px; }
  .main-card { inset: 0 0 45px 0; }
  .card-b { right: 10px; top: 15px; }
  .card-a { left: 10px; bottom: 0; }
  .hero-stats, .field-row { grid-template-columns: 1fr; }
  .social-card, .footer-wrap { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .brand img { width: 50px; height: 50px; }
  .hero-copy h1 { font-size: 2.25rem; }
  .hero-visual { min-height: 380px; }
  .floating-card { width: 135px; height: 135px; }
  .section { padding: 2rem 0 3.2rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
