:root {
    --cream: #fffaf6;
    --soft: #fff1ea;
    --coral: #c97c6d;
    --coral-light: #f7d8cf;
    --teal: #1f4e4a;
    --text: #263331;
    --muted: #687674;
    --white: #ffffff;
    --border: #f0ddd4;
    --shadow: 0 24px 70px rgba(31, 78, 74, 0.11);
    --radius: 26px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: var(--cream); color: var(--text); line-height: 1.7; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 250, 246, 0.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(240, 221, 212, 0.75); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; color: var(--teal); font-size: 1.2rem; }
.brand img, .footer-brand img { width: 46px; height: 46px; border-radius: 14px; }
.nav { display: flex; align-items: center; gap: 8px; }
.nav a { color: var(--muted); font-weight: 700; padding: 10px 14px; border-radius: 999px; transition: 0.2s ease; }
.nav a:hover { color: var(--teal); background: var(--soft); }
.nav .nav-btn { color: var(--white); background: var(--teal); }
.menu-toggle { display: none; border: 0; background: var(--soft); color: var(--teal); font-size: 24px; width: 46px; height: 46px; border-radius: 14px; }
.hero { padding: 90px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.eyebrow { color: var(--coral); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; font-weight: 900; margin-bottom: 14px; }
h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: 0.98; letter-spacing: -0.06em; color: var(--teal); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: -0.04em; color: var(--teal); margin-bottom: 18px; }
h3 { color: var(--teal); font-size: 1.2rem; margin-bottom: 8px; }
p { color: var(--muted); }
.hero-text { font-size: 1.2rem; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn-primary, .btn-secondary { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn-primary { background: var(--teal); color: var(--white); box-shadow: 0 14px 32px rgba(31, 78, 74, 0.18); }
.btn-secondary { background: var(--white); color: var(--teal); border: 1px solid var(--border); }
.btn-primary:hover, .btn-secondary:hover { transform: translateY(-2px); }
.hero-card { position: relative; background: var(--white); padding: 42px; border-radius: 38px; box-shadow: var(--shadow); border: 1px solid var(--border); overflow: hidden; }
.soft-circle { position: absolute; right: -70px; top: -70px; width: 210px; height: 210px; border-radius: 50%; background: var(--coral-light); opacity: 0.8; }
.hero-card h2, .hero-card p, .mini-info { position: relative; }
.mini-info { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.mini-info span { background: var(--soft); color: var(--teal); font-weight: 800; font-size: 0.86rem; padding: 8px 12px; border-radius: 999px; }
.section { padding: 84px 0; }
.center { text-align: center; }
.section-intro { max-width: 720px; margin: 0 auto; font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.info-card, .service-card, .quote-card, .contact-card, .contact-form { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: 0 16px 44px rgba(31, 78, 74, 0.07); }
.soft-bg { background: linear-gradient(180deg, var(--soft), rgba(255, 241, 234, 0)); }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items: start; }
.service-list { display: grid; gap: 16px; }
.service-row { display: grid; grid-template-columns: 18px 1fr; gap: 16px; padding: 20px; background: var(--white); border: 1px solid var(--border); border-radius: 22px; }
.service-row span, .icon-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--coral); margin-top: 8px; }
.cta { padding: 70px 0 90px; }
.cta-box { background: var(--teal); color: var(--white); text-align: center; padding: 56px 30px; border-radius: 38px; box-shadow: var(--shadow); }
.cta-box h2, .cta-box p { color: var(--white); }
.cta-box p { opacity: 0.86; max-width: 680px; margin: 0 auto 26px; }
.cta-box .btn-primary { background: var(--white); color: var(--teal); }
.page-hero { padding: 80px 0 46px; }
.page-hero p { font-size: 1.13rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 260px; }
.service-card .icon-dot { margin-bottom: 18px; }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 28px; align-items: start; }
.contact-item { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-item strong { color: var(--teal); }
.contact-item a { color: var(--coral); font-weight: 800; }
.contact-form { display: grid; gap: 12px; }
label { font-weight: 800; color: var(--teal); }
input, select, textarea { width: 100%; border: 1px solid var(--border); background: #fffdfb; border-radius: 16px; padding: 15px 16px; font-size: 1rem; font-family: inherit; color: var(--text); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(201, 124, 109, 0.13); }
.alert { padding: 14px 16px; border-radius: 16px; font-weight: 800; }
.alert.success { background: #e8f7ef; color: #17623a; }
.alert.error { background: #fff0f0; color: #a53737; }
.site-footer { padding: 60px 0 28px; background: var(--white); border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr 0.8fr; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--teal); font-size: 1.1rem; margin-bottom: 12px; }
.site-footer h4 { color: var(--teal); margin-bottom: 10px; }
.site-footer a { color: var(--coral); font-weight: 800; }
.copyright { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--border); font-size: 0.9rem; }
@media (max-width: 880px) {
    .menu-toggle { display: block; }
    .nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; background: var(--white); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow); padding: 14px; flex-direction: column; align-items: stretch; }
    .nav-open .nav { display: flex; }
    .nav a { text-align: center; }
    .hero-grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
    .card-grid, .services-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 60px; }
    .hero-card { padding: 30px; }
}
@media (max-width: 560px) {
    .container { width: min(100% - 28px, 1120px); }
    .nav-wrap { min-height: 72px; }
    h1 { font-size: 2.65rem; }
    h2 { font-size: 2rem; }
    .section { padding: 58px 0; }
    .hero-actions a { width: 100%; }
    .cta-box { padding: 40px 22px; }
}
