/* ==========================================================================
   index-v2.css — English homepage redesign (default/en/new/index.tpl ONLY)
   Loaded exclusively by the homepage template, so no other page is affected.
   All shared-component restyles (nav-box / main7 / footer / go-top / s-top-bar)
   are scoped under .index-v2 (the homepage .page-right wrapper).
   ========================================================================== */

:root {
    --orange: #f5651b;
    --orange-dark: #da4d08;
    --orange-soft: #fff1e9;
    --navy: #0a1730;
    --navy-soft: #14233e;
    --ink: #152033;
    --muted: #687386;
    --paper: #ffffff;
    --warm: #f7f7f5;
    --line: #e7e8e9;
    --shadow: 0 20px 60px rgba(31, 42, 68, .10);
    --radius: 18px;
}

/* ---------------------------------------------------------------- base -- */
body {
    font-family: Roboto, Arial, "Helvetica Neue", sans-serif;
}

.index-v2 {
    color: var(--ink);
    background: var(--paper);
}

.index-v2 h1,
.index-v2 h2,
.index-v2 h3 {
    font-family: Inter, Roboto, Arial, sans-serif;
    line-height: 1.13;
    letter-spacing: -.035em;
}

.index-v2 h1 {
    color: #fff;
}

.index-v2 h1 em,
.index-v2 h2 em {
    color: var(--orange);
    font-style: normal;
}

.index-v2 .container {
    width: min(1180px, calc(100% - 48px));
    padding: 0;
    margin: 0 auto;
}

/* Bootstrap 3 adds .container:before/:after clearfix pseudos (display:table).
   On this page the .container elements ARE the CSS grids (hero-content,
   stat-strip, feature-grid, two-col, ...) — the pseudos become anonymous
   grid items occupying the first cell and shift every real child one place
   (copy/visual swapped, 4th stat/feature card wrapped to a second row).
   Homepage-scoped kill; other pages keep the Bootstrap clearfix. */
.index-v2 .container:before,
.index-v2 .container:after {
    content: none;
    display: none;
}

.index-v2 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.index-v2 section[id] {
    scroll-margin-top: 150px;
}

/* buttons (bootstrap .btn exists — full re-declaration wins by order/scope) */
.index-v2 .btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #fff !important;
    background: var(--orange);
    border: 0;
    border-radius: 9px;
    box-shadow: 0 10px 24px rgba(245, 101, 27, .22);
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .04em;
    font: 700 12px Inter, Roboto, sans-serif;
    transition: .25s;
}

.index-v2 .btn:hover,
.index-v2 .btn:focus {
    color: #fff !important;
    background: var(--orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(245, 101, 27, .28);
}

.index-v2 .btn-small {
    min-height: 44px;
    padding-inline: 22px;
}

.index-v2 .text-link {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    color: var(--ink);
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .04em;
    font: 700 13px Inter, Roboto, sans-serif;
    transition: .25s;
}

.index-v2 .text-link:hover {
    color: var(--orange);
    transform: translateY(-2px);
}

/* ------------------------------------------- header: nav-box restyle -- */
/* nav-box.tpl markup is shared with 50+ pages; every override below is
   homepage-scoped. The marquee (#gongao/#scroll_div) keeps working as-is. */
.index-v2 .nav-box.white,
.index-v2 .nav-box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    /* reference: 46px topbar + 88px navbar */
    height: 134px;
    margin: 0;
    padding: 0;
    z-index: 1000;
    color: #fff;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    transition: background .32s ease, box-shadow .32s ease;
}

.index-v2 .nav-box.white.is-solid,
.index-v2 .nav-box.fixed {
    background: #020817;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .16);
}

/* top announcement bar (marquee lives here) — reference .topbar-inner 46px */
.index-v2 .nav-box.white .top-bar,
.index-v2 .nav-box.fixed .top-bar {
    height: 46px;
    line-height: 46px;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    transition: background .32s ease;
}

.index-v2 .nav-box.white .top-bar .content-box,
.index-v2 .nav-box.fixed .top-bar .content-box {
    width: min(1180px, calc(100% - 48px));
    height: 46px;
}

.index-v2 .nav-box.white.is-solid .top-bar,
.index-v2 .nav-box.fixed .top-bar {
    background: #020817;
}

.index-v2 .nav-box.white .top-bar .content-box li {
    color: #d7dde6;
    font-size: 14px;
    font-weight: 600;
    /* main.css: height 14 + margin-top 12 (for the old 40px bar) →
       re-center the 14px line in the 46px bar; reference link gap is 22px
       (11px side padding each). */
    margin-top: 16px;
    padding: 0 11px;
}

/* the marquee li hosts the 24px-tall #gongao box → center that instead */
.index-v2 .nav-box.white .top-bar .content-box li:first-child,
.index-v2 .nav-box.fixed .top-bar .content-box li:first-child {
    margin-top: 11px;
    padding-left: 0;
}

.index-v2 .nav-box.white .top-bar .content-box li a,
.index-v2 .nav-box.fixed .top-bar .content-box li a {
    color: #d7dde6 !important;
}

.index-v2 .nav-box.white .top-bar .content-box li a:hover,
.index-v2 .nav-box.fixed .top-bar .content-box li a:hover {
    color: var(--orange) !important;
}

/* reference topbar has no vertical divider — hidden on the homepage only */
.index-v2 .nav-box .top-bar .content-box li.nav-separator {
    display: none;
}

/* main navigation row — reference .navbar: 88px, border-bottom, container width */
.index-v2 .nav-box.white > .content-box,
.index-v2 .nav-box.fixed > .content-box {
    width: min(1180px, calc(100% - 48px));
    height: 88px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    box-sizing: border-box;
}

/* logo → white horizontal logo; reference .brand img: width 150, height auto
   (sfc-logo.png is 408×300 → 110px tall), centered in the 88px navbar so it
   overflows the row by 11px top and bottom, exactly like the reference. */
.index-v2 .nav-box.white .logo,
.index-v2 .nav-box.fixed .logo {
    width: 150px;
    height: 110px;
    margin-top: -11px;
    background: url(/app/img/en/sfc-logo.png) left center / 100% 100% no-repeat;
}

/* nav links — reference .nav-menu: gap 25px between items, font 600 15px,
   links padded 31px 0 27px inside the 88px navbar (line box 30px).
   main.css gives every li padding 0 25px (=50px between texts) → halved to
   12.5px per side so adjacent texts sit 25px apart, matching the reference. */
.index-v2 .nav-box .nav-el > li {
    height: 88px;
    padding: 31px 12.5px 27px;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    box-sizing: border-box;
}

.index-v2 .nav-box.white a,
.index-v2 .nav-box.fixed a {
    color: #fff !important;
}

