.audio-page,
.audp-page {
    --audio-ink: #241d2c;
    --audio-muted: #6c6470;
    --audio-accent: #a84f78;
    --audio-accent-dark: #81395b;
    --audio-blush: #f6eaf0;
    --audio-cream: #fbfaf8;
    --audio-line: rgba(54, 39, 60, 0.11);
    color: var(--audio-ink);
    background: var(--audio-cream);
    font-family: Roboto, Arial, sans-serif;
}

.audio-page *,
.audp-page * {
    box-sizing: border-box;
}

.audio-site-header .topnav-inner {
    min-height: 68px;
}

.audio-site-header .logo {
    color: #2b2132;
}

.audio-site-header .menu-link:hover {
    color: #a84f78;
}

.audio-site-header .topnav-mobile-action {
    background: #a84f78;
    color: #fff;
}

.audio-top-benefits {
    background: #241d2c;
}

.audio-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #a84f78;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.audio-btn,
.audio-btn:hover,
.audio-btn:focus,
.audio-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.audio-btn-primary,
.audio-btn-primary:visited {
    background: #a84f78;
    color: #fff;
    box-shadow: 0 12px 28px rgba(168, 79, 120, 0.24);
}

.audio-btn-primary:hover,
.audio-btn-primary:focus {
    background: #913f66;
    color: #fff;
    box-shadow: 0 16px 34px rgba(168, 79, 120, 0.3);
}

.audio-btn-secondary,
.audio-btn-secondary:visited {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.audio-btn-secondary:hover,
.audio-btn-secondary:focus {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
}

.audio-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 82px;
    background:
        radial-gradient(circle at 78% 10%, rgba(168, 79, 120, 0.28), transparent 34%),
        linear-gradient(135deg, #211b28 0%, #312337 55%, #1d1922 100%);
    color: #fff;
}

.audio-hero-glow {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

.audio-hero-glow-one {
    width: 520px;
    height: 520px;
    top: -310px;
    right: 6%;
}

.audio-hero-glow-two {
    width: 280px;
    height: 280px;
    bottom: -175px;
    left: 8%;
}

.audio-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    align-items: center;
    gap: 72px;
}

.audio-hero .audio-kicker {
    color: #e9a9c7;
}

.audio-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2.2px;
}

.audio-hero-copy > p {
    max-width: 670px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    line-height: 1.62;
}

.audio-hero-price {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 27px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.055);
}

.audio-hero-price span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.audio-hero-price strong {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.audio-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.audio-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 22px;
    margin-top: 27px;
}

.audio-hero-trust span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.audio-hero-trust i {
    margin-right: 5px;
    color: #e6a4c3;
}

.audio-hero-visual {
    position: relative;
    min-height: 480px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
        rgba(11, 8, 14, 0.16);
    box-shadow: 0 34px 80px rgba(8, 5, 10, 0.34);
}

.audio-disc {
    position: absolute;
    top: 42px;
    right: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 155px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background:
        repeating-radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 3px 8px),
        #18131d;
    color: #eba8c8;
    font-size: 28px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.32);
}

.audio-disc:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    border: 8px solid #a84f78;
    border-radius: 50%;
    background: #f4d5e4;
}

.audio-disc i {
    position: relative;
    z-index: 1;
    font-size: 13px;
}

.audio-wave {
    position: absolute;
    top: 175px;
    left: 34px;
    right: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 92px;
}

.audio-wave span {
    width: 5px;
    min-height: 8px;
    border-radius: 99px;
    background: linear-gradient(180deg, #f0b4d0, #a84f78);
    box-shadow: 0 0 18px rgba(232, 154, 192, 0.24);
}

.audio-hero-product {
    position: absolute;
    right: 34px;
    bottom: 30px;
    left: 34px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
    min-height: 148px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    color: #2b2132;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.audio-hero-product:hover {
    color: #2b2132;
}

.audio-hero-product img {
    display: block;
    width: 112px;
    height: 120px;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

.audio-hero-product span {
    display: block;
}

.audio-hero-product small {
    display: block;
    margin-bottom: 4px;
    color: #9b7186;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.audio-hero-product strong {
    display: block;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
}

.audio-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 36px;
}

.audio-section-heading h2 {
    max-width: 680px;
    margin: 0;
    color: #241d2c;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.8px;
}

.audio-section-heading > p {
    max-width: 520px;
    margin: 0;
    color: #6c6470;
    font-size: 15px;
    line-height: 1.62;
}

.audio-catalog {
    padding: 78px 0 84px;
    background: #fbfaf8;
}

.audio-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.audio-product-card,
.audio-product-card:hover,
.audio-product-card:focus,
.audio-product-card:visited {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(54, 39, 60, 0.1);
    border-radius: 18px;
    background: #fff;
    color: #241d2c;
    box-shadow: 0 10px 28px rgba(43, 31, 49, 0.055);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.audio-product-card:hover,
.audio-product-card:focus {
    border-color: rgba(168, 79, 120, 0.34);
    box-shadow: 0 17px 42px rgba(43, 31, 49, 0.12);
    color: #241d2c;
}

.audio-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 4.45;
    overflow: hidden;
    padding: 14px;
    background: transparent;
}

.audio-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: transparent;
    transition: transform 0.25s ease;
}

