:root {
  --dark: #1e293b;        
  --primary: #0F2546;        /* Blue Zodiac - Main */
  --primary-dark: #081426;   /* Darker Blue Zodiac for hover */
  --accent: #9A1622;         /* Tamarillo - Accent */
  --accent-dark: #7a111a;    /* Darker Tamarillo */
  --cream: #FDF0D5;          /* Half Colonial White */
  --light-bg: #f8fafc;       /* Light Slate */
  --bg-section-alt: #ffffff; /* Pure white */
  --text: #475569;           /* Slate text */
  --footer-bg: #0F2546;      /* Blue Zodiac untuk Footer */
  --card-border: #e2e8f0;
  --shadow-soft: 0 10px 30px -10px rgba(0,0,0,0.08);
  --shadow-hover: 0 20px 40px -5px rgba(0,0,0,0.15);
}

/* ================= RESET & BASIC ================= */
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { font-family: 'Inter', sans-serif; background: var(--bg-section-alt); color: var(--text); overflow-x: hidden; line-height: 1.7; }
.bg-section-alt { background: var(--bg-section-alt); }
h1, h2, h3, h4, h5, h6, .navbar-brand, .btn { font-family: 'Plus Jakarta Sans', sans-serif; }
section { padding: 70px 0; position: relative; }
@media (max-width: 768px) { section { padding: 50px 0; } }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--light-bg); }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