/* active/hover underline — reference .nav-menu > a::after: 2px orange bar at
   bottom 21px spanning the link text (li padding-box minus side padding). */
.index-v2 .nav-box.white .nav-el > li:before,
.index-v2 .nav-box.fixed .nav-el > li:before {
    bottom: 21px;
    background: var(--orange);
}

.index-v2 .nav-box.white .nav-el > li.current:before,
.index-v2 .nav-box.fixed .nav-el > li.current:before,
.index-v2 .nav-box.white .nav-el > li:not(.has-more):not(.page-button):hover:before,
.index-v2 .nav-box.fixed .nav-el > li:not(.has-more):not(.page-button):hover:before {
    left: 12.5px;
    right: 12.5px;
    width: auto;
    margin: 0;
}

/* Services caret — small orange chevron like the reference <span>⌄</span> */
.index-v2 .nav-box.white li.has-more:after,
.index-v2 .nav-box.fixed li.has-more:after {
    width: 10px;
    height: 7px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M1 1.5 5 5.5 9 1.5' fill='none' stroke='%23f5651b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 10px 7px;
    transform: none;
}

/* Services dropdown — reference .dropdown-menu: 250px white card, top 70px,
   left -18px from the button text (= -6px from our li box), padding 10px.
   Beats nav-box.tpl's inline .more-list{width:500px!important} by specificity. */
.index-v2 .nav-box .nav-el > li ul {
    top: 70px;
    left: -6px;
    border: 1px solid var(--line) !important;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(31, 42, 68, .10);
}

.index-v2 .more-list {
    width: 250px !important;
    padding: 10px !important;
    border-radius: 12px !important;
}

.index-v2 .more-list li {
    width: 100%;
}

.index-v2 .nav-box.white .nav-el > li ul li,
.index-v2 .nav-box.fixed .nav-el > li ul li {
    line-height: 1.4;
    text-align: left;
    background: #fff;
}

.index-v2 .nav-box.white .nav-el > li ul li a,
.index-v2 .nav-box.fixed .nav-el > li ul li a {
    display: block;
    padding: 9px 12px;
    color: var(--ink) !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
}

.index-v2 .nav-box.white .nav-el > li ul li:hover,
.index-v2 .nav-box.fixed .nav-el > li ul li:hover {
    background: #fff;
}

.index-v2 .more-list li:hover {
    background: var(--orange-soft) !important;
}

/* Get a Quote button — reference .btn-small: 44px tall, padding-inline 22px,
   separated from the last menu item by the navbar's 30px gap (12.5px of that
   comes from the li's own right padding → 17.5px margin here), vertically
   centered in the 88px navbar. Selector needs li.page-button to beat
   main.css `* .nav-box .nav-el>li:last-child{margin-left:10px}`. */
.index-v2 .nav-box .nav-el > li.page-button {
    width: auto;
    height: 44px;
    line-height: 44px;
    margin: 22px 0 0 17.5px;
    padding: 0 !important;
    background: var(--orange);
    border-radius: 9px;
    box-shadow: 0 10px 24px rgba(245, 101, 27, .22);
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: .25s;
}

.index-v2 .nav-box .nav-el > li.page-button:hover {
    background: var(--orange-dark);
}

.index-v2 .nav-box .page-button a {
    display: block;
    padding: 0 22px;
    line-height: 44px!important;
    color: #fff !important;
    font: 700 12px Inter, Roboto, sans-serif;
}

/* mobile fixed bar: light polish only (icons stay the existing images) */
.index-v2 .s-top-bar {
    box-shadow: 0 2px 14px rgba(2, 8, 23, .14);
}

/* ---------------------------------------------------------------- hero -- */
.index-v2 .header.index-header {
    height: auto;
    background: var(--navy) !important;
    color: #fff;
    overflow: visible;
}

.index-v2 .hero {
    position: relative;
    min-height: 900px;
    /* reference: padding 190px 0 108px (134px fixed header + 56px air) */
    padding: 190px 0 108px;
    color: #fff;
    background: var(--navy);
    overflow: hidden;
}

.index-v2 .hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: 145px;
    border-radius: 50%;
    background: rgba(245, 101, 27, .10);
    filter: blur(1px);
}

.index-v2 .hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: 30px;
    border: 35px solid rgba(245, 101, 27, .08);
    border-radius: 50%;
}

.index-v2 .hero-bg {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 11, 27, .94) 0%, rgba(3, 11, 27, .82) 46%, rgba(3, 11, 27, .34) 76%, rgba(3, 11, 27, .18) 100%), url(/app/img/en/warehouse-fulfillment-banner-v2.webp) center / cover no-repeat;
}

.index-v2 .hero-grid {
    position: absolute;
    inset: 0;
    opacity: .38;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(90deg, #000, transparent 70%);
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.index-v2 .hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 70px;
    align-items: center;
}

.index-v2 .hero-copy {
    max-width: 660px;
    color: #fff;
    text-shadow: 0 3px 24px rgba(0, 0, 0, .25);
}

.index-v2 .eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .15em;
    font: 700 11px Inter, Roboto, sans-serif;
}

.index-v2 .eyebrow span {
    width: 32px;
    height: 2px;
    background: var(--orange);
}

.index-v2 .eyebrow.dark {
    color: var(--orange);
}

.index-v2 .hero h1 {
    max-width: 660px;
    margin: 18px 0 24px;
    font-size: clamp(48px, 5vw, 68px);
    font-weight: 700;
}

.index-v2 .hero-points {
    max-width: 625px;
    margin: 0 0 28px;
    padding: 0;
    color: #d1d9e5;
    list-style: none;
}

.index-v2 .hero-points li {
    position: relative;
    padding: 0 0 12px 22px;
    font-size: 16px;
    /* reference inherits body line-height 1.72 (bootstrap body would give 1.42857) */
    line-height: 1.72;
}

.index-v2 .hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border: 2px solid var(--orange);
    border-radius: 50%;
}

.index-v2 .hero-points b {
    color: #fff;
}

.index-v2 .hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.index-v2 .hero-visual {
    position: relative;
    padding: 0 0 94px;
}

.index-v2 .hero-image {
    display: block;
    height: 480px;
    background: url(/app/img/en/warehouse-fulfillment-banner-v2.webp) center / cover;
    border: 7px solid rgba(255, 255, 255, .9);
    border-radius: 24px 5px 24px 5px;
    box-shadow: 0 26px 65px rgba(0, 0, 0, .26);
}

.index-v2 .hero-image::after {
    content: "";
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent 60%, rgba(9, 23, 45, .35));
}

.index-v2 .hero-badge {
    position: absolute;
    top: 28px;
    right: -28px;
    width: 128px;
    height: 128px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: var(--orange);
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(40, 35, 28, .15);
    box-sizing: border-box;
}

