.pfr-page {
    --pfr-ink: #122022;
    --pfr-muted: #617070;
    --pfr-line: #d8e0dc;
    --pfr-soft: #f3f6f2;
    --pfr-accent: #0c6f68;
    --pfr-dark: #102629;
    --pfr-gold: #bc8b3b;
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    background: #ffffff;
    color: var(--pfr-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

.entry-content:has(.pfr-page),
.wp-block-post-content:has(.pfr-page),
.site-main:has(.pfr-page),
.content-area:has(.pfr-page),
article:has(.pfr-page) {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.pfr-active-landing {
    padding-top: 0 !important;
}

body.pfr-active-landing .entry-content:has(.pfr-page),
body.pfr-active-landing .wp-block-post-content:has(.pfr-page) {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}

body:has(.pfr-page) .site-header,
body:has(.pfr-page) #masthead,
body:has(.pfr-page) header.wp-block-template-part,
body:has(.pfr-page) .wp-site-blocks > header,
body:has(.pfr-page) .storefront-primary-navigation,
body:has(.pfr-page) .woocommerce-store-notice,
body:has(.pfr-page) .site-footer,
body:has(.pfr-page) footer.wp-block-template-part,
body:has(.pfr-page) .wp-site-blocks > footer,
body:has(.pfr-page) .wc-block-mini-cart,
body:has(.pfr-page) .wp-block-woocommerce-mini-cart,
body:has(.pfr-page) .site-header-cart {
    display: none !important;
}

.pfr-page *,
.pfr-page *::before,
.pfr-page *::after {
    box-sizing: border-box;
}

.pfr-page :where(h1, h2, h3, p, figure, ol, li) {
    margin-top: 0;
}

.pfr-page.notranslate,
.pfr-page .notranslate {
    translate: no;
}

.pfr-hero {
    position: relative;
    isolation: isolate;
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(92px, 10vw, 140px) max(28px, calc((100vw - 1480px) / 2)) 42px;
    overflow: hidden;
    background: #173a50;
    color: #ffffff;
    text-align: center;
}

.pfr-hero__background,
.pfr-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pfr-hero__background {
    z-index: -2;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.pfr-hero__shade {
    z-index: -1;
    background: rgba(5, 22, 36, .48);
}

.pfr-hero__content {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pfr-eyebrow,
.pfr-kicker {
    margin-bottom: 12px;
    color: var(--pfr-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pfr-hero h1,
.pfr-band h2,
.pfr-gallery h2,
.pfr-supply-factory h2,
.pfr-process h2,
.pfr-rfq h2,
.pfr-thank-you h1 {
    margin-bottom: 0;
    font-weight: 780;
    line-height: 1.04;
    letter-spacing: 0;
}

.pfr-hero h1 {
    width: min(1050px, 100%);
    color: #ffffff;
    font-size: clamp(38px, 4.3vw, 68px);
    text-wrap: balance;
}

.pfr-hero__subtitle {
    width: min(880px, 100%);
    margin: 22px auto 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.5;
    text-wrap: balance;
}

.pfr-hero__quality {
    margin: 20px 0 0;
    color: #f3bd53;
    font-size: clamp(15px, 1.4vw, 19px);
    font-weight: 800;
}

.pfr-hero__quality span {
    padding: 0 6px;
}

.pfr-hero__moq {
    width: min(900px, 100%);
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.55;
}

.pfr-hero__fine-print {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

.pfr-response-note {
    margin: 14px auto 0;
    color: #426b78;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.pfr-response-note--light {
    color: rgba(255, 255, 255, .82);
}

.pfr-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pfr-button,
.pfr-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.pfr-button--primary,
.pfr-form button {
    background: var(--pfr-accent);
    color: #ffffff;
}

.pfr-hero .pfr-button--primary {
    min-height: 64px;
    padding: 0 38px;
    border-radius: 8px;
    font-size: 19px;
}

.pfr-button--ghost {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .1);
    color: #ffffff;
}

.pfr-proof {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: auto;
    margin: 42px auto 0;
    text-align: center;
    transform: none;
}

.pfr-proof__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 68px;
    padding: 0 42px;
    border: 4px solid #69add2;
    border-radius: 10px;
    background: #ffffff;
    color: #478fb9;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pfr-proof__button:hover,
.pfr-proof__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.pfr-band,
.pfr-process,
.pfr-rfq {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
    padding: 88px 0;
}

.pfr-intro,
.pfr-process,
.pfr-rfq {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(36px, 6vw, 82px);
    align-items: center;
}

.pfr-band h2,
.pfr-gallery h2,
.pfr-supply-factory h2,
.pfr-process h2,
.pfr-rfq h2 {
    max-width: 900px;
    font-size: clamp(32px, 3.4vw, 54px);
}

.pfr-band p,
.pfr-supply-factory p,
.pfr-process p,
.pfr-rfq p {
    color: var(--pfr-muted);
    font-size: 17px;
}

.pfr-compliance-note {
    margin-top: 22px;
    border-left: 4px solid var(--pfr-gold);
    padding: 14px 16px;
    background: #ffffff;
    color: #4d4638 !important;
    font-size: 15px !important;
    font-weight: 700;
}

.pfr-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pfr-points article {
    min-height: 165px;
    padding: 24px;
    border: 1px solid var(--pfr-line);
    border-radius: 8px;
    background: var(--pfr-soft);
}

.pfr-points h3,
.pfr-product h3 {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 1.16;
}

.pfr-advantages {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 92px max(28px, calc((100vw - 1480px) / 2));
    color: #ffffff;
    text-align: center;
    background: #173a50;
}

.pfr-advantages__background,
.pfr-advantages__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pfr-advantages__background {
    z-index: -2;
    display: block;
    object-fit: cover;
    object-position: center;
}

.pfr-advantages__overlay {
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 29, 45, .76), rgba(5, 20, 32, .86));
}

.pfr-advantages__intro {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto 58px;
}

.pfr-advantages__intro h2 {
    margin-bottom: 22px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    color: #ffffff;
}

.pfr-advantages__intro > p:last-child {
    width: min(880px, 100%);
    margin: 0 auto;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
}

.pfr-advantages__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(360px, 1.25fr) minmax(260px, 1fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: center;
}

.pfr-advantages__column {
    display: grid;
    gap: 70px;
}

.pfr-advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pfr-advantage__icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #69acd2;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.pfr-advantage h3 {
    margin-bottom: 12px;
    font-size: 27px;
    line-height: 1.2;
    color: #ffffff;
}

.pfr-advantage p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
}

.pfr-advantages__visual {
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pfr-advantages__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.pfr-advantages__cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-top: 58px;
    padding: 0 30px;
    border: 2px solid #69acd2;
    border-radius: 7px;
    color: #488fb8;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

.pfr-advantages .pfr-response-note {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .84);
}

.pfr-gallery {
    padding: 92px max(32px, calc((100vw - 1480px) / 2));
    background: #ffffff;
    color: var(--pfr-ink);
}

.pfr-gallery__header {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 46px;
    align-items: end;
    margin-bottom: 34px;
}

.pfr-gallery__header h2 {
    color: var(--pfr-ink);
}

.pfr-gallery__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.pfr-gallery__categories li {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pfr-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.pfr-company-stats {
    padding: 66px max(24px, calc((100vw - 1480px) / 2));
    background: #ffffff;
}

.pfr-company-stats__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(32px, 7vw, 110px);
    align-items: start;
}

.pfr-company-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    text-align: center;
}

.pfr-company-stat__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 4px;
    color: #08a4df;
    fill: currentColor;
}

.pfr-company-stat strong {
    display: block;
    color: #111a32;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.05;
}

.pfr-company-stat span {
    display: block;
    margin-top: 18px;
    color: #263044;
    font-size: clamp(17px, 1.8vw, 22px);
    font-weight: 400;
    line-height: 1.3;
}

.pfr-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.pfr-gallery__group {
    min-width: 0;
}

.pfr-gallery__pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pfr-gallery__item {
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--pfr-line);
    background: var(--pfr-soft);
}

