:root {
    color-scheme: light;
    --ink: #111827;
    --text: #263243;
    --muted: #697386;
    --quiet: #8a94a6;
    --line: #dce3ec;
    --line-strong: #c8d2df;
    --panel: #ffffff;
    --soft: #f6f8fb;
    --paper: #fbfcf8;
    --navy: #17223a;
    --navy-soft: #24304a;
    --blue: #315eea;
    --blue-dark: #2448c7;
    --teal: #0b766d;
    --teal-soft: #e8f7f4;
    --gold: #d99b2b;
    --gold-soft: #fff6df;
    --green: #168054;
    --danger: #b42318;
    --shadow: 0 26px 70px rgba(23, 34, 58, 0.13);
    --soft-shadow: 0 16px 40px rgba(23, 34, 58, 0.09);
    --hairline: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0.94)),
        repeating-linear-gradient(90deg, rgba(23, 34, 58, 0.035) 0 1px, transparent 1px 120px),
        var(--soft);
}

a {
    color: inherit;
}

.home-shell,
.support-shell,
.thanks-shell {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.home-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.92fr);
    gap: 28px;
    align-items: center;
    padding: 42px 0;
}

.hero-panel,
.entry-panel,
.service-card,
.support-hero,
.thanks-panel {
    border: 1px solid rgba(220, 227, 236, 0.95);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
}

.hero-panel {
    position: relative;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 42px;
    color: #fff;
    background:
        linear-gradient(142deg, rgba(18, 29, 50, 0.98) 0%, rgba(25, 42, 70, 0.96) 48%, rgba(11, 118, 109, 0.92) 100%),
        var(--navy);
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 78%);
    pointer-events: none;
}

.hero-panel::after {
    content: "";
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 122px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(217, 155, 43, 0.95), rgba(255, 255, 255, 0.06));
}

.brand-nav,
.hero-copy,
.support-preview,
.trust-list {
    position: relative;
    z-index: 1;
}

.brand-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 850;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    color: #201706;
    background: linear-gradient(180deg, #f8cf72, var(--gold));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), var(--hairline);
}

.hero-copy {
    max-width: 640px;
}

.eyebrow {
    margin: 0 0 9px;
    color: var(--teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-panel .eyebrow {
    color: #baf3e9;
}

.hero-copy h1,
.support-hero h1,
.thanks-panel h1 {
    margin: 0;
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: 0;
}

.hero-copy p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.72;
}

.support-preview {
    height: 218px;
    margin: 30px 0;
}

.preview-window {
    position: absolute;
    left: 0;
    top: 14px;
    width: 74%;
    height: 168px;
    display: grid;
    gap: 13px;
    align-content: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18), var(--hairline);
    backdrop-filter: blur(12px);
}

.preview-window::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.preview-window span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
}

.preview-window span:nth-child(2) {
    width: 74%;
    opacity: 0.56;
}

.preview-window span:nth-child(3) {
    width: 52%;
    opacity: 0.36;
}

.preview-ticket {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: min(270px, 57%);
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24), var(--hairline);
}

.preview-ticket strong {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.preview-ticket span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-weight: 850;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trust-list span {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 850;
}

.entry-panel,
.thanks-panel {
    position: relative;
    padding: 38px;
    box-shadow: 0 26px 70px rgba(23, 34, 58, 0.12);
}

.entry-panel::before,
.thanks-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--blue), var(--teal), var(--gold));
}

.panel-heading {
    margin-bottom: 24px;
}

.panel-heading h2,
.service-card h2 {
    margin: 0;
    color: var(--ink);
    font-size: 28px;
    line-height: 1.18;
}

.panel-subtitle,
.service-content p,
.support-meta,
.thanks-copy,
.site-footer {
    color: var(--muted);
    line-height: 1.65;
}

.panel-subtitle {
    margin: 10px 0 0;
}

.support-form,
.service-form {
    display: grid;
    gap: 16px;
}

label,
.contact-action,
.upload-field {
    display: grid;
    gap: 8px;
    font-weight: 850;
}

label span,
.contact-action > span,
.upload-field > span {
    color: #344054;
    font-size: 14px;
}

.optional-label {
    color: var(--quiet);
    font-size: 12px;
    font-weight: 750;
}

input,
select,
textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--ink);
    background: linear-gradient(180deg, #ffffff, #fbfcfe);
    font: inherit;
    font-size: 16px;
    outline: none;
    box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(49, 94, 234, 0.12), 0 8px 24px rgba(23, 34, 58, 0.07);
}

