﻿:root {
    --cream: #fffdf8;
    --white: #ffffff;
    --navy: #17253d;
    --navy-2: #243653;
    --gold: #d8b56a;
    --gold-light: #f6ead0;
    --text: #263142;
    --muted: #697386;
    --border: #eeeae1;
    --soft-blue: #f3f7fb;
    --shadow: 0 20px 60px rgba(23, 37, 61, .08);
    --radius: 18px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--navy);
}

.serif {
    font-family: "Playfair Display", serif;
}


/* =================================================
   NAVBAR
================================================== */

.navbar {
    background: rgba(255, 253, 248, .95);
    backdrop-filter: blur(12px);
    /*border-bottom: 1px solid rgba(0, 0, 0, .04);*/
    border-bottom: 1px solid var(--border);
}

.navbar-brand {
    color: var(--navy);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -.03em;
}

.brand-star {
    color: var(--gold);
}

.nav-link {
    color: var(--text);
    font-size: .95rem;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--gold);
}


/* =================================================
   NAVBAR ACTIONS
================================================== */

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}


/* =================================================
   NAVBAR CART
================================================== */

.navbar-cart {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: rgba(255, 255, 255, .65);
    color: var(--navy);
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.navbar-cart i {
    font-size: 1.05rem;
    line-height: 1;
}

.navbar-cart:hover {
    background: white;
    border-color: var(--gold);
    color: var(--navy);
    transform: translateY(-1px);
}


/* =================================================
   CART BADGE
================================================== */

.cart-badge {
    position: absolute;
    top: -4px;
    right: -3px;
    min-width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid var(--cream);
    border-radius: 999px;
    background: var(--gold);
    color: var(--navy);
    font-size: .55rem;
    font-weight: 700;
    line-height: 1;
}


/* =================================================
   BUTTONS
================================================== */

.btn-primary-custom {
    padding: 13px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--navy);
    color: white;
    font-weight: 600;
    transition: .25s ease;
}

    .btn-primary-custom:hover {
        background: var(--navy-2);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(23, 37, 61, .18);
    }

.btn-outline-custom {
    padding: 13px 24px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: white;
    color: var(--navy);
    font-weight: 600;
}

    .btn-outline-custom:hover {
        border-color: var(--navy);
        color: var(--navy);
    }


/* =================================================
   HOMEPAGE HERO
================================================== */

.hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
    background: radial-gradient( circle at 85% 15%, rgba(216, 181, 106, .18), transparent 30% ), radial-gradient( circle at 10% 30%, rgba(205, 222, 239, .35), transparent 30% ), var(--cream);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 7px 14px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--navy);
    font-size: .82rem;
    font-weight: 700;
}

.hero h1 {
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 600;
}

    .hero h1 span {
        color: var(--gold);
    }

.hero-description {
    max-width: 590px;
    color: var(--muted);
    font-size: 1.12rem;
}

.hero-actions {
    margin-top: 32px;
}

.trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 25px;
    color: var(--muted);
    font-size: .88rem;
}

    .trust-line i {
        margin-right: 5px;
        color: var(--gold);
    }


/* =================================================
   STAR MAP PREVIEW
================================================== */

.map-wrapper {
    position: relative;
    max-width: 530px;
    margin: auto;
}

.map-shadow {
    position: absolute;
    inset: 30px;
    background: var(--navy);
    filter: blur(55px);
    opacity: .13;
    border-radius: 50%;
}

.star-map {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: radial-gradient( circle at 50% 50%, #273b60 0%, #182944 55%, #0f1b2e 100% );
    border: 14px solid white;
    border-radius: 50%;
    box-shadow: 0 30px 80px rgba(23, 37, 61, .20);
}

    .star-map::before,
    .star-map::after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .star-map::before {
        inset: 7%;
        border: 1px solid rgba(255, 255, 255, .15);
    }

    .star-map::after {
        inset: 14%;
        border: 1px solid rgba(255, 255, 255, .08);
    }

.stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, white 1px, transparent 1.5px), radial-gradient( circle, rgba(255, 255, 255, .8) 1px, transparent 1.5px ), radial-gradient( circle, rgba(255, 255, 255, .6) .7px, transparent 1px );
    background-size: 43px 37px, 71px 67px, 29px 31px;
    opacity: .8;
}

.constellation {
    position: absolute;
    inset: 20%;
}

    .constellation svg {
        width: 100%;
        height: 100%;
    }