.pfr-gallery__item--wide {
    grid-column: span 1;
    grid-row: span 1;
}

.pfr-gallery__action {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.pfr-gallery__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 38px;
    border-radius: 8px;
    background: var(--pfr-accent);
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.pfr-gallery img,
.pfr-process img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pfr-gallery img {
    object-fit: contain;
}

.pfr-section-head {
    margin-bottom: 34px;
}

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

.pfr-product {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--pfr-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(18, 32, 34, .08);
}

.pfr-product img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.pfr-product div {
    display: grid;
    min-height: 74px;
    place-items: center;
    padding: 18px 16px 20px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid var(--pfr-line);
}

.pfr-product h3 {
    margin: 0;
    color: var(--pfr-ink);
    font-size: clamp(21px, 1.7vw, 28px);
    font-weight: 800;
    line-height: 1.18;
}

.pfr-research-notice {
    position: relative;
    isolation: isolate;
    min-height: clamp(620px, 76vh, 820px);
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 84px 28px;
    color: #ffffff;
    text-align: center;
    background: #173a50;
}

.pfr-research-notice__motion,
.pfr-research-notice__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pfr-research-notice__motion {
    z-index: -2;
    display: block;
    object-fit: cover;
}

.pfr-research-notice__overlay {
    z-index: -1;
    background: linear-gradient(180deg, rgba(8, 30, 46, .48), rgba(5, 20, 32, .72));
}

.pfr-research-notice__content {
    width: min(1120px, 100%);
}

.pfr-research-notice h2 {
    margin-bottom: 28px;
    color: #ffffff;
    font-size: clamp(42px, 4.8vw, 70px);
    line-height: 1.1;
    text-wrap: balance;
}

.pfr-research-notice__subtitle {
    width: min(980px, 100%);
    margin: 0 auto;
    color: rgba(255,255,255,.88);
    font-size: clamp(19px, 1.8vw, 25px);
    line-height: 1.55;
    text-wrap: balance;
}

.pfr-research-notice__fine-print {
    width: min(820px, 100%);
    margin: 22px auto 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.55;
}

.pfr-research-notice__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    margin-top: 38px;
    padding: 0 38px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--pfr-ink);
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.pfr-supply-factory {
    position: relative;
    isolation: isolate;
    display: block;
    overflow: hidden;
    padding: 90px max(32px, calc((100vw - 1480px) / 2));
    background: #173a50;
    color: #ffffff;
    text-align: center;
    scroll-margin-top: 24px;
}

