﻿.mms-sck-page { margin: 0; min-height: 100vh; }
.mms-sck {
    --bg: #f4f1ec;
    --bg-card: #ffffff;
    --ink: #1a1f2b;
    --muted: #5c6478;
    --line: #e3ddd4;
    --accent: #1e4a6f;
    --accent-soft: #e8f0f6;
    --accent-hover: #163a58;
    --success: #1e4620;
    --success-bg: #edf7ef;
    --shadow: 0 18px 40px rgba(26, 31, 43, 0.08);
    --radius: 16px;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
 .mms-sck-page * { box-sizing: border-box; }
 .mms-sck-page {
    margin: 0;
    font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
    background: var(--bg);
    color: var(--ink);
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}
 img { max-width: 100%; display: block; }
 .proto-banner {
    background: var(--ink);
    color: #fff;
    text-align: center;
    padding: 8px 14px;
    font-size: 12px;
    letter-spacing: 0.02em;
}
 .view { display: none; }
.view.is-active { display: block; }
 .wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 18px 48px;
}
 /* â€”â€” Landing â€”â€” */
.hero {
    display: grid;
    gap: 28px;
    align-items: center;
}
 @media (min-width: 900px) {
    .hero {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        min-height: 72vh;
        align-items: center;
    }
}
 .phone-stage {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 12px 0 8px;
}
 .phone {
    width: min(280px, 88vw);
    aspect-ratio: 9 / 19;
    background: linear-gradient(165deg, #2a3142 0%, #12151d 100%);
    border-radius: 36px;
    padding: 12px;
    box-shadow: var(--shadow), inset 0 0 0 2px rgba(255,255,255,0.06);
    position: relative;
}
 .phone-notch {
    width: 36%;
    height: 22px;
    background: #0e1016;
    border-radius: 0 0 14px 14px;
    margin: 0 auto 10px;
}
 .phone-screen {
    background: #faf9f7;
    border-radius: 26px;
    height: calc(100% - 32px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 14px;
}
 .flow-strip {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 12px;
}
 .flow-step {
    flex: 1;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
 .flow-step span {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 6px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    line-height: 36px;
    font-size: 16px;
    transition: transform 0.5s var(--ease), background 0.4s var(--ease);
}
 .flow-step.is-on span {
    background: var(--accent);
    color: #fff;
    transform: scale(1.06);
}
.sck-icon-tap::before,
.sck-icon-scan::before,
.sck-icon-save::before,
.sck-how-tap::before,
.sck-how-save::before,
.sck-how-phone::before {
    display: block;
    line-height: inherit;
}
.sck-icon-tap::before,
.sck-how-tap::before {
    content: "\29BF";
}
.sck-icon-scan::before {
    content: "\25A1";
}
.sck-icon-save::before,
.sck-how-save::before {
    content: "\2713";
}
.sck-how-phone::before {
    content: "\1F4F1";
}
.sck-how-tap,
.sck-how-save,
.sck-how-phone {
    font-size: 28px;
    line-height: 1.2;
}
 .mini-card {
    flex: 1;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
 .mini-card .logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: var(--accent-soft);
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 8px;
    overflow: hidden;
}
 .mini-card .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .mini-card h3 {
    margin: 0 0 4px;
    font-size: 15px;
}
 .mini-card p {
    margin: 0;
    font-size: 11px;
    color: var(--muted);
}
 .mini-btn {
    margin-top: 10px;
    display: block;
    text-align: center;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px;
    border-radius: 8px;
}
 .nfc-pulse {
    position: absolute;
    bottom: 8%;
    left: -8px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,74,111,0.35) 0%, transparent 70%);
    animation: pulse 2.8s var(--ease) infinite;
}
 @keyframes pulse {
    0%, 100% { transform: scale(0.9); opacity: 0.5; }
    50% { transform: scale(1.15); opacity: 1; }
}
 .hero-copy h1 {
    margin: 0 0 10px;
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
 .mms-sck-brand-line {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: var(--muted);
}
 .hero-copy .sub {
    margin: 0 0 20px;
    font-size: 17px;
    color: var(--muted);
    max-width: 36ch;
}
 .story-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}
 .story-pills span {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--bg-card);
    border: 1px solid var(--line);
    color: var(--ink);
}
 .bundle-box {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px 18px;
    margin-bottom: 22px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}
 .bundle-box h2 {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    font-weight: 600;
}
 .bundle-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
 .bundle-list li {
    padding: 6px 0 6px 26px;
    position: relative;
}
 .bundle-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: 700;
}
 .colour-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
 .colour-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}
 .colour-tile {
    border: 2px solid var(--line);
    border-radius: 12px;
    padding: 10px 8px 12px;
    background: var(--bg-card);
    cursor: pointer;
    text-align: center;
    transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
 .colour-tile:hover { transform: translateY(-2px); }
 .colour-tile.is-selected {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
 .swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 8px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: inset 0 -4px 10px rgba(0,0,0,0.12);
}
 .swatch.black { background: linear-gradient(145deg, #3a3a3a, #111); }
.swatch.white { background: linear-gradient(145deg, #fff, #e8e8e8); }
.swatch.blue { background: linear-gradient(145deg, #4a7bb5, #1e4a6f); }
.swatch.red { background: linear-gradient(145deg, #c45c5c, #8b2e2e); }
 .colour-tile span {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
}
 .price-line {
    font-size: 14px;
    color: var(--muted);
    margin: 14px 0 16px;
}
 .price-line strong {
    color: var(--ink);
    font-size: 18px;
}
 .kit-price-box {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px 18px;
    margin: 14px 0 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}
 .kit-price-heading {
    margin: 0 0 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    font-weight: 600;
}
 .kit-price-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
 .kit-price-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 12px;
    padding: 7px 0 7px 26px;
    position: relative;
    border-bottom: 1px solid var(--line);
}
 .kit-price-list li:last-child {
    border-bottom: 0;
}
 .kit-price-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--success);
    font-weight: 700;
}
 .kit-price-item-label {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--ink);
}
 .kit-price-item-amount {
    flex: 0 0 auto;
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
}
 .kit-price-included {
    color: var(--muted);
    font-weight: 500;
    font-size: 14px;
}
 .kit-price-item-optional .kit-price-item-label {
    color: var(--ink);
}
 .kit-price-item-note {
    flex: 1 0 100%;
    margin: 0 0 0 26px;
    font-size: 12px;
    color: var(--muted);
}
 .kit-price-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px solid var(--line);
    font-size: 16px;
    color: var(--muted);
}
 .kit-price-total strong {
    color: var(--ink);
    font-size: 20px;
    font-weight: 700;
}
 .kit-price-box--simple {
    text-align: center;
}
 .kit-price-total--solo {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
}
 .kit-price-total--solo strong {
    font-size: 28px;
}
 .kit-price-delivery {
    margin: 10px 0 0;
    font-size: 14px;
    color: var(--muted);
    font-weight: 500;
}
 .kit-price-included {
    margin-top: 10px;
    text-align: center;
}
 .kit-price-included summary {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    color: var(--muted);
    font-weight: 500;
    list-style: none;
    user-select: none;
}
 .kit-price-included summary::-webkit-details-marker {
    display: none;
}
 .kit-price-included summary::before {
    content: "\25BC  ";
    font-size: 9px;
    opacity: 0.75;
}
 .kit-price-included[open] summary::before {
    content: "\25B2  ";
}
 .kit-price-included-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
}
 .kit-price-included-list li {
    padding: 2px 0;
}
 .btn-primary {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 14px 22px;
    border: 0;
    border-radius: 12px;
    background: var(--accent);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.35s var(--ease), transform 0.35s var(--ease);
}
 .btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}
 .btn-primary:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}
 .btn-ghost {
    display: inline-block;
    margin-top: 12px;
    background: none;
    border: 0;
    color: var(--accent);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}
 /* How it works â€” compact */
.how {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
}
 .how h2 {
    text-align: center;
    margin: 0 0 24px;
    font-size: 22px;
}
 .how-grid {
    display: grid;
    gap: 16px;
}
 @media (min-width: 700px) {
    .how-grid { grid-template-columns: repeat(3, 1fr); }
}
 .how-card {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
    border: 1px solid var(--line);
}
 .how-card .icon {
    font-size: 28px;
    margin-bottom: 10px;
}
 .how-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
}
 .how-card p {
    margin: 0;
    font-size: 14px;
    color: var(--muted);
}
 /* â€”â€” Details + preview â€”â€” */
