/*
Theme Name: Regreso Child
Template: twentytwentyfive
Version: 1.1
*/

:root {
  --regreso-primary: #78C1C5;
  --regreso-yellow: #FFB61C;
  --regreso-coral: #E37262;
  --regreso-dark: #4A302B;
  --regreso-text: #221817;
  --regreso-muted: #5f5653;
  --regreso-white: #ffffff;
  --regreso-font: "Quicksand", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--regreso-font);
  color: var(--regreso-text);
  background: #fff;
}

body,
button,
input,
textarea,
select {
  font-family: var(--regreso-font) !important;
}

.regreso-page *,
.regreso-header *,
.regreso-footer * {
  box-sizing: border-box;
}

.regreso-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* HEADER */

.regreso-header {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 18px 0 24px;
}

.regreso-topbar {
  width: fit-content;
  margin: 0 auto 28px;
  background: var(--regreso-yellow);
  color: #fff;
  border-radius: 0 0 18px 18px;
  padding: 10px 34px 12px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 20px rgba(255, 182, 28, 0.18);
}

.regreso-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.regreso-logo img {
  width: 156px;
  height: auto;
  display: block;
}

.regreso-menu {
  display: flex;
  align-items: center;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.regreso-menu a {
  color: var(--regreso-text);
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.regreso-menu a:hover {
  color: var(--regreso-primary);
}

/* HERO */

.regreso-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 120px;
  background: #fff;
}

.regreso-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -190px;
  width: 520px;
  height: 310px;
  background: var(--regreso-yellow);
  border-radius: 52% 48% 0 0 / 72% 76% 0 0;
  opacity: 1;
  z-index: 0;
}

.regreso-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 70px;
}

.regreso-label {
  color: var(--regreso-yellow);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 24px;
}

.regreso-hero h1 {
  color: var(--regreso-primary);
  font-size: clamp(56px, 6.1vw, 92px);
  line-height: 0.96;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0 0 30px;
}

.regreso-hero p {
  max-width: 560px;
  margin: 0;
  color: var(--regreso-text);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.regreso-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}

.regreso-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 31px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.regreso-btn:hover {
  transform: translateY(-2px);
}

.regreso-btn-yellow {
  background: var(--regreso-yellow);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 182, 28, 0.25);
}

.regreso-btn-outline {
  border: 2px solid var(--regreso-yellow);
  color: var(--regreso-yellow);
  background: transparent;
}

.regreso-btn-outline:hover {
  background: var(--regreso-yellow);
  color: #fff;
}

.regreso-hero-image {
  position: relative;
}

.regreso-hero-image img {
  width: 100%;
  display: block;
  border-radius: 0;
}

/* COMMON TITLES */

.regreso-section-title {
  color: var(--regreso-yellow);
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 28px;
}

.regreso-section-intro {
  max-width: 760px;
  margin: 0 auto 58px;
  color: var(--regreso-text);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
}

/* METHODS */

.regreso-methods {
  position: relative;
  overflow: hidden;
  padding: 42px 0 150px;
  background: #fff;
}

.regreso-methods::before {
  content: "";
  position: absolute;
  left: -250px;
  top: 260px;
  width: 440px;
  height: 440px;
  background: var(--regreso-primary);
  border-radius: 50%;
  opacity: 0.18;
  z-index: 0;
}

.regreso-methods .regreso-container {
  position: relative;
  z-index: 1;
}

.regreso-methods .regreso-section-title {
  text-align: left !important;
  max-width: 620px;
}

.regreso-methods .regreso-section-intro {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0;
  max-width: 710px;
}

.regreso-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 30px;
  margin-top: 28px;
}

.regreso-card {
  min-height: 310px;
  background: #fff;
  border-radius: 30px;
  padding: 42px 30px 36px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(120, 193, 197, 0.24);
}

.regreso-card img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  display: block;
  margin: 0 auto 25px;
}

.regreso-card h3 {
  margin: 0 0 14px;
  color: var(--regreso-text);
  font-size: 23px;
  line-height: 1.14;
  font-weight: 800;
}

.regreso-card p {
  margin: 0;
  color: var(--regreso-muted);
  font-size: 15.5px;
  line-height: 1.48;
  font-weight: 500;
}

/* TEAM - ORGANIC SECTION */

