/* ========================================================= */
/* PREMIUM RESTYLING - Cucciolo Senza Caos                   */
/* ========================================================= */

:root {
    --color-primary: #2A6F75;
    --color-accent: #ECA72C;
    --color-cta: #D95A40;
    --color-cta-dark: #b84c36;
    --color-text: #2C303A;
    --color-text-light: #6b7280;
    --color-bg: #FDFBF7;
    --color-bg-card: #ffffff;
    --color-border: #e8e4de;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Nunito Sans', system-ui, sans-serif;

    /* Premium shadows */
    --shadow-sm: 0 2px 8px rgba(42, 111, 117, 0.06);
    --shadow-md: 0 8px 24px rgba(42, 111, 117, 0.12);
    --shadow-lg: 0 16px 40px rgba(42, 111, 117, 0.16);
    --shadow-cta: 0 8px 20px rgba(217, 90, 64, 0.3);
    
    /* Animation easing */
    --ease-squish: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 100%; scroll-behavior: smooth; }
body { 
    font-family: var(--font-body); 
    color: var(--color-text); 
    background: var(--color-bg); 
    line-height: 1.6; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }
a { color: inherit; transition: color 0.2s var(--ease-smooth); }
.container { max-width: 680px; margin: 0 auto; padding: 0 24px; } /* Increased padding for breathing room */

/* Text Utilities */
.lining-nums { font-variant-numeric: lining-nums; }

