:root {
    --pc-bg: #ffffff;
    --pc-text: #1a1a2e;
    --pc-muted: #6b7280;
    --pc-border: #e5e7eb;
    --pc-card: #f8f9fa;
    --pc-primary: #1a2f5a;
    --pc-primary-hover: #c9a84c;
    --pc-tone-cream: #faf8f5;
    --pc-tone-mint: #f5f7fa;
    --pc-tone-ice: #f5f7fa;
    --pc-tone-pearl: #fafafa;
    --pc-shell: 1180px;
    --pc-radius: 18px;
    --pc-shadow: 0 14px 40px rgba(26, 47, 90, 0.05);
    --pc-shadow-strong: 0 30px 60px rgba(26, 47, 90, 0.10);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--pc-bg);
    color: var(--pc-text);
    font-family: "Libre Franklin", "Inter", "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

body.pc-modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: calc(var(--pc-radius) - 4px);
}

.pc-shell {
    width: min(var(--pc-shell), calc(100% - 40px));
    margin: 0 auto;
}

.pc-narrow {
    width: min(820px, 100%);
}

.pc-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(232, 235, 240, 0.9);
    backdrop-filter: blur(16px);
}

.pc-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 82px;
}

.pc-header-bottom {
    border-top: 1px solid rgba(232, 235, 240, 0.76);
}

.pc-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.pc-logo-mark {
    width: 42px;
    height: 42px;
    border: 2px solid #1a2f5a;
    border-radius: 14px;
    position: relative;
    box-shadow: inset 0 0 0 6px #fff;
}

.pc-logo-mark::before,
.pc-logo-mark::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #1a2f5a;
    opacity: 0.92;
}

.pc-logo-mark::before {
    width: 16px;
    height: 2px;
    left: 11px;
    top: 15px;
    transform: rotate(28deg);
}

.pc-logo-mark::after {
    width: 14px;
    height: 14px;
    right: 6px;
    bottom: 6px;
    background: transparent;
    border: 2px solid #1a2f5a;
}

.pc-logo,
.pc-footer-logo {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.pc-logo-wordmark {
    color: #1a2f5a;
}

.pc-header-prompt {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    flex: 0 1 300px;
    width: min(100%, 300px);
    min-width: 0;
    max-width: 300px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f0f2f7;
    border: 1px solid rgba(26, 47, 90, 0.14);
    color: #1a2f5a;
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.035);
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.pc-header-prompt:hover {
    background: #edf3ff;
    border-color: rgba(26, 47, 90, 0.24);
    color: #142347;
    transform: translateY(-1px);
}

.pc-header-prompt-icon {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 5px;
    position: relative;
    flex: 0 0 auto;
}

.pc-header-prompt-icon::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    opacity: 0.82;
}

.pc-header-prompt-text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.93rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-header-prompt-arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    flex: 0 0 auto;
    margin-right: 2px;
    opacity: 0.72;
}

.pc-header-actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 5;
}

.pc-lang-switcher {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 96px;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-right: 12px;
    z-index: 10;
}

.pc-lang-switcher .gtranslate_wrapper {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.pc-lang-switcher .gt_switcher {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 0.82rem !important;
    line-height: 1 !important;
}

.pc-lang-switcher .gt_switcher .gt_selected {
    background: transparent !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.pc-lang-switcher .gt_switcher .gt_selected a {
    min-height: 38px;
    height: 38px !important;
    display: flex !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 0 28px 0 10px !important;
    border: 1px solid rgba(26, 47, 90, 0.18) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #1a2f5a !important;
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04) !important;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 0 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.pc-lang-switcher .gt_switcher .gt_selected a.pc-lang-selected-short::before {
    content: attr(data-abbr);
    order: 2;
    display: inline-block;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    line-height: 1;
    color: #1a2f5a !important;
    letter-spacing: 0.02em;
}

.pc-lang-switcher .gt_switcher .gt_selected a:hover,
.pc-lang-switcher .gt_switcher .gt_selected a.open {
    border-color: rgba(26, 47, 90, 0.42) !important;
    background: #f0f2f7 !important;
    color: #142347 !important;
}

.pc-lang-switcher .gt_switcher .gt_selected a img {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    order: 1;
}

.pc-lang-switcher .gt_switcher .gt_selected a:after {
    right: 10px !important;
}

.pc-lang-switcher .gt_switcher .gt_option {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    min-width: 196px !important;
    margin-top: 0;
    border: 1px solid rgba(232, 235, 240, 0.96) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.12) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 320px !important;
    z-index: 140 !important;
}

.pc-lang-switcher .gt_switcher .gt_option::after {
    content: "";
    position: sticky;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    margin-top: -18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96));
    pointer-events: none;
}

.pc-header-cta {
    position: relative;
    padding-inline: 20px;
    z-index: 1;
}

.pc-lang-switcher .gt_switcher .gt_option a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px !important;
    color: var(--pc-text) !important;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.pc-lang-switcher .gt_switcher .gt_option a:hover {
    background: #f0f2f7 !important;
    color: #1a2f5a !important;
}

.pc-lang-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(26, 47, 90, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #1a2f5a;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.04);
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.pc-lang-trigger:hover,
.pc-lang-trigger[aria-expanded="true"] {
    border-color: rgba(26, 47, 90, 0.42);
    background: #f0f2f7;
    color: #142347;
}

.pc-lang-trigger-icon {
    width: 15px;
    height: 15px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
}

.pc-lang-trigger-icon::before,
.pc-lang-trigger-icon::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 1px solid currentColor;
    border-left: 0;
    border-right: 0;
    border-radius: 999px;
    opacity: 0.8;
}

.pc-lang-trigger-icon::after {
    inset: 1px 5px;
    border-top: 0;
    border-bottom: 0;
}

.pc-lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 190px;
    padding: 8px;
    border: 1px solid rgba(232, 235, 240, 0.96);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.12);
    display: grid;
    gap: 4px;
    z-index: 90;
}

.pc-lang-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--pc-text);
    font-size: 0.94rem;
    font-weight: 500;
    text-align: left;
    transition: background-color .2s ease, color .2s ease;
}

.pc-lang-option:hover {
    background: #f0f2f7;
    color: #1a2f5a;
}

.pc-header-mini-link {
    color: var(--pc-text);
    font-size: 0.96rem;
    font-weight: 500;
}

