:root {
  --brand-gold: #f4b400;
  --brand-gold-deep: #d89200;
  --brand-blue: #1d5fca;
  --brand-blue-dark: #142f73;
  --brand-ink: #111c3d;
  --brand-slate: #3e4d73;
  --brand-bg: #f7f8fc;
  --brand-white: #ffffff;
  --brand-shadow: 0 22px 48px rgba(17, 28, 61, 0.14);
  --radius-lg: 28px;
  --radius-md: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--brand-ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f6fb 55%, #eef2f8 100%);
}

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

a {
  text-decoration: none;
}

.site-navbar {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid rgba(244, 180, 0, 0.28);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-navbar.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(17, 28, 61, 0.1);
  border-bottom-color: rgba(244, 180, 0, 0.48);
}

.navbar-brand {
  font-family: "Oswald", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  color: var(--brand-ink);
  padding: 0;
}

.brand-logo {
  width: clamp(187px, 26.4vw, 319px);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  display: block;
}

.navbar-toggler {
  border-color: rgba(20, 33, 61, 0.16);
  background: rgba(20, 33, 61, 0.04);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: none;
}

.nav-link {
  color: rgba(20, 33, 61, 0.78);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-blue-dark);
}

.nav-cta {
  padding-inline: 1.25rem;
  border-radius: 999px;
  font-weight: 800;
}

.hero-section {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 180, 0, 0.13) 0, rgba(244, 180, 0, 0.13) 7.5rem, transparent 7.5rem),
    linear-gradient(180deg, #ffffff 0%, #f3f6fc 100%);
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-section::before {
  width: 52rem;
  height: 18rem;
  right: -12rem;
  top: 5.6rem;
  border: 18px solid rgba(244, 180, 0, 0.92);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-7deg);
}

.hero-section::after {
  width: 46rem;
  height: 15rem;
  right: -10rem;
  top: 8.4rem;
  border: 15px solid rgba(20, 47, 115, 0.92);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-5deg);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  padding-bottom: 5rem;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--brand-blue-dark);
  background: rgba(20, 47, 115, 0.08);
  margin-bottom: 1rem;
}

.hero-section h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.9rem, 7vw, 5.3rem);
  line-height: 0.98;
  color: var(--brand-ink);
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 1.2rem;
}

.hero-copy {
  color: var(--brand-slate);
  font-size: 1.08rem;
  max-width: 42rem;
  margin-bottom: 1.35rem;
}

.hero-actions {
  margin: 1.2rem 0 1.6rem;
}

.cta-primary,
.cta-secondary,
.budget-form .btn,
.contact-item,
.footer-link,
.floating-whatsapp,
.floating-facebook,
.gallery-wrapper .btn,
.catalog-actions .btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.cta-primary:hover,
.cta-secondary:hover,
.budget-form .btn:hover,
.contact-item:hover,
.footer-link:hover,
.floating-whatsapp:hover,
.floating-facebook:hover,
.gallery-wrapper .btn:hover {
  transform: translateY(-2px);
}

.btn-warning {
  background: linear-gradient(135deg, #ffd04b, var(--brand-gold));
  border-color: transparent;
  color: var(--brand-blue-dark);
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(244, 180, 0, 0.24);
}

.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(135deg, #ffd966, #f4b400);
  color: var(--brand-blue-dark);
}

.btn-outline-light,
.btn-outline-dark {
  border-width: 2px;
  font-weight: 800;
}

.hero-metrics {
  margin-top: 0.4rem;
}

.metric-card {
  height: 100%;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(20, 47, 115, 0.1);
  border-top: 4px solid var(--brand-gold);
  box-shadow: 0 16px 34px rgba(17, 28, 61, 0.08);
}

.metric-card strong {
  display: block;
  color: var(--brand-ink);
  margin-bottom: 0.35rem;
}

.metric-card span {
  color: var(--brand-slate);
  font-size: 0.93rem;
}

.hero-showcase {
  display: grid;
  gap: 1rem;
  animation: riseIn 0.9s ease both;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.showcase-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--brand-shadow);
  border: 1px solid rgba(20, 47, 115, 0.08);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card.main {
  min-height: 26rem;
  background: white;
  border: 2px solid rgba(244, 180, 0, 0.34);
  padding: 2rem;
}

.showcase-card.main img {
  object-fit: contain;
}

.showcase-card.small {
  min-height: 12rem;
}

.section-block {
  padding: 6rem 0;
}

.about-section {
  position: relative;
}

.section-tag {
  background: linear-gradient(135deg, var(--brand-gold), #ffd65f);
  color: var(--brand-blue-dark);
  border: 1px solid rgba(216, 146, 0, 0.35);
  box-shadow: 0 10px 20px rgba(244, 180, 0, 0.18);
  margin-bottom: 1rem;
}

.about-section h2,
.services-section h2,
.contact-section h2,
.catalog-banner h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.02;
  margin-bottom: 1rem;
  color: var(--brand-blue-dark);
  text-shadow: 0 10px 24px rgba(20, 47, 115, 0.12);
}

.about-section p,
.section-heading p,
.gallery-header p,
.contact-panel p,
.catalog-banner p,
.form-note {
  color: var(--brand-slate);
  font-size: 1.02rem;
}

.about-points {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.about-point {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  border-left: 4px solid var(--brand-gold);
  box-shadow: 0 18px 30px rgba(17, 28, 61, 0.06);
}

.point-number {
  min-width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  color: var(--brand-blue-dark);
  background: rgba(20, 47, 115, 0.08);
}

.about-point h3,
.service-card h3,
.gallery-header h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.gallery-header h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 1rem 0.45rem 0;
  margin-bottom: 0.55rem;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--brand-blue-dark);
  position: relative;
}

