@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans Thai UI";
    src: url("../fonts/NotoSansThai-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans Thai UI";
    src: url("../fonts/NotoSansThai-BoldBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #edf2f7;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: rgba(255, 255, 255, 0.92);
    --card: rgba(255, 255, 255, 0.88);

    --text: #0a1f44;
    --muted: #536177;
    --line: rgba(15, 23, 42, 0.10);

    --navy: #0a1f44;
    --navy-soft: #163560;
    --navy-deep: #08162f;

    --silver-1: #f9fbfd;
    --silver-2: #e8edf3;
    --silver-3: #d3dbe5;
    --silver-4: #bcc6d2;

    --gold: #b89a64;
    --gold-soft: rgba(184, 154, 100, 0.14);

    --shadow: 0 22px 62px rgba(8, 22, 47, 0.10);

    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --container: 1140px;

    /* Brochure-style background image layers.
       Replace left/right image variables with transparent/monotone product or people images. */
    /* --page-bg-image-left: url("https://thboy.com/assets/images/bg-mask.png"); */
    --page-bg-image-left: none;
    --page-bg-image-right: url("https://thboy.com/assets/images/bg-jackjill.webp");
    --page-bg-image-bottom: url("https://thboy.com/assets/images/bg-bottom.webp");;
    --page-bg-image-opacity-left: 1;
    --page-bg-image-opacity-right: 1;
    --page-bg-image-opacity-bottom: 1;
    --page-bg-image-size-left: min(22vw, 530px) auto;
    --page-bg-image-size-right: min(46vw, 530px) auto;
    --page-bg-image-size-bottom: min(100vw, 1980px) auto;
    --page-bg-image-position-left: left -2vw top -10px;
    --page-bg-image-position-right: right 0vw top -200px;
    --page-bg-image-position-bottom: center bottom 0px;
    --page-bg-image-repeat: no-repeat;
    --page-bg-image-blend: multiply;
    --page-bg-image-filter-left: grayscale(0) saturate(1.1) contrast(1);
    --page-bg-image-filter-right: grayscale(0) saturate(1.1) contrast(1);
    --page-bg-image-filter-bottom: grayscale(0) saturate(1.1) contrast(1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Sarabun", "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    line-height: 1.76;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.90), transparent 26%),
        radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.56), transparent 24%),
        radial-gradient(circle at 50% 120%, rgba(10, 31, 68, 0.06), transparent 42%),
        linear-gradient(140deg, #f8fbff 0%, #edf2f8 22%, #dde5ef 48%, #f5f8fc 70%, #e9eef5 100%);
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Thai", "Noto Sans Thai", sans-serif;
    letter-spacing: -0.01em;
}

h1, h2 { font-weight: 800; }
h3, h4, h5, h6 { font-weight: 700; }

label,
fieldset,
legend {
    font-family: "Noto Sans Thai", "Noto Sans Thai", sans-serif;
    font-weight: 700;
}

button,
.button-primary,
.button-secondary,
.nav-cta,
.sticky-cta-item {
    font-weight: 400;
}

input,
select,
textarea,
p,
li,
td,
th,
ul {
    font-family: "Noto Sans Thai", "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.ul-list-plain {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.li-newline {
    margin-left: 10px;
    margin-bottom: 10px;
}