.pfr-supply-factory__background,
.pfr-supply-factory__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pfr-supply-factory__background {
    z-index: -2;
    display: block;
    object-fit: cover;
    object-position: center;
}

.pfr-supply-factory__overlay {
    z-index: -1;
    background: linear-gradient(180deg, rgba(6, 25, 39, .62), rgba(5, 20, 32, .78));
}

.pfr-supply-factory__copy {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    margin: 0 auto;
}

.pfr-supply-factory .pfr-supply-factory__promo {
    color: #d62828 !important;
    font-size: clamp(22px, 2.3vw, 34px);
    line-height: 1.3;
    text-transform: none;
}

.pfr-supply-factory__copy h2 {
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
}

.pfr-supply-factory__copy > p:not(.pfr-kicker) {
    max-width: 1100px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(21px, 1.7vw, 28px);
    line-height: 1.65;
}

.pfr-supply-factory .pfr-compliance-note {
    border-left-color: #f3bd53;
    background: rgba(5, 20, 32, .48);
    color: #ffffff !important;
}

.pfr-supply-factory .pfr-response-note {
    color: rgba(255, 255, 255, .86);
}

.pfr-supply-factory__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    margin-top: 34px;
    padding: 0 38px;
    border-radius: 8px;
    background: var(--pfr-accent);
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.pfr-factory-photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pfr-factory-photos img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 8px;
}

.pfr-factory-photos img:first-child {
    grid-row: span 2;
    min-height: 540px;
}

.pfr-process img {
    aspect-ratio: 1.25 / 1;
    border-radius: 8px;
}