.pc-site-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.pc-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin: 0;
    padding: 0;
    font-size: 0.98rem;
    min-height: 56px;
}

.pc-nav-list a,
.pc-footer-links a,
.pc-text-link {
    color: var(--pc-muted);
}

.pc-nav-list li {
    position: relative;
}

.pc-nav-list .current-menu-item > a,
.pc-nav-list .current_page_item > a {
    color: var(--pc-text);
    font-weight: 600;
}

.pc-nav-list .current-menu-item::after,
.pc-nav-list .current_page_item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 3px;
    border-radius: 999px;
    background: #1a2f5a;
}

.pc-nav-list a:hover,
.pc-footer-links a:hover,
.pc-text-link:hover {
    color: var(--pc-text);
}

.pc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Libre Franklin", "Inter", "Segoe UI", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pc-btn:hover {
    transform: translateY(-1px);
}

.pc-btn-primary,
button.pc-btn-primary,
[type="submit"].pc-btn-primary {
    background: var(--pc-primary);
    color: #fff;
    border: none;
    box-shadow: 0 10px 22px rgba(26, 47, 90, 0.16);
}

.pc-btn-primary:hover,
button.pc-btn-primary:hover,
[type="submit"].pc-btn-primary:hover {
    background: var(--pc-primary-hover);
    color: #fff;
    border: none;
    box-shadow: 0 12px 22px rgba(26, 47, 90, 0.14), inset 0 0 0 1px rgba(26, 47, 90, 0.12);
}

.pc-btn-secondary {
    border: 1px solid var(--pc-border);
    background: #fff;
    color: var(--pc-text);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.pc-style-card .pc-btn-secondary,
.pc-product-option-card .pc-btn-secondary,
.pc-home-showcase .pc-text-link {
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pc-section {
    padding: 88px 0;
}

.pc-section-tight {
    padding: 64px 0;
}

.pc-section-tone-cream {
    background: var(--pc-tone-cream);
}

.pc-section-tone-mint {
    background: linear-gradient(180deg, #f5f7fa 0%, #f0f2f6 100%);
}

.pc-section-tone-ice {
    background: linear-gradient(180deg, #f5f7fa 0%, #f0f2f6 100%);
}

.pc-section-tone-pearl {
    background: var(--pc-tone-pearl);
}

.pc-hero {
    padding-top: 64px;
    background:
        radial-gradient(circle at 78% 18%, rgba(223, 242, 228, 0.88), transparent 29%),
        radial-gradient(circle at 68% 40%, rgba(239, 246, 255, 0.96), transparent 34%),
        radial-gradient(circle at 16% 18%, rgba(247, 243, 238, 0.75), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.pc-hero-home {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #f0f2f7;
}

.pc-hero-home h1,
.pc-hero-home .pc-eyebrow,
.pc-hero-home .pc-brand-strip-label,
.pc-hero-home .pc-brand-strip-logos span {
    color: #1a2f5a;
}

.pc-hero-home .pc-lead,
.pc-hero-home .pc-trust-line {
    color: #3a4556;
}

.pc-hero-home .pc-eyebrow {
    margin-bottom: 18px;
}

.pc-hero-home h1 {
    margin-bottom: 18px;
}

.pc-hero-home .pc-btn-primary {
    background: var(--pc-primary);
    color: #fff;
    box-shadow: 0 16px 32px rgba(26, 47, 90, 0.16);
}

.pc-hero-home .pc-btn-primary:hover {
    background: var(--pc-primary-hover);
    color: #fff;
    box-shadow: 0 20px 38px rgba(201, 168, 76, 0.36);
}

.pc-hero-home .pc-btn-secondary {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(26, 47, 90, 0.12);
    color: #1a2f5a;
}

.pc-hero-home .pc-button-row {
    margin-top: 30px;
}

.pc-home-hero-poster {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pc-home-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 26px 44px;
    align-items: center;
}

.pc-home-hero-copy {
    max-width: 580px;
    padding: 10px 0 12px;
}

.pc-home-hero-copy .pc-lead {
    max-width: 56ch;
    margin-bottom: 0;
}

.pc-hero-home .pc-trust-line {
    margin-top: 20px;
}

.pc-home-hero-visual {
    position: relative;
    padding: 0;
    justify-self: end;
    width: min(100%, 680px);
}

.pc-home-hero-visual::before {
    content: none;
}

.pc-home-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 68 / 62;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 32px;
    overflow: hidden;
    outline: none;
}

.pc-home-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    background: transparent;
    aspect-ratio: auto;
    border-radius: 32px;
    border: 0;
    box-shadow: none;
    outline: none;
}

.pc-home-hero-image,
.pc-home-hero-image:hover,
.pc-home-hero-image:focus,
.pc-home-hero-image:focus-visible,
.pc-home-hero-image:active,
.pc-product-image-card,
.pc-product-image-card:hover,
.pc-product-image-card:focus,
.pc-product-image-card:focus-visible,
.pc-product-image-card:active,
.pc-hero-image-card,
.pc-hero-image-card:hover,
.pc-hero-image-card:focus,
.pc-hero-image-card:focus-visible,
.pc-hero-image-card:active {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    filter: none !important;
}

.pc-home-hero-image img,
.pc-home-hero-image:hover img,
.pc-home-hero-image:focus img,
.pc-home-hero-image:focus-visible img,
.pc-home-hero-image:active img,
.pc-product-image-card img,
.pc-product-image-card:hover img,
.pc-product-image-card:focus img,
.pc-product-image-card:focus-visible img,
.pc-product-image-card:active img,
.pc-hero-image-card img,
.pc-hero-image-card:hover img,
.pc-hero-image-card:focus img,
.pc-hero-image-card:focus-visible img,
.pc-hero-image-card:active img {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    filter: none !important;
    transform: none !important;
}

.pc-hero-home .pc-brand-strip {
    margin-top: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.pc-product-hero {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.pc-product-hero .pc-eyebrow,
.pc-product-hero h1 {
    color: #1a2f5a;
}

.pc-product-hero .pc-lead {
    max-width: 58ch;
    color: #4a5568;
}

.pc-product-hero .pc-trust-line {
    margin-top: 20px;
    color: #5a6577;
}

.pc-product-hero .pc-button-row {
    margin-top: 30px;
}

.pc-product-hero .pc-btn-primary {
    box-shadow: 0 16px 32px rgba(26, 47, 90, 0.16);
}

.pc-product-hero .pc-btn-primary:hover {
    background: var(--pc-primary-hover);
    color: #fff;
    box-shadow: 0 20px 38px rgba(201, 168, 76, 0.36);
}

.pc-product-hero .pc-btn-secondary {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(26, 47, 90, 0.12);
    color: #1a2f5a;
}

.pc-product-hero-poster {
    padding: 34px 0 32px;
    overflow: hidden;
}

.pc-blog-hero {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.pc-blog-hero-poster {
    padding: 34px 0 32px;
    overflow: hidden;
    background: #f0f2f7;
}

.pc-blog-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px 44px;
    align-items: center;
}

.pc-blog-hero-copy {
    max-width: 580px;
    padding: 10px 0 18px;
}

.pc-blog-hero-visual {
    justify-self: end;
    width: min(100%, 680px);
}

.pc-blog-hero-visual .pc-product-image-card {
    background: transparent;
}

.pc-blog-index-head {
    max-width: 980px;
    margin: 0 auto 34px;
}

.pc-product-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px 42px;
    align-items: center;
}

.pc-product-hero-crumbs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: rgba(26, 47, 90, 0.86);
    font-size: 0.98rem;
}

.pc-product-hero-crumbs a {
    color: inherit;
}

.pc-product-copy {
    max-width: 580px;
    padding: 10px 0 18px;
}

.pc-product-visual {
    position: relative;
    padding: 0;
    justify-self: end;
    width: min(100%, 680px);
}

.pc-product-visual::before {
    content: none;
}

.pc-product-image-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 68 / 62;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 32px;
    overflow: hidden;
    outline: none;
}

.pc-product-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    background: transparent;
    aspect-ratio: auto;
    border-radius: 32px;
    border: 0;
    box-shadow: none;
    outline: none;
}

.pc-image-card.pc-home-hero-image,
.pc-image-card.pc-product-image-card,
.pc-image-card.pc-hero-image-card {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.pc-product-hero-custom .pc-product-hero-poster {
    background: #f0f2f7;
}

.pc-product-hero-rigid .pc-product-hero-poster {
    background: #f0f2f7;
}

.pc-product-hero-folding .pc-product-hero-poster {
    background: #f0f2f7;
}

.pc-product-hero-cosmetic .pc-product-hero-poster {
    background: #f0f2f7;
}

.pc-product-hero-labels .pc-product-hero-poster {
    background: #f0f2f7;
}

.pc-product-hero-labels .pc-product-copy {
    max-width: 560px;
}

.pc-product-hero-labels .pc-product-visual {
    width: min(100%, 680px);
}

.pc-product-hero-labels .pc-product-image-card img {
    max-width: 100%;
    margin-left: 0;
    aspect-ratio: 1 / 1;
}

.pc-quote-hero .pc-product-hero-poster {
    background: #f0f2f7;
}

.pc-quote-hero .pc-product-copy {
    max-width: 620px;
}

.pc-about-hero .pc-product-hero-poster {
    background: #f0f2f7;
}

.pc-about-intro-band {
    background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
}

.pc-about-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: start;
}

.pc-about-intro-copy {
    max-width: 56ch;
}

.pc-about-values-grid {
    gap: 18px;
}

.pc-about-value-card {
    padding: 24px;
}

.pc-about-value-card h3 {
    margin-top: 0;
}

.pc-about-support-band {
    background: linear-gradient(180deg, #f8fafc 0%, #eff4fa 100%);
}

.pc-about-support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 26px;
    align-items: start;
    grid-template-areas:
        "primary card"
        "secondary secondary";
}

.pc-about-support-primary,
.pc-about-support-secondary {
    background: rgba(255, 255, 255, 0.94);
}

.pc-about-support-primary {
    grid-area: primary;
}

.pc-about-support-primary img,
.pc-about-support-secondary img {
    aspect-ratio: 16 / 10;
}

.pc-about-support-card {
    grid-area: card;
    padding: 30px;
}

.pc-about-support-card .pc-button-row {
    margin-top: 22px;
}

.pc-about-support-secondary {
    grid-area: secondary;
}

.pc-product-style-strip {
    padding-top: 18px;
}

.pc-product-style-panel {
    padding: 40px 34px;
    border-radius: 34px;
    background: linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%);
    border: 1px solid rgba(219, 230, 255, 0.92);
    box-shadow: 0 22px 48px rgba(26, 47, 90, 0.06);
}

.pc-product-style-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-bottom: 30px;
}