.details-head {
    margin-bottom: 20px;
}
 .details-head h1 {
    margin: 0 0 6px;
    font-size: 26px;
}
 .details-head p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}
 .kit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 6px 12px;
    background: var(--accent-soft);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
}
 .details-layout {
    display: grid;
    gap: 24px;
}
 @media (min-width: 960px) {
    .details-layout {
        grid-template-columns: 1fr 340px;
        align-items: start;
    }
}
 .form-panel {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow);
}
 .form-panel label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 14px 0 6px;
}
 .form-panel label:first-of-type { margin-top: 0; }
 .form-panel input,
.form-panel textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    font: inherit;
}
 .form-panel textarea { min-height: 72px; resize: vertical; }
 .form-row {
    display: grid;
    gap: 12px;
}
 @media (min-width: 560px) {
    .form-row.two { grid-template-columns: 1fr 1fr; }
}
 .preview-sticky {
    position: sticky;
    top: 20px;
}
 .preview-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 10px;
}
 .live-preview {
    background: #faf9f7;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow);
    min-height: 280px;
}
 .live-preview .pv-logo {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: var(--accent-soft);
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--accent);
    font-size: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}
/* Logo frame matches upload shape — square, wide, or tall (set in JS + stored on profile). */
.live-preview .pv-logo.has-image {
    background: #fff;
    border: 1px solid var(--line);
    padding: 8px;
    box-sizing: border-box;
    cursor: grab;
    touch-action: none;
}
.live-preview .pv-logo.has-image.is-dragging {
    cursor: grabbing;
}
.live-preview .pv-logo.has-image.frame-square {
    width: 120px;
    height: 120px;
    max-width: 120px;
}
.live-preview .pv-logo.has-image.frame-landscape {
    width: 100%;
    max-width: 280px;
    height: 88px;
}
.live-preview .pv-logo.has-image.frame-portrait {
    width: 100px;
    height: 132px;
    max-width: 100px;
}
.live-preview .pv-logo.has-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;
    pointer-events: auto;
    user-select: none;
    -webkit-user-drag: none;
}
 .live-preview h2 {
    margin: 0 0 4px;
    font-size: 22px;
}
 .live-preview .pv-meta {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 12px;
}
 .live-preview .pv-pitch {
    font-size: 14px;
    margin-bottom: 16px;
    color: var(--ink);
}
 .live-preview .pv-btn {
    display: block;
    text-align: center;
    background: var(--accent);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
 .live-preview .pv-link {
    display: block;
    text-align: center;
    background: #f0eeea;
    color: var(--ink);
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    border: 1px solid var(--line);
}
 .preview-note {
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted);
    text-align: center;
}
 .form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    align-items: center;
}
 .form-actions .btn-primary { max-width: none; flex: 1; min-width: 200px; }
 /* â€”â€” Thanks â€”â€” */
