:root {
    --primary-color: #1463ff;
    --primary-dark: #0b3aa8;
    --primary-soft: #eaf4ff;
    --accent-color: #18d3b5;
    --accent-dark: #07997f;
    --secondary-color: #64748b;
    --success-color: #16a34a;
    --danger-color: #dc2626;
    --warning-color: #f59e0b;
    --surface-color: #ffffff;
    --surface-muted: #f6f8fb;
    --surface-strong: #e8edf4;
    --ink: #0b1220;
    --ink-2: #152033;
    --text-color: #182235;
    --text-soft: #64748b;
    --border-color: rgba(15, 23, 42, 0.1);
    --shadow-sm: 0 14px 34px rgba(15, 23, 42, 0.08);
    --shadow-md: 0 24px 70px rgba(15, 23, 42, 0.16);
    --radius-lg: 18px;
    --radius-md: 12px;
    --radius-sm: 8px;
    --hero-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=80');
    --bs-primary: #1463ff;
    --bs-primary-rgb: 20, 99, 255;
    --bs-success: #18b889;
    --bs-success-rgb: 24, 184, 137;
}

* {
    font-family: 'Inter', sans-serif;
}

body {
    min-height: 100vh;
    color: var(--text-color);
    line-height: 1.6;
    background:
        linear-gradient(180deg, rgba(246, 248, 251, 0.96) 0%, rgba(255, 255, 255, 0.98) 42%, #f5f7fb 100%),
        repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.035) 0 1px, transparent 1px 96px);
}

a {
    color: inherit;
}

.bg-primary,
.table-primary {
    --bs-bg-opacity: 1;
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

::selection {
    background: rgba(20, 99, 255, 0.2);
}

.page-shell {
    padding: 0;
}

.section {
    padding: 84px 0;
}

.section + .section {
    padding-top: 56px;
}

.surface-panel,
.feature-card,
.service-card,
.support-card,
.team-card,
.stats-card,
.testimonial-card,
.pricing-card,
.info-card-web,
.calculator-panel,
.calculator-subcard {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-sm);
}

.surface-panel {
    border-radius: var(--radius-lg);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.48rem 0.75rem;
    border: 1px solid rgba(20, 99, 255, 0.16);
    border-radius: 999px;
    color: var(--primary-dark);
    background: var(--primary-soft);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

/* Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0.75rem 0;
    background: rgba(11, 18, 32, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 36px rgba(11, 18, 32, 0.18);
}

.navbar .container-fluid {
    width: min(1240px, calc(100% - 24px));
}

.navbar-nav {
    align-items: center;
    gap: 0.28rem;
}

.navbar-brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    /* gap: 0.62rem; */
    text-decoration: none;
    font-size: 1.16rem;
    font-weight: 800;
    min-width: max-content;
}

.navbar-brand {
    color: #ffffff !important;
}

/* .brand-mark {
    width: 2.72rem;
    height: 2.72rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.72rem;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
} */

.brand-word {
    display: inline-flex;
    align-items: baseline;
    gap: 0.04rem;
    line-height: 1;
    letter-spacing: 0;
}

.brand-word strong {
    color: #ffffff;
    font-weight: 900;
}

.brand-word span {
    color: var(--primary-color);
    font-weight: 700;
}

.footer-brand .brand-word strong {
    color: #ffffff;
}

.nav-link {
    color: rgba(255, 255, 255, 0.74) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.58rem 0.78rem !important;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.11);
}

.nav-item .btn {
    margin-left: 0.25rem;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none !important;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 610px;
    display: flex;
    align-items: center;
    padding: 96px 0 72px;
    color: #ffffff;
    background:
        linear-gradient(100deg, rgba(7, 16, 33, 0.96) 0%, rgba(8, 41, 82, 0.88) 48%, rgba(10, 184, 166, 0.55) 100%),
        var(--hero-image) center / cover no-repeat;
}