.audio-product-card:hover .audio-product-image img {
    transform: scale(1.025);
}

.audio-product-badge {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(168, 79, 120, 0.94);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
}

.audio-product-badge-plain {
    background: rgba(36, 29, 44, 0.9);
}

.audio-product-view {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 9px;
    background: rgba(36, 29, 44, 0.91);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.audio-product-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px 17px 17px;
    border-top: 1px solid rgba(54, 39, 60, 0.075);
}

.audio-product-info > small {
    display: block;
    margin-bottom: 5px;
    color: #a84f78;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.audio-product-info > strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 900;
}

.audio-product-description {
    display: block;
    margin-bottom: 15px;
    color: #746c78;
    font-size: 13px;
    line-height: 1.48;
}

.audio-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.audio-product-bottom b {
    color: #241d2c;
    font-size: 16px;
    font-weight: 900;
}

.audio-product-bottom > span {
    color: #968e99;
    font-size: 11px;
}

.audio-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    padding: 35px;
    border: 1px dashed rgba(168, 79, 120, 0.28);
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.audio-empty i {
    margin-bottom: 14px;
    color: #a84f78;
    font-size: 38px;
}

.audio-empty strong {
    margin-bottom: 7px;
    font-size: 20px;
}

.audio-empty span {
    color: #6c6470;
}

.audio-how {
    padding: 78px 0 84px;
    background:
        radial-gradient(circle at 18% 0, rgba(168, 79, 120, 0.2), transparent 27%),
        #241d2c;
    color: #fff;
}

.audio-section-heading-light h2 {
    color: #fff;
}

.audio-section-heading-light > p {
    color: rgba(255, 255, 255, 0.67);
}

.audio-section-heading-light .audio-kicker {
    color: #e9a9c7;
}

.audio-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.audio-how-grid article {
    position: relative;
    min-height: 238px;
    padding: 28px 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
}

.audio-how-grid article > span {
    position: absolute;
    top: 15px;
    right: 18px;
    color: rgba(255, 255, 255, 0.13);
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
}

.audio-how-grid article > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    border-radius: 13px;
    background: rgba(168, 79, 120, 0.24);
    color: #f0b2cf;
    font-size: 20px;
}

.audio-how-grid strong {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.3;
}

.audio-how-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.55;
}

.audio-formats {
    padding: 78px 0 84px;
    background: #f5f1f3;
}

.audio-format-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.audio-format-grid article {
    padding: 25px 22px;
    border: 1px solid rgba(54, 39, 60, 0.09);
    border-radius: 16px;
    background: #fff;
}

.audio-format-grid i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #f6eaf0;
    color: #a84f78;
    font-size: 18px;
}

.audio-format-grid strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 900;
}

.audio-format-grid span {
    display: block;
    color: #746c78;
    font-size: 13px;
    line-height: 1.5;
}

.audio-qr-note {
    padding: 72px 0;
    background: #fbfaf8;
}

.audio-qr-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    padding: 34px 38px;
    border: 1px solid rgba(54, 39, 60, 0.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(43, 31, 49, 0.07);
}

.audio-qr-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f7edf2, #ead6e0);
    color: #81395b;
    font-size: 52px;
}

.audio-qr-icon .fa-qrcode {
    position: absolute;
    right: 14px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 4px solid #fff;
    border-radius: 12px;
    background: #241d2c;
    color: #fff;
    font-size: 21px;
}

.audio-qr-card h2 {
    margin: 0 0 9px;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
}

.audio-qr-card p {
    max-width: 700px;
    margin: 0;
    color: #6c6470;
    font-size: 14px;
    line-height: 1.58;
}

.audio-footer .spf-top-btn {
    background: #a84f78;
}

.audio-footer .spf-logo i {
    color: #e4a3c1;
}