.pc-product-style-head p {
    max-width: 56ch;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 0;
}

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

.pc-product-option-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(232, 235, 240, 0.92);
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.035);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
}

.pc-product-option-media {
    width: min(100%, 190px);
    aspect-ratio: 1 / 1;
    margin: 0 auto 16px;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pc-product-option-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.pc-product-option-accent {
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: #c9a84c;
    display: inline-block;
    margin-bottom: 14px;
}

.pc-product-option-card h3 {
    margin-bottom: 10px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #1a2f5a;
}

.pc-product-option-card p {
    margin-bottom: 12px;
    font-size: 0.96rem;
    line-height: 1.65;
    max-width: 24ch;
}

.pc-product-option-card .pc-style-link {
    margin-bottom: 12px;
}

.pc-product-option-card .pc-btn-secondary {
    min-height: 52px;
    padding: 0 24px;
    margin-top: auto;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(223, 229, 240, 0.96);
    color: #1a2f5a;
    box-shadow: none;
}

.pc-product-style-details-band {
    padding-top: 18px;
}

.pc-style-detail-list {
    display: grid;
    gap: 24px;
}

.pc-style-detail-card {
    display: block;
    overflow: hidden;
    padding: 0;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(232, 235, 240, 0.92);
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.06);
}

.pc-style-detail-media {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #f9fbff 0%, #f3f7ff 100%);
}

.pc-style-detail-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f5f7fb;
}

.pc-style-detail-copy {
    padding: 26px 28px 30px;
}

.pc-style-detail-copy h3 {
    margin-top: 8px;
    margin-bottom: 12px;
    color: #1a2f5a;
}

.pc-style-detail-copy > p {
    max-width: 60ch;
}

.pc-style-detail-copy .pc-check-list {
    margin-top: 10px;
}

.pc-style-detail-copy .pc-check-list li:last-child {
    border-bottom: 0;
}

