/*
Theme Name: NOVA Shield
Author: NOVA Shield
Description: A refined block theme for prepaid device-protection plans.
Requires at least: 7.0
Tested up to: 7.1
Requires PHP: 7.4
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nova-digital
*/
@font-face {
  font-family: "Manrope"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("assets/fonts/manrope-latin-variable.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("assets/fonts/manrope-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --nova-ink: #18221d; --nova-muted: #5f6b64; --nova-paper: #f7f7f2;
  --nova-surface: #fff; --nova-green: #146047; --nova-green-dark: #0c4633;
  --nova-mint: #dfece5; --nova-line: #d9ded9; --nova-radius: 16px;
  --nova-gutter: clamp(20px, 4vw, 48px);
  --nova-shadow: 0 12px 40px rgba(24,34,29,.06);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible { outline: 3px solid #bd8506; outline-offset: 4px; }
.wp-site-blocks { padding: 0; min-height: 100vh; display: flex; flex-direction: column; }
.wp-site-blocks > * { margin-block-start: 0; }
.wp-site-blocks > main { flex: 1; width: 100%; }
.wp-site-blocks > footer { margin-top: auto; }
.wp-block-column { min-width: 0; }
.wp-block-columns { margin-bottom: 0; }
:where(h1,h2,h3,p):first-child { margin-top: 0; }
.site-header, .site-footer, .nova-hero, .nova-section, .nova-page-shell, .nova-store-shell, .nova-product-shell, .nova-checkout-shell { padding-inline: var(--nova-gutter); }
.site-header__inner, .site-footer > .alignwide, .nova-hero > .alignwide, .nova-section > .alignwide, .nova-store-shell > .alignwide, .nova-product-shell > .alignwide { max-width: 1200px; margin-inline: auto; }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--nova-line); background: var(--nova-paper); }
.site-header__inner { min-height: 88px; gap: 28px; }
.wp-block-site-title { white-space: nowrap; }
.wp-block-site-title a { color: var(--nova-ink); text-decoration: none; letter-spacing: -.055em; }
.site-header .wp-block-site-title { font-size: 22px; }
.site-header__actions { gap: 12px; }
.site-header .wp-block-navigation__container { gap: 28px; }
.site-header .wp-block-navigation-item__content { padding-block: 12px; text-decoration: none; }
.site-header .wp-block-navigation-item__content:hover { color: var(--nova-green); }
.site-header .nova-nav-account { display: none; }
.site-header .wp-block-woocommerce-customer-account a, .site-header .wc-block-mini-cart__button { display: flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; padding: 8px; color: var(--nova-ink); border-radius: 9px; }
.site-header .wp-block-woocommerce-customer-account a:hover, .site-header .wc-block-mini-cart__button:hover { background: var(--nova-mint); }
.site-header .wp-block-woocommerce-customer-account svg, .site-header .wc-block-mini-cart__icon { width: 23px; height: 23px; }
.site-header .wp-block-buttons { margin-left: 10px; }
.wp-block-button__link { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 50px; padding: 13px 22px; border-radius: 10px; font-size: 14px; line-height: 1.5; transition: background-color .18s, box-shadow .18s; }
.wp-block-button__link:hover { background: var(--nova-green-dark); box-shadow: 0 5px 16px rgba(20,96,71,.12); }
.wp-block-button.is-style-outline > .wp-block-button__link { border: 1px solid #aab6ae; padding: 12px 21px; color: var(--nova-ink); background: transparent; }
.wp-block-button.is-style-outline > .wp-block-button__link:hover { background: #e9eee8; }
.nova-hero { padding-block: clamp(52px, 6.5vw, 96px); }
.nova-hero__grid { gap: clamp(32px, 6vw, 88px); }
.nova-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--nova-green); font-size: 11px; line-height: 1.5; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nova-eyebrow::before { content: ""; width: 24px; height: 1px; flex-shrink: 0; background: currentColor; }
.nova-hero h1 { margin: 0; letter-spacing: -.068em; line-height: 1.02; }
.nova-hero__lede { max-width: 460px; margin-top: 26px; color: var(--nova-muted); font-size: 18px; line-height: 1.75; }
.nova-hero__actions { margin-top: 32px; gap: 12px; }
.nova-hero__details { display: flex; gap: 14px; margin-top: 28px; color: var(--nova-muted); font-size: 12px; }
.nova-plan-visual { position: relative; display: flex; flex-direction: column; min-height: 492px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; color: #fff; background: var(--nova-green); box-shadow: 0 22px 44px rgba(20,96,71,.13); }
.nova-plan-visual__top { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 12px; z-index: 1; }
.nova-plan-visual__mark { font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.nova-plan-visual__status { font-size: 9px; letter-spacing: .08em; color: #e0ede5; border: 1px solid #6e9d88; border-radius: 30px; padding: 5px 8px; white-space: nowrap; }
.nova-plan-visual__symbol { width: 265px; position: absolute; top: 64px; right: -10px; color: #d4e8bd; }
.nova-plan-visual__symbol svg { width: 100%; height: auto; }
.nova-plan-visual__body { position: relative; margin-top: auto; padding-top: 170px; padding-bottom: 30px; }
.nova-plan-visual__body p { margin: 0 0 12px; font-size: clamp(34px, 3.8vw, 54px); font-weight: 650; letter-spacing: -.05em; line-height: 1.06; }
.nova-plan-visual__body > span { font-size: 13px; color: #d1e3d9; }
.nova-plan-visual__footer { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 22px; border-top: 1px solid #538872; }
.nova-plan-visual__footer > div + div { border-left: 1px solid #538872; padding-left: 22px; }
.nova-plan-visual__footer strong, .nova-plan-visual__footer span { display: block; }
.nova-plan-visual__footer strong { font-size: 24px; letter-spacing: -.04em; font-weight: 650; }
.nova-plan-visual__footer span { margin-top: 2px; font-size: 11px; color: #d1e3d9; }
.nova-section { padding-block: clamp(64px, 6.5vw, 96px); }
.nova-section--white { background: var(--nova-surface); border-block: 1px solid #e7eae5; }
.nova-section__intro { margin-bottom: 40px; }
.nova-section__intro .nova-eyebrow { margin-bottom: 16px; font-size: 11px; color: var(--nova-green); }
.nova-section__intro h2 { max-width: 20ch; margin-block: 0 20px; }
.nova-section__intro h1 { margin-block: 0 20px; }
.nova-section__intro > p:not(.nova-eyebrow) { max-width: 620px; margin-top: 0; color: var(--nova-muted); font-size: 16px; }
.nova-section > .nova-pricing { max-width: 1200px; }
.nova-steps { gap: 44px; counter-reset: nova-step; }
.nova-step { counter-increment: nova-step; padding-top: 24px; border-top: 1px solid #bdc9c0; }
.nova-step::before { content: "0" counter(nova-step); display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-bottom: 24px; border-radius: 50%; background: #e6ece4; color: var(--nova-green); font-size: 12px; font-weight: 750; }
.nova-step h3 { margin-block: 0 12px; font-size: 22px; }
.nova-step p { margin-top: 0; color: var(--nova-muted); font-size: 15px; line-height: 1.8; }
.nova-section--green { background: var(--nova-green-dark); color: #fff; }
.nova-section--green .nova-section__intro .nova-eyebrow { color: #c7dfbb; }
.nova-section--green .nova-section__intro > p:not(.nova-eyebrow) { color: #d0dfd6; }
.nova-section--green .nova-section__intro h2 { max-width: 16ch; }
.nova-facts { gap: 40px; margin-top: 40px; }
.nova-fact { border-top: 1px solid #5a8070; padding-top: 24px; }
.nova-fact h3 { margin: 0 0 14px; font-size: 20px; }
.nova-fact p { margin: 0; color: #d0dfd6; font-size: 15px; line-height: 1.8; }
.nova-faq-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.4fr); gap: 80px; max-width: 1200px; margin-inline: auto; }
.nova-faq-layout > * { width: 100%; margin: 0; }
.nova-faq { border-top: 1px solid var(--nova-line); }
.nova-faq details { border-bottom: 1px solid var(--nova-line); margin: 0; max-width: none; }
.nova-faq summary { position: relative; cursor: pointer; list-style: none; padding: 24px 40px 24px 0; font-size: 15px; line-height: 1.6; font-weight: 700; }
.nova-faq summary::-webkit-details-marker { display: none; }
.nova-faq summary::after { content: "+"; position: absolute; top: 22px; right: 0; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--nova-line); border-radius: 50%; color: var(--nova-green); font-size: 19px; font-weight: 400; }
.nova-faq details[open] summary::after { content: "−"; background: var(--nova-mint); }
.nova-faq details p { margin: 0 0 24px; padding-right: 26px; color: var(--nova-muted); font-size: 14px; line-height: 1.85; }
.nova-draft-label { display: block; color: var(--nova-green); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.nova-final-cta { padding-block: 64px; }
.nova-final-cta h2 { max-width: 20ch; margin-bottom: 16px; }
.nova-final-cta p { color: var(--nova-muted); font-size: 15px; }
.site-footer { padding-top: 52px; padding-bottom: 22px; border-top: 1px solid var(--nova-line); }
.site-footer__top { align-items: flex-start; gap: 36px; }
.site-footer__brand { max-width: 370px; }
.site-footer__meta { margin-top: 14px; color: var(--nova-muted); font-size: 13px; line-height: 1.8; }
.site-footer .wp-block-navigation__container { gap: 26px; }
.site-footer .wp-block-navigation a { padding-block: 12px; text-decoration: none; font-size: 13px; }
.site-footer .wp-block-navigation a:hover { text-decoration: underline; }
.site-footer__bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--nova-line); color: var(--nova-muted); font-size: 11px; }
.site-footer__bottom p { margin: 0; }
.nova-page-shell, .nova-store-shell, .nova-product-shell, .nova-checkout-shell { padding-block: 60px 88px; }
.nova-page-shell > .wp-block-post-title { max-width: 760px; margin-bottom: 36px; }
.nova-page-shell > .wp-block-post-content { max-width: 760px; }
.nova-page-shell .wp-block-post-content > h2 { font-size: 26px; margin-top: 32px; }
.nova-page-shell .wp-block-post-content > p { color: var(--nova-muted); }
.nova-draft-page { background: #fff; padding: clamp(24px,4vw,44px); border: 1px solid var(--nova-line); border-radius: 16px; box-shadow: var(--nova-shadow); }
.nova-draft-page h2 { font-size: 25px; margin-block: 24px 16px; }
.nova-draft-page p { color: var(--nova-muted); }
.nova-draft-page .nova-draft-label { display: inline-block; margin: 0; padding: 6px 10px; border-radius: 6px; background: var(--nova-mint); }
.nova-draft-page .wp-block-buttons { margin-top: 28px; }
.nova-store-shell > .wp-block-post-title, .nova-checkout-shell h1 { margin-top: 0; margin-bottom: 12px; }
.nova-page-lede { color: var(--nova-muted); margin-bottom: 40px; font-size: 16px; }
.nova-checkout-shell { max-width: 1296px; margin-inline: auto; }
.nova-checkout-shell > * { max-width: 1200px; }
.nova-product-shell .nova-product-columns { gap: 64px; }
.nova-product-shell .wp-block-post-title { font-size: clamp(32px,3.8vw,52px); margin-block: 0 22px; line-height: 1.1; }
.nova-product-shell .wp-block-woocommerce-product-price { font-size: 28px; font-weight: 650; letter-spacing: -.04em; }
.nova-product-shell .wp-block-post-excerpt { color: var(--nova-muted); font-size: 16px; }
.nova-product-shell .woocommerce-product-gallery { margin-bottom: 0; border-radius: 18px; overflow: hidden; }
.nova-product-shell .woocommerce-product-gallery--without-images .woocommerce-product-gallery__trigger { display: none; }
.nova-product-shell .woocommerce-product-gallery img { display: block; width: 100%; }
.nova-product-shell .wp-block-add-to-cart-form { margin-top: 28px; }
.nova-product-shell .variations { width: 100%; }
.nova-product-shell table.variations { display: table !important; margin-bottom: 8px; }
.nova-product-shell table.variations td, .nova-product-shell table.variations th { padding-bottom: 14px; }
.nova-product-shell table.variations select { margin-right: 0; }
.nova-product-shell .reset_variations[style*="hidden"] { display: none; }
.nova-product-shell .variations th { text-align: left; width: 95px; }
.nova-product-shell .variations select { width: 100%; max-width: none; min-height: 52px; font-size: 16px; }
.nova-product-shell .woocommerce-variation-add-to-cart { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.nova-product-shell .quantity input { width: 70px; min-height: 50px; border: 1px solid #b9c2bc; border-radius: 8px; text-align: center; }
.nova-product-shell .single_add_to_cart_button { flex: 1; min-height: 50px; }
.nova-product-shell .single_add_to_cart_button.disabled { opacity: 1 !important; background: #e2e7e3 !important; color: #536158 !important; cursor: not-allowed; }
.nova-product-details { border-top: 1px solid var(--nova-line); margin-top: 64px; padding-top: 36px; }
.nova-product-details h2 { font-size: 28px; }
.nova-product-details p { max-width: 760px; color: var(--nova-muted); }
.nova-product-note { font-size: 13px; color: var(--nova-muted); }
.nova-order-shell h1 { max-width: 20ch; margin: 0 0 24px; }
.nova-order-shell h2 { font-size: 26px; }
.nova-order-shell .wc-block-order-confirmation-status p { max-width: 620px; color: var(--nova-muted); }
.nova-order-shell .wc-block-order-confirmation-summary { margin-block: 36px; padding: 24px; border: 1px solid var(--nova-line); background: #fff; border-radius: 12px; }
.nova-order-shell table { background: #fff; border-radius: 12px; overflow: hidden; font-size: 14px; }
.nova-order-shell .wp-block-column:empty { display: none; }
/* Native WooCommerce controls, including both shortcode and block checkout. */
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button { min-height: 48px; border-radius: 9px; background: var(--nova-green); color: #fff; font-weight: 700; padding: 14px 22px; }
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button:hover { background: var(--nova-green-dark); color: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 50px; padding: 12px 14px; border: 1px solid #b9c2bc; border-radius: 9px; background: #fff; font-size: 16px; color: var(--nova-ink); }
.woocommerce form .form-row label { font-size: 14px; margin-bottom: 6px; }
.woocommerce table.shop_table { border: 1px solid var(--nova-line); border-radius: 12px; background: #fff; }
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { border-top-color: var(--nova-green); background: #fff; border-radius: 9px; font-size: 14px; }
.woocommerce-account .nova-page-shell { max-width: 1296px; margin-inline: auto; }
.woocommerce-account:not(.logged-in) .nova-page-shell > * { max-width: 540px; }
.woocommerce-account .woocommerce h2 { font-size: 24px; }
.woocommerce form.login, .woocommerce form.register, .woocommerce .lost_reset_password { margin-top: 24px; padding: 32px; background: #fff; border: 1px solid var(--nova-line); border-radius: 16px; box-shadow: var(--nova-shadow); }
.woocommerce form.login .form-row { padding: 0; margin-bottom: 18px; }
.woocommerce form.login .woocommerce-form-login__rememberme { margin-top: 12px; }
.woocommerce form.login .lost_password { font-size: 13px; }
.woocommerce form .show-password-input { width: 44px; height: 44px; top: 3px; right: 3px; display: grid; place-items: center; border-radius: 7px; }
.woocommerce form .show-password-input::after { margin: 0; }
.woocommerce form input[type="password"], .woocommerce form .password-input input { padding-right: 52px !important; }
.woocommerce-MyAccount-navigation { border: 1px solid var(--nova-line); border-radius: 12px; padding: 16px; background: #fff; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation a { display: block; padding: 12px; text-decoration: none; border-radius: 7px; }
.woocommerce-MyAccount-navigation .is-active a { background: var(--nova-mint); font-weight: 700; }
.wc-block-components-product-name { font-weight: 700; text-decoration: none; color: var(--nova-ink); }
.wc-block-components-product-metadata { color: var(--nova-muted); }
.wc-block-components-sidebar { background: #fff; border: 1px solid var(--nova-line); border-radius: 14px; padding: 24px !important; }
.wc-block-components-sidebar .wc-block-components-order-summary { border: 0; }
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block { border: 0; }
.wc-block-cart__main { background: #fff; border: 1px solid var(--nova-line); border-radius: 14px; padding: 24px !important; }
.wc-block-cart.wc-block-components-sidebar-layout { column-gap: 28px; align-items: flex-start; }
.wc-block-cart.wc-block-components-sidebar-layout .wc-block-cart__main { flex: 1; min-width: 0; }
.wc-block-cart .wc-block-cart__submit-container { padding-top: 16px; }
.wp-block-woocommerce-empty-cart-block { max-width: 720px; margin-inline: auto; text-align: center; }
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title { font-size: clamp(24px,3vw,32px) !important; letter-spacing: -.04em; line-height: 1.2; }
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before { width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 50%; background: #dfece5 url("assets/bag.svg") center/32px no-repeat !important; mask: none !important; -webkit-mask: none !important; }
.wp-block-woocommerce-empty-cart-block .wp-block-separator { display: none; }
.wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) { margin-top: 40px; margin-bottom: 24px; font-size: 20px; }
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products { justify-content: center; }
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product { max-width: 300px !important; flex-basis: 300px !important; padding: 20px; border: 1px solid var(--nova-line); border-radius: 14px; background: #fff; }
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image { border-radius: 10px; overflow: hidden; }
.wc-block-components-button:not(.is-link) { border-radius: 9px; min-height: 50px; font-weight: 700; }
.wc-block-components-button:not(.is-link):hover { background: var(--nova-green-dark); color: #fff; }
.wc-block-checkout__form .wc-block-components-checkout-step { margin-bottom: 36px; }
.wc-block-components-checkout-step__heading .wc-block-components-title { font-size: 20px; letter-spacing: -.025em; }
.wc-block-components-text-input input, .wc-block-components-combobox-control input, .wc-block-components-address-form select, .wc-block-components-form .wc-block-components-text-input input { border-color: #b4c0b7 !important; border-radius: 9px !important; min-height: 54px; box-shadow: none; }
.wc-block-components-notice-banner { border-radius: 10px; line-height: 1.6; }
.wc-block-components-order-summary-item__image img, .wc-block-cart-item__image img { border-radius: 8px; }
.wc-block-components-order-summary .wc-block-components-order-summary-item__description { padding-left: 14px; }
.wc-block-components-order-summary-item__image { flex-shrink: 0; }
.wc-block-components-order-summary-item__description { min-width: 0; }
.wc-block-components-order-summary-item__total-price { padding-left: 12px; white-space: nowrap; }
.wc-block-components-quantity-selector { border-radius: 7px; min-height: 36px; }
.wc-block-checkout__terms { font-size: 12px; line-height: 1.8; }
.wc-block-components-checkout-place-order-button { width: 100%; }
.nova-checkout-header .site-header__inner { min-height: 80px; }
.nova-checkout-header__back { font-size: 13px; text-decoration: none; }
.nova-checkout-footer { color: var(--nova-muted); font-size: 12px; padding: 28px var(--nova-gutter); text-align: center; border-top: 1px solid var(--nova-line); }
.wc-block-mini-cart__drawer .wc-block-components-drawer__screen-overlay { background: rgba(24,34,29,.25); }
.wc-block-mini-cart__drawer { font-family: "Manrope",sans-serif; }
.wc-block-mini-cart__drawer[aria-hidden="true"] { visibility: hidden; pointer-events: none; }
.wc-block-mini-cart__drawer .wc-block-mini-cart__title { font-size: 27px; }
.wc-block-mini-cart__drawer .wc-block-components-drawer__close { width: 44px !important; height: 44px; min-height: 44px; margin: 0; padding: 10px !important; top: 4px; right: 4px; left: auto; transform: none; box-sizing: border-box; }
/* Tablet and mobile navigation intentionally share the same 960px breakpoint. */
/* Focused native checkout: one readable column, with policies available in place. */
.nova-checkout-shell { max-width: 760px; margin-inline: auto; padding: 64px 24px 80px; }
.nova-checkout-shell > h1 { font-size: clamp(36px,5vw,52px); margin-bottom: 16px; }
.nova-checkout-shell .nova-page-lede { margin-bottom: 32px; }
.nova-checkout-shell .woocommerce form.checkout { padding: 32px; border: 1px solid var(--nova-line); border-radius: 16px; background: #fff; box-shadow: var(--nova-shadow); }
.nova-checkout-shell .woocommerce .col2-set { width: 100%; }
.nova-checkout-shell .woocommerce .col2-set .col-1 { float: none; width: 100%; }
.nova-checkout-shell .woocommerce .col2-set .col-2:has(.woocommerce-shipping-fields:empty) { display: none; }
.nova-checkout-shell .woocommerce .col2-set .col-2 { float: none; width: 100%; }
.nova-checkout-shell h3 { font-size: 20px; margin: 0 0 24px; }
.nova-checkout-shell #billing_email_field { padding: 0; margin: 0; }
.nova-checkout-shell #billing_email { width: 100%; background: var(--nova-paper); }
.nova-checkout-shell .woocommerce form .form-row .description { display: block !important; background: none; color: var(--nova-muted); padding: 8px 0 0; font-size: 12px; }
.nova-checkout-shell .woocommerce form .form-row .description::before { display: none; }
.nova-checkout-shell #order_review_heading { border-top: 1px solid var(--nova-line); padding-top: 28px; margin: 28px 0 20px; }
.nova-checkout-shell table.shop_table { width: 100%; border: 0; border-collapse: collapse; border-radius: 0; font-size: 14px; }
.nova-checkout-shell table.shop_table th, .nova-checkout-shell table.shop_table td { padding: 14px 0; border-top: 1px solid var(--nova-line); }
.nova-checkout-shell table.shop_table thead th { padding-top: 0; border-top: 0; color: var(--nova-muted); font-size: 12px; font-weight: 600; }
.nova-checkout-shell table.shop_table td:last-child, .nova-checkout-shell table.shop_table th:last-child { text-align: right; padding-left: 16px; white-space: nowrap; }
.nova-checkout-shell table.shop_table .product-name { max-width: 320px; }
.nova-checkout-shell .product-quantity { font-weight: 400; }
.nova-checkout-shell dl.variation { margin: 8px 0 0; color: var(--nova-muted); font-size: 12px; }
.nova-checkout-shell dl.variation dd p { margin: 0; }
.nova-checkout-shell .order-total th, .nova-checkout-shell .order-total td { font-size: 20px; }
.nova-checkout-shell #payment { background: transparent; border-radius: 0; }
.nova-checkout-shell #payment ul.payment_methods { padding: 12px 0 24px; border-bottom: 0; }
.nova-checkout-shell #payment .place-order { padding: 0; margin: 0; }
.nova-checkout-shell #payment .woocommerce-notice { padding: 16px; font-size: 13px; line-height: 1.7; border-radius: 10px; background: var(--nova-paper); }
.nova-checkout-shell .wc-block-components-notice-banner.is-info { margin: 0 0 24px; background: var(--nova-paper); border-color: var(--nova-line); font-size: 13px; }
.nova-checkout-shell .wc-block-components-notice-banner.is-info > svg { background: var(--nova-green); }
.nova-checkout-shell #payment .woocommerce-NoticeGroup { margin-bottom: 20px; }
.nova-checkout-shell #place_order { float: none; width: 100%; margin: 24px 0 0; min-height: 52px; }
.nova-checkout-shell .woocommerce-form__label-for-checkbox { line-height: 1.8; padding-top: 16px; font-size: 12px; }
.nova-checkout-shell #terms { width: 18px; height: 18px; vertical-align: middle; margin: 0 8px 0 0; accent-color: var(--nova-green); }
.nova-checkout-policy { border-top: 1px solid var(--nova-line); font-size: 12px; }
.nova-checkout-policy summary { display: list-item; padding: 16px 0; min-height: 44px; font-weight: 650; cursor: pointer; color: var(--nova-green); }
.nova-checkout-policy > div { padding: 0 0 20px; color: var(--nova-muted); }
.nova-checkout-policy .nova-draft-page { padding: 16px; box-shadow: none; }
.nova-checkout-policy h2 { font-size: 19px; }
@media (max-width: 600px) {
  .nova-checkout-shell { padding: 36px 20px 48px; }
  .nova-checkout-shell .woocommerce form.checkout { padding: 22px; }
  .nova-checkout-shell .nova-page-lede { font-size: 14px; }
  .nova-checkout-shell table.shop_table { font-size: 13px; }
  .nova-checkout-shell table.shop_table .product-name { max-width: 160px; overflow-wrap: anywhere; }
}
@media (max-width: 1100px) {
  .site-header .wp-block-navigation__container { gap: 20px; }
  .site-header__inner { gap: 20px; }
  .site-header .wp-block-buttons { display: none; }
  .nova-faq-layout { gap: 40px; }
  .nova-product-shell .nova-product-columns { gap: 32px; }
}
@media (max-width: 960px) {
  .site-header__inner { min-height: 76px; gap: 8px; }
  .nova-main-nav { order: 3; margin-left: 4px; }
  .site-header__inner > .site-header__actions { margin-left: auto !important; gap: 4px; }
  .nova-main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .nova-main-nav .wp-block-navigation__responsive-container-open { display: flex !important; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--nova-line); border-radius: 9px; }
  .nova-main-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 28px var(--nova-gutter); background-color: var(--nova-paper) !important; color: var(--nova-ink) !important; }
  .nova-main-nav .is-menu-open .wp-block-navigation__responsive-container-content { align-items: stretch; padding-top: 70px; }
  .nova-main-nav .is-menu-open .wp-block-navigation__container { align-items: stretch !important; width: 100%; gap: 0; }
  .nova-main-nav .is-menu-open .wp-block-navigation-item { display: flex; align-items: stretch; width: 100%; border-bottom: 1px solid var(--nova-line); }
  .nova-main-nav .is-menu-open .wp-block-navigation-item__content { display: block; width: 100%; text-align: left; padding: 20px 0; font-size: 28px; letter-spacing: -.04em; }
  .nova-main-nav .wp-block-navigation__responsive-container-close { width: 44px; height: 44px; display: grid; place-items: center; }
  .nova-plan-visual { padding: 24px; min-height: 444px; }
  .nova-plan-visual__status { display: none; }
  .nova-plan-visual__symbol { width: 230px; top: 50px; }
  .wc-block-checkout.wc-block-components-sidebar-layout { flex-direction: column; }
  .wc-block-checkout .wc-block-components-main { width: 100%; padding-right: 0; }
  .wc-block-checkout .wc-block-components-sidebar { width: 100%; position: static; margin-bottom: 32px; }
  .wc-block-cart.wc-block-components-sidebar-layout { flex-direction: column; }
  .wc-block-cart.wc-block-components-sidebar-layout .wc-block-cart__main { width: 100%; flex: auto; }
  .wc-block-cart.wc-block-components-sidebar-layout .wc-block-cart__sidebar { width: 100%; margin-top: 24px; }
}
@media (max-width: 781px) {
  .nova-hero__grid { gap: 36px; }
  .nova-hero h1 { font-size: clamp(48px,8vw,64px); }
  .nova-hero__lede { max-width: 540px; }
  .nova-plan-visual { min-height: 360px; }
  .nova-plan-visual__body { padding-top: 85px; }
  .nova-plan-visual__symbol { width: 260px; top: 20px; right: 25px; }
  .nova-plan-visual__status { display: inline-block; }
  .nova-plan-visual__body p { font-size: 42px; }
  .nova-steps, .nova-facts { gap: 30px; }
  .nova-step::before { margin-bottom: 18px; }
  .nova-faq-layout { grid-template-columns: 1fr; gap: 16px; }
  .nova-faq-layout .nova-section__intro { margin-bottom: 12px; }
  .nova-section__intro { margin-bottom: 32px; }
  .site-footer .site-footer__top { display: block; }
  .site-footer .wp-block-navigation { margin-top: 28px; justify-content: flex-start; }
  .site-footer .wp-block-navigation__container { justify-content: flex-start; gap: 10px 24px; }
  .nova-product-shell .nova-product-columns { flex-direction: column-reverse; gap: 40px; }
  .nova-product-shell .wp-block-column { width: 100%; }
  .nova-product-shell .wp-block-woocommerce-product-image-gallery { max-width: 460px; }
  .nova-store-shell, .nova-product-shell, .nova-checkout-shell, .nova-page-shell { padding-block: 40px 64px; }
  .wc-block-components-sidebar { padding: 20px !important; }
  .wc-block-cart__main { padding: 20px !important; }
  .wc-block-components-main { margin-bottom: 24px; }
}
@media (max-width: 480px) {
  .site-header .wp-block-site-title { font-size: 19px; }
  .site-header .wp-block-woocommerce-customer-account { display: none; }
  .site-header__inner { min-height: 70px; }
  .nova-hero { padding-block: 44px 52px; }
  .nova-hero h1 { font-size: clamp(42px,12vw,56px); }
  .nova-eyebrow { font-size: 10px; gap: 8px; }
  .nova-hero__lede { font-size: 16px; line-height: 1.8; margin-top: 22px; }
  .nova-hero__actions { gap: 10px; margin-top: 26px; }
  .nova-hero__actions .wp-block-button { flex: 1 1 100%; }
  .nova-hero__actions .wp-block-button__link { width: 100%; }
  .nova-hero__details { font-size: 11px; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
  .nova-plan-visual { padding: 22px; min-height: 355px; border-radius: 16px; }
  .nova-plan-visual__symbol { width: 160px; right: -10px; top: 30px; }
  .nova-plan-visual__body { padding-top: 104px; padding-bottom: 24px; }
  .nova-plan-visual__body p { font-size: 36px; }
  .nova-plan-visual__mark { font-size: 10px; }
  .nova-plan-visual__status { font-size: 7px; padding: 4px 6px; }
  .nova-plan-visual__footer strong { font-size: 21px; }
  .nova-plan-visual__footer > div + div { padding-left: 16px; }
  .nova-section { padding-block: 56px; }
  .nova-section__intro > p:not(.nova-eyebrow) { font-size: 15px; }
  .nova-section__intro h2 { font-size: 32px; }
  .nova-step h3 { font-size: 21px; }
  .nova-faq summary { font-size: 14px; padding-block: 22px; }
  .nova-faq details p { padding-right: 4px; }
  .nova-final-cta h2 { font-size: 32px; }
  .nova-final-cta .wp-block-buttons, .nova-final-cta .wp-block-button, .nova-final-cta .wp-block-button__link { width: 100%; }
  .site-footer { padding-top: 36px; }
  .site-footer .site-footer__bottom { display: block; margin-top: 28px; line-height: 1.8; }
  .site-footer__bottom p + p { margin-top: 6px; }
  .woocommerce form.login, .woocommerce .lost_reset_password { padding: 24px; }
  .nova-page-shell > .wp-block-post-title { margin-bottom: 28px; }
  .nova-store-shell .wc-block-cart__main { border: 0; background: transparent; border-radius: 0; padding: 0 !important; }
  :is(.nova-store-shell, .wc-block-mini-cart__drawer) .wc-block-cart-items { table-layout: fixed; width: 100%; }
  :is(.nova-store-shell, .wc-block-mini-cart__drawer) .wc-block-cart-items .wc-block-cart-items__row { grid-template-columns: 56px minmax(0,1fr) !important; gap: 12px; }
  :is(.nova-store-shell, .wc-block-mini-cart__drawer) .wc-block-cart-items .wc-block-cart-item__image { grid-column: 1; grid-row: 1 / 3; width: 56px; padding: 0; }
  :is(.nova-store-shell, .wc-block-mini-cart__drawer) .wc-block-cart-items .wc-block-cart-item__product { grid-column: 2 !important; grid-row: 1; min-width: 0; width: auto; padding: 0; }
  :is(.nova-store-shell, .wc-block-mini-cart__drawer) .wc-block-cart-items .wc-block-cart-item__total { grid-column: 2 !important; grid-row: 2 !important; width: auto; justify-content: flex-start; padding: 0; }
  :is(.nova-store-shell, .wc-block-mini-cart__drawer) .wc-block-cart-item__total::before { content: "Line total"; margin-right: auto; color: var(--nova-muted); font-size: 12px; }
  .wc-block-components-order-summary .wc-block-components-order-summary-item__description { padding-left: 8px; }
  .nova-page-lede { font-size: 14px; margin-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
