/* ==========================================================================
   GO PROP — Global Stylesheet
   ========================================================================== */

:root {
  --color-green: #387858;
  --color-green-dark: #2e6248;
  --color-navy: #275574;
  --color-charcoal: #4b5153;
  --color-cream: #fafbf6;
  --color-white: #ffffff;
  --color-text: #2b2b2b;
  --color-text-muted: #5c5c5c;

  --font-body: 'Inter', system-ui, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;

  --section-padding-y: 6rem;
  --transition-base: 0.25s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-cream);
}

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

.section-padding {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* ==========================================================================
   Navbar
   ========================================================================== */

.navbar-goprop {
  background-color: var(--color-cream);
  padding-top: 0rem;
  padding-bottom: 0.2rem;
}

.navbar-goprop .navbar-brand img {
  height: 120px;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .navbar-goprop .navbar-brand img {
    height: 56px;
    margin-bottom: 0;
  }
}

.navbar-goprop .nav-link {
  color: var(--color-navy);
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: 3.5rem;
  padding: 0 !important;
}

.navbar-goprop .nav-item:first-child .nav-link {
  margin-left: 4rem;
}

.navbar-goprop .nav-link.active {
  color: var(--color-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.lang-switch {
  margin-left: 2.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.lang-switch a {
  color: var(--color-navy);
  text-decoration: none;
  opacity: 0.5;
}

.lang-switch a.current {
  opacity: 1;
  text-decoration: none;
  text-underline-offset: 4px;
}

.lang-switch a:hover {
  opacity: 0.8;
}

.navbar-mobile-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 992px) {
  .navbar-goprop .navbar-mobile-actions {
    order: 2;
    margin-left: 2.5rem;
  }
  .navbar-goprop .navbar-collapse {
    order: 1;
  }
}

@media (max-width: 991.98px) {
  .navbar-goprop .nav-link,
  .navbar-goprop .nav-item:first-child .nav-link {
    margin-left: 0;
    padding: 0.6rem 0 !important;
  }
  .navbar-goprop .navbar-nav {
    text-align: left;
  }
  .lang-switch {
    margin-left: 0;
  }
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  position: relative;
  min-height: 85vh;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 60%);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: var(--color-cream);
  padding: 3rem 0;
}

.hero-content h1 {
  font-weight: 95;
  max-width: 100%;
  font-size: clamp(1rem, 7vw, 120px);
  text-align: center;
}

.hero-subtitle {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
}
/* ==========================================================================
   Quote band
   ========================================================================== */

.quote-band {
  background-color: var(--color-green);
  color: var(--color-white);
  text-align: center;
  padding: 3rem 1rem;
}

.quote-band p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.5rem;
  max-width: 1140px;
  margin: 0 auto;
}

/* ==========================================================================
   Stats bar
   ========================================================================== */

.stats-bar {
  background-color: var(--color-charcoal);
  color: var(--color-white);
  padding: 3.5rem 1rem;
}

.stats-bar .stat-number {
  font-size: 2.75rem;
  font-weight: 700;
}

.stats-bar .stat-label {
  color: rgba(255, 255, 255, 0.85);
  max-width: 260px;
  margin: 0 auto;
}

/* ==========================================================================
   Services intro (Cómo te ayudamos)
   ========================================================================== */

.services-intro h2 {
  color: var(--color-green-dark);
  font-weight: 600;
}

.services-intro .lead {
  color: var(--color-text-muted);
  font-weight:300;
}

.service-row .service-number {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-text);
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}