.gallery-header h3::before {
  content: "";
  width: 0.55rem;
  height: 2.1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-gold), var(--brand-gold-deep));
  box-shadow: 0 8px 18px rgba(244, 180, 0, 0.28);
}

.gallery-header h3::after {
  content: "";
  position: absolute;
  left: 1.3rem;
  right: 0;
  bottom: -0.12rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(20, 47, 115, 0.5), rgba(20, 47, 115, 0));
}

.about-visual {
  position: relative;
  padding: 1rem 1rem 4rem;
}

.about-visual img {
  border-radius: var(--radius-lg);
  width: 100%;
  min-height: 34rem;
  object-fit: cover;
  box-shadow: var(--brand-shadow);
}

.about-highlight {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 22rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--brand-blue-dark), #1d4b9d);
  color: var(--brand-white);
  box-shadow: 0 18px 40px rgba(20, 47, 115, 0.22);
  border-top: 4px solid var(--brand-gold);
}

.about-highlight strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--brand-gold);
}

.services-section {
  background:
    linear-gradient(180deg, rgba(20, 47, 115, 0.035), rgba(244, 180, 0, 0.05));
}

.section-heading {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
}

.service-card {
  height: 100%;
  padding: 1.6rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 33, 61, 0.07);
  box-shadow: 0 14px 28px rgba(20, 33, 61, 0.08);
}

.service-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark));
  color: var(--brand-white);
  font-weight: 800;
  margin-bottom: 1rem;
}

.service-card p {
  color: var(--brand-slate);
  margin-bottom: 0;
}

.category-grid {
  align-items: stretch;
}

.category-card {
  position: relative;
  height: 100%;
  padding: 1.65rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(20, 47, 115, 0.1);
  border-top: 5px solid var(--brand-blue-dark);
  box-shadow: 0 18px 36px rgba(17, 28, 61, 0.08);
  overflow: hidden;
}

.category-card::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 5rem;
  right: -4rem;
  top: 1rem;
  border: 8px solid rgba(244, 180, 0, 0.28);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-10deg);
}

.category-card.featured {
  background: linear-gradient(160deg, var(--brand-blue-dark) 0%, #1b4ca0 100%);
  border-color: rgba(20, 47, 115, 0.3);
}

.category-kicker {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--brand-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-card h3 {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.category-card p {
  position: relative;
  z-index: 1;
  color: var(--brand-slate);
}

.category-card.featured h3,
.category-card.featured p,
.category-card.featured .service-list li {
  color: var(--brand-white);
}

.category-card.featured .service-list li::before {
  background: linear-gradient(135deg, #ffd65f, var(--brand-gold));
}

.service-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.35rem 0 0;
  list-style: none;
}

.service-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--brand-ink);
  font-weight: 700;
}

.service-list li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 0.55rem;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-blue));
}

.catalog-banner {
  position: relative;
  display: block;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(20, 47, 115, 0.98), rgba(29, 95, 202, 0.94)),
    radial-gradient(circle at top right, rgba(244, 180, 0, 0.24), transparent 30%);
  border: 1px solid rgba(20, 47, 115, 0.18);
  box-shadow: var(--brand-shadow);
  overflow: hidden;
}

.catalog-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.catalog-banner::after {
  content: "";
  position: absolute;
  width: 25rem;
  height: 8rem;
  right: -8rem;
  bottom: -2rem;
  border: 10px solid rgba(244, 180, 0, 0.45);
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.catalog-banner h3 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--brand-white);
}

.catalog-content p {
  max-width: none;
}

.catalog-content .btn {
  margin-top: 1.25rem;
}

.facebook-section {
  display: none;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.96));
  border: 1px solid rgba(20, 47, 115, 0.09);
  box-shadow: 0 20px 40px rgba(17, 28, 61, 0.07);
}

.facebook-section__intro {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  margin-bottom: 1.75rem;
}

.facebook-section h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.04;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: var(--brand-blue-dark);
}

