@import 'https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Lato&display=swap';
::-webkit-scrollbar {
    width: 0
}

:root {
    --background: #000;
    --secondary-background: #111;
    --main-text-col: #ffffff;
    --secondary-text-col: #cccccc;
    --dark-text-col: #ffffff;
    --main-color: #2bbc3e;
    --main-hover-color: #2bbc3e;
    --logo-header-grey: #657285;
    /* darker hover maybe idk if i like it */
    --discord-col: #7289DA
}

body {
    margin: 0;
    background-color: var(--background)
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.background-dark {
    background-color: var(--background)
}

.background-secondary {
    background-color: var(--secondary-background)
}

.header-bg {
    /* match dominant optimized logo background */
    background-color: var(--logo-header-grey);
}

.header-bg h1 {
    color: #000;
}

.header-bg h1 .text-accent {
    color: var(--main-color);
    text-shadow: 0 0 8px var(--main-color), 0 0 12px var(--main-color);
}


/* dark text shadow */

.text-shadow-black {
    text-shadow: 2px 2px 4px #000;
}

.snof {
    background: rgba(15, 16, 19, .9)
}

.background-accent {
    background-color: var(--main-color)
}

.background-accent-hover {
    background-color: var(--main-hover-color)
}

.text-accent {
    color: var(--main-color)
}

.text-glow-green {
    text-shadow: 0 0 8px rgba(43, 188, 62, 0.85), 0 0 14px rgba(43, 188, 62, 0.65);
}

.text-accent-hover {
    color: var(--main-hover-color)
}


/* neon glow for nav */

nav a:hover {
    color: var(--main-color);
    text-shadow: 0 0 8px var(--main-color), 0 0 12px var(--main-color);
}

.header-bg nav {
    white-space: nowrap;
}

.header-bg nav a {
    display: inline-block;
    min-height: auto;
    padding: 0;
    touch-action: manipulation;
}

.button-hover-accent {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.button-hover-accent:hover {
    background-color: var(--main-hover-color);
    color: #000;
}

.cta-neon-hover {
    transition: box-shadow 0.2s ease;
}

.cta-neon-hover:hover {
    box-shadow: 0 0 8px var(--main-color), 0 0 12px var(--main-color);
}

.text-primary {
    color: var(--main-text-col)
}

.text-secondary {
    color: var(--secondary-text-col)
}

.text-light {
    color: var(--dark-text-col)
}

.border-accent {
    border-color: var(--main-color)
}

.shadow-accent {
    box-shadow: 0 0 1px 1px var(--main-color)
}

.shadow-dark {
    box-shadow: 0 0 10px 2px #000
}

.background-discord {
    background-color: var(--discord-col)
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.service-list {
    margin: 0;
    padding-left: 1.1rem;
    line-height: 1.45;
}

.service-list li+li {
    margin-top: 0.25rem;
}

.service-price {
    margin-top: auto;
    padding-top: 0.5rem;
}

.service-cta {
    display: inline-block;
    text-align: center;
    margin-top: 0.9rem;
    border-radius: 8px;
    background: var(--main-color);
    color: #000;
    font-weight: 800;
    padding: 0.55rem 0.85rem;
    text-decoration: none;
}

.service-popular {
    border: 1px solid var(--main-color);
    box-shadow: 0 0 12px rgba(43, 188, 62, 0.35);
}

.popular-badge {
    position: absolute;
    top: -10px;
    right: 10px;
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: var(--main-color);
    color: #000;
    border-radius: 999px;
    padding: 4px 9px;
}

.quick-badge,
.value-badge {
    position: absolute;
    top: -10px;
    right: 10px;
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000;
    border-radius: 999px;
    padding: 4px 9px;
}

.quick-badge {
    background: #34d399;
}

.value-badge {
    background: #facc15;
}

.decision-guide {
    margin-inline: auto;
    max-width: 860px;
    border: 1px solid rgba(43, 188, 62, 0.45);
    background: rgba(43, 188, 62, 0.08);
    border-radius: 10px;
    padding: 12px 14px;
    color: var(--main-text-col);
    text-align: center;
}

.contact-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 900px;
    margin-inline: auto;
}

.contact-steps p {
    margin: 0;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 9px 11px;
    color: #fff;
    font-weight: 700;
}

.contact-steps p strong {
    color: #000;
}

.addon-checklist {
    margin-top: 8px;
    border-radius: 10px;
    padding: 8px 12px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.45);
}

.addon-checklist legend {
    font-weight: 800;
    color: #111;
    padding-inline: 6px;
}

.booking-form .addon-checklist label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-weight: 700;
    color: #111;
}