/* Announcement Bar */
.announcement-bar { background: var(--color-primary); color: #fff; text-align: center; font-size: 0.8rem; font-weight: 700; padding: 12px 16px; letter-spacing: 0.4px; }

/* Header — nascosto, logo inline nell'eyebrow */
.main-header { display: none; }
.brand-logo { height: 52px; width: auto; }

/* Sections */
.section { padding: 3rem 0; /* More airy */ }
.section + .section { border-top: 1px solid var(--color-border); }

/* Typography */
h1 { font-family: var(--font-heading); color: var(--color-primary); font-weight: 900; font-size: 1.8rem; line-height: 1.15; margin-bottom: 1rem; font-variant-numeric: lining-nums; letter-spacing: -0.5px; }
h2 { font-family: var(--font-heading); color: var(--color-primary); font-weight: 900; font-size: 1.4rem; line-height: 1.2; margin-bottom: 1rem; font-variant-numeric: lining-nums; letter-spacing: -0.3px; }
h3 { font-family: var(--font-body); color: var(--color-text); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.35rem; letter-spacing: -0.2px; }
p { margin-bottom: 1rem; font-size: 1rem; color: var(--color-text); line-height: 1.65; }
.lead { font-size: 1.1rem; color: var(--color-text); font-weight: 600; line-height: 1.5; }
.muted { color: var(--color-text-light); font-size: 0.9rem; }

/* Badge + logo row */
.eyebrow-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.eyebrow-badge { display: inline-block; background: rgba(228, 221, 211, 0.4); border: 1px solid rgba(42, 111, 117, 0.1); color: var(--color-primary); font-size: 0.8rem; font-weight: 800; padding: 6px 16px; border-radius: 999px; letter-spacing: 0.5px; text-transform: uppercase; }
.eyebrow-logo { height: 44px; width: auto; flex-shrink: 0; }

/* Price */
.price-block { margin: 1.5rem 0; display: flex; align-items: baseline; gap: 12px; }
.price-current { font-size: 2.5rem; font-weight: 900; color: var(--color-cta); font-family: var(--font-body); font-variant-numeric: lining-nums; letter-spacing: -1px; }
.price-compare { font-size: 1.1rem; color: var(--color-text-light); text-decoration: line-through; font-variant-numeric: lining-nums; font-weight: 600; }
.price-reason { font-size: 0.85rem; color: var(--color-text-light); font-weight: 600; margin-top: -8px; margin-bottom: 1.25rem; font-style: italic; }

/* CTA Button */
.btn-cta { display: block; width: 100%; background: var(--color-cta); color: #fff; text-align: center; padding: 18px 24px; border-radius: 12px; font-size: 1.1rem; font-weight: 800; text-decoration: none; border: none; cursor: pointer; transition: all 0.3s var(--ease-squish); font-family: var(--font-body); box-shadow: var(--shadow-cta); }
.btn-cta:hover { background: var(--color-cta-dark); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(217, 90, 64, 0.4); }
.btn-cta:active { transform: translateY(0) scale(0.98); box-shadow: 0 4px 12px rgba(217, 90, 64, 0.3); }

/* Trust Line */
.trust-line { text-align: center; font-size: 0.8rem; color: var(--color-text-light); margin-top: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 6px; }
.trust-line svg { width: 14px; height: 14px; color: var(--color-primary); }

/* Benefit List */
.benefit-list { list-style: none; margin: 1.5rem 0; }
.benefit-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; font-size: 0.95rem; font-weight: 600; color: var(--color-text); line-height: 1.4; }
.benefit-list .icon-wrapper { flex-shrink: 0; width: 24px; height: 24px; background: rgba(42, 111, 117, 0.1); color: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.benefit-list svg { width: 14px; height: 14px; stroke-width: 3; }

/* Pain quotes */
.pain-quote { background: #fff; border: 1px solid var(--color-border); border-left: 4px solid var(--color-accent); padding: 16px 20px 16px 48px; margin: 1rem 0; font-size: 0.95rem; font-style: italic; color: var(--color-text); border-radius: 8px; box-shadow: var(--shadow-sm); position: relative; }
.pain-quote::before { content: '“'; font-family: var(--font-heading); color: rgba(236, 167, 44, 0.4); font-size: 3.5rem; position: absolute; left: 14px; top: 4px; line-height: 1; z-index: 0; }

/* Kit Grid */
.kit-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 1.5rem 0; }
.kit-item { display: flex; align-items: flex-start; gap: 16px; padding: 16px; background: var(--color-bg-card); border-radius: 12px; border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease-squish), box-shadow 0.3s var(--ease-smooth); }
.kit-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(42, 111, 117, 0.2); }
.kit-item-icon { flex-shrink: 0; width: 44px; height: 44px; background: rgba(42, 111, 117, 0.08); color: var(--color-primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.kit-item-icon svg { width: 20px; height: 20px; stroke-width: 2.5; }
.kit-item-text p { font-size: 0.85rem; color: var(--color-text-light); margin: 0; line-height: 1.4; }

/* For/Not For list */
.for-list { list-style: none; margin: 1rem 0; }
.for-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: 0.95rem; font-weight: 600; }
.for-list svg { color: var(--color-primary); flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; }

/* Order Bump */
.order-bump { border: 2px solid rgba(236,167,44,0.4); border-radius: 16px; padding: 1.5rem; margin: 2rem 0; background: linear-gradient(145deg, #ffffff, #fffdf8); position: relative; box-shadow: var(--shadow-md); transition: border-color 0.3s ease; }
.order-bump:hover { border-color: var(--color-accent); }
.bump-badge { position: absolute; top: -14px; left: 20px; background: var(--color-accent); color: #fff; font-size: 0.75rem; font-weight: 900; padding: 4px 16px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 10px rgba(236, 167, 44, 0.3); }
.bump-header { display: flex; align-items: center; gap: 14px; margin-top: 4px; cursor: pointer; }
.bump-header input[type="checkbox"] { width: 24px; height: 24px; accent-color: var(--color-primary); cursor: pointer; flex-shrink: 0; }
.bump-title { font-weight: 800; font-size: 1.05rem; }
.bump-price { color: var(--color-cta); font-weight: 900; font-variant-numeric: lining-nums; }
.bump-list { list-style: none; margin: 1rem 0 0; padding-left: 38px; }
.bump-list li { font-size: 0.9rem; font-weight: 600; padding: 4px 0; display: flex; align-items: flex-start; gap: 8px; }
.bump-list li svg { width: 16px; height: 16px; color: var(--color-primary); margin-top: 3px; flex-shrink: 0; }
.bump-clarify { font-size: 0.8rem; color: var(--color-text-light); margin: 1rem 0 0; padding-left: 38px; font-style: italic; line-height: 1.5; }

/* FAQ Accordion */
.faq-wrap { background: var(--color-bg-card); border-radius: 12px; border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); overflow: hidden; margin: 1.5rem 0; }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-item:last-child { border-bottom: none; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; font-weight: 700; font-size: 1rem; user-select: none; background: none; border: none; width: 100%; text-align: left; color: var(--color-text); font-family: var(--font-body); transition: background 0.2s ease; }
.faq-question:hover { background: rgba(42, 111, 117, 0.02); }
.faq-question svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--color-primary); transition: transform 0.4s var(--ease-squish); }
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-smooth), padding 0.4s var(--ease-smooth), opacity 0.4s ease; opacity: 0; font-size: 0.9rem; color: var(--color-text-light); padding: 0 20px; }
.faq-item.open .faq-answer { max-height: 400px; padding: 0 20px 18px; opacity: 1; }

