:root {
  --ink: #164c5a;
  --ink-2: #547078;
  --pink: #df087a;
  --pink-soft: #fff1f7;
  --mint: #56bea9;
  --mint-soft: #eff9f7;
  --lime: #c5dd37;
  --yellow: #f8c845;
  --blue: #b6dfeb;
  --lilac: #d9cae8;
  --line: #e8edef;
  --white: #fff;
  --shadow: 0 16px 34px rgba(26, 76, 90, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Nunito, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 105px 0; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 18px; padding: 10px 14px; color: white; background: var(--ink); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; z-index: 30; top: 0; height: 88px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid #f1edf0; backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { width: 156px; }
.brand img { width: 156px; height: 53px; object-fit: contain; }
.main-nav { display: flex; gap: 34px; align-items: center; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .3px; }
.main-nav > a:not(.button) { transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--pink); }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 27px; color: var(--white); background: linear-gradient(112deg, var(--pink), #f1468a); border: 0; border-radius: 999px; font-size: 15px; font-weight: 900; cursor: pointer; box-shadow: 0 8px 18px rgba(223, 8, 122, .18); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(223, 8, 122, .25); }
.button--small { min-height: 42px; padding: 0 20px; font-size: 13px; text-transform: none; letter-spacing: 0; }
.button--outline { color: var(--pink); background: var(--white); box-shadow: none; }
.button--outline:hover { background: #fff7fb; }
.text-link { color: #14758b; font-size: 15px; font-weight: 900; }
.text-link span, .step-card a span { padding-left: 3px; transition: transform .2s ease; display: inline-block; }
.text-link:hover span, .step-card a:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; min-height: 635px; padding: 92px 0 95px; background: linear-gradient(120deg, #fff9fb 0%, #f9eff8 59%, #e8f7f5 100%); }
.hero::after { content: ""; position: absolute; right: -12%; bottom: -95px; left: -12%; height: 170px; background: var(--white); border-radius: 50% 50% 0 0 / 45% 45% 0 0; transform: rotate(-2deg); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.hero__copy { padding-bottom: 34px; }
.eyebrow { margin: 0 0 13px; color: var(--pink); font-size: 13px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.eyebrow--mint { display: inline-block; padding: 6px 12px; color: #347866; background: #e5f7ed; border-radius: 99px; letter-spacing: .65px; }
.eyebrow--lime { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 16px; color: var(--ink); font-size: clamp(47px, 5vw, 67px); line-height: 1.08; letter-spacing: -2.4px; }
h2 { margin-bottom: 14px; font-size: clamp(32px, 3.5vw, 44px); line-height: 1.13; letter-spacing: -1.3px; }
h3 { line-height: 1.2; }
.title-mark { display: block; width: 80px; height: 8px; margin: 25px 0 32px; background: var(--lime); border-radius: 99px; }
.hero__lead { max-width: 600px; margin-bottom: 34px; color: var(--ink-2); font-size: 20px; font-weight: 600; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; }
.hero__visual { position: relative; max-width: 430px; justify-self: end; }
.photo-card { overflow: hidden; padding: 13px; background: var(--white); border-radius: 37px; box-shadow: var(--shadow); transform: rotate(3deg); }
.photo-card img { width: 100%; height: 435px; object-fit: cover; object-position: 27% 50%; border-radius: 27px; }
.hero__badge { position: absolute; z-index: 2; bottom: -20px; left: -30px; display: flex; gap: 10px; align-items: center; padding: 14px 16px; color: var(--ink); background: var(--white); border-radius: 19px; box-shadow: var(--shadow); font-size: 13px; font-weight: 900; line-height: 1.3; transform: rotate(-7deg); }
.badge-check { display: grid; width: 37px; height: 37px; place-items: center; color: white; background: var(--lime); border-radius: 50%; font-size: 22px; }
.hero__dots { position: absolute; top: 44px; right: 4%; width: 110px; height: 128px; opacity: .65; background-image: radial-gradient(var(--pink) 2.5px, transparent 2.5px); background-size: 22px 22px; }
.hero__squiggle { position: absolute; z-index: 0; color: #c5aed8; font-size: 125px; line-height: 1; opacity: .65; }
.hero__squiggle--left { top: 88px; left: 1.5%; transform: rotate(80deg); }

.trust-strip { position: relative; z-index: 4; padding: 37px 0 0; background: var(--white); }
.trust-strip__content { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); align-items: center; min-height: 136px; overflow: hidden; color: white; background: var(--ink); border-radius: 27px; }
.trust-strip__intro, .trust-strip__item { padding: 22px 38px; }
.trust-strip__intro span { display: block; color: var(--lime); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.trust-strip__intro strong { display: block; font-size: 22px; line-height: 1.25; }
.trust-strip__item { min-height: 76px; border-left: 1px solid #44747c; }
.trust-strip__item strong, .trust-strip__item span { display: block; }
.trust-strip__item strong { font-size: 18px; }
.trust-strip__item span { margin-top: 2px; color: #d1e3e3; font-size: 13px; }

.section-heading { max-width: 880px; margin-bottom: 47px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--ink-2); font-size: 18px; }
.steps { padding-top: 110px; }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step-card { min-height: 211px; padding: 28px 34px 25px; border-radius: 26px; }
.step-card--pink { background: var(--pink-soft); } .step-card--mint { background: var(--mint-soft); } .step-card--lavender { background: #f4f0fc; }
.step-number { display: inline-grid; width: 50px; height: 50px; place-items: center; margin-right: 10px; vertical-align: middle; color: white; background: var(--pink); border-radius: 50%; font-size: 22px; font-weight: 900; }
.step-card--mint .step-number { background: var(--mint); } .step-card--lavender .step-number { background: #a785c2; }
.step-card h3 { display: inline; margin-left: 6px; font-size: 21px; }
.step-card p { min-height: 52px; margin: 17px 0 17px; color: var(--ink-2); font-size: 15px; }
.step-card a { color: var(--pink); font-size: 14px; font-weight: 900; }
.step-card--mint a { color: #167e6a; } .step-card--lavender a { color: #835aa5; }

.services { position: relative; overflow: hidden; background: #fcfaff; }
.services::before { content: ""; position: absolute; top: -45px; left: -4%; width: 108%; height: 85px; background: white; border-radius: 0 0 50% 50%; transform: rotate(1deg); }
.services .container { position: relative; z-index: 1; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 33px; }
.service-card { min-height: 286px; padding: 28px 31px; background: white; border-radius: 25px; box-shadow: var(--shadow); }
.service-card h3 { margin: 17px 0 12px; font-size: 22px; }
.service-card p { min-height: 91px; margin-bottom: 16px; color: var(--ink-2); font-size: 15px; }
.service-icon { display: grid; width: 56px; height: 56px; place-items: center; background: #e7f7f3; border-radius: 50%; font-size: 27px; }
.service-icon--yellow { background: #fff1db; } .service-icon--pink { background: #fcedf4; color: var(--pink); }
.service-card--compact { min-height: 176px; box-shadow: none; }
.service-card--compact .service-icon { float: right; color: var(--ink); background: rgba(255,255,255,.38); }
.service-card--compact h3 { margin-top: 3px; }
.service-card--compact p { min-height: 0; margin: 0; }
.service-card--lime { background: var(--lime); } .service-card--blue { background: var(--blue); } .service-card--lilac { background: var(--lilac); }

.specialties { background: #fff; }
.specialties__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.specialties__grid h2 { margin-bottom: 0; }
.specialties__copy { padding: 34px 38px; border-left: 7px solid var(--lime); background: #f7fbfa; border-radius: 0 20px 20px 0; }
.specialties__copy p { color: var(--ink-2); font-size: 17px; }
.specialties__copy .button { margin-top: 8px; }

.principles { color: white; background: var(--ink); }
.section-heading--light h2 { color: white; } .section-heading--light > p:last-child { color: #d2e4e4; }
.principles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.principles__grid article { padding: 18px 23px 23px; border: 1px solid #4d7b82; border-radius: 19px; }
.principles__grid span { color: var(--lime); font-size: 14px; font-weight: 900; }
.principles__grid h3 { margin: 12px 0 10px; font-size: 19px; }
.principles__grid p { margin: 0; color: #d4e4e4; font-size: 15px; }

.locations__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.location-card { padding: 40px; background: #f0faf8; border: 1px solid #d5eee8; border-radius: 28px; }
.location-card--pink { background: #fff2f7; border-color: #fae1ec; }
.location-card__label { margin-bottom: 4px; color: #347866; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.location-card--pink .location-card__label { color: var(--pink); }
.location-card h3 { margin-bottom: 10px; font-size: 31px; }
.location-card > p:not(.location-card__label) { min-height: 50px; margin-bottom: 25px; color: var(--ink-2); }
.location-card__actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; font-size: 14px; font-weight: 900; }
.location-card__actions > a:first-child { color: var(--pink); }

.contact { color: white; background: linear-gradient(105deg, #174c5a, #216978); }
.contact__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 86px; align-items: center; }
.contact h2 { color: white; } .contact__intro > p:not(.eyebrow) { max-width: 580px; color: #d4e4e4; font-size: 18px; }
.contact__phone { display: block; width: fit-content; margin-top: 19px; padding: 0; color: white; background: transparent; border: 0; font-size: 18px; font-weight: 900; cursor: pointer; }
.contact-form { padding: 29px; color: var(--ink); background: white; border-radius: 25px; }
.contact-form label { display: block; margin-bottom: 16px; color: var(--ink); font-size: 14px; font-weight: 900; }
.contact-form input, .contact-form textarea, .contact-form select { display: block; width: 100%; margin-top: 6px; padding: 11px 13px; color: var(--ink); background: white; border: 1px solid #dce6e7; border-radius: 10px; outline-color: var(--pink); resize: vertical; }
.contact-form .button { width: 100%; min-height: 49px; }
.form-note { margin: 12px 0 0; color: #70868b; font-size: 12px; text-align: center; }

.site-footer { padding: 27px 0; background: white; }
.site-footer__content { display: flex; gap: 22px; align-items: center; justify-content: space-between; }
.site-footer img { width: 132px; height: 42px; object-fit: contain; }
.site-footer p, .site-footer a { margin: 0; color: var(--ink-2); font-size: 13px; }
.site-footer a { color: var(--pink); font-weight: 900; }

.venue-modal { width: min(510px, calc(100% - 36px)); padding: 37px; color: var(--ink); background: var(--white); border: 0; border-radius: 27px; box-shadow: 0 25px 80px rgba(10, 48, 58, .27); }
.venue-modal::backdrop { background: rgba(11, 54, 65, .58); backdrop-filter: blur(3px); }
.venue-modal__close { position: absolute; top: 14px; right: 17px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: #f1f6f5; border: 0; border-radius: 50%; font-size: 25px; line-height: 1; cursor: pointer; }
.venue-modal__icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 17px; color: var(--pink); background: var(--pink-soft); border-radius: 50%; font-size: 25px; }
.venue-modal h2 { margin-bottom: 7px; font-size: 31px; }
.venue-modal__lead { margin-bottom: 24px; color: var(--ink-2); }
.venue-modal__options { display: grid; gap: 12px; }
.venue-modal__options button { display: grid; gap: 1px; width: 100%; padding: 17px 19px; color: var(--ink); text-align: left; background: #f3faf8; border: 2px solid transparent; border-radius: 15px; cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.venue-modal__options button:hover { border-color: var(--mint); transform: translateY(-2px); }
.venue-modal__options button[data-venue="miraflores"] { background: #fff4f8; }
.venue-modal__options button[data-venue="miraflores"]:hover { border-color: var(--pink); }
.venue-modal__options strong { font-size: 19px; }
.venue-modal__options span { color: var(--ink-2); font-size: 14px; }
.venue-modal__options i { margin-top: 8px; color: var(--pink); font-size: 13px; font-style: normal; font-weight: 900; }

@media (max-width: 1000px) {
  .main-nav { gap: 19px; }
  .hero__grid, .specialties__grid, .contact__grid { gap: 46px; }
  .trust-strip__content { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .trust-strip__intro, .trust-strip__item { padding: 20px 22px; }
  .trust-strip__intro strong { font-size: 19px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 570px); }
  .section { padding: 73px 0; }
  .site-header { height: 76px; }
  .brand, .brand img { width: 133px; height: 45px; }
  .nav-toggle { display: grid; gap: 5px; padding: 8px; }
  .nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 3px; background: var(--ink); border-radius: 3px; }
  .main-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px 18px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 19px rgba(30, 57, 66, .1); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 12px 4px; }
  .main-nav .button { margin-top: 8px; }
  .hero { min-height: 0; padding: 68px 0 100px; }
  .hero__grid, .specialties__grid, .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__copy { padding-bottom: 0; } h1 { font-size: 48px; } .hero__lead { font-size: 18px; }
  .hero__visual { width: calc(100% - 22px); max-width: 400px; justify-self: center; }
  .photo-card img { height: 360px; }
  .hero__badge { left: -16px; }
  .hero__dots { right: -35px; }
  .trust-strip { padding-top: 20px; }
  .trust-strip__content { grid-template-columns: 1fr 1fr; border-radius: 20px; }
  .trust-strip__intro { grid-column: 1 / -1; padding-bottom: 12px; }
  .trust-strip__item { min-height: 62px; padding: 12px 18px; border-top: 1px solid #44747c; border-left: 0; }
  .trust-strip__item:last-child { display: none; }
  .steps { padding-top: 78px; } .steps__grid, .services__grid, .locations__grid { grid-template-columns: 1fr; gap: 18px; }
  .step-card { min-height: 0; } .step-card p { min-height: 0; }
  .section-heading { margin-bottom: 32px; } .section-heading > p:last-child { font-size: 16px; }
  .service-card { min-height: 0; } .service-card p { min-height: 0; }
  .specialties__copy { padding: 27px 24px; }
  .principles__grid { grid-template-columns: 1fr 1fr; gap: 13px; }
  .principles__grid article { padding: 16px; }
  .principles__grid h3 { font-size: 17px; }
  .principles__grid p { font-size: 14px; }
  .location-card { padding: 28px; }
  .contact-form { padding: 23px; }
  .venue-modal { padding: 30px 24px; }
  .site-footer__content { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 410px) {
  h1 { font-size: 43px; } h2 { font-size: 31px; }
  .hero__actions { gap: 17px; align-items: flex-start; flex-direction: column; }
  .trust-strip__content { grid-template-columns: 1fr; }
  .trust-strip__item { display: block !important; }
  .principles__grid { grid-template-columns: 1fr; }
}