.pc-style-detail-copy .pc-button-row {
    margin-top: 22px;
}

.pc-grid-2,
.pc-grid-3,
.pc-grid-4,
.pc-grid-5 {
    display: grid;
    gap: 22px;
}

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

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

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

.pc-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pc-style-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    gap: 26px;
}

.pc-how-it-works {
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 80px;
}

.pc-how-head {
    text-align: left;
    margin-bottom: 26px;
}

.pc-how-intro {
    max-width: 60ch;
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.75;
}

.pc-how-stage {
    position: relative;
    padding: 10px 18px 0;
}

.pc-how-deco {
    position: absolute;
    pointer-events: none;
    opacity: 0.8;
}

.pc-how-deco-left {
    width: 320px;
    height: 320px;
    border: 22px solid rgba(26, 47, 90, 0.12);
    border-radius: 50%;
    left: -180px;
    top: -58px;
}

.pc-how-deco-right {
    width: 420px;
    height: 220px;
    right: -120px;
    top: -10px;
    border-top: 18px solid rgba(201, 168, 76, 0.22);
    border-right: 18px solid rgba(201, 168, 76, 0.22);
    transform: skewX(-24deg);
}

.pc-how-steps {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.pc-how-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(232, 235, 240, 0.95);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05);
    color: var(--pc-muted);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pc-how-step span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef0f5;
    color: #1a2f5a;
    font-size: 0.9rem;
    font-weight: 700;
}

.pc-how-step strong {
    font-size: 0.96rem;
    color: var(--pc-text);
}

.pc-how-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(17, 17, 17, 0.09);
}

.pc-how-step-active {
    background: #c9a84c;
    border-color: rgba(201, 168, 76, 0.95);
    box-shadow: 0 18px 34px rgba(201, 168, 76, 0.28);
    color: #1a2f5a;
}

.pc-how-step-active span {
    background: #1a2f5a;
    color: #ffffff;
}

.pc-how-step-active strong {
    color: #1a2f5a;
}

.pc-how-panel {
    position: relative;
    min-height: 500px;
    padding: 30px 32px;
    border-radius: 28px;
    background: linear-gradient(180deg, #1a2f5a 0%, #162850 100%);
    border: 14px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 28px 56px rgba(17, 17, 17, 0.14);
    overflow: hidden;
}

.pc-how-copy {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    max-width: 560px;
}

.pc-how-badge {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c9a84c;
    color: #1a2f5a;
    font-size: 1.9rem;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(201, 168, 76, 0.3);
}

.pc-how-label {
    margin: 6px 0 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-how-panel h3 {
    color: #fff;
    font-size: clamp(2.3rem, 5vw, 4rem);
    margin-bottom: 14px;
}

.pc-how-text {
    max-width: 44ch;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.04rem;
    line-height: 1.7;
}

.pc-how-actions {
    margin-top: 24px;
}

.pc-how-actions .pc-btn {
    min-width: 180px;
}

.pc-how-animation {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.pc-animated-box {
    position: absolute;
    right: 74px;
    left: auto;
    bottom: 42px;
    width: 274px;
    height: 172px;
    transform: none;
}

.pc-box-base,
.pc-box-front,
.pc-box-back,
.pc-box-lid {
    position: absolute;
    background: linear-gradient(180deg, #f4f5fb 0%, #d9ddeb 100%);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.14);
}

.pc-box-base {
    inset: auto 0 0 0;
    height: 132px;
}

.pc-box-front {
    left: 0;
    right: 0;
    bottom: 0;
    height: 118px;
    z-index: 3;
}

.pc-box-back {
    left: 14px;
    right: 14px;
    top: 18px;
    height: 26px;
    z-index: 1;
}

.pc-box-lid {
    top: 0;
    width: 148px;
    height: 26px;
    transform-origin: center bottom;
    z-index: 2;
    animation: pcBoxFlap 4.5s ease-in-out infinite;
}

.pc-box-lid-left {
    left: -8px;
    transform-origin: right center;
    animation-name: pcBoxFlapLeft;
}

.pc-box-lid-right {
    right: -8px;
    transform-origin: left center;
    animation-name: pcBoxFlapRight;
}

.pc-how-line {
    position: absolute;
    top: 70%;
    width: 150px;
    height: 2px;
    background: rgba(201, 168, 76, 0.25);
    border-radius: 999px;
}

.pc-how-line-left {
    left: -18px;
}

.pc-how-line-right {
    right: -18px;
}

.pc-style-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 18px 24px;
    justify-content: flex-start;
    border: 1px solid rgba(232, 235, 240, 0.92);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.035);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
}

.pc-style-media {
    width: min(100%, 220px);
    aspect-ratio: 1 / 1;
    margin: 0 auto 18px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.pc-style-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
    background: #fff;
    border: 0;
    filter: none;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-style-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 190px;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-style-card h3 {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.pc-style-accent {
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #c9a84c;
    display: inline-block;
}

.pc-style-link {
    color: #1a2f5a;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-style-link::after {
    content: "\203A";
    margin-left: 10px;
    font-size: 1.1em;
}

.pc-style-card .pc-btn-secondary {
    min-height: 54px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(223, 229, 240, 0.96);
    box-shadow: none;
    color: #1a2f5a;
    padding: 0 28px;
    margin-top: auto;
}

.pc-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
}

.pc-eyebrow {
    margin: 0 0 12px;
    color: var(--pc-primary);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0 0 16px;
    color: var(--pc-text);
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.025em;
}

h1 {
    font-size: clamp(2.85rem, 5.8vw, 3.625rem);
}

h2 {
    font-size: clamp(2.2rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.3rem, 2vw, 1.625rem);
}

p {
    margin: 0 0 16px;
    color: var(--pc-muted);
    font-size: 1.05rem;
}

.pc-lead {
    font-size: 1.18rem;
    max-width: 62ch;
}

.pc-trust-line,
.pc-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 22px;
    color: var(--pc-muted);
    font-size: 0.94rem;
}

.pc-trust-line span {
    position: relative;
    padding-right: 16px;
}

.pc-trust-line span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(26, 47, 90, 0.5);
    transform: translateY(-50%);
}

.pc-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.pc-hero-visual {
    position: relative;
    padding: 8px 0 0;
}

.pc-hero-visual::before {
    content: none;
}

.pc-hero-image-card {
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    background: transparent;
    border: 0;
    position: relative;
    z-index: 1;
}

.pc-hero-image-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.pc-brand-strip {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 22px;
    align-items: center;
    margin-top: 28px;
    padding: 8px 0 0;
}

.pc-brand-strip-label {
    font-size: 0.86rem;
    font-weight: 700;
    color: #1a2f5a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.82;
}

.pc-brand-strip-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    align-items: center;
}

