/* Checkout — pincode COD availability */
.checkout-pincode-cod-status {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #198754;
}

.payment-option-cod-disabled {
    opacity: 0.65;
    background-color: #f8f9fa;
}

/* =========================================
   Marketing polish: guarantee, scarcity, motion
   ========================================= */

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

/* ── Scroll reveal ───────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-delay-1,
    .reveal-delay-2,
    .reveal-delay-3 {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ── Urgency bar ─────────────────────────── */
.urgency-bar {
    background: linear-gradient(90deg, #1a1a1a 0%, #2a1808 50%, #1a1a1a 100%);
    color: #fff;
    font-size: 0.88rem;
    position: relative;
    overflow: hidden;
}

.urgency-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    padding: 0.65rem 0.5rem;
    position: relative;
    z-index: 1;
}

.urgency-bar__pulse {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(229, 114, 1, 0.18) 50%, transparent 80%);
    animation: urgencyShine 4.5s ease-in-out infinite;
    pointer-events: none;
}

.urgency-bar__icon {
    color: #ff9a3c;
    font-size: 1.05rem;
    animation: urgencyFlicker 1.6s ease-in-out infinite;
}

.urgency-bar__text {
    font-weight: 600;
    text-align: center;
}

.urgency-bar__timer {
    display: inline-flex;
    align-items: center;
    background: rgba(229, 114, 1, 0.2);
    border: 1px solid rgba(229, 114, 1, 0.45);
    color: #ffc48a;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    letter-spacing: 0.02em;
}

@keyframes urgencyShine {
    0%, 100% { transform: translateX(-40%); opacity: 0.4; }
    50% { transform: translateX(40%); opacity: 1; }
}

@keyframes urgencyFlicker {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.12); opacity: 0.85; }
}

/* ── Trust strip ─────────────────────────── */
.trust-strip {
    background: #fff;
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    padding: 1.15rem 0;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.trust-strip--shop {
    background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
}

.trust-strip__item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    justify-content: center;
}

.trust-strip__item i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(229, 114, 1, 0.12);
    color: var(--brand-orange);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.trust-strip__item strong {
    display: block;
    font-size: 0.88rem;
    color: #111;
    line-height: 1.2;
}

.trust-strip__item span {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
}

/* ── Hero guarantee accents ──────────────── */
.hero-badge--guarantee {
    background: rgba(229, 114, 1, 0.14);
    border-color: rgba(229, 114, 1, 0.5);
    animation: badgeGlow 2.8s ease-in-out infinite;
}

.hero-guarantee-line {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    background: linear-gradient(90deg, rgba(229, 114, 1, 0.1), rgba(229, 114, 1, 0.02));
    border-left: 3px solid var(--brand-orange);
    padding: 0.7rem 0.9rem;
    border-radius: 0 10px 10px 0;
    font-size: 0.92rem;
    color: #333;
}

.hero-guarantee-line i {
    color: var(--brand-orange);
    font-size: 1.15rem;
    margin-top: 0.1rem;
}

.hero-img-badge--guarantee {
    animation: floatBadge 3.2s ease-in-out infinite;
}

@keyframes badgeGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(229, 114, 1, 0); }
    50% { box-shadow: 0 0 0 6px rgba(229, 114, 1, 0.12); }
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* ── Guarantee showcase ──────────────────── */
.guarantee-showcase {
    background:
        radial-gradient(circle at 12% 20%, rgba(229, 114, 1, 0.14), transparent 40%),
        radial-gradient(circle at 88% 80%, rgba(17, 17, 17, 0.06), transparent 42%),
        #fff;
}

.guarantee-showcase__panel {
    background: #111;
    color: #fff;
    border-radius: 22px;
    padding: 2rem 1.6rem;
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.22);
    position: relative;
    overflow: hidden;
}

.guarantee-showcase__panel::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    right: -80px;
    top: -90px;
    border-radius: 50%;
    background: rgba(229, 114, 1, 0.22);
    pointer-events: none;
}

.guarantee-showcase__badge {
    display: inline-flex;
    align-items: center;
    background: rgba(229, 114, 1, 0.18);
    color: #ffb066;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 0.9rem;
}