.facebook-section p {
  max-width: 46rem;
  margin-bottom: 0;
  color: var(--brand-slate);
}

.facebook-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 15rem;
}

.facebook-embed-wrap {
  display: flex;
  justify-content: center;
  padding: 1rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(20, 47, 115, 0.05), rgba(244, 180, 0, 0.05));
  border: 1px solid rgba(20, 47, 115, 0.09);
}

.facebook-embed-wrap .fb-page,
.facebook-embed-wrap span,
.facebook-embed-wrap iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.facebook-embed-wrap .fb-page {
  display: flex;
  justify-content: center;
}

.catalog-banner .section-tag {
  background: rgba(255, 255, 255, 0.12);
  color: var(--brand-gold);
}

.catalog-banner p {
  color: rgba(255, 255, 255, 0.84);
}

.gallery-wrapper {
  margin-top: 3rem;
  padding: 1.5rem;
  border-radius: calc(var(--radius-lg) + 0.25rem);
  background: rgba(255, 255, 255, 0.84);
  border-top: 5px solid var(--brand-gold);
  box-shadow: 0 20px 40px rgba(17, 28, 61, 0.08);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  border-radius: 1.2rem;
}

.contact-section {
  background:
    radial-gradient(circle at bottom right, rgba(255, 183, 3, 0.14), transparent 24%),
    linear-gradient(180deg, #f4f9fd 0%, #eaf2f7 100%);
}

.contact-panel,
.budget-form {
  height: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--brand-shadow);
}

.contact-panel {
  padding: 2rem;
  background: linear-gradient(160deg, var(--brand-blue-dark), #1d4b9d);
  color: var(--brand-white);
  border-top: 5px solid var(--brand-gold);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-panel h2 {
  color: var(--brand-white);
  text-shadow: none;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-item {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--brand-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.3rem;
}

.contact-link-content {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-link-content svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
  flex: 0 0 auto;
}

.budget-form {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-top: 5px solid var(--brand-gold);
}

.form-label {
  font-weight: 700;
  color: var(--brand-ink);
}

.form-control,
.form-select {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(20, 33, 61, 0.12);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(20, 150, 212, 0.58);
  box-shadow: 0 0 0 0.25rem rgba(20, 150, 212, 0.12);
}

.form-note {
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-size: 0.92rem;
}

.site-footer {
  padding: 1.2rem 0 5.5rem;
  background: linear-gradient(180deg, var(--brand-blue-dark), #10275f);
  color: rgba(255, 255, 255, 0.72);
  border-top: 2px solid rgba(244, 180, 0, 0.38);
}

.site-footer p {
  margin-bottom: 0;
}

.footer-link {
  color: var(--brand-gold);
  font-weight: 800;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-social svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
  flex: 0 0 auto;
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1050;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #26d367, #1da851);
  box-shadow: 0 18px 35px rgba(25, 168, 81, 0.35);
}

.floating-whatsapp svg {
  width: 1.8rem;
  fill: white;
}

.floating-facebook {
  position: fixed;
  right: 1.2rem;
  bottom: 5.8rem;
  z-index: 1050;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2, #0f56b3);
  box-shadow: 0 18px 35px rgba(24, 119, 242, 0.3);
}

.floating-facebook svg {
  width: 1.5rem;
  fill: white;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .site-navbar {
    background: rgba(255, 255, 255, 0.96);
  }

  .brand-logo {
    width: clamp(165px, 41.8vw, 253px);
    max-height: 79px;
  }

  .hero-content {
    padding-top: 8rem;
  }

  .hero-section h1 {
    max-width: 13ch;
  }

  .facebook-section__intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .facebook-actions {
    width: 100%;
  }

  .showcase-card.main {
    min-height: 20rem;
  }

  .about-visual {
    padding: 0 0 4rem;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 4.5rem 0;
  }

  .brand-logo {
    width: clamp(165px, 56vw, 235px);
    max-height: 78px;
  }

  .hero-content {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .hero-section::before {
    display: none;
  }

  .hero-section::after {
    display: none;
  }

  .hero-section h1 {
    position: relative;
    z-index: 2;
    max-width: none;
    padding-right: 0.25rem;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
  }

  .hero-copy,
  .hero-metrics {
    position: relative;
    z-index: 2;
  }

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

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

  .showcase-card.main,
  .showcase-card.small,
  .about-visual img {
    min-height: auto;
  }

  .about-highlight {
    position: relative;
    max-width: none;
    margin-top: 1rem;
  }

  .gallery-wrapper,
  .contact-panel,
  .budget-form {
    padding: 1.4rem;
  }

  .gallery-grid img {
    min-height: 10rem;
  }

  .floating-whatsapp {
    width: 3.6rem;
    height: 3.6rem;
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .floating-facebook {
    width: 3.6rem;
    height: 3.6rem;
    right: 0.9rem;
    bottom: 5rem;
  }
}
