/* =========================================================
   India Seller Solutions - Homepage
   ========================================================= */

:root {
    --orange: #F5781D;
    --orange-dark: #D86412;
    --orange-light: #FFB24D;
    --heading: #00244d;
    --subheading: #1b2631;
    --body-normal: #132539;
    --dark: #00244d;
    --dark-2: #132539;
    --cream: rgba(255, 218, 161, 0.5);
    --surface: #FFF9EF;
    --bg: #F9F9F9;
    --text: #132539;
    --text-muted: #6C788A;
    --border: #DDE6F1;
    --border-soft: rgba(0, 36, 77, .14);
    --shadow: 0 18px 40px rgba(0, 36, 77, .08);
    --shadow-soft: 0 10px 24px rgba(0, 36, 77, .06);
    --font-display: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --container-max: 1450px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    color: var(--heading);
    letter-spacing: -0.02em;
    font-weight: 700;
}

a { text-decoration: none; }

img { max-width: 100%; }

img,
svg,
video {
    display: block;
    height: auto;
}

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

.container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 992px) {
    .container { max-width: var(--container-max); }
}

/* Buttons */
.btn-orange,
.btn.btn-orange {
    background: var(--orange);
    color: #fff;
    border: 1px solid var(--orange);
    font-weight: 600;
    font-size: 1.2rem;
    padding: 12px 28px;
    min-width: 236px;
    min-height: 67px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .375rem;
    box-shadow: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.btn-orange:hover,
.btn.btn-orange:hover {
    color: #fff;
    background: #ef8e00;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(253, 153, 0, .26);
}

.btn-outline-dark-custom {
    border: 1px solid var(--heading);
    color: var(--heading);
    font-weight: 600;
    font-size: 1.2rem;
    padding: 12px 28px;
    min-width: 236px;
    min-height: 67px;
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .375rem;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.btn-outline-dark-custom:hover {
    background: var(--dark);
    color: #fff;
}

/* Announcement */
.announce-bar {
    background: var(--dark);
    color: #fff;
    min-height: 47px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1040;
}

.announce-bar p {
    color: rgba(255, 255, 255, .9);
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .2px;
}

.announce-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, .75);
    font-size: .82rem;
    padding: 0;
}

.announce-close:hover { color: #fff; }

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 14px rgba(20, 22, 27, .06);
}

.site-logo {
    display: block;
    width: auto;
    height: 55px;
}

.navbar-toggler {
    border: 1px solid rgba(22, 24, 29, .1);
    box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 1.15em;
    height: 1.15em;
}

.navbar-nav .nav-link {
    color: var(--body-normal);
    font-weight: 500;
    font-size: .93rem;
    padding: .55rem 1rem !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--orange);
}

.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
    padding: .45rem 0;
}

.dropdown-item {
    font-size: .92rem;
    padding: .55rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:active {
    background: var(--cream);
    color: var(--orange-dark);
}

/* Sections */
.hero-section,
.intro-section,
.services-section,
.benefits-section,
.steps-section,
.advantage-section,
.faq-section,
.testimonials-section {
    position: relative;
}

.section-title {
    font-size: 44px;
    line-height: 1.18;
    margin-bottom: .85rem;
    font-weight: 800;
}

.section-text {
    color: var(--text-muted);
    font-size: .97rem;
    line-height: 1.75;
}

.eyebrow {
    display: inline-block;
    color: var(--orange-dark);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: 1.25px;
    margin-bottom: .45rem;
}

/* Hero */
.home-slider-section {
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.home-banner-desktop,
.home-banner-mobile {
    width: 100%;
}

.home-banner-carousel {
    position: relative;
    overflow: hidden;
    background: #071526;
}

.home-banner-carousel .carousel-inner {
    background: #071526;
}

.home-banner-carousel .carousel-item {
    height: auto;
    position: relative;
    overflow: hidden;
}

.home-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.home-banner-img-mobile {
    background: #071526;
    object-fit: contain;
}

.home-banner-carousel .carousel-indicators {
    gap: .45rem;
    margin-bottom: 1rem;
    z-index: 3;
}

.home-banner-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    opacity: .55;
    background: rgba(255, 255, 255, .9);
}

.home-banner-carousel .carousel-indicators .active {
    width: 28px;
    opacity: 1;
    background: var(--orange);
    box-shadow: 0 0 0 4px rgba(253, 153, 0, .18);
}

.home-carousel-control {
    width: 72px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.home-carousel-control .carousel-control-prev-icon,
.home-carousel-control .carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 1.3rem 1.3rem;
    border-radius: 50%;
    background-color: rgba(7, 21, 38, .55);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .20);
}

.home-carousel-control:hover .carousel-control-prev-icon,
.home-carousel-control:hover .carousel-control-next-icon {
    background-color: rgba(0, 36, 77, .78);
}

.home-carousel-control.carousel-control-prev {
    left: .75rem;
}

.home-carousel-control.carousel-control-next {
    right: .75rem;
}

.home-banner-carousel-mobile .carousel-indicators {
    margin-bottom: .55rem;
    gap: .3rem;
}

.home-banner-carousel-mobile .carousel-indicators button {
    width: 8px;
    height: 8px;
}

.home-banner-carousel-mobile .carousel-indicators .active {
    width: 22px;
}

/* Trusted Brands */
.trusted-brands-section {
    background:
        radial-gradient(circle at top center, rgba(253, 153, 0, .10), transparent 40%),
        linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    padding: 1.15rem 0 1.75rem;
}

.trusted-brands-panel {
    position: relative;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(0, 36, 77, .10);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(0, 36, 77, .09);
    padding: 1rem 1.1rem 1.05rem;
    backdrop-filter: blur(10px);
}

.trusted-brands-head h3 {
    color: var(--heading);
    font-size: clamp(1rem, 1.45vw, 1.25rem);
    font-weight: 800;
    margin-bottom: 0;
}

.trusted-brands-carousel {
    position: relative;
    margin-top: .9rem;
    padding: 0 2.8rem;
}

.brand-logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.brand-logo-card {
    flex: 1 1 0;
    min-width: 128px;
    max-width: 184px;
    height: 82px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    border: 1px solid rgba(0, 36, 77, .08);
    box-shadow: 0 10px 22px rgba(0, 36, 77, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.brand-logo-card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 120, 29, .22);
    box-shadow: 0 14px 30px rgba(0, 36, 77, .10);
}

.brand-logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: saturate(.96);
}

.trusted-brand-control {
    width: 46px;
    opacity: 1;
}

.trusted-brand-control .carousel-control-prev-icon,
.trusted-brand-control .carousel-control-next-icon {
    width: 2.45rem;
    height: 2.45rem;
    background-size: .95rem .95rem;
    border-radius: 50%;
    background-color: rgba(0, 36, 77, .10);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 36, 77, .12);
}

.trusted-brand-control:hover .carousel-control-prev-icon,
.trusted-brand-control:hover .carousel-control-next-icon {
    background-color: rgba(245, 120, 29, .16);
}

.trusted-brand-control.carousel-control-prev {
    left: 0;
}

.trusted-brand-control.carousel-control-next {
    right: 0;
}

.hero-section {
    background: #fff;
    padding: 0;
    color: var(--text);
    overflow: hidden;
}

.badge-pill {
    display: inline-block;
    border: 1px solid rgba(253, 153, 0, .45);
    color: #fff;
    background: rgba(253, 153, 0, .08);
    padding: .46rem 1rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .45px;
}

.hero-title {
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.12;
    font-weight: 900;
    color: #fff;
    margin-bottom: .75rem;
}

.hero-text {
    color: #D0D3DB;
    font-size: 1rem;
    max-width: 500px;
    margin-top: .5rem;
}

.hero-feature-list {
    color: #ECEEF2;
    font-size: .87rem;
    margin-top: .75rem;
}

.hero-feature-icon {
    color: var(--orange);
    font-size: 1.08rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.hero-badges {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 1.4rem;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-size: .8rem;
    color: #E8EAF0;
    font-weight: 600;
}

.hero-badge i {
    color: var(--orange);
    font-size: 1.35rem;
}

.hero-badge small {
    color: #9DA3AE;
    font-weight: 400;
}

.hero-media-wrap {
    position: relative;
    aspect-ratio: 2076 / 757;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    width: 100%;
    max-width: none;
    margin: 0;
}

.hero-media-wrap::after {
    content: none;
}

.hero-media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-banner-only {
    margin-top: 0;
}

.hero-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Intro */
.intro-section {
    background: #fff;
    padding-top: 5.1rem;
    padding-bottom: 4.8rem;
}

.intro-section .container {
    max-width: 1450px;
}

.intro-copy-col {
    padding-right: 1.25rem;
}

.intro-media-col {
    display: flex;
    justify-content: flex-end;
}

.intro-title {
    font-family: var(--font-display);
    font-style: normal;
    font-size: 76px;
    line-height: 100%;
    letter-spacing: -0.18px;
    font-weight: 700;
    max-width: 810px;
    margin-bottom: 1.1rem;
}

.intro-text {
    color: var(--text);
    font-size: 1.35rem;
    line-height: 1.68;
    max-width: 730px;
}

.intro-media-wrap {
    position: relative;
    width: 479px;
    height: 479px;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    background: #fff;
}

.intro-media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.floating-card {
    position: absolute;
    left: -78px;
    bottom: 22px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 5px 22px rgba(20, 22, 27, .10);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12.7px;
    color: var(--subheading);
    width: 176px;
    min-height: 84px;
    border: 1px solid rgba(253, 153, 0, 1);
    z-index: 2;
}

.floating-card-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    padding-top: 0;
}

.floating-card-label {
    color: var(--orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}

.floating-card strong {
    display: block;
    font-size: 14px;
    line-height: 1.18;
    font-weight: 700;
    max-width: 118px;
}

.floating-card-icon {
    background: transparent;
    color: var(--orange);
    width: 20px;
    height: 20px;
    border-radius: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 2px;
    line-height: 1;
}

.intro-section .d-flex.flex-wrap {
    gap: 19px !important;
}

/* Stats strip */
.stats-strip {
    background: rgba(255, 218, 161, 0.5);
    border-top: 1px solid rgba(253, 153, 0, 1);
    border-bottom: 1px solid rgba(253, 153, 0, 1);
    overflow: hidden;
    padding: 0;
}

.stats-marquee {
    overflow: hidden;
    width: 100%;
}

.stats-track {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    width: max-content;
    animation: stats-scroll 28s linear infinite;
}

.stats-group {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    min-width: 100%;
    padding: 15px 2rem;
    flex: 0 0 auto;
}

.stats-strip:hover .stats-track {
    animation-play-state: paused;
}

.stat-dot {
    color: var(--orange);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 .75rem;
}

.stat-item {
    font-weight: 500;
    font-size: .84rem;
    color: #8B6A22;
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    white-space: nowrap;
}

.stat-item i {
    color: var(--orange);
    margin-right: 0;
    font-size: .95rem;
}

@keyframes stats-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* City Page */
.city-page {
    background: #fff;
    color: var(--text);
}

.city-hero {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .35), transparent 34%),
        linear-gradient(180deg, rgba(255, 218, 161, .60) 0%, rgba(255, 218, 161, .35) 100%);
}

