
:root {
  --blue: #075fa7;
  --blue-dark: #074880;
  --pink: #f16f9f;
  --pink-dark: #df5488;
  --pink-light: #fff1f6;
  --ink: #1e2c41;
  --muted: #667286;
  --cream: #fff9f5;
  --line: #e8edf3;
  --shadow: 0 22px 60px rgba(16, 72, 119, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: 'DM Sans', Arial, sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.material-symbols-rounded { font-variation-settings: 'FILL' 1, 'wght' 400; line-height: 1; }
.section { padding: 110px max(6vw, 28px); }

.site-header {
  height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 36px;
  padding: 0 max(5vw, 28px); background: rgba(255,255,255,.96); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50;
}
.brand img { display: block; width: 280px; height: 76px; object-fit: contain; }
.brand .logo-mobile, .footer-logo-mobile { display: none; }
nav { display: flex; align-items: center; gap: 30px; font-weight: 600; }
nav a { padding: 35px 0 31px; border-bottom: 4px solid transparent; transition: .2s; }
nav a:hover, nav a.active { color: var(--pink-dark); border-color: var(--pink); }
.phone-link { display: flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; border: 1.5px solid var(--pink); border-radius: 999px; padding: 11px 17px; white-space: nowrap; }
.phone-link .material-symbols-rounded { color: var(--pink); }
.menu-button { display: none; color: var(--blue); border: 0; background: transparent; cursor: pointer; }

.hero { min-height: 690px; display: grid; grid-template-columns: 53% 47%; position: relative; overflow: hidden; background: url('assets/hero-lar-balbina.png') center / cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 36%, rgba(255,255,255,.74) 55%, rgba(255,255,255,0) 75%); }
.hero-content { max-width: 850px; display: flex; flex-direction: column; justify-content: center; padding: 74px 0 110px max(6vw, 28px); position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0; color: var(--pink-dark); display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
h1, h2 { color: var(--blue-dark); font-family: 'Lora', Georgia, serif; letter-spacing: -.035em; }
h1 { margin: 15px 0 22px; max-width: 760px; font-size: clamp(48px, 5vw, 76px); line-height: 1.04; }
h1 em { color: var(--pink); font-style: normal; }
h2 { margin: 14px 0 22px; font-size: clamp(36px, 3.5vw, 55px); line-height: 1.13; }
.hero-copy { max-width: 610px; margin: 0; color: #536175; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 0 24px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,73,134,.16); }
.button.primary { background: linear-gradient(135deg, #f45d96, #ef7ba7); color: #fff; }
.button.secondary { color: var(--blue); border: 1.5px solid var(--blue); background: #fff; }
.button.white { color: var(--blue); background: #fff; margin-top: 18px; }

.quick-benefits { width: min(1500px, 90%); display: grid; grid-template-columns: repeat(4, 1fr); margin: -48px auto 0; padding: 25px 30px; background: rgba(255,255,255,.96); border: 1px solid rgba(225,231,240,.9); border-radius: 28px; box-shadow: var(--shadow); position: relative; z-index: 3; }
.quick-benefits article { min-height: 74px; display: flex; align-items: center; gap: 15px; padding: 8px 22px; border-right: 1px solid var(--line); }
.quick-benefits article:last-child { border: 0; }
.quick-benefits .material-symbols-rounded { color: var(--pink); font-size: 37px; }
.quick-benefits div { display: flex; flex-direction: column; gap: 4px; }
.quick-benefits strong { color: var(--blue-dark); font-size: 16px; }
.quick-benefits small { color: var(--muted); line-height: 1.4; }

.about { max-width: 1600px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 7vw, 110px); align-items: center; margin: auto; }
.about-copy > p:not(.section-kicker) { color: var(--muted); font-size: 17px; line-height: 1.8; }
.about-note { display: flex; gap: 13px; margin-top: 26px; padding: 22px 24px; color: var(--blue-dark); background: var(--pink-light); border-left: 4px solid var(--pink); border-radius: 0 16px 16px 0; }
.about-note .material-symbols-rounded { color: var(--pink); font-size: 32px; }
.about-note p { margin: 0; font: 600 18px/1.55 'Lora', serif; }
.about-photo { min-height: 610px; position: relative; }
.about-photo > img { width: 100%; height: 610px; display: block; object-fit: cover; border-radius: 36px 10px 36px 10px; box-shadow: var(--shadow); }
.photo-badge { width: 310px; display: grid; grid-template-columns: auto 1fr; gap: 4px 13px; position: absolute; right: -25px; bottom: 30px; padding: 22px; color: #fff; background: linear-gradient(135deg, var(--blue), #0a77c7); border: 5px solid #fff; border-radius: 20px; box-shadow: var(--shadow); }
.photo-badge .material-symbols-rounded { grid-row: 1 / 3; color: #fff; font-size: 40px; }
.photo-badge strong { font-size: 16px; }
.photo-badge small { opacity: .85; line-height: 1.4; }

.care { background: linear-gradient(180deg, #fff8fb, #fff); }
.section-heading { max-width: 760px; }
.section-heading.centered { margin: auto; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; }
.care-grid { max-width: 1500px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 54px auto 0; }
.care-card { padding: 34px; background: #fff; border: 1px solid #f1e6ec; border-radius: 24px; box-shadow: 0 12px 34px rgba(13,67,111,.06); transition: transform .25s, box-shadow .25s; }
.care-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.care-card > .material-symbols-rounded { width: 64px; height: 64px; display: grid; place-items: center; color: var(--pink-dark); background: var(--pink-light); border-radius: 18px; font-size: 34px; }
.care-card:nth-child(even) > .material-symbols-rounded { color: var(--blue); background: #edf7ff; }
.care-card h3, .principles-grid h3 { margin: 22px 0 10px; color: var(--blue-dark); font: 700 22px 'Lora', serif; }
.care-card p, .principles-grid p { margin: 0; color: var(--muted); line-height: 1.7; }

.structure { min-height: 690px; display: grid; grid-template-columns: 55% 45%; background: var(--blue-dark); }
.structure-image { min-height: 690px; background: linear-gradient(90deg, transparent 70%, var(--blue-dark)), url('assets/jardim-lar-balbina.png') center / cover no-repeat; }
.structure-copy { align-self: center; padding: 80px max(6vw, 42px) 80px 40px; color: #fff; }
.section-kicker.light { color: #ffc3d8; }
.structure h2, .contact h2 { color: #fff; }
.structure-copy > p:not(.section-kicker) { color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.75; }
.structure ul { display: grid; gap: 15px; margin: 28px 0; padding: 0; list-style: none; }
.structure li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.structure li .material-symbols-rounded { color: #ff9ec2; }

.principles { max-width: 1600px; margin: auto; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.principles-grid article { min-height: 260px; padding: 30px; background: #f7fbff; border-radius: 20px; position: relative; overflow: hidden; }
.principles-grid article:nth-child(even) { background: #fff3f7; }
.principles-grid .number { position: absolute; right: 18px; top: 10px; color: rgba(7,95,167,.08); font: 700 75px 'Lora', serif; }
.principles-grid .material-symbols-rounded { color: var(--pink); font-size: 42px; }

.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; background: var(--cream); }
.faq-intro > p:not(.section-kicker) { color: var(--muted); font-size: 17px; line-height: 1.75; }
.faq-list { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid #eadfe3; border-radius: 18px; overflow: hidden; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 23px 25px; color: var(--blue-dark); font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary .material-symbols-rounded { transform: rotate(45deg); }
.faq summary .material-symbols-rounded { color: var(--pink); transition: transform .2s; }
.faq details p { margin: 0; padding: 0 25px 24px; color: var(--muted); line-height: 1.7; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; color: #fff; background: linear-gradient(135deg, #f06d9d 0%, #ec7ca6 46%, #075fa7 150%); }
.contact-copy > p:not(.section-kicker) { max-width: 650px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.75; }
.contact-details { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 34px; }
.contact-details > div { display: flex; align-items: center; gap: 12px; }
.contact-details > div > .material-symbols-rounded { font-size: 34px; }
.contact-details p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.contact-details small { opacity: .82; }
.contact-form { padding: 38px; color: var(--ink); background: #fff; border-radius: 28px; box-shadow: var(--shadow); }
.field, .field-row { display: grid; gap: 8px; }
.field-row { grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .field { margin-bottom: 16px; }
.field label { color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.field input, .field textarea { width: 100%; border: 1px solid #dce4ed; border-radius: 13px; padding: 14px 15px; outline: 0; transition: border .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(241,111,159,.12); }
.field textarea { resize: vertical; }
.contact-form .submit { width: 100%; }
.whatsapp-button-icon { width: 22px; height: 22px; display: block; object-fit: contain; }
.contact-form > small { display: block; margin-top: 13px; color: #8a95a4; text-align: center; }
.form-status { display: flex; align-items: center; justify-content: center; gap: 7px; color: #16764a; font-weight: 700; }

footer { color: #fff; background: #064b86; }
.footer-main { min-height: 210px; display: grid; grid-template-columns: 320px 1fr auto; align-items: center; gap: 55px; padding: 42px max(6vw,28px); }
.footer-main img { width: 300px; height: 120px; object-fit: contain; padding: 12px; background: #fff; border-radius: 18px; }
.footer-main p { max-width: 560px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.7; }
.back-top { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px max(6vw,28px); color: rgba(255,255,255,.7); background: #043967; font-size: 14px; }

@media (max-width: 1120px) {
  .site-header { height: 82px; }
  .brand img { width: 220px; height: 64px; }
  .menu-button { display: block; order: 3; }
  .phone-link { margin-left: auto; }
  nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 16px max(5vw,28px) 25px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(6,55,100,.1); }
  nav.open { display: grid; }
  nav a { padding: 13px 0; border-bottom-width: 2px; }
  .quick-benefits { grid-template-columns: 1fr 1fr; }
  .quick-benefits article:nth-child(2) { border-right: 0; }
  .quick-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; }
  .about-photo { order: -1; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .structure { grid-template-columns: 1fr; }
  .structure-image { min-height: 520px; background: linear-gradient(0deg, var(--blue-dark), transparent 35%), url('assets/jardim-lar-balbina.png') center / cover no-repeat; }
  .structure-copy { padding: 30px max(7vw,30px) 90px; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .faq, .contact { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 280px 1fr; }
  .back-top { grid-column: 1 / -1; width: max-content; }
}

@media (max-width: 700px) {
  .section { padding: 80px 22px; }
  .site-header { padding: 0 18px; gap: 10px; }
  .brand { width: min(64vw, 226px); }
  .brand .logo-desktop { display: none; }
  .brand .logo-mobile { display: block; width: 100%; height: auto; }
  .phone-link { width: 43px; height: 43px; padding: 0; justify-content: center; font-size: 0; }
  .hero { min-height: 0; display: flex; flex-direction: column; background: #fff; }
  .hero::before { display: none; }
  .hero::after { content: ''; width: 100%; aspect-ratio: 16 / 9; background: url('assets/hero-lar-balbina.png') center / contain no-repeat; order: 2; }
  .hero-content { min-height: 0; justify-content: flex-start; padding: 54px 22px 36px; }
  h1 { font-size: 43px; }
  .hero-copy { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .quick-benefits { width: calc(100% - 28px); grid-template-columns: 1fr; margin-top: -28px; padding: 14px; border-radius: 22px; }
  .quick-benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-benefits article:nth-child(2) { border-right: 0; }
  .quick-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-photo, .about-photo > img { min-height: 390px; height: 390px; }
  .photo-badge { width: calc(100% - 28px); right: 14px; bottom: -35px; }
  .about-copy { margin-top: 25px; }
  .care-grid, .principles-grid { grid-template-columns: 1fr; }
  .care-card { padding: 28px; }
  .structure-image { min-height: 390px; }
  .structure-copy { padding-top: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact { gap: 34px; }
  .contact-form { padding: 25px 20px; }
  .contact-details { display: grid; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-main .footer-logo-desktop { display: none; }
  .footer-main .footer-logo-mobile { display: block; width: min(100%, 360px); height: auto; padding: 10px 14px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}