.hero.page-hero {
    min-height: 390px;
    padding: 82px 0;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 50%, rgba(255, 255, 255, 0.08) 50% 50.4%, transparent 50.4%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
    opacity: 0.55;
    pointer-events: none;
}

.hero-content,
.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1,
.section-title {
    letter-spacing: 0;
    font-weight: 900;
    line-height: 1.06;
}

.hero h1 {
    /* max-width: 780px; */
    font-size: clamp(2.45rem, 5vw, 4.7rem);
    margin-bottom: 1.2rem;
}

.hero p {
    /* max-width: 46rem; */
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
    margin-bottom: 2rem;
}

.hero-media {
    position: relative;
    min-height: 430px;
}

.rate-widget {
    position: relative;
    max-width: 560px;
    margin-left: auto;
    padding: 2.15rem;
    border: 1px solid rgba(203, 231, 255, 0.9);
    border-radius: 28px;
    color: var(--ink);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 249, 255, 0.96)),
        radial-gradient(circle at top right, rgba(24, 211, 181, 0.14), transparent 40%);
    box-shadow: 0 32px 90px rgba(3, 26, 58, 0.28);
}

.rate-widget::before {
    content: "";
    position: absolute;
    inset: -28px;
    z-index: -1;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(20, 99, 255, 0.18), rgba(24, 211, 181, 0.18));
    filter: blur(8px);
}

.rate-widget-badge {
    position: absolute;
    top: 1.45rem;
    right: -1.15rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 1.25rem;
    border-radius: 18px 8px 8px 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    box-shadow: 0 18px 42px rgba(20, 99, 255, 0.28);
    font-size: 1.05rem;
    font-weight: 900;
}

.rate-widget-head {
    margin-bottom: 1.5rem;
    padding-right: 10rem;
}

.rate-widget-head span {
    display: block;
    color: #66748a;
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 0.24rem;
}

.rate-widget-head strong {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #101827;
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    line-height: 1.15;
    font-weight: 900;
}

.rate-widget-head i {
    color: var(--primary-color);
    font-size: 1.05rem;
}

.rate-list {
    padding: 1.25rem;
    border: 1px dashed rgba(20, 99, 255, 0.16);
    border-radius: 20px;
    background: rgba(245, 249, 255, 0.92);
}

.rate-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.78rem 0;
    color: #101827;
}

.rate-row + .rate-row {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.rate-courier {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 0.75rem;
    font-size: 1.02rem;
    font-weight: 900;
}

.rate-courier i {
    width: 26px;
    color: var(--primary-color);
    font-size: 1.3rem;
    text-align: center;
}

.rate-row strong {
    color: #101827;
    font-size: 1.22rem;
    font-weight: 900;
}

.rate-row.best strong {
    color: var(--accent-dark);
}

.rate-row em {
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.66rem;
    border-radius: 999px;
    color: var(--accent-dark);
    background: rgba(24, 211, 181, 0.12);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 900;
}

.delivery-pill {
    position: absolute;
    left: -1.35rem;
    bottom: 4.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    color: #173153;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 48px rgba(3, 26, 58, 0.16);
    font-weight: 900;
}

.delivery-pill span {
    width: 16px;
    height: 16px;
    border: 4px solid rgba(24, 211, 181, 0.24);
    border-radius: 50%;
    background: var(--accent-color);
}

.rate-widget-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}

.rate-widget-stats div {
    padding: 0.88rem 0.8rem;
    border: 1px solid rgba(20, 99, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

.rate-widget-stats strong {
    display: block;
    color: var(--primary-dark);
    font-size: 1.2rem;
    line-height: 1.05;
}

.rate-widget-stats span {
    display: block;
    color: #66748a;
    font-size: 0.72rem;
    font-weight: 800;
}

.hero-image-card,
.stock-image-panel,
.feature-image,
.auth-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--surface-strong);
    box-shadow: var(--shadow-md);
}

