:root { --terracotta: #E2725B; --olive: #6B8C5C; --sand: #F4EDE4; --dark: #2E2C2A; --gray: #7A7A7A; --white: #FFFFFF; --shadow: 0 8px 24px rgba(0,0,0,0.08); --radius: 16px; --transition: all 0.3s ease; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Montserrat', sans-serif; color: var(--dark); background: var(--sand); line-height: 1.7; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; top: -40px; left: 0; background: var(--terracotta); color: var(--white); padding: 8px 14px; z-index: 9999; }
.skip-link:focus { top: 0; }

.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(46,44,42,0.96); backdrop-filter: blur(6px); box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--terracotta); letter-spacing: 1px; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: var(--sand); font-weight: 500; transition: var(--transition); }
.nav-links a:hover, .nav-links a.active { color: var(--terracotta); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--sand); transition: var(--transition); }

.hero { min-height: 85vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800" fill="%23E2725B" opacity="0.08"><rect x="100" y="150" width="80" height="80"/><circle cx="800" cy="500" r="60"/><polygon points="400,300 450,400 350,400"/></svg>'); background-size: cover; background-position: center; color: var(--white); }
.hero-content { text-align: center; max-width: 800px; padding: 0 20px; }
.hero-content p:first-child { font-family: 'Playfair Display', serif; font-size: 1.1rem; letter-spacing: 2px; color: var(--terracotta); margin-bottom: 16px; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.2; margin-bottom: 20px; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 40px; font-weight: 600; transition: var(--transition); font-family: inherit; border: none; cursor: pointer; }
.btn-primary { background: var(--terracotta); color: var(--white); box-shadow: 0 4px 12px rgba(226,114,91,0.3); }
.btn-primary:hover { background: #c95e46; transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--terracotta); color: var(--white); }
.btn-outline:hover { background: var(--terracotta); color: var(--white); }

.section { padding: 80px 0; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; text-align: center; margin-bottom: 48px; color: var(--dark); }
.animate { opacity: 0; transform: translateY(25px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate.visible { opacity: 1; transform: translateY(0); }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.cat-card { background: var(--white); border-radius: var(--radius); padding: 28px 20px; text-align: center; box-shadow: var(--shadow); transition: var(--transition); }
.cat-card:hover { transform: translateY(-6px); }
.cat-card img { width: 80px; height: 80px; margin: 0 auto 16px; }
.cat-card h3 { font-size: 1.4rem; margin-bottom: 12px; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.feature-item { text-align: center; background: var(--white); padding: 25px; border-radius: var(--radius); box-shadow: var(--shadow); }
.feat-icon img { width: 55px; height: 55px; margin: 0 auto 12px; }

.numbers-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; background: var(--olive); padding: 50px 30px; border-radius: var(--radius); color: var(--white); text-align: center; }
.number-item { flex: 1; min-width: 150px; }
.number { font-size: 2.5rem; font-weight: 700; display: block; font-family: 'Playfair Display', serif; }

.testimonial-card { background: var(--white); padding: 32px; border-radius: var(--radius); margin-bottom: 24px; text-align: center; box-shadow: var(--shadow); }
.client { margin-top: 16px; font-weight: 600; color: var(--terracotta); }

.cta-section { background: linear-gradient(135deg, var(--dark) 0%, #4a3e38 100%); color: var(--white); padding: 70px 0; text-align: center; }

.page-header { background: linear-gradient(135deg, var(--olive) 0%, #4a6a3c 100%); color: var(--white); padding: 140px 0 70px; text-align: center; }
.page-header h1 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 16px; }

.pricing-intro { background: var(--white); padding: 20px; border-radius: var(--radius); margin-bottom: 40px; text-align: center; }
.price-category { margin-bottom: 60px; }
.price-category h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; margin-bottom: 25px; border-left: 5px solid var(--terracotta); padding-left: 20px; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; }
.price-card { background: var(--white); border-radius: var(--radius); padding: 24px 16px; text-align: center; box-shadow: var(--shadow); position: relative; }
.price-card.featured { border: 2px solid var(--terracotta); transform: scale(1.02); }
.price-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.price { font-size: 1.8rem; font-weight: 700; color: var(--terracotta); margin-bottom: 15px; }
.price-card ul { text-align: left; margin: 15px 0; padding-left: 20px; }
.price-card ul li { margin-bottom: 8px; font-size: 0.85rem; }
.badge { background: var(--terracotta); color: white; font-size: 0.7rem; padding: 3px 8px; border-radius: 20px; position: absolute; top: -12px; right: 15px; }
.btn-outline-price, .btn-primary-price { display: inline-block; padding: 8px 20px; border-radius: 30px; font-weight: 600; margin-top: 10px; }
.btn-outline-price { border: 2px solid var(--terracotta); color: var(--terracotta); background: transparent; }
.btn-outline-price:hover { background: var(--terracotta); color: white; }
.btn-primary-price { background: var(--terracotta); color: white; border: none; }
.btn-primary-price:hover { background: #c95e46; }

.extras { margin-top: 50px; background: var(--white); padding: 30px; border-radius: var(--radius); }
.extras h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 20px; }
.extras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 12px; }
.extra-item { display: flex; justify-content: space-between; border-bottom: 1px dashed #ddd; padding: 12px 0; }
.note { background: #f7f3ef; padding: 20px; border-radius: var(--radius); margin-top: 30px; text-align: center; }
.note a { color: var(--terracotta); text-decoration: underline; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-bottom: 60px; }
.about-text h2 { font-family: 'Playfair Display', serif; font-size: 2rem; margin-bottom: 20px; }
.about-text ul { list-style: disc; margin-left: 20px; margin-bottom: 20px; }
.about-image img { border-radius: var(--radius); box-shadow: var(--shadow); }
.company-info { background: var(--white); padding: 32px; border-radius: var(--radius); }
.info-table { width: 100%; border-collapse: collapse; }
.info-table tr { border-bottom: 1px solid #eee; }
.info-table th { text-align: left; padding: 12px; font-weight: 600; width: 30%; }

.contact-methods { margin-bottom: 50px; }
.methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; }
.method-card { background: var(--white); padding: 28px; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow); }
.method-icon { font-size: 2rem; margin-bottom: 10px; }
.contact-form { background: var(--white); padding: 36px; border-radius: var(--radius); max-width: 800px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { font-weight: 500; display: block; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-family: inherit; background: var(--sand); }
.form-check { display: flex; gap: 10px; align-items: center; margin: 20px 0; }
.btn-full { width: 100%; }
.map-placeholder { background: var(--white); padding: 30px; border-radius: var(--radius); text-align: center; margin-top: 30px; }

.legal-box { background: var(--white); padding: 32px; border-radius: var(--radius); border-left: 4px solid var(--terracotta); }
.legal-box h3 { margin: 20px 0 10px; }

.footer { background: #1F1D1B; color: #b0a89c; padding: 50px 0 20px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 30px; margin-bottom: 30px; }
.footer-brand h3 { color: var(--terracotta); font-family: 'Playfair Display', serif; margin-bottom: 10px; }
.footer-nav h4, .footer-contact h4 { color: var(--sand); margin-bottom: 12px; }
.footer-nav a:hover { color: var(--terracotta); }
.footer-bottom { border-top: 1px solid #3a3530; padding-top: 20px; text-align: center; font-size: 0.8rem; }

.back-to-top { position: fixed; bottom: 25px; right: 25px; width: 45px; height: 45px; border-radius: 50%; background: var(--terracotta); color: white; border: none; cursor: pointer; opacity: 0; visibility: hidden; transition: var(--transition); }
.back-to-top.show { opacity: 1; visibility: visible; }

@media (max-width: 768px) {
    .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--dark); flex-direction: column; padding: 20px; text-align: center; gap: 15px; }
    .nav-links.active { display: flex; }
    .hamburger { display: flex; }
    .about-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .numbers-grid { flex-direction: column; }
}