@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,200,1,0&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&family=Sora:wght@100..800&display=swap');

:root {
    --maroon-pitch: #220303;
    --maroon-darkest: #3D0606;
    --maroon-darker: #5C0909;
    --maroon-dark: #780B0C;
    --maroon: #950E0E;
    --maroon-light: #AD3D3D;
    --maroon-lighter: #C66D6D;
    --maroon-lightest: #DEA0A0;
    --maroon-bright: #F0C3C3;

    --gold-darkest: #A35A32;
    --gold-darker: #C47B50;
    --gold-dark: #DE9D76;
    --gold: #F5BF9A;
    --gold-light: #F8CDB0;
    --gold-lighter: #FADBC6;
    --gold-lightest: #FCEAE0;
    --gold-bright: #FFF5F0;

    --black-darkest: #080808;
    --black-darker: #101010;
    --black-dark: #181818;
    --black: #202020;
    --black-light: #3D3D3D;
    --black-lighter: #5A5A5A;
    --black-lightest: #777777;

    --primary-dark: var(--maroon-dark);
    --primary: var(--maroon);
    --primary-light: var(--maroon-light);
    --accent: var(--gold);
    --text: var(--black);
    --text-light: var(--black-lighter);
    --border: #ddd2cc;
    --section: var(--gold-bright);
    --white: #FFFFFF;

    --font-xl: 58px;
    --font-lg: 40px;
    --font-md: 22px;
    --font-rg: 15px;
    --font-sm: 12px;

    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 20px;
    --space-5: 28px;
    --space-6: 36px;
    --space-7: 48px;
    --space-8: 64px;
    --space-9: 88px;

    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --shadow-sm: 0 10px 30px rgba(34, 3, 3, .07);
    --shadow-md: 0 22px 60px rgba(34, 3, 3, .11);
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: var(--font-rg);
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

.content {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

h1, h2, h3 {
    font-family: 'Reem Kufi', sans-serif;
    text-wrap: balance;
}

h1 {
    margin: 0 0 var(--space-4);
    font-size: clamp(42px, 5.4vw, var(--font-xl));
    line-height: 1.06;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -.025em;
}

h2 {
    margin: 5px 0 var(--space-4);
    color: var(--maroon);
    font-size: clamp(32px, 4vw, var(--font-lg));
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.018em;
}

h3 {
    margin: 0;
    font-size: var(--font-md);
    line-height: 1.25;
    font-weight: 600;
}

p { margin: 0 0 var(--space-4); }

.callout {
    font-size: 18px;
    line-height: 1.75;
}

.overline,
.eyebrow,
.detail-label {
    font-size: var(--font-sm);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
}

.overline,
.detail-label { color: var(--gold-darkest); }

.txt-max-md { max-width: 720px; }
.txt-max-sm { max-width: 620px; }

.centered { text-align: center; }

.section {
    padding: var(--space-9) 0;
}

.section-light { background: var(--white); }
.section-tint { background: var(--gold-bright); }

.section-heading { margin-bottom: var(--space-7); }
.section-heading.centered { margin-inline: auto; }

.section-heading > p:last-child { margin-bottom: 0; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 14px 0;
    background: rgba(8, 8, 8, .88);
    border-bottom: 1px solid rgba(255,255,255,.09);
    backdrop-filter: blur(18px);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand,
.hero-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--gold);
    border: 1px solid rgba(245,191,154,.5);
    border-radius: 50%;
}

.brand-mark.large {
    width: 64px;
    height: 64px;
}

.brand-mark.large .material-symbols-outlined { font-size: 34px; }
.brand-copy {
    margin-top: 5px;
}
.brand-copy .name {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
}

.brand-copy .tag {
    margin-top: 3px;
    color: var(--gold);
    font-family: 'Reem Kufi', sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-left: 2px;
}

.site-header .brand-copy .name { color: var(--white); }
.site-header .brand-copy .tag { color: var(--gold); }

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-links a {
    color: rgba(255,255,255,.82);
    padding: 10px 14px;
    text-decoration: none;
    font-size: 13px;
    transition: color .2s ease, background .2s ease;
    border-radius: 999px;
}

.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.08); }

.nav-links .nav-cta {
    color: var(--black-darkest);
    background: var(--gold);
    font-weight: 700;
    margin-left: 8px;
}

.nav-links .nav-cta:hover { background: var(--gold-light); }
.mobile-contact { display: none; color: var(--white); }

.hero {
    position: relative;
    min-height: 840px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--black-darkest);
    color: var(--white);
    padding: 150px 0 90px;
    background-image: url('/images/hk.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: difference;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8,8,8,.5) 0%, rgba(8,8,8,.55) 48%, rgba(8,8,8,.55) 100%),
        linear-gradient(180deg, rgba(8,8,8,.2), rgba(8,8,8,.75));
}

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

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .62fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}

.hero-copy { max-width: 700px; }

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    margin-bottom: 28px;
}

.eyebrow-line {
    width: 34px;
    height: 1px;
    background: var(--gold);
}