.service-row p {
  color: var(--color-text-muted);
  max-width: 550px;
  font-weight: 450;
  text-align: justify;
  text-align-last: left;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.service-row .col-md-6:not(:has(img)) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

/* ==========================================================================
   CTA band
   ========================================================================== */

.cta-text-band {
  background-color: var(--color-navy);
  color: var(--color-white);
  text-align: center;
  padding: 3rem 1rem;
}

.cta-text-band p {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.85rem;
  max-width: 1140px;
  margin: 0 auto;
}

.cta-button-band {

  text-align: center;
  padding: 2rem 1rem;
   background-color: var(--color-navy);
}

.btn-outline-goprop {
  border: 2px solid var(--color-white);
  color: var(--color-white);
  background: transparent;
  font-weight: 600;
  padding: 0.75rem 2rem;
  transition: var(--transition-base);
}

.btn-outline-goprop:hover {
  background: var(--color-white);
  color: var(--color-charcoal);
}

.btn-goprop {
  background-color: var(--color-green);
  border: 2px solid var(--color-green);
  color: var(--color-white);
  font-weight: 600;
  padding: 0.75rem 2rem;
  transition: var(--transition-base);
}

.btn-goprop:hover {
  background-color: var(--color-green-dark);
  border-color: var(--color-green-dark);
  color: var(--color-white);
}

/* ==========================================================================
   Gallery / parallax
   ========================================================================== */

.gallery-parallax {
  position: relative;
  min-height: 85vh;
}

.gallery-parallax .carousel-item {
  min-height: 85vh;
}

.gallery-parallax .parallax-bg {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}



.gallery-parallax .carousel-item.active,
.gallery-parallax .carousel-item-next,
.gallery-parallax .carousel-item-prev {
  display: flex;
  align-items: flex-end;
}
.gallery-parallax .carousel-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.gallery-parallax-content {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  padding: 5rem;
  text-align: right;
  margin-left: auto;
}

.gallery-parallax-content h2 {
  font-family: var(--font-serif);
  letter-spacing: 0.05em;
  color: var(--color-cream);
}

.gallery-parallax .carousel-indicators {
  top: 1.5rem;
  bottom: auto;
  justify-content: flex-start;
  margin-left: 1.5rem;
  margin-right: 0;
}
.gallery-parallax .carousel-control-prev,
.gallery-parallax .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  opacity: 0.8;
}

.gallery-parallax .carousel-control-prev {
  left: 1rem;
}

.gallery-parallax .carousel-control-next {
  right: 1rem;
}

.gallery-parallax .carousel-control-prev:hover,
.gallery-parallax .carousel-control-next:hover {
  opacity: 1;
}
/* ==========================================================================
   Footer
   ========================================================================== */

.footer-goprop {
  background-color: var(--color-cream);
  padding: 1rem 0 1rem;
  font-size: 0.9rem;
  width: 100%;
}

.footer-goprop a {
  color: var(--color-charcoal);
  text-decoration: none;
}

.footer-links-row {
  line-height: 2;
}

.footer-links .footer-sep {
  color: var(--color-text-muted);
  margin: 0 0.5rem;
}

.footer-goprop a:hover {
  color: #8c8c8c;
}

.footer-goprop .footer-credit p {
  color: #b076f9;
  font-style: italic;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.footer-goprop .footer-credit img {
  height: 28px;
  margin: 0 auto;
}
.footer-goprop .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.footer-goprop .footer-copyright {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0;
}

/* ==========================================================================
   Placeholder blocks (temporary — remove once real assets are in place)
   ========================================================================== */

.img-placeholder {
  background-color: #d9d9d9;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.85rem;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

/* ==========================================================================
   Servicios — solution rows + photo collages
   ========================================================================== */

.solutions-heading {
  color: var(--color-green-dark);
  font-weight: 700;
  text-align: center;
}

.services-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
  font-style: italic;
}

.solution-row {
  margin-bottom: 5rem;
}

.solution-title {
  color: var(--color-charcoal);
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.solution-text p {
  color: var(--color-text);
  margin-bottom: 1rem;
}

.solution-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.solution-text ul li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
}

.solution-text ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--color-green-dark);
}

.solution-collage {
  width: 100%;
}

.solution-collage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ==========================================================================
   Servicios — pricing CTA (single green band, no separate button band)
   ========================================================================== */

