:root {
    --navy-950: #071526;
    --navy-900: #0b1f36;
    --navy-800: #123455;
    --blue-600: #0f6fbd;
    --blue-500: #1687dc;
    --blue-100: #e8f4fc;
    --cyan-400: #42c4dd;
    --ink: #142235;
    --muted: #607086;
    --surface: #ffffff;
    --surface-alt: #f3f7fa;
    --border: #dbe5ed;
    --success: #16845b;
    --danger: #b4232c;
    --shadow-sm: 0 1px 3px rgba(7, 21, 38, .08), 0 8px 24px rgba(7, 21, 38, .05);
    --shadow-md: 0 20px 50px rgba(7, 21, 38, .12);
    --radius: 14px;
    --radius-lg: 22px;
    --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--surface-alt);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, fieldset, hr { margin: 0 0 1rem; }
h1, h2, h3, h4, h5, h6 { color: var(--navy-950); line-height: 1.2; letter-spacing: -.025em; }
h1 { font-size: clamp(2rem, 4vw, 3.25rem); }
h2 { font-size: clamp(1.45rem, 2.4vw, 2rem); margin-top: 1.25rem; }
h3 { font-size: 1.2rem; margin-top: 1rem; }
a { color: var(--blue-600); text-decoration: none; transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
a:hover { color: var(--navy-800); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(22, 135, 220, .32); outline-offset: 3px; }
a img { border: 0; }
img { max-width: 100%; height: auto; vertical-align: middle; }

.left { float: left; }
.right { float: right; }
.center, .c { text-align: center; }
.inside { text-align: left; }
.clearfloats, .clear-fx { clear: both; }
.clear::after, .clearfix::after { content: ""; display: table; clear: both; }
.horizontal { display: inline-block; }
.snap-bottom { margin-bottom: 0 !important; }
.snap-right { margin-right: 0 !important; }
.snap-left { margin-left: 0 !important; }
.snap-top { margin-top: 0 !important; }

/* Header */
#head {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 0 24px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(219, 229, 237, .9);
    box-shadow: 0 4px 20px rgba(7, 21, 38, .05);
    backdrop-filter: blur(14px);
}
.header-inner {
    width: min(100%, var(--content));
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
#logo { display: flex; align-items: center; flex: 0 1 340px; }
#logo img { width: min(100%, 340px); }
#links { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.nav-toggle { display: none; }
.nav-item { position: relative; }
#links > a, .nav-trigger { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; color: #33455b; font-size: .92rem; font-weight: 650; line-height: 1; white-space: nowrap; background: transparent; border: 0; border-radius: 9px; cursor: pointer; }
#links > a:hover, #links > a[aria-current="page"], .nav-trigger:hover, .nav-item.is-current > .nav-trigger, .nav-item.is-open > .nav-trigger { color: var(--blue-600); background: var(--blue-100); }
.nav-chevron { width: 7px; height: 7px; margin: -4px 1px 0 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.nav-item.is-open .nav-chevron { margin-top: 3px; transform: rotate(225deg); }
.nav-dropdown { position: absolute; top: calc(100% + 8px); left: 0; width: 310px; padding: 8px; visibility: hidden; opacity: 0; background: rgba(255, 255, 255, .98); border: 1px solid var(--border); border-radius: 13px; box-shadow: 0 18px 45px rgba(7, 21, 38, .18); transform: translateY(-6px); transition: visibility .18s ease, opacity .18s ease, transform .18s ease; }
.nav-dropdown::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 9px; }
.nav-dropdown--right { right: 0; left: auto; }
.nav-dropdown a { display: block; padding: 11px 12px; color: #33455b; text-align: left; border-radius: 9px; }
.nav-dropdown a:hover, .nav-dropdown a[aria-current="page"] { color: var(--blue-600); background: var(--blue-100); }
.nav-dropdown strong, .nav-dropdown span { display: block; }
.nav-dropdown strong { color: inherit; font-size: .9rem; line-height: 1.3; }
.nav-dropdown span { margin-top: 2px; color: var(--muted); font-size: .74rem; font-weight: 500; line-height: 1.4; }
.nav-item:hover > .nav-dropdown, .nav-item:focus-within > .nav-dropdown, .nav-item.is-open > .nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
#links .nav-cta { margin-left: 6px; padding-inline: 18px; color: #fff; background: var(--blue-600); box-shadow: 0 8px 18px rgba(15, 111, 189, .2); }
#links .nav-cta:hover, #links .nav-cta[aria-current="page"] { color: #fff; background: var(--navy-800); transform: translateY(-1px); }

@media (prefers-color-scheme: dark) {
    #head {
        background: rgba(7, 21, 38, .94);
        border-bottom-color: rgba(255, 255, 255, .12);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .22);
    }
    #logo img { filter: brightness(0) invert(1); }
    #links > a, .nav-trigger { color: #dbe5ed; }
    #links > a:hover, #links > a[aria-current="page"], .nav-trigger:hover, .nav-item.is-current > .nav-trigger, .nav-item.is-open > .nav-trigger { color: #fff; background: rgba(66, 196, 221, .14); }
    .nav-dropdown { background: rgba(11, 31, 54, .99); border-color: rgba(255, 255, 255, .12); box-shadow: 0 18px 45px rgba(0, 0, 0, .35); }
    .nav-dropdown a { color: #dbe5ed; }
    .nav-dropdown a:hover, .nav-dropdown a[aria-current="page"] { color: #fff; background: rgba(66, 196, 221, .14); }
    .nav-dropdown span { color: #9db0c4; }
    #links .nav-cta:hover, #links .nav-cta[aria-current="page"] { background: var(--blue-500); }
}

/* Page framing */
.transparent-content, .filled-content { width: min(calc(100% - 40px), var(--content)); margin: 34px auto; text-align: left; }
.filled-content {
    padding: clamp(28px, 5vw, 60px);
    overflow: hidden;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.filled-content > :first-child { margin-top: 0; }
.filled-content p { color: #405167; }
.filled-content strong { color: var(--navy-900); }
.filled-content li { margin-bottom: .55rem; color: #405167; }
.line { height: 1px; margin: 2.5rem 0; border: 0; background: linear-gradient(90deg, transparent, var(--border) 8%, var(--border) 92%, transparent); clear: both; }
blockquote { margin-left: 2rem; padding-left: 1.25rem; border-left: 3px solid var(--cyan-400); }
fieldset { border: 0; }

/* Homepage */
.home-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; gap: clamp(28px, 6vw, 72px); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--blue-600); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--cyan-400); }
.hero-copy { font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button, .buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    color: #fff;
    font-weight: 750;
    line-height: 1;
    background: var(--blue-600);
    border: 1px solid var(--blue-600);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 111, 189, .18);
}
.button:hover, .buy-button:hover { color: #fff; background: var(--navy-800); border-color: var(--navy-800); transform: translateY(-2px); }
.button-secondary { color: var(--navy-800); background: #fff; border-color: var(--border); box-shadow: none; }
.button-secondary:hover { color: var(--blue-600); background: var(--blue-100); border-color: #b9d8ed; }
.hero-visual { position: relative; padding: 34px; background: linear-gradient(145deg, #f5fbff, #e0eff8); border: 1px solid #cee2ef; border-radius: 28px; }
.hero-visual::after { content: ""; position: absolute; inset: auto 10% -16px; height: 24px; background: rgba(7, 21, 38, .18); border-radius: 50%; filter: blur(18px); }
.hero-visual img { position: relative; z-index: 1; width: 100%; object-fit: contain; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.feature-card { padding: 22px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: var(--radius); }
.feature-card h3 { margin: 0 0 6px; font-size: 1rem; }
.feature-card p { margin: 0; font-size: .92rem; }

/* Models */
.models-intro { display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 40px; }
.models-intro img { width: 100%; filter: drop-shadow(0 16px 18px rgba(7, 21, 38, .18)); }
.check-list { margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0 0 12px; padding-left: 30px; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 20px; height: 20px; color: #fff; font-size: 12px; font-weight: 900; background: var(--success); border-radius: 50%; }
.model-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 30px 0; }
.model-card { display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.model-card h3 { margin: 0 0 12px; font-size: 1.45rem; }
.model-tag { align-self: flex-start; margin-bottom: 18px; padding: 5px 10px; color: var(--blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--blue-100); border-radius: 999px; }
.model-card .recommended { margin: 18px 0; padding: 15px; background: var(--surface-alt); border-radius: 10px; }
.model-card .recommended h4 { margin: 0 0 5px; font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; }
.model-card .recommended p { margin: 0; font-size: .92rem; }
.model-card .buy-button { align-self: flex-start; margin-top: auto; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
.info-card { padding: 24px; background: var(--navy-900); border-radius: var(--radius); }
.info-card h2, .info-card p { color: #fff; }
.info-card p { opacity: .76; }
.info-card a { color: #79d8ea; font-weight: 700; }

/* Phase-Guard about */
.phase-about, .options-page { max-width: var(--content); }
.phase-about-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: center; gap: clamp(34px, 6vw, 72px); }
.phase-about-hero__copy h1 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.4vw, 3.65rem); }
.phase-about-hero__copy > p { max-width: 650px; font-size: 1.08rem; }
.phase-about-credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.phase-about-credentials span { padding: 6px 10px; color: #52657b; font-size: .7rem; font-weight: 750; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 999px; }
.phase-about-hero__visual { position: relative; display: grid; place-items: center; min-height: 390px; padding: 34px; overflow: hidden; background: linear-gradient(145deg, #f5fbff, #dfedf6); border: 1px solid #cee2ef; border-radius: 28px; }
.phase-about-hero__visual > div { position: absolute; width: 290px; height: 290px; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.8); border-radius: 50%; }
.phase-about-hero__visual img { position: relative; z-index: 1; width: min(100%, 330px); max-height: 350px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(7,21,38,.23)); }
.phase-protection-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; overflow: hidden; background: var(--navy-900); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.phase-protection-strip > div { padding: 23px 25px; border-right: 1px solid rgba(255,255,255,.12); }
.phase-protection-strip > div:last-child { border-right: 0; }
.phase-protection-strip strong, .phase-protection-strip span { display: block; }
.phase-protection-strip strong { margin-bottom: 4px; color: #fff; }
.phase-protection-strip span { color: #a9bdd0; font-size: .8rem; line-height: 1.45; }
.phase-about-section { margin-top: 52px; padding-top: 48px; border-top: 1px solid var(--border); }
.phase-about-section__intro { max-width: 760px; margin-bottom: 26px; }
.phase-about-section__intro > span { display: block; margin-bottom: 7px; color: var(--blue-600); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.phase-about-section__intro h2 { margin: 0 0 9px; }
.phase-about-section__intro p { margin: 0; }
.phase-operation__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.phase-operation__steps article { padding: 24px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: var(--radius); }
.phase-operation__steps article > span { color: var(--cyan-400); font-size: .73rem; font-weight: 900; letter-spacing: .09em; }
.phase-operation__steps h3 { margin: 9px 0 6px; }
.phase-operation__steps p { margin: 0; font-size: .88rem; }
.phase-operation__note { margin: 18px 0 0 !important; padding: 14px 17px; font-size: .88rem; background: var(--blue-100); border-radius: 9px; }
.phase-model-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.phase-model-choice-grid article { display: flex; align-items: flex-start; flex-direction: column; padding: 27px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.phase-model-choice-grid h3 { margin: 0 0 8px; }
.phase-model-choice-grid p { margin-bottom: 20px; }
.phase-model-choice-grid a { margin-top: auto; font-size: .86rem; font-weight: 750; }
.phase-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.phase-capability-grid article { display: flex; align-items: flex-start; flex-direction: column; min-height: 280px; padding: 25px; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.phase-capability-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; color: var(--navy-900); font-size: 1.2rem; font-weight: 900; background: #79d8ea; border-radius: 11px; }
.phase-capability-grid h2 { margin: 0 0 8px; color: #fff; font-size: 1.22rem; }
.phase-capability-grid p { color: #a9bdd0; font-size: .88rem; }
.phase-capability-grid a { margin-top: auto; color: #79d8ea; font-size: .83rem; font-weight: 750; }
.phase-application { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: start; gap: 42px; }
.phase-application .phase-about-section__intro { margin-bottom: 16px; }
.phase-spec-card { padding: 27px; color: #fff; background: linear-gradient(145deg, #0b3b35, #117653); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.phase-spec-card > span { color: #9ae6ce; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.phase-spec-card h2 { margin: 7px 0 20px; color: #fff; font-size: 1.35rem; }
.phase-spec-card dl { margin: 0 0 18px; }
.phase-spec-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.phase-spec-card dt { color: #b7dfd2; }
.phase-spec-card dd { margin: 0; color: #fff; font-weight: 750; text-align: right; }
.phase-spec-card p { margin: 0; color: #b7dfd2; font-size: .82rem; }
.phase-flexibility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.phase-flexibility-grid > div { padding: 21px; background: var(--surface-alt); border-left: 3px solid var(--cyan-400); border-radius: 0 10px 10px 0; }
.phase-flexibility-grid strong { color: var(--navy-900); }
.phase-flexibility-grid p { margin: 5px 0 0; font-size: .86rem; }
.phase-installation-callout { display: flex; align-items: center; justify-content: space-between; gap: 38px; margin-top: 52px; padding: 31px 34px; background: linear-gradient(135deg, #edf7fc, #e2f1f8); border: 1px solid #c4dfed; border-radius: var(--radius); }
.phase-installation-callout span { color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.phase-installation-callout h2 { margin: 5px 0 7px; }
.phase-installation-callout p { max-width: 720px; margin: 0; }
.phase-installation-callout .button { flex: 0 0 auto; }

/* Phase-Guard options */
.options-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); align-items: center; gap: clamp(30px, 6vw, 70px); }
.options-hero h1 { margin-bottom: 15px; }
.options-hero > div:first-child > p { max-width: 680px; font-size: 1.06rem; }
.options-hero__visual { display: grid; place-items: center; min-height: 310px; padding: 30px; background: linear-gradient(145deg, #f5fbff, #e0eff8); border: 1px solid #cee2ef; border-radius: 24px; }
.options-hero__visual img { width: min(100%, 275px); max-height: 285px; object-fit: contain; filter: drop-shadow(0 18px 17px rgba(7,21,38,.2)); }
.options-section { margin-top: 50px; padding-top: 46px; border-top: 1px solid var(--border); }
.options-section__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.options-section__header > div > span { color: var(--blue-600); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.options-section__header h2 { margin: 5px 0 7px; }
.options-section__header p { max-width: 650px; margin: 0; }
.options-availability { flex: 0 0 auto; padding: 7px 11px; color: #146c4c; font-size: .73rem; font-weight: 800; background: #e8f8f1; border: 1px solid #bce3d2; border-radius: 999px; }
.option-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.option-card { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.option-card:hover { border-color: #a9cfe8; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7,21,38,.09); }
.option-card--highlight { background: linear-gradient(145deg, #f4fbff, #e8f5fb); border-color: #b9dcec; }
.option-card--included { background: #f2fbf7; border-color: #c2e4d4; }
.option-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.option-card__category { color: var(--blue-600); font-size: .64rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.option-card__badge, .option-card__value { padding: 3px 7px; color: #146c4c; font-size: .64rem; font-weight: 800; background: #e5f7ef; border-radius: 999px; white-space: nowrap; }
.option-card__value { color: #52657b; background: var(--surface-alt); }
.option-card h3 { margin: 0 0 7px; font-size: 1.08rem; }
.option-card p { margin: 0; font-size: .87rem; line-height: 1.55; }
.option-card a { display: inline-block; margin-top: 13px; font-size: .8rem; font-weight: 750; }
.options-upgrade-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 20px 22px; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.options-upgrade-note strong { color: #fff; }
.options-upgrade-note p { margin: 3px 0 0; color: #a9bdd0; font-size: .84rem; }
.options-upgrade-note a { flex: 0 0 auto; color: #79d8ea; font-size: .85rem; font-weight: 750; }
.options-accessory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.options-accessory { display: grid; grid-template-columns: 120px minmax(0, 1fr); min-height: 190px; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.options-accessory--featured { grid-column: 1 / -1; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); }
.options-accessory__image { display: grid; place-items: center; min-height: 100%; padding: 20px; background: linear-gradient(145deg, #f5faff, #e5f1f8); border-right: 1px solid var(--border); }
.options-accessory__image img { width: 100%; max-height: 145px; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(7,21,38,.14)); }
.options-accessory--featured .options-accessory__image img { max-height: 190px; }
.options-accessory > div:last-child { display: flex; align-items: flex-start; flex-direction: column; padding: 22px; }
.options-accessory > div:last-child > span { color: var(--blue-600); font-size: .63rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.options-accessory h3 { margin: 6px 0 7px; font-size: 1.08rem; }
.options-accessory p { margin-bottom: 15px; font-size: .84rem; }
.options-accessory a { margin-top: auto; font-size: .8rem; font-weight: 750; }

/* Phase-Guard software */
.software-page, .upgrade-guide-page, .cloud-page { max-width: var(--content); }
.software-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); align-items: center; gap: clamp(34px, 6vw, 72px); }
.software-hero h1 { margin-bottom: 16px; }
.software-hero > div > p { font-size: 1.05rem; }
.software-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.software-platforms span { padding: 5px 9px; color: #52657b; font-size: .68rem; font-weight: 750; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 999px; }
.software-hero__visual { display: block; padding: 15px; overflow: hidden; background: linear-gradient(145deg, #e9f5fb, #d7eaf5); border: 1px solid #c5dfed; border-radius: 22px; box-shadow: var(--shadow-sm); }
.software-hero__visual:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.software-hero__visual img { width: 100%; border-radius: 11px; box-shadow: 0 10px 25px rgba(7,21,38,.16); }
.software-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.software-benefits article { padding: 22px; background: var(--navy-900); border-radius: var(--radius); }
.software-benefits article > span { color: #79d8ea; font-size: .68rem; font-weight: 900; }
.software-benefits h2 { margin: 8px 0 5px; color: #fff; font-size: 1.08rem; }
.software-benefits p { margin: 0; color: #a9bdd0; font-size: .83rem; }
.software-section { margin-top: 50px; padding-top: 45px; border-top: 1px solid var(--border); }
.software-section__heading { max-width: 760px; margin-bottom: 24px; }
.software-section__heading > span { color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.software-section__heading h2 { margin: 5px 0 7px; }
.software-section__heading p { margin: 0; }
.software-download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.software-download { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 16px; padding: 25px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.software-download--primary { background: linear-gradient(145deg, #f5fbff, #eaf6fc); border-color: #bdddeb; }
.software-download__icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue-600); background: var(--blue-100); border-radius: 12px; }
.software-download span { color: var(--blue-600); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.software-download h3 { margin: 4px 0 7px; }
.software-download p { margin: 0; font-size: .85rem; }
.software-download__button { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; min-height: 45px; color: #fff; font-weight: 800; background: var(--blue-600); border-radius: 9px; box-shadow: 0 8px 18px rgba(15,111,189,.18); }
.software-download__button:hover { color: #fff; background: var(--navy-800); transform: translateY(-2px); }
.software-download__button--secondary { color: var(--blue-600); background: var(--blue-100); box-shadow: none; }
.software-download__button--secondary:hover { color: #fff; background: var(--blue-600); }
.software-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.software-gallery > a { overflow: hidden; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.software-gallery > a:hover { color: var(--blue-600); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.software-gallery img { width: 100%; height: 180px; padding: 12px; object-fit: contain; background: var(--surface-alt); border-bottom: 1px solid var(--border); }
.software-gallery a > span { display: block; padding: 16px 18px; color: #52657b; font-size: .78rem; }
.software-gallery strong { display: block; margin-bottom: 3px; color: var(--navy-900); font-size: .92rem; }
.software-support__layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: start; gap: 22px; }
.software-troubleshooting { margin: 0; padding: 0; list-style: none; counter-reset: troubleshoot; }
.software-troubleshooting li { position: relative; margin: 0 0 10px; padding: 17px 18px 17px 52px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 10px; counter-increment: troubleshoot; }
.software-troubleshooting li::before { content: counter(troubleshoot); position: absolute; left: 17px; top: 17px; display: grid; place-items: center; width: 24px; height: 24px; color: #fff; font-size: .7rem; font-weight: 850; background: var(--blue-600); border-radius: 50%; }
.software-troubleshooting strong { color: var(--navy-900); }
.software-troubleshooting p { margin: 3px 0 0; font-size: .82rem; }
.software-driver-card { padding: 25px; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.software-driver-card > span { color: #79d8ea; font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.software-driver-card h3 { margin: 7px 0; color: #fff; }
.software-driver-card p { color: #a9bdd0; font-size: .84rem; }
.software-driver-card a { display: block; margin-top: 11px; color: #79d8ea; font-size: .82rem; font-weight: 750; }
.software-driver-card small { display: block; margin-top: 18px; color: #8299ae; line-height: 1.45; }

/* Phase-Guard upgrade guide */
.upgrade-guide-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: clamp(34px, 6vw, 70px); }
.upgrade-guide-hero h1 { margin-bottom: 16px; }
.upgrade-guide-hero > div:first-child > p { font-size: 1.06rem; }
.upgrade-guide-hero__visual { position: relative; display: grid; place-items: center; min-height: 350px; padding: 30px; background: linear-gradient(145deg, #f5fbff, #e0eff8); border: 1px solid #cee2ef; border-radius: 25px; }
.upgrade-guide-hero__visual img { max-height: 280px; object-fit: contain; filter: drop-shadow(0 17px 17px rgba(7,21,38,.2)); }
.upgrade-guide-hero__visual > div { position: absolute; inset: auto 22px 22px; padding: 12px 15px; color: #fff; background: rgba(11,31,54,.93); border-radius: 9px; box-shadow: var(--shadow-sm); }
.upgrade-guide-hero__visual span, .upgrade-guide-hero__visual strong { display: block; }
.upgrade-guide-hero__visual span { color: #79d8ea; font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.upgrade-guide-hero__visual strong { color: #fff; font-size: .8rem; }
.upgrade-guide-benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; overflow: hidden; background: var(--navy-900); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.upgrade-guide-benefits > div { padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.upgrade-guide-benefits > div:last-child { border-right: 0; }
.upgrade-guide-benefits strong, .upgrade-guide-benefits span { display: block; }
.upgrade-guide-benefits strong { color: #fff; }
.upgrade-guide-benefits span { margin-top: 4px; color: #a9bdd0; font-size: .79rem; line-height: 1.45; }
.upgrade-guide-section { margin-top: 50px; padding-top: 45px; border-top: 1px solid var(--border); }
.upgrade-guide-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.upgrade-guide-heading > div > span { color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.upgrade-guide-heading h2 { margin: 5px 0 7px; }
.upgrade-guide-heading p { max-width: 690px; margin: 0; }
.upgrade-guide-heading > a { flex: 0 0 auto; padding: 9px 13px; color: var(--blue-600); font-size: .82rem; font-weight: 750; background: var(--blue-100); border: 1px solid #b9d8ed; border-radius: 8px; }
.upgrade-timeline { margin: 0; padding: 0; list-style: none; }
.upgrade-timeline > li { display: grid; grid-template-columns: auto minmax(0, 1fr) 150px; align-items: start; gap: 20px; margin: 0; padding: 25px 0; border-top: 1px solid var(--border); }
.upgrade-timeline > li:last-child { border-bottom: 1px solid var(--border); }
.upgrade-timeline__number { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; font-weight: 850; background: var(--blue-600); border-radius: 50%; box-shadow: 0 7px 15px rgba(15,111,189,.18); }
.upgrade-timeline__content > span { color: var(--blue-600); font-size: .64rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.upgrade-timeline__content h3 { margin: 5px 0 8px; }
.upgrade-timeline__content p { margin-bottom: 9px; font-size: .88rem; }
.upgrade-timeline__hint { padding: 9px 11px; background: var(--blue-100); border-radius: 7px; }
.upgrade-inline-action { display: inline-block; margin-top: 4px; font-size: .84rem; font-weight: 750; }
.upgrade-timeline__media { display: flex; align-items: center; flex-direction: column; gap: 6px; padding: 8px; color: var(--muted); font-size: .66rem; text-align: center; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 9px; }
.upgrade-timeline__media img { width: 100%; height: 88px; object-fit: contain; }
.upgrade-timeline__media--pair { display: grid; grid-template-columns: 1fr 1fr; }
.upgrade-timeline__media--pair a { min-width: 0; }
.upgrade-timeline__media--pair img { height: 70px; }
.upgrade-timeline__media--pair span { grid-column: 1 / -1; }
.upgrade-guide-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 42px; padding: 30px 32px; color: #fff; background: linear-gradient(135deg, #0b3b35, #117653); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.upgrade-guide-cta span { color: #9ae6ce; font-size: .67rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.upgrade-guide-cta h2 { margin: 5px 0 6px; color: #fff; }
.upgrade-guide-cta p { margin: 0; color: #b7dfd2; }
.upgrade-guide-cta .button { flex: 0 0 auto; background: #fff; border-color: #fff; color: #0b6a49; box-shadow: none; }
.upgrade-guide-cta .button:hover { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }

/* CloudCom */
.cloud-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: center; min-height: 480px; margin: calc(0px - clamp(28px, 5vw, 60px)); margin-bottom: 0; padding: clamp(38px, 6vw, 66px); overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(66,196,221,.2), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.cloud-hero .eyebrow { color: #79d8ea; }
.cloud-hero .eyebrow::before { background: #79d8ea; }
.cloud-hero h1 { margin-bottom: 17px; color: #fff; }
.cloud-hero__copy > p { color: #bed0df; font-size: 1.06rem; }
.cloud-hero .button-secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.cloud-hero .button-secondary:hover { color: #fff; background: rgba(255,255,255,.16); }
.cloud-hero__note { display: flex; align-items: center; gap: 10px; margin-top: 26px; padding: 10px 13px; max-width: 470px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 9px; }
.cloud-hero__note strong { color: #9ae6ce; white-space: nowrap; }
.cloud-hero__note span { color: #b9cadb; font-size: .8rem; }
.cloud-hero__visual { position: relative; display: grid; place-items: center; min-height: 350px; }
.cloud-hero__visual img { position: relative; z-index: 2; width: min(100%, 330px); max-height: 310px; object-fit: contain; filter: drop-shadow(0 25px 22px rgba(0,0,0,.38)); }
.cloud-signal { position: absolute; border: 1px solid rgba(121,216,234,.18); border-radius: 50%; }
.cloud-signal--one { width: 270px; height: 270px; }
.cloud-signal--two { width: 370px; height: 370px; }
.cloud-setup, .cloud-section, .cloud-events, .cloud-purchase, .cloud-resources { margin-top: 50px; }
.cloud-section { padding-top: 45px; border-top: 1px solid var(--border); }
.cloud-section-heading { max-width: 760px; margin-bottom: 25px; }
.cloud-section-heading > span, .cloud-events > div > span, .cloud-purchase__copy > span, .cloud-resources > div:first-child > span { color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cloud-section-heading h2, .cloud-events h2, .cloud-purchase h2, .cloud-resources h2 { margin: 5px 0 7px; }
.cloud-section-heading p { margin: 0; }
.cloud-setup__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.cloud-setup__steps li { margin: 0; padding: 20px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: var(--radius); }
.cloud-setup__steps li > span { display: grid; place-items: center; width: 29px; height: 29px; margin-bottom: 14px; color: #fff; font-size: .73rem; font-weight: 850; background: var(--blue-600); border-radius: 50%; }
.cloud-setup__steps strong { color: var(--navy-900); font-size: .88rem; }
.cloud-setup__steps p { margin: 5px 0 0; font-size: .78rem; }
.cloud-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.cloud-feature-grid article { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.cloud-feature-grid article > a { display: block; padding: 12px; background: var(--surface-alt); border-bottom: 1px solid var(--border); }
.cloud-feature-grid img { width: 100%; height: 180px; object-fit: contain; }
.cloud-feature-grid article > div { padding: 20px; }
.cloud-feature-grid span { color: var(--blue-600); font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cloud-feature-grid h3 { margin: 5px 0 7px; }
.cloud-feature-grid p { margin: 0; font-size: .83rem; }
.cloud-events { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 42px; padding: 30px; background: linear-gradient(145deg, #f4faff, #e9f4fa); border: 1px solid #c9dfec; border-radius: var(--radius); }
.cloud-events > div > p { margin: 0; }
.cloud-events ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.cloud-events li { position: relative; margin: 0; padding: 9px 10px 9px 29px; color: #405167; font-size: .8rem; background: #fff; border: 1px solid var(--border); border-radius: 7px; }
.cloud-events li::before { content: "✓"; position: absolute; left: 10px; color: var(--success); font-weight: 900; }
.cloud-purchase { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.cloud-purchase__copy { padding: 36px; }
.cloud-purchase__copy > span { color: #79d8ea; }
.cloud-purchase h2 { color: #fff; }
.cloud-purchase__copy > p { color: #b9cadb; }
.cloud-free-year { display: flex; flex-direction: column; margin-top: 22px; padding: 14px 16px; background: rgba(255,255,255,.08); border-radius: 9px; }
.cloud-free-year strong { color: #9ae6ce; }
.cloud-free-year span { color: #b9cadb; font-size: .8rem; }
.cloud-pricing { display: grid; align-content: center; gap: 13px; padding: 34px; background: rgba(255,255,255,.07); }
.cloud-pricing > span { color: #79d8ea; font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.cloud-pricing > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.12); }
.cloud-pricing strong { color: #fff; font-size: 1.55rem; }
.cloud-pricing small { color: #a9bdd0; }
.cloud-pricing .button { width: 100%; margin-top: 6px; }
.cloud-resources { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 30px; padding-top: 45px; border-top: 1px solid var(--border); }
.cloud-resources > div:first-child p { margin: 0; }
.cloud-resource-links { display: grid; gap: 10px; }
.cloud-resource-links a { display: grid; grid-template-columns: auto 1fr; gap: 0 12px; padding: 15px; color: var(--ink); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 9px; }
.cloud-resource-links a:hover { border-color: #a9cfe8; transform: translateY(-2px); }
.cloud-resource-links a > span { grid-row: 1 / 3; align-self: center; padding: 5px 7px; color: #fff; font-size: .62rem; font-weight: 850; background: var(--danger); border-radius: 5px; }
.cloud-resource-links strong { color: var(--navy-900); font-size: .86rem; }
.cloud-resource-links small { color: var(--muted); }
.cloud-hardware-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cloud-hardware-gallery a { display: grid; place-items: center; min-height: 220px; padding: 22px; background: linear-gradient(145deg, #f5faff, #e5f1f8); border: 1px solid var(--border); border-radius: var(--radius); }
.cloud-hardware-gallery a:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cloud-hardware-gallery img { max-height: 190px; object-fit: contain; filter: drop-shadow(0 13px 12px rgba(7,21,38,.16)); }

/* Support */
.support-page, .company-page { max-width: var(--content); }
.support-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: clamp(34px, 6vw, 70px); }
.support-hero h1 { margin-bottom: 16px; }
.support-hero > div:first-child > p { max-width: 680px; font-size: 1.06rem; }
.support-hero__visual { padding: 28px; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.support-hero__icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 22px; color: var(--navy-900); background: #79d8ea; border-radius: 16px; }
.support-hero__visual > span { color: #79d8ea; font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.support-hero__visual > strong { display: block; margin-top: 5px; color: #fff; font-size: 1.18rem; }
.support-hero__visual p { margin: 8px 0 0; color: #a9bdd0; font-size: .83rem; }
.support-resources { margin-top: 50px; padding-top: 45px; border-top: 1px solid var(--border); }
.support-section-heading { max-width: 730px; margin-bottom: 24px; }
.support-section-heading > span, .support-contact__copy > span, .company-section-heading > span, .company-production > div:first-child > span, .company-contact > div:first-child > span { color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.support-section-heading h2, .support-contact h2, .company-section-heading h2, .company-production h2, .company-contact h2 { margin: 5px 0 7px; }
.support-section-heading p { margin: 0; }
.support-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support-resource-grid > a { display: flex; align-items: flex-start; flex-direction: column; min-height: 265px; padding: 22px; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.support-resource-grid > a:hover { border-color: #a9cfe8; transform: translateY(-3px); box-shadow: var(--shadow-md); }
.support-resource__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 17px; color: var(--blue-600); background: var(--blue-100); border-radius: 11px; }
.support-resource-grid a > span { color: var(--blue-600); font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.support-resource-grid h3 { margin: 5px 0 7px; }
.support-resource-grid p { margin-bottom: 18px; color: #52657b; font-size: .83rem; }
.support-resource-grid a > strong { margin-top: auto; color: var(--blue-600); font-size: .8rem; }
.support-contact { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); align-items: center; gap: 40px; margin-top: 45px; padding: 32px; background: linear-gradient(145deg, #f4faff, #e7f3f9); border: 1px solid #c7dfeb; border-radius: var(--radius); }
.support-contact__copy > p { max-width: 650px; }
.support-contact__actions { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.support-contact__actions a { font-weight: 750; }
.support-address { padding: 22px; color: #fff; font-style: normal; background: var(--navy-900); border-radius: 11px; }
.support-address span, .support-address strong { display: block; }
.support-address span { margin-bottom: 6px; color: #79d8ea; font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.support-address strong { margin-bottom: 6px; color: #fff; }
.support-company-link { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 20px; padding: 15px 18px; color: var(--muted); font-size: .83rem; background: var(--surface-alt); border-radius: 9px; }
.support-company-link a { font-weight: 750; }

/* Support detail pages */
.support-detail-page { max-width: var(--content); }
.support-detail-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: clamp(34px, 6vw, 68px); padding-bottom: 48px; border-bottom: 1px solid var(--border); }
.support-detail-hero h1 { margin-bottom: 16px; }
.support-detail-hero > div:first-child > p { max-width: 680px; margin: 0; font-size: 1.06rem; }
.support-notice { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.support-notice__icon { display: grid; place-items: center; width: 42px; height: 42px; font-size: 1.15rem; font-weight: 900; border-radius: 10px; }
.support-notice span, .support-notice strong { display: block; }
.support-notice span { margin-bottom: 4px; font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.support-notice strong { margin-bottom: 6px; }
.support-notice p { margin: 0; font-size: .8rem; line-height: 1.55; }
.support-notice a { display: inline-block; margin-top: 8px; font-size: .8rem; font-weight: 800; }
.support-notice--warning { background: #fff8e8; border: 1px solid #eed395; }
.support-notice--warning .support-notice__icon { color: #fff; background: #b7750b; }
.support-notice--warning span { color: #98610a; }
.support-notice--action { color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); }
.support-notice--action .support-notice__icon { color: var(--navy-900); background: #79d8ea; }
.support-notice--action span, .support-notice--action a { color: #79d8ea; }
.support-notice--action strong { color: #fff; }
.support-notice--action p { color: #b9cadb; }
.support-warranty-fact { padding: 27px 30px; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.support-warranty-fact span, .support-warranty-fact strong { display: block; }
.support-warranty-fact span { color: #79d8ea; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.support-warranty-fact strong { margin: 6px 0 2px; color: #fff; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.support-warranty-fact p { margin: 0; color: #b9cadb; font-size: .82rem; }
.support-detail-section { margin-top: 48px; }
.support-detail-heading { max-width: 760px; margin-bottom: 25px; }
.support-detail-heading > span, .support-detail-cta > div:first-child > span, .support-return-cards article > span { color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.support-detail-heading h2, .support-detail-cta h2 { margin: 5px 0 7px; }
.support-detail-heading p { margin: 0; }
.support-detail-panel { margin-right: calc(clamp(28px, 5vw, 60px) * -1); margin-left: calc(clamp(28px, 5vw, 60px) * -1); padding: 42px clamp(28px, 5vw, 60px); background: var(--surface-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.support-step-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: support-step; }
.support-step-list li { position: relative; margin: 0; padding: 58px 20px 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); counter-increment: support-step; }
.support-step-list li::before { content: counter(support-step, decimal-leading-zero); position: absolute; top: 18px; left: 20px; color: var(--blue-600); font-size: .72rem; font-weight: 900; letter-spacing: .06em; }
.support-step-list strong { display: block; margin-bottom: 7px; font-size: .9rem; }
.support-step-list p { margin: 0; font-size: .78rem; line-height: 1.55; }
.support-step-list a { display: inline-block; margin-top: 8px; font-size: .75rem; font-weight: 800; }
.support-step-list--compact { grid-template-columns: repeat(5, 1fr); }
.support-step-list--compact li { padding: 51px 17px 18px; }
.support-step-list--compact li::before { top: 16px; left: 17px; }
.support-sign-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.support-sign-grid article { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.support-sign-grid article > span, .support-policy-cards article > span { color: var(--blue-600); font-size: .68rem; font-weight: 900; }
.support-sign-grid h3, .support-policy-cards h3 { margin: 7px 0 6px; font-size: 1rem; }
.support-sign-grid p, .support-policy-cards p { margin: 0; font-size: .82rem; }
.support-policy-copy { max-width: 850px; padding: 26px 28px; background: linear-gradient(145deg, #f4faff, #e8f3f9); border-left: 4px solid var(--blue-600); border-radius: 0 var(--radius) var(--radius) 0; }
.support-policy-copy p { margin: 0; font-size: 1.02rem; }
.support-exclusion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 0; padding: 0; list-style: none; }
.support-exclusion-grid li { position: relative; margin: 0; padding: 15px 16px 15px 43px; color: #405167; font-size: .82rem; font-weight: 700; background: #fff; border: 1px solid var(--border); border-radius: 9px; }
.support-exclusion-grid li::before { content: "×"; position: absolute; left: 16px; color: var(--danger); font-size: 1.15rem; font-weight: 900; line-height: 1; }
.support-policy-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.support-policy-cards--three { grid-template-columns: repeat(3, 1fr); }
.support-policy-cards article { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.support-legal-note { margin-top: 16px; padding: 18px 20px; color: #52657b; font-size: .78rem; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 10px; }
.support-legal-note strong { color: var(--navy-900); }
.support-detail-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 48px; padding: 30px 32px; background: linear-gradient(145deg, #f4faff, #e5f2f9); border: 1px solid #c6dfec; border-radius: var(--radius); }
.support-detail-cta > div:first-child { max-width: 680px; }
.support-detail-cta p { margin: 0; }
.support-detail-cta > .button { flex: 0 0 auto; }
.support-detail-cta__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.support-return-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); align-items: stretch; gap: 18px; }
.support-return-layout .support-step-list { grid-template-columns: repeat(3, 1fr); }
.support-return-address { display: flex; justify-content: center; flex-direction: column; padding: 25px; color: #b9cadb; font-style: normal; background: var(--navy-900); border-radius: var(--radius); }
.support-return-address span, .support-return-address strong { display: block; }
.support-return-address span { margin-bottom: 10px; color: #79d8ea; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.support-return-address strong { margin-bottom: 6px; color: #fff; }
.support-return-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.support-return-cards article { padding: 23px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.support-return-cards h3 { margin: 6px 0 8px; font-size: 1.03rem; }
.support-return-cards p, .support-return-cards li { font-size: .8rem; }
.support-return-cards ul { margin-bottom: 10px; padding-left: 18px; }
.support-return-cards article > strong { color: var(--blue-600); font-size: .82rem; }
.support-void-notice { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 17px; margin-top: 20px; padding: 20px 22px; background: #fff2f2; border: 1px solid #e8b8bb; border-radius: var(--radius); }
.support-void-notice > div { display: grid; place-items: center; width: 39px; height: 39px; color: #fff; font-weight: 900; background: var(--danger); border-radius: 50%; }
.support-void-notice p { margin: 0; color: #744045; font-size: .8rem; }
.support-void-notice p strong { color: #8d1f27; }

/* Company */
.company-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: center; gap: clamp(36px, 6vw, 72px); }
.company-hero h1 { margin-bottom: 17px; }
.company-hero > div:first-child > p { max-width: 690px; font-size: 1.06rem; }
.company-hero__visual { position: relative; display: grid; place-items: center; min-height: 390px; padding: 30px; background: linear-gradient(145deg, #f5fbff, #dfedf6); border: 1px solid #cee2ef; border-radius: 28px; }
.company-hero__visual img { width: min(100%, 315px); max-height: 330px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(7,21,38,.22)); }
.company-hero__year { position: absolute; left: 22px; bottom: 22px; z-index: 2; padding: 12px 16px; color: #fff; background: var(--navy-900); border-radius: 10px; box-shadow: var(--shadow-md); }
.company-hero__year span, .company-hero__year strong { display: block; }
.company-hero__year span { color: #79d8ea; font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.company-hero__year strong { color: #fff; font-size: 1.55rem; }
.company-story { margin-top: 52px; padding-top: 46px; border-top: 1px solid var(--border); }
.company-section-heading { max-width: 760px; margin-bottom: 28px; }
.company-section-heading p { margin: 0; }
.company-timeline { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.company-timeline li { position: relative; margin: 0; padding: 25px 15px 0 0; border-top: 2px solid #bdd6e6; }
.company-timeline li::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; background: var(--blue-600); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #8dbbd7; }
.company-timeline strong, .company-timeline span { display: block; }
.company-timeline strong { margin-bottom: 7px; color: var(--blue-600); font-size: 1.03rem; }
.company-timeline span { color: #52657b; font-size: .75rem; line-height: 1.45; }
.company-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.company-values article { padding: 25px; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius); }
.company-values article > div { color: #79d8ea; font-size: .68rem; font-weight: 900; }
.company-values h2 { margin: 9px 0 7px; color: #fff; font-size: 1.18rem; }
.company-values p { margin: 0; color: #a9bdd0; font-size: .84rem; }
.company-production { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr); align-items: center; gap: 48px; margin-top: 52px; padding: 34px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: var(--radius); }
.company-production > div:first-child > p { margin-bottom: 14px; }
.company-production > div:first-child > a { font-size: .85rem; font-weight: 750; }
.company-production__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.company-production__stats > div { padding: 18px 12px; text-align: center; background: #fff; border: 1px solid var(--border); border-radius: 10px; }
.company-production__stats strong, .company-production__stats span { display: block; }
.company-production__stats strong { color: var(--blue-600); font-size: 1.35rem; }
.company-production__stats span { margin-top: 5px; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.company-made-here { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 20px; padding: 31px 34px; color: #fff; background: linear-gradient(135deg, #0b3b35, #117653); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.company-made-here span { color: #9ae6ce; font-size: .67rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.company-made-here h2 { margin: 5px 0 7px; color: #fff; }
.company-made-here p { max-width: 720px; margin: 0; color: #b7dfd2; }
.company-made-here .button { flex: 0 0 auto; color: #0b6a49; background: #fff; border-color: #fff; box-shadow: none; }
.company-made-here .button:hover { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.company-contact { margin-top: 52px; padding-top: 45px; border-top: 1px solid var(--border); }
.company-contact > div:first-child { max-width: 720px; margin-bottom: 24px; }
.company-contact > div:first-child p { margin: 0; }
.company-contact__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.company-contact__cards > * { display: flex; align-items: flex-start; flex-direction: column; min-width: 0; padding: 21px; color: var(--ink); font-style: normal; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.company-contact__cards > a:hover { border-color: #a9cfe8; transform: translateY(-2px); }
.company-contact__cards span { color: var(--blue-600); font-size: .63rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.company-contact__cards strong { margin: 6px 0 3px; overflow-wrap: anywhere; color: var(--navy-900); }
.company-contact__cards small { color: var(--muted); line-height: 1.5; }

/* Legacy layout helpers */
.col-600 { float: left; width: min(600px, 100%); padding-bottom: 1px; }
.col-280, .col-290, .col-300 { float: left; width: min(100%, var(--column-width)); margin-right: 20px; }
.col-280 { --column-width: 280px; } .col-290 { --column-width: 290px; } .col-300 { --column-width: 300px; }
.sidebar { width: 180px; float: right; text-align: left; font-size: .82rem; line-height: 1.5; }
.sidebar .block { margin-bottom: 18px; }
.sidebar .inside { padding: 16px; color: #fff; background: var(--navy-900); border-radius: 12px; }
.sidebar h1, .sidebar h2 { color: #fff; }
.sidebar-img, .storeitem-img { position: relative; display: block; margin-bottom: 1.5em; }
.right-sidebar { float: right !important; } .left-sidebar { float: left !important; }
.transparent-content .block { padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.transparent-content .one-third { float: left; width: calc(33.333% - 14px); min-height: 190px; margin-right: 20px; padding: 22px; overflow: hidden; }
.transparent-content .one-third:last-child { margin-right: 0; }
.image-row { display: flex; justify-content: space-between; gap: 24px; }
.black-box { padding: 22px; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.black-box h1, .black-box h2, .black-box h3, .black-box strong { color: #fff; }
.infobox { padding: 18px; margin-bottom: 1rem; color: var(--ink); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 12px; }
.bluebackground { background: #e7f5fc !important; }
.redbackground { background: #fff0f0 !important; }

/* Tabs */
.phase-tabs { margin-top: 28px; margin-bottom: -35px; padding: 5px; overflow: hidden; background: #e5edf3; border-radius: 12px; }
.phase-tabs__label { display: none; }
.phase-tabs__scroller { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: thin; }
.tab-support { display: block; flex: 1 0 auto; min-width: 100px; padding: 10px 14px; color: #53677e; font-size: .88rem; font-weight: 700; text-align: center; border-radius: 8px; cursor: pointer; }
.tab-support:hover { color: var(--blue-600); background: rgba(255, 255, 255, .65); }
.tab-support.is-active { color: var(--navy-900); background: #fff; box-shadow: 0 2px 8px rgba(7, 21, 38, .08); }

/* Store and forms */
.storeitem { text-align: left; line-height: 1.5; }
.storeitem .block { margin-bottom: 16px; }
.storeitem .inside { padding: 22px; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.storeitem a .inside:hover { border-color: #a9cfe8; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.storeitem h1 { margin-top: 0; font-size: 1.15rem !important; }
input, select, textarea, button { font: inherit; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select { min-height: 42px; padding: 8px 11px; color: var(--ink); background: #fff !important; border: 1px solid #cbd8e2; border-radius: 8px; }
textarea { min-height: 110px; }
input[type="checkbox"], input[type="radio"] { width: 18px; height: 18px; accent-color: var(--blue-600); }
.qtyfield { text-align: center; }

/* Store landing */
.store-landing { max-width: var(--content); }
.store-landing__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.store-landing__header .eyebrow { margin-bottom: 10px; }
.store-landing__header h1 { margin-bottom: 8px; }
.store-landing__header p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.store-cart-pill { display: flex; align-items: center; flex: 0 0 auto; gap: 11px; min-width: 170px; padding: 10px 14px; color: var(--navy-900); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 11px; }
.store-cart-pill:hover { color: var(--blue-600); background: var(--blue-100); border-color: #a9cfe8; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.store-cart-pill__icon { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--blue-600); border-radius: 9px; }
.store-cart-pill > span:last-child { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.store-cart-pill small { color: var(--muted); font-size: .67rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.store-cart-pill strong { overflow: hidden; color: inherit; font-size: .85rem; text-overflow: ellipsis; white-space: nowrap; }
.store-featured { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: center; min-height: 430px; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.store-featured__copy { position: relative; z-index: 1; padding: clamp(34px, 5vw, 58px); }
.store-choice__tag { display: block; margin-bottom: 10px; color: var(--blue-600); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.store-featured .store-choice__tag { color: #79d8ea; }
.store-featured h2 { max-width: 520px; margin: 0 0 13px; color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.65rem); }
.store-featured p { max-width: 600px; color: #bfd0df; font-size: 1.03rem; }
.store-featured__benefits { display: grid; gap: 7px; margin: 22px 0 28px; padding: 0; list-style: none; }
.store-featured__benefits li { position: relative; margin: 0; padding-left: 27px; color: #dce7ef; font-size: .9rem; }
.store-featured__benefits li::before { content: "\2713"; position: absolute; left: 0; top: 3px; display: grid; place-items: center; width: 17px; height: 17px; color: var(--navy-900); font-size: .65rem; font-weight: 900; background: #79d8ea; border-radius: 50%; }
.store-featured__visual { position: relative; align-self: stretch; display: grid; place-items: center; min-height: 360px; padding: 38px; overflow: hidden; background: radial-gradient(circle at center, rgba(66,196,221,.22), transparent 62%); }
.store-featured__visual::before { content: ""; position: absolute; width: 330px; height: 330px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.store-featured__visual img { position: relative; z-index: 1; width: min(100%, 340px); max-height: 330px; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(0,0,0,.35)); }
.store-featured__glow { position: absolute; inset: auto 17% 12%; height: 30px; background: rgba(66,196,221,.22); border-radius: 50%; filter: blur(18px); }
.store-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; font-weight: 800; line-height: 1; border-radius: 10px; }
.store-action--primary { color: #fff; background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 10px 24px rgba(0,0,0,.22); }
.store-action--primary:hover { color: #fff; background: linear-gradient(135deg, #2498e8, #0c61a4); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.27); }
.store-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.store-choice { position: relative; display: flex; align-items: flex-start; flex-direction: column; min-height: 290px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.store-choice:hover { border-color: #a9cfe8; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(7,21,38,.1); }
.store-choice__icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 20px; color: var(--blue-600); background: var(--blue-100); border-radius: 12px; }
.store-choice h2 { margin: 0 0 9px; font-size: 1.4rem; }
.store-choice p { margin-bottom: 24px; color: #52657b; font-size: .93rem; }
.store-action--secondary { margin-top: auto; padding: 0; color: var(--blue-600); min-height: auto; }
.store-action--secondary:hover { color: var(--navy-800); transform: translateX(3px); }
.store-help { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 20px 22px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: var(--radius); }
.store-help__icon { display: grid; place-items: center; flex: 0 0 auto; width: 44px; height: 44px; color: var(--blue-600); background: #fff; border: 1px solid var(--border); border-radius: 50%; }
.store-help > div:nth-child(2) { flex: 1; }
.store-help strong { color: var(--navy-900); }
.store-help p { margin: 2px 0 0; color: var(--muted); font-size: .84rem; }
.store-help > a { padding: 8px 12px; font-size: .83rem; font-weight: 750; white-space: nowrap; }
.store-help > a:last-child { color: var(--navy-900); background: #fff; border: 1px solid var(--border); border-radius: 8px; }
.store-help > a:last-child:hover { color: var(--blue-600); border-color: #a9cfe8; }

/* Accessories store */
.accessories-page { max-width: var(--content); }
.accessories-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.accessories-header .eyebrow { margin-bottom: 10px; }
.accessories-header h1 { margin-bottom: 8px; }
.accessories-header p { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.accessories-header .cart-button { flex: 0 0 auto; }
.accessories-errors { margin-bottom: 24px; padding: 18px 20px; color: #7f1d24; background: #fff0f0; border: 1px solid #efb8bc; border-left: 4px solid var(--danger); border-radius: 10px; }
.accessories-errors strong { color: var(--danger); }
.accessories-errors ul { margin: 8px 0 0 20px; }
.accessories-errors li { margin-bottom: 3px; color: #7f1d24; }
.accessories-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 20px; }
.accessory-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.accessory-card:hover { border-color: #a9cfe8; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(7, 21, 38, .1); }
.accessory-card--featured { grid-column: 1 / -1; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); }
.accessory-card__media { display: grid; place-items: center; min-height: 220px; padding: 24px; overflow: hidden; background: linear-gradient(145deg, #f5faff, #e5f1f8); border-right: 1px solid var(--border); }
.accessory-card__media img { width: 100%; max-height: 190px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(7, 21, 38, .16)); transition: transform .25s ease; }
.accessory-card:hover .accessory-card__media img { transform: scale(1.025); }
.accessory-card--featured .accessory-card__media { min-height: 300px; }
.accessory-card--featured .accessory-card__media img { max-height: 250px; }
.accessory-card__content { display: flex; flex-direction: column; min-width: 0; padding: 24px; }
.accessory-card--featured .accessory-card__content { padding: clamp(28px, 4vw, 42px); }
.accessory-card__tag { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.accessory-card__tag span { padding: 3px 7px; color: #146c4c; letter-spacing: .05em; background: #e5f7ef; border-radius: 999px; }
.accessory-card h2 { margin: 0 0 10px; font-size: 1.28rem; }
.accessory-card h2 span { color: var(--muted); font-size: .86em; font-weight: 650; }
.accessory-card p { margin-bottom: 18px; color: #405167; font-size: .91rem; line-height: 1.55; }
.accessory-highlight, .accessory-notice { margin: 0 0 20px; padding: 11px 13px; color: #146c4c; font-size: .82rem; background: #e8f8f1; border: 1px solid #bce3d2; border-radius: 8px; }
.accessory-highlight strong { color: #146c4c; }
.accessory-notice { color: #72591a; background: #fff8df; border-color: #ead99a; }
.accessory-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); }
.accessory-price { display: flex; flex-direction: column; flex: 0 0 auto; line-height: 1.15; }
.accessory-price span { margin-bottom: 4px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.accessory-price strong { color: var(--navy-900); font-size: 1.4rem; }
.accessory-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px 14px; }
.accessory-details { font-size: .8rem; font-weight: 750; white-space: nowrap; }
.accessory-details::after { content: " \2197"; font-size: .75em; }
.accessory-add-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 11px 16px; color: #fff; font: inherit; font-size: .88rem; font-weight: 800; line-height: 1; white-space: nowrap; cursor: pointer; background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); border: 1px solid var(--blue-600); border-radius: 9px; box-shadow: 0 8px 18px rgba(15, 111, 189, .22); appearance: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.accessory-add-button:hover { color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); border-color: var(--navy-800); transform: translateY(-2px); box-shadow: 0 11px 22px rgba(7, 21, 38, .22); }
.accessory-add-button:active { transform: translateY(0); }
.accessory-add-button svg { flex: 0 0 auto; }
.accessory-card--configure .accessory-add-button { color: var(--blue-600); background: var(--blue-100); border-color: #a9cfe8; box-shadow: none; }
.accessory-card--configure .accessory-add-button:hover { color: #fff; background: var(--blue-600); border-color: var(--blue-600); }

/* Upgrade store */
.upgrade-page { max-width: var(--content); }
.upgrade-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.upgrade-header .eyebrow { margin-bottom: 10px; }
.upgrade-header h1 { margin-bottom: 8px; }
.upgrade-header p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.upgrade-header .cart-button { flex: 0 0 auto; }
.upgrade-errors { margin-bottom: 24px; padding: 18px 20px; color: #7f1d24; background: #fff0f0; border: 1px solid #efb8bc; border-left: 4px solid var(--danger); border-radius: 10px; }
.upgrade-errors strong { color: var(--danger); }
.upgrade-errors ul { margin: 8px 0 0 20px; }
.upgrade-errors li { margin-bottom: 3px; color: #7f1d24; }
.upgrade-step-number { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; color: #fff; font-size: .9rem; font-weight: 850; background: var(--blue-600); border-radius: 50%; box-shadow: 0 7px 16px rgba(15,111,189,.2); }
.upgrade-lookup { display: flex; align-items: flex-start; gap: 20px; padding: 28px; background: linear-gradient(145deg, #f8fbfd, #eef5f9); border: 1px solid var(--border); border-radius: var(--radius); }
.upgrade-lookup__content { flex: 1; min-width: 0; }
.upgrade-section-heading > span, .upgrade-features__header > div:nth-child(2) > span { display: block; margin-bottom: 5px; color: var(--blue-600); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.upgrade-section-heading h2, .upgrade-features__header h2 { margin: 0 0 6px; font-size: 1.4rem; }
.upgrade-section-heading p, .upgrade-features__header p { margin: 0; color: var(--muted); font-size: .9rem; }
.upgrade-lookup__form { margin-top: 20px; }
.upgrade-lookup__form > label { display: block; margin-bottom: 7px; color: var(--navy-900); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.upgrade-lookup__controls { display: flex; align-items: stretch; gap: 10px; max-width: 590px; }
.upgrade-lookup__controls input[type="text"] { flex: 1; min-width: 160px; min-height: 48px; padding-inline: 14px; font-size: 1rem; text-transform: uppercase; }
.upgrade-lookup__controls button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 18px; color: #fff; font: inherit; font-weight: 800; cursor: pointer; background: var(--blue-600); border: 1px solid var(--blue-600); border-radius: 9px; box-shadow: 0 8px 18px rgba(15,111,189,.2); }
.upgrade-lookup__controls button:hover { background: var(--navy-800); border-color: var(--navy-800); transform: translateY(-2px); }
.upgrade-device-message { display: flex; flex-direction: column; margin-top: 16px; padding: 13px 15px; font-size: .86rem; border-radius: 9px; }
.upgrade-device-message--error { color: #7f1d24; background: #fff0f0; border: 1px solid #efb8bc; }
.upgrade-device-message strong { color: inherit; }
.upgrade-device-card { display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)); align-items: center; gap: 18px; margin-top: 20px; padding: 17px 19px; background: #fff; border: 1px solid #bce3d2; border-radius: 10px; box-shadow: var(--shadow-sm); }
.upgrade-device-card__check { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; font-weight: 900; background: var(--success); border-radius: 50%; }
.upgrade-device-card > div:not(:first-child) { display: flex; flex-direction: column; min-width: 0; }
.upgrade-device-card span { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.upgrade-device-card strong { overflow-wrap: anywhere; color: var(--navy-900); font-size: .88rem; }
.upgrade-features { margin-top: 34px; }
.upgrade-features__header { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.upgrade-features__header > div:nth-child(2) { flex: 1; }
.upgrade-selection-count { flex: 0 0 auto; padding: 7px 12px; color: var(--blue-600); font-size: .78rem; background: var(--blue-100); border: 1px solid #c2dfef; border-radius: 999px; }
.upgrade-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 16px; }
.upgrade-feature { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease; }
.upgrade-feature:not(.is-owned):hover { border-color: #a9cfe8; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7,21,38,.1); }
.upgrade-feature.is-selected { border-color: var(--blue-500); box-shadow: 0 0 0 2px rgba(22,135,220,.13), 0 12px 28px rgba(7,21,38,.1); }
.upgrade-feature.is-selected::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--blue-500); }
.upgrade-feature.is-disabled { opacity: .52; background: #f1f4f6; }
.upgrade-feature.is-disabled:hover { transform: none; box-shadow: var(--shadow-sm); }
.upgrade-feature.is-owned { background: #f7fafc; }
.upgrade-feature__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin: 0; padding: 19px 20px 15px; border-bottom: 1px solid var(--border); }
label.upgrade-feature__header { cursor: pointer; }
.upgrade-feature__header > div { min-width: 0; }
.upgrade-feature__status { display: block; margin-bottom: 5px; color: var(--blue-600); font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.is-owned .upgrade-feature__status { color: var(--success); }
.upgrade-feature h3 { margin: 0; font-size: 1.02rem; }
.upgrade-feature__purchase { display: flex; align-items: center; flex: 0 0 auto; gap: 9px; color: var(--navy-900); font-size: .88rem; font-weight: 850; }
.upgrade-feature__purchase input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upgrade-feature__checkbox { display: grid; place-items: center; width: 24px; height: 24px; color: transparent; font-size: .72rem; background: #fff; border: 2px solid #b8c7d3; border-radius: 7px; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.upgrade-feature__purchase input:focus-visible + .upgrade-feature__checkbox { outline: 3px solid rgba(22,135,220,.3); outline-offset: 2px; }
.upgrade-feature__purchase input:checked + .upgrade-feature__checkbox { color: #fff; background: var(--blue-600); border-color: var(--blue-600); }
.upgrade-feature__purchase input:disabled + .upgrade-feature__checkbox { background: #dfe6eb; border-color: #c8d2da; }
.upgrade-feature__owned-check { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; color: #fff; font-size: .75rem; font-weight: 900; background: var(--success); border-radius: 50%; }
.upgrade-feature__body { flex: 1; padding: 16px 20px 20px; }
.upgrade-feature__description { color: #405167; font-size: .88rem; line-height: 1.55; }
.upgrade-summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 22px; padding: 25px 28px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.upgrade-summary > div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 2px 16px; }
.upgrade-summary span { color: #a9bdd0; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.upgrade-summary strong { color: #79d8ea; font-size: 1.65rem; }
.upgrade-summary small { grid-column: 1 / -1; color: #a9bdd0; }
.upgrade-summary .add-to-cart-button { min-width: 230px; }
.upgrade-features__empty { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 190px; padding: 30px; color: #8ca0b3; text-align: center; background: var(--surface-alt); border: 1px dashed #b8cad7; border-radius: var(--radius); }
.upgrade-features__empty p { max-width: 470px; margin: 12px 0 0; color: var(--muted); }

/* New order feature selection */
.feature-selection__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.feature-selection__header .eyebrow { margin-bottom: 9px; }
.feature-selection__header h2 { margin: 0 0 7px; }
.feature-selection__header p { max-width: 680px; margin: 0; }
.feature-selection__count { flex: 0 0 auto; padding: 7px 12px; color: var(--blue-600); font-size: .78rem; font-weight: 800; background: var(--blue-100); border: 1px solid #c2dfef; border-radius: 999px; }
.feature-selection__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 16px; }
.feature-option { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease; }
.feature-option:hover { border-color: #a9cfe8; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7, 21, 38, .1); }
.feature-option.is-selected { border-color: var(--blue-500); box-shadow: 0 0 0 2px rgba(22, 135, 220, .13), 0 12px 28px rgba(7, 21, 38, .1); }
.feature-option.is-selected::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--blue-500); }
.feature-option.is-disabled { opacity: .55; background: #f1f4f6 !important; }
.feature-option.is-disabled:hover { transform: none; box-shadow: var(--shadow-sm); }
.feature-option__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 20px 16px; cursor: pointer; border-bottom: 1px solid var(--border); }
.feature-option__title { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; min-width: 0; }
.feature-option__title strong { color: var(--navy-900); font-size: 1.02rem; line-height: 1.3; }
.feature-option__code { align-self: flex-start; padding: 3px 7px; color: var(--blue-600); font-size: .66rem; font-weight: 850; letter-spacing: .07em; background: var(--blue-100); border-radius: 5px; }
.feature-toggle { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }
.feature-toggle input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.feature-toggle__box { display: grid; place-items: center; width: 24px; height: 24px; color: transparent; font-size: .75rem; font-weight: 900; background: #fff; border: 2px solid #b8c7d3; border-radius: 7px; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.feature-toggle input:focus-visible + .feature-toggle__box { outline: 3px solid rgba(22, 135, 220, .3); outline-offset: 2px; }
.feature-toggle input:checked + .feature-toggle__box { color: #fff; background: var(--blue-600); border-color: var(--blue-600); }
.feature-toggle input:disabled + .feature-toggle__box { background: #dfe6eb; border-color: #c8d2da; }
.feature-toggle__text { min-width: 62px; color: var(--navy-900); font-size: .82rem; font-weight: 800; text-align: right; white-space: nowrap; }
.feature-option__body { display: flex; align-items: flex-start; flex-direction: column; flex: 1; padding: 17px 20px 20px; }
.feature-option__description { color: #405167; font-size: .91rem; line-height: 1.55; }
.feature-option__description > :last-child { margin-bottom: 0; }
.feature-requirement { margin-top: 15px; padding: 8px 10px; color: #72591a; font-size: .78rem; background: #fff8df; border: 1px solid #ead99a; border-radius: 7px; }
.feature-requirement span { margin-right: 4px; font-weight: 850; text-transform: uppercase; }
.feature-more { margin-top: auto; padding-top: 16px; font-size: .82rem; font-weight: 750; }

/* New Phase-Guard purchase summary */
.storeitem .purchase-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    padding: clamp(26px, 4vw, 38px);
    color: #fff;
    background:
        radial-gradient(circle at 85% 10%, rgba(66, 196, 221, .2), transparent 32%),
        linear-gradient(135deg, var(--navy-900), var(--navy-800));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 18px 40px rgba(7, 21, 38, .2);
}
.purchase-summary__heading h2 { margin: 4px 0 8px; color: #fff; }
.purchase-summary__heading p { margin: 0; color: #b9cadb; }
.purchase-summary__eyebrow {
    color: #79d8ea;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.purchase-summary__details {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 14px 26px;
    min-width: 360px;
}
.purchase-summary__item { display: flex; flex-direction: column; }
.purchase-summary__item span { color: #a9bdd0; font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.purchase-summary__item strong { color: #fff; font-size: 1.05rem; }
.purchase-summary__price strong { color: #79d8ea; font-size: 1.45rem; }
.add-to-cart-button {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 26px;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .18);
    appearance: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.add-to-cart-button:hover {
    background: linear-gradient(135deg, #2498e8, #0c61a4);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .2);
}
.add-to-cart-button:active { transform: translateY(0); }
.add-to-cart-button svg { flex: 0 0 auto; }

/* Shopping cart */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.cart-page { max-width: var(--content); }
.cart-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.cart-header .eyebrow { margin-bottom: 10px; }
.cart-header h1 { margin-bottom: 6px; }
.cart-header p { margin: 0; color: var(--muted); }
.cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 19px;
    color: var(--navy-900);
    font: inherit;
    font-weight: 750;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #bdccd8;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(7, 21, 38, .06);
    appearance: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.cart-button:hover { color: var(--blue-600); background: var(--blue-100); border-color: #8abede; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(7, 21, 38, .1); }
.cart-button:active { transform: translateY(0); }
.cart-button--primary { color: #fff; background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); border-color: var(--blue-600); box-shadow: 0 9px 20px rgba(15, 111, 189, .22); }
.cart-button--primary:hover { color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); border-color: var(--navy-800); }
.cart-button--checkout { width: 100%; min-height: 54px; margin-top: 22px; color: #fff; background: linear-gradient(135deg, #1a9568, #117653); border-color: #117653; box-shadow: 0 10px 24px rgba(17, 118, 83, .24); }
.cart-button--checkout:hover { color: #fff; background: linear-gradient(135deg, #16845b, #0c5c40); border-color: #0c5c40; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 320px); align-items: start; gap: 24px; }
.cart-items { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.cart-row { display: grid; grid-template-columns: minmax(220px, 1fr) 88px 90px 96px 66px; align-items: center; gap: 14px; padding: 22px; border-bottom: 1px solid var(--border); }
.cart-row--head { padding-block: 12px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--surface-alt); }
.cart-row--head span:not(:first-child) { text-align: right; }
.cart-product { display: flex; align-items: flex-start; gap: 13px; color: #405167; }
.cart-product__marker { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 8px; background: var(--cyan-400); border-radius: 50%; box-shadow: 0 0 0 5px rgba(66, 196, 221, .13); }
.cart-cell { color: #405167; text-align: right; }
.cart-line-total { color: var(--navy-900); font-weight: 800; }
.cart-quantity input[type="number"] { width: 62px; min-height: 40px; padding: 6px 5px; color: var(--ink); text-align: center; background: #fff; border: 1px solid #c4d2dd; border-radius: 8px; }
.cart-remove { color: var(--danger); font-size: .8rem; font-weight: 700; }
.cart-remove:hover { color: #811820; text-decoration: underline; }
.cart-items__footer { display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding: 16px 22px; color: var(--muted); font-size: .84rem; background: #fbfcfd; }
.cart-summary { position: sticky; top: 110px; padding: 26px; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.cart-summary h2 { margin: 0 0 22px; color: #fff; font-size: 1.35rem; }
.cart-summary__line { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 16px 0; border-block: 1px solid rgba(255, 255, 255, .14); }
.cart-summary__line span { color: #b9cadb; }
.cart-summary__line strong { color: #79d8ea; font-size: 1.5rem; }
.cart-summary .cart-summary__note { margin: 14px 0 0; color: #a9bdd0; font-size: .8rem; line-height: 1.5; }
.cart-accessories { margin: 26px -26px -26px; padding: 24px 26px; background: rgba(255, 255, 255, .07); border-radius: 0 0 var(--radius) var(--radius); }
.cart-accessories__label { color: #79d8ea; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cart-accessories h3 { margin: 6px 0; color: #fff; }
.cart-summary .cart-accessories p { margin-bottom: 10px; color: #b9cadb; font-size: .88rem; }
.cart-accessories a { color: #79d8ea; font-weight: 750; }
.cart-followup { margin-top: 22px; font-weight: 700; }
.cart-empty { padding: clamp(42px, 8vw, 86px) 24px; text-align: center; background: var(--surface-alt); border: 1px dashed #b8cad7; border-radius: var(--radius); }
.cart-empty__icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 20px; color: var(--blue-600); background: var(--blue-100); border-radius: 50%; }
.cart-empty h2 { margin: 0 0 8px; }
.cart-empty p { max-width: 480px; margin: 0 auto 24px; }

/* Checkout */
.checkout-page { max-width: 1040px; }
.checkout-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.checkout-header h1 { margin-bottom: 8px; }
.checkout-header p { margin: 0; }
.checkout-progress { display: flex; align-items: center; gap: 8px; color: #8a99aa; font-size: .75rem; font-weight: 750; }
.checkout-progress span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.checkout-progress span:not(:last-child)::after { content: "→"; color: #b4c0ca; }
.checkout-progress .is-complete { color: var(--success); }
.checkout-progress .is-current { color: var(--blue-600); }
.checkout-errors { margin-bottom: 24px; padding: 20px 22px; color: #7f1d24; background: #fff0f0; border: 1px solid #efb8bc; border-left: 4px solid var(--danger); border-radius: 10px; }
.checkout-errors h2 { margin: 0 0 10px; color: var(--danger); font-size: 1.1rem; }
.checkout-errors ul { margin-bottom: 0; }
.checkout-address-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 20px; }
#shippingAddress { display: contents; }
.storeitem .checkout-panel { width: 100%; margin: 0; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.checkout-panel th { padding: 0 4px 12px; color: var(--navy-900); font-size: 1.1rem; text-align: left; }
.checkout-panel td:first-child:not([colspan]) { width: 112px; color: #52657b; font-size: .84rem; font-weight: 650; }
.checkout-panel input[type="text"], .checkout-panel select { width: 100% !important; }
.checkout-section-number { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 8px; color: #fff; font-size: .78rem; font-weight: 850; background: var(--blue-600); border-radius: 50%; }
.checkout-check { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-600); font-weight: 700; cursor: pointer; }
.storeitem .checkout-section { margin-top: 20px; padding: 26px; }
.checkout-section__heading { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.checkout-section__heading h2 { margin: 0 0 4px; font-size: 1.25rem; }
.checkout-section__heading p { margin: 0; font-size: .86rem; }
.checkout-section table { width: 100%; max-width: 760px; }
.checkout-section table td:first-child { width: 155px; color: #52657b; font-size: .85rem; }
.checkout-section input[type="button"] {
    min-height: 42px; padding: 9px 15px; color: var(--blue-600); font: inherit; font-weight: 750; cursor: pointer; background: var(--blue-100); border: 1px solid #a9cfe8; border-radius: 8px;
}
.checkout-section input[type="button"]:hover { color: #fff; background: var(--blue-600); }
.checkout-payment { background: linear-gradient(145deg, #fff, #f5faff) !important; }
.checkout-payment #cartTotal { color: var(--blue-600); font-size: 1.5rem; font-weight: 850; }
.checkout-payment input[name="cardNumber"] { min-width: 240px; }
.checkout-payment img { max-width: none; }
.optional-label { margin-left: 6px; padding: 3px 7px; color: var(--muted); font-size: .68rem; font-weight: 750; text-transform: uppercase; background: var(--surface-alt); border-radius: 999px; }
.checkout-notes textarea { width: 100%; resize: vertical; }
.storeitem .checkout-submit { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 28px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border: 0; box-shadow: var(--shadow-md); }
.checkout-submit h2 { margin: 0 0 6px; color: #fff; }
.checkout-submit p { margin: 0; color: #b9cadb; }
.checkout-submit-button {
    flex: 0 0 auto; min-width: 190px; min-height: 54px; padding: 14px 24px; color: #fff; font: inherit; font-weight: 850; cursor: pointer; background: linear-gradient(135deg, #1a9568, #117653); border: 1px solid rgba(255,255,255,.16); border-radius: 11px; box-shadow: 0 10px 24px rgba(0,0,0,.24); appearance: none; transition: transform .2s ease, box-shadow .2s ease;
}
.checkout-submit-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.3); }
.checkout-submit-button:disabled { cursor: wait; opacity: .65; transform: none; }

/* Confirmation and invoice */
.invoice-page { max-width: 1040px; }
.confirmation-hero { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; margin: calc(clamp(28px, 5vw, 60px) * -1); margin-bottom: 38px; padding: clamp(28px, 5vw, 48px); color: #fff; background: linear-gradient(135deg, #0b3b35, #117653); }
.confirmation-check { display: grid; place-items: center; width: 58px; height: 58px; color: #0b6a49; font-size: 1.7rem; font-weight: 900; background: #dff8ed; border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.confirmation-hero .eyebrow { margin-bottom: 8px; color: #9ae6ce; }
.confirmation-hero .eyebrow::before { background: #9ae6ce; }
.confirmation-hero h1 { margin: 0 0 7px; color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.confirmation-hero p { margin: 0; color: #c6e8dc; }
.confirmation-meta { display: grid; grid-template-columns: auto auto; gap: 4px 16px; padding: 16px 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 11px; }
.confirmation-meta span { color: #b7dfd2; font-size: .7rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.confirmation-meta strong { color: #fff; text-align: right; }
.invoice-paper-header { display: none; }
.invoice-paper-brand img { width: 300px; filter: none; }
.invoice-paper-brand p { margin: 12px 0 0; color: #52657b; font-size: .82rem; line-height: 1.45; }
.invoice-paper-identity { min-width: 245px; text-align: right; }
.invoice-paper-identity > span { color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.invoice-paper-identity h1 { margin: 2px 0 14px; font-size: 1.65rem !important; }
.invoice-paper-identity dl { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 3px 14px; margin: 0; font-size: .82rem; }
.invoice-paper-identity dt { color: var(--muted); font-weight: 700; }
.invoice-paper-identity dd { margin: 0; color: var(--navy-900); font-weight: 750; }
.invoice-title-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.invoice-title-row h2 { margin: 3px 0 0; }
.invoice-kicker { color: var(--blue-600); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.invoice-print { min-height: 42px; padding: 9px 16px; color: var(--blue-600); font: inherit; font-weight: 750; cursor: pointer; background: var(--blue-100); border: 1px solid #a9cfe8; border-radius: 8px; }
.invoice-print:hover { color: #fff; background: var(--blue-600); }
.invoice-address-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.storeitem .invoice-address { width: 100%; margin: 0; padding: 22px; background: var(--surface-alt); box-shadow: none; }
.invoice-address h1 { margin: 0 0 12px; font-size: .78rem !important; letter-spacing: .08em; text-transform: uppercase; }
.invoice-address p { margin: 0; line-height: 1.55; }
.storeitem .invoice-items-wrap { margin-top: 22px; padding: 0; overflow: hidden; }
.invoice-items th { padding: 13px 16px; color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; background: var(--surface-alt); }
.invoice-items th:not(:first-child), .invoice-items td:not(:first-child) { text-align: right; }
.invoice-items td { padding: 18px 16px; color: #405167; vertical-align: top; }
.invoice-line-total { color: var(--navy-900) !important; font-weight: 850; }
.invoice-payment-summary { width: min(100%, 390px); margin: 22px 20px 22px auto; padding: 20px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 11px; }
.invoice-payment-summary h3 { margin: 0 0 14px; padding-bottom: 13px; font-size: 1rem; border-bottom: 1px solid var(--border); }
.invoice-payment-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 24px; padding: 7px 0; }
.invoice-payment-row > span { color: #52657b; font-weight: 650; white-space: nowrap; }
.invoice-payment-row > strong, .invoice-payment-value strong { color: var(--navy-900); text-align: right; white-space: nowrap; }
.invoice-payment-value { display: flex; align-items: flex-end; flex-direction: column; min-width: 120px; }
.invoice-payment-value small { max-width: 190px; margin-top: 2px; color: var(--muted); line-height: 1.35; text-align: right; }
.invoice-payment-row--total { margin-top: 8px; padding-top: 14px; font-size: 1.08rem; border-top: 1px solid var(--border); }
.invoice-payment-row--total strong { color: var(--blue-600); }
.invoice-payment-row--paid { margin-top: 8px; padding: 11px 12px; color: #146c4c; background: #e8f8f1; border-radius: 8px; }
.invoice-payment-row--paid > span, .invoice-payment-row--paid > strong { color: #146c4c; }
.invoice-special-instructions { margin: 18px 20px; padding: 16px 18px; background: #f7fafc; border: 1px solid var(--border); border-left: 4px solid var(--cyan-400); border-radius: 9px; }
.invoice-special-instructions span { display: block; margin-bottom: 6px; color: var(--navy-900); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.invoice-special-instructions p { margin: 0; color: #405167; }
.invoice-email-note { margin: 0 20px 24px !important; padding: 14px 16px; color: #146c4c !important; background: #e8f8f1; border-radius: 9px; }
.invoice-email-note span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; color: #fff; font-size: .7rem; background: var(--success); border-radius: 50%; }
.packing-slip-page { max-width: 850px; }
.packing-slip-page .invoice-paper-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 36px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 2px solid var(--navy-900); }
.packing-slip-page .invoice-title-row--packing { justify-content: flex-end; margin-bottom: 18px; }
.packing-slip-page .invoice-address-grid { grid-template-columns: minmax(0, 1fr); }
.packing-slip-page .invoice-address { max-width: 460px; padding: 0; background: transparent; border: 0; }
.packing-slip-page .invoice-items-wrap { border: 1px solid var(--border); border-radius: 0; box-shadow: none; }
.packing-slip-page .invoice-items th:last-child, .packing-slip-page .invoice-items td:last-child { width: 120px; text-align: center; }

/* Text, lists, tables, labels */
.smaller-font p { color: var(--muted); font-size: .88rem; }
.red { color: var(--danger) !important; }
.shadow { text-shadow: 0 1px 1px #000; }
.boldtext, .boldlarger { font-weight: 750; color: var(--navy-900); }
.boldlarger, .larger-font { font-size: 1.08rem; }
.emphasis { font-weight: 700; font-style: normal; color: var(--navy-900); }
.indent { text-indent: 25px; }
.indentblock { margin-left: 25px; }
.sectionnote { font-style: italic; }
li { margin-left: .5em; }
ul, ol { margin-left: 1.4em; padding-left: .8em; }
ul ul { margin-left: 1em; }
h1.top { padding-top: 1.5em; }
.tips li { font-size: .92rem; }
.steplist li { margin-bottom: 10px; }
table { max-width: 100%; border-collapse: collapse; }
td, th { padding: .65rem .75rem; }
tr.topSeparator td { border-top: 1px solid var(--border); }
tr.bottomSeparator td { border-bottom: 1px solid var(--border); }
.tag-label { display: inline-block; position: relative; padding: 3px 8px; border-radius: 999px; }
.tag-label.green { background: #e5f7ef; border: 1px solid #80cdae; }
.tag-label.green-dark { color: #fff; background: var(--success); }
.tag-label.red { background: #fff0f0; border: 1px solid #e6a6aa; }
.tag-label.red-dark { color: #fff; background: var(--danger); }
.tag-label.blue { background: var(--blue-100); border: 1px solid #a9cfe8; }
.tag-label.blue-dark { color: #fff; background: var(--blue-600); }
.tag-label.grey { background: #e9eef2; border: 1px solid #cbd5dc; }
.tag-label.grey-dark { color: #fff; background: #617183; }
.photo-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.photo-content .item { width: auto; margin: 0; text-align: center; font-size: .82rem; }
.photo-content .item img { width: 100%; height: 130px; object-fit: cover; border-radius: 10px; }
.photo-content .item a span, .photo-content .item a small { display: block; margin-top: .5em; color: var(--muted); }

/* Footer */
#footer { margin-top: 64px; padding: 0 24px; color: #9db0c4; font-size: .88rem; background: var(--navy-950); border-top: 4px solid var(--blue-600); }
.footer-inner { width: min(100%, var(--content)); margin: 0 auto; text-align: left; }
.footer-main { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(120px, .65fr)) minmax(210px, 1fr); gap: clamp(28px, 5vw, 64px); padding: 52px 0 42px; }
.footer-brand { display: inline-block; margin-bottom: 13px; color: #fff !important; font-size: 1.22rem; font-weight: 800 !important; letter-spacing: -.015em; }
.footer-intro p { max-width: 360px; margin-bottom: 15px; color: #9db0c4; line-height: 1.6; }
.footer-since { display: inline-flex; align-items: center; gap: 9px; color: #79d8ea; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-since::before { content: ""; width: 22px; height: 2px; background: var(--cyan-400); }
.footer-links, .footer-contact { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-links > span, .footer-contact > span { margin-bottom: 4px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
#footer a { color: #b8c8d7; font-weight: 600; }
#footer a:hover { color: #79d8ea; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0 24px; color: #71869c; font-size: .78rem; border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom span:last-child { color: #9db0c4; }
#slideshow { max-width: 826px; height: 376px; text-align: left; background: var(--navy-950); }
#hpfeedback { height: 2.3em; }

@media (max-width: 820px) {
    #head { padding: 0 18px; }
    .header-inner { min-height: 68px; flex-wrap: wrap; gap: 0 14px; }
    #logo { flex: 1 1 190px; }
    #logo img { width: min(240px, 58vw); }
    .nav-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 9px 11px; color: var(--navy-900); font-size: .86rem; font-weight: 750; line-height: 1; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 9px; cursor: pointer; }
    .nav-toggle__icon { display: flex; width: 18px; height: 14px; justify-content: space-between; flex-direction: column; }
    .nav-toggle__icon span { display: block; width: 100%; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
    .nav-is-open .nav-toggle__icon span:first-child { transform: translateY(6px) rotate(45deg); }
    .nav-is-open .nav-toggle__icon span:nth-child(2) { opacity: 0; }
    .nav-is-open .nav-toggle__icon span:last-child { transform: translateY(-6px) rotate(-45deg); }
    #links { display: none; width: calc(100% + 36px); max-height: calc(100vh - 68px); margin: 0 -18px; padding: 8px 18px 18px; overflow-y: auto; align-items: stretch; flex-direction: column; border-top: 1px solid var(--border); }
    .nav-is-open #links { display: flex; }
    .nav-item { width: 100%; }
    #links > a, .nav-trigger { justify-content: space-between; width: 100%; min-height: 48px; padding: 12px 10px; font-size: .94rem; text-align: left; }
    .nav-chevron { margin-right: 4px; }
    .nav-dropdown { position: static; display: none; width: 100%; padding: 0 0 7px 12px; visibility: visible; opacity: 1; background: transparent; border: 0; border-left: 2px solid var(--border); border-radius: 0; box-shadow: none; transform: none; transition: none; }
    .nav-dropdown::before { display: none; }
    .nav-item:hover > .nav-dropdown, .nav-item:focus-within > .nav-dropdown { display: none; }
    .nav-item.is-open > .nav-dropdown { display: block; }
    .nav-dropdown a { min-height: 48px; padding: 9px 12px; }
    .nav-dropdown strong { font-size: .88rem; }
    .nav-dropdown span { font-size: .72rem; }
    #links .nav-cta { justify-content: center; margin: 8px 0 0; }
    @media (prefers-color-scheme: dark) {
        .nav-toggle { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .14); }
        #links { border-top-color: rgba(255, 255, 255, .12); }
        .nav-dropdown { background: transparent; border-left-color: rgba(255, 255, 255, .18); box-shadow: none; }
    }
    .phase-tabs { position: relative; padding: 0; }
    .phase-tabs__label { display: block; padding: 9px 13px 7px; color: #53677e; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
    .phase-tabs__scroller { gap: 4px; padding: 0 5px 6px; }
    .tab-support { min-width: max-content; min-height: 44px; padding: 11px 14px; }
    .home-hero, .models-intro { grid-template-columns: 1fr; }
    .hero-visual { max-width: 520px; margin: 0 auto; }
    .models-intro img { max-width: 240px; margin: 0 auto; }
    .phase-about-hero, .options-hero, .software-hero, .upgrade-guide-hero, .cloud-hero { grid-template-columns: 1fr; }
    .phase-about-hero__visual, .options-hero__visual { max-width: 560px; width: 100%; margin: 0 auto; }
    .software-hero__visual, .upgrade-guide-hero__visual { max-width: 600px; width: 100%; margin: 0 auto; }
    .software-support__layout, .cloud-events, .cloud-resources { grid-template-columns: 1fr; }
    .cloud-hero { margin-bottom: 0; }
    .cloud-hero__visual { min-height: 290px; }
    .cloud-setup__steps { grid-template-columns: repeat(2, 1fr); }
    .cloud-feature-grid { grid-template-columns: 1fr; }
    .cloud-feature-grid article { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); }
    .cloud-feature-grid article > a { border-right: 1px solid var(--border); border-bottom: 0; }
    .cloud-purchase { grid-template-columns: 1fr; }
    .support-resource-grid { grid-template-columns: repeat(2, 1fr); }
    .support-detail-hero { grid-template-columns: 1fr; }
    .support-detail-hero > aside { max-width: 620px; }
    .support-step-list { grid-template-columns: repeat(2, 1fr); }
    .support-step-list--compact { grid-template-columns: repeat(2, 1fr); }
    .support-return-layout { grid-template-columns: 1fr; }
    .support-policy-cards--three, .support-return-cards { grid-template-columns: 1fr; }
    .company-hero { grid-template-columns: 1fr; }
    .company-hero__visual { max-width: 560px; width: 100%; margin: 0 auto; }
    .company-timeline { grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
    .company-production { grid-template-columns: 1fr; }
    .phase-capability-grid { grid-template-columns: 1fr; }
    .phase-capability-grid article { min-height: 230px; }
    .phase-application { grid-template-columns: 1fr; }
    .options-accessory { grid-template-columns: 105px minmax(0, 1fr); }
    .options-accessory--featured { grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr); }
    .feature-grid { grid-template-columns: 1fr; }
    .transparent-content .one-third { float: none; width: 100%; min-height: auto; margin: 0 0 14px; }
    .image-row { flex-wrap: wrap; }
    .storeitem .purchase-summary { grid-template-columns: 1fr; }
    .purchase-summary__details { min-width: 0; }
    .cart-layout { grid-template-columns: 1fr; }
    .cart-summary { position: static; }
    .cart-row { grid-template-columns: minmax(190px, 1fr) 78px 84px 90px 60px; gap: 10px; padding-inline: 16px; }
    .checkout-header { align-items: flex-start; flex-direction: column; }
    .confirmation-hero { grid-template-columns: auto 1fr; }
    .confirmation-meta { grid-column: 1 / -1; width: 100%; }
    .feature-selection__grid { grid-template-columns: 1fr; }
	.store-featured { grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr); }
	.store-help { flex-wrap: wrap; }
	.upgrade-feature-grid { grid-template-columns: 1fr; }
	.accessory-card { grid-template-columns: 130px minmax(0, 1fr); }
	.accessory-card--featured { grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); }
}
@media (max-width: 620px) {
    body { font-size: 15px; }
    .filled-content, .transparent-content { width: min(calc(100% - 24px), var(--content)); margin-block: 20px; }
    .filled-content { padding: 24px 20px; border-radius: 16px; }
    .phase-tabs { margin-bottom: -21px; }
    .model-grid, .info-grid { grid-template-columns: 1fr; }
    .phase-about-hero__visual { min-height: 300px; }
    .phase-about-hero__visual > div { width: 230px; height: 230px; }
    .phase-about-hero__visual img { max-height: 275px; }
    .phase-protection-strip, .phase-operation__steps, .phase-model-choice-grid, .phase-flexibility-grid { grid-template-columns: 1fr; }
    .phase-protection-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .phase-protection-strip > div:last-child { border-bottom: 0; }
    .phase-about-section { margin-top: 38px; padding-top: 35px; }
    .phase-installation-callout { align-items: stretch; flex-direction: column; padding: 25px 22px; }
    .phase-installation-callout .button { width: 100%; }
    .options-hero__visual { min-height: 240px; }
    .options-hero__visual img { max-height: 220px; }
    .options-section__header { align-items: flex-start; flex-direction: column; }
    .option-card-grid, .options-accessory-grid { grid-template-columns: 1fr; }
    .options-upgrade-note { align-items: flex-start; flex-direction: column; }
    .options-accessory, .options-accessory--featured { grid-column: auto; grid-template-columns: 1fr; }
    .options-accessory__image { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--border); }
    .options-accessory__image img, .options-accessory--featured .options-accessory__image img { max-height: 145px; }
    .software-benefits, .software-download-grid, .software-gallery { grid-template-columns: 1fr; }
    .software-gallery > a { display: grid; grid-template-columns: 135px 1fr; }
    .software-gallery img { height: 125px; border-right: 1px solid var(--border); border-bottom: 0; }
    .upgrade-guide-benefits { grid-template-columns: 1fr; }
    .upgrade-guide-benefits > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .upgrade-guide-benefits > div:last-child { border-bottom: 0; }
    .upgrade-guide-heading { align-items: flex-start; flex-direction: column; }
    .upgrade-timeline > li { grid-template-columns: auto minmax(0, 1fr); }
    .upgrade-timeline__media { grid-column: 2; max-width: 190px; }
    .upgrade-guide-cta { align-items: stretch; flex-direction: column; padding: 25px 22px; }
    .upgrade-guide-cta .button { width: 100%; }
    .cloud-hero { min-height: 0; margin: -24px -20px 0; padding: 34px 24px; }
    .cloud-hero__visual { min-height: 245px; }
    .cloud-hero__visual img { max-height: 235px; }
    .cloud-signal--one { width: 210px; height: 210px; }
    .cloud-signal--two { width: 275px; height: 275px; }
    .cloud-setup__steps, .cloud-events ul { grid-template-columns: 1fr; }
    .cloud-feature-grid article { display: block; }
    .cloud-feature-grid article > a { border-right: 0; border-bottom: 1px solid var(--border); }
    .cloud-feature-grid img { height: 160px; }
    .cloud-events { padding: 23px 19px; }
    .cloud-purchase__copy, .cloud-pricing { padding: 25px 21px; }
    .cloud-hardware-gallery { grid-template-columns: 1fr; }
    .support-hero { grid-template-columns: 1fr; }
    .support-resource-grid { grid-template-columns: 1fr; }
    .support-resource-grid > a { min-height: 235px; }
    .support-contact { grid-template-columns: 1fr; padding: 25px 21px; }
    .support-company-link { align-items: flex-start; flex-direction: column; gap: 4px; }
    .support-detail-hero { gap: 26px; padding-bottom: 36px; }
    .support-detail-panel { margin-right: -20px; margin-left: -20px; padding: 35px 20px; }
    .support-step-list, .support-step-list--compact, .support-sign-grid, .support-exclusion-grid, .support-policy-cards { grid-template-columns: 1fr; }
    .support-detail-cta { align-items: stretch; flex-direction: column; padding: 25px 21px; }
    .support-detail-cta > .button { width: 100%; }
    .support-detail-cta__actions { flex-direction: column; }
    .support-detail-cta__actions .button { width: 100%; }
    .support-return-layout .support-step-list { grid-template-columns: 1fr; }
    .support-void-notice { align-items: flex-start; }
    .company-hero__visual { min-height: 300px; }
    .company-hero__visual img { max-height: 270px; }
    .company-timeline { grid-template-columns: 1fr; gap: 0; }
    .company-timeline li { padding: 13px 0 18px 32px; border-top: 0; border-left: 2px solid #bdd6e6; }
    .company-timeline li::before { top: 17px; left: -7px; }
    .company-values, .company-contact__cards { grid-template-columns: 1fr; }
    .company-production { padding: 24px 20px; }
    .company-production__stats { grid-template-columns: 1fr; }
    .company-made-here { align-items: stretch; flex-direction: column; padding: 25px 22px; }
    .company-made-here .button { width: 100%; }
    .model-card { padding: 22px; }
    .indentblock { margin-left: 0; }
    .right, .left { float: none; }
    .storeitem h1 .right { display: block; margin-top: 12px; }
    .purchase-summary__details { grid-template-columns: 1fr 1fr; gap: 18px; }
    .add-to-cart-button { width: 100%; }
    .cart-header { align-items: stretch; flex-direction: column; }
    .cart-header .cart-button { align-self: flex-start; }
    .cart-row--head { display: none; }
    .cart-row { grid-template-columns: repeat(3, 1fr); gap: 16px 10px; padding: 22px 18px; }
    .cart-product { grid-column: 1 / -1; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
    .cart-cell { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
    .cart-cell::before { content: attr(data-label); margin-bottom: 5px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
    .cart-remove-cell { justify-content: flex-end; }
    .cart-remove-cell::before { content: ""; margin: 0; }
    .cart-items__footer { align-items: stretch; flex-direction: column; }
    .cart-items__footer .cart-button { width: 100%; }
    .checkout-address-grid { grid-template-columns: 1fr; }
    .storeitem .checkout-panel { display: table; padding: 16px 10px; }
    .checkout-panel tr { display: grid; grid-template-columns: 1fr; }
    .checkout-panel td:first-child:not([colspan]) { width: auto; padding-bottom: 0; text-align: left; }
    .checkout-section { overflow-x: auto; }
    .checkout-section table { display: table; min-width: 560px; }
    .storeitem .checkout-submit { align-items: stretch; flex-direction: column; }
    .checkout-submit-button { width: 100%; }
    .checkout-progress { width: 100%; justify-content: space-between; }
    .confirmation-hero { grid-template-columns: 1fr; text-align: center; }
    .confirmation-check { margin: 0 auto; }
    .confirmation-hero .eyebrow { justify-content: center; }
    .confirmation-meta { grid-column: auto; text-align: left; }
    .invoice-address-grid { grid-template-columns: 1fr; }
    .invoice-title-row { align-items: flex-start; flex-direction: column; }
    .invoice-items-wrap { overflow-x: auto !important; }
    .invoice-items { min-width: 650px; }
    .invoice-payment-summary { width: auto; margin-inline: 14px; }
    .packing-slip-page .invoice-paper-header { align-items: stretch; flex-direction: column; gap: 18px; }
    .packing-slip-page .invoice-paper-identity { min-width: 0; text-align: left; }
    .packing-slip-page .invoice-paper-brand img { width: min(300px, 100%); }
    .packing-slip-page .invoice-items { min-width: 480px; }
    .feature-selection__header { align-items: flex-start; flex-direction: column; gap: 14px; }
    .feature-option__header { padding: 17px; }
    .feature-option__body { padding: 15px 17px 18px; }
	.store-landing__header { align-items: stretch; flex-direction: column; gap: 20px; }
	.store-cart-pill { align-self: flex-start; }
	.store-featured { grid-template-columns: 1fr; }
	.store-featured__copy { padding: 30px 24px; }
	.store-featured__visual { min-height: 270px; padding: 26px; }
	.store-featured__visual::before { width: 250px; height: 250px; }
	.store-featured__visual img { max-height: 250px; }
	.store-choice-grid { grid-template-columns: 1fr; }
	.store-choice { min-height: 270px; padding: 24px; }
	.store-help { align-items: flex-start; }
	.store-help > div:nth-child(2) { min-width: calc(100% - 64px); }
	.store-help > a { padding-left: 0; }
	.store-help > a:last-child { padding-left: 12px; }
	.upgrade-header { align-items: stretch; flex-direction: column; gap: 18px; }
	.upgrade-header .cart-button { align-self: flex-start; }
	.upgrade-lookup { padding: 22px 18px; }
	.upgrade-lookup__controls { align-items: stretch; flex-direction: column; }
	.upgrade-lookup__controls button { width: 100%; }
	.upgrade-device-card { grid-template-columns: auto 1fr; }
	.upgrade-device-card > div:nth-child(n+3) { grid-column: 2; }
	.upgrade-features__header { align-items: flex-start; flex-wrap: wrap; }
	.upgrade-selection-count { margin-left: 56px; }
	.upgrade-feature__header { padding: 17px; }
	.upgrade-feature__body { padding: 15px 17px 18px; }
	.upgrade-summary { align-items: stretch; flex-direction: column; padding: 23px 20px; }
	.upgrade-summary .add-to-cart-button { width: 100%; min-width: 0; }
	.accessories-header { align-items: stretch; flex-direction: column; }
	.accessories-header .cart-button { align-self: flex-start; }
	.accessories-grid { grid-template-columns: 1fr; }
	.accessory-card, .accessory-card--featured { grid-column: auto; grid-template-columns: 1fr; }
	.accessory-card__media, .accessory-card--featured .accessory-card__media { min-height: 190px; padding: 20px; border-right: 0; border-bottom: 1px solid var(--border); }
	.accessory-card__media img, .accessory-card--featured .accessory-card__media img { max-height: 165px; }
	.accessory-card__content, .accessory-card--featured .accessory-card__content { padding: 21px; }
	.accessory-card__footer { align-items: stretch; flex-direction: column; }
	.accessory-actions { justify-content: space-between; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-intro, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
    table { display: block; overflow-x: auto; }
}

@media print {
    @page { margin: .4in; }
    #head, #footer, .invoice-print, .confirmation-hero { display: none !important; }
    body { padding: .25in; color: #000; background: #fff; font-size: 11pt; }
    .filled-content, .invoice-page, .packing-slip-page { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; box-shadow: none; }
    .invoice-paper-header, .packing-slip-page .invoice-paper-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 36px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 2px solid #000; }
    .invoice-paper-brand img { filter: none !important; }
    .invoice-paper-brand p, .invoice-paper-identity > span, .invoice-paper-identity dt { color: #333; }
    .invoice-paper-identity h1, .invoice-paper-identity dd { color: #000; }
    .invoice-title-row { display: none; }
    .invoice-address-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .packing-slip-page .invoice-address-grid { grid-template-columns: 1fr; }
    .storeitem .invoice-address, .packing-slip-page .invoice-address { padding: 0; background: transparent; border: 0; box-shadow: none; }
    .invoice-address h1 { color: #000; }
    .invoice-address p { color: #111; }
    .storeitem .invoice-items-wrap { margin-top: 18px; overflow: visible; border: 1px solid #777; border-radius: 0; box-shadow: none; }
    .invoice-items { min-width: 0; }
    .invoice-items th { padding: 8px 10px; color: #000; background: #eee; border-bottom: 1px solid #777; }
    .invoice-items td { padding: 10px; color: #000; }
    .invoice-items tr { break-inside: avoid; }
    .invoice-payment-summary { break-inside: avoid; background: #fff; border-color: #777; border-radius: 0; }
    .invoice-payment-row > span, .invoice-payment-row > strong, .invoice-payment-value strong, .invoice-payment-value small, .invoice-payment-row--total strong { color: #000; }
    .invoice-payment-row--paid { color: #000; background: #eee; border-radius: 0; print-color-adjust: exact; }
    .invoice-payment-row--paid > span, .invoice-payment-row--paid > strong { color: #000; }
    .invoice-special-instructions { break-inside: avoid; color: #000; background: #fff; border-color: #777; border-radius: 0; }
    .invoice-special-instructions span, .invoice-special-instructions p { color: #000; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
