:root {
    --brand: #0d6efd;
    --brand2: #0aa2c0;
    --ink: #0b1220;
    --muted: #475569;
    --soft: #f5f7fb;
    --card: #ffffff;
    --border: #e5e7eb;
    --shadow: 0 10px 28px rgba(2,6,23,.08);
    --radius: 18px;
}

body {
    margin: 0;
    padding-top: 72px;
    background: var(--soft);
    color: var(--ink);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* ================= NAV ================= */
.nav-glass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}

.brand-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    letter-spacing: .04em;
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    box-shadow: 0 10px 22px rgba(13,110,253,.25);
    flex: 0 0 auto;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-brand span{
    border:2px solid #000000;
    text-transform:uppercase;
    padding:5px;
}

.navbar-nav .nav-link {
    font-weight: 700;
    color: var(--ink) !important;
    font-size:12px;
}

.pill-cta {
    border-radius: 999px;
    padding: .55rem 1rem;
    font-weight: 900;
}

/* ================= HERO ================= */
.hero {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    background: radial-gradient(900px 400px at 10% 20%, rgba(13,110,253,.35), transparent 55%), radial-gradient(900px 400px at 90% 20%, rgba(10,162,192,.35), transparent 55%), linear-gradient(180deg, #0b1220 0%, #0b1220 45%, transparent 45%);
}

.hero-inner {
    padding: 44px 0 28px;
}

.hero-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    padding: 26px;
    color: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
}

.hero h1 {
    font-weight: 950;
    letter-spacing: -.02em;
    line-height: 1.05;
    margin: 0 0 10px;
}

.hero p {
    margin: 0 0 14px;
    color: rgba(255,255,255,.82);
    font-weight: 600;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.btn-hero {
    border-radius: 14px;
    font-weight: 900;
    padding: 12px 16px;
    box-shadow: 0 12px 30px rgba(13,110,253,.25);
}

.btn-ghost {
    border-radius: 14px;
    font-weight: 900;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.06);
    color: #fff;
}

.hero-image {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
    background: #111827;
    min-height: 280px;
    /* background-image:url("images/packers.jpg"); */
    background-size: cover;
    background-position: center;
    position: relative;
}

    .hero-image:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(11,18,32,.75), rgba(11,18,32,.15));
    }

/* ================= SECTIONS ================= */
.section {
    padding: 16px 0;
}

.section-title {
    font-weight: 950;
    letter-spacing: -.01em;
    margin: 0 0 8px;
}

.section-sub {
    color: var(--muted);
    font-weight: 650;
    margin: 0 0 18px;
}

.card-soft {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
    height: 100%;
}

.icon-bubble {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(13,110,253,.12), rgba(10,162,192,.12));
    border: 1px solid rgba(13,110,253,.18);
    font-weight: 950;
    color: var(--ink);
}

.service-title {
    font-weight: 900;
    margin: 12px 0 6px;
}

.mini {
    color: var(--muted);
    font-weight: 650;
    margin: 0;
}

.hr-soft {
    border-top: 1px solid var(--border);
    opacity: 1;
}

.step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.step-num {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    color: #fff;
    font-weight: 950;
    box-shadow: 0 10px 20px rgba(13,110,253,.25);
    flex: 0 0 auto;
}

