/* =====================================================
   Arcade Medical Consultancy — Dr. J.G. Njoroge
   Premium custom stylesheet
   ===================================================== */

:root {
    --navy:         #1e3a5f;
    --navy-deep:    #142844;
    --blue:         #2c5282;
    --blue-soft:    #4a90c2;
    --blue-pale:    #e7eff7;
    --grey-50:      #f7f9fc;
    --grey-100:     #eef2f6;
    --grey-200:     #dbe2eb;
    --grey-300:     #b9c2cf;
    --grey-500:     #6c7a89;
    --grey-700:     #3d4a5c;
    --grey-900:     #1c2533;
    --gold:         #c9a961;
    --gold-soft:    #e3cb95;
    --white:        #ffffff;
    --ease:         cubic-bezier(.4,.2,.2,1);

    --font-display: 'Playfair Display', Georgia, serif;
    --font-accent:  'Cormorant Garamond', Georgia, serif;
    --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ========== Base ========== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--grey-700);
    background: var(--white);
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    color: var(--navy);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.25;
}
.display-3, .display-4, .display-5 { font-family: var(--font-display); color: var(--navy); }
a { color: var(--blue); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--navy); }
img { max-width: 100%; }
.container { max-width: 1200px; }

.eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
    font-weight: 600;
}
.eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}
.eyebrow-light { color: var(--gold-soft); }
.eyebrow-light::before { background: var(--gold-soft); }

.text-accent { font-family: var(--font-accent); font-style: italic; color: var(--blue); font-weight: 500; }
.text-muted-light { color: rgba(255,255,255,.7); }
.text-white-75 { color: rgba(255,255,255,.85); }
.section-title { margin-bottom: 16px; font-size: clamp(1.9rem, 3.2vw, 2.6rem); }
.section-sub { color: var(--grey-500); font-size: 1.05rem; max-width: 720px; margin: 0 auto; }
.section-pad { padding: 110px 0; }
.section-pad-sm { padding: 80px 0; }
.bg-grey { background: var(--grey-50); }
.bg-pale { background: var(--blue-pale); }

/* ========== Buttons ========== */
.btn {
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: .02em;
    padding: 12px 28px;
    border-radius: 2px;
    transition: all .3s var(--ease);
    border: 1px solid transparent;
}
.btn-primary-blue {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}
.btn-primary-blue:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(30,58,95,.25);
}
.btn-primary-soft {
    background: rgba(255,255,255,.95);
    color: var(--navy);
    border-color: rgba(255,255,255,.95);
}
.btn-primary-soft:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-outline-navy {
    background: transparent;
    color: var(--navy);
    border-color: var(--navy);
}
.btn-outline-navy:hover {
    background: var(--navy);
    color: #fff;
}
.btn-outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.6);
}
.btn-outline-light:hover {
    background: #fff;
    color: var(--navy);
    border-color: #fff;
}
.btn-cta-nav {
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
}
.btn-cta-nav:hover { box-shadow: 0 8px 20px rgba(30,58,95,.3); transform: translateY(-1px); }

/* ========== Topbar ========== */
.topbar {
    background: var(--navy-deep);
    color: rgba(255,255,255,.8);
    font-size: 13px;
    padding: 10px 0;
    letter-spacing: .01em;
}
.topbar a { color: rgba(255,255,255,.85); }
.topbar a:hover { color: var(--gold); }
.topbar i { color: var(--gold); }

/* ========== Navigation ========== */
.main-nav {
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(20,40,68,.06);
    padding: 14px 0;
    transition: all .35s var(--ease);
    position: sticky;
    top: 0;
    z-index: 1030;
}
.navbar-brand {
    display: flex !important;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.brand-mark {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-display);
    box-shadow: 0 4px 14px rgba(30,58,95,.25);
    position: relative;
}
.brand-mark::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 3px;
    pointer-events: none;
}
.brand-monogram { font-weight: 600; font-size: 18px; letter-spacing: .04em; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title {
    font-family: var(--font-display);
    color: var(--navy);
    font-weight: 600;
    font-size: 17px;
}
.brand-sub {
    font-size: 11px;
    color: var(--grey-500);
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-top: 3px;
}
.navbar-nav .nav-link {
    color: var(--grey-700);
    font-weight: 500;
    font-size: 14.5px;
    padding: 8px 18px !important;
    position: relative;
    letter-spacing: .02em;
}
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: all .3s var(--ease);
    transform: translateX(-50%);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--navy); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { width: 22px; }