.guarantee-showcase__heading {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.guarantee-showcase__heading span {
    color: var(--brand-orange);
}

.guarantee-showcase__text {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.25rem;
    max-width: 420px;
}

.guarantee-showcase__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.guarantee-showcase .btn-brand {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #fff;
}

.guarantee-showcase .btn-brand-outline {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.guarantee-showcase .btn-brand-outline:hover {
    background: #fff;
    color: #111;
}

.guarantee-point {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1rem;
    height: 100%;
    transition: transform 0.25s ease, background 0.25s ease;
}

.guarantee-point:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
}

.guarantee-point__num {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e57201, #f08922);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.guarantee-point__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(229, 114, 1, 0.18);
    color: #ffb066;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.guarantee-point strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.guarantee-point p {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.35;
}

/* Compact / dark guarantee banners */
.guarantee-banner {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.guarantee-banner--compact {
    background: linear-gradient(135deg, #fff8f0, #fff);
    border: 1px solid rgba(229, 114, 1, 0.28);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    box-shadow: 0 10px 22px rgba(229, 114, 1, 0.08);
}

.guarantee-banner--compact strong {
    display: block;
    font-size: 0.92rem;
    color: #111;
}

.guarantee-banner--compact span {
    display: block;
    font-size: 0.78rem;
    color: #6c757d;
}

.guarantee-banner__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e57201, #f08922);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(229, 114, 1, 0.28);
}

.guarantee-banner__icon--lg {
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
    border-radius: 16px;
}

.guarantee-banner--dark {
    background: linear-gradient(120deg, #111 0%, #241508 55%, #111 100%);
    color: #fff;
    padding: 1.6rem 0;
    margin-top: 0;
}

.guarantee-banner__eyebrow {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffb066;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.guarantee-banner__title {
    font-size: 1.25rem;
    font-weight: 800;
}

.guarantee-banner__copy {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

/* ── Product card badges ─────────────────── */
.product-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-card:hover {
    transform: translateY(-6px);
}

.product-card .product-img-wrap {
    position: relative;
    overflow: hidden;
}

.product-card__badges {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.product-card__badges .pc-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    height: 26px;
    max-width: calc(100% - 20px);
    padding: 0 0.55rem;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.product-card__badges .pc-badge i {
    font-size: 0.7rem;
    line-height: 1;
}

.product-card__badges .pc-badge--guarantee {
    top: 10px;
    left: 10px;
    background: rgba(17, 17, 17, 0.92);
    color: #ffb066;
}

.product-card__badges .pc-badge--sale,
.product-card__badges .pc-badge--hot {
    top: 10px;
    right: 10px;
    left: auto;
}

.product-card__badges .pc-badge--sale {
    background: var(--brand-orange);
    color: #fff;
}

.product-card__badges .pc-badge--hot {
    background: #fff;
    color: #c2410c;
    border: 1px solid rgba(194, 65, 12, 0.22);
}

/* Inline badges (product detail, etc.) */
.pc-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0.28rem 0.55rem;
    border-radius: 6px;
    line-height: 1;
    white-space: nowrap;
}

.pc-badge--guarantee {
    background: #111;
    color: #ffb066;
}

.pc-badge--sale {
    background: var(--brand-orange);
    color: #fff;
}

.pc-badge--hot {
    background: #fff;
    color: #c2410c;
    border: 1px solid rgba(194, 65, 12, 0.25);
}

.product-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.1rem 1.15rem;
}

.product-card .product-price {
    margin-top: 0.15rem;
}

.product-card .product-price .old-price {
    font-size: 0.78rem;
    font-weight: 500;
    color: #9aa0a6;
    margin-left: 0.35rem;
}

.product-card__trust {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.55rem;
    margin-bottom: 0.15rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #0b6d3a;
}

.product-card__trust i {
    color: #198754;
    font-size: 0.8rem;
}

.product-card__actions {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.85rem;
}

.product-card__actions .btn {
    flex: 1 1 0;
    min-width: 0;
}

.product-card__actions form {
    flex: 1 1 0;
    min-width: 0;
}

/* Featured section scarcity chip */
.section-scarcity {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.45rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #fff4e8;
    border: 1px solid rgba(229, 114, 1, 0.28);
    color: #9a4a00;
    font-size: 0.8rem;
    font-weight: 700;
}

.section-scarcity i {
    color: var(--brand-orange);
    animation: urgencyFlicker 1.6s ease-in-out infinite;
}

/* ── Product detail ──────────────────────── */
.product-detail-img {
    background: linear-gradient(180deg, #fffaf4 0%, #f7f7f7 100%);
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 18px;
    padding: 1.5rem;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-detail-img__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    height: 28px;
    max-width: calc(100% - 24px);
    padding: 0 0.65rem;
    background: rgba(17, 17, 17, 0.92);
    color: #ffb066;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 6px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.product-detail-img__badge i {
    font-size: 0.75rem;
    line-height: 1;
    flex-shrink: 0;
}

.product-detail-img__badge span {
    line-height: 1;
}

.product-detail-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem 0.65rem;
}

.product-detail-old {
    font-size: 1rem;
    font-weight: 500;
    color: #9aa0a6;
    text-decoration: line-through;
}

.product-detail-save {
    display: inline-flex;
    align-items: center;
    background: #fff4e8;
    color: #9a4a00;
    border: 1px solid rgba(229, 114, 1, 0.28);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
}

.product-thumb {
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
    border: 2px solid transparent !important;
}

.product-thumb:hover,
.product-thumb.is-active {
    border-color: var(--brand-orange) !important;
    transform: translateY(-2px);
}

.scarcity-note {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    background: #fff4e8;
    border: 1px solid rgba(229, 114, 1, 0.3);
    color: #7a3b00;
    border-radius: 10px;
    padding: 0.7rem 0.85rem;
    font-size: 0.86rem;
}

.scarcity-note i {
    color: var(--brand-orange);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.product-trust-tile {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 12px;
    padding: 0.85rem 0.65rem;
    text-align: center;
    height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-trust-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(17, 17, 17, 0.08);
    border-color: rgba(229, 114, 1, 0.35);
}

.product-trust-tile i {
    display: block;
    font-size: 1.2rem;
    color: var(--brand-orange);
    margin-bottom: 0.35rem;
}

.product-trust-tile strong {
    display: block;
    font-size: 0.88rem;
    color: #111;
}

.product-trust-tile span {
    display: block;
    font-size: 0.72rem;
    color: #6c757d;
}

.product-trust-tile--highlight {
    background: linear-gradient(160deg, #fff8f0, #fff);
    border-color: rgba(229, 114, 1, 0.4);
    box-shadow: inset 3px 0 0 var(--brand-orange);
}

.btn-buy-pulse {
    animation: buyPulse 2.4s ease-in-out infinite;
}

@keyframes buyPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(229, 114, 1, 0.45); }
    50% { box-shadow: 0 0 0 10px rgba(229, 114, 1, 0); }
}

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

.guarantee-tab-list li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    padding: 0.4rem 0;
    color: #495057;
}

.guarantee-tab-list i {
    color: var(--brand-orange);
    margin-top: 0.15rem;
}

/* ── Shop / category page ────────────────── */
.page-hero--shop,
.page-hero--product {
    background:
        radial-gradient(circle at 90% 20%, rgba(229, 114, 1, 0.12), transparent 35%),
        linear-gradient(180deg, #fffaf4 0%, #fff 100%);
}

.shop-hero-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: #111;
    color: #fff;
    border-radius: 14px;
    padding: 0.7rem 1rem;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
}

.shop-hero-guarantee i {
    font-size: 1.4rem;
    color: #ffb066;
}

.shop-hero-guarantee strong {
    display: block;
    font-size: 0.9rem;
    line-height: 1.2;
}

.shop-hero-guarantee span {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
}

.shop-sidebar-scarcity {
    background: linear-gradient(160deg, #fff4e8, #fff);
    border: 1px dashed rgba(229, 114, 1, 0.45);
    border-radius: 14px;
    padding: 1rem;
}

.shop-sidebar-scarcity__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(229, 114, 1, 0.14);
    color: var(--brand-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.shop-sidebar-scarcity strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #111;
}

.shop-sidebar-scarcity p {
    font-size: 0.82rem;
    color: #6c757d;
}

/* ── Why us list ─────────────────────────── */
.why-guarantee-list li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0;
    font-weight: 600;
    color: #333;
}

.why-guarantee-list i {
    color: var(--brand-orange);
}

/* ── CTA guarantee badge ─────────────────── */
.cta-guarantee-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    letter-spacing: 0.03em;
}

/* ── GPS platform (moved from home inline) ─ */
.gps-platform-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(229, 114, 1, 0.18), transparent 42%),
        radial-gradient(circle at 86% 86%, rgba(17, 110, 118, 0.18), transparent 44%),
        linear-gradient(180deg, #fffdf8 0%, #f7fbfd 100%);
}

.gps-platform-section::before,
.gps-platform-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.gps-platform-section::before {
    width: 280px;
    height: 280px;
    right: -120px;
    top: -80px;
    background: rgba(229, 114, 1, 0.13);
}

.gps-platform-section::after {
    width: 240px;
    height: 240px;
    left: -100px;
    bottom: -120px;
    background: rgba(17, 110, 118, 0.1);
}

.gps-section-kicker {
    background: rgba(17, 110, 118, 0.12);
    color: #0b5e66;
}

.gps-platform-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #55616f;
}

