:root {
  --navy: #09234b;
  --blue: #0d58bd;
  --sky: #eaf4ff;
  --pale: #f7fbff;
  --ink: #132442;
  --muted: #65738a;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--pale); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { width: min(1180px, calc(100% - 48px)); margin: 0 auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: .85rem; line-height: 1.05; letter-spacing: .02em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand strong { font-size: 1rem; }
.navigation { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 600; }
.navigation > a:not(.nav-cta) { color: #50617a; transition: color .2s; }
.navigation > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { color: var(--white); background: var(--navy); padding: 12px 20px; border-radius: 99px; }
.menu-button { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.hero { width: min(1180px, calc(100% - 48px)); min-height: 620px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 65px; padding: 60px 0 85px; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 18px; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; color: var(--navy); margin: 0; font-weight: 700; line-height: .98; }
h1 { max-width: 600px; font-size: clamp(3.3rem, 6.3vw, 5.6rem); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--blue); font-style: italic; }
.intro { color: var(--muted); line-height: 1.75; max-width: 510px; font-size: 1.08rem; margin: 28px 0 32px; }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.button { font-weight: 700; font-size: .95rem; display: inline-flex; align-items: center; gap: 16px; }
.button-primary { color: white; background: var(--blue); padding: 16px 21px; border-radius: 8px; box-shadow: 0 12px 24px rgba(13, 88, 189, .18); transition: transform .2s, background .2s; }
.button-primary:hover { background: #08499f; transform: translateY(-2px); }
.button-primary span { font-size: 1.25rem; }
.button-text { color: var(--navy); border-bottom: 1px solid var(--navy); padding-bottom: 3px; }

.hero-visual { min-height: 440px; position: relative; display: grid; place-items: center; }
.portrait-frame { position: relative; z-index: 1; height: 405px; width: min(100%, 360px); background: #cfe7ff; border-radius: 180px 180px 26px 26px; overflow: hidden; box-shadow: 22px 25px 0 #b6d8fb; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.math-symbol { position: absolute; color: #9fc9f7; font: 700 5.5rem/1 "Playfair Display", serif; z-index: 0; }
.symbol-one { top: 7px; left: 0; }.symbol-two { right: 3%; bottom: 24px; }
.floating-card { position: absolute; z-index: 2; bottom: 7px; left: -10px; display: flex; align-items: center; gap: 11px; padding: 13px 18px; color: var(--navy); background: rgba(255,255,255,.96); border-radius: 8px; box-shadow: 0 13px 30px rgba(34, 78, 130, .15); font-size: .76rem; line-height: 1.45; }
.floating-card p { margin: 0; }.floating-card strong { font-size: .88rem; }.card-icon { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--blue); border-radius: 50%; font-weight: bold; }

.section { padding: 110px max(24px, calc((100% - 1180px) / 2)); }
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; background: white; }
h2 { font-size: clamp(2.65rem, 4.6vw, 4.3rem); letter-spacing: -.05em; }
.about-content { max-width: 620px; color: var(--muted); font-size: 1.02rem; line-height: 1.85; }
.about-content p { margin: 0 0 18px; }.about-lead { color: var(--ink); font-size: 1.25rem; line-height: 1.55; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; border-top: 1px solid #dce9f5; padding-top: 22px; }
.values div { display: grid; gap: 6px; }.values span { color: var(--blue); font-weight: 700; font-size: .8rem; }.values strong { color: var(--navy); font-size: .86rem; line-height: 1.3; }

.appointment { background: var(--sky); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }
.appointment-copy > p:last-child { color: var(--muted); max-width: 440px; line-height: 1.8; margin: 25px 0 0; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 16px; min-height: 90px; padding: 16px 21px; background: white; border: 1px solid #dceafa; border-radius: 10px; transition: transform .2s, box-shadow .2s; }
.contact-card:hover { transform: translateX(5px); box-shadow: 0 12px 25px rgba(34, 76, 125, .1); }.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; font-size: 1.35rem; }.whatsapp .contact-icon { color: #138b58; background: #e2f8ec; }.email .contact-icon { color: var(--blue); background: #e5f1ff; }.instagram .contact-icon { color: #c3357e; background: #fbe7f1; }
.contact-card small, .contact-card strong { display: block; }.contact-card small { color: var(--muted); font-size: .78rem; margin-bottom: 2px; }.contact-card strong { color: var(--navy); font-size: 1rem; }.contact-card b { color: var(--blue); font-size: 1.2rem; }
footer { width: min(1180px, calc(100% - 48px)); margin: auto; min-height: 110px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: .78rem; }.footer-brand { font-size: .85rem; }.footer-brand img { width: 36px; height: 36px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 760px) {
  .site-header, .hero, footer { width: min(100% - 36px, 540px); }.site-header { min-height: 76px; }.navigation { position: absolute; top: 76px; left: 18px; right: 18px; z-index: 5; display: none; padding: 18px; background: white; box-shadow: 0 15px 25px rgba(20, 61, 110, .12); border-radius: 10px; flex-direction: column; align-items: stretch; gap: 18px; }.navigation.open { display: flex; }.nav-cta { text-align: center; }.menu-button { display: block; }
  .hero { grid-template-columns: 1fr; gap: 44px; padding: 58px 0 70px; }.hero-visual { min-height: 365px; order: -1; }.portrait-frame { height: 340px; width: 290px; }.symbol-one { left: 8%; }.symbol-two { right: 8%; }.floating-card { left: 0; bottom: 0; }
  .section { padding: 75px 24px; }.about, .appointment { grid-template-columns: 1fr; gap: 40px; }.values { grid-template-columns: 1fr; gap: 15px; }.values div { grid-template-columns: 34px 1fr; align-items: center; }.appointment { gap: 38px; } footer { min-height: 135px; align-items: flex-start; justify-content: center; flex-direction: column; padding: 28px 0; }
}