.dropdown-menu {
    border: 0;
    box-shadow: 0 18px 60px rgba(20,40,68,.18);
    border-radius: 2px;
    padding: 12px 0;
    margin-top: 8px !important;
    border-top: 3px solid var(--gold);
    min-width: 260px;
}
.dropdown-item {
    padding: 10px 22px;
    font-size: 14px;
    color: var(--grey-700);
    transition: all .25s var(--ease);
}
.dropdown-item:hover {
    background: var(--blue-pale);
    color: var(--navy);
    padding-left: 28px;
}
.dropdown-item i { color: var(--blue-soft); width: 18px; }

/* ========== Hero ========== */
.hero {
    position: relative;
    height: 100vh;
    min-height: 720px;
    max-height: 920px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 80px;
}
.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.6s var(--ease);
    transform: scale(1.05);
    animation: heroKenBurns 14s ease-in-out infinite alternate;
}
.hero-slide.active { opacity: 1; }
@keyframes heroKenBurns {
    from { transform: scale(1.05); }
    to   { transform: scale(1.15); }
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20,40,68,.86) 0%, rgba(44,82,130,.65) 55%, rgba(30,58,95,.5) 100%);
    z-index: 2;
}
.hero-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(201,169,97,.18) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(74,144,194,.22) 0%, transparent 50%);
}
.hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    max-width: 820px;
}
.hero-content .eyebrow { color: var(--gold-soft); }
.hero-content .eyebrow::before { background: var(--gold-soft); }
.hero-title {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
}
.hero-title .typed-line {
    display: block;
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(120deg, #ffffff 0%, var(--gold-soft) 60%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    min-height: 1.2em;
    font-size: 1.05em;
}
.typed-cursor {
    display: inline-block;
    width: 2px;
    background: var(--gold-soft);
    margin-left: 4px;
    animation: blink 1s steps(2) infinite;
    height: .9em;
    vertical-align: middle;
}
@keyframes blink { 50% { opacity: 0; } }
.hero-lead {
    font-size: 1.15rem;
    color: rgba(255,255,255,.9);
    max-width: 620px;
    margin-bottom: 32px;
}
.hero-cta a { margin-right: 12px; margin-bottom: 12px; }
.hero-meta {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 28px;
}
.hero-meta .meta-item { color: rgba(255,255,255,.85); }
.hero-meta .meta-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
}
.hero-meta .meta-item span { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); }
.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
    text-align: center;
}
.hero-scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,.4);
    margin: 14px auto 0;
    animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
    0%   { transform: scaleY(.4); transform-origin: top; opacity: .6; }
    50%  { transform: scaleY(1); opacity: 1; }
    100% { transform: scaleY(.4); transform-origin: bottom; opacity: .3; }
}
.hero-dots {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 4;
    display: flex;
    gap: 10px;
}
.hero-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.7);
    background: transparent;
    padding: 0;
    transition: all .3s var(--ease);
    cursor: pointer;
}
.hero-dots button.active { background: var(--gold-soft); border-color: var(--gold-soft); transform: scale(1.2); }

/* ========== Page hero (inner pages) ========== */
.page-hero {
    position: relative;
    padding: 140px 0 110px;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20,40,68,.9) 0%, rgba(44,82,130,.7) 100%);
    z-index: 1;
}
.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 40%, rgba(201,169,97,.15) 0%, transparent 50%);
    z-index: 1;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.5vw, 3.6rem); margin-bottom: 14px; }