.gps-capability-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.gps-capability-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(16, 28, 45, 0.08);
    color: #243447;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(16, 28, 45, 0.05);
}

.gps-capability-item i {
    color: #e57201;
    font-size: 0.95rem;
}

.gps-info-card {
    position: relative;
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 33, 55, 0.08);
    box-shadow: 0 14px 30px rgba(16, 28, 45, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.gps-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(16, 28, 45, 0.14);
}

.gps-info-card-alerts {
    background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%);
}

.gps-info-card-reports {
    background: linear-gradient(180deg, #ffffff 0%, #f4fcff 100%);
}

.gps-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.9rem;
    color: #fff;
    background: linear-gradient(135deg, #e57201, #e8993b);
    box-shadow: 0 10px 20px rgba(229, 114, 1, 0.28);
}

.gps-info-card-alerts .gps-info-icon {
    background: linear-gradient(135deg, #d36000, #f18e2c);
}

.gps-info-card-reports .gps-info-icon {
    background: linear-gradient(135deg, #0b6d77, #17a1b1);
    box-shadow: 0 10px 20px rgba(23, 161, 177, 0.24);
}

.gps-info-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #132036;
    margin-bottom: 0.9rem;
}

.gps-card-intro {
    color: #5a6978;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-bottom: 0.85rem;
}

.gps-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.38rem 0;
    color: #334155;
    border-bottom: 1px dashed rgba(15, 33, 55, 0.08);
}

.gps-feature-list li:last-child {
    border-bottom: 0;
}

.gps-feature-list i {
    color: #e57201;
    margin-top: 0.14rem;
    font-size: 0.95rem;
}

.gps-info-card-reports .gps-feature-list i {
    color: #0b6d77;
}

.gps-action-panel {
    border-radius: 18px;
    padding: 1.2rem 1.3rem;
    background: linear-gradient(130deg, rgba(11, 109, 119, 0.93), rgba(7, 82, 98, 0.93));
    color: #fff;
    box-shadow: 0 16px 30px rgba(7, 82, 98, 0.24);
}

.gps-action-title {
    font-size: 1.1rem;
    font-weight: 800;
}

.gps-action-copy {
    color: rgba(255, 255, 255, 0.87);
    font-size: 0.94rem;
}

.gps-action-panel .btn-brand {
    border-color: #fff;
    background: #fff;
    color: #0b6d77;
}

.gps-action-panel .btn-brand:hover {
    background: #e6f7f9;
    color: #075d66;
    border-color: #e6f7f9;
}

.gps-action-panel .btn-brand-outline {
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
}

.gps-action-panel .btn-brand-outline:hover {
    border-color: #fff;
    background: #fff;
    color: #0b6d77;
}

@media (min-width: 992px) {
    .gps-capability-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gps-info-card {
        padding: 1.7rem 1.4rem;
    }

    .gps-action-panel {
        padding: 1.35rem 1.5rem;
    }

    .guarantee-showcase__panel {
        padding: 2.4rem 2.2rem;
    }
}

@media (max-width: 576px) {
    .urgency-bar__text {
        font-size: 0.8rem;
    }

    .gps-capability-strip {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .gps-capability-item {
        border-radius: 12px;
        font-size: 0.86rem;
        padding: 0.65rem 0.75rem;
    }

    .gps-info-card {
        border-radius: 14px;
        padding: 1.2rem 1rem;
    }

    .guarantee-showcase__panel {
        border-radius: 16px;
        padding: 1.35rem 1.1rem;
    }

    .shop-hero-guarantee {
        width: 100%;
    }

    .trust-strip__item {
        flex-direction: column;
        text-align: center;
        gap: 0.4rem;
    }
}