.map-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

    .map-center small {
        display: block;
        color: rgba(255, 255, 255, .6);
        text-transform: uppercase;
        letter-spacing: .2em;
        font-size: .6rem;
    }

    .map-center h3 {
        margin: 8px 0;
        color: white;
        font-family: "Playfair Display", serif;
        font-size: clamp(1.5rem, 4vw, 2.4rem);
    }

    .map-center p {
        margin: 0;
        color: rgba(255, 255, 255, .7);
        font-size: .85rem;
    }

.floating-badge {
    position: absolute;
    right: -10px;
    bottom: 45px;
    padding: 15px 18px;
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    font-size: .82rem;
    font-weight: 600;
}

    .floating-badge i {
        margin-right: 6px;
        color: var(--gold);
        font-size: 1.2rem;
    }


/* =================================================
   GENERAL SECTIONS
================================================== */

.section {
    padding: 95px 0;
}

.section-soft {
    background: var(--soft-blue);
}

.section-label {
    margin-bottom: 10px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .75rem;
    font-weight: 700;
}

.section-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.1;
    letter-spacing: -.04em;
    font-weight: 600;
}

.section-description {
    max-width: 650px;
    margin: 15px auto 0;
    color: var(--muted);
}


/* =================================================
   BENEFITS
================================================== */

.benefit-card {
    height: 100%;
    padding: 30px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .25s ease;
}

    .benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow);
    }

.benefit-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    background: var(--gold-light);
    border-radius: 15px;
    color: var(--navy);
    font-size: 1.3rem;
}

.benefit-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
}

.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: .94rem;
}


/* =================================================
   HOW IT WORKS
================================================== */

.step {
    position: relative;
}

.step-number {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    background: var(--navy);
    border-radius: 50%;
    color: white;
    font-weight: 700;
}

.step h3 {
    font-size: 1.2rem;
}

.step p {
    color: var(--muted);
    font-size: .93rem;
}


/* =================================================
   PRODUCT
================================================== */

.product-card {
    overflow: hidden;
    background: white;
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.product-preview {
    padding: 35px;
    background: #f6f4ed;
}

.paper {
    max-width: 360px;
    margin: auto;
    padding: 22px;
    aspect-ratio: 3 / 4;
    background: white;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.paper-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e3d5;
    text-align: center;
}

.mini-map {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    background: radial-gradient(circle, #2d4267, #101d31);
    border-radius: 50%;
}

    .mini-map::before {
        content: "✦  ·  ✧  ·  ⋆  ·  ✦  ·  ·  ✧  ·  ⋆";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
        color: white;
        font-size: 1rem;
        letter-spacing: 7px;
    }

.paper h4 {
    margin: 0;
    font-family: "Playfair Display", serif;
}

.product-info {
    padding: 35px;
}

.digital-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 12px;
    background: var(--gold-light);
    border-radius: 999px;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .72rem;
    font-weight: 700;
}

.product-list {
    padding: 0;
    margin: 25px 0;
    list-style: none;
}

    .product-list li {
        margin-bottom: 12px;
        color: var(--muted);
    }

    .product-list i {
        margin-right: 8px;
        color: var(--gold);
    }


/* =================================================
   SEO CONTENT
================================================== */

.seo-content {
    max-width: 800px;
    margin: auto;
}

    .seo-content p {
        color: var(--muted);
    }


/* =================================================
   PAGE HERO
================================================== */

.page-hero {
    padding: 85px 0 65px;
    background: radial-gradient( circle at 85% 15%, rgba(216, 181, 106, .16), transparent 30% ), radial-gradient( circle at 10% 40%, rgba(205, 222, 239, .30), transparent 30% ), var(--cream);
    border-bottom: 1px solid var(--border);
}

.page-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 7px 14px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--navy);
    font-size: .8rem;
    font-weight: 700;
}

    .page-label i {
        color: var(--gold);
    }

.page-hero h1 {
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.page-hero p {
    max-width: 720px;
    margin: auto;
    color: var(--muted);
}


/* =================================================
   CONTACT
================================================== */

.contact-section {
    padding: 75px 0 100px;
}

.contact-info {
    padding-right: 30px;
}

    .contact-info h2 {
        font-family: "Playfair Display", serif;
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1.15;
        letter-spacing: -.035em;
    }

    .contact-info > p {
        max-width: 520px;
        color: var(--muted);
    }

.contact-card {
    display: flex;
    gap: 16px;
    margin-top: 18px;
    padding: 20px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    transition: .2s ease;
}

    .contact-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
    }