.pfr-process ol {
    display: grid;
    gap: 0;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pfr-process li {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid var(--pfr-line);
}

.pfr-process strong {
    color: var(--pfr-ink);
}

.pfr-process span {
    color: var(--pfr-muted);
}

.pfr-rfq {
    align-items: start;
    border-top: 1px solid var(--pfr-line);
    background: #ffffff;
    scroll-margin-top: 18px;
}

.pfr-rfq__intro {
    min-width: 0;
}

.pfr-rfq__image {
    aspect-ratio: 4 / 3;
    margin: 34px 0 0;
    overflow: hidden;
    border-radius: 10px;
    background: var(--pfr-soft);
}

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

.pfr-rfq__starter {
    margin: 18px 0 8px;
    color: #327da8 !important;
    font-size: clamp(20px, 2vw, 28px) !important;
    font-weight: 800;
    line-height: 1.35;
}

.pfr-rfq__pricing {
    margin-top: 24px;
    color: #4f6062 !important;
    font-size: clamp(20px, 1.65vw, 28px) !important;
    line-height: 1.65;
}

.pfr-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 26px;
    border: 1px solid var(--pfr-line);
    border-radius: 8px;
    background: #ffffff;
    transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.pfr-form.pfr-form--highlight {
    border-color: #4ba8d4;
    background: #f4fbff;
    box-shadow: 0 0 0 5px rgba(75, 168, 212, .24), 0 18px 40px rgba(25, 94, 128, .16);
}

.pfr-form label {
    display: grid;
    gap: 8px;
    color: var(--pfr-ink);
    font-size: 14px;
    font-weight: 800;
}

.pfr-form input,
.pfr-form select,
.pfr-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #c7d0cc;
    border-radius: 6px;
    padding: 13px 12px;
    background: #ffffff;
    color: var(--pfr-ink);
    font: inherit;
    font-weight: 500;
}

.pfr-form textarea {
    min-height: 132px;
    resize: vertical;
}

.pfr-full,
.pfr-form button,
.pfr-form__privacy,
.pfr-form__disclaimer {
    grid-column: 1 / -1;
}

.pfr-form button {
    min-height: 54px;
}

.pfr-form__disclaimer {
    margin: 2px 0 0;
    color: #667577;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.pfr-form__privacy {
    margin: 0;
    color: #526a70;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

/* Unified quote-button style */
.pfr-hero .pfr-button--primary,
.pfr-advantages__cta,
.pfr-gallery__cta,
.pfr-research-notice__cta,
.pfr-supply-factory__cta,
.pfr-form button {
    border: 3px solid #69acd2;
    border-radius: 10px;
    background: #ffffff;
    color: #488fb8;
    box-shadow: none;
}

.pfr-hero .pfr-button--primary:hover,
.pfr-advantages__cta:hover,
.pfr-gallery__cta:hover,
.pfr-research-notice__cta:hover,
.pfr-supply-factory__cta:hover,
.pfr-form button:hover {
    border-color: #488fb8;
    background: #eff8fd;
    color: #327da8;
}

.pfr-hp {
    position: absolute;
    left: -9999px;
}

.pfr-mobile-quote {
    display: none;
}

.pfr-email-footer {
    padding: 52px max(24px, calc((100vw - 1480px) / 2));
    background: #08090c;
    color: #a9aab3;
}

.pfr-email-footer__inner {
    width: min(900px, 100%);
}

.pfr-email-footer__email,
.pfr-email-footer__contact,
.pfr-email-footer__notice {
    margin: 0;
    color: #a9aab3;
    font-size: 18px;
    line-height: 1.65;
}

.pfr-email-footer__email {
    margin-bottom: 16px;
}

.pfr-email-footer__contact {
    margin-bottom: 10px;
}

.pfr-email-footer__contact + .pfr-email-footer__notice {
    margin-top: 34px;
}

.pfr-email-footer__notice {
    max-width: 620px;
}

.pfr-email-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
}

.pfr-email-footer a {
    color: #2997ff;
    font-weight: 500;
    text-decoration: underline;
}

.pfr-policy-page {
    min-height: 80vh;
    padding: clamp(64px, 8vw, 110px) max(24px, calc((100vw - 1180px) / 2));
    background: #ffffff;
}

.pfr-policy-page__inner {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.pfr-policy-page h1 {
    margin-bottom: 38px;
    color: var(--pfr-ink);
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.08;
}

.pfr-policy-page__content {
    color: #3f4c4d;
    font-size: 18px;
    line-height: 1.75;
}

.pfr-policy-page__content :where(h2, h3) {
    margin-top: 42px;
    margin-bottom: 16px;
    color: var(--pfr-ink);
}

.pfr-policy-page__content a {
    color: #327da8;
}

.pfr-policy-page__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-top: 42px;
    padding: 0 28px;
    border: 3px solid #69acd2;
    border-radius: 10px;
    background: #ffffff;
    color: #488fb8;
    font-weight: 800;
    text-decoration: none;
}