.ty-heading-xl { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: clamp(2rem, 3vw, 2.5rem); font-weight: 800; }
.ty-heading-lg { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: clamp(1.6rem, 2.6vw, 2rem); font-weight: 800; }
.ty-heading-md { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 700; }
.ty-heading-sm { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: 1.05rem; font-weight: 700; }
.ty-label { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-weight: 700; }
.ty-label-strong { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-weight: 800; }
.ty-body { font-family: "Sarabun", "Noto Sans Thai", sans-serif; font-size: 16px; font-weight: 500; }
.ty-body-strong { font-family: "Sarabun", "Noto Sans Thai", sans-serif; font-size: 16px; font-weight: 700; }
.ty-muted { font-family: "Sarabun", "Noto Sans Thai", sans-serif; font-size: 16px; font-weight: 400; }
.ty-kpi { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-weight: 800; }

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        repeating-linear-gradient(115deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 2px,
            rgba(160, 174, 192, 0.03) 2px,
            rgba(160, 174, 192, 0.03) 6px);
    opacity: 0.22;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: var(--page-bg-image-bottom);
    background-size: var(--page-bg-image-size-bottom);
    background-position: var(--page-bg-image-position-bottom);
    background-repeat: var(--page-bg-image-repeat);
    background-blend-mode: var(--page-bg-image-blend);
    filter: var(--page-bg-image-filter-bottom);
    opacity: var(--page-bg-image-opacity-bottom);
}

img {
    max-width: 100%;
    display: block;
}

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

a:focus-visible,
button:focus-visible {
    outline: 2px solid rgba(10, 31, 68, 0.45);
    outline-offset: 2px;
}

