/* ============================================================
   DERRICK LOGISTICS LIMITED – styles.css
   Design: Trusted Navigator | Navy / Blue / White
   Fonts: Playfair Display (headings) + Inter (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1e293b; background: #ffffff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── Variables ────────────────────────────────────────────── */
:root {
  --navy:        #163A5F;
  --blue:        #2563EB;
  --blue-light:  #3B82F6;
  --sky:         #D9F0FF;
  --white:       #ffffff;
  --slate:       #475569;
  --slate-light: #94a3b8;
  --border:      #e2e8f0;
  --radius:      1rem;
  --shadow-sm:   0 1px 3px rgba(0,0,0,.08);
  --shadow-md:   0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:   0 10px 40px rgba(0,0,0,.14);
}

/* ── Container ────────────────────────────────────────────── */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Utilities ────────────────────────────────────────────── */
.label-tag { display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: .5rem; }
.divider { width: 3rem; height: 4px; background: var(--blue-light); border-radius: 99px; margin: 1rem 0; }
.divider-center { margin: 1rem auto; }
.text-center { text-align: center; }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 3.5rem; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; color: var(--navy); line-height: 1.2; }
.section-header p { margin-top: .75rem; color: var(--slate); font-size: 1.05rem; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-family: 'Inter', sans-serif; font-weight: 600; font-size: .95rem; border-radius: 99px; padding: .85rem 1.75rem; cursor: pointer; transition: all .2s ease; border: 2px solid transparent; white-space: nowrap; }
.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 4px 14px rgba(37,99,235,.35); }
.btn-primary:hover { background: #1d4ed8; border-color: #1d4ed8; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.3); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }
.btn-group { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ── Navbar ───────────────────────────────────────────────── */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); transition: box-shadow .3s; }
#navbar.scrolled { box-shadow: var(--shadow-md); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.navbar-logo img { height: 52px; width: auto; object-fit: contain; }
.navbar-links { display: flex; align-items: center; gap: 2rem; }
.navbar-links a { font-size: .9rem; font-weight: 500; color: var(--slate); position: relative; padding-bottom: 2px; transition: color .2s; }
.navbar-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--blue); border-radius: 99px; transition: width .25s; }
.navbar-links a:hover, .navbar-links a.active { color: var(--navy); }
.navbar-links a:hover::after, .navbar-links a.active::after { width: 100%; }
.navbar-cta { display: flex; align-items: center; gap: .75rem; }
.navbar-tel { display: flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 500; color: var(--slate); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 99px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--border); padding: 1rem 1.5rem 1.5rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: .75rem 0; font-size: .95rem; font-weight: 500; color: var(--slate); border-bottom: 1px solid var(--border); transition: color .2s; }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--navy); }
.mobile-menu .btn { margin-top: 1rem; justify-content: center; }