.field-help,
.file-upload-name {
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.field-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 14px;
}

.checkbox-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.checkbox-line input {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin-top: 1px;
    accent-color: var(--blue);
}

.primary-button,
.secondary-button,
.mail-button,
.whatsapp-button,
.back-link,
.file-upload-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 8px;
    padding: 0 18px;
    font: inherit;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.primary-button:hover,
.secondary-button:hover,
.mail-button:hover,
.whatsapp-button:hover,
.back-link:hover,
.file-upload-button:hover {
    transform: translateY(-1px);
}

.primary-button,
.secondary-button {
    border: 0;
    color: #fff;
}

.primary-button {
    width: 100%;
    background: linear-gradient(180deg, #3d68f0, var(--blue-dark));
    box-shadow: 0 16px 30px rgba(49, 94, 234, 0.26), var(--hairline);
}

.secondary-button {
    background: linear-gradient(180deg, var(--navy-soft), var(--navy));
    box-shadow: 0 14px 28px rgba(23, 34, 58, 0.2), var(--hairline);
}

.mail-button {
    width: 100%;
    border: 1px solid rgba(49, 94, 234, 0.2);
    color: var(--blue-dark);
    background: linear-gradient(180deg, #f6f9ff, #edf4ff);
}

.whatsapp-button {
    width: 100%;
    color: #fff;
    background: linear-gradient(180deg, #35dd76, #1fb85a);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.24), var(--hairline);
}

.disabled-button {
    color: var(--muted);
    background: #edf1f5;
    box-shadow: none;
    cursor: not-allowed;
}

.disabled-button:hover {
    transform: none;
}

.alert,
.success {
    border-radius: 8px;
    padding: 13px 15px;
    margin-bottom: 18px;
    font-weight: 850;
}

.alert {
    color: var(--danger);
    background: #fff1f0;
    border: 1px solid #ffd1cc;
}

.alert p {
    margin: 0;
}

.success {
    color: var(--green);
    background: #ecf9f1;
    border: 1px solid #bfe8d2;
}

.support-shell {
    padding: 42px 0 30px;
}

.support-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: end;
    gap: 24px;
    margin-bottom: 22px;
    padding: 30px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 252, 248, 0.98)),
        var(--panel);
    box-shadow: var(--soft-shadow);
}

.support-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green), var(--teal), var(--blue));
}

.support-hero h1 {
    max-width: 760px;
    margin-top: 12px;
}

.support-meta {
    margin: 10px 0 0;
}

.back-link {
    width: fit-content;
    min-height: 42px;
    margin-bottom: 20px;
    border: 1px solid var(--line);
    color: var(--navy);
    background: #fff;
    box-shadow: 0 8px 18px rgba(23, 34, 58, 0.05);
}

.status-card,
.proof-box,
.next-step-box {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(22, 128, 84, 0.22);
    border-radius: 8px;
    background: linear-gradient(180deg, #f5fffa, #ebf8f2);
    box-shadow: var(--hairline);
}

.status-card span,
.proof-box span,
.next-step-box span,
.next-step-box small {
    color: var(--muted);
    font-weight: 850;
}

.status-card strong,
.proof-box strong,
.next-step-box strong {
    color: var(--green);
    font-size: 24px;
    line-height: 1.12;
    word-break: break-word;
}

.status-card small,
.next-step-box small {
    line-height: 1.45;
}

.service-stack {
    display: grid;
    gap: 18px;
}

.service-card {
    position: relative;
    display: grid;
    grid-template-columns: 250px minmax(0, 0.86fr) minmax(340px, 1fr);
    gap: 24px;
    align-items: start;
    padding: 28px;
    overflow: hidden;
    box-shadow: var(--soft-shadow);
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--blue);
}