.city-hero-bar {
    padding: 2.4rem 0 2.1rem;
}

.city-hero h1 {
    font-size: clamp(2.15rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: .4rem;
    font-weight: 800;
    color: var(--heading);
}

.city-hero .breadcrumb {
    font-size: .82rem;
    color: var(--text-muted);
}

.city-hero .breadcrumb a {
    color: var(--text-muted);
}

.city-hero .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
}

.city-intro-section {
    padding: 4.6rem 0 3.4rem;
}

.city-eyebrow {
    color: var(--orange-dark);
    letter-spacing: .9px;
}

.city-title {
    font-size: clamp(2.3rem, 3.4vw, 3.45rem);
    line-height: 1.03;
    margin-bottom: 1.1rem;
    max-width: 720px;
    font-weight: 800;
    color: var(--heading);
}

.city-text {
    color: var(--text-muted);
    font-size: 1.06rem;
    line-height: 1.7;
    max-width: 640px;
}

.city-hero-media {
    max-width: 520px;
    margin-left: auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0, 36, 77, .12);
    border: 1px solid rgba(0, 36, 77, .08);
}

.city-hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.city-feature-grid {
    margin-top: 2.25rem;
}

.city-feature-card {
    height: 100%;
    border: 1px solid rgba(0, 36, 77, .10);
    border-radius: 14px;
    padding: 1.2rem 1.25rem 1.3rem;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 218, 161, .18) 100%);
    box-shadow: 0 12px 24px rgba(0, 36, 77, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.city-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .32);
    box-shadow: 0 18px 34px rgba(0, 36, 77, .10);
}

.city-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(253, 153, 0, .16), rgba(253, 153, 0, .08));
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: .8rem;
    box-shadow: inset 0 0 0 1px rgba(253, 153, 0, .20);
}

.city-feature-card h6 {
    font-size: 1rem;
    margin-bottom: .35rem;
    font-weight: 700;
    color: var(--heading);
}

.city-feature-card p {
    color: var(--text-muted);
    font-size: .92rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.city-section-heading {
    margin-bottom: 1.8rem;
}

.city-capabilities {
    padding: 2.25rem 0 3.25rem;
}

.city-panel-card {
    background: linear-gradient(180deg, #0d2f5e 0%, #07244a 100%);
    color: #fff;
    border-radius: 16px;
    padding: 1.45rem 1.35rem 1.25rem;
    box-shadow: 0 20px 45px rgba(0, 36, 77, .18);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow: hidden;
    position: relative;
}

.city-panel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(253, 153, 0, .12), transparent 30%);
    pointer-events: none;
}

.city-panel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0, 36, 77, .26);
    border-color: rgba(253, 153, 0, .28);
}

.city-panel-tag {
    display: inline-block;
    font-size: .72rem;
    color: rgba(255, 255, 255, .74);
    margin-bottom: .6rem;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.city-panel-card h3 {
    color: #fff;
    font-size: 1.22rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.city-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-list li {
    display: flex;
    gap: .35rem;
    align-items: flex-start;
    color: rgba(255, 255, 255, .92);
    font-size: .93rem;
    line-height: 1.45;
    margin-bottom: .62rem;
    position: relative;
    z-index: 1;
}

.city-list li i {
    color: var(--orange);
    font-size: 1.3rem;
    line-height: 1;
    margin-top: -.12rem;
}

.city-partner {
    padding: 1.2rem 0 3.25rem;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 218, 161, .16) 100%);
}

.city-partner-media {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 330px;
    box-shadow: 0 18px 38px rgba(0, 36, 77, .10);
    border: 1px solid rgba(0, 36, 77, .08);
}

.city-partner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.city-partner-card {
    min-height: 160px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff7eb 100%);
    border: 1px solid rgba(253, 153, 0, .16);
    border-radius: 14px;
    padding: 1.2rem 1.25rem;
    display: flex;
    gap: .85rem;
    box-shadow: 0 12px 24px rgba(0, 36, 77, .04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.city-partner-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .34);
    box-shadow: 0 18px 36px rgba(0, 36, 77, .09);
}

.city-partner-num {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(253, 153, 0, .20), rgba(253, 153, 0, .12));
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .9rem;
}

.city-partner-card h6 {
    margin-bottom: .45rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--heading);
}

.city-partner-card p {
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.55;
}

.city-pill-section {
    padding: 1rem 0 3rem;
    background: #fff;
}

.city-pill-heading {
    margin-bottom: 1.2rem;
}

.city-pill-card {
    background: linear-gradient(180deg, #0b2f5d 0%, #08284f 100%);
    color: #fff;
    border-radius: 999px;
    padding: .95rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 56px;
    box-shadow: 0 12px 24px rgba(0, 36, 77, .14);
    border: 1px solid rgba(255, 255, 255, .06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.city-pill-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 36, 77, .22);
    border-color: rgba(253, 153, 0, .28);
}

.city-pill-card span {
    font-size: .9rem;
    font-weight: 600;
}

.city-pill-card i {
    color: var(--orange);
    font-size: 1rem;
}

.city-why-section {
    padding: 1rem 0 3.25rem;
    background: rgba(255, 218, 161, .24);
}

.city-why-card {
    height: 100%;
    border: 1px solid rgba(0, 36, 77, .10);
    border-radius: 14px;
    padding: 1.1rem 1.05rem;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 218, 161, .16) 100%);
    box-shadow: 0 10px 20px rgba(0, 36, 77, .04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    position: relative;
    overflow: hidden;
}

.city-why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--orange), rgba(253, 153, 0, .15));
}

.city-why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .3);
    box-shadow: 0 18px 32px rgba(0, 36, 77, .1);
}

.city-why-card h6 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: .45rem;
    color: var(--heading);
    font-weight: 700;
}

.city-why-card p {
    font-size: .9rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin-bottom: 0;
}

.city-services-strip {
    background: linear-gradient(180deg, #082a56 0%, #092f5d 100%);
    padding: 2.8rem 0 3.1rem;
}

.city-services-heading {
    margin-bottom: 1.35rem;
}

.text-white {
    color: #fff !important;
}

.city-service-tag {
    background: #fff;
    border-radius: 10px;
    padding: .82rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 46px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    border: 1px solid rgba(255, 255, 255, .04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.city-service-tag:hover {
    transform: translateY(-4px);
    border-color: rgba(253, 153, 0, .28);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .12);
}

.city-service-tag span {
    font-size: .88rem;
    color: var(--orange-dark);
    font-weight: 600;
}

.city-service-tag i {
    color: var(--orange);
    flex-shrink: 0;
}

.city-benefits {
    padding: 3rem 0 3.15rem;
    background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
}

.city-benefit-card {
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 36, 77, .10);
    border-radius: 14px;
    padding: 1.1rem 1rem 1.15rem;
    background: #fff;
    box-shadow: 0 10px 22px rgba(0, 36, 77, .04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    overflow: hidden;
}

.city-benefit-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(253, 153, 0, .95), rgba(0, 36, 77, .10));
}

.city-benefit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .34);
    box-shadow: 0 18px 34px rgba(0, 36, 77, .1);
}

.city-benefit-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .85rem;
}

.city-benefit-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff7ec, #fff1dd);
    color: var(--orange);
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.city-benefit-more {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(0, 36, 77, .14);
    background: #fff;
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.city-benefit-more:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.city-benefit-card h6 {
    font-size: 1rem;
    margin-bottom: .4rem;
    font-weight: 700;
    color: var(--heading);
}

.city-benefit-card p {
    font-size: .9rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin-bottom: 0;
}

.city-faq {
    padding: 1rem 0 3.25rem;
    background: #fff;
}

.city-faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 36, 77, .10);
}

.city-faq-accordion .accordion-button {
    box-shadow: none;
    padding: 1.05rem 0;
    font-weight: 600;
    color: var(--heading);
    background: transparent;
}

.city-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--orange-dark);
    background: transparent;
}

.city-faq-accordion .accordion-body {
    padding: 0 0 1.05rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* About Page */
.about-page {
    background: #fff;
    color: var(--text);
}

.about-hero {
    background: linear-gradient(180deg, rgba(255, 218, 161, .60) 0%, rgba(255, 218, 161, .35) 100%);
}

.about-hero-bar {
    padding: 2rem 0 1.85rem;
}

.about-hero h1 {
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: .45rem;
    font-weight: 800;
    color: var(--heading);
}

.about-hero .breadcrumb {
    font-size: .82rem;
    color: var(--text-muted);
}

.about-hero .breadcrumb a,
.about-hero .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
}

.about-intro {
    padding: 4.8rem 0 4.2rem;
}

.about-media-wrap {
    position: relative;
    max-width: 560px;
    padding: 1.8rem 1.8rem 0 1.8rem;
}

.about-media-wrap::before {
    content: "";
    position: absolute;
    inset: 0 1.8rem 1.8rem 0;
    border: 1px solid rgba(253, 153, 0, .45);
    border-radius: 0;
    pointer-events: none;
}

.about-dots {
    position: absolute;
    top: 1.15rem;
    right: 1.1rem;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(rgba(253, 153, 0, .85) 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: .75;
}

.about-main-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0 18px 38px rgba(0, 36, 77, .08);
}

.about-floating {
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(0, 36, 77, .12);
}

.about-floating-top {
    top: 4.3rem;
    right: .35rem;
    padding: .95rem 1.05rem;
    min-width: 106px;
    text-align: center;
}

.about-floating-top span {
    display: block;
    font-size: .72rem;
    color: var(--text-muted);
    margin-bottom: .15rem;
}

.about-floating-top strong {
    font-size: 1.35rem;
    color: var(--heading);
}

.about-floating-bottom {
    left: 1rem;
    bottom: .25rem;
    padding: .95rem 1rem;
    min-width: 128px;
}

.avatar-stack {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.avatar-stack img,
.avatar-stack span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -4px;
    object-fit: cover;
    background: #f0f2f7;
}

.avatar-stack span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--heading);
    font-size: .68rem;
    background: #eef2f8;
}

.about-floating-bottom strong {
    font-size: .9rem;
    color: var(--heading);
}

.about-title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    margin-bottom: .6rem;
    color: var(--heading);
    font-weight: 800;
}

.about-lead {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
    font-weight: 500;
}