.page-hero .breadcrumb-trail {
    color: rgba(255,255,255,.75);
    font-size: 14px;
    letter-spacing: .04em;
}
.page-hero .breadcrumb-trail a { color: var(--gold-soft); }
.page-hero .breadcrumb-trail a:hover { color: #fff; }

/* ========== Feature strip ========== */
.feature-strip {
    background: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 5;
    border-radius: 4px;
    box-shadow: 0 30px 80px rgba(20,40,68,.12);
    padding: 40px;
}
.feature-strip .feat {
    display: flex;
    align-items: center;
    gap: 18px;
    border-right: 1px solid var(--grey-100);
    padding: 12px 16px;
}
.feature-strip .col-md-3:last-child .feat { border-right: 0; }
.feature-strip .feat-ico {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue-pale) 0%, #fff 100%);
    display: flex; align-items: center; justify-content: center;
    color: var(--navy);
    font-size: 22px;
    border: 1px solid var(--grey-100);
}
.feature-strip .feat h6 { margin: 0 0 4px; font-size: 16px; }
.feature-strip .feat small { color: var(--grey-500); font-size: 12.5px; }

/* ========== About teaser ========== */
.about-image-wrap {
    position: relative;
    padding: 30px 30px 0 0;
}
.about-image-wrap .img-frame {
    width: 100%;
    height: 540px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    z-index: 2;
    box-shadow: 0 30px 80px rgba(20,40,68,.18);
}
.about-image-wrap .img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-image-wrap::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 70%; height: 70%;
    border: 2px solid var(--gold);
    z-index: 1;
}
.about-image-wrap .badge-experience {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: var(--navy);
    color: #fff;
    padding: 24px 28px;
    text-align: center;
    border-radius: 2px;
    z-index: 3;
    box-shadow: 0 18px 40px rgba(20,40,68,.25);
}
.about-image-wrap .badge-experience strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2.6rem;
    line-height: 1;
}
.about-image-wrap .badge-experience span {
    font-size: 11px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold-soft);
}

.signature-block {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 24px;
    border-top: 1px solid var(--grey-100);
}
.signature-block .sig-name { font-family: var(--font-display); color: var(--navy); font-weight: 600; font-size: 18px; }
.signature-block .sig-title { font-size: 12.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-500); }