.pc-brand-strip-logos span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
    color: rgba(26, 47, 90, 0.68);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0.95;
}

.pc-brand-strip-logos span::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border: 2px solid currentColor;
    border-radius: 50%;
    opacity: 0.7;
    transform: translateY(1px);
}

.pc-brand-strip-logos span:nth-child(2)::before {
    border-radius: 5px;
    transform: rotate(12deg);
}

.pc-brand-strip-logos span:nth-child(3)::before {
    width: 10px;
    height: 20px;
    border-radius: 999px;
}

.pc-brand-strip-logos span:nth-child(4)::before {
    border-radius: 5px;
    background: currentColor;
    opacity: 0.16;
}

.pc-brand-strip-logos span:nth-child(5)::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px rgba(26, 47, 90, 0.18);
}

.pc-brand-strip-logos span:nth-child(6)::before {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    transform: rotate(45deg);
}

.pc-card,
.pc-image-card,
.pc-stat-card,
.pc-form-card,
.pc-post-card,
.pc-field-card {
    border: 1px solid var(--pc-border);
    border-radius: var(--pc-radius);
    background: #fff;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.035);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
    transform-style: preserve-3d;
}

.pc-card {
    padding: 28px;
}

.pc-home-value-card {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(232, 235, 240, 0.82);
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.035);
    padding: 26px 24px 24px;
    position: relative;
}

.pc-home-card-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    margin-bottom: 14px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-home-value-card .pc-home-card-kicker {
    background: rgba(26, 47, 90, 0.1);
    color: #1a2f5a;
}

.pc-card > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f5f7fb;
    border: 1px solid var(--pc-border);
    margin-bottom: 18px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-card h3 {
    margin-top: 16px;
}

.pc-card p:last-child,
.pc-post-card p:last-child {
    margin-bottom: 0;
}

.pc-image-card {
    overflow: hidden;
}

.pc-image-card img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    background: #f5f7fb;
    border-radius: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-home-hero-image img,
.pc-product-image-card img,
.pc-hero-image-card img,
.pc-blog-hero-visual .pc-product-image-card img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    background: transparent !important;
    border-radius: 32px !important;
}

.pc-gallery .pc-image-card img {
    aspect-ratio: 1 / 1;
}

.pc-image-card-body {
    padding: 20px 22px 24px;
}

.pc-home-showcase .pc-image-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(232, 235, 240, 0.84);
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.035);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
    overflow: hidden;
}

.pc-showcase-card {
    display: flex;
    flex-direction: column;
}

.pc-showcase-image-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.pc-showcase-image-trigger,
.pc-showcase-image-trigger * {
    outline: none !important;
    box-shadow: none !important;
}

.pc-showcase-image-trigger:hover,
.pc-showcase-image-trigger:focus,
.pc-showcase-image-trigger:focus-visible,
.pc-showcase-image-trigger:active {
    background: transparent;
    outline: none;
    box-shadow: none;
}

.pc-showcase-image {
    display: block;
    width: 100%;
}

.pc-home-showcase .pc-image-card-body {
    padding: 18px 20px 22px;
}

.pc-home-showcase .pc-image-card h3 {
    font-size: 1.12rem;
}

.pc-home-showcase .pc-image-card p {
    margin: 10px 0 14px;
    color: var(--pc-muted);
}

.pc-quick-quote {
    padding: 30px 30px 34px;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.9) 0%, rgba(255, 249, 240, 0.95) 100%);
    border: 1px solid rgba(228, 217, 201, 0.7);
    border-radius: 30px;
    box-shadow: 0 22px 44px rgba(146, 120, 79, 0.08);
    transition: none;
    transform: none;
}

.pc-quick-quote-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.pc-field-card {
    padding: 18px 18px 20px;
    border: 1px solid rgba(217, 225, 241, 0.96);
    border-radius: 18px;
    background: var(--pc-card);
    box-shadow: 0 10px 20px rgba(38, 63, 145, 0.045);
}

.pc-field-card span {
    display: block;
    font-size: 0.84rem;
    color: var(--pc-muted);
    margin-bottom: 6px;
}

.pc-field-card strong {
    font-size: 1rem;
}

.pc-field-card-select {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    min-height: 86px;
    cursor: pointer;
}

.pc-field-card-select select {
    width: 100%;
    display: block;
    border: 0;
    background: transparent;
    color: var(--pc-text);
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    min-height: 42px;
    padding: 4px 26px 6px 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--pc-accent) 50%),
        linear-gradient(135deg, var(--pc-accent) 50%, transparent 50%);
    background-position:
        calc(100% - 14px) calc(50% - 1px),
        calc(100% - 8px) calc(50% - 1px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.pc-quick-quote-grid .pc-btn {
    min-height: 86px;
    justify-content: center;
    border-radius: 999px;
    padding-inline: 28px;
    align-self: stretch;
}

.pc-field-card-select select:focus {
    outline: none;
}

.pc-field-card-select select:invalid {
    color: var(--pc-muted);
    font-weight: 500;
}

.pc-field-card-select option {
    color: var(--pc-text);
}

.pc-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 420px);
    align-items: start;
    gap: 18px 28px;
    margin-bottom: 30px;
}

.pc-section-head p {
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 10px;
}

.pc-section-head-stack {
    grid-template-columns: minmax(0, 1fr);
}

.pc-section-head-stack .pc-section-subcopy {
    max-width: 56ch;
    margin-top: 12px;
}

.pc-home-core-panel,
.pc-home-why-panel {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.pc-home-core-panel {
    background: transparent;
}

.pc-home-why-panel {
    background: transparent;
}

.pc-home-showcase-panel,
.pc-home-industries-panel {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.pc-home-showcase-panel {
    background: transparent;
}

.pc-home-proof-band {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.pc-home-proof-grid {
    gap: 18px;
}

.pc-home-proof-card {
    padding: 24px 22px 22px;
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(224, 228, 236, 0.9);
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.03);
}

.pc-home-proof-card .pc-home-card-kicker {
    background: rgba(26, 47, 90, 0.08);
    color: #6b7a8e;
}

.pc-home-proof-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.pc-home-video-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
}

.pc-home-video-intro {
    max-width: 54ch;
    margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--pc-muted);
}

