/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: 'Inter', sans-serif; color: #4A3F3F; background: #FFF9F5; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ===== Global Geometric Shapes ===== */
.geo-shapes { opacity: 0.4; }
.geo-circle { border-radius: 50%; position: absolute; }
.geo-circle--1 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(178,45,74,0.06) 0%, transparent 70%); top: 10%; left: -100px; }
.geo-circle--2 { width: 250px; height: 250px; background: radial-gradient(circle, rgba(255,110,150,0.08) 0%, transparent 70%); top: 50%; right: 5%; }
.geo-circle--3 { width: 180px; height: 180px; background: radial-gradient(circle, rgba(178,45,74,0.05) 0%, transparent 70%); bottom: 20%; left: 15%; }
.geo-triangle { position: absolute; width: 0; height: 0; }
.geo-triangle--1 { border-left: 60px solid transparent; border-right: 60px solid transparent; border-bottom: 104px solid rgba(178,45,74,0.04); top: 30%; right: 8%; transform: rotate(15deg); }
.geo-dots { position: absolute; background-image: radial-gradient(circle, rgba(178,45,74,0.08) 1px, transparent 1px); background-size: 16px 16px; }
.geo-dots--1 { width: 120px; height: 120px; top: 60%; left: 5%; }
.geo-stripe { position: absolute; background: repeating-linear-gradient(45deg, rgba(178,45,74,0.03), rgba(178,45,74,0.03) 2px, transparent 2px, transparent 8px); }
.geo-stripe--1 { width: 200px; height: 300px; top: 40%; right: 0; transform: skewX(-10deg); }

/* ===== Section Padding ===== */
.section-padding { padding: 80px 0; }
@media (min-width: 768px) { .section-padding { padding: 100px 0; } }