.index-v2 .hero-badge strong {
    font: 800 34px Inter, Roboto, sans-serif;
    line-height: 1;
}

.index-v2 .hero-badge span {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.35;
}

/* Track-your-order card — original form2 POST kept (note 3) */
.index-v2 .tracking-card {
    position: absolute;
    left: -44px;
    right: 20px;
    bottom: 22px;
    padding: 19px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: end;
    color: var(--ink);
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(10, 23, 48, .07);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(31, 42, 68, .15);
}

.index-v2 .tracking-card > div > span {
    color: var(--orange);
    letter-spacing: .12em;
    font: 700 9px Inter, Roboto, sans-serif;
}

.index-v2 .tracking-card h2 {
    margin: 3px 0 0;
    font-size: 20px;
    color: var(--ink);
    text-align: left;
    line-height: 1.2;
}

.index-v2 .tracking-form {
    display: flex;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.index-v2 .tracking-form input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    color: var(--ink);
    background: #fff;
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    box-sizing: border-box;
}

.index-v2 .tracking-form button {
    width: 68px;
    flex: 0 0 68px;
    color: #fff;
    background: var(--orange);
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .04em;
    font: 700 10px Inter, Roboto, sans-serif;
    transition: .25s;
}

.index-v2 .tracking-form button:hover {
    background: var(--orange-dark);
}

/* stat counters strip */
.index-v2 .stat-strip {
    position: relative;
    z-index: 3;
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.index-v2 .stat-strip div {
    position: relative;
    min-height: 92px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(10, 27, 52, .94), rgba(6, 18, 38, .82));
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
    backdrop-filter: blur(12px);
    box-sizing: border-box;
}

.index-v2 .stat-strip div::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--orange);
    opacity: .9;
}

.index-v2 .stat-strip strong {
    color: var(--orange);
    font: 800 30px Inter, Roboto, sans-serif;
    line-height: 1;
    letter-spacing: -.03em;
}

.index-v2 .stat-strip span {
    color: #c3ccda;
    text-transform: uppercase;
    letter-spacing: .07em;
    font: 600 11px/1.45 Inter, Roboto, sans-serif;
}

/* ------------------------------------------------------ feature ribbon -- */
.index-v2 .feature-ribbon {
    position: relative;
    z-index: 4;
    margin-top: -44px;
    padding-bottom: 22px;
}

.index-v2 .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.index-v2 .feature-grid article {
    min-height: 190px;
    padding: 25px 22px;
    display: flex;
    gap: 15px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(31, 42, 68, .07);
    transition: .25s;
    box-sizing: border-box;
}

.index-v2 .feature-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 101, 27, .35);
    box-shadow: 0 20px 40px rgba(31, 42, 68, .11);
}

.index-v2 .feature-icon {
    flex: 0 0 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--orange);
    background: var(--orange-soft);
    border-radius: 10px;
    font-size: 20px;
}

.index-v2 .feature-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.index-v2 .feature-grid span {
    color: #a2a8b2;
    letter-spacing: .12em;
    font: 700 10px Inter, Roboto, sans-serif;
}

.index-v2 .feature-grid h3 {
    margin: 4px 0 11px;
    font-size: 17px;
}

.index-v2 .feature-list {
    margin: 0;
    padding: 0;
    color: var(--muted);
    list-style: none;
    font-size: 14px;
    line-height: 1.78;
}

.index-v2 .feature-list li {
    position: relative;
    padding-left: 13px;
}

.index-v2 .feature-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--orange);
    font-weight: 700;
}

/* --------------------------------------------------- shared section css -- */
.index-v2 .section {
    padding: 104px 0;
}

.index-v2 .two-col {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 82px;
    align-items: center;
}

.index-v2 .media-frame {
    position: relative;
    padding: 0 24px 24px 0;
}

.index-v2 .media-frame::before {
    content: "";
    position: absolute;
    inset: 30px 0 0 30px;
    background: var(--orange-soft);
    border-radius: 22px 6px 22px 6px;
}

.index-v2 .media-frame img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 22px 6px 22px 6px;
    box-shadow: var(--shadow);
}

.index-v2 .media-frame video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #071328;
    border-radius: 22px 6px 22px 6px;
    box-shadow: var(--shadow);
}

.index-v2 .corner-label {
    position: absolute;
    left: 20px;
    bottom: 0;
    padding: 12px 20px;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
    letter-spacing: .12em;
    font: 700 10px Inter, Roboto, sans-serif;
}

.index-v2 .section-copy h2,
.index-v2 .section-head h2,
.index-v2 .center-head h2 {
    margin: 14px 0 22px;
    font-size: clamp(34px, 4vw, 51px);
}

.index-v2 .section-copy h3 {
    margin: 0 0 17px;
    color: var(--orange);
    font-size: 19px;
}

.index-v2 .section-copy p,
.index-v2 .section-head > p,
.index-v2 .center-head > p {
    margin: 0 0 15px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.72;
}

/* ------------------------------------------------------------ services -- */
.index-v2 .services-section {
    color: var(--ink);
    background: var(--warm);
}

.index-v2 .section-head {
    margin-bottom: 44px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}

.index-v2 .section-head > div {
    max-width: 730px;
}

.index-v2 .section-head > p {
    max-width: 370px;
}

.index-v2 .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.index-v2 .service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e5;
    border-radius: 15px;
    transition: .3s;
}

.index-v2 .service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.index-v2 .service-card img {
    display: block;
    width: 100%;
    height: 218px;
    object-fit: cover;
    background: #f1f3f4;
}

.index-v2 .service-body {
    position: relative;
    flex: 1;
    padding: 25px 26px 27px;
    display: flex;
    flex-direction: column;
}

.index-v2 .service-body .num {
    position: absolute;
    top: 22px;
    right: 22px;
    color: #e5e7eb;
    font: 800 26px Inter, Roboto, sans-serif;
}

.index-v2 .service-body h3 {
    margin: 0 48px 13px 0;
    font-size: 20px;
}

.index-v2 .service-body p {
    flex: 1;
    margin: 0 0 19px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.index-v2 .service-body a {
    color: var(--orange);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font: 700 11px Inter, Roboto, sans-serif;
}

.index-v2 .service-body a b {
    margin-left: 6px;
    font-size: 16px;
}

/* ------------------------------------------------------------- process -- */
.index-v2 .center-head {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.index-v2 .center-head .eyebrow {
    justify-content: center;
}

.index-v2 .process-section {
    color: #fff;
    background: var(--navy);
}

.index-v2 .process-section h2,
.index-v2 .process-section h3 {
    color: #fff;
}

.index-v2 .process-section .center-head p {
    color: #b8c2d0;
}

.index-v2 .process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.index-v2 .process-line::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 16%;
    right: 16%;
    height: 1px;
    background: rgba(255, 255, 255, .17);
}

.index-v2 .process-line article {
    position: relative;
    padding: 0 42px;
    text-align: center;
}

.index-v2 .process-icon {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: auto;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--orange);
    border: 7px solid var(--navy);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(245, 101, 27, .55), 0 10px 25px rgba(245, 101, 27, .16);
    font: 800 16px Inter, Roboto, sans-serif;
    box-sizing: border-box;
}

