/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy:       #02084b;
  --navy-dark:  #010630;
  --gold:       #7a6200;
  --gold-light: #a88800;
  --gold-pale:  #f5edd0;
  --white:      #ffffff;
  --off-white:  #f9f7f2;
  --light-gray: #e8e8e8;
  --mid-gray:   #666666;
  --dark:       #111111;
  --font-h:     'Playfair Display', serif;
  --font-b:     'Lato', sans-serif;
  --ease:       all 0.35s ease;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-b); color: var(--dark); background: var(--white); line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* ===== TYPOGRAPHY ===== */
.section-label { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.section-title { font-family: var(--font-h); font-size: clamp(1.8rem, 3vw, 2.8rem); color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.section-title span { color: var(--gold); }
.divider { width: 56px; height: 3px; background: var(--gold); margin: 0 auto 2rem; }
.divider.left { margin-left: 0; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; font-family: var(--font-b); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; border: 2px solid transparent; cursor: pointer; transition: var(--ease); border-radius: 2px; }
.btn-primary  { background: var(--gold);  color: var(--white); border-color: var(--gold);  }
.btn-primary:hover  { background: transparent; color: var(--gold); }
.btn-outline  { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline:hover  { background: var(--white); color: var(--navy); }
.btn-navy     { background: var(--navy);  color: var(--white); border-color: var(--navy);  }
.btn-navy:hover     { background: transparent; color: var(--navy); }

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar { background: var(--navy); color: var(--gold-pale); text-align: center; padding: 0.6rem 1rem; font-size: 0.78rem; letter-spacing: 0.06em; }
.announcement-bar a { color: var(--gold-light); font-weight: 700; text-decoration: underline; }

/* ===== HEADER ===== */
.header { position: sticky; top: 0; z-index: 1000; background: var(--white); box-shadow: 0 2px 20px rgba(0,0,0,0.07); transition: var(--ease); }
.header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.12); }
.navbar { display: flex; align-items: center; justify-content: space-between; padding: 0.7rem 0; }
.logo { display: flex; align-items: center; gap: 0.75rem; }
.logo-img { height: 95px; width: auto; }
.logo-name { font-family: var(--font-h); font-size: 1.05rem; font-weight: 700; color: var(--navy); letter-spacing: 0.04em; line-height: 1.1; display: block; }
.logo-tagline { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: block; }
.nav-links { display: flex; align-items: center; gap: 0.2rem; }
.nav-links a { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); padding: 0.5rem 0.85rem; border-radius: 2px; transition: var(--ease); position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--gold); transition: var(--ease); }
.nav-links a:hover::after, .nav-links a.active::after { width: 70%; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--navy) !important; color: var(--white) !important; padding: 0.6rem 1.2rem !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--white) !important; }
.nav-cta::after { display: none !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); transition: var(--ease); }