.check-list { list-style: none; padding: 0; margin: 26px 0; }
.check-list li {
    padding: 10px 0 10px 36px;
    position: relative;
    color: var(--grey-700);
    border-bottom: 1px dashed var(--grey-100);
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background: var(--blue-pale);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* ========== Service cards ========== */
.service-card {
    background: #fff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 8px 30px rgba(20,40,68,.06);
    transition: all .4s var(--ease);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--grey-100);
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(20,40,68,.16);
    border-color: transparent;
}
.service-card .card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    border-radius: 2px 2px 0 0;
}
.service-card .card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .8s var(--ease);
}
.service-card:hover .card-img img { transform: scale(1.08); }
.service-card .card-img::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(20,40,68,.55) 100%);
}
.service-card .card-icon {
    position: absolute;
    top: 240px;
    left: 28px;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 5;
    box-shadow: 0 12px 24px rgba(30,58,95,.3);
}
.service-card .card-body {
    padding: 44px 28px 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.service-card h4 { font-size: 1.35rem; margin-bottom: 12px; }
.service-card p { color: var(--grey-500); flex-grow: 1; }
.service-card .card-link {
    margin-top: 12px;
    color: var(--navy);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .15em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.service-card .card-link i { transition: transform .3s var(--ease); }
.service-card:hover .card-link i { transform: translateX(6px); }

/* ========== Parallax section ========== */
.parallax-section {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    color: #fff;
}
.parallax-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    transform: scale(1.05);
}
@media (max-width: 991px) {
    .parallax-bg { background-attachment: scroll; }
}
.overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20,40,68,.92) 0%, rgba(44,82,130,.78) 60%, rgba(20,40,68,.85) 100%);
    z-index: 2;
}
.overlay-gradient::after {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(201,169,97,.15) 0%, transparent 50%),
      radial-gradient(circle at 75% 75%, rgba(74,144,194,.2) 0%, transparent 50%);
}
.parallax-section .container,
.prefooter-cta   .container { position: relative; z-index: 3; }
.prefooter-cta h2, .prefooter-cta p { color: #fff; }
.parallax-section h2, .parallax-section h3 { color: #fff; }
.parallax-section p { color: rgba(255,255,255,.85); }

/* ========== Stats ========== */
.stat-grid { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.stat-item {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 2px;
    backdrop-filter: blur(4px);
}
.stat-item .stat-num {
    font-family: var(--font-display);
    font-size: 3rem;
    color: var(--gold-soft);
    line-height: 1;
    display: block;
    margin-bottom: 12px;
}
.stat-item .stat-label {
    font-size: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
}

/* ========== Philosophy / values cards ========== */
.value-card {
    background: #fff;
    padding: 38px 30px;
    border-radius: 2px;
    height: 100%;
    border: 1px solid var(--grey-100);
    text-align: center;
    transition: all .4s var(--ease);
    position: relative;
}
.value-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 20px 50px rgba(20,40,68,.1); }
.value-card .val-ico {
    width: 70px;
    height: 70px;
    margin: 0 auto 22px;
    background: linear-gradient(135deg, var(--blue-pale) 0%, #fff 100%);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--navy);
    font-size: 28px;
    border: 1px solid var(--grey-100);
}
.value-card h5 { font-size: 1.15rem; margin-bottom: 10px; }
.value-card p { color: var(--grey-500); font-size: 14.5px; margin: 0; }

/* ========== Testimonial ========== */
.testimonial-card {
    background: #fff;
    padding: 38px;
    border-radius: 2px;
    height: 100%;
    border: 1px solid var(--grey-100);
    position: relative;
    transition: all .4s var(--ease);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(20,40,68,.1); }
.testimonial-card .quote-mark {
    font-family: var(--font-display);
    font-size: 5rem;
    color: var(--gold-soft);
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 28px;
    opacity: .5;
}
.testimonial-card p {
    font-family: var(--font-accent);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--grey-700);
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
.testimonial-card .t-author {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--grey-100);
    display: flex;
    align-items: center;
    gap: 14px;
}
.testimonial-card .t-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--blue-pale);
    color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display);
    font-weight: 600;
}
.testimonial-card .t-name { font-weight: 600; color: var(--navy); display: block; }
.testimonial-card .t-meta { font-size: 12.5px; color: var(--grey-500); }

/* ========== Image gallery ========== */
.gallery-item {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(20,40,68,.5) 100%);
    opacity: 0;
    transition: opacity .4s var(--ease);
}
.gallery-item:hover::after { opacity: 1; }

/* ========== Contact info ========== */
.contact-card {
    background: #fff;
    padding: 36px 30px;
    border-radius: 2px;
    height: 100%;
    text-align: center;
    border: 1px solid var(--grey-100);
    transition: all .4s var(--ease);
}
.contact-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(20,40,68,.1); border-color: var(--gold); }
.contact-card .c-ico {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin: 0 auto 20px;
    box-shadow: 0 12px 24px rgba(30,58,95,.22);
}
.contact-card h5 { margin-bottom: 14px; }
.contact-card p, .contact-card a { color: var(--grey-700); margin-bottom: 4px; }
.contact-card a:hover { color: var(--navy); }

.map-wrap {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid var(--grey-100);
    box-shadow: 0 18px 40px rgba(20,40,68,.08);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ========== Pre-footer ========== */
.prefooter-cta {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}
.prefooter-cta .cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }

/* ========== Footer ========== */
.site-footer {
    background: var(--navy-deep);
    color: rgba(255,255,255,.75);
    padding: 80px 0 40px;
    position: relative;
}
.site-footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold) 0%, var(--blue-soft) 50%, var(--gold) 100%);
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand h5 { color: #fff; font-family: var(--font-display); }
.footer-brand small { color: var(--gold-soft); letter-spacing: .15em; text-transform: uppercase; font-size: 11px; }
.footer-heading {
    color: #fff;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 14px;
}
.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--gold);
}
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { padding: 6px 0; font-size: 14px; }
.footer-list a { color: rgba(255,255,255,.7); transition: all .25s var(--ease); }
.footer-list a:hover { color: var(--gold-soft); padding-left: 4px; }
.footer-contact li {
    display: flex; gap: 12px; align-items: flex-start;
    color: rgba(255,255,255,.75);
}
.footer-contact li i { color: var(--gold); margin-top: 4px; min-width: 16px; }
.footer-divider {
    border-color: rgba(255,255,255,.1);
    margin: 50px 0 30px;
}