.booking-form .addon-checklist input[type="checkbox"] {
    width: auto;
    accent-color: #111;
}

.addon-checklist-horizontal {
    display: block;
}

.addon-checklist-horizontal legend {
    display: block;
    width: 100%;
    white-space: nowrap;
    margin: -2px 0 6px;
    padding-inline: 0;
    line-height: 1.2;
}

.addon-checklist-horizontal .addon-options-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    column-gap: 14px;
    padding-top: 2px;
}

.booking-form .addon-checklist-horizontal label {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 6px;
    white-space: nowrap;
    line-height: 1.1;
}

.booking-form .addon-checklist-horizontal input[type="checkbox"] {
    margin: 0;
}

.addon-hint {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 0.82rem;
    color: #111;
}

.premium-wrap {
    border: 1px solid rgba(43, 188, 62, 0.35);
    background: rgba(43, 188, 62, 0.07);
    border-radius: 14px;
    padding: 20px;
}

.premium-header {
    text-align: center;
}

.premium-header h3 {
    margin: 0;
}

.premium-header p {
    margin-top: 10px;
}

.premium-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 14px;
}

.premium-panel {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px;
}

.premium-panel h4 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: 800;
}

.premium-list {
    margin: 0;
    padding-left: 1.1rem;
    line-height: 1.45;
}

.premium-list li+li {
    margin-top: 0.3rem;
}

.premium-scale {
    margin-top: 1rem;
    padding-top: 0.2rem;
}

.premium-scale-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.premium-scale-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.scale-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin-top: 0.32rem;
    flex: 0 0 10px;
}

.scale-light {
    background: #22c55e;
}

.scale-medium {
    background: #eab308;
}

.scale-heavy {
    background: #ef4444;
}

.premium-outcome {
    margin-top: 1rem;
    border: 1px solid rgba(43, 188, 62, 0.4);
    border-radius: 10px;
    background: rgba(43, 188, 62, 0.09);
    padding: 10px 12px;
}

.premium-outcome h4 {
    margin: 0 0 8px;
}

.premium-outcome p {
    margin: 0;
}

.premium-results-link {
    margin-top: 12px;
    width: 100%;
}

.premium-pricing {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.premium-starting {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--main-color);
}

.premium-pricing p {
    margin: 0;
}

.premium-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.premium-quote-box {
    align-items: center;
    text-align: center;
    margin-top: 12px;
}

.premium-quote-cta {
    margin-top: 0;
    width: min(100%, 320px);
}

.premium-link {
    font-weight: 700;
    color: var(--main-color);
    text-decoration: underline;
}

.premium-note {
    margin: 14px 0 0;
    text-align: center;
    color: var(--secondary-text-col);
    font-size: 0.9rem;
}

main section {
    scroll-margin-top: 96px;
}

.container {
    padding-inline: 1rem;
}

.premium-header p {
    max-width: 68ch;
    margin-inline: auto;
}

.request-panels {
    gap: 20px;
}

.footer-addons {
    border: 1px solid rgba(43, 188, 62, 0.22);
    border-radius: 14px;
    padding: 10px 12px;
}