.about-copy p {
    color: var(--text-muted);
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: .9rem;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.about-list li {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    margin-bottom: .5rem;
    color: var(--heading);
    font-size: .96rem;
}

.about-list li i {
    color: var(--orange);
    font-size: 1.05rem;
    margin-top: .15rem;
}

.about-creative {
    padding: 2.8rem 0 4rem;
}

.about-creative-copy {
    max-width: 520px;
}

.about-creative-copy h2 {
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.08;
    margin-bottom: 1rem;
    color: var(--heading);
}

.about-creative-copy p {
    color: var(--text-muted);
    font-size: .98rem;
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 1.4rem;
}

.about-creative-copy .btn-orange {
    min-width: 112px;
    min-height: 44px;
    padding: .6rem 1rem;
    font-size: .9rem;
    border-radius: 8px;
}

.about-ceo-wrap {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-ceo-ring {
    position: absolute;
    inset: auto 16% 2% 16%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, #b049df 0%, #ff6c56 100%);
}

.about-ceo-img {
    position: relative;
    z-index: 1;
    max-height: 588px;
    object-fit: contain;
    width: auto;
}

.about-vision {
    background: rgba(255, 218, 161, .28);
    padding: 3.6rem 0 3.8rem;
}

.about-section-heading {
    margin-bottom: 1.8rem;
}

.about-section-heading h2 {
    font-size: clamp(1.95rem, 2.9vw, 2.7rem);
    line-height: 1.15;
    margin-bottom: .4rem;
    color: var(--heading);
    font-weight: 800;
}

.about-section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: .96rem;
    line-height: 1.7;
}

.about-stat-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(253, 153, 0, .15);
    border-radius: 10px;
    text-align: center;
    padding: 1.55rem 1rem 1.45rem;
    box-shadow: 0 12px 26px rgba(0, 36, 77, .04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .32);
    box-shadow: 0 18px 34px rgba(0, 36, 77, .09);
}

.about-stat-icon {
    font-size: 1.3rem;
    color: var(--orange);
    margin-bottom: .75rem;
}

.about-stat-value {
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1;
    font-weight: 800;
    color: #111;
    margin-bottom: .45rem;
}

.about-stat-label {
    font-size: 1rem;
    color: var(--heading);
    font-weight: 700;
}

.about-team {
    padding: 3rem 0 3.2rem;
}

.about-team-card {
    height: 100%;
    background: #fff7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 36, 77, .04);
    border: 1px solid rgba(253, 153, 0, .12);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.about-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(0, 36, 77, .1);
    border-color: rgba(253, 153, 0, .28);
}

.about-team-photo {
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
}

.about-team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-team-info {
    background: #fff;
    border-radius: 12px 12px 0 0;
    margin: -1.2rem .8rem .8rem;
    padding: .95rem .95rem .9rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 12px 24px rgba(0, 36, 77, .05);
}

.about-team-info h6 {
    margin-bottom: .15rem;
    font-size: .98rem;
    font-weight: 700;
    color: var(--heading);
}

.about-team-info p {
    margin-bottom: .55rem;
    font-size: .82rem;
    color: var(--orange);
    font-weight: 600;
}

.about-socials {
    display: flex;
    gap: .45rem;
}

.about-socials a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    color: var(--text-muted);
    background: #f3f5f9;
    transition: background .2s ease, color .2s ease;
}

.about-socials a:hover {
    background: var(--orange);
    color: #fff;
}

.about-strip {
    position: relative;
    margin: 1.4rem 0 2.4rem;
    padding: 2.7rem 0;
    background:
        linear-gradient(90deg, rgba(8, 34, 66, .88) 0%, rgba(8, 34, 66, .64) 46%, rgba(8, 34, 66, .88) 100%),
        url('../img/whychose.png') center center/cover no-repeat;
    color: #fff;
    overflow: hidden;
}

.about-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 36, 77, .72) 0%, rgba(0, 36, 77, .50) 48%, rgba(0, 36, 77, .72) 100%);
    pointer-events: none;
}

.about-strip .container {
    position: relative;
    z-index: 1;
}

.about-strip-inner {
    min-height: 128px;
    padding: 1.15rem 1.35rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, .04);
    background: rgba(255, 255, 255, .03);
    box-shadow: none;
}

.about-strip-text {
    font-size: clamp(1.12rem, 1.9vw, 1.85rem);
    line-height: 1.18;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .98);
    font-weight: 500;
    text-align: left;
    max-width: 860px;
}

.about-strip .btn-orange {
    min-width: 245px;
    min-height: 72px;
    padding: .95rem 1.5rem;
    font-size: 1.04rem;
    border-radius: 12px;
    box-shadow: 0 16px 28px rgba(253, 153, 0, .30);
}

.about-strip .btn-orange:hover {
    box-shadow: 0 16px 30px rgba(253, 153, 0, .34);
}

.about-strip .btn-orange i {
    font-size: 1.1rem;
}

/* Counters */
.counters-section {
    background: #fff;
    padding: 1.4rem 0 3.4rem;
}

.counters-band {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 1.35rem 1rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(253, 153, 0, .16), transparent 34%),
        radial-gradient(circle at bottom right, rgba(0, 94, 170, .22), transparent 28%),
        linear-gradient(135deg, #00244d 0%, #081937 100%);
    border: 1px solid rgba(253, 153, 0, .38);
    box-shadow: 0 22px 55px rgba(0, 36, 77, .18);
    overflow: hidden;
}

.counter-item {
    position: relative;
    min-height: 134px;
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.counter-item:nth-child(6n) {
    border-right: none;
}

.counter-item::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.counter-icon {
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(253, 153, 0, .12);
    border: 1px solid rgba(253, 153, 0, .45);
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    box-shadow: 0 8px 18px rgba(253, 153, 0, .12);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-bottom: .75rem;
}

.counter-copy {
    position: relative;
    z-index: 1;
}

.counter-value {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.7rem, 2.2vw, 2.35rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

.counter-value-static {
    text-transform: none;
    letter-spacing: 0;
}

.counter-label {
    color: rgba(255, 255, 255, .84);
    font-size: .95rem;
    line-height: 1.35;
    margin-top: .45rem;
    font-weight: 500;
}

.counter-item-static .counter-label {
    white-space: nowrap;
}

.counter-item-static .counter-value-static {
    color: var(--orange);
}

/* CEO Page */
.ceo-page {
    background: #fff;
    color: var(--text);
}

.ceo-hero {
    background: linear-gradient(180deg, rgba(255, 218, 161, .60) 0%, rgba(255, 218, 161, .35) 100%);
}

.ceo-hero-bar {
    padding: 2.05rem 0 1.85rem;
}

.ceo-hero h1 {
    font-size: clamp(2.15rem, 3.6vw, 2.9rem);
    line-height: 1;
    margin-bottom: .4rem;
    font-weight: 800;
    color: var(--heading);
}

.ceo-hero .breadcrumb {
    font-size: .82rem;
    color: var(--text-muted);
}

.ceo-hero .breadcrumb a,
.ceo-hero .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
}

.ceo-intro {
    padding: 4.8rem 0 4rem;
}

.ceo-title {
    font-size: clamp(2.55rem, 3.95vw, 4.05rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    color: var(--heading);
    font-weight: 800;
    max-width: 780px;
}

.ceo-name {
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    line-height: 1.25;
    font-weight: 500;
    color: var(--subheading);
    margin-bottom: 1rem;
}

.ceo-text {
    max-width: 640px;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.ceo-portrait-wrap {
    position: relative;
    max-width: 430px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceo-portrait {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 24px 40px rgba(0, 36, 77, .16));
}

.ceo-journey {
    padding: 1.25rem 0 3.6rem;
}

.ceo-journey-media {
    max-width: 410px;
    margin-right: auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 36, 77, .10);
    border: 1px solid rgba(0, 36, 77, .08);
}

.ceo-journey-img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.ceo-journey-copy {
    max-width: 660px;
    margin-left: auto;
}

.ceo-journey-copy h2 {
    font-size: clamp(1.9rem, 2.8vw, 2.75rem);
    margin-bottom: 1rem;
    color: var(--heading);
    font-weight: 800;
}

.ceo-timeline {
    position: relative;
    padding-left: 1rem;
}

.ceo-timeline::before {
    content: "";
    position: absolute;
    left: 1.38rem;
    top: .75rem;
    bottom: .75rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(253, 153, 0, .55), rgba(0, 36, 77, .16));
}

.ceo-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: .95rem;
    margin-bottom: 1.1rem;
}

.ceo-timeline-marker {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(253, 153, 0, .18), rgba(253, 153, 0, .08));
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: inset 0 0 0 1px rgba(253, 153, 0, .22), 0 10px 18px rgba(253, 153, 0, .10);
    position: relative;
    z-index: 1;
}

.ceo-timeline-content {
    padding: .25rem 0 .8rem;
}

.ceo-timeline-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .45rem .55rem;
    margin-bottom: .35rem;
}

.ceo-timeline-year {
    color: var(--orange-dark);
    font-weight: 800;
    font-size: .92rem;
}

.ceo-timeline-head strong {
    color: var(--heading);
    font-size: 1.05rem;
    font-weight: 700;
}

.ceo-timeline-content p {
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: .94rem;
    line-height: 1.65;
    max-width: 520px;
}

.ceo-brand-strip {
    padding: 1rem 0 2.8rem;
}

.ceo-brand-inner {
    background: rgba(255, 218, 161, .42);
    border: 1px solid rgba(253, 153, 0, .18);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 20px rgba(0, 36, 77, .04);
}

.ceo-brand-inner p {
    margin: 0;
    text-align: center;
    color: var(--subheading);
    font-size: 1rem;
    line-height: 1.55;
}

.ceo-brand-inner span {
    color: var(--orange-dark);
    font-weight: 700;
}

.ceo-achievements {
    padding: 1rem 0 3.6rem;
    background: rgba(255, 218, 161, .28);
}

.ceo-achievements .ceo-section-heading {
    margin-bottom: 1.6rem;
}

.ceo-achievements .ceo-section-heading h2,
.ceo-different .ceo-section-heading h2,
.ceo-vision-box h2 {
    font-size: clamp(1.95rem, 3vw, 2.7rem);
    color: var(--heading);
    font-weight: 800;
    margin-bottom: 0;
}

.ceo-achievement-band {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.ceo-achievement-card {
    background: #fff;
    border: 1px solid rgba(253, 153, 0, .14);
    border-radius: 14px;
    min-height: 170px;
    padding: 1.4rem 1rem 1.3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(0, 36, 77, .05);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ceo-achievement-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .32);
    box-shadow: 0 18px 32px rgba(0, 36, 77, .10);
}

.ceo-achievement-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(253, 153, 0, .15), rgba(253, 153, 0, .08));
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem;
    font-size: 1rem;
}

.ceo-achievements .counter-value {
    color: var(--heading);
    font-size: clamp(2rem, 3vw, 2.7rem);
    margin-bottom: .25rem;
}

.ceo-achievement-label {
    font-size: .96rem;
    line-height: 1.45;
    color: var(--text-muted);
    max-width: 145px;
}

.ceo-different {
    padding: 3.2rem 0 3.2rem;
    background: #fff;
}