/* ===== MOBILE NAV ===== */
.mobile-nav { display: none; position: fixed; inset: 0; background: var(--navy); z-index: 9999; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 1.25rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); transition: var(--ease); }
.mobile-nav a:hover { color: var(--gold-light); }
.mobile-nav-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: var(--white); font-size: 2rem; cursor: pointer; line-height: 1; }
.mobile-nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9998; }
.mobile-nav-overlay.visible { display: block; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(2,8,75,0.97) 0%, rgba(2,8,75,0.80) 50%, rgba(122,98,0,0.65) 100%), url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1600&q=80') center/cover no-repeat; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(2,8,75,0.93) 45%, transparent 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 660px; padding: 6rem 0; }
.hero-eyebrow { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.4rem; }
.hero-eyebrow span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-light); }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; flex: 0 0 28px; height: 1px; background: var(--gold-light); }
.hero-title { font-family: var(--font-h); font-size: clamp(2.5rem, 5vw, 4.5rem); color: var(--white); line-height: 1.1; margin-bottom: 1.2rem; }
.hero-title em { font-style: normal; color: var(--gold-light); }
.hero-subtitle { font-size: 1rem; color: rgba(255,255,255,0.8); margin-bottom: 2.5rem; max-width: 510px; line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; gap: 2.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.14); }
.hero-stat-num { font-family: var(--font-h); font-size: 2rem; font-weight: 700; color: var(--gold-light); line-height: 1; }
.hero-stat-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 0.3rem; }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.45); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; animation: bounce 2s infinite; }
.hero-scroll svg { width: 18px; height: 18px; fill: none; stroke: rgba(255,255,255,0.45); stroke-width: 2; }
@keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* ===== TRUST BAR ===== */
.trust-bar { background: var(--gold); padding: 1.2rem 0; }
.trust-items { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.6rem; color: var(--white); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.trust-item svg { width: 17px; height: 17px; fill: rgba(255,255,255,0.85); flex-shrink: 0; }

/* ===== ABOUT ===== */
.about { padding: 6rem 0; background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; height: 520px; object-fit: cover; object-position: top; border-radius: 4px; box-shadow: 20px 20px 0 var(--gold); }
.about-badge { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--navy); color: var(--white); width: 118px; height: 118px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 4px solid var(--white); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.about-badge-num { font-family: var(--font-h); font-size: 1.7rem; font-weight: 700; color: var(--gold-light); line-height: 1; }
.about-badge-text { font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.8); line-height: 1.3; margin-top: 0.25rem; }
.about-body p { color: var(--mid-gray); margin-bottom: 1.2rem; font-size: 0.93rem; }
.ceo-block { background: var(--navy); padding: 1.25rem 1.5rem; border-radius: 4px; margin: 1.5rem 0; display: flex; align-items: center; gap: 1rem; }
.ceo-img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid var(--gold); flex-shrink: 0; }
.ceo-name { font-family: var(--font-h); font-size: 1rem; color: var(--white); font-weight: 700; }
.ceo-title { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); margin-top: 0.15rem; }
.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin: 1.5rem 0; }
.about-highlight { display: flex; align-items: flex-start; gap: 0.7rem; }
.highlight-icon { width: 32px; height: 32px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.highlight-icon svg { width: 14px; height: 14px; fill: var(--white); }
.highlight-text { font-size: 0.83rem; font-weight: 700; color: var(--navy); line-height: 1.4; padding-top: 0.35rem; }

/* ===== SERVICES ===== */
.services { padding: 6rem 0; background: var(--white); }
.services-header { text-align: center; margin-bottom: 3.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.service-card { background: var(--off-white); border: 1px solid var(--light-gray); border-radius: 4px; padding: 2.25rem 1.75rem; transition: var(--ease); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--gold); transform: scaleY(0); transform-origin: bottom; transition: var(--ease); }
.service-card:hover::before { transform: scaleY(1); }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(2,8,75,0.1); border-color: var(--gold); }
.service-icon { width: 54px; height: 54px; background: var(--navy); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; transition: var(--ease); }
.service-icon svg { width: 24px; height: 24px; fill: var(--gold-light); }
.service-card:hover .service-icon { background: var(--gold); }
.service-card:hover .service-icon svg { fill: var(--white); }
.service-title { font-family: var(--font-h); font-size: 1.05rem; color: var(--navy); margin-bottom: 0.7rem; font-weight: 700; }
.service-desc { font-size: 0.86rem; color: var(--mid-gray); line-height: 1.7; }

