.pages-return-and-refund .main-content,
.pages-privacy .main-content,
.pages-terms-and-condition .main-content,
.pages-warranty .main-content,
.pages-about-us .main-content {
    background: #f5f6f8;
}

.policy-page-shell,
.about-page-shell {
    min-height: 70vh;
    padding: 22px 0 74px;
    color: #272d35;
}

.policy-page-shell .container,
.about-page-shell .container {
    max-width: 1420px;
}

.policy-breadcrumb,
.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #8b929b;
    font-size: 14px;
}

.policy-breadcrumb a,
.about-breadcrumb a {
    color: #68707a;
    text-decoration: none;
}

.policy-breadcrumb a:hover,
.about-breadcrumb a:hover {
    color: #cb7100;
}

.policy-breadcrumb i,
.about-breadcrumb i {
    font-size: 8px;
}

.policy-eyebrow,
.about-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #d47700;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.policy-page-hero,
.about-page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(112deg, #1f242b 0%, #2c323a 67%, #353c45 100%);
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(25, 30, 37, .14);
}

.policy-page-hero::before,
.policy-page-hero::after,
.about-page-hero::before,
.about-page-hero::after {
    position: absolute;
    border: 1px solid rgba(255, 176, 42, .15);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.policy-page-hero::before,
.about-page-hero::before {
    top: -180px;
    left: 42%;
    width: 380px;
    height: 380px;
}

.policy-page-hero::after,
.about-page-hero::after {
    right: -130px;
    bottom: -230px;
    width: 470px;
    height: 470px;
}

.policy-page-hero {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 23px;
    min-height: 240px;
    padding: 38px 46px;
}

.policy-hero-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    color: #242a31;
    font-size: 25px;
    background: #ffad27;
    border-radius: 20px;
    box-shadow: 0 0 0 8px rgba(255, 173, 39, .1);
}

.policy-page-hero > div:last-child {
    position: relative;
    z-index: 1;
}

.policy-page-hero .policy-eyebrow {
    color: #ffb333;
}

.policy-page-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 790;
    line-height: 1.14;
}

.policy-page-hero p {
    max-width: 780px;
    margin: 9px 0 0;
    color: #c5cbd1;
    font-size: 15px;
    line-height: 1.6;
}

.policy-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 17px;
}

.policy-hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 31px;
    padding: 5px 10px;
    color: #d6dbe0;
    font-size: 11px;
    font-weight: 650;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 99px;
}

.policy-hero-badges i {
    color: #ffb333;
}

.policy-page-grid {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    margin-top: 20px;
}

.policy-navigation {
    position: sticky;
    top: 24px;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 13px;
}

.policy-navigation-card,
.policy-document,
.policy-help-card,
.policy-footer-cta {
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(31, 37, 45, .05);
}

.policy-navigation-card {
    padding: 15px;
}

.policy-navigation-card > header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaecf0;
}

.policy-navigation-card > header > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    color: #282e35;
    background: #ffad27;
    border-radius: 10px;
}

.policy-navigation-card header div {
    display: flex;
    flex-direction: column;
}

.policy-navigation-card header small {
    color: #969da5;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.policy-navigation-card h2 {
    margin: 1px 0 0;
    color: #30363e;
    font-size: 16px;
    font-weight: 760;
}

.policy-navigation-card nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.policy-navigation-card nav a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 11px;
    align-items: center;
    gap: 9px;
    min-height: 47px;
    padding: 7px 9px;
    color: #5b636d;
    text-decoration: none;
    background: #f7f8f9;
    border: 1px solid transparent;
    border-radius: 10px;
}

.policy-navigation-card nav a:hover,
.policy-navigation-card nav a:focus-visible {
    color: #343a42;
    background: #fff8eb;
    border-color: #efd29f;
    outline: none;
}

.policy-navigation-card nav a.is-active {
    color: #30363e;
    background: #fff5e2;
    border-color: #edb34e;
}

.policy-navigation-card nav a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #a76000;
    font-size: 11px;
    background: #ffefd2;
    border-radius: 9px;
}

.policy-navigation-card nav b {
    font-size: 12px;
    font-weight: 700;
}

.policy-navigation-card nav a > i {
    color: #a0a6ae;
    font-size: 8px;
}

.policy-help-card {
    padding: 17px;
    color: #dfe3e6;
    background: #252a31;
    border-color: #252a31;
}

.policy-help-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    color: #272d34;
    background: #ffad27;
    border-radius: 11px;
}

.policy-help-card h2 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 750;
}

