:root {
    --bg-main: #f5f6f7;
    --surface: #ffffff;
    --surface-soft: #fafafa;
    --surface-dark: #121417;
    --text-main: #13161a;
    --text-soft: #6b7280;
    --border: rgba(18, 20, 23, 0.10);
    --border-strong: rgba(18, 20, 23, 0.18);
    --accent-dark: #b18d49;
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text-main);
    background: var(--bg-main);
}

.topbar {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}

.navbar-brand {
    color: var(--surface-dark);
    letter-spacing: 0.04em;
    font-weight: 800;
}

.hero-section {
    padding: 4.5rem 0 3rem;
}

.hero-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent-dark);
    background: transparent;
    border: 1px solid rgba(177, 141, 73, 0.28);
    border-radius: 999px;
    padding: 0.6rem 0.95rem;
}

.hero-lead {
    color: #2e3339;
    max-width: 640px;
}

.hero-card {
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.hero-product-image {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.hero-price-box {
    padding: 1rem 0;
    border: none;
    background: transparent;
}

.hero-price-label {
    font-size: 0.9rem;
    color: var(--text-soft);
}

.hero-price-text {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.hero-price-main {
    font-size: 1.1rem;
    font-weight: 800;
}

.hero-price-main span {
    color: var(--surface-dark);
}

.btn-premium {
    background: var(--surface-dark);
    color: #fff;
    border: 1px solid var(--surface-dark);
    border-radius: 999px;
}

.btn-premium:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn-outline-premium {
    background: transparent;
    color: var(--surface-dark);
    border: 1px solid var(--border-strong);
    border-radius: 999px;
}

.btn-outline-premium:hover {
    background: #fff;
    color: var(--surface-dark);
    border-color: var(--surface-dark);
}

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--surface-dark);
    background: #fff;
    border: 1px solid var(--border);
    font-weight: 700;
}

.cart-link:hover {
    color: #000;
    border-color: var(--surface-dark);
}

.cart-badge {
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--surface-dark);
    color: #fff;
    font-size: 0.78rem;
    line-height: 1;
}

.quick-benefits {
    padding-top: 0;
}

.benefit-pill {
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.95rem 1.1rem;
    font-weight: 700;
}

.section-heading {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: var(--accent-dark);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
}

.customizer-card,
.preview-card {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.customizer-title,
.preview-title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.form-control,
.form-select {
    border-radius: 14px;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border-color: var(--border-strong);
    background: #fff;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--surface-dark);
}

.canvas-wrap {
    margin-top: 1.25rem;
    background: #f1f3f5;
    border-radius: 20px;
    border: 1px solid var(--border);
    padding: 1rem;
}

#stickerCanvas {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    background: transparent;
}

.preview-dimensions {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 0.95rem;
    color: var(--text-soft);
}

.preview-note {
    color: var(--text-soft);
    font-size: 0.95rem;
}

.purchase-box {
    padding: 1.25rem 0 0 0;
    border-radius: 0;
    background: transparent;
    border: none;
}

.purchase-label {
    color: var(--text-soft);
    margin-bottom: 0.25rem;
}

.purchase-price {
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    color: var(--surface-dark);
    margin-bottom: 0.45rem;
}

.purchase-discount {
    font-weight: 700;
    color: var(--accent-dark);
    margin-bottom: 0.35rem;
}

.purchase-includes,
.cart-note {
    font-size: 0.92rem;
    color: var(--text-soft);
}

.section-dark-soft {
    background: transparent;
}

.info-card {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.pretty-list {
    padding-left: 1.15rem;
    margin-bottom: 0;
}

.pretty-list li {
    margin-bottom: 0.55rem;
}

.shipping-box {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
}

.pricing-card {
    padding: 1.25rem;
    text-align: center;
    transition: 0.15s ease;
    cursor: pointer;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: none;
}

.pricing-card.active {
    border-color: rgba(177, 141, 73, 0.45);
    transform: translateY(-2px);
}

.pricing-qty {
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.pricing-price-card {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--surface-dark);
}

.pricing-save {
    margin-top: 0.35rem;
    color: var(--accent-dark);
    font-weight: 700;
}

.premium-modal {
    border: 1px solid var(--border);
    border-radius: 24px;
}

.modal-product-summary {
    background: #f8f8f8;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 0.95rem 1rem;
    color: var(--text-main);
    font-size: 0.95rem;
}

.site-footer {
    border-top: 1px solid var(--border);
    background: transparent;
}

.site-footer a {
    color: var(--surface-dark);
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 2.8rem;
    }

    .purchase-price {
        font-size: 1.75rem;
    }
}