/* ── Page Hero (inner pages) ──────────────────────────────── */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, #1e4d8c 60%, #2563EB 100%); padding: 7rem 0 4rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.page-hero .breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: rgba(255,255,255,.65); margin-bottom: 1.25rem; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.65); transition: color .2s; }
.page-hero .breadcrumb a:hover { color: #fff; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 700; color: #fff; line-height: 1.15; max-width: 700px; }
.page-hero p { margin-top: .75rem; font-size: 1.05rem; color: rgba(255,255,255,.8); max-width: 560px; }
.page-hero .divider { background: rgba(255,255,255,.4); margin-top: 1.25rem; }

/* ── Hero (Homepage) ──────────────────────────────────────── */
#hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
#hero .hero-bg { position: absolute; inset: 0; background-image: url('images/hero-bg.webp'); background-size: cover; background-position: center; }
#hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,58,95,.92) 0%, rgba(22,58,95,.75) 55%, rgba(22,58,95,.35) 100%); }
#hero .hero-content { position: relative; z-index: 2; padding: 8rem 0 5rem; max-width: 600px; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 99px; padding: .4rem 1rem; font-size: .78rem; color: rgba(255,255,255,.85); margin-bottom: 1.5rem; backdrop-filter: blur(8px); }
#hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; color: #fff; line-height: 1.1; }
#hero h1 span { color: #60a5fa; }
#hero p { margin-top: 1.25rem; font-size: 1.1rem; color: rgba(255,255,255,.82); line-height: 1.7; max-width: 500px; }
#hero .btn-group { margin-top: 2.5rem; }

/* ── Welcome Section ──────────────────────────────────────── */
#welcome { background: #fff; padding: 5rem 0; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.welcome-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--navy); line-height: 1.25; }
.welcome-text p { margin-top: 1rem; color: var(--slate); line-height: 1.8; }
.welcome-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.stat-card { background: var(--sky); border: 1px solid #bfdbfe; border-radius: var(--radius); padding: 1rem 1.25rem; }
.stat-card .stat-value { font-size: 1.2rem; font-weight: 700; color: var(--navy); }
.stat-card .stat-label { font-size: .75rem; color: var(--slate-light); margin-top: .2rem; }
.welcome-img { position: relative; border-radius: 1.25rem; overflow: hidden; box-shadow: var(--shadow-lg); }
.welcome-img img { width: 100%; height: 480px; object-fit: cover; }
.img-badge { position: absolute; bottom: 1.5rem; left: 1.5rem; background: #fff; border-radius: .75rem; padding: .75rem 1.25rem; box-shadow: var(--shadow-md); }
.img-badge .badge-value { font-size: 1.4rem; font-weight: 700; color: var(--navy); }
.img-badge .badge-label { font-size: .75rem; color: var(--slate-light); }

/* ── Services Grid ────────────────────────────────────────── */
#services-home { background: var(--sky); padding: 5rem 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; transition: all .3s; box-shadow: var(--shadow-sm); }
.service-card:hover { border-color: #93c5fd; box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card .card-icon { width: 3rem; height: 3rem; background: var(--sky); border-radius: .75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: var(--blue); }
.service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: .6rem; }
.service-card p { font-size: .9rem; color: var(--slate); line-height: 1.7; }
.services-cta { text-align: center; margin-top: 3rem; }

/* ── Why Us ───────────────────────────────────────────────── */
#why-us-home { background: #fff; padding: 5rem 0; }
#why-us-home h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--navy); line-height: 1.25; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: 1.5rem; }
.why-item { display: flex; align-items: center; gap: .5rem; font-size: .9rem; color: var(--slate); }
.why-item svg { color: var(--blue); flex-shrink: 0; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stats-card { background: var(--sky); border: 1px solid #bfdbfe; border-radius: var(--radius); padding: 1.5rem; }
.stats-card .stats-value { font-size: 2rem; font-weight: 700; color: var(--navy); }
.stats-card .stats-label { font-size: .8rem; font-weight: 600; color: var(--blue); margin-top: .2rem; }
.stats-card .stats-sub { font-size: .75rem; color: var(--slate-light); margin-top: .2rem; }

/* ── CTA Banner ───────────────────────────────────────────── */
.cta-banner { position: relative; padding: 6rem 0; overflow: hidden; text-align: center; }
.cta-banner .cta-bg { position: absolute; inset: 0; background-image: url('images/cta-bg.webp'); background-size: cover; background-position: center; }
.cta-banner .cta-overlay { position: absolute; inset: 0; background: rgba(22,58,95,.88); }
.cta-banner .cta-content { position: relative; z-index: 2; }
.cta-banner h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; color: #fff; max-width: 700px; margin: 0 auto; line-height: 1.25; }
.cta-banner p { color: rgba(255,255,255,.8); margin-top: .75rem; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-banner .btn-group { justify-content: center; margin-top: 2.5rem; }

/* ── About Page ───────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.about-img-wrap { position: relative; border-radius: 1.25rem; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img-wrap img { width: 100%; height: 480px; object-fit: cover; }
.about-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--navy); line-height: 1.25; }
.about-text p { margin-top: 1rem; color: var(--slate); line-height: 1.8; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.about-stat { background: var(--sky); border: 1px solid #bfdbfe; border-radius: var(--radius); padding: 1rem 1.25rem; }
.about-stat .val { font-size: 1.1rem; font-weight: 700; color: var(--navy); }
.about-stat .lbl { font-size: .72rem; color: var(--slate-light); margin-top: .2rem; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.mv-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-sm); }
.mv-card .mv-icon { width: 3rem; height: 3rem; background: var(--sky); border-radius: .75rem; display: flex; align-items: center; justify-content: center; color: var(--blue); margin-bottom: 1.25rem; }
.mv-card h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--navy); }
.mv-card p { margin-top: .75rem; color: var(--slate); line-height: 1.75; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.value-card { background: var(--sky); border: 1px solid #bfdbfe; border-radius: var(--radius); padding: 1.5rem; transition: all .3s; }
.value-card:hover { border-color: #93c5fd; box-shadow: var(--shadow-md); }
.value-card .emoji { font-size: 2rem; margin-bottom: .75rem; }
.value-card h4 { font-size: 1rem; font-weight: 700; color: var(--navy); }
.value-card p { font-size: .85rem; color: var(--slate); margin-top: .4rem; }
.company-details-bar { background: var(--navy); padding: 3rem 0; }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }
.detail-label { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: #93c5fd; margin-bottom: .3rem; }
.detail-value { font-size: .95rem; font-weight: 600; color: #fff; }

/* ── Services Full Page ───────────────────────────────────── */
.services-full-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.service-full-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: all .3s; }
.service-full-card:hover { border-color: #93c5fd; box-shadow: var(--shadow-lg); }
.service-full-card .card-header { background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); padding: 1.75rem; }
.service-full-card .card-header .card-icon { width: 3rem; height: 3rem; background: rgba(255,255,255,.2); border-radius: .75rem; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 1rem; }
.service-full-card .card-header h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: #fff; }
.service-full-card .card-body { padding: 1.5rem; }
.service-full-card .card-body p { font-size: .875rem; color: var(--slate); line-height: 1.75; }
.service-full-card .card-body ul { margin-top: 1rem; display: flex; flex-direction: column; gap: .5rem; }
.service-full-card .card-body li { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: #334155; }
.service-full-card .card-body li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* ── Why Choose Us Page ───────────────────────────────────── */
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.reason-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-sm); transition: all .3s; position: relative; overflow: hidden; }
.reason-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(to bottom, #60a5fa, var(--navy)); opacity: 0; transition: opacity .3s; }
.reason-card:hover { border-color: #93c5fd; box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.reason-card:hover::before { opacity: 1; }
.reason-card .reason-icon { width: 3.5rem; height: 3.5rem; background: var(--sky); border-radius: 1rem; display: flex; align-items: center; justify-content: center; color: var(--blue); margin-bottom: 1.25rem; }
.reason-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: .75rem; }
.reason-card p { font-size: .875rem; color: var(--slate); line-height: 1.75; }

/* ── Forms ────────────────────────────────────────────────── */
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: .5rem; }
.form-group label { font-size: .875rem; font-weight: 500; color: #334155; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: .8rem 1rem; border: 1.5px solid #bfdbfe; border-radius: .75rem; font-family: 'Inter', sans-serif; font-size: .875rem; color: #1e293b; background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.form-group textarea { resize: none; }
.form-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 1rem; background: var(--blue); color: #fff; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 700; border: none; border-radius: .75rem; cursor: pointer; box-shadow: 0 4px 14px rgba(37,99,235,.35); transition: all .2s; }
.form-submit:hover { background: #1d4ed8; transform: translateY(-1px); }
.form-note { text-align: center; font-size: .75rem; color: var(--slate-light); margin-top: .5rem; }
.form-success { display: none; text-align: center; padding: 3rem 2rem; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius); }
.form-success.show { display: block; }
.form-success .success-icon { font-size: 3rem; margin-bottom: 1rem; }
.form-success h3 { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: var(--navy); }
.form-success p { color: var(--slate); margin-top: .5rem; }
.quote-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; }
.quote-sidebar { background: var(--navy); border-radius: var(--radius); padding: 2rem; color: #fff; position: sticky; top: 6rem; }
.quote-sidebar h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; }
.quote-sidebar .sidebar-divider { width: 2.5rem; height: 2px; background: #60a5fa; margin: .75rem 0 1.25rem; }
.quote-sidebar ul { display: flex; flex-direction: column; gap: .75rem; }
.quote-sidebar li { display: flex; align-items: flex-start; gap: .6rem; font-size: .85rem; color: #93c5fd; }
.quote-sidebar li svg { color: #60a5fa; flex-shrink: 0; margin-top: 2px; }
.quote-sidebar .sidebar-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; color: rgba(255,255,255,.45); }
.quote-form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2.5rem; box-shadow: var(--shadow-sm); }
.quote-form-card h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--navy); }
.quote-form-card .form-subtitle { font-size: .875rem; color: var(--slate-light); margin-top: .25rem; margin-bottom: 2rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; color: var(--navy); }
.contact-info p { margin-top: .75rem; color: var(--slate); line-height: 1.75; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; margin-top: 2rem; }
.contact-detail .detail-icon { width: 3rem; height: 3rem; background: var(--sky); border-radius: .75rem; display: flex; align-items: center; justify-content: center; color: var(--blue); flex-shrink: 0; }
.contact-detail .detail-title { font-weight: 600; color: var(--navy); font-size: .95rem; }
.contact-detail .detail-text { font-size: .875rem; color: var(--slate); margin-top: .25rem; line-height: 1.6; }
.contact-detail a { color: var(--blue); transition: color .2s; }
.contact-detail a:hover { color: #1d4ed8; }
.verified-badge { background: var(--sky); border: 1px solid #bfdbfe; border-radius: var(--radius); padding: 1rem 1.25rem; margin-top: 2rem; }
.verified-badge .badge-title { display: flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 600; color: var(--navy); }
.verified-badge p { font-size: .8rem; color: var(--slate); margin-top: .4rem; }
.verified-badge a { font-size: .8rem; color: var(--blue); display: inline-flex; align-items: center; gap: .25rem; margin-top: .4rem; }
.contact-form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2.5rem; box-shadow: var(--shadow-sm); }
.contact-form-card h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--navy); }
.contact-form-card .form-subtitle { font-size: .875rem; color: var(--slate-light); margin-top: .25rem; margin-bottom: 2rem; }

/* ── Legal ────────────────────────────────────────────────── */
.legal-content { max-width: 760px; margin: 0 auto; }
.legal-meta { background: var(--sky); border: 1px solid #bfdbfe; border-radius: var(--radius); padding: 1.25rem 1.5rem; margin-bottom: 2.5rem; font-size: .875rem; color: var(--slate); }
.legal-section { margin-bottom: 2.5rem; }
.legal-section h2 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--navy); margin-bottom: .75rem; }
.legal-section p { color: var(--slate); line-height: 1.8; }

/* ── Footer ───────────────────────────────────────────────── */
#footer { background: var(--navy); color: rgba(255,255,255,.75); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.1); }
#footer .footer-brand img { height: 56px; width: auto; object-fit: contain; margin-bottom: 1rem; }
#footer .footer-brand p { font-size: .875rem; line-height: 1.75; color: #93c5fd; max-width: 280px; }
#footer .footer-detail { display: flex; align-items: flex-start; gap: .75rem; font-size: .8rem; margin-top: 1rem; color: rgba(255,255,255,.65); }
#footer .footer-detail svg { color: #60a5fa; flex-shrink: 0; margin-top: 2px; }
#footer .footer-col h4 { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 1.25rem; }
#footer .footer-col a { display: block; font-size: .875rem; color: rgba(255,255,255,.65); margin-bottom: .6rem; transition: color .2s; }
#footer .footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; font-size: .8rem; color: rgba(255,255,255,.4); }
.footer-bottom a { color: rgba(255,255,255,.4); transition: color .2s; }
.footer-bottom a:hover { color: rgba(255,255,255,.7); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.ch-badge { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: .5rem; padding: .4rem .75rem; font-size: .75rem; color: rgba(255,255,255,.55); margin-top: .75rem; }

/* ── Fade-in animation ────────────────────────────────────── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .details-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-sidebar { position: static; }
}
@media (max-width: 768px) {
  .navbar-links, .navbar-cta { display: none; }
  .hamburger { display: flex; }
  #hero .hero-content { padding: 6rem 0 4rem; }
  .grid-2, .about-grid, .contact-layout { grid-template-columns: 1fr; }
  .services-grid, .services-full-grid, .reasons-grid, .values-grid, .mv-grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .welcome-img img, .about-img-wrap img { height: 300px; }
}
@media (max-width: 480px) {
  .btn-group { flex-direction: column; }
  .btn { justify-content: center; }
  .details-grid { grid-template-columns: 1fr; }
  .about-stats, .welcome-stats { grid-template-columns: 1fr; }
}