.ceo-different .ceo-section-heading {
    margin-bottom: 1.7rem;
}

.ceo-different .ceo-section-heading p {
    max-width: 850px;
    margin: .5rem auto 0;
    color: var(--text-muted);
    font-size: .96rem;
    line-height: 1.7;
}

.ceo-diff-card {
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 218, 161, .28) 0%, rgba(255, 255, 255, .96) 100%);
    border: 1px solid rgba(253, 153, 0, .15);
    border-radius: 12px;
    padding: 1.25rem 1.1rem 1.1rem;
    box-shadow: 0 12px 26px rgba(0, 36, 77, .04);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.ceo-diff-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .32);
    box-shadow: 0 18px 32px rgba(0, 36, 77, .10);
}

.ceo-diff-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0, 36, 77, .08);
    color: var(--heading);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: .9rem;
}

.ceo-diff-card h6 {
    font-size: 1rem;
    line-height: 1.35;
    color: var(--heading);
    font-weight: 700;
    margin-bottom: .45rem;
}

.ceo-diff-card p {
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: .91rem;
    line-height: 1.65;
}

.ceo-banner {
    padding: 1rem 0 3rem;
}

.ceo-banner-inner {
    min-height: 154px;
    border-radius: 12px;
    padding: 1.25rem 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(3, 34, 68, .98) 0%, rgba(7, 52, 96, .92) 55%, rgba(3, 34, 68, .98) 100%),
        url('../img/whychose.png') center center/cover no-repeat;
    box-shadow: 0 22px 50px rgba(0, 36, 77, .18);
    overflow: hidden;
}

.ceo-banner-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 860px;
}

.ceo-banner-logo {
    width: 118px;
    height: auto;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .95);
    border-radius: 12px;
    padding: .7rem .75rem;
    box-shadow: 0 10px 22px rgba(0, 36, 77, .20);
}

.ceo-banner-kicker {
    display: inline-block;
    font-weight: 700;
    color: rgba(255, 255, 255, .95);
    font-size: 1.05rem;
    margin-bottom: .4rem;
}

.ceo-banner-brand p {
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: .95rem;
    line-height: 1.65;
    max-width: 640px;
}

.ceo-banner-media {
    width: 170px;
    flex-shrink: 0;
}

.ceo-banner-img {
    width: 100%;
    display: block;
    border-radius: 12px;
    background: rgba(255, 255, 255, .95);
    padding: .45rem;
    box-shadow: 0 12px 24px rgba(0, 36, 77, .20);
}

.ceo-milestones {
    padding: 0 0 3rem;
}

.ceo-milestone-card {
    min-height: 150px;
    background: #fff;
    border: 1px solid rgba(253, 153, 0, .14);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 36, 77, .04);
    padding: 1.2rem 1.25rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ceo-milestone-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253, 153, 0, .32);
    box-shadow: 0 18px 32px rgba(0, 36, 77, .10);
}

.ceo-milestone-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(253, 153, 0, .14), rgba(253, 153, 0, .08));
    color: var(--orange-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.ceo-milestone-card h6 {
    margin-bottom: .35rem;
    color: var(--heading);
    font-size: 1.02rem;
    font-weight: 700;
}

.ceo-milestone-card p {
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: .93rem;
    line-height: 1.65;
}

.ceo-vision {
    padding: 0 0 3rem;
}

.ceo-vision-box {
    background: rgba(255, 218, 161, .34);
    border: 1px solid rgba(253, 153, 0, .12);
    border-radius: 14px;
    padding: 1.35rem 1.4rem;
    box-shadow: 0 12px 28px rgba(0, 36, 77, .04);
}

.ceo-vision-box h2 {
    margin-bottom: .8rem;
}

.ceo-vision-box p {
    color: var(--text-muted);
    font-size: .94rem;
    line-height: 1.75;
    margin-bottom: .75rem;
}

.ceo-signoff {
    padding: 0 0 3.2rem;
}

.ceo-signoff-image {
    background: radial-gradient(circle at 50% 30%, rgba(253, 153, 0, .12), rgba(255, 255, 255, .98) 58%);
    border-radius: 10px;
    overflow: hidden;
    min-height: 260px;
    box-shadow: 0 10px 22px rgba(0, 36, 77, .05);
}

.ceo-signoff-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    min-height: 260px;
}

.ceo-signoff-copy {
    color: var(--text-muted);
    font-size: .96rem;
    line-height: 1.75;
}

.ceo-signoff-copy p {
    margin-bottom: .85rem;
}

.ceo-signature {
    margin-top: 1rem;
}

.ceo-signature strong {
    display: block;
    color: var(--heading);
    font-size: 1.02rem;
    margin-bottom: .2rem;
}

.ceo-signature span {
    display: block;
    font-size: .88rem;
    color: var(--text-muted);
}

/* Contact Page */
.contact-page {
    background: #fff;
    color: var(--text);
}

.contact-hero {
    background: linear-gradient(180deg, rgba(255, 218, 161, .60) 0%, rgba(255, 218, 161, .35) 100%);
}

.contact-hero-bar {
    padding: 2rem 0 1.85rem;
}

.contact-hero h1 {
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: .45rem;
    font-weight: 800;
    color: var(--heading);
}

.contact-hero .breadcrumb {
    font-size: .82rem;
    color: var(--text-muted);
}

.contact-hero .breadcrumb a,
.contact-hero .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
}

.contact-info-section {
    padding: 3.4rem 0 1rem;
}

.contact-info-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 36, 77, .08);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 36, 77, .05);
    padding: 1.15rem 1.2rem;
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 36, 77, .09);
    border-color: rgba(253, 153, 0, .30);
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(253, 153, 0, .15), rgba(253, 153, 0, .08));
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.05rem;
}

.contact-info-card h6 {
    margin-bottom: .25rem;
    color: var(--heading);
    font-size: 1rem;
    font-weight: 800;
}

.contact-info-card p {
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: .94rem;
    line-height: 1.55;
}

.contact-layout {
    padding: 2.8rem 0 4rem;
}

.contact-copy {
    max-width: 100%;
}

.contact-copy h2 {
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.08;
    margin-bottom: .85rem;
    font-weight: 800;
    color: var(--heading);
}

.contact-copy > p {
    max-width: 560px;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.35rem;
}

.contact-tiny-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.contact-tiny-card {
    background: linear-gradient(180deg, rgba(255, 218, 161, .28) 0%, rgba(255, 255, 255, .96) 100%);
    border: 1px solid rgba(253, 153, 0, .14);
    border-radius: 12px;
    padding: 1rem 1rem .95rem;
    box-shadow: 0 10px 22px rgba(0, 36, 77, .04);
}

.contact-tiny-card i {
    color: var(--orange);
    font-size: 1.05rem;
    margin-bottom: .6rem;
    display: inline-block;
}

.contact-tiny-card strong {
    display: block;
    color: var(--heading);
    font-size: 1rem;
    margin-bottom: .2rem;
}

.contact-tiny-card span {
    display: block;
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.45;
}

.contact-team-label {
    color: var(--heading);
    font-size: 1.15rem;
    font-weight: 800;
    margin: 1rem 0 .85rem;
}

.contact-map-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    min-height: 430px;
    border: 1px solid rgba(0, 36, 77, .08);
    box-shadow: 0 18px 40px rgba(0, 36, 77, .10);
    background: #f3f6fb;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
    display: block;
}

.contact-map-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, .96);
    border-radius: 12px;
    padding: .9rem 1rem;
    box-shadow: 0 12px 26px rgba(0, 36, 77, .14);
    backdrop-filter: blur(8px);
}

.contact-map-badge strong {
    display: block;
    color: var(--heading);
    font-size: .98rem;
    margin-bottom: .15rem;
}

.contact-map-badge span {
    display: block;
    color: var(--text-muted);
    font-size: .86rem;
    line-height: 1.5;
}

.contact-form-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 36, 77, .08);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 36, 77, .08);
    padding: 1.4rem 1.4rem 1.25rem;
}

.contact-form-card h2 {
    font-size: clamp(1.9rem, 2.8vw, 2.7rem);
    line-height: 1.1;
    margin-bottom: 1.1rem;
    color: var(--heading);
    font-weight: 800;
}

.contact-form .form-control {
    min-height: 58px;
    border-radius: 12px;
    border: 1px solid rgba(0, 36, 77, .10);
    background: #fbfcfe;
    padding: .95rem 1rem;
    color: var(--heading);
    box-shadow: inset 0 1px 2px rgba(0, 36, 77, .02);
}

.contact-form .form-control::placeholder {
    color: #8b95a8;
}

.contact-form .form-control:focus {
    border-color: rgba(253, 153, 0, .45);
    box-shadow: 0 0 0 .2rem rgba(253, 153, 0, .10);
    background: #fff;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.2rem;
    flex-wrap: wrap;
}

.contact-form-actions .btn-orange {
    min-width: 240px;
    min-height: 58px;
    font-size: 1rem;
    border-radius: 12px;
}

.contact-whatsapp-btn {
    min-width: 260px;
    min-height: 58px;
    font-size: 1rem;
    border-radius: 12px;
    border-color: rgba(45, 183, 86, .35);
    color: #2db756;
}

.contact-whatsapp-btn:hover {
    background: #2db756;
    border-color: #2db756;
    color: #fff;
}


/* Services */
.services-section {
    padding-top: 4.2rem;
    padding-bottom: 4rem;
    background: #fff;
}