.hero-image-card {
    min-height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-image-card img,
.stock-image-panel img,
.feature-image img,
.auth-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-card::after,
.stock-image-panel::after,
.feature-image::after,
.auth-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(11, 18, 32, 0.72) 100%);
    pointer-events: none;
}

.hero-stat-strip,
.metric-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.hero-stat-strip {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    padding: 0.8rem;
    border-radius: var(--radius-md);
    color: var(--text-color);
    background: rgba(255, 255, 255, 0.94);
}

.hero-stat-strip strong,
.metric-band strong {
    display: block;
    color: var(--primary-dark);
    font-size: 1.35rem;
    line-height: 1.1;
}

.hero-stat-strip span,
.metric-band span {
    color: var(--text-soft);
    font-size: 0.78rem;
    font-weight: 800;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    min-height: 44px;
    padding: 0.72rem 1.12rem;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-sm {
    min-height: 38px;
    padding: 0.56rem 0.88rem;
    font-size: 0.86rem;
}

.btn-lg {
    min-height: 52px;
    padding: 0.88rem 1.38rem;
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border: none;
    box-shadow: 0 14px 28px rgba(20, 99, 255, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(20, 99, 255, 0.28);
}

.btn-outline-primary {
    color: var(--primary-dark);
    border-color: rgba(20, 99, 255, 0.3);
    background: #ffffff;
    font-weight: 800;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-color: transparent;
}

.btn-outline-light {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: var(--ink);
    border-color: #ffffff;
    background: #ffffff;
}

.btn-light {
    color: var(--ink);
    font-weight: 900;
    border-color: #ffffff;
    box-shadow: 0 14px 28px rgba(11, 18, 32, 0.18);
}

.btn-light:hover,
.btn-light:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(11, 18, 32, 0.24);
}

/* Sections and cards */
.section-title {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.15rem);
    margin-bottom: 1rem;
}

.hero .section-title,
.hero .section-subtitle {
    color: #ffffff !important;
}

.section-subtitle {
    color: var(--text-soft);
    font-size: 1.08rem;
    margin-bottom: 3rem;
}

.services-section {
    background:
        linear-gradient(180deg, rgba(232, 237, 244, 0.74), rgba(246, 248, 251, 0.84)),
        repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.04) 0 1px, transparent 1px 80px);
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.feature-card,
.support-card,
.team-card,
.stats-card,
.testimonial-card {
    height: 100%;
    padding: 1.65rem;
    border-radius: var(--radius-md);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card {
    text-align: center;
}

.feature-card:hover,
.service-card:hover,
.pricing-card:hover,
.support-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.feature-icon,
.service-item-icon,
.service-card-icon,
.support-card-icon,
.team-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #94f7e7 0%, var(--primary-color) 100%);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.25rem;
    border-radius: var(--radius-sm);
    font-size: 1.55rem;
}

.feature-card h5,
.service-item-content h6,
.service-card h4,
.support-card h6,
.team-card h6 {
    color: var(--ink);
    font-weight: 900;
}

.feature-card p,
.service-item-content p,
.testimonial-card p {
    color: var(--text-soft);
    margin-bottom: 0;
}

.stock-image-panel {
    min-height: 420px;
}

.feature-image {
    min-height: 250px;
    margin: -1.65rem -1.65rem 1.5rem;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.image-caption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-md);
    background: rgba(11, 18, 32, 0.76);
    backdrop-filter: blur(10px);
}

.image-caption i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    color: #111827;
    background: var(--primary-color);
}

.metric-band {
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
}

.metric-item {
    padding: 1.15rem;
    border-radius: var(--radius-sm);
    background: var(--surface-muted);
}

.service-item {
    display: flex;
    gap: 1rem;
    height: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-sm);
}

.service-item-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: var(--radius-sm);
}

