* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px clamp(20px, 5vw, 72px); background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(15,23,42,.1); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 950; }
.brand span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 16px; color: #fff; background: var(--accent); box-shadow: 0 14px 30px color-mix(in srgb, var(--accent) 28%, transparent); }
.site-nav nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-weight: 800; }
.btn, button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 999px; color: #fff; background: var(--accent); font-weight: 900; box-shadow: 0 15px 36px color-mix(in srgb, var(--accent) 28%, transparent); cursor: pointer; }
.btn.alt { color: var(--ink); background: #fff; box-shadow: inset 0 0 0 1px rgba(15,23,42,.12); }
.eyebrow { color: var(--accent); font-size: 13px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.hero { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 44px; align-items: center; padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg, var(--wash), #fff); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -150px; z-index: -1; border-radius: 50%; background: var(--accent); opacity: .13; animation: pulseBlob 7s ease-in-out infinite; }
.hero h1 { max-width: 820px; margin: 14px 0 20px; font-size: clamp(46px, 6.6vw, 84px); line-height: .94; letter-spacing: 0; }
.hero p { max-width: 680px; color: var(--muted); font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.visual-card { position: relative; min-height: 520px; border-radius: 34px; overflow: hidden; background: #111827 center/cover no-repeat; box-shadow: 0 30px 85px rgba(15,23,42,.22); transform: rotate(1.2deg); }
.visual-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.54)); }
.visual-card .caption { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 22px; border-radius: 24px; color: #fff; background: rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.floating-chip { position: absolute; z-index: 3; right: -16px; top: 18%; padding: 14px 18px; border-radius: 18px; color: var(--ink); background: #fff; font-weight: 950; box-shadow: 0 20px 50px rgba(15,23,42,.18); animation: floatChip 4.5s ease-in-out infinite; }
.section { padding: 76px clamp(20px, 5vw, 72px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section h2 { margin: 8px 0 0; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.05; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card { position: relative; overflow: hidden; min-height: 220px; padding: 26px; border-radius: 26px; background: #fff; border: 1px solid rgba(15,23,42,.09); box-shadow: 0 16px 45px rgba(15,23,42,.08); transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-8px); box-shadow: 0 26px 70px rgba(15,23,42,.14); }
.card b { display: block; font-size: 24px; margin-bottom: 10px; }
.card p { color: var(--muted); line-height: 1.65; }
.photo-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 16px; }
.photo { min-height: 260px; border-radius: 28px; background: #ddd center/cover no-repeat; box-shadow: 0 16px 45px rgba(15,23,42,.12); }
.photo.tall { grid-row: span 2; min-height: 536px; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: center; }
.dark { color: #fff; background: var(--ink); }
.dark p { color: rgba(255,255,255,.74); }
.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.stat { padding: 24px; border-radius: 22px; background: rgba(255,255,255,.1); }
.stat strong { display: block; font-size: 38px; color: var(--accent2); }
.lead-form { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding: 20px; border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(15,23,42,.12); }
input, select { width: 100%; min-height: 48px; border: 1px solid rgba(15,23,42,.13); border-radius: 16px; padding: 0 15px; font: inherit; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 32px clamp(20px,5vw,72px); color: rgba(255,255,255,.78); background: var(--ink); }
.cafe { --ink:#2b170d; --muted:#765441; --bg:#fff7ed; --wash:#fff1df; --accent:#b45309; --accent2:#fbbf24; }
.builder { --ink:#111827; --muted:#526071; --bg:#f5f7fb; --wash:#edf1f6; --accent:#f97316; --accent2:#fbbf24; }
.salon { --ink:#3b1230; --muted:#815071; --bg:#fff3fb; --wash:#fde7f3; --accent:#db2777; --accent2:#f9a8d4; }
.academy { --ink:#12213f; --muted:#52627e; --bg:#f2f7ff; --wash:#dbeafe; --accent:#2563eb; --accent2:#22c55e; }
.travel { --ink:#10362d; --muted:#4c6f66; --bg:#eefdf8; --wash:#ccfbf1; --accent:#0f766e; --accent2:#38bdf8; }
.clinic { --ink:#102438; --muted:#516b80; --bg:#f6fbff; --wash:#dff3ff; --accent:#0284c7; --accent2:#22c55e; }
@keyframes floatChip { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes pulseBlob { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@media (max-width: 960px) { .hero, .split { grid-template-columns: 1fr; } .grid-3, .grid-4, .stat-row, .lead-form { grid-template-columns: 1fr 1fr; } .site-nav nav { display: none; } .visual-card { transform: none; } }
@media (max-width: 620px) { .grid-3, .grid-4, .stat-row, .lead-form, .photo-grid { grid-template-columns: 1fr; } footer, .section-head { flex-direction: column; align-items: stretch; } }