.contact-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--gold-light);
    border-radius: 14px;
    color: var(--navy);
    font-size: 1.15rem;
}

.contact-card h3 {
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: 700;
}

.contact-card p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
}

.contact-card a {
    color: var(--navy);
    text-decoration: none;
    font-weight: 600;
}

    .contact-card a:hover {
        color: var(--gold);
    }


/* =================================================
   FORM
================================================== */

.form-card {
    padding: clamp(28px, 5vw, 42px);
    background: white;
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: var(--shadow);
}

    .form-card h2 {
        margin-bottom: 8px;
        font-size: 1.6rem;
        letter-spacing: -.025em;
    }

.form-intro {
    margin-bottom: 28px;
    color: var(--muted);
    font-size: .92rem;
}

.form-label {
    margin-bottom: 7px;
    color: var(--navy);
    font-size: .88rem;
    font-weight: 600;
}

.form-control,
.form-select {
    padding: 12px 14px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--text);
}

    .form-control:focus,
    .form-select:focus {
        border-color: var(--gold);
        box-shadow: 0 0 0 .2rem rgba(216, 181, 106, .14);
    }

textarea.form-control {
    min-height: 145px;
    resize: vertical;
}

.form-check-label {
    color: var(--muted);
    font-size: .82rem;
}

.form-check-input:checked {
    background-color: var(--navy);
    border-color: var(--navy);
}

.required {
    color: #b05d5d;
}


/* =================================================
   HELP TOPICS
================================================== */

.topics-section {
    padding: 85px 0;
    background: var(--soft-blue);
}

.topic-card {
    height: 100%;
    padding: 28px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 20px;
    transition: .25s ease;
}

    .topic-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow);
    }

.topic-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    background: var(--gold-light);
    border-radius: 14px;
    color: var(--navy);
}

.topic-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

.topic-card p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
}


/* =================================================
   FAQ
================================================== */

.faq-section {
    padding: 90px 0;
}

.accordion-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: white;
    border: 1px solid var(--border);
    border-radius: 15px !important;
}

.accordion-button {
    padding: 20px;
    background: white;
    color: var(--navy);
    font-weight: 600;
}

    .accordion-button:not(.collapsed) {
        background: white;
        color: var(--navy);
        box-shadow: none;
    }

.accordion-body {
    color: var(--muted);
}


/* =================================================
   CTA
================================================== */

.cta {
    padding: 70px 30px;
    background: radial-gradient( circle at 80% 20%, rgba(216, 181, 106, .25), transparent 35% ), var(--navy);
    border-radius: 32px;
    color: white;
}

    .cta h2 {
        color: white;
        font-family: "Playfair Display", serif;
        font-size: clamp(2.2rem, 4vw, 3.5rem);
        letter-spacing: -.04em;
    }

    .cta p {
        max-width: 600px;
        margin: 15px auto 25px;
        color: rgba(255, 255, 255, .7);
    }

    .cta .btn {
        background: white;
        color: var(--navy);
    }

        .cta .btn:hover {
            background: var(--gold-light);
        }

.cta-section {
    padding: 0 0 100px;
}


/* =================================================
   POLICY / TERMS / PRIVACY
================================================== */

.content-section {
    padding: 75px 0 100px;
}

.policy-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 100%);
    gap: 60px;
    align-items: start;
}

.policy-nav {
    position: sticky;
    top: 100px;
    padding: 20px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
}

.policy-nav-title {
    margin-bottom: 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .75rem;
    font-weight: 700;
}

.policy-nav a {
    display: block;
    padding: 6px 0;
    color: var(--muted);
    text-decoration: none;
    font-size: .88rem;
    transition: .2s;
}

    .policy-nav a:hover {
        color: var(--navy);
        transform: translateX(2px);
    }

.policy-document {
    padding: clamp(28px, 5vw, 55px);
    background: white;
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: var(--shadow);
}

    .policy-document h2 {
        margin-top: 45px;
        margin-bottom: 15px;
        font-size: 1.55rem;
        letter-spacing: -.025em;
    }

        .policy-document h2:first-child {
            margin-top: 0;
        }

    .policy-document h3 {
        margin-top: 28px;
        margin-bottom: 10px;
        font-size: 1.1rem;
    }

    .policy-document p {
        margin-bottom: 16px;
        color: var(--muted);
    }

    .policy-document ul {
        padding-left: 1.25rem;
        color: var(--muted);
    }

    .policy-document li {
        margin-bottom: 8px;
    }

    .policy-document strong {
        color: var(--text);
    }