.link {
    color: rgb(177, 137, 63);
    text-decoration: underline;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.topbar-wrap {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 14px 0;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(237, 242, 247, 0.78) 100%);
    border-radius: 999px;
    box-shadow: 0 12px 34px rgba(8, 22, 47, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand-badge {
  width: 60px;
  height: auto;
  border-radius: 100%;
  background: linear-gradient(135deg, var(--navy) 0%, #173863 100%);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  overflow: hidden;
}

.brand-badge--image {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.brand-badge--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.brand-copy strong {
    display: block;
    font-size: 0.96rem;
    line-height: 1.2;
}

.brand-copy span {
    display: block;
    font-size: 0.8rem;
    color: var(--muted);
}

.brand {
    min-width: 0;
}

.brand-copy {
    min-width: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-links a {
    padding: 10px 14px;
    border-radius: 999px;
    color: #24324a;
    font-size: 0.94rem;
    font-weight: 600;
    transition: 0.25s ease;
}

.nav-links a:hover {
    background: rgba(10, 31, 68, 0.08);
    color: var(--navy);
    transform: translateY(-1px);
}

.nav-cta,
.button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 99px;
    /*background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);*/
    background: linear-gradient(135deg, #073674 0%, #8BBBF8 100%);
    color: #fff;
    /* box-shadow: 0 12px 28px rgba(10, 31, 68, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12); */
    transition: 0.25s ease;
    font-family: "Noto Sans Thai";
}

.nav-cta{border-radius: 999px !important;}

.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(231, 237, 244, 0.74) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--navy);
    transition: 0.25s ease;
    font-size:0.85rem;
    font-family:"Noto Sans Thai", Sarabun, Tahoma;
}

.button-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.85rem;
    font-family: "Noto Sans Thai", Sarabun, Tahoma;
    font-weight: 600;
    letter-spacing: 0.01em;
    border: 0;
    box-shadow: 0 8px 18px rgba(8, 22, 47, 0.12);
}

.button-social--line {
    background: #03b24c;
}

.button-social--shopee {
    background: #dd4a2d;
}

.button-social--facebook {
    background: #1768d4;
}

.button-social--website {
    background: #0a1f44;
    box-shadow: 0 10px 24px rgba(8, 22, 47, 0.24);
}

.social-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.social-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.contact-note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 0.92rem;
}

.contact-team {
    margin-top: 16px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-team h3 {
    margin: 0;
    color: var(--navy);
}

.contact-team-note {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.contact-team-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.contact-team-card {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    padding: 12px;
    border-radius: 14px;
    background: none;
    /* border: 0px solid rgba(15, 23, 42, 0.08); */
    /* box-shadow: 0 10px 20px rgba(8, 22, 47, 0.08); */
}

.contact-team-photo {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    object-fit: cover;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 18px rgba(2, 12, 38, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-team-photo--online {
    border-color: rgba(191, 233, 255, 0.95);
    animation: contact-online-glow 3.8s ease-in-out infinite;
}

@keyframes contact-online-glow {
    0% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(58, 180, 255, 0.00),
            0 10px 22px rgba(3, 25, 56, 0.16);
        filter: saturate(1);
    }
    40% {
        transform: scale(1.015);
        box-shadow:
            0 0 0 4px rgba(65, 196, 255, 0.22),
            0 0 24px 6px rgba(68, 196, 255, 0.30),
            0 12px 26px rgba(4, 29, 64, 0.24);
        filter: saturate(1.08);
    }
    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(58, 180, 255, 0.00),
            0 10px 22px rgba(3, 25, 56, 0.16);
        filter: saturate(1);
    }
}

.contact-team-copy {
    display: grid;
    gap: 2px;
}

.contact-team-name {
    color: var(--navy);
    font-size: 0.95rem;
}

.contact-team-role {
    color: var(--muted);
    font-size: 0.82rem;
}

.contact-team-status {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.contact-team-status--online {
    color: #166534;
    background: #dcfce7;
    border-color: #86efac;
}

.contact-team-status--away {
    color: #92400e;
    background: #fef3c7;
    border-color: #fcd34d;
}

.contact-team-status--offline {
    color: #334155;
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.order-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.order-channel-grid .button-social {
    width: 100%;
    min-height: 50px;
}

.contact-phone-grid {
    margin-top: 14px;
}

.contact-phone-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 24px rgba(8, 22, 47, 0.08);
}

.contact-phone-number {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

.contact-phone-link {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--navy);
    font-size: 0.86rem;
    font-weight: 700;
}

.nav-cta:hover,
.button-primary:hover,
.button-secondary:hover,
.product-card:hover,
.feature-card:hover,
.quote-card:hover,
.cta-panel:hover {
    transform: translateY(-3px);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    background: rgba(10, 31, 68, 0.08);
    cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--navy);
    border-radius: 999px;
}

.menu-toggle::before {
    margin-bottom: 5px;
}

.menu-toggle::after {
    margin-top: 5px;
}

.hero,
section,
.footer {
    padding: 32px 0;
}

.hero-shell,
.trust-grid,
.product-grid,
.quote-grid,
.cta-grid,
.footer-grid {
    display: grid;
    gap: 20px;
}

.hero-shell {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

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

.cta-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.hero-main,
.hero-panel,
.feature-card,
.product-card,
.quote-card,
.cta-panel,
.footer-shell {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 245, 251, 0.84) 100%); */
    background:none;
    border: 0px solid rgba(255, 255, 255, 0.82);
    /*box-shadow: 0 16px 44px rgba(8, 22, 47, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.8);*/
    box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 7px;
}

.hero-main,
.hero-panel,
.cta-panel,
.footer-shell,
.feature-card,
.quote-card {
    padding: 24px;
}

.hero-main h1 {
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 2.9rem);
    line-height: 1.32;
    letter-spacing: -0.03em;
    color: var(--navy);
}

.hero-main p,
.panel-copy p,
.feature-card p,
.product-card p,
.quote-card blockquote,
.cta-panel p,
.footer-copy p {
    max-width: 64ch;
}

.hero-main p,
.section-head p,
.feature-card p,
.product-card p,
.quote-card blockquote,
.cta-panel p,
.footer-copy p,
.footer-meta div {
    color: var(--muted);
}

.eyebrow,
.product-tag {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.eyebrow {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    color: var(--navy);
    margin-bottom: 18px;
}

.hero-actions,
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-stats .mini-card {
    flex: 1 1 220px;
    padding: 18px;
    border-radius: 22px;
}

.mini-card-1 {
    font-family: "Noto Sans Thai", Sarabun;
} 

.panel-image {
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 16px;
}

.panel-copy h2,
.section-head h2,
.feature-card h3,
.product-card h3,
.cta-panel h3,
.footer-copy h3 {
    margin: 0 0 8px;
    color: var(--navy);
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.section-link,
.card-link {
    color: var(--navy);
    font-weight: 600;
}

.product-card {
    padding: 20px;
}

.product-media {
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
}

.product-media--spotlight {
    position: relative;
    isolation: isolate;
}

.product-media--spotlight::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18%;
    width: 78%;
    height: 68%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 2.5) 0%, rgba(255, 255, 255, 0.22) 40%, rgba(255, 255, 255, 0) 85%);
    filter: blur(4px);
    animation: spotlightDrift 8s ease-in-out infinite;
}