.pc-home-video-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.pc-home-video-points li {
    position: relative;
    padding-left: 18px;
    color: var(--pc-muted);
}

.pc-home-video-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pc-primary-hover);
    transform: translateY(-50%);
}

.pc-home-video-actions {
    margin-top: 24px;
}

.pc-video-card {
    position: relative;
    overflow: hidden;
    background: #e8ebf2;
    min-height: 420px;
    border: 0;
    border-radius: 26px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
    box-shadow: none;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.pc-video-card,
.pc-video-card * {
    outline: none !important;
}

.pc-video-card:hover,
.pc-video-card:focus,
.pc-video-card:focus-visible,
.pc-video-card:active {
    background: #e8ebf2;
    outline: none;
}

.pc-video-poster-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.pc-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.42) 100%);
}

.pc-video-play {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
}

.pc-video-play span {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #1a2f5a;
}

.pc-video-meta {
    max-width: 360px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
}

.pc-video-meta strong {
    display: block;
    margin-bottom: 6px;
    color: var(--pc-text);
}

.pc-video-meta span {
    display: block;
    color: var(--pc-muted);
    line-height: 1.65;
}

.pc-video-modal[hidden] {
    display: none !important;
}

.pc-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.pc-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.6);
    backdrop-filter: blur(4px);
}

.pc-video-modal-dialog {
    position: relative;
    width: min(1080px, calc(100% - 32px));
    margin: min(8vh, 64px) auto;
    background: #fff;
    overflow: hidden;
}

.pc-video-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    color: var(--pc-text);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.pc-video-modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: stretch;
}

.pc-video-modal-media {
    position: relative;
    min-height: 520px;
    background: #e8ebf2;
}

.pc-video-modal-player {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #e8ebf2;
}

.pc-video-modal-copy {
    padding: 46px 40px;
    background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
}

.pc-video-modal-text {
    margin-bottom: 18px;
}

.pc-video-modal-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.pc-video-modal-points li {
    position: relative;
    padding-left: 18px;
    color: var(--pc-muted);
}

.pc-video-modal-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pc-primary-hover);
    transform: translateY(-50%);
}

.pc-video-modal-actions {
    margin-top: 24px;
}

.pc-showcase-modal[hidden] {
    display: none !important;
}

.pc-showcase-modal {
    position: fixed;
    inset: 0;
    z-index: 10010;
}

.pc-showcase-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.62);
    backdrop-filter: blur(4px);
}

.pc-showcase-modal-dialog {
    position: relative;
    width: min(1080px, calc(100% - 32px));
    margin: min(7vh, 56px) auto;
    padding: 18px;
    background: #fff;
}

.pc-showcase-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    background: rgba(255, 255, 255, 0.94);
    color: var(--pc-text);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.pc-showcase-modal-media {
    background: #f7f9fc;
}

.pc-showcase-modal-media img {
    width: 100%;
    max-height: min(78vh, 880px);
    display: block;
    object-fit: contain;
    background: #fff;
}

.pc-showcase-modal-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 8px 6px;
}

.pc-showcase-modal-caption strong {
    font-size: 1.08rem;
}

.pc-home-industries-panel {
    background: transparent;
}

.pc-home-industry-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(232, 235, 240, 0.82);
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.04);
}

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

.pc-list,
.pc-footer-links,
.pc-check-list,
.pc-faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-check-list li,
.pc-faq-list li {
    padding: 16px 0;
    border-bottom: 1px solid var(--pc-border);
}

.pc-check-list strong,
.pc-faq-list strong {
    display: block;
    margin-bottom: 6px;
    color: var(--pc-text);
}

.pc-cta-band {
    padding: 40px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(251, 253, 255, 0.98) 0%, rgba(238, 245, 255, 0.96) 100%);
    border: 1px solid rgba(219, 230, 255, 0.92);
    box-shadow: 0 24px 52px rgba(26, 47, 90, 0.08);
}

.pc-home-quote,
.pc-home-core,
.pc-home-why,
.pc-home-showcase,
.pc-home-industries,
.pc-home-final-cta {
    position: relative;
}

.pc-home-quote {
    background: linear-gradient(180deg, #faf8f5 0%, #f7f4ef 100%);
}

.pc-home-core {
    background: linear-gradient(180deg, #faf8f5 0%, #f7f4ef 100%);
}

.pc-home-why {
    background: linear-gradient(180deg, #f5f7fa 0%, #f0f2f6 100%);
}

.pc-home-showcase {
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f7 100%);
}

.pc-home-industries {
    background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
}

.pc-home-final-cta {
    background: linear-gradient(180deg, #f5f7fa 0%, #eef1f6 100%);
}

.pc-home-final-cta .pc-cta-band {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.pc-product-final-cta .pc-cta-band {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.pc-site-footer {
    margin-top: 48px;
    border-top: 1px solid var(--pc-border);
    padding: 64px 0 28px;
    background: linear-gradient(180deg, #fbfcfe 0%, #f6f8fb 100%);
}

.pc-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
    gap: 24px;
}

.pc-footer-links li {
    margin: 10px 0;
}

.pc-footer-contact-links {
    margin-bottom: 16px;
}

.pc-footer-social-qr {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pc-footer-qr-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 96px;
    padding: 10px;
    border: 1px solid var(--pc-border);
    border-radius: 16px;
    background: #fff;
    color: var(--pc-muted);
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
    box-shadow: var(--pc-shadow-soft);
    transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.pc-footer-qr-card:hover {
    color: var(--pc-text);
    transform: translateY(-2px);
}

.pc-footer-qr-card img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
}

.pc-footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--pc-border);
}

.pc-form-card {
    padding: 28px;
}

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

.pc-form-card label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--pc-text);
}

.pc-form-card input,
.pc-form-card select,
.pc-form-card textarea {
    width: 100%;
    border: 1px solid var(--pc-border);
    border-radius: 14px;
    padding: 14px 16px;
    font: inherit;
    color: var(--pc-text);
    background: #fff;
}

.pc-form-card textarea {
    min-height: 140px;
    resize: vertical;
}

.pc-form-card .pc-span-2 {
    grid-column: span 2;
}

.pc-form-note,
.pc-form-success {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 14px;
}

.pc-form-note {
    background: #f7f9fc;
    border: 1px solid var(--pc-border);
}

.pc-form-success {
    background: #ebfff3;
    border: 1px solid #b6efcb;
    color: #156f38;
}

.pc-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pc-post-grid-focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin: 0 auto;
}