.hero-brand { margin-bottom: 32px; }
.hero-brand .brand-copy .name { font-size: 32px; }
.hero-brand .brand-copy .tag { font-size: 12px; }

.hero h1 { max-width: 680px; }

.hero .callout {
    max-width: 680px;
    color: rgba(255,255,255,.82);
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.hero-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.hero-benefit > .material-symbols-outlined {
    color: var(--gold);
    font-size: 24px;
    margin-top: 2px;
}

.hero-benefit h3 {
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.hero-form form,
.footer-form form {
    padding: 30px;
    border: 1px solid rgba(245,191,154,.42);
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.07);
    box-shadow: 0 30px 80px rgba(0,0,0,.22);
    backdrop-filter: blur(16px);
}

.form-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
}

.form-kicker .material-symbols-outlined { font-size: 18px; }

.hero-form h2,
.footer-form h2 {
    color: var(--white);
    margin-top: 0;
}

.form-intro {
    margin-bottom: 22px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

form label {
    display: block;
    margin: 18px 0 7px;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 600;
}

form input,
form textarea {
    width: 100%;
    display: block;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 9px;
    background: rgba(255,255,255,.08);
    color: var(--white);
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    outline: none;
    transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}

form input::placeholder,
form textarea::placeholder { color: rgba(255,255,255,.42); }

form textarea {
    min-height: 110px;
    resize: vertical;
}

form input:focus,
form textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(245,191,154,.12);
    background: rgba(255,255,255,.1);
}

form input[type="submit"] {
    margin-top: 20px;
    border: 0;
    border-radius: 9px;
    padding: 15px 18px;
    background: var(--gold);
    color: var(--black-darkest);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
    cursor: pointer;
}

form input[type="submit"]:hover { background: var(--gold-light); }

.section-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(50px, 8vw, 100px);
    align-items: start;
}

.process-copy {
    position: sticky;
    top: 120px;
}

.process-copy .callout { color: var(--text-light); }

.steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.step {
    min-height: 245px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.step:hover {
    transform: translateY(-4px);
    border-color: var(--gold-dark);
    box-shadow: var(--shadow-md);
}

.step .number {
    margin-bottom: 46px;
    color: var(--maroon);
    font-family: 'Reem Kufi', sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
}

.step h3 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 18px;
}

.caption {
    color: var(--text-light);
    font-size: 12px;
    line-height: 1.65;
}

.product-grid,
.benefit-grid,
.logistics-grid {
    display: grid;
    gap: 18px;
}

.product-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-grid { grid-template-columns: repeat(3, 1fr); }
.logistics-grid { grid-template-columns: repeat(4, 1fr); }

.product-card,
.benefit-card,
.logistics-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.product-card {
    display: flex;
    flex-direction: column;
}

 .tile-media {
    width: 100%;
    height: 220px;
    flex: 0 0 220px;
    background-color: #eadbd3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-body { padding: 24px; }

.card-body h3,
.logistics-body h3 {
    margin: 0 0 8px;
    text-transform: uppercase;
}

.card-body p,
.logistics-body p {
    color: var(--text-light);
    font-size: 13px;
}

.card-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: var(--maroon);
    background: var(--gold-lightest);
    border-radius: 50%;
}

.product-cta,
.logistics-cta {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    background:
        radial-gradient(circle at 85% 15%, rgba(245,191,154,.22), transparent 34%),
        var(--maroon);
    color: var(--white);
    border-color: var(--maroon);
}

.product-cta h3,
.logistics-cta h3 { color: var(--white); }

.cta-icon {
    margin-bottom: auto;
    color: var(--gold);
    font-size: 34px;
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    margin-top: 16px;
    padding: 12px 18px;
    border: 1px solid var(--maroon);
    border-radius: 9px;
    background: var(--maroon);
    color: var(--white);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: transform .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); background: var(--maroon-dark); }
.button .material-symbols-outlined { font-size: 18px; }

.button.punchout {
    background: var(--white);
    border-color: var(--white);
    color: var(--maroon);
}

.button.punchout:hover { background: var(--gold-lightest); }
.button.stretch { width: 100%; }

.benefit-card {
    display: flex;
    flex-direction: column;
}

.benefit-card .tile-media { height: 240px; flex-basis: 240px; }
.benefit-card .card-body { flex: 1; display: flex; flex-direction: column; }
.benefit-card .button { margin-top: auto; }

.checklist {
    padding: 0;
    margin: 8px 0 22px;
    list-style: none;
}

.checklist li {
    position: relative;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid #e8dfdb;
    color: var(--text-light);
    font-size: 12px;
    line-height: 1.5;
}

.checklist li:last-child { border-bottom: 0; }

.checklist li::before {
    content: 'check_circle';
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--maroon);
    font-family: 'Material Symbols Outlined';
    font-size: 18px;
}

.logistics-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.logistics-card .tile-media { height: 220px; flex-basis: 220px; }

.logistics-body { padding: 24px; }
.logistics-body > .material-symbols-outlined { color: var(--maroon); margin-bottom: 14px; }

.logistics-cta { min-height: 100%; }