.index-v2 .process-line h3 {
    margin: 20px 0 8px;
    font-size: 17px;
}

.index-v2 .process-line p {
    margin: 0;
    color: #aeb9c8;
    font-size: 15px;
    line-height: 1.72;
}

.index-v2 .process-cta {
    margin-top: 50px;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
}

.index-v2 .process-cta strong {
    font: 600 19px Inter, Roboto, sans-serif;
}

/* ------------------------------------------------------------- reasons -- */
.index-v2 .reasons-section {
    padding-bottom: 95px;
    color: var(--ink);
    background: #fff;
}

.index-v2 .reason-hero {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 66px;
    align-items: center;
    margin-bottom: 58px;
}

.index-v2 .reason-hero h2 {
    margin: 16px 0 21px;
    font-size: clamp(37px, 4.3vw, 54px);
}

.index-v2 .reason-hero p {
    margin-bottom: 26px;
    color: var(--muted);
}

.index-v2 .reason-hero img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 24px 7px 24px 7px;
    box-shadow: var(--shadow);
}

.index-v2 .reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.index-v2 .reason-grid article {
    position: relative;
    min-height: 245px;
    padding: 27px 24px 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(31, 42, 68, .05);
    transition: .3s ease;
    box-sizing: border-box;
}

.index-v2 .reason-grid article::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--orange), rgba(245, 101, 27, .12));
    transform: scaleX(.35);
    transform-origin: left;
    transition: transform .3s ease;
}

.index-v2 .reason-grid article:hover {
    transform: translateY(-6px);
    border-color: var(--orange);
    box-shadow: 0 0 0 2px rgba(245, 101, 27, .12), 0 20px 42px rgba(31, 42, 68, .12), inset 0 0 0 1px rgba(245, 101, 27, .18);
}

.index-v2 .reason-grid article:hover::before {
    transform: scaleX(1);
}

.index-v2 .reason-number {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--orange);
    background: var(--orange-soft);
    border: 1px solid rgba(245, 101, 27, .22);
    border-radius: 50%;
    font: 800 11px Inter, Roboto, sans-serif;
    box-sizing: border-box;
}

.index-v2 .reason-grid h3 {
    margin: 20px 0 10px;
    font-size: 17px;
}

.index-v2 .reason-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.72;
}

/* --------------------------------------------------------- testimonials -- */
.index-v2 .testimonials-section {
    background: #f5f7fa;
}

.index-v2 .testimonial-carousel {
    position: relative;
}

.index-v2 .testimonial-viewport {
    overflow: hidden;
}

.index-v2 .testimonial-track {
    display: flex;
    gap: 22px;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.index-v2 .testimonial-card {
    position: relative;
    flex: 0 0 calc((100% - 44px) / 3);
    min-height: 365px;
    padding: 34px 32px 30px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e7eaf0;
    box-shadow: 0 18px 42px rgba(27, 39, 64, .07);
    box-sizing: border-box;
}

.index-v2 .tp-stars {
    width: fit-content;
    padding: 5px 8px;
    color: #fff;
    background: #00b67a;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1;
}

.index-v2 .quote-mark {
    position: absolute;
    top: 22px;
    right: 28px;
    color: var(--orange);
    opacity: .16;
    font: 800 76px Georgia, serif;
    line-height: 1;
}

.index-v2 .testimonial-card h3 {
    margin: 28px 0 14px;
    font-size: 22px;
}

.index-v2 .testimonial-card > p {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.index-v2 .reviewer {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 13px;
}

.index-v2 .reviewer > span {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--orange);
    border-radius: 50%;
    font: 800 14px Inter, Roboto, sans-serif;
}

.index-v2 .reviewer strong,
.index-v2 .reviewer small {
    display: block;
}

.index-v2 .reviewer strong {
    font: 700 15px Inter, Roboto, sans-serif;
}

.index-v2 .reviewer small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.index-v2 .testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.index-v2 .testimonial-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.index-v2 .testimonial-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    background: #cbd3df;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
}

.index-v2 .testimonial-dot.is-active {
    width: 22px;
    background: var(--orange);
    border-radius: 999px;
}

/* -------------------------------------------------------- destinations -- */
.index-v2 .destinations-section {
    background: var(--warm);
}

.index-v2 .route-intro {
    margin-bottom: 45px;
    padding: 0 0 34px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 70px;
    border-bottom: 1px solid #dddeda;
}

.index-v2 .route-intro > div:first-child {
    max-width: 770px;
}

.index-v2 .route-intro h2 {
    margin: 14px 0 16px;
    font-size: clamp(38px, 4vw, 54px);
}

.index-v2 .route-intro p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.72;
}

.index-v2 .route-stat {
    min-width: 235px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.index-v2 .route-stat strong {
    color: var(--orange);
    font: 800 48px Inter, Roboto, sans-serif;
    line-height: 1;
}

.index-v2 .route-stat span {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11px;
    line-height: 1.55;
}

.index-v2 .destination-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.index-v2 .route-card {
    position: relative;
    min-height: 250px;
    padding: 28px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, rgba(5, 17, 38, .92), rgba(5, 17, 38, .52)), var(--route-bg) center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(12, 24, 44, .12);
    transition: .25s;
    box-sizing: border-box;
}

.index-v2 .route-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 101, 27, .38);
    box-shadow: 0 18px 40px rgba(31, 42, 68, .09);
}

.index-v2 .route-number {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #fff;
    opacity: .38;
    font: 800 46px Inter, Roboto, sans-serif;
    line-height: 1;
}

.index-v2 .route-card-head {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.index-v2 .route-card-head h3 {
    margin: 0 0 6px;
    font-size: 22px;
    color: #fff;
}

.index-v2 .route-card-head p {
    margin: 0;
    color: #d4dce7;
    font-size: 15px;
    line-height: 1.72;
}

.index-v2 .route-links {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 20px;
}

.index-v2 .route-links a {
    padding: 7px 12px;
    color: #fff !important;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    backdrop-filter: blur(7px);
    text-decoration: none;
    font: 600 12px Inter, Roboto, sans-serif;
    transition: .2s;
}

.index-v2 .route-links a:hover {
    color: var(--ink) !important;
    background: #fff;
    border-color: #fff;
}

/* ------------------------------------------------------------ partners -- */
.index-v2 .partners-section {
    padding: 90px 0 105px;
    overflow: hidden;
    background: #fff;
}

.index-v2 .partner-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.index-v2 .partner-marquee::before,
.index-v2 .partner-marquee::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
}