.service-card {
    display: flex;
    gap: 1.25rem;
    height: 100%;
    padding: 1.65rem;
    border-radius: var(--radius-md);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card-icon,
.support-card-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: var(--radius-sm);
    font-size: 1.55rem;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--text-soft);
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.68rem;
}

.check-list li + li {
    margin-top: 0.72rem;
}

.check-list i,
.pricing-features i {
    color: var(--success-color);
    margin-top: 0.25rem;
}

.team-avatar {
    width: 88px;
    height: 88px;
    margin: 0 auto 1.1rem;
    border-radius: var(--radius-md);
    font-size: 2.15rem;
}

.stats-card {
    text-align: center;
}

.stats-card h3 {
    color: var(--primary-dark);
    font-size: 2.25rem;
    font-weight: 900;
}

/* Pricing */
.pricing-card {
    position: relative;
    height: 100%;
    padding: 2rem 1.35rem;
    border-radius: var(--radius-lg);
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pricing-card.featured {
    border-color: rgba(20, 99, 255, 0.24);
    background: linear-gradient(180deg, #eaf4ff 0%, #ffffff 64%);
    transform: scale(1.03);
}

.pricing-card h5 {
    color: var(--ink);
    font-weight: 900;
}

.price {
    color: var(--primary-dark);
    font-size: 2.45rem;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 0.35rem;
}

.price-period {
    color: var(--text-soft);
    margin-bottom: 1.7rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.8rem;
    text-align: left;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.72rem 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-soft);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features i.fa-times {
    color: #a8b1bf;
}

.badge-primary {
    display: inline-block;
    padding: 0.46rem 0.8rem;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(20, 99, 255, 0.22);
}

/* Partner loop */
.partner-showcase {
    padding: 74px 0;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(100deg, rgba(11, 18, 32, 0.98), rgba(21, 32, 51, 0.96)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 92px);
}

.partner-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.partner-heading h2 {
    margin: 1rem 0 0.6rem;
    font-size: clamp(1.85rem, 3vw, 2.7rem);
    line-height: 1.08;
    font-weight: 900;
}

.partner-heading p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

.partner-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.partner-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: partner-scroll 24s linear infinite;
}

.partner-marquee:hover .partner-track {
    animation-play-state: paused;
}

.partner-logo {
    width: 198px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.partner-logo img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: block;
    object-fit: contain;
    border-radius: 8px;
}

.partner-logo span {
    color: var(--ink);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.15;
}

@keyframes partner-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

@media (prefers-reduced-motion: reduce) {
    .partner-track {
        animation: none;
        flex-wrap: wrap;
    }
}

/* CTA and footer */
.cta-section {
    padding: 70px 24px;
    margin: 48px 0;
    color: #ffffff;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(100deg, rgba(7, 16, 33, 0.94), rgba(8, 116, 132, 0.82)),
        url('https://images.unsplash.com/photo-1560264280-88b68371db39?auto=format&fit=crop&w=1600&q=80') center / cover no-repeat;
    box-shadow: var(--shadow-md);
}

.cta-section h2 {
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    font-weight: 900;
}

.cta-section p {
    max-width: 680px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.82);
}

footer {
    padding: 72px 0 24px;
    color: #ffffff;
    background: #070d18;
}

.footer-section h6 {
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 1.2rem;
}

.footer-section p,
.footer-bottom {
    color: rgba(255, 255, 255, 0.62);
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li + li {
    margin-top: 0.55rem;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.64);
    text-decoration: none;
}

.footer-section a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.6rem;
    margin-top: 2rem;
    text-align: center;
}

.footer-brand {
    margin-bottom: 1rem;
    color: #ffffff;
}

/* Tables, forms, accordions */
.table-responsive,
.accordion-item,
.contact-panel,
.team-card,
.stats-card {
    border-radius: var(--radius-md);
    overflow: hidden;
}

.table {
    --bs-table-bg: #ffffff;
    --bs-table-hover-bg: #eaf4ff;
    border-color: var(--border-color);
}