.pc-post-card {
    padding: 0;
    overflow: hidden;
}

.pc-post-card-media {
    display: block;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.pc-post-card-media img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-post-card-body {
    padding: 22px 24px 24px;
}

.pc-post-card-accent {
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: #c9a84c;
    display: inline-block;
    margin-bottom: 12px;
}

.pc-post-kicker {
    margin: 0 0 10px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pc-primary);
}

.pc-post-card h2 {
    font-size: 1.42rem;
    line-height: 1.28;
    margin-bottom: 12px;
}

.pc-post-card h2 a {
    color: var(--pc-text);
    text-decoration: none;
}

.pc-post-card h2 a:hover {
    color: var(--pc-primary);
}

.pc-article-shell {
    width: min(860px, 100%);
}

.pc-article-header {
    margin-bottom: 38px;
}

.pc-article-body {
    color: var(--pc-muted);
    font-size: 1.04rem;
}

.pc-article-body h2,
.pc-article-body h3 {
    margin-top: 44px;
}

.pc-article-body ul,
.pc-article-body ol {
    padding-left: 1.25rem;
    color: var(--pc-muted);
}

.pc-article-body li {
    margin: 10px 0;
}

.pc-article-body a {
    color: var(--pc-primary);
}

.pc-article-cta {
    margin-top: 56px;
}

.pc-blog-index-band {
    background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
}

.pc-blog-index-band .pc-shell {
    width: min(1180px, calc(100% - 48px));
}

.pc-blog-final-cta .pc-cta-band {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

@keyframes pcBoxFlapLeft {
    0%, 18%, 100% {
        transform: rotate(0deg);
    }
    32%, 58% {
        transform: rotate(-42deg);
    }
    72% {
        transform: rotate(-8deg);
    }
}

@keyframes pcBoxFlapRight {
    0%, 18%, 100% {
        transform: rotate(0deg);
    }
    32%, 58% {
        transform: rotate(42deg);
    }
    72% {
        transform: rotate(8deg);
    }
}

@media (hover: hover) and (pointer: fine) {
    .pc-home-hero-visual:hover .pc-home-hero-image,
    .pc-home-hero-image:hover,
    .pc-product-visual:hover .pc-product-image-card,
    .pc-product-image-card:hover,
    .pc-blog-hero-visual:hover .pc-product-image-card,
    .pc-blog-hero-visual .pc-product-image-card:hover,
    .pc-hero-visual:hover .pc-hero-image-card,
    .pc-hero-image-card:hover {
        transform: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
        filter: none !important;
    }

    .pc-home-hero-visual:hover .pc-home-hero-image img,
    .pc-home-hero-image:hover img,
    .pc-product-visual:hover .pc-product-image-card img,
    .pc-product-image-card:hover img,
    .pc-blog-hero-visual:hover .pc-product-image-card img,
    .pc-blog-hero-visual .pc-product-image-card:hover img,
    .pc-hero-visual:hover .pc-hero-image-card img,
    .pc-hero-image-card:hover img {
        transform: none !important;
        box-shadow: none !important;
        filter: none !important;
    }

    .pc-style-grid:hover .pc-style-card:not(:hover),
    .pc-product-option-grid:hover .pc-product-option-card:not(:hover),
    .pc-home-showcase .pc-gallery:hover .pc-image-card:not(:hover),
    .pc-home-proof-grid:hover > *:not(:hover),
    .pc-grid-4:hover > *:not(:hover) {
        opacity: 0.72;
        transform: translateY(0);
        border-color: rgba(224, 228, 236, 0.86);
        box-shadow: 0 4px 14px rgba(17, 17, 17, 0.025);
        filter: saturate(0.94);
    }

    .pc-product-option-card:hover {
        transform: translateY(-14px);
        box-shadow: 0 30px 46px rgba(20, 32, 51, 0.13), 0 0 0 3px rgba(26, 47, 90, 0.22);
        border-color: rgba(26, 47, 90, 0.46);
    }

    .pc-product-option-card:hover .pc-product-option-media img {
        transform: none;
    }

    .pc-product-option-card:hover .pc-btn-secondary {
        background: #1a2f5a;
        color: #fff;
        border-color: #1a2f5a;
        box-shadow: 0 14px 24px rgba(26, 47, 90, 0.18);
        transform: translateY(-1px);
    }

    .pc-style-card:hover {
        transform: translateY(-14px);
        border-color: rgba(26, 47, 90, 0.46);
        box-shadow: 0 30px 46px rgba(20, 32, 51, 0.13), 0 0 0 3px rgba(26, 47, 90, 0.22);
    }

    .pc-style-card:hover img {
        transform: none;
    }

    .pc-style-card:hover .pc-style-card-body {
        transform: translateY(-2px);
    }

    .pc-style-card:hover .pc-btn-secondary {
        background: #1a2f5a;
        color: #fff;
        border-color: #1a2f5a;
        box-shadow: 0 14px 24px rgba(26, 47, 90, 0.18);
        transform: translateY(-1px);
    }

    .pc-card:hover,
    .pc-image-card:hover,
    .pc-post-card:hover,
    .pc-field-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 28px 42px rgba(20, 32, 51, 0.12), 0 0 0 3px rgba(26, 47, 90, 0.18);
        border-color: rgba(26, 47, 90, 0.4);
    }

    .pc-quick-quote:hover {
        transform: none;
        box-shadow: 0 22px 44px rgba(146, 120, 79, 0.08);
        border-color: rgba(228, 217, 201, 0.7);
    }

    .pc-card:hover > img,
    .pc-image-card:hover img,
    .pc-post-card:hover .pc-post-card-media img {
        transform: scale(1.035);
    }

    .pc-home-showcase .pc-image-card:hover,
    .pc-video-card:hover {
        transform: translateY(-14px);
        border-color: rgba(26, 47, 90, 0.5);
        box-shadow: 0 30px 46px rgba(20, 32, 51, 0.13), 0 0 0 3px rgba(26, 47, 90, 0.22);
    }

    .pc-home-showcase .pc-image-card:hover .pc-text-link {
        color: #1a2f5a;
        text-decoration: underline;
        text-decoration-thickness: 1.5px;
        text-underline-offset: 0.18em;
    }

    .pc-home-showcase .pc-image-card:hover img,
    .pc-home-showcase .pc-image-card:focus img,
    .pc-home-showcase .pc-image-card:focus-within img,
    .pc-video-card:hover .pc-video-poster-image,
    .pc-video-card:focus .pc-video-poster-image,
    .pc-video-card:focus-visible .pc-video-poster-image,
    .pc-video-card:active .pc-video-poster-image {
        transform: none;
    }

    .pc-grid-5 .pc-card:hover,
    .pc-gallery .pc-image-card:hover {
        transform: translateY(-12px) scale(1.01);
    }
}