.warranty-card {
    grid-template-columns: 250px minmax(0, 1fr) 280px;
    border-color: rgba(22, 128, 84, 0.25);
    background: linear-gradient(180deg, #ffffff, #f7fcfa);
}

.warranty-card::before {
    background: var(--green);
}

.help-card {
    border-color: rgba(49, 94, 234, 0.22);
    background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.review-card {
    border-color: rgba(217, 155, 43, 0.42);
    background: linear-gradient(180deg, #ffffff, #fffaf0);
}

.review-card::before {
    background: var(--gold);
}

.card-kicker {
    display: grid;
    align-content: start;
    gap: 12px;
}

.icon-badge,
.success-mark {
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
}

.icon-badge {
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, var(--navy-soft), var(--navy));
    font-size: 20px;
    box-shadow: 0 10px 22px rgba(23, 34, 58, 0.14), var(--hairline);
}

.warranty-card .icon-badge {
    background: linear-gradient(180deg, #22a96f, var(--green));
}

.review-card .icon-badge {
    color: #271a03;
    background: linear-gradient(180deg, #f7cf71, var(--gold));
}

.service-content p {
    margin: 12px 0 0;
}

.file-input-native {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 1px;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.file-upload-button {
    border: 1px dashed rgba(49, 94, 234, 0.42);
    color: var(--blue-dark);
    background: linear-gradient(180deg, #f6f9ff, #eef5ff);
}

.rating-field {
    margin: 0;
    padding: 0;
    border: 0;
}

.rating-field legend {
    margin-bottom: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 850;
}

.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    padding: 4px 6px;
    border: 1px solid rgba(217, 155, 43, 0.22);
    border-radius: 8px;
    background: rgba(255, 246, 223, 0.72);
}

.star-rating input {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 1px;
    opacity: 0;
}

.star-rating label {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #c6ced8;
    font-size: 31px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.18s ease, transform 0.18s ease;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: var(--gold);
}

.star-rating label:hover {
    transform: translateY(-1px);
}

.site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
    font-size: 14px;
}

.thanks-shell {
    width: min(780px, calc(100% - 36px));
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 34px 0;
}

.thanks-panel {
    width: 100%;
}

.success-mark {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #22a96f, var(--green));
    font-size: 30px;
    box-shadow: 0 14px 26px rgba(22, 128, 84, 0.22), var(--hairline);
}

.thanks-copy {
    margin: 14px 0 22px;
    font-size: 17px;
}

.submission-summary {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
}

.submission-summary div {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.submission-summary dt {
    color: var(--muted);
    font-weight: 900;
}

.submission-summary dd {
    margin: 0;
    word-break: break-word;
}

.next-step-box {
    margin-bottom: 18px;
}

.next-step-box strong {
    display: block;
    margin: 4px 0;
}

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

.admin-login-shell,
.admin-shell {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.admin-login-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 34px 0;
}

.admin-login-panel,
.admin-header,
.admin-metrics > div,
.admin-toolbar,
.admin-table-panel,
.admin-detail-panel {
    border: 1px solid rgba(220, 227, 236, 0.95);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--soft-shadow);
}

.admin-login-panel {
    position: relative;
    width: min(520px, 100%);
    padding: 38px;
    overflow: hidden;
}

.admin-login-panel::before,
.admin-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--blue), var(--teal), var(--gold));
}

.admin-brand {
    margin-bottom: 22px;
    color: var(--navy);
}

.admin-login-panel h1,
.admin-header h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.12;
}

.admin-login-form {
    margin-top: 22px;
}

.admin-shell {
    padding: 34px 0;
}

.admin-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 18px;
    padding: 28px;
}

.admin-header .back-link {
    margin: 0;
}

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

.admin-metrics > div {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.admin-metrics span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.admin-metrics strong {
    color: var(--navy);
    font-size: 30px;
    line-height: 1;
}

.admin-toolbar {
    padding: 18px;
    margin-bottom: 18px;
}

.admin-filters {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 200px 190px 170px;
    gap: 14px;
    align-items: end;
}

.admin-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 18px;
    align-items: start;
}

.admin-table-panel,
.admin-detail-panel {
    padding: 18px;
}

.admin-detail-panel {
    position: sticky;
    top: 18px;
}

.table-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.table-heading h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.table-heading > span {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: #fbfcfe;
    font-size: 13px;
    font-weight: 850;
}

.admin-table-wrap {
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    background: #fff;
}

.admin-table th,
.admin-table td {
    padding: 14px 13px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: middle;
}

.admin-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    color: var(--muted);
    background: #f8fafc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.admin-table tr:last-child td {
    border-bottom: 0;
}

.admin-table tbody tr {
    cursor: pointer;
    transition: background 0.18s ease, box-shadow 0.18s ease;
}

.admin-table tbody tr:hover,
.admin-table tbody tr.is-active,
.admin-table tbody tr:focus {
    background: #f6f9ff;
    outline: none;
}

.admin-table tbody tr.is-active {
    box-shadow: inset 4px 0 0 var(--blue);
}

.admin-table td strong,
.admin-table td span {
    display: block;
    word-break: break-word;
}

.admin-table td small,
.admin-table time {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
    word-break: break-word;
}