.footer-addons-head {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.footer-addons-head h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.footer-addons-head p {
    margin: 0;
    color: var(--secondary-text-col);
}

.footer-addon-chips {
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.footer-addon-chip {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1a1a1a;
    border-radius: 10px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.footer-addon-chip .addon-name {
    font-weight: 700;
    color: #f3f3f3;
}

.footer-addon-chip .addon-price {
    font-weight: 800;
    color: var(--main-color);
    white-space: nowrap;
}

.footer-addon-note {
    margin: 10px 0 0;
    font-size: 0.82rem;
    color: var(--secondary-text-col);
}

.addons-inline {
    max-width: 900px;
    margin-inline: auto;
}

.addons-inline .footer-addons-head {
    justify-content: center;
}

.addons-inline .footer-addon-chips {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
}

.compare-shot {
    position: relative;
}

.compare-shot img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.compare-label {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    padding: 2px 8px;
    border-radius: 999px;
    z-index: 2;
}

.portfolio-photo-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.portfolio-photo-grid .portfolio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.portfolio-photo-grid .portfolio-group-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

.portfolio-photo-grid .portfolio-group-title.before-title {
    color: #ef4444;
}

.portfolio-photo-grid .portfolio-group-title.after-title {
    color: #22c55e;
}

.portfolio-photo-grid .portfolio-subgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.portfolio-photo-grid .photo-card {
    position: relative;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0f0f0f;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.portfolio-photo-grid .portfolio-photo {
    width: 100%;
    height: 100%;
    min-height: 180px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.portfolio-photo-grid .photo-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    z-index: 2;
}

.portfolio-photo-grid .pill-before {
    background: rgba(184, 34, 34, 0.92);
}

.portfolio-photo-grid .pill-after {
    background: rgba(21, 145, 62, 0.92);
}

.premium-results-page .premium-results-hero {
    position: relative;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.result-column {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: #0f1113;
    padding: 14px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

.result-column-title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.result-before-title {
    color: #f87171;
}

.result-after-title {
    color: #4ade80;
}

.result-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.result-photo-card {
    margin: 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0a0a;
}

.result-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.result-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.result-photo-card .pill-before {
    background: rgba(184, 34, 34, 0.92);
}

.result-photo-card .pill-after {
    background: rgba(21, 145, 62, 0.92);
}

.result-cta-wrap {
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
}

.result-note {
    margin: 0 0 12px;
    color: var(--secondary-text-col);
}

@media (max-width: 640px) {
    .contact-steps {
        grid-template-columns: 1fr;
    }
    .premium-wrap {
        padding: 16px;
    }
    .premium-grid {
        grid-template-columns: 1fr;
    }
    .footer-addon-chip {
        padding: 8px 10px;
    }
    .portfolio-photo-grid .portfolio-subgrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-card {
        padding: 1.05rem;
    }
    .service-cta {
        width: 100%;
    }
    .premium-actions .service-cta.premium-quote-cta {
        width: min(100%, 320px);
    }
    .results-grid {
        grid-template-columns: 1fr;
    }
    .container {
        padding-inline: 0.85rem;
    }
}


/* quick quote widget */

.hero-with-quote {
    position: relative;
}

#quote-widget {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 240px;
    background-color: var(--secondary-background);
    color: var(--main-text-col);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    padding: 12px;
    font-size: 0.9rem;
    z-index: 1000;
    overflow: visible;
}


/* Keep the quote widget on the home page only. */

#quote-widget {
    display: none;
}

.home-page #quote-widget {
    display: block;
}

#quote-widget.hidden .quote-content {
    display: none;
}

#quote-widget h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.1rem;
    text-align: center;
}

#quote-widget table {
    width: 100%;
    border-collapse: collapse;
}

#quote-widget td {
    padding: 4px 2px;
}

#quote-widget td:first-child {
    width: 42%;
    white-space: nowrap;
    padding-right: 8px;
    vertical-align: middle;
}

#quote-widget td:last-child {
    width: 58%;
}

#quote-widget .lead-widget-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#quote-widget .lead-widget-form label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--secondary-text-col);
}

#quote-widget .lead-widget-form input,
#quote-widget .lead-widget-form textarea {
    width: 100%;
    border: 1px solid #444;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
    padding: 2px 4px;
}

#quote-widget .lead-widget-form textarea {
    resize: vertical;
    min-height: 66px;
}

#quote-widget .lead-widget-form input[type="file"] {
    padding: 4px;
}

#quote-widget .lead-widget-submit {
    margin-top: 8px;
    width: 100%;
    background-color: var(--main-color);
    color: #000;
    border: none;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
}

