/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

html {
    font-size: 14px;
}

/* Lizard Hill 2026 theme */
.lh-theme {
    --lh-ink: #10251d;
    --lh-forest: #0e4a35;
    --lh-leaf: #55b778;
    --lh-mint: #eaf8ef;
    --lh-cream: #fbfaf5;
    --lh-line: #dbe7df;
    --lh-muted: #607069;
    --lh-shadow: 0 18px 50px rgba(16, 37, 29, .10);
    margin: 0;
    background: var(--lh-cream);
    color: var(--lh-ink);
    font-family: Inter, "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.lh-theme a { color: inherit; }
.lh-topbar { padding: 9px 0; background: var(--lh-ink); color: #d6e7df; font-size: 12px; }
.lh-topbar .container, .lh-header-inner, .lh-hero, .lh-actions, .lh-stats, .lh-footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lh-topbar .container { width: 100%; max-width: none; padding-right: 12px; padding-left: 12px; }
.lh-topbar .container::before, .lh-topbar .container::after { display: none; }
.lh-topbar strong { color: #8de2aa; }
.lh-header { position: relative; z-index: 100; border-bottom: 1px solid var(--lh-line); background: var(--lh-cream); }
.lh-header-inner { min-height: 94px; }
.lh-brand { flex: 0 0 auto; }
.lh-brand img { display: block; width: 300px; max-width: 100%; height: auto; }
.lh-navigation { flex: 1 1 auto; padding: 0; }
.lh-navigation .navbar-nav { margin: 0; }
.lh-navigation .navbar-nav > li > a { padding: 14px 9px; color: var(--lh-ink); font-size: 14px; font-weight: 800; line-height: 20px; }
.lh-navigation .navbar-nav > li > a:hover, .lh-navigation .navbar-nav > li > a:focus, .lh-navigation .navbar-nav > .open > a { border-radius: 9px; background: var(--lh-mint); color: var(--lh-forest); }
.lh-navigation .dropdown-menu { padding: 8px; border: 1px solid var(--lh-line); border-radius: 12px; box-shadow: var(--lh-shadow); }
.lh-navigation .dropdown-menu > li > a { padding: 8px 10px; border-radius: 7px; }
.lh-navigation .dropdown-menu > li > a:hover { background: var(--lh-mint); color: var(--lh-forest); }
.lh-account-nav > li:last-child > a { margin-left: 5px; border: 1px solid var(--lh-forest); border-radius: 10px; background: var(--lh-forest); color: #fff; }
.lh-account-nav > li:last-child > a:hover, .lh-account-nav > li:last-child > a:focus { background: #0a3b2a; color: #fff; }
.lh-nav-toggle { margin: 0; border-color: var(--lh-forest); }
.lh-nav-toggle .icon-bar { background: var(--lh-forest); }
.lh-main-body { min-height: 520px; padding: 48px 0 70px; }
.lh-theme .btn-primary, .lh-theme .panel-primary > .panel-heading { border-color: var(--lh-forest); background-color: var(--lh-forest); }
.lh-theme .btn-primary:hover, .lh-theme .btn-primary:focus { border-color: #0a3b2a; background-color: #0a3b2a; }
.lh-theme .panel-primary { border-color: var(--lh-forest); }
.lh-policy { max-width: 900px; margin: 0 auto; color: var(--lh-ink); font-size: 15px; line-height: 1.7; }
.lh-policy h2 { margin: 32px 0 10px; color: var(--lh-forest); font-size: 24px; line-height: 1.25; }
.lh-policy h3 { margin: 22px 0 8px; font-size: 18px; line-height: 1.3; }
.lh-policy p { margin: 0 0 14px; }
.lh-policy ul { margin: 0 0 18px; padding-left: 24px; }
.lh-policy li { margin-bottom: 7px; }
.lh-policy a { color: var(--lh-forest); text-decoration: underline; }
.lh-policy-meta { padding: 10px 13px; border-left: 3px solid var(--lh-leaf); background: var(--lh-mint); color: var(--lh-muted); }

@media (min-width: 1200px) {
    .lh-header-inner { min-height: 112px; }
    .lh-navigation { display: flex !important; min-width: 0; align-items: center; justify-content: flex-end; gap: 20px; }
    .lh-primary-nav { display: flex; width: 570px; max-width: 570px; align-items: center; justify-content: center; flex-wrap: wrap; }
    .lh-primary-nav > li { float: none; }
    .lh-primary-nav > .lh-nav-row-break { width: 100%; height: 0; flex: 0 0 100%; }
    .lh-navigation .lh-primary-nav > li > a { padding-top: 8px; padding-bottom: 8px; }
    .lh-account-nav { flex: 0 0 auto; margin: 0; }
    .lh-account-nav > li { float: none; }
}

.lh-homepage { overflow: hidden; }
.lh-hero { min-height: 520px; padding-top: 45px; padding-bottom: 50px; }
.lh-hero-copy { max-width: 650px; }
.lh-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 11px; border: 1px solid #bbe2c9; border-radius: 999px; background: var(--lh-mint); color: var(--lh-forest); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.lh-hero h1 { margin: 21px 0 20px; font-size: clamp(48px, 6vw, 76px); font-weight: 700; line-height: 1.01; letter-spacing: -.065em; }
.lh-hero h1 em { color: var(--lh-forest); font-style: normal; }
.lh-lede { max-width: 590px; color: var(--lh-muted); font-size: 19px; line-height: 1.6; }
.lh-actions { justify-content: flex-start; margin-top: 32px; }
.lh-theme .lh-btn-primary, .lh-theme .lh-btn-secondary { display: inline-flex; min-height: 45px; padding: 0 20px; align-items: center; justify-content: center; border-radius: 10px; font-size: 14px; font-weight: 800; }
.lh-theme .lh-btn-primary { border: 1px solid var(--lh-forest); background: var(--lh-forest); color: #fff; box-shadow: 0 8px 24px rgba(14, 74, 53, .22); }
.lh-theme .lh-btn-primary:hover, .lh-theme .lh-btn-primary:focus { border-color: #0a3b2a; background: #0a3b2a; color: #fff; }
.lh-theme .lh-btn-secondary { border: 1px solid var(--lh-line); background: #fff; color: var(--lh-ink); }
.lh-theme .lh-btn-secondary:hover, .lh-theme .lh-btn-secondary:focus { border-color: var(--lh-leaf); background: var(--lh-mint); color: var(--lh-forest); }
.lh-mascot-card { position: relative; flex: 0 0 390px; height: 430px; overflow: hidden; border: 2px solid var(--lh-ink); border-radius: 30px; background: radial-gradient(circle at 52% 48%, #78a187 0, #678f77 42%, #527864 72%, #416652 100%); box-shadow: 0 0 42px rgba(14, 74, 53, .22), 12px 12px 0 var(--lh-ink); transform: rotate(2deg); }
.lh-mascot-card::before { position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(184, 222, 191, .25), transparent 70%); content: ""; filter: blur(16px); }
.lh-mascot-card img { position: absolute; z-index: 1; bottom: 4px; left: 50%; width: 257px; transform: translateX(-50%); filter: drop-shadow(0 8px 15px rgba(9, 41, 25, .24)); }
.lh-speech { position: absolute; z-index: 2; top: 24px; left: 16px; max-width: 145px; padding: 12px 14px; border: 2px solid var(--lh-ink); border-radius: 15px 15px 3px 15px; background: #fff; font-size: 13px; font-weight: 800; line-height: 1.4; transform: rotate(-2deg); }
.lh-section { padding-top: 65px; padding-bottom: 20px; }
.lh-section-head { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.lh-section-head h2, .lh-installer-card h2 { color: var(--lh-ink); letter-spacing: -.04em; }
.lh-section-head h2 { margin: 12px 0; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.05; }
.lh-section-head p, .lh-plan p, .lh-installer-card p { color: var(--lh-muted); }
.lh-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lh-plan { padding: 29px; border: 1px solid var(--lh-line); border-radius: 18px; background: #fff; }
.lh-plan.lh-featured { border: 2px solid var(--lh-forest); background: #f5f8f5; box-shadow: var(--lh-shadow); }
.lh-tag { color: var(--lh-forest); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.lh-plan h3 { margin: 15px 0 2px; font-size: 24px; font-weight: 700; }
.lh-price { font-size: 42px; font-weight: 800; letter-spacing: -.05em; }
.lh-price span { color: var(--lh-muted); font-size: 13px; font-weight: 600; letter-spacing: 0; }
.lh-plan p { min-height: 48px; font-size: 14px; }
.lh-plan ul { min-height: 150px; margin: 19px 0; padding: 18px 0; border-top: 1px solid var(--lh-line); list-style: none; }
.lh-plan li { padding: 5px 0; font-size: 14px; }
.lh-plan li::before { margin-right: 9px; color: var(--lh-leaf); content: "✓"; font-weight: 900; }
.lh-plan .btn { width: 100%; }
.lh-installer { padding-bottom: 20px; }
.lh-installer-card { display: grid; grid-template-columns: 145px 1fr auto; align-items: center; gap: 30px; padding: 36px; border: 1px solid var(--lh-line); border-radius: 12px; background: #f5f8f5; box-shadow: 0 15px 45px rgba(23, 32, 27, .06); }
.lh-app-stack { position: relative; width: 125px; height: 105px; }
.lh-app-tile { position: absolute; display: grid; width: 66px; height: 66px; place-items: center; border: 1px solid var(--lh-line); border-radius: 16px; background: #fff; box-shadow: var(--lh-shadow); font-weight: 900; text-align: center; line-height: 66px; }
.lh-app-tile.lh-wp { top: 3px; left: 2px; border-radius: 50%; background: #21759b; color: #fff; font: 700 28px/66px Georgia, serif; }
.lh-app-tile.lh-plus { right: 2px; bottom: 2px; background: var(--lh-mint); color: var(--lh-forest); font-size: 17px; }
.lh-installer-card h2 { margin: 6px 0 8px; font-size: 35px; line-height: 1.08; }
.lh-installer-card p { max-width: 630px; margin: 0; }
.lh-installer-points { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 11px; font-size: 12px; font-weight: 800; }
.lh-installer-points span::before { margin-right: 6px; color: var(--lh-forest); content: "✓"; }
.lh-trust { background: #edf6f0; }
.lh-stats { padding-top: 28px; padding-bottom: 28px; }
.lh-stats::before, .lh-stats::after { display: none; }
.lh-stat { flex: 1; text-align: center; }
.lh-stat b { display: block; font-size: 28px; letter-spacing: -.04em; }
.lh-stat span { color: var(--lh-muted); font-size: 12px; }
.lh-footer { padding: 18px 0 8px; background: var(--lh-ink); color: #d6e7df; }
.lh-footer-grid { align-items: flex-start; }
.lh-footer-logo { display: inline-flex; padding: 5px 8px; align-items: center; justify-content: center; border: 1px solid #bbe2c9; border-radius: 12px; background: var(--lh-mint); }
.lh-footer-logo img { display: block; width: 300px; max-width: 100%; height: auto; }
.lh-footer p { max-width: 360px; margin-top: 4px; margin-bottom: 0; color: #96ada3; font-size: 13px; }
.lh-footer nav { display: grid; grid-template-columns: repeat(2, 135px); gap: 9px 25px; font-size: 13px; }
.lh-footer a { color: #d6e7df; }
.lh-footer a:hover { color: #8de2aa; }
.lh-legal { margin-top: 11px; padding-top: 6px; border-top: 1px solid #294138; color: #81988e; font-size: 12px; }

@media (max-width: 1199px) {
    .lh-header-inner { flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
    .lh-navigation { flex-basis: 100%; border-top: 1px solid var(--lh-line); }
    .lh-hero { flex-direction: column; align-items: stretch; padding-top: 45px; }
    .lh-hero-copy { max-width: none; }
    .lh-mascot-card { width: 100%; flex-basis: 390px; }
    .lh-plans { grid-template-columns: 1fr; }
    .lh-installer-card { grid-template-columns: 130px 1fr; }
    .lh-installer-card > .btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 767px) {
    .lh-topbar .container { gap: 10px; padding-right: 8px; padding-left: 8px; justify-content: space-between; }
    .lh-topbar strong { text-align: left; }
    .lh-topbar .container > span:last-child { margin-left: auto; text-align: right; }
    .lh-primary-nav > .lh-nav-row-break { display: none; }
    .lh-policy { font-size: 14px; line-height: 1.65; }
    .lh-policy h2 { margin-top: 25px; font-size: 21px; }
    .lh-brand img { width: 225px; }
    .lh-header-inner { display: block; position: relative; min-height: 76px; padding-top: 10px; padding-bottom: 10px; }
    .lh-nav-toggle { display: block; position: absolute; top: 18px; right: 15px; }
    .lh-navigation { margin: 10px -15px 0; padding: 0 15px; }
    .lh-navigation .navbar-nav > li > a { padding: 10px; }
    .lh-account-nav > li:last-child > a { margin-left: 0; }
    .lh-hero { gap: 16px; padding-top: 12px; padding-bottom: 0; }
    .lh-hero h1 { font-size: 46px; }
    .lh-lede { font-size: 18px; line-height: 1.5; }
    .lh-actions { gap: 12px; margin-top: 20px; align-items: stretch; flex-direction: column; }
    .lh-mascot-card { height: 340px; flex-basis: 340px; box-shadow: 7px 7px 0 var(--lh-ink); }
    .lh-mascot-card img { top: 22px; bottom: auto; width: auto; height: 310px; max-height: calc(100% - 28px); }
    .lh-speech { top: 18px; }
    .lh-section { padding-top: 34px; padding-bottom: 14px; }
    .lh-section-head { margin-bottom: 28px; }
    .lh-plans { gap: 14px; }
    .lh-plan { padding: 22px; }
    .lh-plan p, .lh-plan ul { min-height: 0; }
    .lh-plan ul { margin: 14px 0; padding: 14px 0; }
    .lh-installer { padding-bottom: 14px; }
    .lh-installer-card { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
    .lh-installer-card h2 { font-size: 30px; }
    .lh-installer-card > .btn { grid-column: auto; justify-self: stretch; }
    .lh-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 12px; padding-top: 24px; padding-bottom: 24px; }
    .lh-stat { padding: 0; }
    .lh-footer { padding-top: 12px; padding-bottom: 6px; }
    .lh-footer-grid { gap: 7px; align-items: stretch; flex-direction: column; }
    .lh-legal { margin-top: 8px; padding-top: 5px; }
    .lh-footer-logo { max-width: 100%; }
}

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}