.services-title {
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 1.4rem 1.35rem 0;
    border-radius: 20px;
    background:
        linear-gradient(180deg, #fff 0%, #fff 78%, #fbf1e5 78%, #fbf1e5 100%);
    border: 1px solid rgba(242, 229, 214, .95);
    box-shadow: 0 10px 26px rgba(20, 22, 27, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(20, 22, 27, .09);
    border-color: rgba(245, 120, 29, .28);
}

.service-card-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: .95rem;
}

.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(245, 120, 29, .12);
    color: var(--orange-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    flex-shrink: 0;
}

.service-head-copy {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: .2rem;
}

.service-card h5 {
    font-size: 1.16rem;
    line-height: 1.25;
    margin: 0;
    color: #1b2631;
}

.service-title-line {
    display: block;
    width: 3rem;
    height: 2px;
    background: var(--orange);
    margin-top: .85rem;
    border-radius: 999px;
}

.service-more {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid rgba(245, 120, 29, .6);
    color: var(--orange-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .95rem;
    margin-top: .15rem;
}

.service-card p {
    color: var(--text-muted);
    font-size: .98rem;
    line-height: 1.55;
    margin-bottom: 1.2rem;
    padding-left: 4.9rem;
    min-height: 4.6rem;
}

.service-card-foot {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .9rem 1rem .95rem;
    margin: 0 -1.35rem;
    background: #fbefe2;
    border-top: 1px solid rgba(245, 120, 29, .12);
}

.service-foot-item {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #1b2631;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
    min-width: 0;
}

.service-foot-item i {
    color: var(--orange-dark);
    font-size: .92rem;
    flex-shrink: 0;
}

.service-foot-sep {
    width: 1px;
    height: 1.1rem;
    background: rgba(27, 38, 49, .14);
    flex-shrink: 0;
}

.service-card:nth-child(3n+2) .service-icon,
.service-card:nth-child(3n+2) .service-more {
    border-color: rgba(245, 120, 29, .32);
}

.service-card:nth-child(3n+2) .service-icon {
    background: rgba(245, 120, 29, .1);
}

.service-card:nth-child(3n+2) .service-title-line {
    background: var(--orange-dark);
}

.service-card:nth-child(3n+2) .service-card-foot {
    background: #f8f3ec;
}

.service-card:nth-child(3n+2) .service-foot-item i {
    color: var(--orange-dark);
}

/* Results Banner */
.results-banner-section {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    background:
        radial-gradient(circle at 10% 0%, rgba(245, 120, 29, .22), transparent 30%),
        radial-gradient(circle at 90% 0%, rgba(35, 140, 230, .16), transparent 26%),
        linear-gradient(180deg, #041325 0%, #071a33 55%, #041325 100%);
    padding: 4.7rem 0 2.3rem;
}

.results-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .14;
    pointer-events: none;
}

.results-banner-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.results-banner-head {
    padding: 0 1rem 2.2rem;
    color: #fff;
}

.results-banner-head .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .45rem 1.2rem;
    border-radius: 999px;
    background: rgba(18, 58, 108, .92);
    border: 1px solid rgba(35, 140, 230, .95);
    color: #fff;
    font-size: .8rem;
    letter-spacing: .45em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.results-banner-head h2,
.results-banner-head h3 {
    line-height: .95;
    margin-bottom: 0;
    letter-spacing: -0.05em;
}

.results-banner-head h2 {
    font-size: clamp(2rem, 3.1vw, 3.6rem);
    font-weight: 900;
    color: #fff;
}

.results-banner-head h3 {
    font-size: clamp(2rem, 3.1vw, 3.6rem);
    font-weight: 900;
    color: var(--orange);
    margin-top: .2rem;
}

.results-banner-head p {
    max-width: 900px;
    margin: .95rem auto 0;
    color: rgba(255, 255, 255, .72);
    font-size: .98rem;
    line-height: 1.55;
}

.results-showcase-carousel {
    position: relative;
    padding: 0 2.6rem;
    padding-top: 3rem;
}

.results-showcase-viewport {
    overflow: visible;
    overflow-x: hidden;
    padding-top: 1.35rem;
}

.results-showcase-track {
    display: flex;
    align-items: stretch;
    gap: .9rem;
    transition: transform .65s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.results-showcase-card {
    position: relative;
    width: 100%;
    flex: 0 0 calc((100% - 1.8rem) / 3);
    /* aspect-ratio: .9; */
    border-radius: 30px;
    overflow: visible;
    background: linear-gradient(180deg, #061425 0%, #08192f 100%);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .04),
        0 24px 54px rgba(0, 0, 0, .38);
    border: 1px solid rgba(245, 120, 29, .95);
    transform: translateZ(0);
    isolation: isolate;
    cursor: zoom-in;
}

.results-showcase-card::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .07);
    pointer-events: none;
}

.results-card-shell {
    position: relative;
    z-index: 1;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(6, 20, 37, .98) 0%, rgba(8, 25, 47, .98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    padding-top: 2rem;
}

.results-showcase-card.results-theme-approval {
    border-color: rgba(43, 155, 255, 1);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .04),
        0 24px 54px rgba(0, 0, 0, .38);
}

.results-showcase-card.results-theme-approval .results-card-tag {
    background: linear-gradient(180deg, #1d6bff 0%, #38b7ff 100%);
    box-shadow: 0 16px 34px rgba(35, 140, 230, .28);
}

.results-showcase-card.results-theme-sales,
.results-showcase-card.results-theme-ads {
    border-color: rgba(245, 120, 29, 1);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .04),
        0 24px 54px rgba(0, 0, 0, .38);
}

.results-showcase-card.results-theme-sales .results-card-tag,
.results-showcase-card.results-theme-ads .results-card-tag {
    background: linear-gradient(180deg, #ff8c00 0%, #ffa800 100%);
    box-shadow: 0 16px 34px rgba(255, 140, 0, .28);
}

.results-card-tag {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    padding: .7rem 1.35rem;
    min-width: 10.75rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff8c00 0%, #ffa800 100%);
    color: #fff;
    font-size: .88rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.02em;
    text-align: center;
    box-shadow: 0 16px 34px rgba(255, 140, 0, .28);
}

.results-card-copy {
    position: relative;
    z-index: 1;
    padding: .98rem 1.1rem .72rem;
    text-align: center;
}

.results-card-copy h4 {
    margin: 0;
    color: #d9e4f5;
    font-size: .86rem;
    line-height: 1.35;
    font-weight: 500;
}

.results-card-media {
    position: relative;
    z-index: 1;
    margin: 0 .85rem;
    height: clamp(205px, 17vw, 262px);
    border-radius: 20px;
    overflow: hidden;
    background: #071527;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.results-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 12px;
}

.results-card-highlight {
    position: relative;
    z-index: 1;
    margin: .76rem .82rem .88rem;
    border-radius: 16px;
    background: #0b294f;
    padding: .8rem .95rem .9rem;
}

.results-card-highlight-label {
    display: block;
    color: var(--orange);
    font-size: .74rem;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: .04em;
    margin-bottom: .3rem;
}

.results-card-highlight-title {
    color: #fff;
    font-size: .88rem;
    line-height: 1.24;
    font-weight: 800;
    margin-bottom: .15rem;
}

.results-card-highlight-metrics {
    color: #fff;
    font-size: .84rem;
    line-height: 1.35;
    font-weight: 800;
}

.results-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    opacity: 1;
    z-index: 4;
    border: none;
    background: transparent;
    padding: 0;
}

.results-carousel-control-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(35, 140, 230, .22);
    box-shadow: 0 12px 22px rgba(0, 0, 0, .2);
    backdrop-filter: blur(10px);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.results-carousel-control:hover .results-carousel-control-icon {
    background-color: rgba(245, 120, 29, .18);
}

.results-carousel-control-prev {
    left: .25rem;
}

.results-carousel-control-next {
    right: .25rem;
}

.results-trust-bar {
    margin-top: 1.2rem;
    padding: .85rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(35, 140, 230, .18);
    background:
        radial-gradient(circle at 10% 10%, rgba(245, 120, 29, .12), transparent 26%),
        linear-gradient(180deg, #071526 0%, #0b2140 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.results-trust-item {
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}

.results-trust-item i {
    color: var(--orange);
    font-size: 1rem;
}

.results-trust-sep {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .16);
    flex: 0 0 auto;
}

.results-zoom-modal .modal-content {
    background: #061425;
    border: 1px solid rgba(35, 140, 230, .18);
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
    overflow: hidden;
}

.results-zoom-modal .modal-header {
    padding: 1rem 1.25rem 0;
    color: #fff;
}

.results-zoom-modal .modal-title {
    color: #fff;
    font-weight: 800;
}

.results-zoom-modal .btn-close {
    filter: invert(1);
    opacity: .85;
}

.results-zoom-frame {
    padding: 0 1.25rem 1.25rem;
}

.results-zoom-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 18px;
    background: #071527;
}

.results-banner-shell::after {
    content: "";
    display: block;
    height: .25rem;
}

/* Offer banner */
.offer-banner {
    background: var(--cream);
    border: 1px solid rgba(253, 153, 0, .25);
    border-radius: 8px;
    padding: 1.25rem 1.8rem;
    margin: 3rem auto;
    max-width: 1450px;
}

.offer-tag {
    color: var(--orange-dark);
    font-weight: 800;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.offer-banner h4 {
    font-size: 1.18rem;
    line-height: 1.35;
}

/* Benefits */
.benefits-section {
    background: #fff;
    padding-top: 4.1rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

.benefits-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 96% 6%, rgba(31, 96, 216, .08) 0 2px, transparent 3px) 0 0 / 16px 16px,
        radial-gradient(circle at 4% 94%, rgba(245, 120, 29, .08) 0 2px, transparent 3px) 0 0 / 16px 16px;
    opacity: .45;
    pointer-events: none;
}

.benefits-section .row {
    align-items: stretch !important;
    position: relative;
    z-index: 1;
}

.benefits-media-wrap {
    width: 100%;
    max-width: 600px;
    min-height: 610px;
    height: 100%;
    margin-right: auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(20, 33, 58, .16);
}

.benefits-img {
 
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.benefits-title {
    margin-top: 12px;
    max-width: 660px;
    font-size: clamp(2.2rem, 3.6vw, 3.35rem);
    line-height: 1.02;
}

.benefits-copy {
    max-width: 700px;
    margin-bottom: 2rem;
    font-size: 1.03rem;
    color: #5f6c84;
}

.benefit-list {
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-list .benefit-item {
    min-height: 126px;
    padding: 1.1rem 1.15rem 1.1rem 1.1rem;
    border: 1px solid rgba(20, 33, 58, .08);
    border-right: 8px solid var(--orange);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 22, 27, .05);
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1rem;
    align-items: center;
    position: relative;
}

.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 96, 216, .08);
    color: #12264a;
    font-size: 1.55rem;
    flex-shrink: 0;
}

.benefit-list .benefit-item:nth-child(2) .benefit-icon {
    background: rgba(245, 120, 29, .1);
    color: var(--orange-dark);
}

.benefit-list .benefit-item:nth-child(3) .benefit-icon {
    background: rgba(31, 96, 216, .08);
    color: #1f60d8;
}

.benefit-copy {
    min-width: 0;
}

.benefit-item h6 {
    margin-bottom: .2rem;
    font-size: 1.12rem;
    font-weight: 900;
    color: #12264a;
}

.benefit-item p {
    color: var(--text-muted);
    font-size: .96rem;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Steps */
.steps-section {
    position: relative;
    background:
        radial-gradient(circle at 10% 18%, rgba(0, 36, 77, .06), transparent 12%),
        radial-gradient(circle at 90% 12%, rgba(245, 120, 29, .05), transparent 14%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    padding-top: 4.1rem;
    padding-bottom: 3.8rem;
    overflow: hidden;
}

.steps-section::before,
.steps-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.steps-section::before {
    background:
        radial-gradient(circle at 6% 9%, rgba(0, 36, 77, .05) 0 64px, transparent 65px),
        radial-gradient(circle at 94% 8%, rgba(0, 36, 77, .04) 0 58px, transparent 59px);
    opacity: .55;
}

.steps-section-head {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: .15rem;
}

.steps-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #1f3d75;
    background: rgba(255, 238, 214, .92);
    border: 1px solid rgba(245, 120, 29, .18);
    min-height: 0;
    padding: .48rem 1.1rem;
    border-radius: 999px;
    letter-spacing: .12em;
    font-size: .78rem;
    box-shadow: 0 8px 20px rgba(20, 33, 58, .04);
}

.steps-title {
    max-width: 1080px;
    margin: .95rem auto 0;
    font-size: clamp(2.2rem, 3.8vw, 3.4rem);
    line-height: 1.06;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #12264a;
}

.steps-subtitle {
    max-width: 840px;
    margin-top: 1rem;
    color: #5f6c84;
    font-size: 1.08rem;
    line-height: 1.65;
}

.steps-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
    align-items: stretch;
}