.table thead th {
    color: var(--ink);
    background: var(--surface-muted);
    border-bottom-width: 1px;
    font-weight: 900;
}

.form-control,
.form-select,
.input-group-text {
    min-height: 50px;
    border-radius: var(--radius-sm) !important;
    border-color: rgba(15, 23, 42, 0.14);
}

.form-control,
.form-select {
    padding: 0.78rem 0.95rem;
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(20, 99, 255, 0.42);
    box-shadow: 0 0 0 0.22rem rgba(20, 99, 255, 0.12) !important;
}

.input-group > .form-control,
.input-group > .form-select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-text:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-text:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-text {
    color: var(--text-soft);
    background: var(--surface-muted);
}

.accordion-item {
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    margin-bottom: 1rem;
}

.accordion-button {
    color: var(--ink);
    background: transparent;
    box-shadow: none !important;
    font-weight: 800;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-dark);
    background: #eaf4ff;
}

.text-muted,
.text-secondary {
    color: var(--text-soft) !important;
}

.contact-panel {
    padding: 2rem;
}

.testimonial-card p {
    font-style: italic;
}

.rating-stars {
    color: #f59e0b;
}

.testimonial-author {
    color: var(--ink);
    font-weight: 900;
}

.testimonial-role {
    color: var(--text-soft);
    font-size: 0.9rem;
}

/* Calculator */
.calculator-page {
    width: min(1240px, calc(100% - 24px));
    margin: 42px auto 0;
}

.calculator-panel {
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.calculator-panel .card-header {
    border: none;
    padding: 1.45rem 1.6rem;
    background: linear-gradient(100deg, var(--ink) 0%, #1f2937 62%, var(--primary-dark) 100%) !important;
}

.calculator-panel .card-body {
    padding: 1.6rem;
}

.calculator-subcard {
    height: 100%;
    padding: 1.4rem;
    border-radius: var(--radius-md);
    background: var(--surface-muted);
}

.info-card-web {
    border-radius: var(--radius-lg);
}

.info-list {
    padding-left: 1.1rem;
    color: var(--text-soft);
}

.info-list li + li {
    margin-top: 0.6rem;
}

.summary-tile {
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--radius-sm);
    background: #ffffff;
}

.summary-tile .metric-value {
    color: var(--primary-dark);
    font-weight: 900;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    min-height: 40px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: var(--radius-sm);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

#rateResultsModal .modal-content {
    overflow: hidden;
    border: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

#rateResultsModal .modal-header {
    border: none;
    background: var(--ink) !important;
}

#rateResultsModal .modal-body {
    padding: 1.6rem;
}

#rateResultsModal .modal-footer {
    border: none;
    background: var(--surface-muted);
}

#rateResultsModal .results-table-wrap {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--radius-md);
    background: #ffffff;
}

/* Tracker */
.tracker-panel {
    padding: 1.65rem;
}

.tracker-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-weight: 900;
    text-transform: capitalize;
}

.status-pill i {
    font-size: 0.72rem;
}

.status-delivered {
    color: #0b6842;
    background: rgba(22, 163, 74, 0.12);
}

.status-cancelled,
.status-failed {
    color: #991b1b;
    background: rgba(220, 38, 38, 0.12);
}

.status-out_for_delivery,
.status-in_transit,
.status-picked {
    color: #0b3aa8;
    background: rgba(20, 99, 255, 0.12);
}

.status-default {
    color: #4b5563;
    background: rgba(100, 116, 139, 0.12);
}

.tracker-step {
    position: relative;
    display: flex;
    gap: 1rem;
    padding: 0 0 1.5rem;
}

.tracker-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 38px;
    bottom: 0;
    width: 2px;
    background: rgba(20, 99, 255, 0.18);
}

.tracker-dot {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    border-radius: 50%;
    background: var(--primary-color);
}