.audio-footer .spf-links a:hover,
.audio-footer .spf-contacts a:hover {
    color: #e4a3c1;
}

.audio-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: #8b818e;
    font-size: 12px;
}

.audio-breadcrumb a {
    color: #8b818e;
    text-decoration: none;
}

.audio-breadcrumb a:hover {
    color: #a84f78;
}

.audio-breadcrumb i {
    font-size: 8px;
}

.audio-breadcrumb span {
    color: #4b414e;
    font-weight: 700;
}

.audp-hero {
    padding: 30px 0 65px;
    background:
        radial-gradient(circle at 90% 7%, rgba(168, 79, 120, 0.13), transparent 31%),
        #fbfaf8;
}

.audp-gallery-card {
    border-color: rgba(54, 39, 60, 0.1);
    background: transparent;
}

.audp-gallery-card .spv2-gallery-stage {
    background: transparent;
}

.audp-gallery-card .spv2-gallery-slide,
.audp-gallery-card .spv2-gallery-slide img,
.audp-gallery-card .spv2-gallery-thumb img {
    background: transparent;
}

.audp-gallery-card .spv2-gallery-slide img {
    object-fit: contain;
    object-position: center;
}

.audp-gallery-trust i {
    color: #a84f78;
}

.audp-order-card {
    border-color: rgba(54, 39, 60, 0.1);
    box-shadow: 0 20px 54px rgba(43, 31, 49, 0.09);
}

.audp-order-card .spv2-kicker {
    color: #a84f78;
}

.audp-order-card .spv2-option-input:checked + .spv2-option-label {
    border-color: #a84f78;
    box-shadow: 0 0 0 2px rgba(168, 79, 120, 0.12);
}

.audp-order-card .spv2-step-head > span {
    background: #a84f78;
}

.audp-intro-card {
    background: #f8f1f4;
}

.audp-qr-status {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(168, 79, 120, 0.12);
}

.audp-qr-status > i {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #a84f78;
    color: #fff;
}

.audp-qr-status span,
.audp-qr-status strong {
    display: block;
}

.audp-qr-status span {
    color: #746a77;
    font-size: 12px;
    line-height: 1.4;
}

.audp-qr-status strong {
    margin-bottom: 2px;
    color: #241d2c;
    font-size: 13px;
}

.audp-media-note {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 3px 0 8px;
    padding: 17px;
    border: 1px solid rgba(168, 79, 120, 0.18);
    border-radius: 14px;
    background: linear-gradient(135deg, #fbf3f7, #f5e7ee);
}

.audp-media-note-icons {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.audp-media-note-icons i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-left: -7px;
    border: 2px solid #f9eff4;
    border-radius: 50%;
    background: #a84f78;
    color: #fff;
    font-size: 12px;
}

.audp-media-note-icons i:first-child {
    margin-left: 0;
}

.audp-media-note-icons .fa-telegram-plane {
    background: #249bd7;
}

.audp-media-note strong,
.audp-media-note span {
    display: block;
}

.audp-media-note strong {
    margin-bottom: 4px;
    color: #4c2d3e;
    font-size: 14px;
    line-height: 1.35;
}

.audp-media-note span {
    color: #755d6a;
    font-size: 12px;
    line-height: 1.45;
}

.audp-contact-step .spv2-field {
    margin-bottom: 13px;
}

.audp-contact-step textarea {
    resize: vertical;
}

.audp-action-box .spv2-main-btn,
.audp-action-box .spv2-main-btn:hover,
.audp-action-box .spv2-main-btn:focus {
    background: #a84f78;
    border-color: #a84f78;
    color: #fff;
}

.audp-explain,
.audp-related {
    padding: 72px 0 78px;
}

.audp-explain {
    background: #f4eff2;
}

.audp-explain-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.audp-explain-grid article {
    padding: 25px 23px;
    border: 1px solid rgba(54, 39, 60, 0.09);
    border-radius: 16px;
    background: #fff;
}

.audp-explain-grid i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 17px;
    border-radius: 13px;
    background: #f6eaf0;
    color: #a84f78;
    font-size: 19px;
}

.audp-explain-grid strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 900;
}

.audp-explain-grid p {
    margin: 0;
    color: #746c78;
    font-size: 13px;
    line-height: 1.52;
}

.audp-related {
    background: #fbfaf8;
}

.audio-section-heading-row {
    align-items: center;
}

.audio-text-link,
.audio-text-link:hover,
.audio-text-link:visited {
    color: #a84f78;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.audio-text-link i {
    margin-left: 6px;
}

.audp-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audp-related-grid .audio-product-description {
    display: none;
}