.policy-help-card p {
    margin: 7px 0 13px;
    color: #abb2ba;
    font-size: 12px;
    line-height: 1.55;
}

.policy-help-card a,
.policy-footer-cta > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    min-height: 42px;
    padding: 8px 12px;
    color: #20242b;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    background: #ffad27;
    border-radius: 9px;
}

.policy-help-card a:hover,
.policy-help-card a:focus-visible,
.policy-footer-cta > a:hover,
.policy-footer-cta > a:focus-visible {
    color: #fff;
    background: #363c44;
    outline: none;
}

.policy-document {
    min-width: 0;
    padding: 25px 29px 32px;
}

.policy-document-header {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8eaed;
}

.policy-document-header > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #a55e00;
    background: #fff0d5;
    border-radius: 12px;
}

.policy-document-header > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.policy-document-header small {
    color: #9299a2;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.policy-document-header h2 {
    margin: 2px 0 0;
    color: #292f37;
    font-size: 21px;
    font-weight: 760;
}

.policy-document-header > b {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    padding: 5px 10px;
    color: #666e78;
    font-size: 11px;
    font-weight: 700;
    background: #f2f3f5;
    border-radius: 99px;
}

.policy-prose {
    color: #59616b;
    font-size: 15px;
    line-height: 1.85;
}

.policy-prose > :first-child {
    margin-top: 0 !important;
}

.policy-prose > :last-child {
    margin-bottom: 0 !important;
}

.policy-prose h3 {
    position: relative;
    margin: 30px 0 13px !important;
    padding: 13px 15px 13px 48px;
    color: #30363e;
    font-size: 18px;
    font-weight: 760 !important;
    line-height: 1.4;
    text-align: left !important;
    background: #f8f9fa;
    border-left: 3px solid #ffad27;
    border-radius: 0 10px 10px 0;
}

.policy-prose h3::before {
    position: absolute;
    top: 50%;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    color: #9e5900;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
    background: #ffefd2;
    border-radius: 7px;
    content: "\f15c";
    transform: translateY(-50%);
}

.policy-prose h4 {
    margin: 23px 0 8px !important;
    color: #343a42;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 750;
}

.policy-prose p {
    margin: 0 0 13px;
}

.policy-prose a {
    color: #b96300;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(185, 99, 0, .3);
    text-underline-offset: 3px;
}

.policy-prose ul,
.policy-prose ol {
    display: flex;
    margin: 13px 0 20px;
    padding: 0;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    counter-reset: policy-list;
}

.policy-prose li {
    position: relative;
    min-height: 38px;
    padding: 8px 11px 8px 41px;
    color: #545c66;
    font-size: 14px;
    line-height: 1.65;
    background: #fafbfc;
    border: 1px solid #eceef1;
    border-radius: 9px;
    counter-increment: policy-list;
}

.policy-prose ul li::before,
.policy-prose ol li::before {
    position: absolute;
    top: 10px;
    left: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #9f5a00;
    font-size: 9px;
    font-weight: 800;
    background: #ffefd2;
    border-radius: 6px;
}

.policy-prose ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.policy-prose ol li::before {
    content: counter(policy-list);
}

.policy-prose .fst-italic {
    padding: 12px 14px;
    color: #726046;
    font-style: normal !important;
    background: #fff8eb;
    border: 1px solid #f0d7ad;
    border-radius: 9px;
}

.policy-footer-cta {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin: 18px 0 0 288px;
    padding: 18px 20px;
}

.policy-footer-cta > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #282e35;
    background: #ffad27;
    border-radius: 13px;
}

.policy-footer-cta > div {
    min-width: 0;
}

.policy-footer-cta strong {
    color: #30363e;
    font-size: 15px;
}

.policy-footer-cta p {
    margin: 3px 0 0;
    color: #858d96;
    font-size: 12px;
}

.policy-footer-cta > a {
    min-width: 115px;
    justify-content: center;
}

/* About page */
.about-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, .65fr);
    align-items: center;
    gap: 50px;
    min-height: 330px;
    padding: 42px 46px;
}

.about-hero-copy,
.about-brand-card {
    position: relative;
    z-index: 1;
}

.about-page-hero .about-eyebrow {
    color: #ffb333;
}

.about-page-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(37px, 5vw, 56px);
    font-weight: 790;
    line-height: 1.1;
}

.about-hero-copy > p {
    max-width: 690px;
    margin: 12px 0 0;
    color: #c5cbd1;
    font-size: 15px;
    line-height: 1.65;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.about-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 45px;
    padding: 9px 16px;
    color: #20242b;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #ffad27;
    border: 1px solid #ffad27;
    border-radius: 10px;
}