/* ===== WHY US ===== */
.why-us { padding: 6rem 0; background: var(--navy); position: relative; overflow: hidden; }
.why-us::before { content: ''; position: absolute; top: 0; right: 0; width: 380px; height: 380px; border-radius: 50%; background: rgba(122,98,0,0.1); transform: translate(30%,-30%); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
.why-content .section-label { color: var(--gold-light); }
.why-content .section-title { color: var(--white); }
.why-content p { color: rgba(255,255,255,0.72); margin-bottom: 2rem; font-size: 0.93rem; }
.why-list { display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 2.5rem; }
.why-item { display: flex; align-items: center; gap: 0.9rem; color: rgba(255,255,255,0.85); font-size: 0.88rem; }
.why-check { width: 20px; height: 20px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-check svg { width: 10px; height: 10px; fill: var(--white); }
.why-image { position: relative; }
.why-img-main { width: 100%; height: 460px; object-fit: cover; object-position: top; border-radius: 4px; }
.why-img-overlay { position: absolute; bottom: 2rem; left: -2rem; background: var(--gold); color: var(--white); padding: 1.5rem 1.75rem; border-radius: 4px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); max-width: 210px; }
.why-img-overlay-num { font-family: var(--font-h); font-size: 2.4rem; font-weight: 700; line-height: 1; }
.why-img-overlay-text { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.9; margin-top: 0.3rem; }

/* ===== TESTIMONIALS ===== */
.testimonials { padding: 6rem 0; background: var(--off-white); }
.testimonials-header { text-align: center; margin-bottom: 3.5rem; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testimonial-card { background: var(--white); border-radius: 4px; padding: 2.5rem 2rem; border: 1px solid var(--light-gray); transition: var(--ease); }
.testimonial-card:hover { box-shadow: 0 15px 40px rgba(2,8,75,0.1); transform: translateY(-4px); }
.quote-icon { font-family: Georgia,serif; font-size: 5rem; color: var(--gold); opacity: 0.3; line-height: 0.7; margin-bottom: 1.2rem; display: block; }
.testimonial-text { font-size: 0.88rem; color: var(--mid-gray); line-height: 1.8; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 1.25rem; }
.star { width: 13px; height: 13px; fill: var(--gold); }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; padding-top: 1.25rem; border-top: 1px solid var(--light-gray); }
.author-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-size: 0.95rem; color: var(--gold-light); font-weight: 700; flex-shrink: 0; }
.author-name { font-weight: 700; font-size: 0.86rem; color: var(--navy); }
.author-role { font-size: 0.73rem; color: var(--mid-gray); }

/* ===== CONTACT ===== */
.consultation { padding: 6rem 0; background: var(--white); }
.consultation-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }
.consultation-info p { color: var(--mid-gray); margin-bottom: 2rem; font-size: 0.93rem; }
.contact-details { display: flex; flex-direction: column; gap: 1.2rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; }
.contact-icon { width: 42px; height: 42px; background: var(--gold); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 18px; height: 18px; fill: var(--white); }
.contact-detail-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.15rem; }
.contact-detail-value { font-size: 0.88rem; color: var(--navy); font-weight: 600; line-height: 1.5; }
.contact-detail-value a:hover { color: var(--gold); }
.whatsapp-cta { display: inline-flex; align-items: center; gap: 0.65rem; background: #25D366; color: var(--white); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.85rem 1.5rem; border-radius: 2px; margin-top: 1.75rem; transition: var(--ease); border: 2px solid #25D366; }
.whatsapp-cta:hover { background: transparent; color: #25D366; }
.whatsapp-cta svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.consultation-form-wrap { background: var(--navy); padding: 2.5rem; border-radius: 4px; }
.form-title { font-family: var(--font-h); font-size: 1.4rem; color: var(--white); margin-bottom: 0.4rem; }
.form-subtitle { font-size: 0.83rem; color: rgba(255,255,255,0.55); margin-bottom: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full { grid-column: 1/-1; }
.form-group label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: 2px; padding: 0.75rem 1rem; color: var(--white); font-family: var(--font-b); font-size: 0.88rem; transition: var(--ease); outline: none; width: 100%; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.28); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold-light); background: rgba(255,255,255,0.1); }
.form-group select option { background: var(--navy); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { margin-top: 1.25rem; width: 100%; font-size: 0.82rem; padding: 1rem; justify-content: center; }

/* ===== MAP ===== */
.map-section { background: var(--off-white); }
.map-header { padding: 4rem 0 2rem; text-align: center; }
.map-address { font-size: 0.88rem; color: var(--mid-gray); margin-top: 0.7rem; }
.map-wrap { position: relative; }
.map-wrap iframe { display: block; width: 100%; height: 420px; border: 0; }
.map-directions-btn { position: absolute; bottom: 1.5rem; right: 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.25); font-size: 0.76rem; }