.index-v2 .partner-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
}

.index-v2 .partner-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent);
}

.index-v2 .partner-track {
    width: max-content;
    display: flex;
    animation: partnerScroll 34s linear infinite;
}

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

.index-v2 .partner-logo {
    flex: 0 0 190px;
    height: 112px;
    padding: 20px 28px;
    display: grid;
    place-items: center;
    background: #fff;
    border-right: 1px solid var(--line);
    box-sizing: border-box;
}

.index-v2 .partner-logo img {
    display: block;
    width: auto;
    max-width: 128px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    opacity: 1;
    filter: none;
    transition: .25s;
}

.index-v2 .partner-logo:hover img {
    transform: scale(1.05);
}

.index-v2 .partner-logo img[alt="WooCommerce logo"],
.index-v2 .partner-logo img[alt="AliExpress logo"] {
    transform: scale(1.85);
}

.index-v2 .partner-logo img[alt="Indiegogo logo"] {
    max-width: 150px;
    max-height: 62px;
    transform: scale(1.12);
}

.index-v2 .partner-logo img[alt="Walmart logo"] {
    transform: scale(1.75);
}

.index-v2 .partner-logo:hover img[alt="WooCommerce logo"],
.index-v2 .partner-logo:hover img[alt="AliExpress logo"] {
    transform: scale(1.95);
}

.index-v2 .partner-logo:hover img[alt="Indiegogo logo"] {
    transform: scale(1.18);
}

.index-v2 .partner-logo:hover img[alt="Walmart logo"] {
    transform: scale(1.85);
}

@keyframes partnerScroll {
    to {
        transform: translateX(-50%);
    }
}

/* --------------------------------------- main7.tpl → quote-section look -- */
/* main7.tpl markup/scripts untouched; the AJAX quote flow keeps working. */
.index-v2 .main-7 {
    height: auto;
    padding: 105px 0;
    overflow: visible;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(108deg, rgba(9, 23, 48, .97), rgba(9, 23, 48, .85)), url(/app/img/en/home-quote-background.webp) center / cover no-repeat !important;
}

/* reference .quote-grid: two columns .82fr / 1.18fr, 70px gutter */
.index-v2 .main-7c {
    width: min(1180px, calc(100% - 48px));
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 70px;
    align-items: start;
}

.index-v2 .main7_left {
    width: auto;
    float: none;
    height: auto;
    padding: 0;
    background: none;
    color: #fff;
    box-sizing: border-box;
}

/* reference .quote-copy h2: clamp(38px, 4.3vw, 54px), margin 16px 0 25px;
   the tpl's orange <span>s must not shrink (main.css forces 26px on them). */
.index-v2 .main-7 .main7_left .main7_01 {
    margin: 16px 0 25px;
    color: #fff;
    font: 700 clamp(38px, 4.3vw, 54px)/1.13 Inter, Roboto, sans-serif;
    letter-spacing: -.035em;
    text-align: left;
}

.index-v2 .main-7 .main7_01 span {
    /* the tpl spans carry inline color:#ff8100 + main.css forces 26px —
       reference paints the whole phrase in --orange at the h2 size */
    color: var(--orange) !important;
    font-size: inherit;
    line-height: inherit;
}

.index-v2 .main-7 .main7_left p {
    display: block;
}

/* reference .quote-copy p: 17px/1.72 body text, 12px bottom margin, no
   check-mark icons (they only exist in the legacy shared markup). */
.index-v2 .main-7 .main7_02 {
    margin: 0 0 12px;
    padding: 0;
    color: #bdc6d3;
    font-size: 17px;
    line-height: 1.72;
}

.index-v2 .main-7 .main7_02 img {
    display: none;
}

/* "FAST RESPONSE / Within one business day" rail — reference .quote-contact,
   injected into .main7_left by index-v2.js (homepage only). */
.index-v2 .main-7 .quote-contact {
    margin-top: 35px;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    border-left: 3px solid var(--orange);
}

.index-v2 .main-7 .quote-contact span {
    color: var(--orange);
    letter-spacing: .14em;
    font: 700 9px Inter, Roboto, sans-serif;
}

.index-v2 .main-7 .quote-contact strong {
    color: #fff;
    font: 600 17px Inter, Roboto, sans-serif;
}

.index-v2 .main7_right {
    flex: 1;
    width: auto;
    float: none;
}

.index-v2 .main7_right form {
    position: relative;
    padding: 32px;
    color: var(--ink);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .18);
}

/* field labels — <h4 class="m7-label"> injected above every field by
   index-v2.js; reference .quote-form label: block, 600 14px, input 8px below */
.index-v2 .main-7 h4,
.index-v2 .main-7 h4.m7-label {
    display: block;
    margin: 0 0 8px;
    color: var(--ink);
    font: 600 14px Inter, Roboto, sans-serif;
}

/* reference .form-row: two equal columns with a 17px gutter (the legacy
   49% + 2% split becomes calc(50% - 8.5px) + 17px) and 16px between rows */
.index-v2 .main-7 li {
    width: calc(50% - 8.5px);
    margin: 0 17px 16px 0;
}

.index-v2 .main-7 li:nth-child(2n) {
    margin-right: 0;
}

/* full-width rows: service select, product description, captcha */
.index-v2 .main-7 li.formtext,
.index-v2 .main-7 li.formcode,
.index-v2 .main-7 li.customer-type {
    width: 100%;
    margin-right: 0;
}

.index-v2 .main-7 li select {
    width: 100%;
}

.index-v2 .main-7 input[type="text"],
.index-v2 .main-7 input[type="email"],
.index-v2 .main-7 input[type="tel"],
.index-v2 .main-7 input[type="number"],
.index-v2 .main-7 input.form-control,
.index-v2 .main-7 select,
.index-v2 .main-7 textarea {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 12px 14px;
    color: var(--ink);
    background: #fafafa;
    border: 1px solid var(--line);
    border-radius: 7px;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    box-sizing: border-box;
}

.index-v2 .main-7 textarea {
    height: 110px;
    resize: vertical;
}

.index-v2 .main-7 input[type="text"]:focus,
.index-v2 .main-7 input[type="email"]:focus,
.index-v2 .main-7 input[type="tel"]:focus,
.index-v2 .main-7 input.form-control:focus,
.index-v2 .main-7 select:focus,
.index-v2 .main-7 textarea:focus {
    background: #fff;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(245, 101, 27, .08);
}

.index-v2 .main-7 li .code-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.index-v2 .main-7 li .code-box input.form-control {
    flex: 1;
    width: auto;
    margin-right: 0;
}