.audp-delivery-note {
    padding: 24px 0;
    background: #241d2c;
    color: #fff;
}

.audp-delivery-note .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.audp-delivery-note .container > div {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.69);
    font-size: 13px;
}

.audp-delivery-note .container > div > i {
    color: #e6a4c3;
    font-size: 25px;
}

.audp-delivery-note strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
}

.audp-delivery-note a,
.audp-delivery-note a:hover,
.audp-delivery-note a:visited {
    flex: 0 0 auto;
    padding: 10px 15px;
    border-radius: 9px;
    background: #a84f78;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .audio-hero-grid {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 42px;
    }

    .audio-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .audp-related-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .audio-hero {
        padding: 58px 0 64px;
    }

    .audio-hero-grid {
        grid-template-columns: 1fr;
    }

    .audio-hero-copy h1 {
        max-width: 750px;
        font-size: 52px;
    }

    .audio-hero-visual {
        width: 100%;
        max-width: 620px;
        min-height: 440px;
        margin: 0 auto;
    }

    .audio-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .audio-section-heading > p {
        max-width: 740px;
    }

    .audio-how-grid,
    .audp-explain-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .audio-format-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audio-qr-card {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .audio-qr-icon {
        width: 112px;
        height: 112px;
        font-size: 42px;
    }

    .audio-qr-card .audio-btn {
        grid-column: 2;
        justify-self: start;
    }

    .audp-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .audio-hero {
        padding: 42px 0 48px;
    }

    .audio-hero-copy h1 {
        margin-bottom: 17px;
        font-size: 39px;
        letter-spacing: -1.3px;
    }

    .audio-hero-copy > p {
        font-size: 16px;
        line-height: 1.55;
    }

    .audio-hero-actions,
    .audio-btn {
        width: 100%;
    }

    .audio-hero-trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .audio-hero-visual {
        min-height: 385px;
        border-radius: 22px;
    }

    .audio-disc {
        top: 27px;
        right: 24px;
        width: 118px;
        height: 118px;
    }

    .audio-wave {
        top: 135px;
        left: 20px;
        right: 20px;
        gap: 4px;
        height: 74px;
    }

    .audio-wave span {
        width: 4px;
    }

    .audio-hero-product {
        right: 18px;
        bottom: 18px;
        left: 18px;
        grid-template-columns: 90px minmax(0, 1fr);
        min-height: 126px;
    }

    .audio-hero-product img {
        width: 90px;
        height: 98px;
    }

    .audio-catalog,
    .audio-how,
    .audio-formats,
    .audp-explain,
    .audp-related {
        padding: 52px 0 57px;
    }

    .audio-section-heading {
        margin-bottom: 25px;
    }

    .audio-section-heading h2 {
        font-size: 29px;
    }

    .audio-product-grid,
    .audp-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .audio-product-image {
        padding: 8px;
    }

    .audio-product-view {
        display: none;
    }

    .audio-product-info {
        padding: 14px 12px;
    }

    .audio-product-info > strong {
        font-size: 16px;
    }

    .audio-product-description {
        display: none;
    }

    .audio-product-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .audio-product-bottom b {
        font-size: 14px;
    }

    .audio-product-badge {
        top: 8px;
        left: 8px;
    }

    .audio-how-grid,
    .audp-explain-grid {
        grid-template-columns: 1fr;
    }

    .audio-how-grid article {
        min-height: 200px;
    }

    .audio-format-grid {
        grid-template-columns: 1fr;
    }

    .audio-qr-note {
        padding: 48px 0;
    }

    .audio-qr-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 22px;
    }

    .audio-qr-icon {
        width: 100px;
        height: 100px;
    }

    .audio-qr-card h2 {
        font-size: 25px;
    }

    .audio-qr-card .audio-btn {
        grid-column: auto;
        justify-self: stretch;
    }

    .audp-hero {
        padding: 20px 0 42px;
    }

    .audp-media-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .audp-contact-step .spv2-inline-field {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .audp-contact-step .spv2-inline-field > label {
        padding-top: 0;
    }

    .audp-delivery-note .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .audp-delivery-note a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .audio-hero-copy h1 {
        font-size: 34px;
    }

    .audio-hero-visual {
        min-height: 360px;
    }

    .audio-wave span:nth-child(n+17) {
        display: none;
    }

    .audio-product-grid,
    .audp-related-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .audio-product-info {
        padding: 12px 10px;
    }

    .audio-product-info > small {
        font-size: 8px;
    }

    .audio-product-info > strong {
        font-size: 14px;
    }
}