.quote {
    background: linear-gradient(90deg, rgba(13,110,253,.10), rgba(10,162,192,.10));
    border: 1px solid rgba(13,110,253,.15);
    border-radius: 24px;
    padding: 22px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

    .quote h4 {
        margin: 0 0 4px;
        font-weight: 950;
    }

    .quote p {
        margin: 0;
        color: var(--muted);
        font-weight: 700;
    }

.footer {
    margin-top: 24px;
    background: #0b1220;
    color: #fff;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

    .footer a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.small-muted {
    color: rgba(255,255,255,.75);
    font-weight: 650;
}

@media(max-width:576px) {
    body {
        padding-top: 68px;
    }

    .hero-inner {
        padding: 34px 0 18px;
    }

    .hero h1 {
        font-size: 28px;
    }
}

/* ================= SERVICE STRIP (3 TILES) ================= */
.service-strip {
    background: linear-gradient(90deg, #0d6efd, #0aa2c0);
    border-radius: 22px;
    padding: 28px 22px;
    box-shadow: 0 18px 45px rgba(2,6,23,.10);
    overflow: hidden;
}

.service-tile {
    border-radius: 18px;
    padding: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(2,6,23,.08);
    box-shadow: 0 12px 28px rgba(2,6,23,.08);
}

    .service-tile.light {
        background: #fde68a;
    }

    .service-tile.dark {
        background: #334b8a;
        color: #fff;
        border-color: rgba(255,255,255,.12);
    }

    .service-tile h3 {
        margin: 0 0 14px;
        font-weight: 950;
        letter-spacing: -0.01em;
    }

    .service-tile .btn {
        width: fit-content;
        border-radius: 12px;
        font-weight: 900;
        padding: 10px 14px;
    }

@media(max-width:576px) {
    .service-strip {
        padding: 18px 14px;
    }

    .service-tile {
        padding: 18px;
    }

        .service-tile h3 {
            font-size: 20px;
        }
}
/* ================= HERO BANNER ================= */
.hero-banner {
    position: relative;
    background: url("images/advertisement_Test.jpg") center center / cover no-repeat;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    overflow: hidden;
}

    .hero-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.55);
    }

.hero-banner-content {
    position: relative;
    z-index: 2;
    background: rgba(30,20,18,0.90);
    padding: 40px 50px;
    border-radius: 12px;
    text-align: center;
    width: 90%;
    max-width: 520px;
    color: #ffffff;
}

.hero-book-btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    background: #5dade2;
    border-radius: 12px;
    text-decoration: none;
    transition: transform .2s ease, opacity .2s ease;
}

    .hero-book-btn:hover {
        opacity: .95;
        transform: translateY(-2px);
    }

/* Mobile hero */
@media(max-width:576px) {
    .hero-banner {
        min-height: 320px;
    }

    .hero-banner-content {
        padding: 28px 24px;
    }

        .hero-banner-content h1 {
            font-size: 22px;
        }
}
/* ================= FLAG SECTION ================= */
.flag-section {
    display: flex;
    justify-content: center;
    margin: 24px 0 10px;
}

    .flag-section img {
        width: 100%;
        max-width: 1200px;
        controls banner width height: auto;
        border-radius: 2px;
        box-shadow: 0 18px 40px rgba(2,6,23,.15);
        object-fit: cover;
    }

/* Mobile adjustment */
@media(max-width:576px) {
    .flag-section img {
        height: 90px;
    }
}


.services-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
}

.section-subtitle {
    color: #6c757d;
}

.service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

.dark-card {
    background: linear-gradient(135deg, #212529, #343a40);
    color: #ffffff;
}

.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.service-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 14px;
    margin-bottom: 20px;
    color: inherit;
}


.how-section {
    padding: 70px 0;
    background: #f9fafc;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
}

.section-sub {
    color: #6c757d;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: auto;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 20px;
        top: 0;
        height: 100%;
        width: 3px;
        background: #0d6efd;
    }

.timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

.timeline-icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

    .timeline-content:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.cta-box {
    background: linear-gradient(135deg, #0d6efd, #0056d2);
    color: #fff;
    padding: 35px;
    border-radius: 16px;
}

    .cta-box p {
        opacity: 0.9;
    }


.packing-section {
    padding: 70px 0;
    background: #f4f7fb;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
}

.section-sub {
    color: #6c757d;
    max-width: 600px;
    margin: auto;
}

.packing-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .packing-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    }