.product-media--spotlight::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 18%, rgba(255, 255, 255, 0) 42%);
    animation: spotlightGlow 8s ease-in-out infinite;
}

.product-media--spotlight > img {
    position: relative;
    z-index: 0;
}

@keyframes spotlightDrift {
    0%, 100% {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 0.9;
    }
    50% {
        transform: translateX(-48%) translateY(3%) scale(1.04);
        opacity: 0.62;
    }
}

@keyframes spotlightGlow {
    0%, 100% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.55;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-media--spotlight::before,
    .product-media--spotlight::after {
        animation: none;
    }
}

.product-tag {
    background: #0a1f44;
    color: #f7f6f4;
    margin-bottom: 10px;
    font-size:0.75rem;
}

.product-des {
    line-height:22px;
    font-size:0.9rem;
}

.product-bg {
        background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.90), transparent 26%),
        radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.56), transparent 24%),
        radial-gradient(circle at 50% 120%, rgba(10, 31, 68, 0.06), transparent 42%),
        linear-gradient(140deg, #f8fbff 0%, #edf2f8 22%, #dde5ef 48%, #f5f8fc 70%, #e9eef5 100%);
        opacity:0.8;
}

.quote-mark {
    font-size: 3rem;
    color: rgba(184, 154, 100, 0.22);
    line-height: 1;
    margin-bottom: 10px;
}

.quote-card footer {
    margin-top: 16px;
    color: var(--navy);
    font-weight: 600;
}

.order-step-card {
    background: rgba(184, 154, 100, 0.22);
}

.order-step-card blockquote {
    /* color: var(--navy); */
    color: #5a4729;
}

.order-step-head h2 {
    color: #6f5121;
}

.order-step-head p {
    color: #5a4729;
}

.faq-anchor-target {
    scroll-margin-top: 96px;
}

.reviewer-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.reviewer-avatar {
    width: 68px;
    height: 68px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 68px;
    border: 2px solid rgba(184, 154, 100, 0.45);
    box-shadow: 0 10px 22px rgba(8, 22, 47, 0.14), 0 0 0 6px rgba(255, 255, 255, 0.78);
    background: #f6f8fb;
}

.reviewer-copy {
    display: grid;
    gap: 2px;
    padding-left:10px;
}

.reviewer-copy strong {
    color: var(--navy);
    font-size: 0.96rem;
}

.reviewer-copy span {
    color: var(--muted);
    font-size: 0.84rem;
}

.reviewer-badge {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #7a5a26;
    background: linear-gradient(135deg, rgba(184, 154, 100, 0.18) 0%, rgba(184, 154, 100, 0.08) 100%);
    border: 1px solid rgba(184, 154, 100, 0.3);
}

.cta-panel--dark {
    background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);
    color: #fff;
}

.cta-panel--dark h3,
.cta-panel--dark p,
.cta-panel--dark .card-link {
    color: #fff;
}

.footer-shell {
    padding: 24px;
}

.footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
}

.footer-links,
.footer-meta {
    display: grid;
    gap: 10px;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.glass-preview-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    bottom: max(0px, env(safe-area-inset-bottom));
    z-index: 2147483647;
    height: 76px;
    pointer-events: none;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.4) 0%, rgba(229, 238, 248, 0.28) 52%, rgba(171, 186, 206, 0.2) 100%),
        linear-gradient(330deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.52);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow:
        0 26px 56px rgba(8, 22, 47, 0.16),
        0 10px 24px rgba(8, 22, 47, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(22px) saturate(1.28);
    -webkit-backdrop-filter: blur(22px) saturate(1.28);
    display: block;
    padding: 8px 16px;
    position: fixed;
    box-sizing: border-box;
}