.info-box,
.warning-box {
    margin: 25px 0;
    padding: 20px;
    border-radius: 16px;
}

.info-box {
    background: var(--soft-blue);
    border: 1px solid #e4edf6;
}

    .info-box i {
        margin-right: 7px;
        color: var(--gold);
    }

.warning-box {
    background: #fff9ec;
    border: 1px solid #f1dfb5;
}

    .warning-box i {
        margin-right: 7px;
        color: #b68a2c;
    }


/* =================================================
   FOOTER
================================================== */

footer {
    padding: 60px 0 25px;
    background: #101a2b;
    color: rgba(255, 255, 255, .65);
}

    footer h5 {
        margin-bottom: 18px;
        color: white;
        font-size: 1rem;
    }

    footer a {
        color: rgba(255, 255, 255, .65);
        text-decoration: none;
    }

        footer a:hover {
            color: white;
        }

.footer-bottom {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: .82rem;
}


/* =================================================
   AVAILABLE SIZES
================================================== */

.size-included-box {
    margin: 26px 0;
    padding: 22px 24px;
    background: #faf9f5;
    border: 1px solid var(--border);
    border-radius: 18px;
}

.size-included-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 7px;
    color: var(--navy);
    font-size: .95rem;
    font-weight: 700;
}

    .size-included-title i {
        color: var(--gold);
        font-size: 1.15rem;
    }

.size-included-description {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.55;
}

.size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

    .size-list span {
        display: inline-flex;
        align-items: center;
        padding: 6px 10px;
        background: white;
        border: 1px solid var(--border);
        border-radius: 999px;
        color: var(--navy);
        font-size: .76rem;
        font-weight: 600;
        white-space: nowrap;
    }

.size-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: .77rem;
    line-height: 1.5;
}

    .size-note i {
        flex-shrink: 0;
        margin-top: 2px;
        color: var(--gold);
    }


/* =========================================================
   CART PAGE
========================================================= */

.cart-page {
    min-height: 100vh;
    background: radial-gradient( circle at 20% 0%, rgba(216, 181, 106, 0.07), transparent 35% ), #fffdf8;
    padding: 70px 24px 100px;
}


/* =========================================================
   CONTAINER
========================================================= */

.cart-container {
    width: 100%;
/*    max-width: 1180px;*/
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.cart-header {
    text-align: center;
    margin-bottom: 55px;
}

.cart-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #9a7a3f;
    margin-bottom: 16px;
}

.cart-eyebrow-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5ead3;
    color: #a27d3c;
}

.cart-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 400;
    letter-spacing: -0.035em;
    color: #17253d;
}

.cart-subtitle {
    max-width: 540px;
    margin: 16px auto 0;
    color: #727886;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   LAYOUT
========================================================= */

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 60px;
    align-items: start;
}


/* =========================================================
   ITEMS SECTION
========================================================= */

.cart-items-section {
    min-width: 0;
}

.cart-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.cart-section-title {
    margin: 0;
    font-size: 20px;
    font-weight: 650;
    color: #17253d;
}

.cart-section-subtitle {
    margin: 5px 0 0;
    color: #8a8e98;
    font-size: 13px;
}


/* =========================================================
   CART ITEM
========================================================= */

.cart-item {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 25px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #ebe8e0;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(23, 37, 61, 0.035);
    margin-bottom: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .cart-item:hover {
        transform: translateY(-2px);
        border-color: #ded8ca;
        box-shadow: 0 10px 30px rgba(23, 37, 61, 0.07);
    }


/* =========================================================
   PREVIEW
========================================================= */

.cart-item-preview {
    width: 150px;
}

.cart-preview-frame {
    position: relative;
    width: 150px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
/*    border-radius: 10px;*/
/*    background: #171a27;*/
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.14);
}

    .cart-preview-frame img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

.cart-item:hover .cart-preview-frame img {
/*    transform: scale(1.025);*/
}


/* =========================================================
   INFORMATION
========================================================= */

.cart-item-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.cart-item-title {
    margin: 2px 0 4px;
    color: #17253d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.25;
}

.cart-item-description {
    margin: 0 0 17px;
    color: #8a8e98;
    font-size: 13px;
}


/* =========================================================
   OPTIONS
========================================================= */