.regreso-team {
  position: relative;
  isolation: isolate;
  background: var(--regreso-primary);
  color: #fff;
  padding: 150px 0 145px;
  margin-top: 40px;
}

.regreso-team::before {
  content: "";
  position: absolute;
  left: 0;
  top: -118px;
  width: 100%;
  height: 150px;
  background: #fff;
  border-radius: 0 0 55% 45% / 0 0 100% 100%;
  z-index: -1;
}

.regreso-team::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -116px;
  width: 100%;
  height: 150px;
  background: #fff;
  border-radius: 55% 45% 0 0 / 100% 100% 0 0;
  z-index: -1;
}

.regreso-team .regreso-section-title {
  color: #fff;
  text-align: center;
}

.regreso-team .regreso-section-intro {
  color: #fff;
  opacity: 0.95;
}

.regreso-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 62px;
}

.regreso-person {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(64, 120, 124, 0.22);
}

.regreso-person img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  display: block;
}

.regreso-person-info {
  min-height: 90px;
  padding: 23px 27px;
  background: var(--regreso-yellow);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.regreso-person:nth-child(2) .regreso-person-info {
  background: #69B7BC;
}

.regreso-person:nth-child(3) .regreso-person-info {
  background: var(--regreso-coral);
}

.regreso-person-info strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.regreso-person-info small {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
}

.regreso-person-info span {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

/* ORDER */

.regreso-order {
  position: relative;
  background: #fff;
  padding: 190px 0 95px;
}

.regreso-order .regreso-section-title {
  margin-bottom: 48px;
}

.regreso-order-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  background: var(--regreso-primary);
  color: #fff;
  border-radius: 30px;
  padding: 38px 44px;
  margin-bottom: 26px;
  box-shadow: 0 18px 36px rgba(120, 193, 197, 0.18);
}

.regreso-order-box h3,
.regreso-note h3 {
  margin: 0 0 13px;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 800;
}

.regreso-order-box p {
  margin: 0;
  max-width: 780px;
  font-size: 16.5px;
  line-height: 1.5;
  font-weight: 500;
}

.regreso-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
}

.regreso-note {
  border: 2px solid var(--regreso-yellow);
  border-radius: 30px;
  padding: 33px 40px 35px;
  background: #fff;
}

.regreso-note ul {
  margin: 0;
  padding-left: 22px;
}

.regreso-note li {
  margin-bottom: 7px;
  color: var(--regreso-muted);
  font-size: 16.5px;
  line-height: 1.45;
  font-weight: 500;
}

.regreso-note li:last-child {
  margin-bottom: 0;
}

/* INSURANCE */

.regreso-insurance {
  position: relative;
  overflow: hidden;
  padding: 35px 0 155px;
  text-align: center;
  background: #fff;
}

.regreso-insurance::after {
  content: "";
  position: absolute;
  right: -210px;
  bottom: -170px;
  width: 540px;
  height: 350px;
  background: var(--regreso-primary);
  border-radius: 52% 48% 0 0 / 80% 80% 0 0;
  opacity: 1;
  z-index: 0;
}

.regreso-insurance .regreso-container {
  position: relative;
  z-index: 1;
}

.regreso-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px 66px;
  margin-top: 58px;
}

.regreso-logos img {
  max-height: 62px;
  max-width: 218px;
  object-fit: contain;
  filter: none;
}

/* CONTACT - CORAL ORGANIC */

.regreso-contact {
  position: relative;
  isolation: isolate;
  background: var(--regreso-coral);
  color: #fff;
  padding: 155px 0 110px;
  margin-top: 20px;
}

.regreso-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 155px;
  background: #fff;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  z-index: -1;
}

.regreso-contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: end;
  gap: 74px;
}

.regreso-contact h2 {
  color: var(--regreso-yellow);
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0 0 24px;
}