/* ===== Section Header ===== */
.section-header { }
.section-tag { display: inline-block; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: #B22D4A; background: rgba(178,45,74,0.08); padding: 0.4em 1em; border-radius: 100px; }
.section-tag--light { background: rgba(255,255,255,0.12); color: #FFCDD7; }
.section-header h2 { }

/* ===== Navigation ===== */
.nav-header { background: rgba(255,249,245,0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(178,45,74,0.06); transition: box-shadow 0.3s ease; }
.nav-header.scrolled { box-shadow: 0 4px 30px rgba(178,45,74,0.08); }
.nav-height { height: 72px; }
.logo-icon { flex-shrink: 0; }
.nav-link { font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 0.9rem; color: #4A3F3F; position: relative; padding: 0.25em 0; transition: color 0.2s ease; }
.nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #B22D4A; border-radius: 2px; transition: width 0.25s ease; }
.nav-link:hover { color: #B22D4A; }
.nav-link:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 6px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.88rem; color: #fff; background: #B22D4A; padding: 0.55em 1.2em; border-radius: 100px; transition: background 0.2s ease, transform 0.15s ease; }
.nav-cta:hover { background: #9A2540; transform: translateY(-1px); }
.nav-cta svg { flex-shrink: 0; }

/* Mobile menu */
.mobile-menu-btn { display: flex; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger-line { display: block; width: 22px; height: 2px; background: #4A3F3F; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.mobile-menu-btn.active .hamburger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-btn.active .hamburger-line:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active .hamburger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,249,245,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(178,45,74,0.08); padding: 1rem; }
.mobile-menu-inner { display: flex; flex-direction: column; gap: 0.25rem; }
.mobile-menu-link { font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 1rem; color: #4A3F3F; padding: 0.75rem 1rem; border-radius: 10px; transition: background 0.2s ease, color 0.2s ease; }
.mobile-menu-link:hover { background: rgba(178,45,74,0.06); color: #B22D4A; }
.mobile-menu-cta { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(178,45,74,0.08); }
.mobile-call-btn { display: flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-weight: 600; color: #fff; background: #B22D4A; padding: 0.75rem 1.25rem; border-radius: 12px; }

/* ===== Hero ===== */
#hero { min-height: 100vh; position: relative; }
.hero-bg-block { position: absolute; }
.hero-bg-block--left { top: 0; left: 0; width: 55%; height: 100%; background: linear-gradient(135deg, rgba(178,45,74,0.04) 0%, rgba(255,205,183,0.08) 100%); clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%); }
.hero-bg-block--right { top: 0; right: 0; width: 45%; height: 100%; background: rgba(178,45,74,0.02); }
.hero-geo { position: absolute; }
.hero-geo--circle { width: 500px; height: 500px; border-radius: 50%; border: 2px solid rgba(178,45,74,0.06); top: -100px; right: -100px; }
.hero-geo--triangle { width: 0; height: 0; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 70px solid rgba(178,45,74,0.04); bottom: 15%; right: 5%; }
.hero-geo--dots { width: 100px; height: 100px; top: 25%; right: 38%; background-image: radial-gradient(circle, rgba(178,45,74,0.1) 1.5px, transparent 1.5px); background-size: 12px 12px; }

.hero-text { }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.06em; color: #B22D4A; background: rgba(178,45,74,0.07); padding: 0.5em 1.1em; border-radius: 100px; margin-bottom: 1.5rem; }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #B22D4A; animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } }

.hero-image-wrapper { position: relative; }
.hero-image-main { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 25px 60px rgba(178,45,74,0.12); }
.hero-img { width: 100%; height: 450px; object-fit: cover; }
@media (min-width: 1024px) { .hero-img { height: 560px; } }

.hero-float-card { position: absolute; display: flex; align-items: center; gap: 12px; background: #fff; padding: 14px 18px; border-radius: 16px; box-shadow: 0 10px 40px rgba(178,45,74,0.1); z-index: 2; }
.hero-float-card--1 { bottom: 40px; left: -30px; animation: float-card 4s ease-in-out infinite; }
.hero-float-card--2 { top: 40px; right: -20px; animation: float-card 4s ease-in-out infinite 1s; }
@keyframes float-card { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hfc-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(178,45,74,0.08); display: flex; align-items: center; justify-content: center; color: #B22D4A; flex-shrink: 0; }
.hfc-icon--green { background: rgba(34,197,94,0.1); color: #16a34a; }
.hfc-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.88rem; color: #1a1a1a; }
.hfc-sub { font-size: 0.78rem; color: #4A3F3F; opacity: 0.6; }

.hero-trust { display: flex; align-items: center; gap: 16px; }
.hero-trust-item { display: flex; flex-direction: column; }
.hero-trust-number { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.1rem; color: #B22D4A; }
.hero-trust-label { font-size: 0.78rem; color: #4A3F3F; opacity: 0.5; }
.hero-trust-divider { width: 1px; height: 32px; background: rgba(178,45,74,0.15); }

.scroll-indicator { }
.scroll-mouse { width: 26px; height: 40px; border: 2px solid rgba(178,45,74,0.25); border-radius: 13px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-wheel { width: 3px; height: 8px; background: #B22D4A; border-radius: 3px; animation: scroll-anim 1.8s ease-in-out infinite; }
@keyframes scroll-anim { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(10px); } }

/* ===== Buttons ===== */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.95rem; color: #fff; background: #B22D4A; padding: 0.85em 1.7em; border-radius: 100px; transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease; box-shadow: 0 4px 20px rgba(178,45,74,0.25); }
.btn-primary:hover { background: #9A2540; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(178,45,74,0.3); }
.btn-primary--lg { padding: 1em 2em; font-size: 1.05rem; }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.95rem; color: #B22D4A; background: transparent; padding: 0.85em 1.7em; border-radius: 100px; border: 2px solid rgba(178,45,74,0.2); transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease; }
.btn-secondary:hover { background: rgba(178,45,74,0.06); border-color: #B22D4A; transform: translateY(-2px); }
.btn-secondary--lg { padding: 1em 2em; font-size: 1.05rem; }
.btn-cta-primary { display: inline-flex; align-items: center; gap: 10px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; color: #B22D4A; background: #fff; padding: 1em 2.2em; border-radius: 100px; transition: transform 0.15s ease, box-shadow 0.2s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.btn-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.btn-cta-secondary { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1rem; color: #B22D4A; background: rgba(255,255,255,0.2); padding: 1em 2em; border-radius: 100px; border: 2px solid rgba(178,45,74,0.3); transition: background 0.2s ease, transform 0.15s ease; }
.btn-cta-secondary:hover { background: rgba(255,255,255,0.3); transform: translateY(-2px); }

/* ===== Services ===== */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

.service-card { position: relative; background: #fff; border-radius: 20px; padding: 2rem; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; border: 1px solid rgba(178,45,74,0.06); }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 50px rgba(178,45,74,0.1); }
.service-card-accent { position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 20px 20px 0 0; }
.service-card--1 .service-card-accent { background: linear-gradient(90deg, #B22D4A, #d4567a); }
.service-card--2 .service-card-accent { background: linear-gradient(90deg, #7B2D3B, #B22D4A); }
.service-card--3 .service-card-accent { background: linear-gradient(90deg, #FF6E96, #FF4D7F); }
.service-card--4 .service-card-accent { background: linear-gradient(90deg, #C40E42, #E8235A); }
.service-card--5 .service-card-accent { background: linear-gradient(90deg, #FFA3B8, #FF6E96); }
.service-card--6 .service-card-accent { background: linear-gradient(90deg, #9A2540, #C40E42); }
.service-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(178,45,74,0.07); display: flex; align-items: center; justify-content: center; color: #B22D4A; margin-bottom: 1.25rem; }
.service-card h3 { }
.service-card p { }

/* ===== About ===== */
.about-bg-accent { }
.about-images { position: relative; }
.about-img-main { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(178,45,74,0.1); }
.about-img { width: 100%; height: 450px; object-fit: cover; }
.about-img-badge { position: absolute; bottom: 16px; left: 16px; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); padding: 10px 16px; border-radius: 12px; font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 0.82rem; color: #4A3F3F; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.about-img-secondary { position: absolute; bottom: -30px; right: -20px; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 40px rgba(178,45,74,0.12); border: 4px solid #FFF9F5; }
.about-img-sm { width: 220px; height: 160px; object-fit: cover; }
@media (min-width: 1024px) { .about-img { height: 560px; } .about-img-secondary { right: -40px; bottom: -40px; } .about-img-sm { width: 280px; height: 200px; } }

.about-features { display: flex; flex-direction: column; gap: 0.75rem; }
.about-feature { display: flex; align-items: center; gap: 12px; font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 0.95rem; color: #4A3F3F; }
.about-feature-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(178,45,74,0.08); display: flex; align-items: center; justify-content: center; color: #B22D4A; flex-shrink: 0; }

/* ===== Why Choose Us ===== */
.why-us-bg { }
.why-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem; transition: background 0.2s ease, transform 0.2s ease; }
.why-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
.why-card-number { font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 2.5rem; color: rgba(255,255,255,0.08); line-height: 1; }
.why-card h3 { }
.why-card p { }

/* ===== CTA Banner ===== */
.cta-banner { background: linear-gradient(135deg, #FFF0F3 0%, #FFE8ED 50%, #FFF5F7 100%); border: 2px solid rgba(178,45,74,0.08); }
.cta-banner-bg { position: absolute; inset: 0; overflow: hidden; }
.cta-geo { position: absolute; }
.cta-geo--1 { width: 200px; height: 200px; border-radius: 50%; background: rgba(178,45,74,0.05); top: -60px; left: -40px; }
.cta-geo--2 { width: 140px; height: 140px; border-radius: 50%; background: rgba(255,110,150,0.06); bottom: -40px; right: 10%; }
.cta-geo--3 { width: 80px; height: 80px; border-radius: 50%; background: rgba(178,45,74,0.04); top: 50%; right: 30%; }

/* ===== Contact ===== */
.contact-info-card { background: #fff; border-radius: 24px; padding: 2rem; border: 1px solid rgba(178,45,74,0.06); box-shadow: 0 8px 30px rgba(178,45,74,0.06); }
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-info-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(178,45,74,0.07); display: flex; align-items: center; justify-content: center; color: #B22D4A; flex-shrink: 0; }
.contact-info-label { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: #4A3F3F; opacity: 0.45; margin-bottom: 4px; }
.contact-info-value { font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 0.95rem; color: #1a1a1a; line-height: 1.6; }
.contact-link:hover { color: #B22D4A; }
.contact-info-divider { height: 1px; background: rgba(178,45,74,0.06); margin: 1.25rem 0; }

.contact-map { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(178,45,74,0.06); }
.contact-map-img { width: 100%; height: 200px; object-fit: cover; }
.contact-map-link { position: absolute; bottom: 12px; right: 12px; display: inline-flex; align-items: center; gap: 6px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.8rem; color: #fff; background: #B22D4A; padding: 8px 14px; border-radius: 10px; transition: background 0.2s ease; }
.contact-map-link:hover { background: #9A2540; }

.contact-form-card { background: #fff; border-radius: 24px; padding: 2.5rem; border: 1px solid rgba(178,45,74,0.06); box-shadow: 0 8px 30px rgba(178,45,74,0.06); }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.04em; color: #4A3F3F; }
.form-input { font-family: 'Inter', sans-serif; font-size: 0.95rem; color: #1a1a1a; background: #FFF9F5; border: 1.5px solid rgba(178,45,74,0.1); border-radius: 12px; padding: 0.8em 1em; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; width: 100%; }
.form-input::placeholder { color: #4A3F3F; opacity: 0.35; }
.form-input:focus { border-color: #B22D4A; box-shadow: 0 0 0 3px rgba(178,45,74,0.08); }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234A3F3F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1em center; padding-right: 2.5em; }
.form-textarea { resize: vertical; min-height: 120px; }
.btn-form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem; color: #fff; background: #B22D4A; padding: 1em 2em; border-radius: 12px; transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease; box-shadow: 0 4px 20px rgba(178,45,74,0.25); align-self: flex-start; }
.btn-form-submit:hover { background: #9A2540; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(178,45,74,0.3); }

.form-success { text-align: center; padding: 2rem 0; }
.form-success-icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(34,197,94,0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto; color: #16a34a; }
.form-success h3 { }
.form-success p { }

/* ===== Footer ===== */
.footer-top { border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-link { font-size: 0.9rem; color: rgba(255,255,255,0.5); transition: color 0.2s ease; }
.footer-link:hover { color: #FFCDD7; }
.footer-bottom { }

/* ===== Animations ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* ===== Utility ===== */
.hidden { display: none !important; }