.index-v2 .main-7 li .code-box a {
    flex: 0 0 134px;
    width: 134px;
    height: 50px;
    margin: 0;
    border-radius: 7px;
    overflow: hidden;
}

.index-v2 .main-7 li .code-box a img {
    width: 100%;
    height: 100%;
}

/* Required asterisks: the redesign shows clean fields (validation messages
   still surface via .error-text), so the legacy "*" spans — which otherwise
   wrap onto a line of their own and stretch every row to 73px — are dropped. */
.index-v2 .main-7 li > span,
.index-v2 .main-7 li .code-box > span {
    display: none;
}

/* Row 4: the old layout reserved an empty spacer li between the country
   combobox and the phone input (40% / 15% / 45%). With the spacer gone both
   fields share the row like every other pair (49% + 2% gutter + 49%). */
.index-v2 .main-7 li.block {
    display: none;
}

.index-v2 .main-7 li.country-list {
    width: calc(50% - 8.5px);
}

/* 9th <li> (odd → 17px gutter by the base rule) but sits in the right
   column next to .country-list, so drop the gutter. */
.index-v2 .main-7 li.phone {
    width: calc(50% - 8.5px);
    margin-right: 0;
}

.index-v2 .main-7 li .add-destinations {
    width: 100%;
    height: 50px;
    margin-left: 0;
    padding: 6px 40px 6px 14px;
    color: var(--muted);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23687386' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") no-repeat 98% center #fafafa;
    background-size: 14px 14px;
    border: 1px solid var(--line);
    border-radius: 7px;
    font-size: 15px;
    line-height: 36px;
    box-sizing: border-box;
}

/* main.css draws a "▼" here via ::after; the plus glyph in the background
   above is the only affordance the redesign wants. */
.index-v2 .add-destinations::after {
    content: none;
}

.index-v2 .main-7 li .add-destinations-list {
    top: 56px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(31, 42, 68, .18);
}

.index-v2 .main-7 li .add-destinations-list:before {
    border-color: transparent transparent #fff #fff;
}

/* reference .form-submit: note left, button right, space-between */
.index-v2 .main-7 .button-demo {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

/* "By submitting…" note injected by index-v2.js — reference .form-submit p */
.index-v2 .main-7 .button-demo .form-note {
    max-width: 260px;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.index-v2 .main-7 .button-demo .ladda-button,
.index-v2 .main-7 .button-demo button {
    min-height: 50px;
    padding: 0 32px !important;
    color: #fff !important;
    background: var(--orange) !important;
    border: 0 !important;
    border-radius: 9px !important;
    box-shadow: 0 10px 24px rgba(245, 101, 27, .22);
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: .25s;
}

.index-v2 .main-7 .button-demo .ladda-button:hover,
.index-v2 .main-7 .button-demo button:hover {
    background: var(--orange-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(245, 101, 27, .28);
}

.index-v2 .main-7 .button-demo .ladda-label {
    color: #fff !important;
    font: 700 13px Inter, Roboto, sans-serif;
}

.index-v2 .s_main7_title {
    display: none;
}

/* Country&Region autocomplete widget (jquery-ui combobox built by
   _autocomplete.js). The wrapper gets an inline pixel width at init and
   the input an inline width:95% !important — both neutralized here so the
   widget matches the other 50px form fields. Homepage-scoped only. */
.index-v2 .main-7 .custom-combobox {
    display: block;
    position: relative;
    width: 100% !important;
}

.index-v2 .main-7 .custom-combobox-input {
    width: 100% !important;
    height: 50px;
    margin: 0;
    padding: 12px 48px 12px 14px;
    color: var(--ink);
    background: #fafafa;
    border: 1px solid var(--line);
    border-radius: 7px;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    font-family: Roboto, Arial, sans-serif;
    box-sizing: border-box;
}

.index-v2 .main-7 .custom-combobox-input:focus {
    background: #fff;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(245, 101, 27, .08);
}

.index-v2 .main-7 .custom-combobox a.ui-corner-right,
.index-v2 .main-7 .custom-combobox .custom-combobox-toggle {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: auto;
    left: auto;
    width: 42px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: transparent;
    background-image: none;
    border: 0;
    border-radius: 0 7px 7px 0;
}

/* ------------------------------------------- footer.tpl → dark footer -- */
/* footer.tpl markup is shared; brand column is added there hidden-by-default
   and only displayed here on the homepage. */
.index-v2 .footer {
    position: relative;
    display: block;
    padding: 88px 0 0;
    color: #b3bdca;
    background: #030a18;
    font-size: 14px;
    overflow: hidden;
    clear: both;
}

.index-v2 .footer::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: -190px;
    border: 1px solid rgba(245, 101, 27, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(245, 101, 27, .025), 0 0 0 110px rgba(245, 101, 27, .018);
}

.index-v2 .footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--orange);
}

.index-v2 .footer .content-box {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
}

.index-v2 .footer .footer-nav {
    display: flex;
    gap: 36px;
    margin: 0;
    padding: 0 0 64px;
    list-style: none;
}

.index-v2 .footer .footer-nav > div {
    display: none;
}

.index-v2 .footer .footer-nav > li {
    float: none;
    flex: 1;
    width: auto;
    color: #b3bdca;
}

.index-v2 .footer .footer-nav > li.footer-brand-col {
    display: block !important;
    flex: 1.55;
}

.index-v2 .footer .footer-brand-col .footer-brand-logo {
    display: block;
    width: 160px;
    height: auto;
    margin-bottom: 18px;
    background: transparent;
}

.index-v2 .footer .footer-brand-col p {
    max-width: 350px;
    margin: 0;
    color: #b3bdca;
    font-size: 14px;
    line-height: 1.75;
}

.index-v2 .footer h4 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font: 600 16px Inter, Roboto, sans-serif;
}

.index-v2 .footer h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--orange);
}

.index-v2 .footer .footer-nav p {
    margin: 0 0 9px;
}

.index-v2 .footer .footer-nav li a {
    color: #b3bdca;
    font-size: 14px;
    line-height: 1.72;
    text-decoration: none;
    transition: .2s;
}

.index-v2 .footer .footer-nav li a:hover {
    color: var(--orange);
}

/* reference .footer-social: 38px transparent circles with a hairline border
   and an 18px white glyph — the legacy 300×200 PNGs (facebook/youtube/titok
   -icon.png) get stretched by the old 38×38 box, so the homepage swaps in the
   new SVGs (added hidden-by-default next to each PNG in footer.tpl). */
.index-v2 .footer .social-logo-main {
    position: static;
    display: flex;
    gap: 8px;
    margin: 18px 0 0;
}

.index-v2 .footer .social-logo {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    transition: .25s;
}