.network-section {
    overflow: hidden;
}

.network-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 60px;
    align-items: center;
    margin-bottom: 52px;
    background-repeat: no-repeat;
    background-image: url('/images/globe.png');
    background-position: bottom right;
    background-size: contain;
    padding: var(--spacing-xl) 0;
}

.network-visual {
    background: radial-gradient(circle, var(--gold-lightest), transparent 68%);
    height: 100cqh;
    background-size: cover;
}

.network {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    min-height: 510px;
    overflow: hidden;
    border: 1px solid #2d1717;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 120% 60%, rgba(245,191,154,.2), transparent 35%),
        linear-gradient(135deg, var(--black-darkest), var(--maroon-pitch));
    box-shadow: var(--shadow-md);
}

.tabs {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 1px solid rgba(255,255,255,.1);
}

.tabs input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }

.tab {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--white);
    cursor: pointer;
    transition: background .2s ease, border .2s ease;
}

.tab:hover { background: rgba(255,255,255,.06); }
.tab .caption { color: rgba(255,255,255,.5); }

.tabs input[type="radio"]:checked + .tab {
    background: var(--maroon);
    border-color: rgba(245,191,154,.25);
}

.tabs input[type="radio"]:checked + .tab .caption { color: var(--gold-light); }

.flag-placeholder {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: var(--gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
}

.network-details {
    padding: 54px clamp(32px, 6vw, 70px);
    color: var(--white);
}

.network .detail { display: none; }
.network:has(#china:checked) #rsnovo,
.network:has(#hongkong:checked) #oinyx,
.network:has(#emirates:checked) #petroluxe,
.network:has(#iraq:checked) #arabesque { display: block; }

.network .detail-label { color: var(--gold); }
.network .detail h2 { color: var(--white); font-size: clamp(34px, 4vw, 50px); }
.network .detail p { max-width: 660px; color: rgba(255,255,255,.72); }
.network .checklist li { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.72); }
.network .checklist li::before { color: var(--gold); }

.site-footer {
    padding: var(--space-9) 0;
    background: var(--black-darkest);
    color: var(--white);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: start;
}

.footer-copy .brand-copy .name { font-size: 32px; }
.footer-copy .brand-copy .tag { font-size: 12px; }
.footer-copy > .hero-brand { margin-bottom: 34px; }
.footer-copy p { color: rgba(255,255,255,.62); }
.footer-copy p:last-child {
    margin-top: 30px;
    color: rgba(255,255,255,.35);
    font-size: 11px;
}

.footer-form form { background: rgba(255,255,255,.045); }

@media (max-width: 1000px) {
    :root {
        --font-xl: 50px;
    }

    .hero-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero { min-height: auto; }
    .hero-form { max-width: 620px; }
    .process-copy { position: static; }
    .section-grid { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .logistics-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .content { width: min(100% - 28px, 620px); }
    .section { padding: 70px 0; }

    .nav-links { display: none; }
    .mobile-contact {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 50%;
        text-decoration: none;
    }

    .hero { padding: 125px 0 60px; }
    .hero-grid { gap: 50px; }
    .hero-benefits { grid-template-columns: 1fr; gap: 18px; }
    .hero-benefit { align-items: center; }

    .steps,
    .benefit-grid,
    .product-grid,
    .logistics-grid {
        grid-template-columns: 1fr;
    }

    .step { min-height: auto; }
    .step .number { margin-bottom: 30px; }

    .network-intro {
        grid-template-columns: 1fr;
        gap: 30px;
        background-size: 100%;
        background-position: bottom center;
        padding: 0 0 50%;
    }

    .network-visual {
        width: 190px;
        min-height: 190px;
        margin-left: auto;
        margin-right: auto;
    }

    .network {
        grid-template-columns: 1fr;
    }

    .tabs {
        flex-direction: row;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .tab { min-width: 240px; }
    .network-details { padding: 34px 24px; }
}

@media (max-width: 520px) {
    :root {
        --font-xl: 38px;
        --font-lg: 31px;
        --font-md: 19px;
        --font-rg: 14px;
    }

    .hero-brand .brand-mark.large { width: 54px; height: 54px; }
    .hero-brand .brand-copy .name,
    .footer-copy .brand-copy .name { font-size: 26px; }

    .hero-form form,
    .footer-form form { padding: 22px; }
    .card-body,
    .logistics-body { padding: 20px; }
}


.product-grid, .benefit-grid, .logistics-grid { align-items: stretch; }
.product-card, .benefit-card, .logistics-card { height: 100%; }
.product-card .card-body, .benefit-card .card-body, .logistics-card .logistics-body { flex: 1 1 auto; }
.product-card .tile-media, .benefit-card .tile-media, .logistics-card .tile-media { position: relative; overflow: hidden; }
@media (max-width: 1000px) { .tile-media, .benefit-card .tile-media, .logistics-card .tile-media { height: 230px; flex-basis: 230px; } }
@media (max-width: 760px) { .tile-media, .benefit-card .tile-media, .logistics-card .tile-media { height: 240px; flex-basis: 240px; } }