.about-hero-actions a:last-child {
    color: #e3e6e9;
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .17);
}

.about-hero-actions a:hover,
.about-hero-actions a:focus-visible {
    color: #fff;
    background: #3a4149;
    border-color: #5d646c;
    outline: none;
}

.about-brand-card {
    padding: 23px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 17px;
    box-shadow: 0 14px 30px rgba(6, 9, 13, .15);
    backdrop-filter: blur(8px);
}

.about-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-bottom: 17px;
    padding: 9px 13px;
    background: #fff;
    border-radius: 11px;
}

.about-brand-logo img {
    width: 150px;
    max-height: 38px;
    object-fit: contain;
}

.about-brand-card > span {
    display: block;
    color: #9fa6ae;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-brand-card > strong {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 19px;
}

.about-brand-card > p {
    margin: 8px 0 14px;
    color: #b7bdc4;
    font-size: 12px;
    line-height: 1.55;
}

.about-brand-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-brand-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d9dde1;
    font-size: 11px;
}

.about-brand-features i {
    color: #ffb333;
}

.about-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
    margin: 18px 0;
}

.about-highlight-grid article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 77px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(31, 37, 45, .04);
}

.about-highlight-grid article > span,
.about-values-grid article > span,
.about-purpose-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    color: #a65e00;
    background: #fff0d5;
    border-radius: 11px;
}

.about-highlight-grid article > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.about-highlight-grid strong {
    color: #30363e;
    font-size: 14px;
}

.about-highlight-grid small {
    margin-top: 2px;
    color: #9299a2;
    font-size: 12px;
    line-height: 1.3;
}

.about-story-card,
.about-purpose-grid article,
.about-values-section,
.about-footer-cta {
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(31, 37, 45, .05);
}

.about-story-card {
    display: grid;
    grid-template-columns: minmax(310px, .65fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 42px;
    padding: 33px;
}

.about-story-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background: #f7f8f9;
    border: 1px solid #eceef1;
    border-radius: 15px;
}

.about-story-visual::before,
.about-story-visual::after {
    position: absolute;
    border: 1px dashed #e6be7b;
    border-radius: 50%;
    content: '';
}

.about-story-visual::before {
    width: 205px;
    height: 205px;
}

.about-story-visual::after {
    width: 135px;
    height: 135px;
}

.about-story-main-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    color: #272d34;
    font-size: 27px;
    background: #ffad27;
    border-radius: 22px;
    box-shadow: 0 0 0 9px rgba(255, 173, 39, .12);
}

.about-story-orbit {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #9f5a00;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ebc27c;
    border-radius: 12px;
    box-shadow: 0 7px 16px rgba(31, 37, 45, .09);
}

.about-story-orbit-one { top: 39px; left: 24%; }
.about-story-orbit-two { right: 21%; bottom: 37px; }
.about-story-orbit-three { top: 46px; right: 20%; }

.about-story-copy h2,
.about-purpose-grid h2,
.about-values-section > header h2 {
    margin: 0;
    color: #293038;
    font-size: 25px;
    font-weight: 770;
    line-height: 1.3;
}

.about-story-copy p,
.about-purpose-grid p,
.about-values-section > header p {
    margin: 10px 0 0;
    color: #646c76;
    font-size: 14px;
    line-height: 1.75;
}

.about-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    margin-top: 17px;
}

.about-purpose-grid article {
    padding: 25px;
}

.about-purpose-icon {
    margin-bottom: 17px;
}

.about-purpose-grid h2 {
    font-size: 21px;
}

.about-values-section {
    margin-top: 17px;
    padding: 29px;
}

.about-values-section > header {
    max-width: 650px;
    margin-bottom: 21px;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.about-values-grid article {
    display: flex;
    min-width: 0;
    padding: 15px;
    flex-direction: column;
    background: #fafbfc;
    border: 1px solid #eceef1;
    border-radius: 12px;
}

.about-values-grid article > span {
    margin-bottom: 13px;
}

.about-values-grid strong {
    color: #343a42;
    font-size: 14px;
}

.about-values-grid p {
    margin: 5px 0 0;
    color: #858d96;
    font-size: 12px;
    line-height: 1.55;
}

.about-footer-cta {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-top: 17px;
    padding: 19px 21px;
}

.about-footer-cta > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #282e35;
    background: #ffad27;
    border-radius: 13px;
}