.glass-preview-brand {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    display: flex;
    align-items: center;
    margin-right: 0;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.96);
    padding: 0 16px;
    border-radius: 0;
    background:
        linear-gradient(160deg, rgba(22, 53, 96, 0.92) 0%, rgba(13, 34, 68, 0.9) 52%, rgba(8, 22, 47, 0.96) 100%),
        linear-gradient(330deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(173, 201, 236, 0.35);
    box-shadow: none;
    text-shadow: none;
    pointer-events: none;
    line-height: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.glass-preview-menu {
    width: min(100%, var(--container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: 24px;
    background: transparent;
    border: none;
    box-shadow: none;
    pointer-events: auto;
}

.glass-preview-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 16px;
    padding: 8px 10px;
    text-align: center;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #0b2f60;
    background: transparent;
    border: none;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55),
        0 -1px 0 rgba(8, 22, 47, 0.12);
    box-shadow: none;
    transition: background .2s ease, transform .2s ease;
}

.glass-preview-item:hover {
    background: transparent;
    transform: translateY(-1px);
}

.glass-preview-item--primary {
    background: transparent;
    border: none;
}

.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.icon-sm {
  width: 18px;
  height: 18px;
}

.cart-section {
    padding: 72px 0 120px;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
    gap: 24px;
    align-items: start;
}

.cart-main,
.checkout-form,
.payment-card,
.cart-summary,
.admin-orders,
.empty-state {
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 55px rgba(8, 22, 47, 0.10);
    border-radius: var(--radius-lg);
    padding: 24px;
    margin-bottom: 14px;
}

.section-head.compact {
    margin-bottom: 22px;
}

.cart-product-actions,
.payment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.cart-items {
    display: grid;
    gap: 14px;
}

.cart-item,
.admin-order-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: var(--radius-md);
    background: rgba(248, 251, 255, 0.86);
}

.cart-item img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 18px;
    background: #eef4fb;
}

.cart-item span,
.admin-order-card span {
    display: block;
    color: var(--muted);
    font-size: 0.92rem;
}

