: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: #0e1a2d;
    --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 layer.
       Replace --page-bg-image with your transparent/monotone product or people image. */
    --page-bg-image: url("https://thboy.com/assets/images/hero-cover.png");
    --page-bg-image-opacity: 0.16;
    --page-bg-image-size: min(72vw, 980px) auto;
    --page-bg-image-position: right 4vw top 140px;
    --page-bg-image-repeat: no-repeat;
    --page-bg-image-blend: multiply;
    --page-bg-image-filter: grayscale(1) saturate(0.45) contrast(0.92);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    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;
}

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);
    background-size: var(--page-bg-image-size);
    background-position: var(--page-bg-image-position);
    background-repeat: var(--page-bg-image-repeat);
    background-blend-mode: var(--page-bg-image-blend);
    filter: var(--page-bg-image-filter);
    opacity: var(--page-bg-image-opacity);
}

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;
}

.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: 999px;
    background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);
    color: #fff;
    font-weight: 600;
    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;
}

.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);
    font-weight: 600;
    transition: 0.25s ease;
}

.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,
.mini-card,
.cta-panel,
.footer-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 245, 251, 0.84) 100%);
    border: 1px 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);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 28px;
}

.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;
}

.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-tag {
    background: rgba(184, 154, 100, 0.14);
    color: #82663a;
    margin-bottom: 10px;
}

.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;
}

.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);
}

.sticky-cta-bar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 14px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    z-index: 2147483647;
    width: min(calc(100% - 20px), 820px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 5px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(208, 218, 230, 0.94) 24%, rgba(246, 249, 252, 0.96) 48%, rgba(183, 196, 212, 0.94) 76%, rgba(255, 255, 255, 0.86) 100%);
    border: 1px solid rgba(10, 31, 68, 0.14);
    box-shadow: 0 18px 46px rgba(8, 22, 47, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    transform: none !important;
    backdrop-filter: blur(16px) saturate(1.15);
    -webkit-backdrop-filter: blur(16px) saturate(1.15);
    pointer-events: none;
    overflow: hidden;
}

.sticky-cta-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    border-radius: 0;
    padding: 10px 12px;
    font-weight: 800;
    font-size: 0.92rem;
    color: #0b3f82;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, rgba(236, 242, 249, 0.92), rgba(197, 209, 224, 0.88));
    border: 0;
    border-right: 1px solid rgba(10, 31, 68, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    transition: 0.25s ease;
    pointer-events: auto;
}

.sticky-cta-item:first-child {
    border-radius: 17px 0 0 17px;
}

.sticky-cta-item:last-child {
    border-right: 0;
    border-radius: 0 17px 17px 0;
}

.sticky-cta-item:hover {
    color: #062f66;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.06)),
        linear-gradient(135deg, rgba(246, 249, 252, 0.98), rgba(177, 194, 215, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.90);
    transform: none;
}

.sticky-cta-item--primary {
    color: #063774;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.05)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(185, 202, 222, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.sticky-cta-item--primary:hover {
    color: #062f66;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.08)),
        linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(173, 195, 220, 0.98));
}

.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;
}

.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;
}

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

.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;
}

.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: 0.10;
        --page-bg-image-size: 105vw auto;
        --page-bg-image-position: center top 120px;
    }

    .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;
    }

    .sticky-cta-bar {
        width: min(calc(100% - 16px), 700px);
        bottom: 10px !important;
        bottom: max(10px, env(safe-area-inset-bottom)) !important;
    }

    .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;
    }
}

@media (max-width: 560px) {
    :root {
        --page-bg-image-opacity: 0.08;
        --page-bg-image-size: 135vw auto;
        --page-bg-image-position: center top 96px;
    }

    .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;
    }

    .sticky-cta-bar {
        width: calc(100% - 12px);
        padding: 6px;
        gap: 6px;
    }

    .sticky-cta-item {
        min-height: 42px;
        font-size: 0.8rem;
        font-weight: 700;
        padding: 8px 6px;
    }

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

/* คลื่น */


.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:
    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%);
}

.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;
}