.about-footer-cta strong {
    color: #30363e;
    font-size: 15px;
}

.about-footer-cta p {
    margin: 3px 0 0;
    color: #858d96;
    font-size: 12px;
}

.about-footer-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 43px;
    padding: 8px 15px;
    color: #20242b;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #ffad27;
    border-radius: 9px;
}

.about-footer-cta > a:hover,
.about-footer-cta > a:focus-visible {
    color: #fff;
    background: #252a31;
    outline: none;
}

@media (max-width: 991.98px) {
    .policy-page-grid {
        grid-template-columns: 1fr;
    }

    .policy-navigation {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .policy-document {
        order: -1;
    }

    .policy-footer-cta {
        margin-left: 0;
    }

    .about-page-hero {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .about-highlight-grid,
    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-story-card {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 25px;
        padding: 25px;
    }
}

@media (max-width: 767.98px) {
    .policy-page-shell,
    .about-page-shell {
        padding: 14px 0 94px;
    }

    .policy-page-shell .container,
    .about-page-shell .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .policy-breadcrumb,
    .about-breadcrumb {
        margin-bottom: 11px;
        font-size: 12px;
    }

    .policy-page-hero {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 15px;
        min-height: 0;
        padding: 23px 18px;
        border-radius: 15px;
    }

    .policy-hero-icon {
        width: 52px;
        height: 52px;
        font-size: 18px;
        border-radius: 14px;
    }

    .policy-page-hero h1 {
        font-size: 27px;
    }

    .policy-page-hero p,
    .policy-hero-badges {
        grid-column: 1 / -1;
    }

    .policy-page-hero p {
        font-size: 14px;
    }

    .policy-hero-badges {
        margin-top: 14px;
    }

    .policy-navigation {
        display: flex;
    }

    .policy-navigation-card,
    .policy-help-card,
    .policy-document {
        padding: 15px;
        border-radius: 14px;
    }

    .policy-navigation-card nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .policy-navigation-card nav a {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .policy-navigation-card nav a > i {
        display: none;
    }

    .policy-document-header {
        grid-template-columns: 42px minmax(0, 1fr);
        margin-bottom: 17px;
        padding-bottom: 15px;
    }

    .policy-document-header > span {
        width: 42px;
        height: 42px;
    }

    .policy-document-header h2 {
        font-size: 18px;
    }

    .policy-document-header > b {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .policy-prose {
        font-size: 14px;
        line-height: 1.8;
    }

    .policy-prose h3 {
        margin-top: 24px !important;
        padding: 11px 12px 11px 42px;
        font-size: 16px;
    }

    .policy-prose h3::before {
        left: 11px;
    }

    .policy-prose li {
        font-size: 14px;
    }

    .policy-footer-cta,
    .about-footer-cta {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 16px;
    }

    .policy-footer-cta > span,
    .about-footer-cta > span {
        width: 48px;
        height: 48px;
    }

    .policy-footer-cta > a,
    .about-footer-cta > a {
        grid-column: 1 / -1;
        width: 100%;
    }

    .about-page-hero {
        min-height: 0;
        gap: 23px;
        padding: 25px 18px;
        border-radius: 15px;
    }

    .about-page-hero h1 {
        font-size: 32px;
    }

    .about-hero-copy > p {
        font-size: 14px;
    }

    .about-highlight-grid {
        gap: 9px;
        margin: 13px 0;
    }

    .about-highlight-grid article {
        align-items: flex-start;
        min-height: 121px;
        padding: 11px;
        flex-direction: column;
    }

    .about-highlight-grid article > span {
        flex-basis: 39px;
        width: 39px;
        height: 39px;
    }

    .about-story-card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 15px;
        border-radius: 14px;
    }

    .about-story-visual {
        min-height: 225px;
    }

    .about-story-copy h2,
    .about-values-section > header h2 {
        font-size: 21px;
    }

    .about-purpose-grid {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 13px;
    }

    .about-purpose-grid article,
    .about-values-section {
        padding: 17px;
        border-radius: 14px;
    }

    .about-purpose-grid h2 {
        font-size: 19px;
    }

    .about-values-section {
        margin-top: 13px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 389.98px) {
    .policy-page-hero,
    .about-page-hero {
        padding: 20px 15px;
    }

    .policy-navigation-card nav {
        grid-template-columns: 1fr;
    }

    .policy-hero-badges span:nth-child(3) {
        display: none;
    }

    .about-hero-actions a {
        flex: 1 1 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .policy-navigation-card nav a,
    .about-hero-actions a {
        transition: none;
    }
}