.type-pill {
    width: fit-content;
    padding: 6px 8px;
    border: 1px solid rgba(11, 118, 109, 0.18);
    border-radius: 999px;
    color: var(--teal);
    background: var(--teal-soft);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.admin-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.admin-pagination a,
.admin-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 96px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--navy);
    background: #fff;
    font-weight: 850;
    text-decoration: none;
}

.admin-pagination a {
    border-color: rgba(49, 94, 234, 0.22);
    color: var(--blue-dark);
    background: #f6f9ff;
}

.admin-pagination span {
    color: var(--quiet);
    background: #f8fafc;
}

.admin-pagination strong {
    color: var(--muted);
    font-size: 14px;
    font-weight: 850;
}

.detail-heading {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.detail-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.14;
    word-break: break-word;
}

.detail-heading p:last-child {
    margin: 8px 0 0;
    color: var(--muted);
}

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

.detail-grid div,
.message-box,
.attachments-box {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #fbfcfe);
}

.detail-grid dt,
.message-box span,
.attachments-box span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.detail-grid dd {
    margin: 7px 0 0;
    color: var(--ink);
    font-weight: 750;
    word-break: break-word;
}

.timeline-box,
.message-box,
.attachments-box {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.timeline-box {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #fbfcfe);
}

.timeline-box > span,
.message-box > span,
.attachments-box > span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.activity-list,
.message-list {
    display: grid;
    gap: 10px;
}

.status-line {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(22, 128, 84, 0.22);
    border-radius: 8px;
    background: linear-gradient(180deg, #f5fffa, #ebf8f2);
}

.status-line strong {
    color: var(--green);
    font-size: 22px;
    line-height: 1.12;
}

.status-line small {
    color: var(--muted);
    font-weight: 750;
    line-height: 1.45;
}

.activity-list article,
.message-list article {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.activity-list strong,
.message-list strong {
    color: var(--ink);
}

.activity-list time,
.activity-list small,
.message-list time {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.message-box p {
    margin: 0;
    color: var(--text);
    line-height: 1.65;
}

.empty-note {
    color: var(--quiet) !important;
    font-weight: 700;
}

.attachment-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: 10px;
}

.attachment-card {
    display: grid;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(49, 94, 234, 0.22);
    border-radius: 8px;
    color: var(--blue-dark);
    background: #f6f9ff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    word-break: break-word;
}

.attachment-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
    background: #e8edf5;
}

.empty-state {
    margin: 0;
    padding: 18px;
    border: 1px dashed var(--line-strong);
    border-radius: 8px;
    color: var(--muted);
    background: #fbfcfe;
    font-weight: 750;
}

@media (max-width: 1040px) {
    .home-shell {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .entry-panel {
        order: 1;
    }

    .hero-panel {
        order: 2;
        min-height: 520px;
    }

    .service-card,
    .warranty-card,
    .support-hero {
        grid-template-columns: 1fr;
    }

    .status-card,
    .proof-box {
        max-width: 380px;
    }

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

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

@media (max-width: 640px) {
    body {
        background: var(--soft);
    }

    .home-shell,
    .support-shell,
    .thanks-shell,
    .admin-login-shell,
    .admin-shell {
        width: min(100% - 16px, 1180px);
    }

    .home-shell {
        min-height: auto;
        gap: 12px;
        padding: 8px 0 18px;
    }

    .hero-panel,
    .entry-panel,
    .service-card,
    .support-hero,
    .thanks-panel,
    .admin-login-panel,
    .admin-header,
    .admin-toolbar,
    .admin-table-panel,
    .admin-detail-panel {
        padding: 18px;
        box-shadow: 0 12px 34px rgba(23, 34, 58, 0.1);
    }

    .entry-panel::before,
    .thanks-panel::before,
    .admin-login-panel::before,
    .admin-header::before {
        left: 18px;
        right: 18px;
    }

    .hero-panel {
        min-height: auto;
    }

    .hero-panel::after {
        left: 18px;
        right: 18px;
        bottom: 104px;
    }

    .brand-nav {
        font-size: 14px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .hero-copy h1,
    .support-hero h1,
    .thanks-panel h1,
    .admin-login-panel h1,
    .admin-header h1 {
        font-size: 29px;
        line-height: 1.15;
    }

    .hero-copy p,
    .thanks-copy {
        font-size: 15px;
        line-height: 1.58;
    }

    .support-preview {
        height: 128px;
        margin: 18px 0;
    }

    .preview-window {
        width: 78%;
        height: 104px;
        padding: 18px;
        gap: 10px;
    }

    .preview-ticket {
        width: 50%;
        padding: 14px;
    }

    .preview-ticket strong {
        font-size: 23px;
    }

    .preview-ticket span {
        font-size: 12px;
    }

    .trust-list span {
        width: 100%;
        text-align: center;
    }

    .panel-heading {
        margin-bottom: 16px;
    }

    .panel-heading h2,
    .service-card h2 {
        font-size: 23px;
    }

    .field-grid,
    .submission-summary div,
    .thanks-actions,
    .detail-grid,
    .admin-metrics {
        grid-template-columns: 1fr;
    }

    .admin-header {
        display: grid;
    }

    .admin-header .back-link {
        width: 100%;
    }

    .admin-detail-panel {
        position: static;
    }

    .admin-filters {
        grid-template-columns: 1fr;
    }

    .table-heading {
        display: grid;
    }

    .admin-table-wrap {
        overflow: visible;
        border: 0;
    }

    .admin-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0 10px;
    }

    .admin-table thead {
        display: none;
    }

    .admin-table,
    .admin-table tbody,
    .admin-table tr,
    .admin-table td {
        display: block;
        width: 100%;
    }

    .admin-table tr {
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 8px 22px rgba(23, 34, 58, 0.06);
    }

    .admin-table th,
    .admin-table td {
        border-bottom: 1px solid var(--line);
        padding: 11px 13px;
    }

    .admin-table td {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    .admin-table td::before {
        content: attr(data-label);
        color: var(--muted);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .admin-table td:last-child {
        border-bottom: 0;
    }

    .admin-pagination {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .submission-summary div {
        gap: 4px;
    }

    .primary-button,
    .secondary-button,
    .mail-button,
    .whatsapp-button,
    .file-upload-button {
        min-height: 54px;
        padding: 0 14px;
    }

    .support-shell {
        padding: 8px 0 18px;
    }

    .back-link {
        width: 100%;
        margin-bottom: 16px;
    }

    .status-card,
    .proof-box {
        max-width: none;
    }

    .card-kicker {
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: center;
    }

    .card-kicker .eyebrow {
        margin: 0;
    }

    .star-rating {
        width: 100%;
        justify-content: center;
    }

    .star-rating label {
        width: 38px;
        height: 38px;
        font-size: 30px;
    }
}

@media (max-width: 380px) {
    .hero-panel,
    .entry-panel,
    .service-card,
    .support-hero,
    .thanks-panel,
    .admin-login-panel,
    .admin-header,
    .admin-toolbar,
    .admin-table-panel,
    .admin-detail-panel {
        padding: 15px;
    }

    .hero-copy h1,
    .support-hero h1,
    .thanks-panel h1,
    .admin-login-panel h1,
    .admin-header h1 {
        font-size: 26px;
    }

    .panel-heading h2,
    .service-card h2 {
        font-size: 21px;
    }
}

/* Product experience landing page */
.landing-page {
    --black: #111111;
    --orange: #ffb000;
    --orange-dark: #f39a00;
    --cream: #f6f3ec;
    --landing-line: #dedbd3;
    color: var(--black);
    background: #fff;
}

.landing-nav,
.landing-footer {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.landing-nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #e6e3dc;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--black);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.landing-logo {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #111;
    background: var(--orange);
    border-radius: 50% 50% 50% 10px;
    font-size: 19px;
}

.landing-nav nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.landing-nav nav a {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.landing-nav nav .nav-cta {
    padding: 11px 18px;
    color: #111;
    background: var(--orange);
    border-radius: 999px;
}

.landing-hero,
.steps-section,
.faq-section {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.landing-hero {
    min-height: 670px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .8fr);
    align-items: center;
    gap: 70px;
    padding: 76px 0 82px;
}

.landing-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 20px;
    color: #666;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
}

.landing-eyebrow > span {
    width: 24px;
    height: 3px;
    background: var(--orange);
}

.hero-main h1 {
    max-width: 760px;
    margin: 0;
    color: #111;
    font-size: clamp(46px, 5.4vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hero-main h1 em {
    color: #6d6a63;
    font-style: normal;
    font-weight: 500;
}

.hero-lead {
    max-width: 700px;
    margin: 27px 0 0;
    color: #55534f;
    font-size: 18px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.amazon-button,
.outline-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 23px;
    border: 0;
    border-radius: 5px;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.amazon-button {
    color: #111;
    background: var(--orange);
    box-shadow: 0 10px 24px rgba(255,176,0,.22);
}

.amazon-button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.amazon-button span { font-size: 20px; }
.text-link { color: #222; font-size: 14px; font-weight: 850; text-underline-offset: 5px; }

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e5e2dc;
    color: #68655f;
    font-size: 12px;
    font-weight: 750;
}

.trust-row b { color: #168054; margin-right: 5px; }

.hero-card {
    overflow: hidden;
    border-radius: 9px;
    background: #171717;
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
}

.product-scene {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 46%, #3a3a36 0, #20201e 46%, #111 75%);
}

.scene-ring { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,176,0,.45); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,176,0,.04), 0 0 0 70px rgba(255,255,255,.025); }
.sample-box { position: relative; width: 220px; height: 275px; display: grid; align-content: center; justify-items: center; color: #111; background: linear-gradient(135deg,#fff,#e9e5dc); box-shadow: 0 32px 55px rgba(0,0,0,.45); transform: rotate(-4deg); }
.sample-box::after { content:""; position:absolute; left:18px; right:18px; bottom:22px; height:7px; background:var(--orange); }
.sample-box span { font-size:12px; letter-spacing:.22em; }
.sample-box strong { margin:8px 0; font-size:30px; letter-spacing:.04em; }
.sample-box small { color:#777; font-size:9px; letter-spacing:.16em; }
.floating-tag { position:absolute; padding:8px 11px; border:1px solid rgba(255,255,255,.3); color:#fff; background:rgba(15,15,15,.8); font-size:9px; font-weight:900; letter-spacing:.12em; }
.tag-one { top:70px; right:34px; transform:rotate(3deg); }
.tag-two { left:28px; bottom:66px; transform:rotate(-4deg); }
.card-caption { display:grid; gap:5px; padding:22px 24px 24px; color:#fff; }
.card-caption span { color:var(--orange); font-size:10px; font-weight:900; letter-spacing:.15em; }
.card-caption strong { font-size:20px; }
.card-caption small { color:#aaa; line-height:1.5; }

.steps-section { padding: 90px 0 110px; border-top: 1px solid #e5e2dc; }
.section-heading { max-width: 680px; }
.section-heading h2, .apply-copy h2, .application-card h2 { margin:0; font-size:clamp(34px,4vw,52px); line-height:1.05; letter-spacing:-.04em; }
.section-heading > p:last-child { margin:17px 0 0; color:#68655f; font-size:17px; line-height:1.65; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:50px; background:#dcd8cf; border:1px solid #dcd8cf; }
.steps-grid article { min-height:275px; padding:32px; background:#fff; }
.step-number { color:var(--orange-dark); font-size:13px; font-weight:900; }
.steps-grid h3 { margin:65px 0 13px; font-size:25px; letter-spacing:-.025em; }
.steps-grid p { margin:0; color:#696661; line-height:1.68; }

.apply-section { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,560px); gap:80px; padding:100px max(24px,calc((100vw - 1240px)/2)); color:#fff; background:#151515; }
.apply-copy { align-self:center; }
.landing-eyebrow.light { color:#a8a8a8; }
.apply-copy h2 { max-width:600px; color:#fff; }
.apply-copy > p:not(.landing-eyebrow) { max-width:620px; margin:24px 0 0; color:#bdbdbd; font-size:17px; line-height:1.72; }
.help-box { display:grid; gap:7px; margin-top:40px; padding:22px; border-left:3px solid var(--orange); background:#222; }
.help-box span { color:#aaa; font-size:14px; }
.help-box div { display:flex; gap:18px; margin-top:10px; }
.help-box a { color:var(--orange); font-weight:850; text-underline-offset:4px; }
.application-card { padding:38px; color:#111; background:#fff; border-radius:8px; box-shadow:0 30px 70px rgba(0,0,0,.35); }
.form-step { margin:0 0 10px; color:#9a6b00; font-size:10px; font-weight:900; letter-spacing:.15em; }
.application-card h2 { font-size:36px; }
.form-intro { margin:10px 0 24px; color:#666; line-height:1.5; }
.application-form { display:grid; gap:15px; }
.application-form label:not(.checkbox-line) { display:grid; gap:7px; }
.application-form label > span { color:#292929; font-size:13px; font-weight:850; }
.application-form label small { color:#999; font-weight:650; }
.application-form input, .application-form select { min-height:50px; border-radius:4px; background:#fff; }
.application-form input:focus, .application-form select:focus { border-color:#b77d00; box-shadow:0 0 0 3px rgba(255,176,0,.16); }
.submit-button { width:100%; margin-top:4px; }
.form-note { margin:0; color:#888; font-size:11px; line-height:1.45; text-align:center; }

.faq-section { padding:100px 0; }
.faq-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:0 50px; margin-top:45px; border-top:1px solid #ddd9d1; }
.faq-grid details { padding:23px 0; border-bottom:1px solid #ddd9d1; }
.faq-grid summary { display:flex; justify-content:space-between; gap:15px; font-weight:850; cursor:pointer; list-style:none; }
.faq-grid summary::after { content:"+"; color:#ac7600; font-size:20px; }
.faq-grid details[open] summary::after { content:"−"; }
.faq-grid p { margin:14px 28px 0 0; color:#68655f; line-height:1.7; }
.faq-grid a { color:#111; font-weight:800; }
.landing-footer { min-height:115px; display:flex; align-items:center; justify-content:space-between; gap:24px; border-top:1px solid #e5e2dc; color:#777; font-size:12px; }
.landing-footer p { text-align:center; }

.application-thanks { border-radius:8px; }
.application-thanks .landing-eyebrow { margin-bottom:14px; }
.application-thanks h1 { color:#111; }
.application-thanks .next-step-box { border-color:#ead8ad; background:#fffaf0; }
.application-thanks .next-step-box strong { color:#111; font-size:21px; }
.outline-button { color:#111; border:1px solid #bbb; background:#fff; }

/* Product showcase and catalog */
.hero-products {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 10px;
    background: #171717;
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
}

.hero-products-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 6px 14px;
    color: #fff;
}

.hero-products-heading div { display:grid; gap:5px; }
.hero-products-heading span { color:var(--orange); font-size:9px; font-weight:900; letter-spacing:.14em; }
.hero-products-heading strong { font-size:16px; }
.hero-products-heading a { flex:0 0 auto; color:#ddd; font-size:12px; font-weight:800; text-decoration:none; }

.hero-product-card {
    min-height: 116px;
    display: grid;
    grid-template-columns: 122px minmax(0,1fr) 24px;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    padding: 8px 14px 8px 8px;
    color: #111;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.hero-product-card:hover { transform:translateX(-4px); background:#fffaf0; }
.hero-product-card img { width:122px; height:100px; padding:5px; object-fit:contain; border-radius:4px; background:#fff; }
.hero-product-card div { display:grid; gap:6px; }
.hero-product-card div span { color:#8c670d; font-size:9px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.hero-product-card div strong { font-size:16px; line-height:1.2; }
.hero-product-card div small { width:fit-content; padding:4px 7px; color:#21734e; background:#eaf8f0; border-radius:999px; font-size:9px; font-weight:850; }
.hero-product-card > b { color:#b77900; font-size:19px; }
.browse-products-link { min-height:46px; display:flex; align-items:center; justify-content:center; gap:16px; color:#111; background:var(--orange); border-radius:5px; font-size:13px; font-weight:900; text-decoration:none; }

.products-page,
.product-detail-page {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.products-intro { max-width:760px; padding:85px 0 55px; }
.products-intro h1, .product-detail-copy h1 { margin:0; color:#111; font-size:clamp(44px,5vw,68px); line-height:1; letter-spacing:-.05em; }
.products-intro > p:last-child { max-width:680px; margin:22px 0 0; color:#66635e; font-size:18px; line-height:1.7; }
.product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; padding-bottom:100px; }
.catalog-card { overflow:hidden; color:#111; background:#fff; border:1px solid #dedbd3; border-radius:8px; text-decoration:none; transition:transform .2s ease, box-shadow .2s ease; }
.catalog-card:hover { transform:translateY(-4px); box-shadow:0 22px 45px rgba(0,0,0,.1); }
.catalog-image { position:relative; height:310px; overflow:hidden; background:#fff; }
.catalog-image img { width:100%; height:100%; padding:24px; object-fit:contain; transition:transform .35s ease; }
.catalog-card:hover .catalog-image img { transform:scale(1.025); }
.catalog-image span { position:absolute; top:16px; left:16px; padding:7px 10px; color:#111; background:var(--orange); border-radius:999px; font-size:10px; font-weight:900; }
.catalog-content { padding:27px; }
.catalog-content small { color:#9b6d08; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.catalog-content h2 { margin:9px 0 12px; font-size:28px; letter-spacing:-.03em; }
.catalog-content p { min-height:52px; margin:0 0 22px; color:#68655f; line-height:1.6; }
.catalog-content > strong { display:flex; justify-content:space-between; padding-top:18px; border-top:1px solid #e7e3dc; }
.coming-card { display:grid; place-items:center; min-height:500px; padding:48px; color:#fff; background:#171717; border-color:#171717; }
.coming-card:hover { transform:none; }
.coming-card > div { max-width:420px; }
.coming-card > div > span { color:var(--orange); font-size:10px; font-weight:900; letter-spacing:.15em; }
.coming-card h2 { margin:14px 0; color:#fff; font-size:36px; line-height:1.1; letter-spacing:-.04em; }
.coming-card p { margin:0 0 25px; color:#aaa; line-height:1.7; }

.product-detail-page { padding:42px 0 100px; }
.product-back { display:inline-block; margin-bottom:28px; color:#56534e; font-size:13px; font-weight:800; text-decoration:none; }
.product-detail { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr); gap:70px; align-items:center; }
.product-detail-image { position:relative; overflow:hidden; min-height:580px; background:#fff; border:1px solid #e4e0d8; border-radius:8px; }
.product-detail-image img { width:100%; height:100%; min-height:580px; display:block; padding:34px; object-fit:contain; }
.product-detail-image > span { position:absolute; top:20px; left:20px; padding:8px 12px; color:#111; background:var(--orange); border-radius:999px; font-size:11px; font-weight:900; }
.product-description { margin:24px 0; color:#66635e; font-size:18px; line-height:1.7; }
.product-detail-copy ul { display:grid; gap:12px; margin:0; padding:22px 0; border-top:1px solid #ddd9d1; border-bottom:1px solid #ddd9d1; list-style:none; }
.product-detail-copy li { display:flex; gap:11px; font-weight:800; }
.product-detail-copy li span { color:#168054; }
.product-note { margin-top:24px; padding:18px; border-left:3px solid var(--orange); background:#f7f4ed; }
.product-note p { margin:6px 0 0; color:#716e68; line-height:1.55; }
.more-products { margin-top:100px; padding-top:55px; border-top:1px solid #dedbd3; }
.more-products h2 { margin:0; font-size:38px; letter-spacing:-.04em; }
.mini-product-row { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:30px; }
.mini-product-row a { display:grid; grid-template-columns:110px 1fr 24px; align-items:center; gap:16px; padding:10px; color:#111; border:1px solid #dedbd3; border-radius:7px; text-decoration:none; }
.mini-product-row img { width:110px; height:90px; object-fit:cover; border-radius:4px; }
.mini-product-row div { display:grid; gap:6px; }
.mini-product-row small { color:#98700f; font-weight:850; }

@media (max-width: 1000px) {
    .product-detail { grid-template-columns:1fr; gap:40px; }
    .product-detail-image, .product-detail-image img { min-height:420px; max-height:620px; }
}

@media (max-width: 900px) {
    .landing-hero { grid-template-columns:1fr; gap:45px; padding-top:55px; }
    .hero-card { max-width:620px; }
    .apply-section { grid-template-columns:1fr; gap:50px; }
    .steps-grid { grid-template-columns:1fr; }
    .steps-grid article { min-height:0; }
    .steps-grid h3 { margin-top:30px; }
}

@media (max-width: 650px) {
    .landing-nav, .landing-footer, .landing-hero, .steps-section, .faq-section { width:min(100% - 32px,1240px); }
    .landing-nav nav > a:not(.nav-cta) { display:none; }
    .landing-nav nav { gap:0; }
    .landing-hero { padding:50px 0 65px; }
    .hero-main h1 { font-size:43px; }
    .hero-lead { font-size:16px; }
    .hero-actions { align-items:flex-start; flex-direction:column; }
    .trust-row { gap:12px; flex-direction:column; }
    .product-scene { min-height:350px; }
    .sample-box { width:180px; height:225px; }
    .scene-ring { width:280px; height:280px; }
    .apply-section { padding:70px 16px; }
    .application-card { padding:25px 20px; }
    .faq-grid { grid-template-columns:1fr; }
    .landing-footer { padding:30px 0; flex-direction:column; text-align:center; }
    .thanks-actions { grid-template-columns:1fr; }
    .hero-product-card { grid-template-columns:92px minmax(0,1fr) 18px; }
    .hero-product-card img { width:92px; height:88px; }
    .products-page, .product-detail-page { width:min(100% - 32px,1240px); }
    .products-intro { padding:60px 0 38px; }
    .products-intro h1, .product-detail-copy h1 { font-size:42px; }
    .product-grid { grid-template-columns:1fr; }
    .catalog-image { height:250px; }
    .coming-card { min-height:400px; padding:30px; }
    .product-detail-page { padding-top:28px; }
    .product-detail-image, .product-detail-image img { min-height:310px; }
    .mini-product-row { grid-template-columns:1fr; }
}