#quote-widget .lead-widget-submit:hover {
    background-color: var(--main-hover-color);
}

#quote-widget .toggle-btn {
    position: absolute;
    top: 12px;
    left: -32px;
    background-color: transparent;
    border: 2px solid var(--main-color);
    border-right: none;
    width: 32px;
    height: 42px;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0;
    padding: 0;
    background-color: var(--secondary-background);
}

#quote-widget .toggle-btn:hover {
    background-color: #1f1f1f;
}

#quote-widget.hidden .toggle-btn {
    left: -32px;
    top: auto;
    bottom: 0;
}

#quote-widget.hidden .quote-content {
    display: none;
}

#quote-widget.hidden {
    right: 0;
    width: 0;
    background-color: transparent;
    border: none;
    padding: 0;
}

#quote-price {
    margin-top: 10px;
    padding: 8px;
    background-color: #222;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
}

.quote-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    padding: 16px;
}

.quote-modal-overlay.open {
    display: flex;
}

.quote-modal-card {
    width: min(540px, 100%);
    background: #141414;
    border: 1px solid #2d2d2d;
    border-left: 4px solid var(--main-color);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    padding: 20px;
    color: var(--main-text-col);
}

.quote-modal-card h5 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    font-weight: 700;
}

.quote-modal-card p {
    margin: 0 0 12px;
    color: var(--secondary-text-col);
    line-height: 1.45;
}

.quote-modal-contact a {
    color: var(--main-color);
    text-decoration: underline;
}