.cta-pricing-heading {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.pricing-block {
  min-height: auto;
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   Nosotros — intro + team carousel
   ========================================================================== */

.about-intro {
  background-color: var(--color-cream);
  color: var(--color-navy);
  text-align: center;
}

.about-intro p {
  max-width: 900px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
  line-height: 1.6;
}

.about-intro .about-highlight {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: var(--color-navy);
  color: var(--color-cream);
  padding: 2rem;
  border-radius: 4px;
}

.team-carousel .team-slide.active,
.team-carousel .carousel-item-next.team-slide,
.team-carousel .carousel-item-prev.team-slide {
  display: flex;
  flex-wrap: wrap;
  min-height: 60vh;
}

.team-carousel .team-photo {
  flex: 1 1 50%;
}

.team-carousel .team-photo img,
.team-carousel .team-photo .img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 60vh;
}

.team-carousel .team-info {
  flex: 1 1 50%;
  background-color: var(--color-navy);
  color: var(--color-white);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-carousel .team-info h3 {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

.team-carousel .team-info .team-role {
  font-family: var(--font-serif);
  font-style: italic;
  margin-bottom: 1.5rem;
}

.team-carousel .team-info .team-bio {
  line-height: 2.1;
  font-size: 1.1rem;
}

.team-carousel .carousel-indicators {
  top: 1.5rem;
  bottom: auto;
  justify-content: flex-start;
  margin-left: 1.5rem;
  margin-right: 0;
}

.team-carousel .carousel-control-prev,
.team-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  opacity: 0.8;
}

.team-carousel .carousel-control-prev {
  left: 1rem;
}

.team-carousel .carousel-control-next {
  right: 1rem;
}

.team-carousel .carousel-control-prev:hover,
.team-carousel .carousel-control-next:hover {
  opacity: 1;
}

/* ==========================================================================
   Contacto — full-bleed green form section
   ========================================================================== */

.contact-hero {
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 5rem 0;
}

.contact-hero h1 {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  margin-bottom: 1.5rem;
}

.contact-subtext {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
}

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.contact-form .row > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.field-hint {
  display: block;
  font-style: italic;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: var(--color-white);
  padding: 0.5rem 0;
  font-family: inherit;
  resize: vertical;
}

.contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 0.75rem;
  min-height: 110px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom-color: var(--color-white);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-hero .btn-outline-goprop:hover {
  color: var(--color-green);
}

.social-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.social-icons a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 1.1rem;
  transition: var(--transition-base);
}

.social-icons a:hover {
  background: var(--color-white);
  color: var(--color-green);
}

.footer-goprop .social-icons-brand {
  justify-content: flex-start;
  margin-top: 1rem;
}

.footer-goprop .social-icons-brand a {
  border-color: var(--color-green);
  color: var(--color-green);
  width: 36px;
  height: 36px;
  font-size: 0.9rem;
}

.footer-goprop .social-icons-brand a:hover {
  background: var(--color-green);
  color: var(--color-white);
}

.footer-goprop .footer-credit-divided {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.form-status {
  min-height: 1.5rem;
  font-weight: 500;
}

.form-status-error {
  color: #ffb3b3;
}

/* ==========================================================================
   Mobile responsiveness fixes
   ========================================================================== */

@media (max-width: 767.98px) {
  .service-row .col-md-6.p-5 {
    padding: 2rem 1.5rem !important;
  }

  .service-row p {
    max-width: 100%;
  }

  .service-row img {
    min-height: 220px;
  }

  .gallery-parallax-content {
    padding: 2rem 1.25rem;
    text-align: left;
  }

  .gallery-parallax-content h2 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .cta-text-band p {
    font-size: 1.1rem;
  }

  .cta-pricing-heading {
    font-size: 1.5rem;
  }

  .footer-goprop .row {
    text-align: center;
  }

  .footer-goprop .footer-brand {
    align-items: center;
  }

  .footer-goprop .footer-copyright {
    white-space: normal;
  }

  .footer-goprop .footer-links {
    text-align: center !important;
    margin-top: 1rem;
  }
}

/* ==========================================================================
   Placeholder blocks (temporary — remove once real assets are in place)
   ========================================================================== */

.img-placeholder {
  background-color: #d9d9d9;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.85rem;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