/* hide the legacy PNG; show the SVG — footer.tpl keeps the SVG hidden with an
   inline display:none (so other pages are untouched), hence the !important */
.index-v2 .footer .social-logo img {
    display: none;
}

.index-v2 .footer .social-logo img.social-svg {
    display: block !important;
    float: none;
    width: 18px;
    height: 18px;
    margin: auto;
    background: transparent;
    border-radius: 0;
    object-fit: contain;
}

.index-v2 .footer .social-logo:hover {
    background: rgba(245, 101, 27, .16);
    border-color: var(--orange);
    transform: translateY(-2px);
}

.index-v2 .footer .btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 0;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.index-v2 .footer .btm .left {
    float: none;
    width: auto;
    max-width: 52%;
    color: #8d99aa;
    font-size: 13px;
    line-height: 1.7;
}

.index-v2 .footer .btm .left p {
    margin: 0;
}

.index-v2 .footer .btm .left img {
    display: inline-block;
    width: 16px;
    height: auto;
    vertical-align: -3px;
    filter: brightness(0) invert(.75);
}

.index-v2 .footer .btm .right {
    float: none;
    width: auto;
}

.index-v2 .footer .btm .right .sreach-box {
    display: flex;
    align-items: center;
    gap: 14px;
    line-height: normal;
    color: #8d99aa;
    font-size: 13px;
    white-space: nowrap;
}

.index-v2 .footer .btm .right .input-box {
    display: flex;
    width: auto;
    margin: 0;
}