.pfr-thank-you {
    min-height: 100vh;
    padding: clamp(56px, 7vw, 96px) 24px 40px;
    background:
        radial-gradient(circle at 86% 12%, rgba(105, 172, 210, .18), transparent 30%),
        linear-gradient(145deg, #081d31 0%, #102f46 54%, #0c3d48 100%);
    color: #ffffff;
}

.pfr-thank-you__shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.pfr-thank-you__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: clamp(38px, 6vw, 76px);
    align-items: center;
}

.pfr-thank-you__content h1 {
    max-width: 680px;
    color: #ffffff;
    font-size: clamp(38px, 4.7vw, 64px);
    text-wrap: balance;
}

.pfr-thank-you__lede {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.65;
}

.pfr-thank-you__status {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    max-width: 650px;
    margin-top: 28px;
    padding: 18px 20px;
    border: 1px solid rgba(142, 220, 230, .32);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
}

.pfr-thank-you__check {
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d8af59;
    color: #102f46;
    font-size: 20px;
    font-weight: 900;
}

.pfr-thank-you__status strong,
.pfr-thank-you__status span {
    display: block;
}

.pfr-thank-you__status strong {
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 17px;
}

.pfr-thank-you__status div > span {
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    line-height: 1.5;
}

.pfr-thank-you__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pfr-thank-you__button {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
}

.pfr-thank-you__button--primary {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #245e7c;
}

.pfr-thank-you__button--secondary {
    border: 2px solid rgba(255, 255, 255, .5);
    background: transparent;
    color: #ffffff;
}

.pfr-thank-you__button:hover,
.pfr-thank-you__button:focus-visible {
    transform: translateY(-2px);
}

.pfr-thank-you__back {
    display: inline-flex;
    margin-top: 18px;
    color: #9ddde5;
    font-size: 14px;
    font-weight: 700;
    text-underline-offset: 4px;
}