.quote-modal-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.quote-modal-email-btn,
.quote-modal-close-btn {
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quote-modal-email-btn {
    background: var(--main-color);
    color: #000;
}

.quote-modal-email-btn:hover {
    filter: brightness(1.05);
}

.quote-modal-close-btn {
    background: #2b2b2b;
    color: #fff;
}

.quote-modal-close-btn:hover {
    background: #3b3b3b;
}

.price-label {
    font-size: 0.8rem;
    color: var(--secondary-text-col);
}

.quote-disclaimer {
    margin-top: 8px;
    font-size: 0.88rem;
    line-height: 1.35;
    color: var(--secondary-text-col);
    text-align: center;
}

.booking-form p.text-sm,
.addon-hint,
.premium-note,
.premium-request-note,
.booking-privacy-note,
.result-note {
    font-size: 0.88rem;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.booking-form {
    max-width: 900px;
    margin-inline: auto;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
}

.request-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.request-panels .booking-form {
    max-width: none;
    margin-inline: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.request-panels .booking-submit {
    margin-top: auto;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.booking-form label {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    color: #000;
    gap: 6px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    background: #fff;
    color: #000;
    padding: 10px 12px;
    font-weight: 500;
}

.booking-form textarea {
    resize: vertical;
}

.booking-notes {
    margin-top: 14px;
}

.booking-consent {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    color: #111;
    line-height: 1.35;
}

.booking-consent input {
    width: auto;
    min-width: 16px;
    margin-top: 2px;
    accent-color: #111;
}

.booking-privacy-note {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.82rem;
    line-height: 1.35;
    color: #111;
}

.booking-submit {
    margin-top: 16px;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #000;
    color: var(--main-color);
    padding: 12px 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.booking-submit:hover {
    filter: brightness(1.08);
}

.premium-booking-form {
    border-color: rgba(43, 188, 62, 0.35);
    box-shadow: 0 0 22px rgba(19, 109, 35, 0.35);
}

.premium-request-box {
    margin-top: 14px;
    border: 1px solid rgba(43, 188, 62, 0.42);
    border-radius: 12px;
    background: rgba(188, 255, 199, 0.32);
    padding: 12px;
}

.premium-request-title {
    margin: 0;
    font-weight: 800;
    color: #111;
}

.premium-request-options {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.premium-request-options label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 9px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.premium-request-options input[type="checkbox"] {
    width: auto;
    margin: 0;
    accent-color: #111;
}

.premium-request-note {
    margin: 10px 0 0;
    font-size: 0.82rem;
    color: #111;
}

main>section:not(:first-child) {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

.header-bg .content {
    padding-inline: 1rem;
    column-gap: 1rem;
}

@media (max-width: 900px) {
    .header-bg .content {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .header-bg h1 {
        margin-left: 0 !important;
        font-size: 1.5rem;
    }
    .header-bg img {
        height: 5rem;
    }
    .header-bg nav {
        text-align: center;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem 1rem;
    }
    .header-bg nav a {
        min-height: 46px;
        padding: 0.45rem 0.75rem;
        font-size: 1rem;
    }
    .header-bg nav> :not([hidden])~ :not([hidden]) {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .header-bg nav {
        width: min(460px, 100%);
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
        gap: 0.6rem;
    }
    .header-bg nav a {
        width: 100%;
        max-width: 150px;
        text-align: center;
        justify-self: center;
    }
    .request-panels {
        grid-template-columns: 1fr;
    }
    .booking-grid {
        grid-template-columns: 1fr;
    }
    .premium-request-options {
        grid-template-columns: 1fr;
    }
    .addon-checklist-horizontal {
        padding: 10px;
    }
    .addon-checklist-horizontal .addon-options-row {
        grid-template-columns: 1fr;
        row-gap: 8px;
        column-gap: 0;
    }
    .booking-form .addon-checklist-horizontal label {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        white-space: normal;
        line-height: 1.35;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.72);
        padding: 10px 12px;
        min-height: 46px;
    }
    .booking-form .addon-checklist-horizontal input[type="checkbox"] {
        margin-top: 0;
        margin-right: 8px;
    }
    #quote-widget {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        width: min(100%, 380px);
        margin: 14px auto 0;
    }
    #quote-widget .toggle-btn {
        display: none;
    }
    #quote-widget select,
    #quote-widget input,
    #quote-widget button {
        min-height: 44px;
        font-size: 16px;
    }
}

.font-lato {
    font-family: lato, sans-serif
}

.container {
    max-width: 70rem;
    margin-inline: auto
}

.margin-auto {
    margin-inline: auto
}

.card-left {
    transform: perspective(300px) rotateY(5deg)
}

.card-right {
    transform: perspective(300px) rotateY(-5deg)
}

.mobile-bottom-cta {
    display: none;
}

.mobile-services-progress {
    display: none;
}

.mobile-gallery-progress {
    display: none;
}

.mobile-proof-strip {
    display: none;
}

.mobile-quote-card {
    display: none;
}

@media (max-width: 900px) {
    .header-bg .content {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px 14px;
        text-align: center;
    }
    .header-bg h1 {
        margin-left: 0 !important;
    }
    .header-bg nav {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }
}

@keyframes mobile-cta-pulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 0 0 rgba(43, 188, 62, 0);
    }
    50% {
        transform: translateY(-1px);
        box-shadow: 0 0 0 8px rgba(43, 188, 62, 0.12);
    }
}

@keyframes mobile-rise-in {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    body {
        background-image: none;
        background-color: var(--background);
        background-attachment: scroll;
    }
    .header-bg {
        position: sticky;
        top: 0;
        z-index: 1150;
        background-color: var(--logo-header-grey);
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    }
    .header-bg .content {
        gap: 0.55rem;
        padding: 0.6rem 0.72rem;
    }
    .header-bg h1 {
        font-size: 1.3rem;
        line-height: 1.05;
        letter-spacing: 0.02em;
    }
    .header-bg img {
        height: 5.1rem;
        filter: none;
    }
    .header-bg nav {
        width: 100%;
        justify-content: flex-start;
        gap: 0.6rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0.2rem 0.6rem 0.25rem 0.05rem;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0.3rem;
        scroll-padding-right: 0.8rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .header-bg nav::-webkit-scrollbar {
        display: none;
    }
    .header-bg nav a {
        min-height: auto;
        white-space: nowrap;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.24);
        border: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0.42rem 0.86rem;
        font-size: 0.89rem;
        scroll-snap-align: start;
    }
    .header-bg nav a:last-child {
        margin-right: 0.2rem;
    }
    main {
        padding-top: 0.9rem !important;
    }
    input,
    select,
    textarea,
    button {
        font-size: 16px;
    }
    main>section {
        animation: mobile-rise-in 0.5s ease both;
    }
    .hero-with-quote {
        overflow: hidden;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 1px solid rgba(43, 188, 62, 0.3);
        background: linear-gradient(160deg, rgba(43, 188, 62, 0.2) 0%, rgba(43, 188, 62, 0.08) 42%, rgba(0, 0, 0, 0.42) 100%);
        padding: 2.7rem 0.95rem 2.1rem !important;
    }
    .hero-with-quote h2 {
        font-size: clamp(2rem, 10vw, 2.45rem) !important;
        line-height: 1.03;
        max-width: 11ch;
        margin-inline: auto;
        text-wrap: balance;
        color: var(--main-color) !important;
        text-shadow: 0 0 8px rgba(43, 188, 62, 0.9), 0 0 16px rgba(43, 188, 62, 0.7), 0 0 24px rgba(43, 188, 62, 0.45);
    }
    .hero-with-quote p {
        max-width: 30ch;
        margin-inline: auto;
    }
    .hero-with-quote>a {
        display: block;
        width: min(100%, 19rem);
        margin: 1rem auto 0;
        border-radius: 999px;
        padding: 0.86rem 1rem;
        font-size: 1rem;
        font-weight: 900;
        letter-spacing: 0.01em;
        box-shadow: 0 14px 24px rgba(43, 188, 62, 0.28);
        animation: mobile-cta-pulse 2.4s ease-in-out infinite;
    }
    .mobile-proof-strip {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.55rem;
        margin: 0.75rem 0.85rem 0;
    }
    .mobile-proof-strip p {
        margin: 0;
        padding: 0.72rem 0.8rem;
        border-radius: 10px;
        border: 1px solid rgba(43, 188, 62, 0.28);
        background: rgba(17, 17, 17, 0.86);
        color: #d7d7d7;
        display: flex;
        flex-direction: column;
        gap: 0.14rem;
    }
    .mobile-proof-strip p strong {
        color: #fff;
        font-size: 0.88rem;
        letter-spacing: 0.01em;
    }
    .mobile-proof-strip p span {
        font-size: 0.8rem;
        line-height: 1.35;
    }
    #quote-widget {
        width: 100%;
        max-width: none;
        margin-top: 1rem;
        border-radius: 12px;
        border: 1px solid rgba(43, 188, 62, 0.72);
        background: linear-gradient(180deg, rgba(17, 24, 20, 0.97) 0%, rgba(13, 15, 14, 0.96) 100%);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
    }
    #quote-widget h4 {
        font-size: 1rem;
        margin-bottom: 0.65rem;
    }
    #services,
    #portfolio,
    #reviews,
    #contact {
        padding-top: 2.35rem !important;
        padding-bottom: 2.35rem !important;
    }
    #services h3,
    #portfolio h3,
    #reviews h3,
    #contact h3,
    #premium h3 {
        font-size: clamp(1.45rem, 6.6vw, 1.9rem) !important;
        line-height: 1.08;
        text-wrap: balance;
    }
    #services .mt-12,
    #portfolio .mt-12,
    #reviews .mt-12 {
        margin-top: 1.45rem;
    }
    #services .grid,
    #portfolio .grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0.78rem 0.1rem 0.45rem;
        gap: 0.82rem;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0.9rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    #services .quick-badge,
    #services .value-badge,
    #services .popular-badge {
        top: 8px;
        right: 8px;
        border-radius: 999px;
        padding: 5px 10px;
    }
    #services .service-card,
    #portfolio .compare-stack {
        flex: 0 0 min(86vw, 320px);
        scroll-snap-align: center;
    }
    .mobile-quote-card {
        display: flex;
        padding: 0.8rem !important;
        align-items: stretch;
    }
    .mobile-quote-card #quote-widget {
        position: static;
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .mobile-quote-card #quote-widget .quote-content {
        display: block;
    }
    #services .service-card {
        border: 1px solid rgba(43, 188, 62, 0.26);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.38);
    }
    .mobile-services-progress {
        display: block;
        margin-top: 0.78rem;
        text-align: center;
    }
    .mobile-services-progress-label {
        margin: 0;
        color: var(--secondary-text-col);
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }
    .mobile-services-progress-dots {
        margin-top: 0.45rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
    }
    .mobile-services-progress-dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        border: 1px solid rgba(43, 188, 62, 0.65);
        background: rgba(43, 188, 62, 0.2);
        transition: transform 0.2s ease, background-color 0.2s ease;
    }
    .mobile-services-progress-dot.is-active {
        transform: scale(1.25);
        background: rgba(43, 188, 62, 1);
    }
    .mobile-gallery-progress {
        display: block;
        margin-top: 0.78rem;
        text-align: center;
    }
    .mobile-gallery-progress-label {
        margin: 0;
        color: var(--secondary-text-col);
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }
    .mobile-gallery-progress-dots {
        margin-top: 0.45rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
    }
    .mobile-gallery-progress-dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        border: 1px solid rgba(43, 188, 62, 0.65);
        background: rgba(43, 188, 62, 0.2);
        transition: transform 0.2s ease, background-color 0.2s ease;
    }
    .mobile-gallery-progress-dot.is-active {
        transform: scale(1.25);
        background: rgba(43, 188, 62, 1);
    }
    .decision-guide {
        text-align: left;
        border-radius: 12px;
        line-height: 1.45;
    }
    #reviews blockquote {
        border: 1px solid rgba(43, 188, 62, 0.28);
        border-left: 3px solid rgba(43, 188, 62, 0.92);
        font-size: 0.98rem;
        line-height: 1.58;
    }
    .booking-form {
        border-radius: 14px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.5) 100%);
    }
    .booking-submit {
        border-radius: 999px;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
    }
    .premium-wrap,
    .premium-panel,
    .request-panels .booking-form {
        border-radius: 14px;
    }
    .booking-form input,
    .booking-form select,
    .booking-form textarea,
    .booking-submit,
    .service-cta,
    .hero-with-quote>a,
    .lead-widget-submit {
        min-height: 46px;
    }
    .premium-request-options label,
    .booking-consent {
        line-height: 1.4;
    }
    main section {
        scroll-margin-top: 142px;
    }
    .mobile-bottom-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1400;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 28%, rgba(0, 0, 0, 0.96) 100%);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }
    .mobile-bottom-cta-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 430px);
        margin: 0 auto;
        gap: 8px;
    }
    .mobile-bottom-cta-action {
        display: block;
        text-align: center;
        text-decoration: none;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.98rem;
        font-weight: 900;
        letter-spacing: 0.01em;
        padding: 0.82rem 0.8rem;
        box-shadow: 0 10px 24px rgba(43, 188, 62, 0.35);
        min-height: 46px;
    }
    .mobile-bottom-cta-action-text {
        background: linear-gradient(120deg, #2bbc3e 0%, #3adf50 100%);
        color: #041107;
        border-color: rgba(43, 188, 62, 0.58);
    }
    .mobile-bottom-cta-action-call {
        background: linear-gradient(120deg, #111 0%, #1a1a1a 100%);
        color: #fff;
    }
    .mobile-bottom-cta-action:active {
        transform: translateY(1px);
    }
    .home-page footer {
        padding-bottom: calc(96px + env(safe-area-inset-bottom));
    }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 640px) {
        body {
            background-attachment: scroll;
        }
    }
}

@media (max-width: 360px) {
    .header-bg .content {
        gap: 0.45rem;
        padding: 0.55rem 0.55rem;
    }
    .header-bg h1 {
        font-size: 1.18rem;
    }
    .header-bg img {
        height: 4.2rem;
    }
    .header-bg nav {
        gap: 0.45rem;
        padding: 0.15rem 0.45rem 0.2rem 0.05rem;
        scroll-padding-right: 0.6rem;
    }
    .header-bg nav a {
        font-size: 0.82rem;
        padding: 0.34rem 0.66rem;
    }
}

@media (max-width: 640px) and (prefers-reduced-motion: reduce) {
    main>section,
    .hero-with-quote>a {
        animation: none !important;
    }
    .mobile-services-progress-dot {
        transition: none;
    }
    .mobile-gallery-progress-dot {
        transition: none;
    }
}