.qty-form {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.qty-form input {
    width: 72px;
}

.checkout-form {
    display: grid;
    gap: 16px;
}

.admin-login-form {
    max-width: 560px;
    margin: 0 auto;
}

.checkout-form label {
    display: grid;
    gap: 7px;
    color: var(--navy);
    font-weight: 700;
}

.admin-inline-help {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.checkout-form input,
.checkout-form textarea,
.qty-form input {
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 16px;
    padding: 12px 14px;
    font: inherit;
    color: var(--text);
    background: rgba(255, 255, 255, 0.92);
}

.cart-summary {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 14px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.summary-row.total {
    font-size: 1.12rem;
    color: var(--navy);
}

.button-primary.full,
.button-secondary.full {
    width: 100%;
    justify-content: center;
}

.alert.error {
    padding: 14px 16px;
    border-radius: 16px;
    color: #8a1f11;
    background: #fff0eb;
    border: 1px solid rgba(210, 76, 45, 0.25);
}

.qr-mock {
    width: min(100%, 320px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin: 24px auto;
    border: 14px solid #071936;
    border-radius: 28px;
    color: #071936;
    font-weight: 800;
    letter-spacing: 0.05em;
    background:
        linear-gradient(90deg, rgba(7, 25, 54, 0.16) 10px, transparent 10px) 0 0 / 32px 32px,
        linear-gradient(rgba(7, 25, 54, 0.16) 10px, transparent 10px) 0 0 / 32px 32px,
        #fff;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(135deg, #06142f 0%, #1671d6 100%);
    font-weight: 800;
}

.status-pill--large {
    font-size: 1.1rem;
    padding: 12px 18px;
    margin: 10px 0;
}

.debug-panel {
    margin-top: 16px;
    border: 1px solid rgba(22, 113, 214, 0.20);
    border-radius: 18px;
    background: rgba(235, 245, 255, 0.86);
    overflow: hidden;
}

.debug-panel summary {
    cursor: pointer;
    padding: 12px 14px;
    font-weight: 800;
    color: #0b2554;
}

.debug-panel pre {
    max-height: 360px;
    overflow: auto;
    margin: 0;
    padding: 14px;
    color: #071936;
    font-size: 0.82rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

.admin-orders {
    display: grid;
    gap: 12px;
}

.admin-order-card {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 10px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.dashboard-card {
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 245, 255, 0.88));
    box-shadow: 0 18px 42px rgba(8, 22, 47, 0.09);
    border-radius: var(--radius-md);
    padding: 18px;
}

.dashboard-card span {
    display: block;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.dashboard-card strong {
    display: block;
    margin-top: 8px;
    color: var(--navy);
    font-size: 1.35rem;
    line-height: 1.2;
}

.dashboard-card p {
    margin: 8px 0 0;
    color: var(--muted);
}

.dashboard-stack {
    align-items: stretch;
}

.status-timeline {
    display: grid;
    gap: 12px;
    margin: 20px 0;
}

.timeline-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(10, 31, 68, 0.06);
    color: var(--muted);
    font-weight: 800;
}

.timeline-step span {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: rgba(10, 31, 68, 0.20);
}

.timeline-step.is-done {
    color: #073d7a;
    background: rgba(22, 113, 214, 0.12);
}

.timeline-step.is-done span {
    background: linear-gradient(135deg, #06142f 0%, #1f8cff 100%);
    box-shadow: 0 0 0 5px rgba(31, 140, 255, 0.13);
}

.checkout-form select {
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 16px;
    padding: 12px 14px;
    font: inherit;
    color: var(--text);
    background: rgba(255, 255, 255, 0.92);
}

.icon-md {
  width: 20px;
  height: 20px;
}

.icon-lg {
  width: 24px;
  height: 24px;
}

.icon-white {
  color: #ffffff;
}

.nav-cta,
.button-primary,
.button-secondary,
.card-link,
.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.mb-3{margin-bottom:30px;}
.mb-5{margin-bottom:50px;}

@media (max-width: 980px) {

    .hero-shell,
    .trust-grid,
    .product-grid,
    .quote-grid,
    .cta-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 860px) {
    :root {
        --page-bg-image-opacity-left: 0.10;
        --page-bg-image-opacity-right: 0.10;
        --page-bg-image-opacity-bottom: 0.10;
        --page-bg-image-size-left: 72vw auto;
        --page-bg-image-size-right: 105vw auto;
        --page-bg-image-size-bottom: 120vw auto;
        --page-bg-image-position-left: left -22vw top 180px;
        --page-bg-image-position-right: right -26vw top 120px;
        --page-bg-image-position-bottom: center bottom -70px;
    }

    .topbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand toggle"
            "nav nav"
            "cta cta";
        align-items: center;
        gap: 12px;
        padding: 14px;
        border-radius: 28px;
    }

    .brand {
        grid-area: brand;
        width: 100%;
        min-width: 0;
        align-items: center;
    }

    .brand-badge {
        flex-shrink: 0;
    }

    .brand-copy {
        min-width: 0;
    }

    .brand-copy strong {
        display: block;
        font-size: 1rem;
        line-height: 1.2;
    }

    .brand-copy span {
        display: block;
        font-size: 0.84rem;
        line-height: 1.45;
        color: var(--muted);
    }

    .menu-toggle {
        grid-area: toggle;
        display: grid;
        place-items: center;
        margin-left: 0;
        flex-shrink: 0;
    }

    .nav-links,
    .nav-cta {
        display: none;
    }

    .topbar.is-open .nav-links {
        grid-area: nav;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
        padding-top: 4px;
    }

    .topbar.is-open .nav-links a {
        display: block;
        width: 100%;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(10, 31, 68, 0.05);
    }

    .topbar.is-open .nav-cta {
        grid-area: cta;
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin-top: 2px;
    }

    .glass-preview-bar {
        height: 70px;
        bottom: 0px !important;
        bottom: max(0px, env(safe-area-inset-bottom)) !important;
        padding-left: 12px;
        padding-right: 12px;
    }

    .glass-preview-brand {
        font-size: 1.28rem;
        left: 0;
    }

    .glass-preview-menu {
        gap: 6px;
        padding: 6px;
    }

    .glass-preview-item {
        min-height: 40px;
        font-size: 0.84rem;
    }

    .cart-layout {
        grid-template-columns: 1fr;
    }

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

    .cart-summary {
        position: static;
    }

    .cart-item,
    .admin-order-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .cart-item > b,
    .cart-item .qty-form,
    .admin-order-card > b,
    .admin-order-card > a,
    .admin-order-card .status-pill {
        grid-column: 1 / -1;
    }

    .admin-login-form {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    :root {
        --page-bg-image-opacity-left: 0.08;
        --page-bg-image-opacity-right: 0.08;
        --page-bg-image-opacity-bottom: 0.08;
        --page-bg-image-size-left: 90vw auto;
        --page-bg-image-size-right: 135vw auto;
        --page-bg-image-size-bottom: 155vw auto;
        --page-bg-image-position-left: left -42vw top 160px;
        --page-bg-image-position-right: right -48vw top 96px;
        --page-bg-image-position-bottom: center bottom -80px;
    }

    .topbar-wrap {
        padding: 10px 0;
    }

    .topbar {
        padding: 12px;
        gap: 10px;
    }

    .brand-copy span {
        display: none;
    }

    .brand-copy strong {
        font-size: 0.98rem;
    }

    .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .glass-preview-bar {
        height: 62px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .glass-preview-brand {
        font-size: 1.04rem;
        left: 0;
    }

    .glass-preview-menu {
        gap: 4px;
        padding: 4px;
        border-radius: 18px;
    }

    .glass-preview-item {
        min-height: 36px;
        font-size: 0.74rem;
        padding: 6px 4px;
        border-radius: 12px;
    }

    .order-channel-grid {
        grid-template-columns: 1fr;
    }

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

    .contact-team-card {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
        padding: 10px 8px;
    }

    .contact-team-copy {
        justify-items: center;
        text-align: center;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .eyebrow{
        border-radius:0px;
        background:none;
        padding:0px;
        border:0px;
    }

    p {font-size:1rem;}
}

/* คลื่น */


.page-shell {
  position: relative;
  isolation: isolate;
  overflow: clip;
  z-index: 0;
}

.page-shell > * {
  position: relative;
  z-index: 1;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    var(--page-bg-image-left) var(--page-bg-image-position-left) / var(--page-bg-image-size-left) var(--page-bg-image-repeat),
    radial-gradient(circle at 20% 20%, rgba(10, 31, 68, 0.06), transparent 30%),
    radial-gradient(circle at 82% 75%, rgba(184, 154, 100, 0.07), transparent 38%);
  filter: var(--page-bg-image-filter-left);
  opacity: var(--page-bg-image-opacity-left);
}

.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--page-bg-image-right) var(--page-bg-image-position-right) / var(--page-bg-image-size-right) var(--page-bg-image-repeat);
  filter: var(--page-bg-image-filter-right);
  opacity: var(--page-bg-image-opacity-right);
}

.floating-advisor-cta {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: 88px;
    z-index: 55;
    width: min(320px, calc(100vw - 24px));
}

.floating-advisor-cta__body {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 34px rgba(2, 12, 38, 0.18);
    border-radius: 18px;
    padding: 12px;
    backdrop-filter: blur(8px);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.floating-advisor-cta__close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: rgba(255, 255, 255, 0.98);
    color: #0f172a;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(2, 12, 38, 0.20);
    z-index: 1;
}

.floating-advisor-cta__close:hover {
    background: #f8fafc;
}

.floating-advisor-cta.is-collapsed {
    width: 62px;
}

.floating-advisor-cta.is-collapsed .floating-advisor-cta__body {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 999px;
    backdrop-filter: none;
}

.floating-advisor-cta.is-collapsed .floating-advisor-cta__copy {
    display: none;
}

.floating-advisor-cta.is-collapsed .floating-advisor-cta__close {
    display: none;
}

.floating-advisor-cta__body:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(2, 12, 38, 0.23);
}

.floating-advisor-cta__avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    object-fit: cover;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.95);
}

.floating-advisor-cta__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.floating-advisor-cta__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #0b3a77;
}

.floating-advisor-cta__name {
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.25;
}

.floating-advisor-cta__role {
    color: var(--muted);
    font-size: 0.8rem;
}

.floating-advisor-cta__action {
    margin-top: 2px;
    color: #0d5f7a;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .floating-advisor-cta {
        right: 10px;
        bottom: 84px;
        width: min(300px, calc(100vw - 16px));
    }
}