.step-card-wrap {
    position: relative;
    padding-top: 1.15rem;
}

.step-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 4.95rem 1.45rem 1.05rem;
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(20, 33, 58, .08);
    box-shadow: 0 12px 28px rgba(20, 33, 58, .05);
    overflow: visible;
}

.step-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 58px;
    background: linear-gradient(180deg, rgba(250, 244, 236, .15) 0%, rgba(250, 244, 236, 1) 100%);
    border-top: 1px solid rgba(245, 120, 29, .08);
    border-radius: 0 0 22px 22px;
}

.step-card h6,
.step-card p,
.step-badge {
    position: relative;
    z-index: 1;
}

.step-num {
    position: absolute;
    top: .88rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1f60d8;
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    box-shadow: 0 10px 20px rgba(31, 96, 216, .18);
}

.step-card-orange .step-num {
    background: var(--orange-dark);
    box-shadow: 0 10px 20px rgba(245, 120, 29, .2);
}

.step-card-green .step-num {
    background: #1d8a3b;
    box-shadow: 0 10px 20px rgba(29, 138, 59, .2);
}

.step-icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 2rem;
    background: rgba(31, 96, 216, .08);
    color: #1f60d8;
}

.step-card-orange .step-icon {
    background: rgba(245, 120, 29, .08);
    color: var(--orange-dark);
}

.step-card-green .step-icon {
    background: rgba(29, 138, 59, .08);
    color: #1d8a3b;
}

.step-card h6 {
    font-size: 1.08rem;
    line-height: 1.3;
    margin-bottom: .85rem;
    font-weight: 800;
    color: #12264a;
    max-width: 280px;
}

.step-card p {
    color: #55627a;
    font-size: .92rem;
    line-height: 1.55;
    margin-bottom: .95rem;
    max-width: 290px;
}

.step-badge {
    width: 100%;
    border-radius: 12px;
    padding: .72rem 1rem;
    margin-top: auto;
    background: rgba(31, 96, 216, .08);
    color: #1f60d8;
    font-weight: 800;
    font-size: .95rem;
}

.step-card-orange .step-badge {
    background: rgba(245, 120, 29, .12);
    color: var(--orange-dark);
}

.step-card-green .step-badge {
    background: rgba(29, 138, 59, .12);
    color: #1d8a3b;
}

.steps-capabilities {
    position: relative;
    z-index: 1;
    margin-top: 1.25rem;
    border: 1px solid rgba(20, 33, 58, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 30px rgba(20, 33, 58, .04);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.steps-capability {
    padding: 1.2rem 1.15rem 1.1rem;
    display: flex;
    align-items: flex-start;
    gap: .95rem;
    align-items: start;
    min-height: 132px;
    border-right: 1px dashed rgba(20, 33, 58, .12);
}

.steps-capability:last-child {
    border-right: none;
}

.steps-capability i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 96, 216, .08);
    color: #1f60d8;
    font-size: 1.3rem;
    margin-top: .05rem;
    flex-shrink: 0;
}

.steps-capability-copy {
    min-width: 0;
    padding-top: .1rem;
}

.steps-capability:nth-child(2) i {
    background: rgba(245, 120, 29, .1);
    color: var(--orange-dark);
}

.steps-capability:nth-child(3) i {
    background: rgba(29, 138, 59, .1);
    color: #1d8a3b;
}

.steps-capability:nth-child(4) i {
    background: rgba(31, 96, 216, .08);
    color: #1f60d8;
}

.steps-capability span {
    display: block;
    font-size: .98rem;
    font-weight: 800;
    color: #12264a;
    line-height: 1.2;
    margin-top: .02rem;
}

.steps-capability small {
    display: block;
    margin-top: .2rem;
    font-size: .86rem;
    line-height: 1.36;
    color: #637188;
    max-width: 210px;
}

.steps-cta {
    position: relative;
    z-index: 1;
    margin: 1.55rem auto 0;
    max-width: 940px;
    min-height: 88px;
    padding: .95rem 1.15rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(20, 33, 58, .1);
    box-shadow: 0 12px 30px rgba(20, 33, 58, .05);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
}

.steps-cta-icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: #10254a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 2rem;
}

.steps-cta-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.steps-cta-copy strong {
    display: block;
    color: #12264a;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 800;
}

.steps-cta-copy span {
    display: block;
    margin-top: .2rem;
    color: #637188;
    font-size: .9rem;
}

.steps-cta-phone {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-width: 230px;
    padding: .88rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--orange) 0%, #ef8e00 100%);
    color: #fff;
    font-size: 1.08rem;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(245, 120, 29, .24);
    animation: steps-cta-pulse 1.8s ease-in-out infinite;
    transform-origin: center;
}

.steps-cta-phone:hover {
    color: #fff;
    animation-play-state: paused;
    transform: translateY(-1px);
}

.steps-cta-phone i {
    font-size: 1.05rem;
}

@keyframes steps-cta-pulse {
    0%, 100% {
        box-shadow: 0 16px 30px rgba(245, 120, 29, .24), 0 0 0 0 rgba(245, 120, 29, .16);
        filter: brightness(1);
    }
    50% {
        box-shadow: 0 18px 38px rgba(245, 120, 29, .34), 0 0 0 10px rgba(245, 120, 29, 0);
        filter: brightness(1.06);
    }
}
}

/* CTA */
.cta-banner {
    background: var(--dark-2);
    background-image: url('../images/boxes.jpg');
    background-size: cover;
    background-position: right center;
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(24, 37, 46, .98) 40%, rgba(24, 37, 46, .62) 100%);
}

.cta-banner .container {
    position: relative;
    z-index: 1;
}

.cta-title {
    color: #fff;
    font-size: clamp(1.65rem, 2.8vw, 2.2rem);
    margin-bottom: .7rem;
}

.cta-text {
    color: #D0D3DB;
    max-width: 560px;
    margin-bottom: 0;
}

/* Advantage */
.advantage-section {
    background: var(--bg);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.advantage-card {
    background: #fff;
    border: 1px solid rgba(253, 153, 0, .15);
    border-radius: 8px;
    padding: 1.65rem 1.45rem;
    transition: all .25s ease;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}

.advantage-card:hover {
    border-color: rgba(253, 153, 0, .45);
    box-shadow: 0 14px 30px rgba(253, 153, 0, .11);
}

.advantage-num {
    color: var(--orange);
    font-weight: 800;
    font-size: .84rem;
}

.advantage-card h6 {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.advantage-card p {
    color: var(--text-muted);
    font-size: .88rem;
    margin-bottom: 0;
}

.advantage-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading);
    flex-shrink: 0;
    font-size: .85rem;
}

/* FAQ */
.faq-section {
    background:
        radial-gradient(circle at 8% 10%, rgba(245, 120, 29, .06), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fbfcff 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.faq-section .section-title {
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
}

.faq-accordion {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.faq-accordion .accordion-item {
    border: 1px solid rgba(20, 33, 58, .08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(20, 22, 27, .04);
    overflow: hidden;
    margin-bottom: .85rem;
}

.faq-accordion .accordion-button {
    font-weight: 800;
    color: #12264a;
    background: #fff;
    box-shadow: none;
    padding: 1.1rem 1.15rem;
    gap: 1rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--orange-dark);
    background: rgba(245, 120, 29, .03);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-toggle {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: rgba(245, 120, 29, .1);
    color: var(--orange-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
}

.faq-minus {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-minus {
    display: inline;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-plus {
    display: none;
}

.faq-question {
    display: block;
    text-align: left;
    font-size: 1.03rem;
    line-height: 1.35;
}

.faq-accordion .accordion-body {
    color: var(--text-muted);
    padding: 0 1.15rem 1.2rem 3.35rem;
    line-height: 1.7;
    font-size: .98rem;
}

/* Seller Feedback */
.seller-feedback-section {
    background:
        radial-gradient(circle at top center, rgba(245, 120, 29, .08), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f6fbff 100%);
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
}

.seller-feedback-section .section-text {
    max-width: 760px;
}

.seller-feedback-card {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 26px;
    overflow: hidden;
    aspect-ratio: 377 / 430;
    box-shadow: 0 18px 40px rgba(0, 36, 77, .12);
    cursor: pointer;
    text-align: left;
    transition: transform .25s ease, box-shadow .25s ease;
}

.seller-feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(0, 36, 77, .16);
}

.seller-feedback-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #0b1420;
}

.seller-feedback-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, .78) 100%);
    pointer-events: none;
}

.seller-feedback-play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(245, 120, 29, .98);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    border: 3px solid rgba(255, 255, 255, .9);
    box-shadow: 0 12px 28px rgba(245, 120, 29, .28);
    z-index: 2;
}

.seller-feedback-caption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    color: #fff;
}

.seller-feedback-caption strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

.seller-feedback-caption span {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: .88rem;
}

.seller-feedback-modal .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 36, 77, .28);
}

.seller-feedback-modal .modal-header {
    background: linear-gradient(135deg, #fff 0%, #f7fbff 100%);
}

.modal-kicker {
    color: var(--orange-dark);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.seller-feedback-player {
    background: #071526;
    border-radius: 18px;
    overflow: hidden;
}

.seller-feedback-player video {
    display: block;
    width: 100%;
    max-height: 78vh;
    background: #071526;
}

/* Seller Toast */
.seller-toast-stack {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1080;
    pointer-events: none;
}

.seller-toast {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: .9rem;
    min-width: 320px;
    max-width: 360px;
    padding: .95rem 1rem .95rem .95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(20, 33, 58, .1);
    box-shadow: 0 18px 42px rgba(20, 33, 58, .16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(10px);
    animation: seller-toast-in .3s ease-out;
}

.seller-toast[hidden] {
    display: none !important;
}

.seller-toast-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--orange) 0%, #ef8e00 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 22px rgba(245, 120, 29, .26);
    font-size: 1.2rem;
}

.seller-toast-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.seller-toast-copy strong {
    display: block;
    font-size: .98rem;
    line-height: 1.25;
    font-weight: 900;
    color: #12264a;
}

.seller-toast-copy span {
    display: block;
    margin-top: .15rem;
    font-size: .88rem;
    line-height: 1.45;
    color: #5f6c84;
}

.seller-toast-copy small {
    display: inline-block;
    margin-top: .25rem;
    font-size: .75rem;
    color: var(--orange-dark);
    font-weight: 800;
    letter-spacing: .02em;
}

.seller-toast-close {
    border: none;
    background: transparent;
    color: #8b96a8;
    padding: .2rem;
    line-height: 1;
    flex-shrink: 0;
}

.seller-toast-close:hover {
    color: #12264a;
}

@keyframes seller-toast-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Footer */
.site-footer {
    background: var(--dark);
    color: #D7E0EC;
    padding-top: 3.5rem;
}
.site-footer .site-logo {
height: 80px !important;
}

.logo-footer {
    display: inline-flex;
    align-items: center;
}

.footer-about {
    font-size: .9rem;
    max-width: 260px;
    color: #DDE6F1;
}

.footer-heading {
    color: #fff;
    font-size: .95rem;
    margin-bottom: 1.1rem;
}

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

.footer-links li { margin-bottom: .6rem; }

.footer-links a {
    color: #D7E0EC;
    font-size: .9rem;
}

.footer-links a:hover { color: var(--orange); }

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .88rem;
    color: #D7E0EC;
}