/* ================= GLOBAL INTERACTIVE ANIMATIONS ================= */
.interactive-card { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.interactive-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.interactive-btn { transition: all 0.3s ease; }
.interactive-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* ================= SMART NAVBAR ================= */
.smart-navbar { padding: 20px 0; background: transparent !important; backdrop-filter: none; border-bottom: none; transition: all 0.4s ease; z-index: 1000; }
.smart-navbar .nav-link { color: #fff !important; text-shadow: 0 2px 4px rgba(0,0,0,0.4); font-weight: 600; font-size: 0.95rem; margin-left: 25px; transition: 0.3s; position: relative; }
.smart-navbar .navbar-brand img { filter: brightness(0) invert(1); transition: 0.4s; height: 55px; width: auto; object-fit: contain;}

.smart-navbar.scrolled { padding: 12px 0; background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.smart-navbar.scrolled .nav-link { color: var(--dark) !important; text-shadow: none; }
.smart-navbar.scrolled .navbar-brand img { filter: none; }

.dropdown-menu { border: none; box-shadow: var(--shadow-hover); border-radius: 16px; padding: 12px; margin-top: 20px; animation: slideUp 0.3s ease forwards; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); }
@keyframes slideUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.dropdown-item { font-weight: 500; color: var(--text); border-radius: 8px; padding: 10px 16px; font-size: 0.9rem; transition: 0.2s; }
.dropdown-item:hover { background-color: var(--light-bg); color: var(--accent); transform: translateX(5px); text-shadow: none; }

@media (max-width: 991px) {
    .smart-navbar { background: rgba(255,255,255,0.95) !important; padding: 15px 0; }
    .smart-navbar .nav-link { color: var(--dark) !important; text-shadow: none; margin-left: 0; margin-bottom: 12px;}
    .smart-navbar .navbar-brand img { filter: none; height: 45px;}
    .navbar-collapse { background: rgba(255,255,255,0.98); padding: 25px; border-radius: 20px; box-shadow: var(--shadow-hover); margin-top: 15px; }
}
.nav-item:not(.dropdown) .nav-link::after { content: ''; display: block; width: 0; height: 2px; background: var(--accent); transition: width 0.3s ease; position: absolute; bottom: -2px; left: 0; }
.nav-item:not(.dropdown) .nav-link:hover::after { width: 100%; }
.nav-link:hover { color: var(--accent) !important; }

.btn-nav { padding: 12px 28px; border-radius: 50px; background: var(--primary); color: #fff !important; font-weight: 700; font-size: 0.9rem; box-shadow: 0 4px 15px rgba(15, 37, 70, 0.25); text-decoration: none; transition: 0.3s; display: inline-block; text-shadow: none; }
.btn-nav:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(15, 37, 70, 0.4); }

/* ================= FULL BACKGROUND HERO (80vh) ================= */
.hero-section { min-height: 80vh; padding-top: 60px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-carousel-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; }

.hero-overlay-left { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(90deg, rgba(15, 37, 70, 0.95) 0%, rgba(15, 37, 70, 0.7) 45%, rgba(0, 0, 0, 0.2) 100%); }
.hero-content-container { position: relative; z-index: 3; padding-top: 20px; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); padding: 8px 18px; border-radius: 100px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; backdrop-filter: blur(5px); color: #fff;}
.hero-badge i { color: #ff6b6b; }

.hero-title { font-size: 3.8rem; line-height: 1.1; font-weight: 800; margin-bottom: 20px; letter-spacing: -1.5px; }
.hero-subtitle { font-size: 1.8rem; font-weight: 700; margin-bottom: 0; line-height: 1.4; min-height: 3.5rem; max-width: 800px; }

.dynamic-text { font-weight: 800; position: relative; }
.text-glow-red {
    color: #ff2a2a; 
    text-shadow: 0 0 15px rgba(255, 42, 42, 0.7), 0 0 5px rgba(255, 42, 42, 0.4);
}
.dynamic-text::after { content: ''; display: inline-block; width: 3px; height: 1em; background-color: #ff2a2a; margin-left: 5px; vertical-align: middle; animation: blink 0.7s infinite; box-shadow: 0 0 10px rgba(255, 42, 42, 0.7); }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

@keyframes auraWave { 0% { box-shadow: 0 0 0 0 rgba(154, 22, 34, 0.6); } 100% { box-shadow: 0 0 0 20px rgba(154, 22, 34, 0); } }

.btn-hero-accent { background-color: var(--accent); color: #fff; padding: 16px 36px; border-radius: 50px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; border: 2px solid transparent; animation: auraWave 2s infinite cubic-bezier(0.66, 0, 0, 1); }
.btn-hero-accent:hover { background-color: var(--accent-dark); color: #fff; transform: translateY(-3px); animation: none; box-shadow: 0 10px 20px rgba(154, 22, 34, 0.3); }

.btn-hero-text { color: #fff; font-weight: 600; text-decoration: none; padding: 16px 24px; transition: 0.3s; display: inline-block; }
.btn-hero-text:hover { color: #cbd5e1; letter-spacing: 1px; }

.custom-carousel-btn { width: 60px; height: 60px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(5px); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); top: 50%; transform: translateY(-50%); opacity: 0.6; transition: 0.3s; z-index: 5; }
.carousel-control-prev.custom-carousel-btn { left: 30px; }
.carousel-control-next.custom-carousel-btn { right: 30px; }
.custom-carousel-btn:hover { background: var(--accent); border-color: var(--accent); opacity: 1; transform: translateY(-50%) scale(1.1); }

@media (max-width: 991px) {
    .hero-overlay-left { background: linear-gradient(180deg, rgba(15, 37, 70, 0.95) 0%, rgba(15, 37, 70, 0.6) 60%, rgba(0, 0, 0, 0.4) 100%); }
    .hero-title { font-size: 2.8rem; }
    .hero-subtitle { font-size: 1.5rem; }
    .custom-carousel-btn { width: 50px; height: 50px; }
    .carousel-control-prev.custom-carousel-btn { left: 15px; }
    .carousel-control-next.custom-carousel-btn { right: 15px; }
}
@media (max-width: 576px) {
    .hero-section { min-height: 85vh; padding-top: 80px; }
    .hero-title { font-size: 2.2rem; }
    .hero-subtitle { font-size: 1.2rem; min-height: auto; margin-bottom: 20px; }
    .btn-hero-accent, .btn-hero-text { width: 100%; justify-content: center; }
    .custom-carousel-btn { display: none; }
}

/* ================= FEATURE BAR & GENERAL SECTIONS ================= */
.feature-wrapper { margin-top: -60px; position: relative; z-index: 10; padding-bottom: 60px; }
.feature-bar { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-radius: 24px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1); padding: 40px; display: flex; flex-wrap: wrap; border: 1px solid rgba(0,0,0,0.04); }
.feature-item { display: flex; align-items: flex-start; gap: 20px; padding: 10px 25px; border-right: 1px solid #f1f5f9; transition: 0.3s; }
.feature-item:hover { transform: translateY(-5px); }
.feature-item:last-child { border-right: none; }

@media (max-width: 991px) {
    .feature-wrapper { margin-top: -50px; }
    .feature-item { width: 50%; border-right: none; margin-bottom: 30px; }
}
@media (max-width: 576px) {
    .feature-wrapper { margin-top: 0; padding-top: 0; }
    .feature-bar { padding: 30px; flex-direction: column; }
    .feature-item { width: 100%; margin-bottom: 25px; border-bottom: 1px solid #f1f5f9; padding-bottom: 25px; padding-left: 0; padding-right: 0;}
    .feature-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
}
.f-icon { width: 54px; height: 54px; background: #fae8ea; color: var(--accent); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.feature-item:hover .f-icon { background: var(--accent); color: #fff; transform: rotate(15deg) scale(1.1); box-shadow: 0 10px 20px rgba(154, 22, 34, 0.2); }
.f-content h6 { margin: 0 0 6px 0; color: var(--dark); font-weight: 700; font-size: 1rem; }
.f-content p { margin: 0; font-size: 0.85rem; color: #64748b; line-height: 1.5; }

.section-title { text-align: center; margin-bottom: 60px; }
.label-text { color: var(--accent); background-color: rgba(154, 22, 34, 0.05); border: 1px solid rgba(154, 22, 34, 0.15); font-weight: 800; font-size: 0.8rem; letter-spacing: 1.5px; display: inline-block; margin-bottom: 15px; padding: 8px 18px; border-radius: 50px; }
.label-pricing { background: var(--accent) !important; color: #fff !important; border-color: var(--accent) !important; box-shadow: 0 5px 15px rgba(154, 22, 34, 0.4); }
.heading-text { font-size: 2.75rem; color: var(--dark); font-weight: 800; letter-spacing: -1px; }
@media(max-width: 576px) { .heading-text { font-size: 2rem; } }

.img-frame { border-radius: 30px; overflow: hidden; position: relative; box-shadow: 20px 20px 0 rgba(15, 37, 70, 0.05); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; }

.modern-btn-outline { transition: 0.4s; overflow: hidden; position: relative; z-index: 1; border-color: var(--primary); color: var(--primary); }
.modern-btn-outline::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: var(--primary); transition: 0.4s; z-index: -1; }
.modern-btn-outline:hover { color: #fff !important; border-color: var(--primary); }
.modern-btn-outline:hover::before { left: 0; }
.modern-btn-outline:hover i { transform: translateX(5px); transition: 0.3s; }

/* ================= PEST LIBRARY TABS ================= */
.nav-pills-custom { justify-content: center; border-bottom: 1px solid #e2e8f0; margin-bottom: 40px; padding-bottom: 0; flex-wrap: nowrap; overflow-x: auto; gap: 10px; }
.nav-pills-custom::-webkit-scrollbar { display: none; }
.nav-pills-custom .nav-link { background: transparent; border: none; color: #64748b; font-weight: 600; padding: 14px 30px; border-bottom: 3px solid transparent; border-radius: 0; white-space: nowrap; transition: 0.3s; font-size: 1rem; }
.nav-pills-custom .nav-link.active, .nav-pills-custom .nav-link:hover { color: var(--primary); border-bottom-color: var(--primary); background: transparent; }
.tab-pane-content { background: #fff; border-radius: 30px; padding: 50px; border: 1px solid var(--card-border); box-shadow: var(--shadow-soft); transition: all 0.5s ease; }
.tab-pane.active { animation: fadeInScale 0.5s ease forwards; }
@keyframes fadeInScale { from { opacity: 0; transform: scale(0.98); } to { opacity: 1; transform: scale(1); } }
@media(max-width: 768px) { .tab-pane-content { padding: 30px; } }

/* ================= PRICING PREMIUM ================= */
.pricing-premium-wrap { background: radial-gradient(circle at 20% 80%, #1a3a60, #0F2546 100%); position: relative; padding: 60px 0; overflow: hidden; color: #fff; }
.pricing-premium-wrap .heading-text { color: #fff; font-size: 2.2rem; }

.card-modern { background: #fff; border-radius: 24px; padding: 0; position: relative; border: none; border-bottom: 5px solid #e2e8f0; height: 100%; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
.card-modern:hover { transform: translateY(-12px); box-shadow: 0 25px 50px rgba(0,0,0,0.2); border-bottom-color: var(--primary); }
.card-featured { transform: scale(1.05); border: 2px solid var(--accent); border-bottom: 5px solid var(--accent); box-shadow: 0 20px 40px rgba(154, 22, 34, 0.15); z-index: 10; background: linear-gradient(180deg, #ffffff 0%, #fcf5f6 100%); }
.card-featured:hover { border-bottom-color: var(--accent-dark); }
@media(max-width: 991px) { .card-featured { transform: scale(1); margin: 20px 0; } }

.badge-popular { position: absolute; top: 0; right: 25px; background: var(--accent); color: #fff; padding: 8px 18px; font-size: 0.75rem; font-weight: 800; letter-spacing: 1px; border-radius: 0 0 12px 12px; box-shadow: 0 4px 10px rgba(154, 22, 34, 0.3); z-index: 2; }
.card-header-mod { padding: 40px 20px 20px; text-align: center; border-bottom: 1px dashed #e2e8f0; position: relative; }
.card-featured .card-header-mod { background: transparent; border-bottom: 1px dashed rgba(154, 22, 34, 0.2); }
.card-header-mod h4 { color: var(--dark); font-weight: 800; font-size: 1.25rem; margin-bottom: 3px; }
.card-header-mod .subtitle { font-size: 0.85rem; color: #64748b; font-weight: 500; }
.card-body-mod { padding: 25px 20px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; }
.price-box { margin-bottom: 20px; height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; }

.big-price { font-size: 3.2rem; font-weight: 800; background: linear-gradient(45deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; letter-spacing: -1.5px; }
.currency { font-size: 1.2rem; vertical-align: top; margin-right: 4px; color: #94a3b8; font-weight: 600; }
.unit { font-size: 1rem; color: var(--text); font-weight: 700; margin-left: 4px; }
.start-from { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--accent); font-weight: 700; margin-bottom: 4px; }

.feat-list { list-style: none; padding: 0; margin: 0 0 25px 0; text-align: left; color: #475569; font-size: 0.9rem; padding-left: 10%;}
.feat-list li { margin-bottom: 12px; display: flex; align-items: center; }
.feat-list li::before { content: '\F26A'; font-family: 'bootstrap-icons'; color: var(--accent); font-weight: bold; margin-right: 10px; font-size: 1.1rem; }

.btn-price-mod { margin-top: auto; width: 100%; padding: 12px; border-radius: 10px; font-weight: 700; font-size: 0.9rem; text-decoration: none; display: flex; justify-content: center; align-items: center; gap: 6px; }
.btn-outline-mod { background: transparent; border: 2px solid var(--primary); color: var(--primary); }
.btn-outline-mod:hover { background: var(--primary); color: #fff; }
.btn-fill-mod { background: var(--primary); border: 2px solid var(--primary); color: #fff; box-shadow: 0 5px 15px rgba(15, 37, 70, 0.2); }
.btn-fill-mod:hover { background: var(--primary-dark); border-color: var(--primary-dark); }

/* ================= SECTION BARU: LAYANAN SPESIFIK FUKU ================= */
.service-spec-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--card-border);
}
.spec-img {
    width: 100%;
    height: 160px; 
    object-fit: cover;
}

.spec-icon-wrapper {
    width: 65px;
    height: 65px;
    background: #fff;
    border: 3px solid var(--accent);
    color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: -32.5px auto 0; 
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.spec-body {
    padding: 20px 20px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.spec-body h5 {
    font-weight: 700;
    color: var(--dark);
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.spec-body p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}
.btn-link-custom {
    color: var(--accent);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}
.btn-link-custom i { margin-left: 5px; transition: 0.3s; }
.btn-link-custom:hover { color: var(--accent-dark); }
.btn-link-custom:hover i { transform: translateX(5px); }

/* ================= IPM SYSTEM ================= */
.ipm-wrapper { background: radial-gradient(circle at 50% 0%, #1a3a60, #0F2546 80%); padding: 80px 0; color: #fff; position: relative; overflow: hidden; }

.ipm-stepper-container { position: relative; padding: 40px 0; }
.ipm-stepper-line { position: absolute; top: 40px; left: 12.5%; right: 12.5%; height: 2px; background-image: linear-gradient(90deg, rgba(255,255,255,0.3) 50%, transparent 50%); background-size: 15px 15px; z-index: 1; animation: dashAnim 20s linear infinite; }
@keyframes dashAnim { to { background-position: 1000px 0; } }

.ipm-stepper { display: flex; justify-content: space-between; position: relative; z-index: 2; }
.ipm-step-item { flex: 1; text-align: center; padding: 0 15px; transition: transform 0.4s ease; cursor: default; }
.ipm-step-item:hover { transform: translateY(-10px); }

.step-circle { width: 80px; height: 80px; margin: 0 auto 25px; background: var(--dark); border: 3px solid var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 2rem; color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.5); transition: all 0.4s ease; }
.pulse-anim-hover:hover { background: var(--accent); border-color: var(--cream); box-shadow: 0 0 20px 5px rgba(154, 22, 34, 0.6); transform: scale(1.15); }
.step-content h5 { color: var(--cream); font-size: 1.1rem; margin-bottom: 10px; font-weight: 700; letter-spacing: 0.5px; }
.step-content p { color: #94a3b8; font-size: 0.85rem; line-height: 1.5; margin: 0; }

@media (max-width: 991px) {
    .ipm-stepper-line { top: 0; bottom: 0; left: 45px; width: 2px; height: auto; background-image: linear-gradient(180deg, rgba(255,255,255,0.3) 50%, transparent 50%); right: auto; background-size: 15px 15px; }
    .ipm-stepper { flex-direction: column; gap: 40px; }
    .ipm-step-item { display: flex; text-align: left; align-items: flex-start; gap: 20px; }
    .step-circle { margin: 0; flex-shrink: 0; width: 60px; height: 60px; font-size: 1.5rem; }
    .step-content { padding-top: 5px; }
}

/* ================= SECTOR CARD COMPACT ================= */
.sector-card-compact { background: #fff; padding: 25px; border-radius: 16px; border: 1px solid #e2e8f0; display: flex; align-items: flex-start; gap: 20px; height: 100%; }
.sector-card-compact:hover { border-color: transparent; }
.sector-icon-compact { flex-shrink: 0; width: 56px; height: 56px; background: #f0f4f8; color: var(--primary); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; transition: 0.4s; }
.sector-card-compact:hover .sector-icon-compact { background: var(--primary); color: #fff; transform: scale(1.1) rotate(5deg); }
.sector-content h5 { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin: 0 0 6px 0; transition: color 0.3s; }
.sector-card-compact:hover .sector-content h5 { color: var(--accent); }
.sector-content p { font-size: 0.9rem; color: #64748b; margin: 0; line-height: 1.5; }

/* ================= MENGAPA KAMI: DRAGGABLE CAROUSEL ================= */
.why-carousel-container { position: relative; padding: 0 50px; }
.why-carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 25px; padding-top: 15px; cursor: grab; }
.why-carousel-track::-webkit-scrollbar { display: none; }
.why-carousel-track.dragging { scroll-behavior: auto; cursor: grabbing; }

.why-slide { flex: 0 0 calc(25% - 15px); min-width: 280px; user-select: none; }
.why-slide img { pointer-events: none; }

.why-card-photo { 
    background: #fff; 
    border-radius: 20px; 
    overflow: hidden; 
    border: 1px solid rgba(15, 37, 70, 0.15); 
    border-bottom: 4px solid var(--accent); 
    height: 100%; 
    display: flex; 
    flex-direction: column; 
}
.why-img-top { width: 100%; height: 180px; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.why-body { padding: 25px; text-align: center; flex-grow: 1; background: #fff; z-index: 2; position: relative; }
.why-body h5 { color: var(--dark); font-weight: 700; margin-bottom: 12px; font-size: 1.1rem; transition: color 0.3s; line-height: 1.4; }
.why-body p { font-size: 0.88rem; color: #64748b; margin: 0; line-height: 1.6; }
.why-card-photo:hover .why-img-top { transform: scale(1.1); }
.why-card-photo:hover .why-body h5 { color: var(--accent); }

.custom-nav-btn {
    position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%;
    background: #fff; border: 2px solid var(--card-border); color: var(--primary); font-size: 1.3rem; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.custom-nav-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-50%) scale(1.1); box-shadow: 0 8px 20px rgba(154, 22, 34, 0.3); }
.why-prev { left: -10px; }
.why-next { right: -10px; }

@media (max-width: 1200px) { .why-slide { flex: 0 0 calc(33.333% - 14px); } }
@media (max-width: 991px) { .why-slide { flex: 0 0 calc(50% - 10px); } .why-carousel-container { padding: 0 20px; } .why-prev { left: -15px; } .why-next { right: -15px; } }
@media (max-width: 576px) { .why-slide { flex: 0 0 85%; } .custom-nav-btn { display: none; } .why-carousel-container { padding: 0; } }

/* ================= FOOTER ================= */
.main-footer { background: var(--footer-bg); color: #cbd5e1; padding: 80px 0 40px; font-size: 0.95rem; }
.footer-title { color: #ffffff; font-size: 1.25rem; font-weight: 700; margin-bottom: 25px; letter-spacing: -0.5px; }
.footer-list li { margin-bottom: 14px; display: flex; align-items: flex-start; gap: 12px; }
.footer-list i { color: #fff; margin-top: 3px; }
.footer-link a { color: #cbd5e1; text-decoration: none; transition: 0.3s; display: inline-block; }
.footer-link a:hover { color: #ffffff; transform: translateX(5px); }

.footer-columns {
    column-count: 2;
    column-gap: 30px;
}
@media (max-width: 576px) { .footer-columns { column-count: 1; } }

.social-link { text-decoration: none !important; color: #cbd5e1; transition: 0.3s; display: inline-block; }
.social-link:hover { color: #ffffff; transform: translateY(-3px); }
.copyright { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 60px; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; }
@media(max-width: 768px) { .copyright { flex-direction: column; text-align: center; gap: 20px; } }

.reveal { opacity: 0; transform: translateY(40px); transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.delay-100 { transition-delay: 0.1s; } .delay-200 { transition-delay: 0.2s; }