.thanks-panel {
    max-width: 520px;
    margin: 40px auto;
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 32px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}
 .thanks-panel .ok {
    background: var(--success-bg);
    color: var(--success);
    padding: 12px;
    border-radius: 10px;
    margin: 16px 0;
    font-size: 14px;
}
.mms-sck-tap-guide {
    text-align: left;
    margin: 20px 0 0;
    padding: 16px 18px;
    background: #f6f7f9;
    border: 1px solid var(--line);
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink);
}
.mms-sck-tap-guide--thanks {
    margin-top: 24px;
}
.mms-sck-tap-guide__title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 650;
    text-align: center;
}
.mms-sck-tap-guide__lede,
.mms-sck-tap-guide__fallback,
.mms-sck-tap-guide__platform {
    margin: 0 0 12px;
    color: var(--muted);
}
.mms-sck-tap-guide__includes {
    margin: 0 0 12px;
    padding-left: 18px;
}
.mms-sck-tap-guide__includes li {
    margin-bottom: 4px;
}
.mms-sck-tap-guide__journey {
    margin: 0 0 14px;
    padding: 12px 14px;
    background: rgba(30, 74, 111, 0.06);
    border-radius: 10px;
    border: 1px solid var(--line);
}
.mms-sck-tap-guide__journey p {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.45;
}
.mms-sck-tap-guide__journey p:last-child {
    margin-bottom: 0;
}
.mms-sck-tap-guide__battery {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--muted);
}
.mms-sck-tap-guide__subhead {
    margin: 14px 0 6px;
    font-size: 13px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ink);
}
.mms-sck-tap-guide__spots,
.mms-sck-tap-guide__tips {
    margin: 0 0 8px;
    padding-left: 18px;
}
.mms-sck-tap-guide__spots li,
.mms-sck-tap-guide__tips li {
    margin-bottom: 6px;
}
.mms-sck-tap-guide__fallback {
    margin-bottom: 0;
    padding-top: 4px;
    border-top: 1px solid var(--line);
}
.faq .mms-sck-tap-guide,
.mt-faq .mms-sck-tap-guide {
    margin: 12px 0 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.faq .mms-sck-tap-guide__lede,
.mt-faq .mms-sck-tap-guide__lede {
    margin-top: 0;
}
 .faq {
    margin-top: 48px;
    max-width: 640px;
}
 .faq h2 { font-size: 20px; margin-bottom: 14px; }
 .faq details {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 8px;
}
 .faq summary { font-weight: 600; cursor: pointer; }
 .faq p {
    margin: 10px 0 0;
    font-size: 14px;
    color: var(--muted);
}