.regreso-contact p {
  margin: 0;
  max-width: 510px;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

.regreso-contact .regreso-btn-outline {
  border-color: #fff;
  color: #fff;
}

.regreso-contact .regreso-btn-outline:hover {
  background: #fff;
  color: var(--regreso-coral);
}

.regreso-contact-images {
  display: flex;
  align-items: end;
  gap: 22px;
}

.regreso-contact-images img {
  width: calc(50% - 11px);
  max-width: none;
  border-radius: 34px;
  display: block;
  object-fit: cover;
  box-shadow: 0 18px 36px rgba(126, 67, 59, 0.18);
}

.regreso-contact-images img:first-child {
  transform: translateY(34px);
}

.regreso-contact-images img:last-child {
  transform: translateY(-14px);
}

/* FOOTER */

.regreso-footer {
  position: relative;
  background: var(--regreso-dark);
  color: #fff;
  padding: 72px 0 66px;
}

.regreso-footer-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.8fr 1.45fr;
  gap: 70px;
  align-items: start;
}

.regreso-footer img {
  display: block;
  margin-bottom: 24px;
}

.regreso-footer h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 800;
}

.regreso-footer p {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 500;
}

.regreso-footer a {
  color: #fff;
  text-decoration: none;
}

.regreso-footer a:hover {
  text-decoration: underline;
}

.regreso-footer .regreso-btn-outline {
  color: var(--regreso-yellow);
  border-color: var(--regreso-yellow);
}

.regreso-footer .regreso-btn-outline:hover {
  background: var(--regreso-yellow);
  color: #fff;
  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .regreso-menu {
    gap: 24px;
  }

  .regreso-hero-grid,
  .regreso-contact-grid {
    gap: 48px;
  }

  .regreso-cards {
    gap: 26px;
  }
}

@media (max-width: 920px) {
  .regreso-container {
    width: min(100% - 36px, 1180px);
  }

  .regreso-nav {
    align-items: flex-start;
  }

  .regreso-menu {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .regreso-hero {
    padding: 42px 0 90px;
  }

  .regreso-hero-grid,
  .regreso-contact-grid,
  .regreso-footer-grid {
    grid-template-columns: 1fr;
  }

  .regreso-hero::after {
    width: 360px;
    height: 230px;
    right: -160px;
    bottom: -150px;
  }

  .regreso-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .regreso-team-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .regreso-order-box {
    grid-template-columns: 1fr;
  }

  .regreso-footer-grid {
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .regreso-container {
    width: min(100% - 28px, 1180px);
  }

  .regreso-header {
    padding-top: 10px;
  }

  .regreso-topbar {
    width: 100%;
    border-radius: 14px;
    padding: 10px 16px;
    margin-bottom: 22px;
    font-size: 14px;
  }

  .regreso-nav {
    flex-direction: column;
    gap: 22px;
  }

  .regreso-logo img {
    width: 138px;
  }

  .regreso-menu {
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .regreso-menu a {
    font-size: 14px;
  }

  .regreso-hero h1 {
    font-size: 49px;
  }

  .regreso-hero p,
  .regreso-section-intro,
  .regreso-contact p {
    font-size: 16px;
  }

  .regreso-section-title,
  .regreso-contact h2 {
    font-size: 42px;
  }

  .regreso-buttons {
    gap: 12px;
  }

  .regreso-btn {
    min-height: 48px;
    padding: 0 22px;
    font-size: 15px;
  }

  .regreso-methods {
    padding-bottom: 115px;
  }

  .regreso-cards {
    grid-template-columns: 1fr;
  }

  .regreso-card {
    min-height: auto;
    border-radius: 26px;
    padding: 34px 24px;
  }

  .regreso-team {
    padding: 120px 0 120px;
  }

  .regreso-team::before {
    top: -82px;
    height: 110px;
  }

  .regreso-team::after {
    bottom: -82px;
    height: 110px;
  }

  .regreso-order {
    padding: 145px 0 70px;
  }

  .regreso-order-box,
  .regreso-note {
    border-radius: 26px;
    padding: 28px 24px;
  }

  .regreso-insurance {
    padding-bottom: 120px;
  }

  .regreso-logos {
    gap: 30px 34px;
  }

  .regreso-logos img {
    max-width: 150px;
    max-height: 52px;
  }

  .regreso-contact {
    padding: 125px 0 80px;
  }

  .regreso-contact::before {
    top: -84px;
    height: 115px;
  }

  .regreso-contact-images {
    flex-direction: column;
  }

  .regreso-contact-images img {
    width: 100%;
    border-radius: 28px;
    transform: none !important;
  }

  .regreso-footer {
    padding: 54px 0;
  }
}