.packing-icon {
    font-size: 42px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #0d6efd, #0056d2);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.packing-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.packing-card p {
    font-size: 14px;
    color: #666;
}

.packing-card ul {
    text-align: left;
    margin-top: 15px;
    padding-left: 18px;
    font-size: 14px;
}

    .packing-card ul li {
        margin-bottom: 6px;
    }

.packing-cta {
    background: linear-gradient(135deg, #0d6efd, #003d99);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
}

    .packing-cta p {
        opacity: 0.9;
    }





/* Rosmerta box */
.rosmerta-box {
    border: 1.5px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}

    .rosmerta-box .r-circle {
        width: 28px;
        height: 28px;
        background: #c0392b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 800;
        font-size: 13px;
    }

    .rosmerta-box .r-texts .r-name {
        font-size: 12px;
        font-weight: 800;
        color: #c0392b;
        line-height: 1.2;
    }

    .rosmerta-box .r-texts .r-sub {
        font-size: 7px;
        color: #777;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.footer-logos {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 16px 30px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
}

.fl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.fl-name {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.fl-sub {
    font-size: 8px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ================= GOVERNMENT COLORED BOXES ================= */
.govt-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.govt-header {
    text-align: center;
    margin-bottom: 3rem;
}

.govt-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 950;
    color: var(--ink);
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
}

.govt-subtitle {
    font-size: 1rem;
    color: var(--muted);
    max-width: 600px;
    margin: 0 auto;
}

.govt-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.govt-box {
    padding: 2rem;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.govt-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.govt-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.govt-box:hover::before {
    transform: scaleX(1);
}

/* Saffron Box */
.govt-box-saffron {
    background: linear-gradient(135deg, #FFE5B4 0%, #FFDAB9 100%);
    color: #1a1a1a;
}

.govt-box-saffron::before {
    background: #FF9933;
}

/* White Box */
.govt-box-white {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    color: #0b1220;
    border: 2px solid #0d6efd;
}

.govt-box-white::before {
    background: #0d6efd;
}

/* Green Box */
.govt-box-green {
    background: linear-gradient(135deg, #D4F1D4 0%, #C8E6C9 100%);
    color: #0b1220;
}

.govt-box-green::before {
    background: #138808;
}

/* Blue Box */
.govt-box-blue {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    color: #0b1220;
}

.govt-box-blue::before {
    background: #0d6efd;
}

/* Navy Box */
.govt-box-navy {
    background: linear-gradient(135deg, #0b1220 0%, #1a3a52 100%);
    color: #ffffff;
}

.govt-box-navy::before {
    background: #0d6efd;
}

/* Orange Box */
.govt-box-orange {
    background: linear-gradient(135deg, #FFE8CC 0%, #FFDAB9 100%);
    color: #0b1220;
}

.govt-box-orange::before {
    background: #FF6B35;
}

.govt-box-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.govt-box h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    margin-top: 0;
}

.govt-box p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

/* Responsive */
@media(max-width: 768px) {
    .govt-section {
        padding: 40px 0;
    }

    .govt-boxes {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .govt-box {
        padding: 1.5rem;
        min-height: 200px;
    }

    .govt-box-icon {
        width: 70px;
        height: 70px;
        font-size: 2.5rem;
    }

    .govt-title {
        font-size: 1.6rem;
    }
}
/* Professional HSRP Plate Booking Service - CSS */

:root {
  --primary-color: #1a4d8f;
  --secondary-color: #2980b9;
  --accent-color: #27ae60;
  --light-bg: #f8fafc;
  --text-dark: #1a1f36;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ============ BASE STYLES ============ */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  background: var(--light-bg);
  padding-top: 70px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.container-lg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ============ NAVBAR ============ */
.navbar {
  background: #ffffff !important;
  border-bottom: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  padding: 0.8rem 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.navbar-brand {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--primary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.navbar-brand i {
  font-size: 1.8rem;
}

.navbar-brand span {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar-nav .nav-link {
  color: var(--text-dark) !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 12px !important;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.navbar-nav .nav-link:hover {
  color: var(--secondary-color) !important;
  background: rgba(41, 128, 185, 0.08);
}

.navbar-nav .nav-link i {
  font-size: 0.9rem;
}

/* ============ HERO SECTION ============ */
.hero {
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  padding: 60px 0;
  border-bottom: 1px solid var(--border-color);
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 20px 0;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--text-dark);
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}

.hero-content h1 span {
  color: var(--secondary-color);
}

.hero-content p {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.8;
  max-width: 550px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hero-actions .btn {
  padding: 14px 32px;
  font-weight: 700;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-actions .btn-primary {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  box-shadow: 0 8px 24px rgba(26, 77, 143, 0.25);
}

.hero-actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(26, 77, 143, 0.35);
  color: white;
}

.hero-actions .btn-outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.hero-actions .btn-outline-primary:hover {
  background: var(--primary-color);
  color: white;
}

.hero-features {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.feature-badge {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 10px 16px;
  background: white;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-dark);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.feature-badge:hover {
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.feature-badge i {
  color: var(--secondary-color);
  font-size: 1.2rem;
}

.hero-image {
  flex: 1;
  min-height: 400px;
  border-radius: 12px;
  background-image: url('images/advertisement_Test.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-lg);
  display: none;
}

@media (min-width: 1024px) {
  .hero-image {
    display: block;
  }
  .hero-inner {
    gap: 4rem;
  }
}

/* ============ SERVICES SECTION ============ */
.services-section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header p {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.section-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.section-header .subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.service-card {
  background: white;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  padding: 2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--secondary-color);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(26, 77, 143, 0.1), rgba(41, 128, 185, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(26, 77, 143, 0.15);
}

.service-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.8rem;
}

.service-card p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  flex-grow: 1;
  line-height: 1.8;
}

.service-card .btn {
  align-self: flex-start;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.service-card .btn-primary {
  background: var(--secondary-color);
  color: white;
  border: none;
}

.service-card .btn-primary:hover {
  background: var(--primary-color);
  color: white;
}

.service-card .btn-outline-primary {
  color: var(--secondary-color);
  border: 1.5px solid var(--secondary-color);
  background: transparent;
}

.service-card .btn-outline-primary:hover {
  background: var(--secondary-color);
  color: white;
}

/* ============ PROCESS SECTION ============ */
.process-section {
  background: white;
  padding: 80px 0;
  border-top: 1px solid var(--border-color);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.process-card {
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  text-align: center;
  transition: all 0.3s ease;
}

.process-card:hover {
  background: white;
  box-shadow: var(--shadow-lg);
}

.process-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 auto 1rem;
  box-shadow: 0 8px 20px rgba(26, 77, 143, 0.25);
}

.process-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.8rem;
}

.process-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ============ FOOTER ============ */
.footer {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 60px 0 20px;
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section h4 {
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-section h4 i {
  color: rgba(255, 255, 255, 0.8);
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.8rem;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-section a:hover {
  color: white;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .hero {
    padding: 40px 0;
  }

  .hero-inner {
    gap: 2rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .services-grid {
    gap: 1.5rem;
  }

  .hero-features {
    gap: 1rem;
  }

  .feature-badge {
    flex: 0 0 calc(50% - 0.5rem);
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .navbar-nav {
    margin-top: 1rem;
  }

  .navbar-nav .nav-link {
    padding: 10px 0 !important;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .container-lg {
    padding: 0 1rem;
  }

  .hero {
    padding: 30px 0;
  }

  .hero-content h1 {
    font-size: 1.6rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .navbar-brand {
    font-size: 1.3rem;
  }
}

/* ============ UTILITY CLASSES ============ */
.text-gradient {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn {
  transition: all 0.3s ease;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 77, 143, 0.1);
}

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--light-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