.hero-video {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 60px rgba(8, 22, 47, 0.10), inset 0 1px 0 rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.72);
}

.hero-video video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.rating {
    font-size:0.8rem;
}

.feature-icon {
    font-size:2.5rem;
    font-weight:bold;
}

.film-strip-section {
    padding-top: 12px;
}

.film-strip-shell {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 10px 0;
    border: 1px solid rgba(184, 154, 100, 0.25);
    background:
        linear-gradient(180deg, rgba(8, 22, 47, 0.95) 0%, rgba(10, 31, 68, 0.86) 48%, rgba(8, 22, 47, 0.95) 100%),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 0px,
            rgba(255, 255, 255, 0.025) 1px,
            rgba(255, 255, 255, 0) 1px,
            rgba(255, 255, 255, 0) 12px
        );
    box-shadow: 0 20px 38px rgba(8, 22, 47, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.film-strip-shell::before,
.film-strip-shell::after {
    content: "";
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.film-strip-shell::before {
    left: 0;
    background: linear-gradient(90deg, rgba(8, 22, 47, 1) 0%, rgba(8, 22, 47, 0.78) 45%, rgba(8, 22, 47, 0) 100%);
}

.film-strip-shell::after {
    right: 0;
    background: linear-gradient(270deg, rgba(8, 22, 47, 1) 0%, rgba(8, 22, 47, 0.78) 45%, rgba(8, 22, 47, 0) 100%);
}

.film-strip-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: filmStripMarquee 64s linear infinite;
    will-change: transform;
}

.film-strip-reel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}