/* Transformation */
.transform-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 1.5rem 0; }
@media (min-width: 480px) { .transform-grid { grid-template-columns: 1fr 1fr; } }
.transform-col { padding: 20px; border-radius: 12px; font-size: 0.9rem; box-shadow: var(--shadow-sm); }
.transform-col.before { background: #fef2f2; border: 1px solid #fecaca; }
.transform-col.after { background: #f0fdf4; border: 1px solid #bbf7d0; }
.transform-col strong { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.8px; color: var(--color-text); font-weight: 900; }
.transform-col strong svg { width: 18px; height: 18px; }
.transform-col.before strong { color: #b91c1c; }
.transform-col.after strong { color: #15803d; }
.transform-col ul { list-style: none; font-weight: 600; }
.transform-col ul li { padding: 4px 0; display: flex; align-items: flex-start; gap: 8px; }
.transform-col ul li svg { width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; }
.transform-col.before ul li svg { color: #ef4444; }
.transform-col.after ul li svg { color: #22c55e; }

/* Media */
.media-block { margin: 2rem 0; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.media-block::after { content: ''; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05); pointer-events: none; }
.media-block img { width: 100%; height: auto; display: block; }
.media-block video { width: 100%; height: auto; display: block; background: #f5f3ef; }

/* Popup Upsell */
.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(44, 48, 58, 0.7); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 9999; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity 0.3s ease; }
.popup-overlay.is-open { display: flex; opacity: 1; }
.popup-box { background: #fff; border-radius: 16px; max-width: 440px; width: 100%; padding: 1.5rem; box-shadow: var(--shadow-lg); text-align: center; position: relative; transform: scale(0.95) translateY(10px); transition: transform 0.4s var(--ease-squish); max-height: 90vh; overflow-y: auto; }
.popup-overlay.is-open .popup-box { transform: scale(1) translateY(0); }
.popup-box h3 { font-family: var(--font-heading); color: var(--color-primary); font-size: 1.25rem; margin-bottom: 0.25rem; font-weight: 900; line-height: 1.2; }
.popup-media { display: none; }
.popup-desc { display: none; }
.popup-bump-list { list-style: none; text-align: left; margin: 0.75rem 0; background: rgba(42, 111, 117, 0.03); border-radius: 12px; padding: 10px 14px; }
.popup-bump-list li { font-size: 0.88rem; font-weight: 600; padding: 4px 0; display: flex; align-items: flex-start; gap: 8px; }
.popup-bump-list li svg { width: 16px; height: 16px; color: var(--color-primary); margin-top: 3px; flex-shrink: 0;}
.popup-price { font-size: 1.4rem; font-weight: 900; color: var(--color-cta); margin: 0.75rem 0 0.25rem; font-variant-numeric: lining-nums; letter-spacing: -0.5px; }
.popup-price .popup-total { font-size: 0.85rem; font-weight: 700; color: var(--color-text-light); display: block; margin-top: 4px; }
.btn-popup-yes { display: block; width: 100%; background: var(--color-cta); color: #fff; padding: 14px 20px; border-radius: 12px; font-size: 1.05rem; font-weight: 800; border: none; cursor: pointer; font-family: var(--font-body); margin-top: 0.75rem; transition: all 0.2s; box-shadow: var(--shadow-cta); }
.btn-popup-yes:hover { background: var(--color-cta-dark); transform: translateY(-2px); }
.btn-popup-no { display: block; width: 100%; background: none; border: none; color: var(--color-text-light); font-size: 0.85rem; font-weight: 700; padding: 12px 0 0; cursor: pointer; font-family: var(--font-body); transition: color 0.2s; text-decoration: underline; text-underline-offset: 4px; }
.btn-popup-no:hover { color: var(--color-text); }

/* About / Team */
.about-section { background: var(--color-bg-card); border: 1px solid var(--color-border); border-radius: 16px; padding: 2rem; margin: 2rem 0; text-align: center; box-shadow: var(--shadow-sm); }
.about-section img { border-radius: 12px; margin: 0 auto 1.5rem; }
.about-section h2 { font-size: 1.3rem; }
.team-names { list-style: none; margin: 1rem 0; text-align: left; }
.team-names li { padding: 8px 0; font-size: 0.95rem; font-weight: 600; border-bottom: 1px solid var(--color-border); display: flex; align-items: center; gap: 10px; }
.team-names li:last-child { border-bottom: none; }
.team-names li strong { color: var(--color-primary); flex-shrink: 0; }
.team-names li svg { width: 20px; height: 20px; color: var(--color-accent); flex-shrink: 0; }

/* Format Badge */
.format-badge { display: flex; align-items: center; gap: 12px; background: rgba(42, 111, 117, 0.06); border: 1px solid rgba(42, 111, 117, 0.15); border-radius: 12px; padding: 14px 18px; margin: 1rem 0; font-size: 0.9rem; font-weight: 600; color: var(--color-primary); }
.format-icon { flex-shrink: 0; display: flex; }
.format-icon svg { width: 24px; height: 24px; color: var(--color-primary); }

/* Preview Grid — Sbircia Dentro */
.preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 1.5rem 0; }
.preview-card { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--color-border); background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease-squish), box-shadow 0.3s ease; cursor: pointer; }
.preview-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.preview-card img { width: 100%; height: auto; display: block; border-bottom: 0; transition: transform 0.6s ease; }
.preview-card:hover img { transform: scale(1.03); }
.preview-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(42, 111, 117, 0.95); backdrop-filter: blur(4px); color: #fff; font-size: 0.8rem; font-weight: 800; text-align: center; padding: 10px 8px; }

/* Origin Story Quote */
.origin-quote { background: linear-gradient(145deg, #fdfbf7, #f6f3eb); border-radius: 12px; padding: 20px 24px; margin-top: 1.5rem; text-align: left; border-left: 4px solid var(--color-primary); box-shadow: var(--shadow-sm); position: relative; }
.origin-quote p { font-size: 0.95rem; margin-bottom: 8px; color: var(--color-text); line-height: 1.5; font-style: italic; }
.origin-quote .origin-author { font-size: 0.85rem; font-weight: 800; color: var(--color-primary); margin: 0; font-style: normal; text-transform: uppercase; letter-spacing: 0.5px; display: flex; align-items: center; gap: 6px;}

/* Guarantee Box */
.guarantee-box { background: linear-gradient(145deg, #ffffff, #fffbf0); border: 1px solid var(--color-accent); border-radius: 16px; padding: 20px 24px; margin-top: 2rem; text-align: center; box-shadow: var(--shadow-md); position: relative; overflow: hidden; }
.guarantee-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--color-accent); }
.guarantee-box .guarantee-title { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; color: var(--color-text); display: flex; align-items: center; justify-content: center; gap: 8px; }
.guarantee-box .guarantee-title svg { color: var(--color-accent); width: 22px; height: 22px; }
.guarantee-box .guarantee-text { font-size: 0.9rem; color: var(--color-text-light); margin: 0; line-height: 1.5; }

/* Stat Callout */
.stat-callout { background: rgba(236, 167, 44, 0.08); border: 1px solid rgba(236, 167, 44, 0.3); border-radius: 12px; padding: 20px; margin: 1.5rem 0; text-align: center; position: relative; }
.stat-callout .stat-title { font-size: 1.05rem; font-weight: 800; margin-bottom: 6px; color: var(--color-text); }
.stat-callout .stat-text { font-size: 0.95rem; color: var(--color-text-light); margin: 0; }

/* Footer */
.site-footer { text-align: center; padding: 3rem 24px; font-size: 0.85rem; color: var(--color-text-light); border-top: 1px solid var(--color-border); margin-top: 2rem; }
.site-footer p { margin-bottom: 0.5rem; }
.site-footer a { color: var(--color-primary); text-decoration: underline; font-weight: 600; text-underline-offset: 3px; }

/* Scroll Reveal Animations */
.reveal-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s var(--ease-smooth), transform 0.8s var(--ease-smooth);
}
.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Problem Map — 5 Problemi 5 Schede */
.problem-map { display: flex; flex-direction: column; gap: 12px; margin: 1.5rem 0; }
.problem-card { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; border-radius: 14px; background: var(--color-bg-card); border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease-squish), box-shadow 0.3s ease; }
.problem-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.problem-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.problem-icon svg { width: 24px; height: 24px; }
.problem-icon.pi-notte { background: rgba(99, 102, 241, 0.1); color: #6366f1; }
.problem-icon.pi-colpa { background: rgba(236, 72, 153, 0.1); color: #ec4899; }
.problem-icon.pi-morsi { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.problem-icon.pi-pipi { background: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.problem-icon.pi-confusione { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.problem-card-text { flex: 1; min-width: 0; }
.problem-card-text .problem-title { font-weight: 800; font-size: 0.95rem; color: var(--color-text); margin-bottom: 2px; }
.problem-card-text .problem-solution { font-size: 0.85rem; font-weight: 600; color: var(--color-primary); margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
.problem-card-text .problem-solution svg { width: 14px; height: 14px; flex-shrink: 0; }
.problem-card-text .problem-voc { font-size: 0.8rem; color: var(--color-text-light); font-style: italic; margin: 0; line-height: 1.4; }
.problem-map-footer { text-align: center; font-size: 0.85rem; font-weight: 700; color: var(--color-primary); margin-top: 0.5rem; }

@media (min-width: 640px) {
    h1 { font-size: 2.3rem; }
    h2 { font-size: 1.6rem; }
    .kit-grid { grid-template-columns: 1fr 1fr; }
    .container { padding: 0 32px; }
    .popup-box { padding: 2rem; }
    .popup-media { display: block; margin: 0.75rem 0; }
    .popup-desc { display: block; font-size: 0.95rem; margin-bottom: 0.5rem; color: var(--color-text); }
    .about-section { padding: 2.5rem; }
}

/* ========================================================= */
/* WHATSAPP TESTIMONIALS SLIDER                              */
/* ========================================================= */
.testimonials-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.wa-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    max-width: 100%;
    margin: 0 auto;
}
.wa-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 0.5rem 0.25rem 1rem;
    flex: 1;
    min-width: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.wa-track::-webkit-scrollbar { display: none; }
.wa-slide {
    flex: 0 0 auto;
    width: min(280px, 75vw);
    scroll-snap-align: center;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    background: var(--color-bg-card);
    transition: transform 0.3s var(--ease-smooth), box-shadow 0.3s var(--ease-smooth);
}
.wa-slide:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.wa-slide img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}
.wa-arrow {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    background: var(--color-bg-card);
    color: var(--color-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.2s var(--ease-smooth);
    z-index: 2;
}
.wa-arrow:hover { background: var(--color-primary); color: #fff; transform: scale(1.05); }
.wa-arrow svg { width: 20px; height: 20px; }
.wa-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}
.wa-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: var(--color-border);
    cursor: pointer;
    padding: 0;
    transition: all 0.25s var(--ease-smooth);
}
.wa-dot.is-active {
    background: var(--color-primary);
    width: 24px;
    border-radius: 4px;
}
@media (min-width: 640px) {
    .wa-slide { width: 300px; }
}
@media (max-width: 639px) {
    .wa-arrow { display: none; }
    .wa-track { padding-left: 1rem; padding-right: 1rem; }
}