.cart-item-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cart-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 7px;
    background: #f8f7f3;
    font-size: 11px;
    color: #8a8e98;
}

    .cart-option strong {
        color: #414856;
        font-weight: 600;
    }


/* =========================================================
   ACTIONS
========================================================= */

.cart-item-actions {
    display: flex;
    gap: 18px;
    margin-top: auto;
    padding-top: 20px;
}

.cart-edit,
.cart-remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: none;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cart-edit {
    color: #7a694b;
}

    .cart-edit:hover {
        color: #17253d;
    }

.cart-remove {
    color: #a2a4aa;
}

    .cart-remove:hover {
        color: #a34e4e;
    }


/* =========================================================
   PRICE
========================================================= */

.cart-item-price {
    min-width: 82px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

    .cart-item-price span {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #aaa9a4;
    }

    .cart-item-price strong {
        font-size: 17px;
        font-weight: 650;
        color: #17253d;
        white-space: nowrap;
    }


/* =========================================================
   CONTINUE SHOPPING
========================================================= */

.cart-continue {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #596274;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .cart-continue:hover {
        color: #17253d;
    }

.cart-continue-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedbd2;
    border-radius: 50%;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.cart-continue:hover .cart-continue-icon {
    background: #f5ead3;
    border-color: #e3d4b7;
}


/* =========================================================
   SUMMARY
========================================================= */

.cart-summary {
    position: sticky;
    top: 75px;
}

.cart-summary-inner {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e8e4db;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(23, 37, 61, 0.065);
}


/* =========================================================
   SUMMARY HEADER
========================================================= */

.cart-summary-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

    .cart-summary-heading h2 {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 23px;
        font-weight: 500;
        color: #17253d;
    }

.summary-secure {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #7b816f;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}


/* =========================================================
   PRICES
========================================================= */

.summary-prices {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777c87;
    font-size: 13px;
}

    .summary-row strong {
        color: #414856;
        font-weight: 600;
    }

.summary-free {
    color: #74836f !important;
}


/* =========================================================
   DIVIDER
========================================================= */

.summary-divider {
    height: 1px;
    background: #ece9e2;
    margin: 23px 0;
}


/* =========================================================
   TOTAL
========================================================= */

.summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .summary-total div {
        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .summary-total span {
        color: #17253d;
        font-size: 15px;
        font-weight: 650;
    }

    .summary-total small {
        color: #999b9f;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .summary-total strong {
        color: #17253d;
        font-size: 25px;
        font-weight: 650;
    }


/* =========================================================
   CHECKOUT BUTTON
========================================================= */

.btn-checkout {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 10px;
    background: #17253d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

    .btn-checkout:hover {
        background: #243654;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(23, 37, 61, 0.16);
    }

    .btn-checkout i {
        font-size: 16px;
    }


/* =========================================================
   PAYMENT
========================================================= */

.summary-payment {
    text-align: center;
    margin-top: 17px;
}

.summary-payment-icons {
    display: flex;
    justify-content: center;
    gap: 6px;
}

    .summary-payment-icons span {
        min-width: 35px;
        padding: 4px 6px;
        border: 1px solid #e6e3dc;
        border-radius: 4px;
        color: #7e8188;
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

.summary-payment p {
    margin: 8px 0 0;
    color: #a0a1a5;
    font-size: 10px;
}


/* =========================================================
   TRUST
========================================================= */

.cart-trust {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #eeeae2;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.cart-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.trust-icon {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f6f3ec;
    color: #8a744f;
    font-size: 14px;
}

.cart-trust-item div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cart-trust-item strong {
    color: #4d5360;
    font-size: 11px;
    font-weight: 650;
}

.cart-trust-item div span {
    color: #999da5;
    font-size: 10px;
    line-height: 1.45;
}

.digital-size-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 11px 13px;
    background: #faf8f2;
    border: 1px solid #eee8da;
    border-radius: 9px;
}

    .digital-size-note > i {
        flex: 0 0 auto;
        margin-top: 2px;
        color: #a18450;
        font-size: 14px;
    }

    .digital-size-note div {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .digital-size-note strong {
        color: #555b66;
        font-size: 11px;
        font-weight: 650;
    }

    .digital-size-note span {
        color: #9699a0;
        font-size: 10px;
        line-height: 1.45;
    }


/* =========================================================
   AVAILABLE SIZES
========================================================= */

.available-sizes {
    margin-top: 30px;
    padding: 25px 27px;
    background: #ffffff;
    border: 1px solid #e8e4db;
    border-radius: 16px;
}

.available-sizes-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 23px;
}

.available-sizes-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5ead3;
    color: #947541;
    font-size: 16px;
}

.available-sizes-header h3 {
    margin: 0 0 4px;
    color: #17253d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 500;
}

.available-sizes-header p {
    margin: 0;
    color: #92959c;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   SIZE GROUPS
========================================================= */

.size-groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.size-group {
    padding: 15px;
    background: #faf9f6;
    border-radius: 10px;
}

    .size-group h4 {
        margin: 0 0 10px;
        color: #626875;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

.size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

    .size-list span {
        display: inline-flex;
        align-items: center;
        padding: 6px 9px;
        background: #ffffff;
        border: 1px solid #e9e6df;
        border-radius: 6px;
        color: #555b66;
        font-size: 10px;
        white-space: nowrap;
    }

    .size-list small {
        margin-left: 4px;
        color: #a1a2a6;
        font-size: 8px;
    }


@media (max-width: 600px) {

    .available-sizes {
        padding: 20px;
    }

    .size-groups {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .cart-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cart-summary {
        position: static;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }
}


@media (max-width: 680px) {

    .cart-page {
        padding: 45px 16px 70px;
    }

    .cart-header {
        margin-bottom: 35px;
    }

    .cart-title {
        font-size: 40px;
    }

    .cart-subtitle {
        font-size: 14px;
    }

    .cart-item {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 16px;
        padding: 16px;
    }

    .cart-item-preview,
    .cart-preview-frame {
        width: 100px;
    }

    .cart-item-price {
        grid-column: 2;
        align-items: flex-start;
        margin-top: -4px;
    }

    .cart-item-title {
        font-size: 19px;
    }

    .cart-item-options {
        gap: 6px;
    }

    .cart-option {
        font-size: 10px;
        padding: 6px 8px;
    }

    .cart-item-actions {
        padding-top: 14px;
        gap: 14px;
    }

    .cart-summary-inner {
        padding: 24px 20px;
    }
}

@media (max-width: 680px) {

    .cart-item {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        grid-template-areas:
            "preview info"
            "preview price";
        column-gap: 16px;
        row-gap: 10px;
        padding: 16px;
    }

    /* Preview */
    .cart-item-preview {
        grid-area: preview;
        width: 92px;
    }

    .cart-preview-frame {
        width: 92px;
    }

    /* Product information */
    .cart-item-info {
        grid-area: info;
        min-width: 0;
    }

    .cart-item-title {
        font-size: 19px;
    }

    .cart-item-description {
        font-size: 11px;
        margin-bottom: 12px;
    }

    /* Options */
    .cart-item-options {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .cart-option {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 8px;
        font-size: 10px;
    }


    /* =========================================
       PRICE
       PRICE ABOVE ACTIONS
    ========================================= */

    .cart-item-price {
        grid-area: price;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
        padding-top: 12px;
        border-top: 1px solid #eeeae2;
    }

        .cart-item-price span {
            display: none;
        }

        .cart-item-price strong {
            font-size: 19px;
        }


    /* =========================================
       ACTIONS
    ========================================= */

    .cart-item-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 15px;
        margin-top: 0;
        padding-top: 0;
    }

    .cart-edit,
    .cart-remove {
        font-size: 11px;
    }
}

@media (max-width: 430px) {

    .cart-item {
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 14px;
        gap: 13px;
    }

    .cart-item-preview,
    .cart-preview-frame {
        width: 82px;
    }

    .cart-item-title {
        font-size: 17px;
    }

    .cart-item-description {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .cart-option {
        width: 100%;
        justify-content: space-between;
    }

    .cart-item-actions {
        flex-wrap: wrap;
    }
}

/* =====================================================
   EMPTY CART
===================================================== */

.cart-empty {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px 24px;
}

.cart-empty-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    background: rgba(216, 181, 106, 0.12);
    border: 1px solid rgba(216, 181, 106, 0.25);
    color: var(--gold);
    font-size: 34px;
}

.cart-empty-title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--navy);
}

.cart-empty-text {
    max-width: 520px;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.7;
    color: #707070;
}

.cart-empty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

    .cart-empty-button:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 8px 24px rgba(23, 37, 61, .16);
    }

    .cart-empty-button i {
        font-size: 16px;
    }

.cart-empty-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    color: #777;
    text-decoration: none;
    font-size: 13px;
}

    .cart-empty-back:hover {
        color: var(--navy);
    }