/* ========================================
   Template 5 — Aurora Glass
   Light warm premium · Inter font · Soft gradients
   ======================================== */

@import url('css2.css');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    min-width: 480px;
    background: #f8f6f3;
    color: #1e1e1e;
    font: 400 15px/1.6 'Inter', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.lp {
    max-width: 480px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0,0,0,0.06);
}

/* ========================================
   Trust chips (top strip)
   ======================================== */
.trust-strip {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #fde68a 100%);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.trust-strip__row {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: nowrap;
}

.trust-strip__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
}

.trust-strip__social-item {
    font-size: 12px;
    font-weight: 600;
    color: #78716c;
    white-space: nowrap;
}

.trust-strip__social-item strong {
    font-size: 13px;
    font-weight: 800;
    color: #44403c;
}

.trust-strip__social-item--promo {
    font-weight: 800;
    color: #dc2626;
    letter-spacing: 0.3px;
}

.trust-strip__social-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    background: #ffffff;
    padding: 7px 11px;
    color: #92400e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1px;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.1);
    white-space: nowrap;
}

.trust-chip--hot {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    border-color: #dc2626;
    box-shadow: 0 2px 12px rgba(239, 68, 68, 0.25);
}

.trust-chip__icon {
    font-size: 13px;
    line-height: 1;
}

/* ========================================
   Hero — clean card style
   ======================================== */
.hero {
    position: relative;
    background: #ffffff;
}

.hero__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.85;
    overflow: hidden;
    background: #f1f0ee;
}

.hero__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero__discount {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    min-width: 56px;
    height: 56px;
    padding: 0 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.35);
    transform: rotate(3deg);
}

.hero__body {
    padding: 24px 20px 20px;
}

.hero__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
    color: #111;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.hero__subtitle {
    font-size: 13px;
    line-height: 1.4;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 16px;
}