.index-v2 .footer .btm .right input[name="tracknumbers"] {
    width: 250px;
    height: 44px;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 4px 0 0 4px;
    outline: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.index-v2 .footer .btm .right input[name="tracknumbers"]::placeholder {
    color: #8d99aa;
}

.index-v2 .footer .btm .right .input-box img {
    position: static;
    width: 74px;
    height: 44px;
    margin: 0;
    object-fit: none;
    object-position: center;
    background: var(--orange);
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: .25s;
}

.index-v2 .footer .btm .right .input-box img:hover {
    background: var(--orange-dark);
}

.index-v2 .bottom-bar {
    background: #020610;
    border-top: 1px solid rgba(255, 255, 255, .06);
    color: #8d99aa;
    font-size: 13px;
    line-height: 44px;
    text-align: center;
}

.index-v2 .bottom-bar a {
    color: #8d99aa !important;
    text-decoration: none;
}

.index-v2 .bottom-bar a:hover {
    color: var(--orange) !important;
}

/* --------------------------------------- go-top (functionality kept) -- */
/* index.js still toggles .fixed on scroll; only the look changes. */
.index-v2 .go-top {
    width: 43px;
    height: 43px;
    background: var(--orange);
    background-image: none;
    border: 0;
    border-radius: 9px;
    box-shadow: 0 10px 24px rgba(245, 101, 27, .35);
    transition: background .25s ease;
}

.index-v2 .go-top:hover {
    background: var(--orange-dark);
}

.index-v2 .go-top::after {
    content: "\2191";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.index-v2 .go-top img {
    display: none;
}

/* ------------------------------------------------------ reveal motions -- */
.index-v2 .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: .65s ease;
}

.index-v2 .reveal.visible {
    opacity: 1;
    transform: none;
}

.index-v2 .feature-grid article:nth-child(2),
.index-v2 .process-line article:nth-child(2),
.index-v2 .reason-grid article:nth-child(2),
.index-v2 .service-card:nth-child(2) {
    transition-delay: .08s;
}

.index-v2 .feature-grid article:nth-child(3),
.index-v2 .process-line article:nth-child(3),
.index-v2 .reason-grid article:nth-child(3),
.index-v2 .service-card:nth-child(3) {
    transition-delay: .16s;
}

.index-v2 .feature-grid article:nth-child(4),
.index-v2 .reason-grid article:nth-child(4),
.index-v2 .service-card:nth-child(4) {
    transition-delay: .24s;
}

.index-v2 .reason-grid article:nth-child(5),
.index-v2 .service-card:nth-child(5) {
    transition-delay: .32s;
}

.index-v2 .reason-grid article:nth-child(6),
.index-v2 .service-card:nth-child(6) {
    transition-delay: .4s;
}

/* ------------------------------------------------------------ media ---- */
@media (max-width: 1200px) {
    /* main7: counter main.css rem-based mobile rules with px values */
    .index-v2 .main-7 {
        height: auto;
        padding: 64px 0;
        font-size: 14px;
    }

    .index-v2 .main-7c {
        display: block;
        width: min(700px, calc(100% - 32px));
    }

    .index-v2 .main7_left {
        width: 100%;
        height: auto;
        padding: 0 0 30px;
        background: none;
        color: #fff;
    }

    .index-v2 .main-7 .main7_left .main7_01 {
        font-size: 30px;
        text-align: left;
    }

    .index-v2 .main7_right {
        width: 100%;
        float: none;
    }

    .index-v2 .main-7 li.country-list,
    .index-v2 .main-7 li.phone {
        /* beats the !important widths in main7.tpl's inline <style> */
        width: 100% !important;
        margin-right: 0;
    }

    /* main7.tpl's inline <style> turns this li into a flex row ≤1199px —
       with the injected label it must stay a normal block */
    .index-v2 .main-7 li.customer-type {
        display: block;
    }

    .index-v2 .footer .content-box {
        width: min(1180px, calc(100% - 48px));
    }
}

@media (max-width: 1080px) {
    .index-v2 .hero-content {
        gap: 40px;
    }

    /* reference @1080: .nav-menu gap shrinks 25px → 14px */
    .index-v2 .nav-box .nav-el > li {
        padding-left: 7px;
        padding-right: 7px;
    }

    .index-v2 .nav-box.white .nav-el > li.current:before,
    .index-v2 .nav-box.fixed .nav-el > li.current:before,
    .index-v2 .nav-box.white .nav-el > li:not(.has-more):not(.page-button):hover:before,
    .index-v2 .nav-box.fixed .nav-el > li:not(.has-more):not(.page-button):hover:before {
        left: 7px;
        right: 7px;
    }

    .index-v2 .nav-box .nav-el > li.page-button {
        margin-left: 16px;
    }

    .index-v2 .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-v2 .reason-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-v2 .testimonial-card {
        flex-basis: calc((100% - 22px) / 2);
    }

    .index-v2 .destination-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .index-v2 .container {
        width: min(700px, calc(100% - 32px));
    }

    /* 800–860px band: main.css only hides the desktop nav at ≤800px, so
       mirror the reference compact header here — topbar 34px + navbar 72px,
       108px logo, quote button hidden (the sm-button pill takes over). */
    .index-v2 .nav-box.white,
    .index-v2 .nav-box.fixed {
        height: 106px;
    }

    .index-v2 .nav-box.white .top-bar,
    .index-v2 .nav-box.fixed .top-bar,
    .index-v2 .nav-box.white .top-bar .content-box,
    .index-v2 .nav-box.fixed .top-bar .content-box {
        height: 34px;
        line-height: 34px;
    }

    .index-v2 .nav-box.white .top-bar .content-box li {
        margin-top: 10px;
    }

    .index-v2 .nav-box.white .top-bar .content-box li:first-child,
    .index-v2 .nav-box.fixed .top-bar .content-box li:first-child {
        margin-top: 5px;
    }

    .index-v2 .nav-box.white > .content-box,
    .index-v2 .nav-box.fixed > .content-box {
        height: 72px;
    }

    .index-v2 .nav-box .nav-el > li {
        height: 72px;
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .index-v2 .nav-box.white .nav-el > li:before,
    .index-v2 .nav-box.fixed .nav-el > li:before {
        bottom: 14px;
    }

    .index-v2 .nav-box .nav-el > li ul {
        top: 56px;
    }

    .index-v2 .nav-box.white .logo,
    .index-v2 .nav-box.fixed .logo {
        width: 108px;
        height: 79px;
        margin-top: -3.5px;
    }

    .index-v2 .nav-box .nav-el > li.page-button {
        display: none;
    }

    .index-v2 .hero {
        padding-top: 150px;
    }

    .index-v2 .hero-content {
        grid-template-columns: 1fr;
    }

    .index-v2 .hero-copy {
        max-width: 680px;
    }

    .index-v2 .hero-visual {
        padding-bottom: 92px;
    }

    .index-v2 .tracking-card {
        left: 22px;
        right: 22px;
    }

    .index-v2 .stat-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-v2 .feature-ribbon {
        margin-top: -25px;
    }

    .index-v2 .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-v2 .two-col,
    .index-v2 .reason-hero {
        grid-template-columns: 1fr;
    }

    .index-v2 .two-col {
        gap: 54px;
    }

    .index-v2 .section {
        padding: 82px 0;
    }

    .index-v2 .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .index-v2 .testimonial-card {
        min-height: 340px;
    }

    .index-v2 .route-intro {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 25px;
    }

    .index-v2 .process-line article {
        padding: 0 18px;
    }

    .index-v2 .destination-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-v2 .main7_right form {
        padding: 26px 20px;
    }

    .index-v2 .footer {
        padding-top: 64px;
    }

    .index-v2 .footer .footer-nav {
        flex-wrap: wrap;
        gap: 32px 24px;
        padding-bottom: 48px;
    }

    .index-v2 .footer .footer-nav > li,
    .index-v2 .footer .footer-nav > li.footer-brand-col {
        flex: 1 1 40%;
    }
}

@media (max-width: 800px) {
    /* nav-box/top-bar/footer-mobile rules from main.css stay in charge of
       show/hide (s-top-bar + page-left drawer take over navigation). */
    .index-v2 .header.index-header {
        height: auto;
    }

    .index-v2 .hero {
        min-height: 0;
        padding: 46px 0 70px;
    }

    .index-v2 .stat-strip {
        margin-top: 30px;
    }

    .index-v2 .go-top {
        /* main.css hides .go-top below 800px (display:none !important) — kept */
        bottom: 20px;
        right: 14px;
    }

    .index-v2 .footer .content-box {
        width: calc(100% - 32px);
    }
}

@media (max-width: 600px) {
    .index-v2 .container {
        width: calc(100% - 28px);
    }

    .index-v2 .hero {
        padding: 34px 0 56px;
    }

    .index-v2 .hero h1 {
        font-size: 42px;
    }

    .index-v2 .hero-copy {
        text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
    }

    .index-v2 .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .index-v2 .hero-image {
        height: 330px;
        border-radius: 20px 5px 20px 5px;
    }

    .index-v2 .hero-badge {
        right: -8px;
        width: 103px;
        height: 103px;
    }

    .index-v2 .hero-badge strong {
        font-size: 27px;
    }

    .index-v2 .hero-visual {
        padding-bottom: 150px;
    }

    .index-v2 .tracking-card {
        left: 0;
        right: 0;
        bottom: 30px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .index-v2 .stat-strip {
        grid-template-columns: 1fr;
    }

    .index-v2 .stat-strip div {
        border: 1px solid rgba(255, 255, 255, .12);
    }

    .index-v2 .feature-ribbon {
        margin-top: 0;
        padding: 25px 0;
    }

    .index-v2 .feature-grid,
    .index-v2 .service-grid,
    .index-v2 .reason-grid,
    .index-v2 .destination-grid {
        grid-template-columns: 1fr;
    }

    .index-v2 .two-col {
        gap: 45px;
    }

    .index-v2 .section {
        padding: 64px 0;
    }

    .index-v2 .process-line {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .index-v2 .process-line::before {
        display: none;
    }

    .index-v2 .process-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .index-v2 .reason-hero {
        gap: 34px;
    }

    .index-v2 .reason-hero img {
        height: 320px;
    }

    .index-v2 .testimonial-card {
        flex-basis: 100%;
        min-height: 0;
        padding: 28px 24px;
    }

    .index-v2 .route-stat {
        min-width: 0;
    }

    .index-v2 .partner-logo {
        flex-basis: 155px;
        height: 96px;
        padding-inline: 20px;
    }

    .index-v2 .partner-marquee::before,
    .index-v2 .partner-marquee::after {
        width: 38px;
    }

    .index-v2 .main-7 {
        padding: 56px 0 64px;
    }

    .index-v2 .main-7 .main7_left .main7_01 {
        font-size: 25px;
    }

    .index-v2 .main7_right form {
        padding: 22px 17px;
    }

    .index-v2 .main-7 li,
    .index-v2 .main-7 li:nth-child(2n) {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .index-v2 .footer {
        padding-top: 56px;
    }

    .index-v2 .footer .footer-nav {
        padding-bottom: 40px;
    }

    .index-v2 .footer .footer-nav > li,
    .index-v2 .footer .footer-nav > li.footer-brand-col {
        flex: 1 1 100%;
    }

    .index-v2 .footer .btm {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 24px 0;
    }

    .index-v2 .footer .btm .left {
        max-width: 100%;
    }

    .index-v2 .footer .btm .right {
        width: 100%;
    }

    .index-v2 .footer .btm .right .sreach-box {
        flex-wrap: wrap;
        white-space: normal;
    }

    .index-v2 .footer .btm .right .input-box {
        width: 100%;
    }

    .index-v2 .footer .btm .right input[name="tracknumbers"] {
        flex: 1;
        width: auto;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .index-v2 .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .index-v2 .partner-track {
        animation-play-state: paused;
    }
}