.detail-box {
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--radius-sm);
    background: #ffffff;
}

.detail-label {
    color: var(--text-soft);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 0.9rem;
        padding-top: 0.9rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hero {
        min-height: auto;
        padding: 76px 0 62px;
    }

    .hero-media,
    .hero-image-card {
        min-height: 340px;
    }

    .rate-widget {
        max-width: 100%;
        margin: 2rem 0 0;
    }

    .pricing-card.featured {
        transform: none;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 58px 0;
    }

    .hero h1 {
        font-size: 2.25rem;
    }

    .navbar-brand,
    .footer-brand {
        gap: 0.5rem;
        font-size: 1.04rem;
    }

    .brand-mark {
        width: 2.35rem;
        height: 2.35rem;
        flex-basis: 2.35rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-media {
        min-height: 0;
    }

    .rate-widget {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .rate-widget::before {
        inset: -12px;
        border-radius: 28px;
    }

    .rate-widget-badge,
    .delivery-pill {
        position: static;
        width: max-content;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .rate-widget-badge {
        border-radius: 999px;
        padding: 0.72rem 1rem;
        font-size: 0.92rem;
    }

    .rate-widget-head {
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .rate-widget-head strong {
        flex-wrap: wrap;
        gap: 0.42rem;
        font-size: 1.38rem;
    }

    .rate-list {
        padding: 0.85rem;
        border-radius: 16px;
    }

    .rate-row {
        align-items: flex-start;
        padding: 0.72rem 0;
    }

    .rate-courier {
        align-items: flex-start;
        gap: 0.55rem;
        font-size: 0.94rem;
    }

    .rate-courier i {
        margin-top: 0.05rem;
    }

    .rate-row em {
        margin-left: 0;
    }

    .delivery-pill {
        margin: 1rem 0 0;
        padding: 0.72rem 0.9rem;
    }

    .rate-widget-stats {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-item {
        flex-direction: column;
    }

    .stock-image-panel {
        min-height: 310px;
    }

    .hero-stat-strip,
    .metric-band {
        grid-template-columns: 1fr;
    }

    .partner-logo {
        width: 155px;
        height: 68px;
    }

    .calculator-page {
        width: calc(100% - 18px);
        margin-top: 24px;
    }

    .calculator-panel .card-body,
    .calculator-subcard,
    .contact-panel,
    .tracker-panel {
        padding: 1.1rem;
    }

    .calculator-page .btn-lg {
        width: 100%;
    }

    .calculator-page .col-12.d-flex {
        flex-direction: column;
    }

    .tracker-form {
        grid-template-columns: 1fr;
    }

    #rateResultsModal .modal-dialog {
        max-width: calc(100% - 2rem);
        margin: 1rem;
    }

    #rateResultsModal .modal-body,
    #rateResultsModal .modal-header,
    #rateResultsModal .modal-footer {
        padding: 1rem;
    }
}

.price-box{
    border-radius:12px;
    padding:10px 12px;
    min-width:110px;
    transition:.25s;
    border:2px solid transparent;
}

.price-box:hover{
    transform:translateY(-2px);
}

.price-box .price{
    font-size:18px;
    font-weight:700;
    margin-top:4px;
}

.price-box .discount{
    font-size:11px;
    font-weight:700;
    letter-spacing:.5px;
}

.price-box .plan-name{
    font-size:12px;
    font-weight:600;
    color:#6c757d;
}

/* Standard */
.price-box.standard{
    background:#f8f9fa;
    border-color:#dee2e6;
}

/* Growth */
.price-box.growth{
    background:#eafaf1;
    border-color:#22c55e;
    color:#15803d;
    box-shadow:0 3px 10px rgba(34,197,94,.15);
}

/* Pro */
.price-box.pro{
    background:#fff7e6;
    border-color:#f59e0b;
    color:#b45309;
    box-shadow:0 3px 10px rgba(245,158,11,.18);
}