.hero__prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.hero__prices-left {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.hero__saving {
    font-size: 12px;
    font-weight: 700;
    color: #16a34a;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 5px 10px;
    white-space: nowrap;
}

.hero__price-old {
    font-size: 17px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.hero__price-new {
    font-size: 34px;
    font-weight: 900;
    color: #111;
    letter-spacing: -1px;
}

.hero__price-new small {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
}


/* ---- Stock bar (on photo) ---- */
.stock-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.stock-bar__label {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    color: #fbbf24;
    white-space: nowrap;
}

.stock-bar__track {
    flex: 1 1 auto;
    height: 10px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    overflow: hidden;
}

.stock-bar__fill {
    display: block;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #22c55e, #4ade80);
    border-radius: 5px;
    transition: width 0.6s ease;
}

.stock-bar__value {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* ========================================
   Action Bar — warm gradient CTA
   ======================================== */
.action-bar {
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.action-bar--seamless {
    border-top: none;
    padding-top: 0;
}

.action-bar__mini-timer {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.action-bar__mini-timer strong {
    color: #d97706;
    font-size: 14px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.3px;
}

.countdown__timer {
    display: inline-flex;
    gap: 6px;
}

.countdown__item {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.countdown__value {
    font-size: 24px;
    font-weight: 900;
    color: #d97706;
    font-variant-numeric: tabular-nums;
}

.countdown__label {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 600;
}

.countdown__item + .countdown__item::before {
    content: ':';
    font-size: 20px;
    font-weight: 900;
    color: #d1d5db;
    margin-right: 6px;
}

.countdown__item[style*="display: none"] + .countdown__item::before {
    content: none;
    margin-right: 0;
}

.action-bar__btn {
    display: block;
    width: 100%;
    padding: 18px;
    text-align: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 24px rgba(245, 158, 11, 0.3);
    position: relative;
    overflow: hidden;
}

.action-bar__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(245, 158, 11, 0.4);
}

.action-bar__btn:active {
    transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.25);
}

.action-bar__note {
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    color: #9ca3af;
    font-weight: 500;
}

/* ========================================
   About — editorial
   ======================================== */
.about {
    padding: 40px 20px;
    border-bottom: 1px solid #f3f4f6;
}

.about h2 {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
    margin-bottom: 16px;
    padding-left: 14px;
    position: relative;
}

.about h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    background: linear-gradient(180deg, #f59e0b, #ef4444);
    border-radius: 2px;
}

.about__text {
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
}

.about__text img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* CKEditor MediaEmbed (figure.media + iframe) — адаптивне відео.
   aspect-ratio замість height:auto, бо iframe не має intrinsic size. */
.about__text figure.media,
.specs__body figure.media {
    margin: 16px auto;
    width: 100%;
    max-width: 100%;
}
.about__text figure.media iframe,
.specs__body figure.media iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.about__text strong {
    color: #111;
    font-weight: 700;
}

.about__text ul { padding-left: 20px; margin: 12px 0; }
.about__text li { margin-bottom: 6px; }
.about__text li::marker { color: #f59e0b; }

/* ========================================
   Problem / Solution
   ======================================== */
.pain-solution {
    padding: 32px 20px 28px;
    background: #fafaf9;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.pain-solution__card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 16px 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.pain-solution__section + .pain-solution__section {
    margin-top: 12px;
}

.pain-solution__divider {
    height: 1px;
    margin: 14px 0;
    background: linear-gradient(90deg, transparent, #f59e0b, transparent);
    opacity: 0.4;
}

.pain-solution__section h3 {
    font-size: 17px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.pain-solution__section--problem h2 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 14px;
}

.pain-solution__product-name {
    color: #d97706;
}

.pain-solution__section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pain-solution__section li {
    font-size: 14px;
    line-height: 1.45;
    color: #6b7280;
}

.pain-solution__section--solution li {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 10px;
    padding: 10px 12px;
    color: #92400e;
}

/* ========================================
   Specs — clean card
   ======================================== */
.specs {
    padding: 32px 20px;
}

.specs__glass {
    background: #fafaf9;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.specs h2 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 20px;
}

.specs__img {
    margin: 0 -20px 18px;
    overflow: hidden;
}

.specs__img img {
    width: 100%;
    display: block;
}

.specs__body {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.8;
}

.specs__body table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
}

.specs__body table th,
.specs__body table td {
    padding: 12px 14px;
    text-align: left;
    border: none;
}

.specs__body table th {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.specs__body table td {
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
}

.specs__body table tr:last-child td { border-bottom: none; }
.specs__body table tr:hover td { background: #fefce8; }

.specs__body img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   Reviews
   ======================================== */
.reviews {
    padding: 40px 20px;
    background: #fafaf9;
    border-top: 1px solid #f3f4f6;
}

.reviews h2 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 16px;
}

.reviews__summary {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0;
}

.reviews__summary-left {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.reviews__summary-right { text-align: right; }

.reviews__summary-stars {
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
}

.reviews__summary-score {
    font-size: 22px;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.reviews__summary-count {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.reviews__summary-recommend {
    font-size: 12px;
    color: #374151;
    font-weight: 600;
}

.reviews__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reviews-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.reviews-card__top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.reviews-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    flex: 0 0 auto;
}

.reviews-card__avatar--photo {
    background: #f3f4f6;
    overflow: hidden;
}

.reviews-card__avatar--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-card__main {
    flex: 1 1 auto;
    min-width: 0;
}

.reviews-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.reviews-card__name-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.reviews-card__stars {
    color: #f59e0b;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.reviews-card__meta {
    margin-top: 3px;
    font-size: 11px;
    color: #9ca3af;
}

.reviews-card__verified {
    margin: 8px 0 6px 46px;
    font-size: 11px;
    color: #16a34a;
    font-weight: 600;
}

.reviews-card__text {
    margin-left: 46px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

/* ========================================
   Timeline — steps with warm accent
   ======================================== */
.timeline {
    padding: 44px 20px;
    border-top: 1px solid #f3f4f6;
}

.timeline h2,
.faq h2 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 28px;
}

.timeline__track {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 32px;
}

.timeline__track::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #f59e0b, #ef4444, #f59e0b);
    opacity: 0.25;
}

.timeline__step {
    position: relative;
    padding: 0 0 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.timeline__step:last-child { padding-bottom: 0; }

.timeline__dot {
    position: absolute;
    left: -26px;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(245, 158, 11, 0.3);
}

.timeline__step svg {
    width: 44px;
    height: 44px;
    color: #d97706;
    flex: 0 0 auto;
}

.timeline__text {
    flex: 1 1 auto;
    min-width: 0;
}

.timeline__step h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.timeline__step p {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.5;
}

/* ========================================
   FAQ
   ======================================== */
.faq {
    padding: 40px 20px 48px;
    background: #fafaf9;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.faq + .order { margin-top: 0 !important; }

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq__item {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.faq__question {
    width: 100%;
    border: 0;
    background: transparent;
    color: #111;
    text-align: left;
    cursor: pointer;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.faq__icon {
    flex: 0 0 auto;
    color: #f59e0b;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.2s ease;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.faq__item.is-open .faq__answer {
    max-height: 220px;
    padding: 0 18px 16px;
}

.faq__item.is-open .faq__icon {
    transform: rotate(45deg);
}

/* ========================================
   Order Form — warm card
   ======================================== */
.order {
    margin: 24px 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.order__title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
}

.order__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f3f4f6;
}

.order__header img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.order__header h3 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
    line-height: 1.3;
    text-transform: lowercase;
}

.order__header h3::first-letter { text-transform: uppercase; }

.order__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.order__price {
    font-size: 18px;
    font-weight: 900;
    color: #d97706;
}

.order__price-old {
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
    text-decoration: line-through;
    white-space: nowrap;
}

.order__mini-timer {
    margin: -2px 0 12px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.order__mini-timer-label {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.3;
}

.order__mini-timer-value {
    font-size: 16px;
    font-weight: 800;
    color: #d97706;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.order__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-field-wrapper { position: relative; }

.order__form .field {
    width: 100%;
    display: block;
    background: #fafaf9;
    border: 1px solid #e5e7eb;
    color: #111;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 18px;
    border-radius: 12px;
    outline: none;
    transition: all 0.2s ease;
}

.order__form .field::placeholder { color: #9ca3af; }

.order__form .field:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
    background: #fff;
}

.error-message {
    display: block;
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 4px;
    font-weight: 600;
}

.field.error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08) !important;
}

.order__form .action-bar__btn { margin-top: 4px; }

.order__submit-note {
    margin-top: 2px;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    color: #9ca3af;
    font-weight: 500;
}

.button-submit2:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.action-bar__btn.success {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    box-shadow: 0 6px 24px rgba(16, 185, 129, 0.3) !important;
}

/* ========================================
   Footer
   ======================================== */
.landing-page .footer {
    max-width: 480px;
    margin: 0 auto;
    padding: 28px 20px 36px;
    text-align: center;
    border-top: 1px solid #f3f4f6;
    background: #fafaf9;
}

.footer__shop-name {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.footer a {
    color: #9ca3af;
    font-size: 11px;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.footer a:hover { color: #d97706; }

.menu-menu-1-container {
    margin-top: 4px;
    overflow-x: auto;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.footer-menu li { margin: 0; padding: 0; }

.footer__copyright {
    margin-top: 10px;
    font-size: 11px;
    color: #9ca3af;
}

/* ========================================
   Recent order popup
   ======================================== */
.recent-order-popup {
    position: fixed;
    left: max(14px, calc(50% - 240px + 14px));
    right: auto;
    top: 90px;
    z-index: 30;
    max-width: min(390px, calc(100vw - 28px));
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    pointer-events: none;
}

.recent-order-popup.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.recent-order-popup__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    flex: 0 0 auto;
}

.recent-order-popup__title {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.recent-order-popup__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.recent-order-popup__product {
    margin-top: 2px;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
}

.recent-order-popup__meta {
    font-size: 10px;
    font-weight: 500;
    color: #9ca3af;
    white-space: nowrap;
    text-align: right;
}

/* ========================================
   Sticky order bar
   ======================================== */
.sticky-order-bar {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%) translateY(12px);
    width: min(460px, calc(100vw - 16px));
    z-index: 28;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.sticky-order-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.sticky-order-bar__signals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 4px;
    border-top: 1px solid #f3f4f6;
}

.sticky-order-bar__signal {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

.sticky-order-bar__signal-label {
    font-size: 10px;
    color: #9ca3af;
    line-height: 1.1;
}

.sticky-order-bar__signal-value {
    font-size: 12px;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.sticky-order-bar__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sticky-order-bar__prices {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sticky-order-bar__price-new {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.sticky-order-bar__price-old {
    margin-top: 1px;
    font-size: 12px;
    color: #9ca3af;
    text-decoration: line-through;
    line-height: 1.1;
}

.sticky-order-bar__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero { animation: fadeInUp 0.5s ease both 0.05s; }
.action-bar { animation: fadeInUp 0.4s ease both 0.15s; }
.about { animation: fadeInUp 0.4s ease both 0.2s; }
.specs__glass { animation: fadeInUp 0.4s ease both 0.25s; }
.timeline { animation: fadeInUp 0.4s ease both 0.3s; }
.order { animation: fadeInUp 0.4s ease both 0.35s; }