.pfr-thank-you__visual {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.pfr-thank-you__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.pfr-thank-you__visual figcaption {
    padding: 12px 16px;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    text-align: center;
}

.pfr-thank-you__next {
    margin-top: clamp(56px, 8vw, 92px);
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    color: var(--pfr-ink);
}

.pfr-thank-you__next-heading {
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.pfr-thank-you__next-heading .pfr-kicker {
    margin-bottom: 0;
}

.pfr-thank-you__next-heading h2,
.pfr-thank-you__contact h2 {
    margin: 0;
    font-size: clamp(25px, 2.5vw, 36px);
    line-height: 1.18;
    text-wrap: balance;
}

.pfr-thank-you__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pfr-thank-you__steps li {
    display: flex;
    gap: 14px;
    padding: 22px;
    border: 1px solid #dce7e8;
    border-radius: 14px;
    background: #f6f9f9;
}

.pfr-thank-you__steps li > span {
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d8af59;
    color: #173a50;
    font-weight: 900;
}

.pfr-thank-you__steps h3 {
    margin: 3px 0 8px;
    color: #173a50;
    font-size: 18px;
}

.pfr-thank-you__steps p {
    margin: 0;
    color: #536467;
    font-size: 14px;
    line-height: 1.6;
}

.pfr-thank-you__contact {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 32px;
    align-items: center;
    margin-top: 22px;
    padding: clamp(26px, 4vw, 40px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}

.pfr-thank-you__contact h2 {
    color: #ffffff;
}

.pfr-thank-you__contact-links {
    display: grid;
    gap: 12px;
}

.pfr-thank-you__contact-links a {
    display: grid;
    gap: 3px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
    background: rgba(0, 0, 0, .12);
    color: #ffffff;
    text-decoration: none;
}

.pfr-thank-you__contact-links span {
    color: #9ddde5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pfr-thank-you__contact-links strong {
    overflow-wrap: anywhere;
    font-size: clamp(15px, 1.5vw, 18px);
}

.pfr-thank-you__footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 28px 4px 0;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
}

.pfr-thank-you__footer p {
    margin: 0;
}

.pfr-thank-you__footer nav {
    display: flex;
    gap: 18px;
}

.pfr-thank-you__footer a {
    color: rgba(255, 255, 255, .78);
    text-underline-offset: 3px;
}

@media (max-width: 980px) {
    .pfr-thank-you__hero,
    .pfr-thank-you__contact {
        grid-template-columns: 1fr;
    }

    .pfr-thank-you__visual {
        width: min(720px, 100%);
    }

    .pfr-thank-you__steps {
        grid-template-columns: 1fr;
    }

    .pfr-thank-you__next-heading {
        display: block;
    }

    .pfr-thank-you__next-heading .pfr-kicker {
        margin-bottom: 10px;
    }

    .pfr-proof,
    .pfr-intro,
    .pfr-gallery__header,
    .pfr-products,
    .pfr-supply-factory,
    .pfr-process,
    .pfr-rfq,
    .pfr-points,
    .pfr-factory-photos {
        grid-template-columns: 1fr;
    }

    .pfr-factory-photos img:first-child {
        grid-row: span 1;
        min-height: 320px;
    }

    .pfr-gallery__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pfr-advantages__layout {
        grid-template-columns: 1fr 1fr;
    }

    .pfr-advantages__visual {
        grid-column: 1 / -1;
        grid-row: 1;
        width: min(520px, 82vw);
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .pfr-thank-you {
        padding: 42px 18px 28px;
    }

    .pfr-thank-you__content h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .pfr-thank-you__actions,
    .pfr-thank-you__footer {
        display: grid;
    }

    .pfr-thank-you__button {
        width: 100%;
    }

    .pfr-thank-you__visual img {
        aspect-ratio: 1 / 1;
        object-position: 42% center;
    }

    .pfr-thank-you__next,
    .pfr-thank-you__contact {
        padding: 24px 18px;
    }

    .pfr-thank-you__steps li {
        padding: 18px;
    }

    .pfr-thank-you__footer nav {
        flex-wrap: wrap;
    }

    .pfr-hero__background {
        object-position: 68% center;
    }

    body.pfr-active-landing {
        padding-bottom: 78px !important;
    }

    .pfr-hero {
        min-height: 78vh;
        padding: 82px 18px 28px;
    }

    .pfr-hero h1 {
        width: 100%;
        font-size: clamp(30px, 8.5vw, 42px);
        line-height: 1.12;
        text-wrap: balance;
    }

    .pfr-hero__subtitle {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.48;
    }

    .pfr-hero__quality {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.55;
    }

    .pfr-hero__quality span {
        padding: 0 3px;
    }

    .pfr-hero__moq {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.5;
    }

    .pfr-band,
    .pfr-process,
    .pfr-rfq {
        width: calc(100% - 36px);
        padding: 62px 0;
    }

    .pfr-gallery,
    .pfr-supply-factory,
    .pfr-advantages {
        padding: 62px 18px;
    }

    .pfr-supply-factory {
        min-height: 660px;
        display: grid;
        place-items: center;
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .pfr-supply-factory__background {
        object-position: center;
    }

    .pfr-rfq__image {
        aspect-ratio: 1 / 1;
        margin-top: 26px;
    }

    .pfr-gallery__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 14px;
        row-gap: 12px;
        margin-top: 18px;
    }

    .pfr-gallery__categories li {
        padding: 0;
        font-size: 13px;
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

    .pfr-advantages__layout {
        grid-template-columns: 1fr;
    }

    .pfr-advantages__background {
        object-position: 58% center;
    }

    .pfr-advantages__visual {
        grid-column: auto;
        width: min(360px, 86vw);
    }

    .pfr-advantages__column {
        gap: 38px;
    }

    .pfr-research-notice {
        min-height: 680px;
        padding: 70px 20px;
    }

    .pfr-research-notice h2 {
        font-size: clamp(34px, 9vw, 46px);
        line-height: 1.12;
    }

    .pfr-research-notice__subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .pfr-research-notice__fine-print {
        margin-top: 18px;
        font-size: 14px;
    }

    .pfr-gallery__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pfr-gallery__item--wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .pfr-proof {
        width: 100%;
        margin-top: 24px;
        gap: 12px;
        transform: none;
    }

    .pfr-proof__button {
        flex: 1 1 0;
        min-width: 0;
        min-height: 58px;
        padding: 10px 12px;
        border-width: 3px;
        font-size: 17px;
        line-height: 1.18;
    }

    .pfr-process li,
    .pfr-form {
        grid-template-columns: 1fr;
    }

    .pfr-form {
        gap: 14px;
        padding: 20px 16px;
    }

    .pfr-rfq {
        scroll-margin-top: 10px;
    }

    .pfr-rfq__starter {
        margin-top: 14px;
        font-size: 20px !important;
    }

    .pfr-form input,
    .pfr-form select {
        min-height: 48px;
    }

    .pfr-form button {
        min-height: 56px;
    }

    .pfr-button {
        width: 100%;
    }

    .pfr-mobile-quote {
        position: fixed;
        z-index: 9998;
        right: 14px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
        padding: 10px 20px;
        border: 3px solid #69acd2;
        border-radius: 12px;
        background: #ffffff;
        color: #327da8;
        box-shadow: 0 10px 28px rgba(9, 39, 55, .28);
        font-size: 18px;
        font-weight: 800;
        line-height: 1.15;
        text-align: center;
        text-decoration: none;
    }

    .pfr-company-stats {
        padding: 46px 16px 50px;
    }

    .pfr-company-stats__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .pfr-company-stat__icon {
        width: 42px;
        height: 42px;
    }

    .pfr-company-stat strong {
        font-size: clamp(29px, 9vw, 38px);
    }

    .pfr-company-stat span {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 420px) {
    .pfr-proof {
        flex-direction: column;
        align-items: center;
    }

    .pfr-proof__button {
        width: min(100%, 300px);
        flex-basis: auto;
    }
}

/* Complete sample COA viewer */
.pfr-coa-card-button {
    display: flex;
    width: calc(100% - 24px);
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 14px auto 0;
    padding: 11px 14px;
    border: 1px solid #b8d8e7;
    border-radius: 8px;
    background: #f4fbfe;
    color: #123847;
    cursor: pointer;
    font: inherit;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.pfr-coa-card-button:hover,
.pfr-coa-card-button:focus-visible {
    border-color: #2198c9;
    background: #e9f8fd;
    transform: translateY(-1px);
}

.pfr-coa-card-button span {
    padding: 3px 7px;
    border-radius: 999px;
    background: #1594c6;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
}

.pfr-coa-card-button strong {
    font-size: 12px;
    font-weight: 750;
}

.pfr-coa-reader[hidden] {
    display: none;
}

.pfr-coa-reader {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.pfr-coa-reader__backdrop {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(2, 14, 23, .86);
    cursor: default;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.pfr-coa-reader__panel {
    position: relative;
    width: min(1120px, 100%);
    margin: 0 auto;
    overflow: visible;
    border-radius: 18px;
    background: #eef3f5;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
}

.pfr-coa-reader__header {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 28px;
    border-radius: 18px 18px 0 0;
    background: #081923;
    color: #fff;
}

.pfr-coa-reader__header p {
    margin: 0 0 4px;
    color: #55bfe7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.pfr-coa-reader__header h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.pfr-coa-reader__header span {
    display: block;
    max-width: 760px;
    margin-top: 7px;
    color: #b9c5cb;
    font-size: 12px;
}

.pfr-coa-reader__header button {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #53616a;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.pfr-coa-reader__document {
    padding: 28px;
    text-align: center;
}

.pfr-coa-reader__document img {
    display: block;
    width: min(840px, 100%);
    height: auto;
    margin: auto;
    background: #fff;
    box-shadow: 0 12px 40px rgba(20, 40, 50, .14);
}

body.pfr-coa-reader-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .pfr-coa-card-button {
        width: 100%;
    }

    .pfr-coa-reader {
        padding: 0;
    }

    .pfr-coa-reader__panel {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
    }

    .pfr-coa-reader__header {
        padding: 17px 18px;
        border-radius: 0;
    }

    .pfr-coa-reader__header h2 {
        font-size: 19px;
    }

    .pfr-coa-reader__header span {
        font-size: 10px;
    }

    .pfr-coa-reader__document {
        padding: 12px 8px 28px;
    }
}