/* ========== Floating WhatsApp ========== */
.float-whatsapp {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 1050;
    box-shadow: 0 8px 30px rgba(37,211,102,.45);
    animation: pulseWa 2s ease-in-out infinite;
}
.float-whatsapp:hover { transform: scale(1.1); }
@keyframes pulseWa {
    0%, 100% { box-shadow: 0 8px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5); }
    50%      { box-shadow: 0 8px 30px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0); }
}

/* ========== Service detail ========== */
.service-detail .info-card {
    background: #fff;
    padding: 36px 30px;
    border-radius: 2px;
    border: 1px solid var(--grey-100);
    box-shadow: 0 10px 30px rgba(20,40,68,.05);
    position: sticky;
    top: 100px;
}
.service-detail .info-card h5 { color: var(--navy); margin-bottom: 18px; }
.service-detail .info-card ul { list-style: none; padding: 0; }
.service-detail .info-card ul li {
    padding: 10px 0;
    border-bottom: 1px dashed var(--grey-100);
    display: flex; gap: 12px;
    font-size: 14.5px;
}
.service-detail .info-card ul li:last-child { border-bottom: 0; }
.service-detail .info-card ul li i { color: var(--blue-soft); margin-top: 4px; min-width: 18px; }
.service-detail .img-feature {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
}
.service-detail .img-feature img { width: 100%; height: 100%; object-fit: cover; }
.service-detail h2, .service-detail h3 { margin-top: 28px; }
.service-detail p { color: var(--grey-700); }
.service-detail .step-list { counter-reset: step; list-style: none; padding: 0; margin: 20px 0; }
.service-detail .step-list li {
    counter-increment: step;
    padding: 18px 0 18px 60px;
    position: relative;
    border-bottom: 1px solid var(--grey-100);
}
.service-detail .step-list li::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    left: 0; top: 18px;
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--gold);
    font-weight: 600;
}

/* ========== Reveal/Animations ========== */
[data-aos] { transition-timing-function: cubic-bezier(.4,.2,.2,1); }

/* ========== Responsive ========== */
@media (max-width: 991px) {
    .navbar-collapse { background: #fff; padding: 22px; margin-top: 12px; border-radius: 4px; box-shadow: 0 12px 32px rgba(20,40,68,.1); }
    .navbar-nav .nav-link { padding: 12px 0 !important; }
    .hero { height: auto; min-height: 580px; padding: 110px 0 70px; max-height: none; }
    .hero-meta { gap: 24px; margin-top: 34px; padding-top: 20px; }
    .hero-meta .meta-item strong { font-size: 1.5rem; }
    .feature-strip { margin-top: 30px; padding: 24px; }
    .feature-strip .feat { border-right: 0; border-bottom: 1px solid var(--grey-100); padding: 16px 0; }
    .feature-strip .col-md-3:last-child .feat { border-bottom: 0; }
    .about-image-wrap { padding: 20px 20px 0 0; }
    .about-image-wrap .img-frame { height: 420px; }
    .about-image-wrap .badge-experience { left: 0; bottom: 20px; padding: 18px 22px; }
    .section-pad { padding: 80px 0; }
    .parallax-section, .prefooter-cta { padding: 90px 0; }
}
@media (max-width: 575px) {
    .hero-dots { right: 20px; }
    .float-whatsapp { width: 52px; height: 52px; font-size: 22px; bottom: 20px; right: 20px; }
    .hero-meta { gap: 18px; }
    .hero-meta .meta-item { flex: 1 1 45%; }
    .testimonial-card, .contact-card { padding: 28px 22px; }
}