/* ===== FOOTER LOGO CIRCLE ===== */
.footer-logo-circle {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  background: var(--white);
}

/* ===== FOOTER ===== */
.footer { background: var(--navy-dark); color: rgba(255,255,255,0.65); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-brand .logo-name { color: var(--white); }
.footer-brand .logo-tagline { color: var(--gold-light); }
.footer-brand p { font-size: 0.83rem; line-height: 1.7; margin-top: 1.2rem; color: rgba(255,255,255,0.5); }
.footer-social { display: flex; gap: 0.7rem; margin-top: 1.5rem; }
.social-link { width: 36px; height: 36px; background: rgba(255,255,255,0.07); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--ease); }
.social-link:hover { background: var(--gold); }
.social-link svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.65); }
.footer-col-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); margin-bottom: 1.5rem; padding-bottom: 0.7rem; border-bottom: 2px solid var(--gold); display: inline-block; }
.footer-links { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-links a { font-size: 0.83rem; color: rgba(255,255,255,0.5); transition: var(--ease); display: flex; align-items: center; gap: 0.4rem; }
.footer-links a::before { content: ''; width: 6px; height: 1px; background: var(--gold); flex-shrink: 0; }
.footer-links a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 0.7rem; font-size: 0.81rem; color: rgba(255,255,255,0.5); margin-bottom: 1rem; line-height: 1.5; }
.footer-contact-item svg { width: 14px; height: 14px; fill: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-sitemap { padding: 2.25rem 0; border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); }
.sitemap-title { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.4rem; }
.sitemap-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }
.sitemap-col-heading { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 0.7rem; }
.sitemap-col ul { display: flex; flex-direction: column; gap: 0.35rem; }
.sitemap-col ul li, .sitemap-col ul li a { font-size: 0.78rem; color: rgba(255,255,255,0.32); transition: var(--ease); }
.sitemap-col ul li a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 0; font-size: 0.76rem; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 0.75rem; }
.footer-bottom a { color: var(--gold-light); }

/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float { position: fixed; bottom: 5.5rem; right: 2rem; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,0.45); z-index: 900; transition: var(--ease); }
.whatsapp-float:hover { transform: scale(1.1); background: #1da851; }
.whatsapp-float svg { width: 28px; height: 28px; fill: var(--white); }
.whatsapp-float-tooltip { position: absolute; right: 62px; background: var(--dark); color: var(--white); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; white-space: nowrap; padding: 0.4rem 0.85rem; border-radius: 2px; opacity: 0; pointer-events: none; transition: var(--ease); }
.whatsapp-float:hover .whatsapp-float-tooltip { opacity: 1; }

/* ===== BACK TO TOP ===== */
.back-to-top { position: fixed; bottom: 2rem; right: 2rem; width: 44px; height: 44px; background: var(--gold); border: none; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,0.2); opacity: 0; transform: translateY(20px); transition: var(--ease); z-index: 800; }
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top svg { width: 18px; height: 18px; fill: none; stroke: var(--white); stroke-width: 2.5; }

/* ===== FADE IN ===== */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .testimonials-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .sitemap-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .about-grid, .why-grid, .consultation-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-img-main, .why-img-main { height: 300px; }
  .about-badge { width: 90px; height: 90px; }
  .about-badge-num { font-size: 1.4rem; }
  .why-img-overlay { left: 1rem; }
  .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .trust-items { gap: 1.2rem; }
  .about-highlights { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-stats { gap: 1.5rem; }
  .map-wrap iframe { height: 280px; }
  .map-directions-btn { position: static; display: flex; width: 100%; justify-content: center; border-radius: 0; }
}
@media (max-width: 480px) {
  .hero-stats { flex-direction: column; gap: 1rem; }
  .consultation-form-wrap { padding: 1.75rem 1.25rem; }
  .sitemap-grid { grid-template-columns: 1fr; }
}