.footer-contact li {
    margin-bottom: .7rem;
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}
.footer-contact li a{
    color: #D7E0EC;
}

.footer-contact i {
    color: var(--orange);
    margin-top: 3px;
}

.social-links {
    display: flex;
    gap: .6rem;
}

.social-links a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
}

.social-links a:hover {
    background: var(--orange);
}

.newsletter-form .form-control {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    padding: .65rem .9rem;
    min-height: 44px;
}

.newsletter-form .form-control::placeholder { color: #A8B6C8; }

.newsletter-form .form-control:focus {
    box-shadow: none;
    border-color: var(--orange);
}

.newsletter-form .btn-orange {
    border-radius: 0 8px 8px 0;
    min-width: 0;
    min-height: 44px;
    padding: .55rem .95rem;
    font-size: .88rem;
    white-space: nowrap;
}

.newsletter-form .input-group {
    align-items: stretch;
}

.newsletter-form .input-group > .form-control {
    border-radius: 8px 0 0 8px;
}

.newsletter-form .input-group > .btn-orange {
    border-radius: 0 8px 8px 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 2.5rem;
    padding: 1.1rem 0;
    font-size: .82rem;
    color: #D7E0EC;
}

.footer-bottom a {
    color: #D7E0EC;
}

.footer-bottom a:hover {
    color: var(--orange);
}

/* Back to top */
.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 86px;
    width: 44px;
    height: 44px;
    background: var(--orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 1050;
    box-shadow: 0 8px 20px rgba(253, 153, 0, .4);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1060;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .72rem 1rem;
    border-radius: 999px;
    background: #25D366;
    color: #fff;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .35);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.whatsapp-float:hover {
    background: #1fb85a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(37, 211, 102, .44);
}

.whatsapp-float i {
    font-size: 1.45rem;
    line-height: 1;
}

.whatsapp-float-text {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .01em;
}

/* Responsive */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-collapse {
        margin-top: 1rem;
    }

    .hero-section {
        padding: 3rem 0 2.6rem;
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-feature-list,
    .hero-badges {
        justify-content: center;
        text-align: left;
    }

    .intro-copy-col {
        padding-right: 0;
        text-align: center;
    }

    .intro-title,
    .intro-text {
        margin-left: auto;
        margin-right: auto;
    }

    .intro-media-col {
        justify-content: center;
    }

    .steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .steps-capabilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steps-capability {
        min-height: 120px;
    }

    .steps-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        grid-template-columns: 1fr;
    }

    .steps-cta-phone {
        min-width: 100%;
    }

    .results-banner-section {
        padding: 3.4rem 0 1.8rem;
    }

    .results-banner-shell {
        padding: 0 1rem;
    }

    .results-banner-head {
        padding: 0 .25rem 1.6rem;
    }

    .results-showcase-carousel {
        padding: 1.4rem 2.3rem 0;
    }

    .results-showcase-track {
        gap: .8rem;
    }

    .results-showcase-card {
        flex-basis: calc((100% - 1rem) / 2);
        aspect-ratio: .92;
        border-radius: 28px;
    }

    .results-card-tag {
        top: .45rem;
        padding: .62rem 1.05rem;
        min-width: 9.25rem;
        font-size: .84rem;
        transform: translate(-50%, -42%);
    }

    .results-card-media {
        margin: 0 .8rem;
        height: clamp(196px, 25vw, 248px);
        border-radius: 18px;
    }

    .results-card-highlight {
        margin: .8rem .75rem .85rem;
        padding: .8rem .9rem .9rem;
    }

    .results-card-highlight-title {
        font-size: .9rem;
    }

    .results-card-copy h4 {
        font-size: .84rem;
    }

    .results-carousel-control {
        width: 44px;
    }

    .results-carousel-control-icon {
        width: 2.35rem;
        height: 2.35rem;
        font-size: .98rem;
    }

    .results-trust-bar {
        gap: .75rem;
    }

    .home-carousel-control {
        width: 56px;
    }

    .home-carousel-control .carousel-control-prev-icon,
    .home-carousel-control .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
    }

    .city-hero-bar {
        padding: 1.8rem 0 1.65rem;
    }

    .city-intro-section,
    .city-capabilities,
    .city-partner,
    .city-pill-section,
    .city-why-section,
    .city-benefits,
    .city-faq {
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
    }

    .city-hero-media {
        margin-left: 0;
    }

    .city-partner-media {
        min-height: 280px;
    }

    .about-hero-bar {
        padding: 1.8rem 0 1.55rem;
    }

    .about-intro {
        padding: 3.8rem 0 3.2rem;
    }

    .about-media-wrap {
        margin: 0 auto;
    }

    .about-ceo-wrap {
        min-height: 360px;
    }

    .about-creative {
        padding: 2rem 0 3.4rem;
    }

    .about-creative-copy {
        margin: 0 auto;
        text-align: center;
    }

    .about-creative-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-strip {
        text-align: center;
    }

    .about-strip-inner {
        min-height: 0;
        padding: 1rem;
    }

    .ceo-intro,
    .ceo-journey,
    .ceo-brand-strip,
    .ceo-achievements,
    .ceo-different,
    .ceo-banner,
    .ceo-milestones,
    .ceo-vision,
    .ceo-signoff {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .ceo-title {
        font-size: clamp(2.2rem, 5.6vw, 3.2rem);
    }

    .ceo-name {
        font-size: 1.45rem;
    }

    .ceo-portrait-wrap {
        margin: 0 auto;
        max-width: 360px;
    }

    .ceo-journey-copy {
        margin: 0 auto;
        text-align: left;
    }

    .ceo-journey-media {
        margin: 0 auto;
    }

    .ceo-achievement-band {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ceo-diff-card {
        padding: 1.1rem 1rem;
    }

    .ceo-banner-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.15rem;
        min-height: 0;
    }

    .ceo-banner-media {
        width: 100%;
        max-width: 220px;
        margin-left: auto;
    }

    .ceo-vision-box,
    .ceo-signoff-copy {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .counters-band {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .counter-item {
        min-height: 126px;
    }

    .counter-item {
        border-right: 1px solid rgba(255, 255, 255, .12);
    }

    .counter-item:nth-child(3n) {
        border-right: none;
    }
}

@media (max-width: 767.98px) {
    .offer-banner {
        padding: 1.2rem 1.25rem;
        text-align: center;
    }

    .offer-banner .d-flex {
        flex-direction: column;
    }

    .cta-banner {
        text-align: center;
    }

    .results-banner-section {
        padding: 2.5rem 0 1.5rem;
    }

    .results-banner-shell {
        padding: 0 .75rem;
    }

    .results-banner-head {
        padding: 0 .15rem 1.1rem;
    }

    .results-banner-head .eyebrow {
        min-height: 2.6rem;
        padding: .35rem .95rem;
        font-size: .72rem;
        letter-spacing: .3em;
    }

    .results-banner-head h2,
    .results-banner-head h3 {
        font-size: clamp(1.55rem, 4.8vw, 2.3rem);
    }

    .results-showcase-carousel {
        padding: 1.25rem 1.8rem 0;
    }

    .results-showcase-track {
        gap: .8rem;
    }

    .results-showcase-card {
        flex-basis: 100%;
        aspect-ratio: .92;
        border-radius: 26px;
    }

    .results-card-tag {
        top: .4rem;
        padding: .62rem 1rem;
        min-width: 9.25rem;
        font-size: .86rem;
        transform: translate(-50%, -38%);
    }

    .results-card-copy {
        padding: 1rem .85rem .7rem;
    }

    .results-card-media {
        margin: 0 .75rem;
        height: 204px;
        border-radius: 16px;
    }

    .results-card-highlight {
        margin: .72rem .68rem .78rem;
        padding: .72rem .8rem .82rem;
    }

    .results-card-highlight-title {
        font-size: .88rem;
    }

    .results-card-highlight-metrics {
        font-size: .9rem;
    }

    .results-carousel-control {
        width: 36px;
        top: auto;
        bottom: -3.1rem;
        transform: none;
    }

    .results-carousel-control-prev {
        left: 0;
    }

    .results-carousel-control-next {
        right: 0;
    }

    .results-carousel-control-icon {
        width: 2.1rem;
        height: 2.1rem;
        font-size: .88rem;
    }

    .results-trust-bar {
        padding: .85rem .9rem;
        gap: .75rem;
    }

    .results-trust-sep {
        display: none;
    }

    .home-banner-carousel .carousel-indicators {
        margin-bottom: .55rem;
        gap: .3rem;
    }

    .home-carousel-control {
        width: 48px;
    }

    .home-carousel-control .carousel-control-prev-icon,
    .home-carousel-control .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.05rem 1.05rem;
    }

    .trusted-brands-section {
        padding: .95rem 0 1.35rem;
    }

    .trusted-brands-panel {
        border-radius: 20px;
        padding: .9rem .75rem 1rem;
    }

    .trusted-brands-carousel {
        padding: 0 2rem;
        margin-top: .75rem;
    }

    .brand-logo-row {
        gap: .7rem;
    }

    .brand-logo-card {
        min-width: 96px;
        height: 70px;
        border-radius: 14px;
        padding: .65rem .75rem;
    }

    .trusted-brand-control {
        width: 34px;
    }

    .trusted-brand-control .carousel-control-prev-icon,
    .trusted-brand-control .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
        background-size: .82rem .82rem;
    }

    .intro-title {
        font-size: clamp(2.4rem, 10vw, 4rem);
    }

    .intro-media-wrap {
        width: min(100%, 320px);
    }

    .seller-feedback-section {
        padding-top: 2.5rem;
        padding-bottom: 2.7rem;
    }

    .seller-feedback-card {
        border-radius: 20px;
        aspect-ratio: 16 / 18;
    }

    .seller-feedback-play {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .seller-feedback-caption strong {
        font-size: .95rem;
    }

    .seller-feedback-caption span {
        font-size: .8rem;
    }

    .seller-feedback-modal .modal-content {
        border-radius: 18px;
    }

    .seller-toast-stack {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .seller-toast {
        min-width: 0;
        max-width: none;
        width: 100%;
    }

    .steps-title {
        font-size: clamp(1.8rem, 6vw, 2.6rem);
    }

    .steps-subtitle {
        font-size: .98rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .steps-capabilities {
        grid-template-columns: 1fr;
    }

    .steps-capability {
        border-right: none;
        border-bottom: 1px dashed rgba(20, 33, 58, .12);
        min-height: 110px;
    }

    .steps-capability:last-child {
        border-bottom: none;
    }

    .steps-cta {
        padding: 1rem;
    }

    .steps-cta-icon {
        width: 4rem;
        height: 4rem;
        font-size: 1.6rem;
    }

    .steps-cta-copy strong {
        font-size: 1rem;
    }

    .steps-cta-phone {
        font-size: .98rem;
    }

    .benefits-media-wrap {
        max-width: 100%;
        min-height: 0;
        aspect-ratio: 564 / 564;
    }

    .benefit-list .benefit-item {
        min-height: 0;
        padding: .95rem 1rem;
        grid-template-columns: 52px 1fr;
        gap: .8rem;
    }

    .benefit-icon {
        width: 52px;
        height: 52px;
        font-size: 1.25rem;
    }

    .stats-track {
        gap: 0;
        padding: .25rem 0;
        animation-duration: 22s;
    }

    .stats-group {
        padding: 10px .75rem;
    }

    .stat-item {
        font-size: .82rem;
    }

    .stat-dot {
        font-size: 1.15rem;
        margin: 0 .6rem;
    }

    .counters-section {
        padding: 1rem 0 2.6rem;
    }

    .counters-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 20px;
        padding: 1rem .75rem;
    }

    .counter-item {
        min-height: 118px;
        padding: .95rem .75rem;
    }

    .counter-item { border-right: 1px solid rgba(255, 255, 255, .12); }

    .counter-item:nth-child(2n) { border-right: none; }

    .counter-item::after {
        inset: 8px;
    }

    .counter-label {
        font-size: .88rem;
    }

    .counter-value {
        font-size: 1.65rem;
    }

    .counter-item-static .counter-label {
        white-space: normal;
    }

    .city-hero h1 {
        font-size: 2rem;
    }

    .city-title {
        font-size: 2rem;
    }

    .city-hero-media {
        max-width: 100%;
    }

    .city-feature-card,
    .city-why-card,
    .city-benefit-card {
        padding: 1rem;
    }

    .city-panel-card {
        padding: 1.1rem 1rem;
    }

    .city-partner-card {
        min-height: auto;
    }

    .city-services-strip {
        padding: 2.25rem 0 2.6rem;
    }

    .city-pill-card {
        border-radius: 18px;
        min-height: 52px;
    }

    .about-hero h1 {
        font-size: 2rem;
    }

    .about-title,
    .about-creative-copy h2 {
        font-size: 2rem;
    }

    .about-media-wrap {
        padding: 1.25rem 1.25rem 0 1.25rem;
    }

    .about-media-wrap::before {
        inset: 0 1.25rem 1.25rem 0;
    }

    .about-floating-top {
        top: 3.1rem;
        right: .1rem;
        padding: .8rem .9rem;
    }

    .about-floating-bottom {
        left: .7rem;
        bottom: .1rem;
        padding: .8rem .85rem;
    }

    .about-dots {
        width: 64px;
        height: 64px;
    }

    .about-ceo-wrap {
        min-height: 300px;
    }

    .about-ceo-ring {
        inset: auto 22% 4% 22%;
    }

    .about-section-heading h2 {
        font-size: 1.9rem;
    }

    .about-stat-card,
    .about-team-info {
        padding: 1rem .9rem;
    }

    .about-team-info {
        margin: -1rem .65rem .65rem;
    }

    .about-strip-text {
        font-size: .92rem;
    }

    .about-strip .btn-orange {
        min-width: 148px;
        min-height: 48px;
        font-size: .9rem;
    }

    .about-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: .9rem;
        padding: 1rem .95rem;
        min-height: 0;
    }

    .about-strip .btn-orange {
        min-width: 100%;
        width: 100%;
    }

    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-info-card {
        padding: 1rem;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
    }
    .contact-info-card div a{
        color: #6C788A !important;
    }

    .contact-copy h2,
    .contact-form-card h2 {
        font-size: 1.9rem;
    }

    .contact-tiny-grid {
        grid-template-columns: 1fr;
    }

    .contact-map-wrap,
    .contact-map-wrap iframe {
        min-height: 300px;
    }

    .contact-map-badge {
        left: .75rem;
        right: .75rem;
        bottom: .75rem;
        padding: .8rem .9rem;
    }

    .contact-form .form-control {
        min-height: 54px;
        border-radius: 10px;
    }

    .contact-hero-bar {
        padding: 1.7rem 0 1.55rem;
    }

    .contact-info-section {
        padding-top: 2.4rem;
    }

    .contact-layout {
        padding-top: 2.2rem;
        padding-bottom: 3rem;
    }

    .contact-copy {
        max-width: 100%;
    }

    .contact-map-wrap,
    .contact-map-wrap iframe {
        min-height: 360px;
    }

    .contact-form-card {
        padding: 1.2rem 1.15rem 1.1rem;
    }

    .contact-form-actions .btn-orange,
    .contact-whatsapp-btn {
        min-width: 100%;
    }

    .ceo-hero-bar {
        padding: 1.6rem 0 1.45rem;
    }

    .ceo-intro {
        padding-top: 2.2rem;
    }

    .ceo-title {
        font-size: clamp(2rem, 8.5vw, 2.95rem);
    }

    .ceo-name {
        font-size: 1.22rem;
    }

    .ceo-text {
        font-size: .98rem;
    }

    .ceo-journey-copy h2,
    .ceo-achievements .ceo-section-heading h2,
    .ceo-different .ceo-section-heading h2,
    .ceo-vision-box h2 {
        font-size: 1.9rem;
    }

    .ceo-timeline {
        padding-left: 0;
    }

    .ceo-timeline::before {
        left: 18px;
    }

    .ceo-timeline-item {
        grid-template-columns: 36px 1fr;
        gap: .8rem;
    }

    .ceo-timeline-marker {
        width: 36px;
        height: 36px;
        font-size: .9rem;
    }

    .ceo-achievement-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ceo-achievement-card {
        min-height: 150px;
        padding: 1.2rem .9rem 1rem;
    }

    .ceo-achievement-label {
        max-width: none;
        font-size: .9rem;
    }

    .ceo-different .row {
        --bs-gutter-x: 1rem;
    }

    .ceo-banner-brand {
        align-items: flex-start;
    }

    .ceo-banner-logo {
        width: 98px;
    }

    .ceo-banner-brand p {
        font-size: .9rem;
    }

    .ceo-banner-media {
        max-width: 180px;
    }

    .ceo-milestone-card {
        padding: 1.05rem 1rem;
    }

    .ceo-vision-box {
        padding: 1.15rem 1rem;
    }

    .ceo-signoff-image,
    .ceo-signoff-img {
        min-height: 190px;
    }

    .back-to-top {
        right: 16px;
        bottom: 84px;
        width: 42px;
        height: 42px;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        padding: .68rem .82rem;
    }

    .whatsapp-float-text {
        display: none;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 15px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-header .navbar {
        padding-top: .65rem;
        padding-bottom: .65rem;
    }

    .site-logo {
        height: 34px;
    }

    .section-title {
        font-size: clamp(1.5rem, 7.2vw, 2rem);
        line-height: 1.12;
    }

    .section-text {
        font-size: .92rem;
        line-height: 1.62;
    }

    .btn-orange,
    .btn.btn-orange,
    .btn-outline-dark-custom {
        min-width: 0;
        min-height: 48px;
        padding: .72rem 1rem;
        font-size: .92rem;
        border-radius: 10px;
    }

    .home-banner-carousel .carousel-indicators {
        margin-bottom: .45rem;
        gap: .25rem;
    }

    .home-carousel-control {
        width: 42px;
    }

    .home-carousel-control .carousel-control-prev-icon,
    .home-carousel-control .carousel-control-next-icon {
        width: 2.2rem;
        height: 2.2rem;
        background-size: .9rem .9rem;
    }

    .trusted-brands-carousel {
        padding: 0 1.7rem;
    }

    .brand-logo-card {
        min-width: 84px;
        height: 60px;
        border-radius: 12px;
        padding: .55rem .65rem;
    }

    .results-banner-head p {
        font-size: .9rem;
    }

    .results-showcase-carousel {
        padding-left: 1.05rem;
        padding-right: 1.05rem;
    }

    .results-showcase-card {
        border-radius: 24px;
    }

    .results-card-tag {
        min-width: 8.75rem;
        font-size: .8rem;
        padding: .6rem .95rem;
    }

    .results-card-copy {
        padding-top: .9rem;
    }

    .results-card-media {
        height: 188px;
    }

    .results-card-highlight {
        padding: .68rem .75rem .75rem;
    }

    .results-trust-bar {
        border-radius: 16px;
    }

    .intro-title,
    .steps-title,
    .benefits-title,
    .about-title,
    .about-creative-copy h2,
    .ceo-title,
    .ceo-journey-copy h2,
    .ceo-achievements .ceo-section-heading h2,
    .ceo-different .ceo-section-heading h2,
    .ceo-vision-box h2,
    .contact-copy h2,
    .contact-form-card h2,
    .city-hero h1,
    .city-title {
        line-height: 1.08;
    }

    .about-hero-bar,
    .contact-hero-bar,
    .ceo-hero-bar,
    .city-hero-bar {
        padding: 1.4rem 0 1.25rem;
    }

    .contact-map-wrap,
    .contact-map-wrap iframe {
        min-height: 280px;
    }

    .contact-form-card,
    .contact-info-card,
    .about-stat-card,
    .ceo-achievement-card,
    .ceo-diff-card,
    .ceo-milestone-card,
    .about-team-info,
    .about-vision,
    .ceo-vision-box {
        border-radius: 12px;
    }

    .about-strip-inner,
    .ceo-banner-inner,
    .steps-cta {
        border-radius: 16px;
    }

    .site-footer {
        padding-top: 2.4rem;
    }

    .site-footer .site-logo {
        height: 54px !important;
    }

    .footer-heading {
        font-size: .9rem;
        margin-bottom: .9rem;
    }

    .footer-about,
    .footer-links a,
    .footer-contact,
    .footer-bottom {
        font-size: .85rem;
    }

    .social-links a {
        width: 30px;
        height: 30px;
        font-size: .78rem;
    }

    .footer-bottom {
        margin-top: 1.8rem;
        text-align: center;
    }

    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }
}