@media (max-width: 1100px) {
    .pc-grid-5,
    .pc-grid-4,
    .pc-gallery,
    .pc-post-grid,
    .pc-style-grid,
    .pc-product-option-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-grid-3,
    .pc-footer-grid,
    .pc-hero-grid,
    .pc-quick-quote-grid,
    .pc-home-video-panel,
    .pc-video-modal-grid,
    .pc-showcase-modal-caption,
    .pc-section-head,
    .pc-product-style-head,
    .pc-style-detail-card {
        grid-template-columns: 1fr;
    }

    .pc-how-panel {
        min-height: 560px;
    }

    .pc-animated-box {
        width: 280px;
        height: 180px;
        bottom: 72px;
    }

    .pc-site-nav {
        justify-content: flex-start;
    }

    .pc-header-top {
        flex-wrap: wrap;
        min-height: auto;
        padding: 14px 0;
    }

    .pc-header-prompt {
        order: 3;
        min-width: 100%;
    }

    .pc-header-bottom {
        padding-bottom: 6px;
    }

    .pc-brand-strip {
        grid-template-columns: 1fr;
    }

    .pc-brand-strip-logos {
        gap: 14px 22px;
    }

    .pc-home-video-panel {
        gap: 24px;
    }

    .pc-video-modal-dialog {
        margin-top: 32px;
    }

    .pc-showcase-modal-dialog {
        margin-top: 28px;
    }

    .pc-video-modal-media {
        min-height: 360px;
    }

    .pc-product-hero-poster {
        padding: 28px 0 24px;
    }

    .pc-blog-hero-poster {
        padding: 28px 0 24px;
    }

}

@media (max-width: 760px) {
    .pc-shell {
        width: min(var(--pc-shell), calc(100% - 24px));
    }

    .pc-section {
        padding: 64px 0;
    }

    .pc-grid-2,
    .pc-gallery,
    .pc-post-grid,
    .pc-form-grid,
    .pc-style-grid,
    .pc-product-option-grid,
    .pc-about-intro-layout,
    .pc-about-support-layout {
        grid-template-columns: 1fr;
    }

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

    .pc-form-card .pc-span-2 {
        grid-column: auto;
    }

    .pc-button-row {
        flex-direction: column;
        align-items: stretch;
    }

    .pc-header-cta {
        display: none;
    }

    .pc-style-card {
        padding-top: 0;
    }

    .pc-header-bottom {
        display: none;
    }

    .pc-header-actions {
        gap: 12px;
    }

    .pc-header-mini-link {
        display: none;
    }

    .pc-lang-trigger-label {
        display: none;
    }

    .pc-lang-trigger {
        min-width: 38px;
        padding: 0 11px;
    }

    .pc-lang-menu {
        width: 170px;
        right: -8px;
    }

    .pc-hero-visual {
        padding: 8px 0 28px;
    }

    .pc-hero-visual::before {
        inset: 18px 0 18px 0;
    }

    .pc-hero-float {
        position: static;
        max-width: none;
        margin-top: 14px;
    }

    .pc-brand-strip {
        padding: 22px 20px;
    }

    .pc-brand-strip-logos {
        gap: 12px 18px;
    }

    .pc-product-hero-poster {
        padding: 22px 0 20px;
    }

    .pc-blog-hero-poster {
        padding: 22px 0 20px;
    }

    .pc-product-hero-crumbs {
        margin-bottom: 18px;
        font-size: 0.92rem;
    }

    .pc-product-copy {
        padding: 0;
    }

    .pc-cta-band {
        padding: 24px 20px;
    }

    .pc-home-final-cta .pc-cta-band,
    .pc-quick-quote,
    .pc-home-core-panel,
    .pc-home-why-panel,
    .pc-home-video-panel,
    .pc-home-showcase-panel,
    .pc-home-industries-panel {
        padding: 0;
    }

    .pc-video-card,
    .pc-video-poster-image {
        min-height: 300px;
    }

    .pc-style-detail-card {
        border-radius: 26px;
    }

    .pc-style-detail-copy {
        padding: 22px 22px 24px;
    }

    .pc-video-modal-copy {
        padding: 28px 22px;
    }

    .pc-showcase-modal-caption {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 0 4px;
    }

    .pc-video-modal-media {
        min-height: 260px;
    }

    .pc-how-stage {
        padding: 12px 0 0;
    }

    .pc-how-panel {
        min-height: 480px;
        padding: 24px 20px;
        border-width: 10px;
    }

    .pc-how-copy {
        gap: 14px;
    }

    .pc-how-badge {
        width: 46px;
        height: 46px;
        font-size: 1.55rem;
    }

    .pc-how-panel h3 {
        font-size: clamp(1.9rem, 7vw, 2.6rem);
    }

    .pc-how-text {
        font-size: 0.95rem;
    }

    .pc-animated-box {
        width: 220px;
        height: 150px;
        bottom: 54px;
    }

    .pc-box-lid {
        width: 102px;
        height: 22px;
    }

    .pc-box-base {
        height: 98px;
    }

    .pc-box-front {
        height: 88px;
    }

    .pc-how-line {
        width: 90px;
        top: 74%;
    }

    .pc-how-deco-left {
        width: 220px;
        height: 220px;
        border-width: 16px;
        left: -140px;
    }

    .pc-how-deco-right {
        width: 220px;
        height: 120px;
        border-top-width: 12px;
        border-right-width: 12px;
        right: -80px;
        top: 16px;
    }
}