.film-frame {
    position: relative;
    margin: 0;
    width: 118px;
    height: 118px;
    padding: 12px 9px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(18, 36, 69, 0.95) 0%, rgba(9, 23, 45, 0.95) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 7px 14px rgba(0, 0, 0, 0.25);
}

.film-frame::before,
.film-frame::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    height: 5px;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.24) 0px,
            rgba(255, 255, 255, 0.24) 7px,
            rgba(255, 255, 255, 0.04) 7px,
            rgba(255, 255, 255, 0.04) 14px
        );
    border-radius: 999px;
}

.film-frame::before {
    top: 4px;
}

.film-frame::after {
    bottom: 4px;
}

.film-frame img,
.film-frame-inner {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.film-frame--placeholder .film-frame-inner {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
}

.image-auto {
    width:auto;
    height:auto;
    border-radius:10px;
}

.feature-card--frost {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.62) 0%, rgba(241, 246, 252, 0.46) 55%, rgba(230, 238, 248, 0.42) 100%);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 46px rgba(8, 22, 47, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.feature-card--frost::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05) 42%, rgba(255, 255, 255, 0.18) 76%, rgba(255, 255, 255, 0.04) 100%);
    z-index: 0;
}

.feature-card--frost::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(10, 31, 68, 0.06) 0.55px, transparent 0.55px);
    background-size: 3px 3px;
    opacity: 0.35;
    z-index: 0;
}

.feature-card--frost > * {
    position: relative;
    z-index: 1;
}

@keyframes filmStripMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .film-strip-track {
        animation: none;
    }
}
