:root {
    /* Bubble-emporium design tokens — single source of truth for
       colors, radii, and spacing. The --aer-* names are kept for
       backwards compatibility with existing selectors. */
    --aer-color-primary: #4b2c6f;
    --aer-color-primary-dark: #2e1a47;
    --aer-color-ink: #1d1730;
    --aer-color-ink-soft: #5d5970;
    --aer-color-accent: #39d0d8;
    --aer-color-accent-dark: #2eafb5;
    --aer-color-hot: #ff4fa3;
    --aer-color-gold: #ffd466;
    --aer-color-green: #6ae2af;
    --aer-color-soft-accent: rgba(57, 208, 216, 0.12);
    --aer-color-surface: #b6e6ee;
    --aer-color-surface-strong: #9fd9e3;
    --aer-color-white: #ffffff;
    --aer-color-text-on-dark: #f7f8fd;
    --aer-color-border: rgba(49, 33, 78, 0.1);
    --aer-color-border-on-dark: rgba(255, 255, 255, 0.18);
    --aer-shadow-card: 0 20px 50px rgba(34, 20, 57, 0.12);
    --aer-shadow-strong: 0 28px 70px rgba(27, 11, 46, 0.25);
    --aer-radius-lg: 28px;
    --aer-radius-md: 20px;
    --aer-radius-sm: 14px;
    --aer-container: 1160px;
    --aer-space-section: clamp(3rem, 6vw, 5rem);

    /* Dark section gradient (bubble signature) */
    --aer-dark-bg: linear-gradient(135deg, #2e1a47, #4b2c6f);

    /* Button transitions */
    --aer-ease: 180ms ease;
}

body {
    color: var(--aer-color-ink);
}

.aer-page-shell {
    background:
        radial-gradient(circle at top left, rgba(0, 229, 204, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--aer-color-surface) 100%);
}

.aer-homepage .site-footer,
.aer-home-template .site-footer,
.aer-about-page .site-footer,
.aer-faq-page .site-footer,
.aer-contact-page .site-footer,
.aer-landing-page .site-footer,
.aer-geo-page .site-footer,
body.woocommerce .site-footer,
body.woocommerce-page .site-footer {
    display: none;
}

.aer-homepage .top-bar-wrap,
.aer-home-template .top-bar-wrap,
.aer-about-page .top-bar-wrap,
.aer-faq-page .top-bar-wrap,
.aer-contact-page .top-bar-wrap,
.aer-landing-page .top-bar-wrap,
.aer-geo-page .top-bar-wrap,
.aer-homepage .top-bar-section,
.aer-home-template .top-bar-section,
.aer-about-page .top-bar-section,
.aer-faq-page .top-bar-section,
.aer-contact-page .top-bar-section,
.aer-landing-page .top-bar-section,
.aer-geo-page .top-bar-section,
.aer-homepage .header-above,
.aer-home-template .header-above,
.aer-about-page .header-above,
.aer-faq-page .header-above,
.aer-contact-page .header-above,
.aer-landing-page .header-above,
.aer-geo-page .header-above,
.aer-homepage .header-above-wrap,
.aer-home-template .header-above-wrap,
.aer-about-page .header-above-wrap,
.aer-faq-page .header-above-wrap,
.aer-contact-page .header-above-wrap,
.aer-landing-page .header-above-wrap,
.aer-geo-page .header-above-wrap,
.aer-homepage .header-info-list,
.aer-home-template .header-info-list,
.aer-about-page .header-info-list,
.aer-faq-page .header-info-list,
.aer-contact-page .header-info-list,
.aer-landing-page .header-info-list,
.aer-geo-page .header-info-list,
.aer-homepage .header-info-list-secondary,
.aer-home-template .header-info-list-secondary,
.aer-about-page .header-info-list-secondary,
.aer-faq-page .header-info-list-secondary,
.aer-contact-page .header-info-list-secondary,
.aer-landing-page .header-info-list-secondary,
.aer-geo-page .header-info-list-secondary,
.aer-homepage .tm-social-networks,
.aer-home-template .tm-social-networks,
.aer-about-page .tm-social-networks,
.aer-faq-page .tm-social-networks,
.aer-contact-page .tm-social-networks,
.aer-landing-page .tm-social-networks,
.aer-geo-page .tm-social-networks,
.aer-homepage .elementor-widget-tm-social-networks,
.aer-home-template .elementor-widget-tm-social-networks,
.aer-about-page .elementor-widget-tm-social-networks,
.aer-faq-page .elementor-widget-tm-social-networks,
.aer-contact-page .elementor-widget-tm-social-networks,
.aer-landing-page .elementor-widget-tm-social-networks,
.aer-geo-page .elementor-widget-tm-social-networks,
body.woocommerce .top-bar-wrap,
body.woocommerce .top-bar-section,
body.woocommerce .top-bar,
body.woocommerce .top-bar-inner,
body.woocommerce .header-above,
body.woocommerce .header-above-wrap,
body.woocommerce .header-above-inner,
body.woocommerce .header-above-content,
body.woocommerce .header-info-list,
body.woocommerce .header-info-list-secondary,
body.woocommerce .tm-social-networks,
body.woocommerce .elementor-widget-tm-social-networks,
body.woocommerce-page .top-bar-wrap,
body.woocommerce-page .top-bar-section,
body.woocommerce-page .top-bar,
body.woocommerce-page .top-bar-inner,
body.woocommerce-page .header-above,
body.woocommerce-page .header-above-wrap,
body.woocommerce-page .header-above-inner,
body.woocommerce-page .header-above-content,
body.woocommerce-page .header-info-list,
body.woocommerce-page .header-info-list-secondary,
body.woocommerce-page .tm-social-networks,
body.woocommerce-page .elementor-widget-tm-social-networks,
body.single-product .top-bar-wrap,
body.single-product .top-bar-section,
body.single-product .top-bar,
body.single-product .top-bar-inner,
body.single-product .header-above,
body.single-product .header-above-wrap,
body.single-product .header-above-inner,
body.single-product .header-above-content,
body.single-product .header-info-list,
body.single-product .header-info-list-secondary,
body.single-product .tm-social-networks,
body.single-product .elementor-widget-tm-social-networks,
body.post-type-archive-product .top-bar-wrap,
body.post-type-archive-product .top-bar-section,
body.post-type-archive-product .top-bar,
body.post-type-archive-product .top-bar-inner,
body.post-type-archive-product .header-above,
body.post-type-archive-product .header-above-wrap,
body.post-type-archive-product .header-above-inner,
body.post-type-archive-product .header-above-content,
body.post-type-archive-product .header-info-list,
body.post-type-archive-product .header-info-list-secondary,
body.post-type-archive-product .tm-social-networks,
body.post-type-archive-product .elementor-widget-tm-social-networks,
body.woocommerce-cart .top-bar-wrap,
body.woocommerce-cart .top-bar-section,
body.woocommerce-cart .top-bar,
body.woocommerce-cart .top-bar-inner,
body.woocommerce-cart .header-above,
body.woocommerce-cart .header-above-wrap,
body.woocommerce-cart .header-above-inner,
body.woocommerce-cart .header-above-content,
body.woocommerce-cart .header-info-list,
body.woocommerce-cart .header-info-list-secondary,
body.woocommerce-cart .tm-social-networks,
body.woocommerce-cart .elementor-widget-tm-social-networks,
body.woocommerce-checkout .top-bar-wrap,
body.woocommerce-checkout .top-bar-section,
body.woocommerce-checkout .top-bar,
body.woocommerce-checkout .top-bar-inner,
body.woocommerce-checkout .header-above,
body.woocommerce-checkout .header-above-wrap,
body.woocommerce-checkout .header-above-inner,
body.woocommerce-checkout .header-above-content,
body.woocommerce-checkout .header-info-list,
body.woocommerce-checkout .header-info-list-secondary,
body.woocommerce-checkout .tm-social-networks,
body.woocommerce-checkout .elementor-widget-tm-social-networks {
    display: none !important;
}

.aer-container {
    width: min(100% - 2rem, var(--aer-container));
    margin: 0 auto;
}

.aer-page-section {
    padding: var(--aer-space-section) 0;
}

.aer-card-link,
.aer-card-link:visited {
    display: block;
    color: inherit;
    text-decoration: none;
}

.aer-card-link:hover,
.aer-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.aer-trust-footer__menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aer-trust-footer__menu-list a {
    color: var(--aer-color-ink);
    font-weight: 600;
    text-decoration: none;
}

.aer-trust-footer__menu-list a:hover,
.aer-trust-footer__menu-list a:focus {
    color: var(--aer-color-hot);
}

.aer-homepage .header-wrap,
.aer-home-template .header-wrap,
.aer-about-page .header-wrap,
.aer-faq-page .header-wrap,
.aer-contact-page .header-wrap,
.aer-landing-page .header-wrap,
.aer-geo-page .header-wrap {
    border-bottom: 1px solid rgba(207, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
}

.aer-homepage .header-left,
.aer-home-template .header-left,
.aer-about-page .header-left,
.aer-faq-page .header-left,
.aer-contact-page .header-left,
.aer-landing-page .header-left,
.aer-geo-page .header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.aer-homepage .header-search-form,
.aer-home-template .header-search-form,
.aer-about-page .header-search-form,
.aer-faq-page .header-search-form,
.aer-contact-page .header-search-form,
.aer-landing-page .header-search-form,
.aer-geo-page .header-search-form,
.aer-homepage .search-form,
.aer-home-template .search-form,
.aer-about-page .search-form,
.aer-faq-page .search-form,
.aer-contact-page .search-form,
.aer-landing-page .search-form,
.aer-geo-page .search-form {
    width: 100%;
    min-width: 0;
    max-width: 240px;
    margin: 0;
}

.aer-homepage .search-field,
.aer-home-template .search-field,
.aer-about-page .search-field,
.aer-faq-page .search-field,
.aer-contact-page .search-field,
.aer-landing-page .search-field,
.aer-geo-page .search-field {
    min-height: 42px;
    white-space: normal;
}

.aer-homepage .site-logo,
.aer-home-template .site-logo,
.aer-about-page .site-logo,
.aer-faq-page .site-logo,
.aer-contact-page .site-logo,
.aer-landing-page .site-logo,
.aer-geo-page .site-logo,
.aer-homepage .custom-logo-link,
.aer-home-template .custom-logo-link,
.aer-about-page .custom-logo-link,
.aer-faq-page .custom-logo-link,
.aer-contact-page .custom-logo-link,
.aer-landing-page .custom-logo-link,
.aer-geo-page .custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
}

.aer-header-branding {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 140px;
}

.aer-header-branding img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
}

.aer-homepage .site-logo img,
.aer-home-template .site-logo img,
.aer-about-page .site-logo img,
.aer-faq-page .site-logo img,
.aer-contact-page .site-logo img,
.aer-landing-page .site-logo img,
.aer-geo-page .site-logo img,
.aer-homepage .custom-logo,
.aer-home-template .custom-logo,
.aer-about-page .custom-logo,
.aer-faq-page .custom-logo,
.aer-contact-page .custom-logo,
.aer-landing-page .custom-logo,
.aer-geo-page .custom-logo {
    width: auto;
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.aer-homepage .main-navigation > ul > li > a,
.aer-home-template .main-navigation > ul > li > a,
.aer-about-page .main-navigation > ul > li > a,
.aer-faq-page .main-navigation > ul > li > a,
.aer-contact-page .main-navigation > ul > li > a,
.aer-landing-page .main-navigation > ul > li > a,
.aer-geo-page .main-navigation > ul > li > a,
.aer-homepage .navigation > ul > li > a,
.aer-home-template .navigation > ul > li > a,
.aer-about-page .navigation > ul > li > a,
.aer-faq-page .navigation > ul > li > a,
.aer-contact-page .navigation > ul > li > a,
.aer-landing-page .navigation > ul > li > a,
.aer-geo-page .navigation > ul > li > a,
.aer-homepage .header-text,
.aer-home-template .header-text,
.aer-about-page .header-text,
.aer-faq-page .header-text,
.aer-contact-page .header-text,
.aer-landing-page .header-text,
.aer-geo-page .header-text,
.aer-homepage .menu-item-title,
.aer-home-template .menu-item-title,
.aer-about-page .menu-item-title,
.aer-faq-page .menu-item-title,
.aer-contact-page .menu-item-title,
.aer-landing-page .menu-item-title,
.aer-geo-page .menu-item-title {
    white-space: normal;
}

.aer-page-section--compact {
    padding: clamp(2.5rem, 4vw, 4rem) 0;
}

.aer-card-grid {
    display: grid;
    gap: 1.5rem;
}

.aer-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aer-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aer-about-trust-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 2rem;
}

.aer-card {
    background: var(--aer-color-white);
    border: 1px solid var(--aer-color-border);
    border-radius: var(--aer-radius-md);
    box-shadow: var(--aer-shadow-card);
    padding: 1.75rem;
}

.aer-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(107, 45, 139, 0.08);
    color: var(--aer-color-primary);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.aer-section-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.aer-section-heading--spaced {
    margin-top: 2rem;
}

.aer-section-heading h1,
.aer-section-heading h2 {
    margin-bottom: 1rem;
    color: var(--aer-color-ink);
    font-size: clamp(2.2rem, 4.2vw, 3.9rem);
    line-height: 1.08;
}

.aer-hero .aer-section-heading h1 {
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 0.98;
}

.aer-page-content > .aer-section-heading h2,
.aer-trust-band .aer-section-heading h2,
.aer-cta .aer-section-heading h2 {
    font-size: clamp(2rem, 3.8vw, 3.3rem);
    line-height: 1.08;
}

.aer-section-heading p {
    color: var(--aer-color-ink-soft);
    font-size: clamp(1rem, 1.5vw, 1.175rem);
    line-height: 1.7;
}

.aer-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.75rem;
}

.aer-button,
.aer-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: var(--aer-color-accent);
    color: var(--aer-color-white);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.aer-button:hover,
.aer-button:focus {
    background: var(--aer-color-primary-dark);
    color: var(--aer-color-white);
    transform: translateY(-1px);
}

.aer-button--ghost,
.aer-button--ghost:visited {
    background: transparent;
    border: 1px solid var(--aer-color-accent);
    color: var(--aer-color-accent);
}

.aer-button--ghost:hover,
.aer-button--ghost:focus {
    border-color: var(--aer-color-accent);
    background: var(--aer-color-accent);
    color: var(--aer-color-white);
}

/* Secondary CTA — filled, contrasting white on dark backgrounds.
   Used in the photo hero where a ghost button looks washed out against
   the dark gradient overlay. */
.aer-button--secondary,
.aer-button--secondary:visited {
    background: #ffffff;
    color: #1d1730;
    border: 1px solid #ffffff;
}

.aer-button--secondary:hover,
.aer-button--secondary:focus {
    background: rgba(255, 255, 255, 0.92);
    color: #1d1730;
    border-color: #ffffff;
    transform: translateY(-1px);
}

.aer-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.aer-hero__layout {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
}

.aer-hero__panel {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(207, 163, 184, 0.22);
    border-radius: var(--aer-radius-lg);
    box-shadow: var(--aer-shadow-card);
    backdrop-filter: blur(8px);
}

.aer-hero__visual {
    min-height: 420px;
    padding: 2rem;
    background: linear-gradient(135deg, var(--aer-color-primary) 0%, var(--aer-color-accent) 100%);
    color: var(--aer-color-text-on-dark);
}

.aer-hero__visual .aer-eyebrow {
    background: rgba(26, 26, 46, 0.78);
    color: var(--aer-color-white);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.aer-hero__stat-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem;
}

.aer-stat {
    padding: 1rem;
    border-radius: var(--aer-radius-sm);
    background: rgba(255, 255, 255, 0.12);
}

.aer-stat strong {
    display: block;
    font-size: 1.5rem;
}

.aer-category-card h3,
.aer-feature-card h3,
.aer-step-card h3,
.aer-trust-card h3 {
    margin-bottom: 0.6rem;
    font-size: 1.25rem;
}

.aer-category-card p,
.aer-feature-card p,
.aer-step-card p,
.aer-trust-card p,
.aer-contact-card p,
.aer-faq-item p {
    margin-bottom: 0;
    color: var(--aer-color-ink-soft);
}

.aer-split {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.aer-trust-band {
    background: var(--aer-color-primary-dark);
    color: var(--aer-color-text-on-dark);
}

.aer-trust-band .aer-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(207, 163, 184, 0.18);
    color: var(--aer-color-text-on-dark);
}

.aer-trust-band p,
.aer-trust-band li,
.aer-trust-band .aer-section-heading p {
    color: rgba(244, 244, 246, 0.86);
}

.aer-trust-band .aer-section-heading h2,
.aer-trust-band .aer-card h3 {
    color: var(--aer-color-text-on-dark);
}

.aer-list {
    margin: 0;
    padding-left: 1.25rem;
}

.aer-list li + li {
    margin-top: 0.65rem;
}

.aer-cta {
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: var(--aer-radius-lg);
    background: linear-gradient(135deg, var(--aer-color-primary) 0%, var(--aer-color-hot) 100%);
    color: var(--aer-color-text-on-dark);
    box-shadow: var(--aer-shadow-card);
}

.aer-cta h2,
.aer-cta p {
    color: inherit;
}

.aer-cta .aer-button--ghost,
.aer-cta .aer-button--ghost:visited {
    border-color: rgba(244, 244, 246, 0.4);
    background: rgba(255, 255, 255, 0.12);
    color: var(--aer-color-text-on-dark);
}

.aer-cta .aer-button--ghost:hover,
.aer-cta .aer-button--ghost:focus {
    border-color: var(--aer-color-white);
    background: var(--aer-color-white);
    color: var(--aer-color-primary);
}

.aer-site-footer-note {
    font-size: 0.95rem;
    color: var(--aer-color-ink-soft);
}

.aer-trust-footer {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    background: var(--aer-color-surface);
    border-top: 1px solid rgba(207, 163, 184, 0.24);
}

.aer-trust-footer__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.3fr 1fr 0.8fr 0.8fr;
    align-items: start;
}

.aer-trust-footer__brand h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.1;
}

.aer-trust-footer__details {
    display: grid;
    gap: 1rem;
}

.aer-trust-footer__menu h3 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.aer-trust-footer__menu-list {
    flex-direction: column;
    gap: 0.8rem;
}

.aer-trust-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.5rem;
    margin-top: 1.75rem;
    border-top: 1px solid rgba(107, 45, 139, 0.12);
    color: var(--aer-color-ink-soft);
    font-size: 0.95rem;
}

.aer-faq-list {
    display: grid;
    gap: 1rem;
}

.aer-faq-list + .aer-faq-list {
    margin-top: 1rem;
}

.aer-faq-item {
    border: 1px solid var(--aer-color-border);
    border-radius: var(--aer-radius-md);
    background: var(--aer-color-white);
    padding: 1.5rem;
    box-shadow: var(--aer-shadow-card);
}

.aer-faq-item h3 {
    margin-bottom: 0.65rem;
    font-size: 1.15rem;
}

.aer-contact-stack {
    display: grid;
    gap: 1rem;
}

.aer-contact-layout {
    display: grid;
    gap: 2rem;
}

.aer-contact-intro {
    max-width: 720px;
}

.aer-contact-intro h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.1;
}

.aer-contact-card a {
    color: var(--aer-color-primary);
    font-weight: 700;
}

.aer-contact-card--details {
    padding: 1.75rem;
}

.aer-contact-detail-list {
    display: grid;
    gap: 1.1rem;
    margin: 0;
}

.aer-contact-detail-item {
    display: grid;
    gap: 0.35rem;
}

.aer-contact-detail-item dt {
    font-size: 1rem;
    font-weight: 700;
    color: var(--aer-color-ink);
}

.aer-contact-detail-item dd {
    margin: 0;
    color: var(--aer-color-ink-soft);
    line-height: 1.7;
}

.aer-stat strong {
    color: var(--aer-color-accent);
}

.aer-card:hover {
    border-color: rgba(255, 20, 147, 0.22);
    box-shadow: 0 24px 60px rgba(74, 30, 97, 0.18);
}

.aer-page-content {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--aer-radius-lg);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(23, 32, 51, 0.08);
    box-shadow: var(--aer-shadow-card);
    color: var(--aer-color-ink);
    overflow-wrap: break-word;
    word-break: normal;
}

.aer-page-content > *:last-child {
    margin-bottom: 0;
}

.aer-page-content h1,
.aer-page-content h2,
.aer-page-content h3,
.aer-page-content h4,
.aer-page-content p,
.aer-page-content li {
    color: var(--aer-color-ink);
}

.aer-page-content p,
.aer-page-content li {
    color: var(--aer-color-ink-soft);
}

.aer-page-content .aer-eyebrow {
    color: var(--aer-color-accent);
}

body .site-header .main-navigation > ul > li > a,
body .site-header .main-navigation .navigation > ul > li > a {
    font-weight: 600;
    letter-spacing: 0.01em;
}

body .site-footer {
    border-top: 1px solid rgba(207, 163, 184, 0.24);
}


@media (max-width: 991px) {
    .aer-card-grid--three,
    .aer-card-grid--four,
    .aer-hero__layout,
    .aer-split,
    .aer-trust-footer__grid {
        grid-template-columns: 1fr;
    }

    .aer-hero__visual {
        min-height: 320px;
    }

    .aer-homepage .header-left,
    .aer-home-template .header-left,
    .aer-about-page .header-left,
    .aer-faq-page .header-left,
    .aer-contact-page .header-left,
    .aer-landing-page .header-left,
    .aer-geo-page .header-left {
        flex-wrap: wrap;
        align-items: stretch;
        gap: 0.9rem;
    }

    .aer-homepage .header-search-form,
    .aer-home-template .header-search-form,
    .aer-about-page .header-search-form,
    .aer-faq-page .header-search-form,
    .aer-contact-page .header-search-form,
    .aer-landing-page .header-search-form,
    .aer-geo-page .header-search-form,
    .aer-homepage .search-form,
    .aer-home-template .search-form,
    .aer-about-page .search-form,
    .aer-faq-page .search-form,
    .aer-contact-page .search-form,
    .aer-landing-page .search-form,
    .aer-geo-page .search-form {
        max-width: none;
        flex: 1 1 100%;
    }

    /* Keep stacked mobile/tablet panels using the same contrast rules as desktop. */
    .aer-hero__visual,
    .aer-hero__visual h1,
    .aer-hero__visual h2,
    .aer-hero__visual h3,
    .aer-hero__visual h4,
    .aer-hero__visual p,
    .aer-hero__visual li,
    .aer-hero__visual span,
    .aer-hero__visual .aer-stat span,
    .aer-hero__visual .aer-stat strong {
        color: var(--aer-color-text-on-dark) !important;
    }

    .aer-hero__visual .aer-eyebrow {
        color: var(--aer-color-accent) !important;
    }

    .aer-page-content,
    .aer-page-content h1,
    .aer-page-content h2,
    .aer-page-content h3,
    .aer-page-content h4 {
        color: var(--aer-color-ink) !important;
    }

    .aer-page-content p,
    .aer-page-content li {
        color: var(--aer-color-ink-soft) !important;
    }

    .aer-page-content .aer-eyebrow {
        color: var(--aer-color-accent) !important;
    }

    .aer-trust-band .aer-section-heading h1,
    .aer-trust-band .aer-section-heading h2,
    .aer-trust-band .aer-section-heading h3,
    .aer-trust-band .aer-section-heading p,
    .aer-trust-band .aer-card,
    .aer-trust-band .aer-card h3,
    .aer-trust-band .aer-card p,
    .aer-trust-band .aer-card li {
        color: var(--aer-color-text-on-dark) !important;
    }

    .aer-trust-footer__bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    body .search-popup,
    body .header-search-popup,
    body .site-search-popup,
    body .popup-search,
    body .search-form-popup,
    body .search-popup-inner,
    body .search-popup-content,
    body .search-overlay-content,
    body .search-form-wrap,
    body .search-popup .search-form,
    body .header-search-popup .search-form,
    body .popup-search .search-form,
    body .search-form-popup .search-form {
        width: min(360px, calc(100vw - 1rem));
        max-width: min(360px, calc(100vw - 1rem));
        padding: 0.85rem;
        border-radius: 12px;
        margin-inline: auto;
    }

    body .search-popup form,
    body .header-search-popup form,
    body .site-search-popup form,
    body .popup-search form,
    body .search-form-popup form,
    body .search-overlay-content form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.65rem;
        align-items: center;
    }

    body .search-popup .search-field,
    body .header-search-popup .search-field,
    body .site-search-popup .search-field,
    body .popup-search .search-field,
    body .search-form-popup .search-field,
    body .search-overlay-content .search-field,
    body .search-popup input[type="search"],
    body .header-search-popup input[type="search"],
    body .site-search-popup input[type="search"],
    body .popup-search input[type="search"],
    body .search-form-popup input[type="search"],
    body .search-overlay-content input[type="search"] {
        min-height: 42px;
        padding: 0 0.85rem;
        font-size: 0.95rem;
        border-radius: 8px;
    }

    body .search-popup button,
    body .header-search-popup button,
    body .site-search-popup button,
    body .popup-search button,
    body .search-form-popup button,
    body .search-overlay-content button,
    body .search-popup input[type="submit"],
    body .header-search-popup input[type="submit"],
    body .site-search-popup input[type="submit"],
    body .popup-search input[type="submit"],
    body .search-form-popup input[type="submit"],
    body .search-overlay-content input[type="submit"] {
        min-height: 42px;
        padding: 0 1rem;
        border-radius: 8px;
        font-size: 0.95rem;
    }

    body .search-popup .close-btn,
    body .header-search-popup .close-btn,
    body .site-search-popup .close-btn,
    body .popup-search .close-btn,
    body .search-form-popup .close-btn,
    body .search-overlay-content .close-btn,
    body .search-popup .search-close,
    body .header-search-popup .search-close,
    body .site-search-popup .search-close,
    body .popup-search .search-close,
    body .search-form-popup .search-close,
    body .search-overlay-content .search-close {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        border-radius: 999px;
    }

    body .header-wrap {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    body .header-left {
        gap: 0.55rem;
    }

    body .site-logo,
    body .custom-logo-link,
    .aer-header-branding {
        max-width: 168px;
    }

    body .site-logo img,
    body .custom-logo,
    .aer-header-branding img {
        max-height: 46px;
    }

    body .header-search-form,
    body .header-search-form .search-form,
    body .search-form {
        max-width: min(360px, calc(100vw - 1.25rem));
    }

    body .header-search-form input[type="search"],
    body .search-form input[type="search"],
    body .search-field {
        min-height: 40px;
        font-size: 0.95rem;
        padding-inline: 0.85rem;
    }

    body .header-search-form button,
    body .search-form button {
        min-height: 40px;
        padding-inline: 1rem;
    }

    .aer-hero {
        padding: 2.75rem 0;
    }

    .aer-hero__panel,
    .aer-page-content {
        padding: 1.5rem;
    }

    .aer-hero__visual {
        min-height: 0;
        padding: 1.5rem;
    }

    .aer-hero__stat-grid {
        grid-template-columns: 1fr;
    }

    .aer-button-row {
        flex-direction: column;
    }

    .aer-button,
    .aer-button:visited {
        width: 100%;
    }

    .aer-trust-footer {
        padding: 2.25rem 0 1.75rem;
    }

    .aer-trust-footer__grid {
        gap: 1.1rem;
    }

    .aer-trust-footer .aer-card {
        padding: 1.25rem;
    }

    .aer-trust-footer__brand h2 {
        margin-bottom: 0.75rem;
        font-size: 1.55rem;
        line-height: 1.14;
    }

    .aer-trust-footer__menu h3 {
        margin-bottom: 0.65rem;
        font-size: 1rem;
    }

    .aer-trust-footer__menu-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem 1rem;
    }

    .aer-trust-footer__bottom {
        margin-top: 1rem;
        padding-top: 1rem;
        font-size: 0.9rem;
    }

}

/* =========================================================================
   0.2.0 — Bubble-emporium flow additions
   Trust bar, How It Works, rentals Swiper carousel, testimonials,
   homepage FAQ snippet, sticky mobile "Get a Quote" CTA.
   ========================================================================= */

.aer-section-heading--centered {
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Trust bar --- */
.aer-trust-bar {
    background: var(--aer-color-ink);
    color: var(--aer-color-text-on-dark);
    padding: 1.1rem 0;
}

.aer-trust-bar__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.75rem;
    text-align: center;
}

.aer-trust-bar__lead {
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 0.95rem;
    color: var(--aer-color-accent);
    text-transform: uppercase;
}

.aer-trust-bar__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.aer-trust-bar__list--stacked {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
}

.aer-trust-bar__item {
    position: relative;
    padding-left: 1.1rem;
    font-weight: 500;
    font-size: 0.95rem;
}

.aer-trust-bar__item::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--aer-color-accent);
    font-weight: 700;
}

/* --- How It Works --- */
.aer-how-it-works .aer-steps {
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aer-step {
    position: relative;
    padding: 2rem 1.75rem 1.75rem;
    border-radius: var(--aer-radius-lg);
    background: var(--aer-color-white);
    box-shadow: var(--aer-shadow-card);
    border: 1px solid var(--aer-color-border);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.aer-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--aer-color-primary), var(--aer-color-primary-dark));
    color: var(--aer-color-white);
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(107, 45, 139, 0.25);
}

.aer-step__body h3 {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
}

.aer-step__body p {
    margin: 0;
    color: var(--aer-color-ink-soft);
    line-height: 1.55;
}

/* --- Rentals Swiper carousel --- */
.aer-rentals-carousel {
    position: relative;
    margin-top: 2.25rem;
}

.aer-rentals-carousel .swiper {
    overflow: hidden;
    padding-bottom: 3rem;
}

.aer-rentals-carousel .swiper-slide {
    height: auto;
    display: flex;
}

.aer-rentals-carousel .aer-card {
    width: 100%;
    height: 100%;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.aer-card__link-cue {
    margin-top: auto;
    padding-top: 0.75rem;
    color: var(--aer-color-primary);
    font-weight: 600;
    font-size: 0.95rem;
}

.aer-rentals-carousel .swiper-pagination.aer-swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.25rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.aer-rentals-carousel .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: var(--aer-color-border);
    opacity: 1;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.aer-rentals-carousel .swiper-pagination-bullet-active {
    background: var(--aer-color-primary);
    transform: scale(1.25);
}

.aer-swiper-controls {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.aer-swiper-arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--aer-color-border);
    background: var(--aer-color-white);
    color: var(--aer-color-primary);
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.aer-swiper-arrow:hover,
.aer-swiper-arrow:focus {
    background: var(--aer-color-primary);
    color: var(--aer-color-white);
    transform: translateY(-1px);
}

.aer-swiper-arrow.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
    transform: none;
    background: var(--aer-color-white);
    color: var(--aer-color-ink-soft);
}

/* --- Testimonials --- */
.aer-testimonials__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    margin-top: 2.25rem;
}

.aer-testimonial-card {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.aer-testimonial-card__quote,
.aer-testimonial-card__quote p {
    margin: 0;
    padding: 0;
    border: none;
}

.aer-testimonial-card__quote p {
    color: var(--aer-color-ink);
    font-size: 1.05rem;
    line-height: 1.6;
}

.aer-testimonial-card__attribution {
    padding-top: 0.85rem;
    border-top: 1px solid var(--aer-color-border);
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.aer-testimonial-card__name {
    font-weight: 700;
    color: var(--aer-color-primary);
}

/* --- Homepage FAQ snippet --- */
.aer-faq-list {
    margin-top: 2rem;
    display: grid;
    gap: 0.85rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.aer-faq-list--full {
    max-width: 860px;
}

.aer-faq-item {
    background: var(--aer-color-white);
    border: 1px solid var(--aer-color-border);
    border-radius: var(--aer-radius-md);
    padding: 0;
    box-shadow: 0 8px 22px rgba(74, 30, 97, 0.06);
    overflow: hidden;
}

.aer-faq-item[open] {
    border-color: var(--aer-color-primary);
    box-shadow: 0 14px 32px rgba(107, 45, 139, 0.14);
}

.aer-faq-item__question {
    list-style: none;
    cursor: pointer;
    padding: 1.15rem 1.4rem;
    font-weight: 600;
    color: var(--aer-color-ink);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.aer-faq-item__question::-webkit-details-marker {
    display: none;
}

.aer-faq-item__question::after {
    content: '+';
    font-size: 1.4rem;
    line-height: 1;
    color: var(--aer-color-primary);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.aer-faq-item[open] .aer-faq-item__question::after {
    transform: rotate(45deg);
}

.aer-faq-item__answer {
    padding: 0 1.4rem 1.25rem;
    color: var(--aer-color-ink-soft);
    line-height: 1.6;
}

.aer-faq-item__answer p {
    margin: 0;
}

.aer-home-faq__link {
    text-align: center;
    margin-top: 1.5rem;
}

.aer-text-link {
    color: var(--aer-color-primary);
    font-weight: 600;
    text-decoration: none;
}

.aer-text-link:hover,
.aer-text-link:focus {
    color: var(--aer-color-hot);
    text-decoration: underline;
}

/* --- Sticky mobile "Get a Quote" CTA --- */
.aer-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9995;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(26, 26, 46, 0.94);
    backdrop-filter: blur(8px);
    box-shadow: 0 -10px 30px rgba(26, 26, 46, 0.22);
    display: none;
}

.aer-sticky-cta__button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.95rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--aer-color-accent), var(--aer-color-primary));
    color: var(--aer-color-white);
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 229, 204, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aer-sticky-cta__button:hover,
.aer-sticky-cta__button:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(0, 229, 204, 0.35);
    color: var(--aer-color-white);
}

/* Cart pill inside the sticky CTA bar — gives mobile a way to view the wishlist/cart */
.aer-sticky-cta {
    display: none;
    align-items: center;
    gap: 0.6rem;
}
.aer-sticky-cta__cart {
    position: relative;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.aer-sticky-cta__cart:hover,
.aer-sticky-cta__cart:focus { background: rgba(57, 208, 216, 0.22); border-color: rgba(57, 208, 216, 0.55); color: #fff; transform: translateY(-1px); }
.aer-sticky-cta__cart.has-items { background: rgba(57, 208, 216, 0.22); border-color: rgba(57, 208, 216, 0.6); }
.aer-sticky-cta__cart-icon { width: 22px; height: 22px; display: block; }
.aer-sticky-cta__cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--aer-color-hot, #ff4fa3);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.aer-sticky-cta__cart-count[data-count="0"] { display: none; }
.aer-sticky-cta__button { flex: 1 1 auto; }

/* Only show sticky CTA on mobile/tablet where the header CTA is not visible */
@media (max-width: 780px) {
    .aer-sticky-cta {
        display: flex;
    }

    body {
        padding-bottom: 5.25rem;
    }
}

/* --- Responsive for all new sections --- */
@media (max-width: 960px) {
    .aer-how-it-works .aer-steps {
        grid-template-columns: 1fr;
    }

    .aer-testimonials__grid {
        grid-template-columns: 1fr;
    }
}

/* --- Book-now hero tweak --- */
.aer-hero--book-now .aer-hero__layout,
.aer-hero--slim .aer-hero__layout {
    grid-template-columns: 1fr;
}

.aer-hero--slim {
    padding-bottom: 0;
}

.aer-book-now__panel {
    background: var(--aer-color-white);
    border-radius: var(--aer-radius-lg);
    padding: 2rem;
    box-shadow: var(--aer-shadow-card);
    border: 1px solid var(--aer-color-border);
}

/* --- Gallery empty state --- */
.aer-gallery__empty {
    text-align: center;
    color: var(--aer-color-ink-soft);
    padding: 3rem 1rem;
    background: var(--aer-color-surface);
    border-radius: var(--aer-radius-md);
}

/* =========================================================================
   Header cleanup — hide RentPro's search, mini-cart, login, wishlist
   everywhere, so the header matches the bubble-emporium minimal pattern:
   brand + nav + persistent "Get a Quote" CTA.
   ========================================================================= */
.header-search-form,
.header-right .search-form,
.header-col-end .search-form,
.header-right .mini-cart,
.header-col-end .mini-cart,
.mini-cart__button,
.header-right .login-button,
.header-col-end .login-button,
.header-right .header-wishlist-button,
.header-col-end .header-wishlist-button {
    display: none !important;
}

/* --- Injected "Get a Quote" header CTA --- */
.aer-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    margin-left: 0.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--aer-color-accent), var(--aer-color-primary));
    color: var(--aer-color-white) !important;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(0, 229, 204, 0.26);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.aer-header-cta:hover,
.aer-header-cta:focus {
    color: var(--aer-color-white) !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 229, 204, 0.33);
    filter: brightness(1.05);
}

/* On small screens the header CTA is redundant with the sticky mobile
   CTA bar, so hide it under the breakpoint where the sticky bar kicks in. */
@media (max-width: 780px) {
    .aer-header-cta {
        display: none;
    }
}

/* =========================================================================
   0.2.2 — Bubble-emporium design pass
   Typography (Poppins + clamp scale), button teal->pink hover swap with
   lift, dark section gradient, oversized hero, card shadow upgrade.
   Scoped to child-theme pages + WooCommerce pages to avoid fighting the
   RentPro parent elsewhere.
   ========================================================================= */

body.aer-homepage,
body.aer-home-template,
body.aer-about-page,
body.aer-faq-page,
body.aer-contact-page,
body.aer-book-now-page,
body.aer-gallery-page,
body.aer-landing-page,
body.aer-geo-page,
body.woocommerce,
body.woocommerce-page {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: var(--aer-color-ink);
}

/* Neutralize page-shell gradient so child sections own their own background
   without the parent bleeding through via opacity overlays. */
main#primary.aer-page-shell {
    background: transparent !important;
}

body.aer-homepage,
body.aer-home-template,
body.aer-about-page,
body.aer-faq-page,
body.aer-contact-page,
body.aer-book-now-page,
body.aer-gallery-page {
    background: linear-gradient(180deg, #d8c9eb 0%, #b6e6ee 22%, #b6e6ee 78%, #c8b8e0 100%) !important;
    background-attachment: fixed !important;
}

.aer-page-shell h1,
.aer-page-shell h2,
.aer-page-shell h3,
.aer-page-shell h4 {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    line-height: 1.12;
    color: var(--aer-color-ink);
}

.aer-page-shell h1 {
    font-size: clamp(1.9rem, 4.4vw, 3.1rem);
    letter-spacing: -0.025em;
    font-weight: 700;
}

.aer-page-shell h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.25rem);
    letter-spacing: -0.02em;
    font-weight: 700;
}

.aer-page-shell h3 {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    letter-spacing: -0.02em;
    font-weight: 700;
}

.aer-page-shell p {
    color: var(--aer-color-ink-soft);
}

.aer-page-shell .aer-eyebrow {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: var(--aer-color-soft-accent);
    color: var(--aer-color-accent-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Light-section hero background (bubble's radial gradient wash) */
.aer-page-shell {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 212, 102, 0.18), transparent 42%),
        radial-gradient(circle at 88% 12%, rgba(57, 208, 216, 0.2), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, var(--aer-color-surface) 100%);
}

/* --- Button — teal body, pink-on-hover with 2px lift (bubble signature) --- */
.aer-page-shell .aer-button,
.aer-header-cta,
.aer-sticky-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 26px;
    border-radius: 999px;
    background: var(--aer-color-accent);
    color: #0f1a20 !important;
    font-weight: 700;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(57, 208, 216, 0.28);
    transition:
        transform var(--aer-ease),
        background-color var(--aer-ease),
        box-shadow var(--aer-ease),
        color var(--aer-ease);
}

.aer-page-shell .aer-button:hover,
.aer-page-shell .aer-button:focus,
.aer-header-cta:hover,
.aer-header-cta:focus,
.aer-sticky-cta__button:hover,
.aer-sticky-cta__button:focus {
    background: var(--aer-color-hot);
    color: var(--aer-color-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(255, 79, 163, 0.3);
}

.aer-page-shell .aer-button--ghost {
    background: transparent;
    color: var(--aer-color-ink) !important;
    border: 1px solid rgba(49, 33, 78, 0.14);
    box-shadow: none;
}

.aer-page-shell .aer-button--ghost:hover,
.aer-page-shell .aer-button--ghost:focus {
    background: var(--aer-color-hot);
    color: var(--aer-color-white) !important;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(255, 79, 163, 0.3);
}

/* --- Cards — bubble shadow + softer border + hover lift --- */
.aer-page-shell .aer-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--aer-color-border);
    border-radius: var(--aer-radius-md);
    box-shadow: var(--aer-shadow-card);
    padding: 28px;
    transition: transform var(--aer-ease), box-shadow var(--aer-ease);
}

.aer-page-shell .aer-card-link:hover,
.aer-page-shell .aer-card-link:focus {
    transform: translateY(-4px);
    box-shadow: var(--aer-shadow-strong);
}

/* --- Dark section treatment (bubble's packages-preview pattern)
   Specificity bumped via .aer-page-shell prefix + explicit
   background-color fallback so the RentPro parent can't beat it. --- */
.aer-page-shell .aer-page-section--dark {
    background-color: #2e1a47 !important;
    background-image: linear-gradient(135deg, #2e1a47, #4b2c6f) !important;
    color: var(--aer-color-text-on-dark);
}

.aer-page-shell .aer-page-section--dark h2,
.aer-page-shell .aer-page-section--dark h3,
.aer-page-shell .aer-page-section--dark p,
.aer-page-shell .aer-page-section--dark li,
.aer-page-shell .aer-page-section--dark a {
    color: var(--aer-color-text-on-dark);
}

.aer-page-shell .aer-page-section--dark .aer-eyebrow {
    background: rgba(57, 208, 216, 0.2);
    color: var(--aer-color-accent);
}

.aer-page-shell .aer-page-section--dark .aer-card {
    background-color: rgba(255, 255, 255, 0.08) !important;
    background-image: none !important;
    border: 1px solid var(--aer-color-border-on-dark) !important;
    box-shadow: none;
    backdrop-filter: blur(12px);
    color: var(--aer-color-text-on-dark);
}

.aer-page-shell .aer-page-section--dark .aer-card h3,
.aer-page-shell .aer-page-section--dark .aer-card p {
    color: var(--aer-color-text-on-dark);
}

.aer-page-shell .aer-page-section--dark .aer-card__link-cue {
    color: var(--aer-color-accent);
}

.aer-page-shell .aer-page-section--dark .aer-card-link:hover,
.aer-page-shell .aer-page-section--dark .aer-card-link:focus {
    background-color: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
}

.aer-page-shell .aer-page-section--dark .aer-button--ghost {
    color: var(--aer-color-text-on-dark) !important;
    border-color: rgba(255, 255, 255, 0.28);
}

/* Swiper pagination dots + arrows on dark sections */
.aer-page-shell .aer-page-section--dark .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.35);
}

.aer-page-shell .aer-page-section--dark .swiper-pagination-bullet-active {
    background: var(--aer-color-accent);
}

.aer-page-shell .aer-page-section--dark .aer-swiper-arrow {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--aer-color-border-on-dark);
    color: var(--aer-color-text-on-dark);
}

.aer-page-shell .aer-page-section--dark .aer-swiper-arrow:hover,
.aer-page-shell .aer-page-section--dark .aer-swiper-arrow:focus {
    background: var(--aer-color-accent);
    color: #0f1a20;
}

/* --- Testimonials — bulletproof LIGHT section.
   Max-specificity selectors + !important on every property so the section
   renders cleanly regardless of parent-theme rules, WP Rocket CSS
   reordering, or 10Web optimization. --- */
body main#primary.aer-page-shell section.aer-testimonials,
body main#primary section.aer-testimonials,
body section.aer-testimonials {
    background-color: #f4f7fa !important;
    background-image: none !important;
    color: #1d1730 !important;
}

body section.aer-testimonials h2,
body section.aer-testimonials h3,
body section.aer-testimonials p,
body section.aer-testimonials .aer-eyebrow {
    color: #1d1730 !important;
}

body section.aer-testimonials .aer-eyebrow {
    background-color: rgba(57, 208, 216, 0.14) !important;
    color: #2eafb5 !important;
}

body section.aer-testimonials .aer-testimonial-card {
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid rgba(49, 33, 78, 0.1) !important;
    box-shadow: 0 20px 50px rgba(34, 20, 57, 0.12) !important;
    backdrop-filter: none !important;
    color: #1d1730 !important;
}

body section.aer-testimonials .aer-testimonial-card blockquote,
body section.aer-testimonials .aer-testimonial-card blockquote p,
body section.aer-testimonials .aer-testimonial-card__quote,
body section.aer-testimonials .aer-testimonial-card__quote p {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-style: normal !important;
    color: #1d1730 !important;
    quotes: none !important;
}

body section.aer-testimonials .aer-testimonial-card__quote p {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    /* Give short quotes breathing room so cards land near the same height */
    min-height: 7rem;
}

body section.aer-testimonials .aer-testimonial-card__name {
    color: #4b2c6f !important;
}

/* Stretch cards to equal heights, pin attribution to the bottom */
body section.aer-testimonials .aer-testimonials__grid {
    align-items: stretch !important;
}

body section.aer-testimonials .aer-testimonial-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

body section.aer-testimonials .aer-testimonial-card__quote {
    flex: 1 1 auto !important;
}

body section.aer-testimonials .aer-testimonial-card__attribution {
    margin-top: 1rem !important;
    padding-top: 0.85rem !important;
    border-top: 1px solid rgba(49, 33, 78, 0.1) !important;
}

/* --- Hero — bubble's 1.1fr / 0.9fr split with white floating panel --- */
.aer-hero {
    position: relative;
    padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.aer-hero__layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
}

.aer-hero__panel.aer-hero__visual {
    padding: 30px;
    border-radius: var(--aer-radius-lg);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--aer-shadow-strong);
    color: var(--aer-color-ink);
}

.aer-hero__panel.aer-page-content p {
    max-width: 560px;
    font-size: 1.05rem;
}

.aer-hero__stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.aer-stat {
    padding: 14px 16px;
    border-radius: var(--aer-radius-sm);
    background: rgba(57, 208, 216, 0.1);
    border: 1px solid rgba(57, 208, 216, 0.22);
}

.aer-stat strong {
    display: block;
    font-weight: 700;
    color: var(--aer-color-primary-dark);
    margin-bottom: 4px;
}

.aer-stat span {
    color: var(--aer-color-ink-soft);
    font-size: 0.92rem;
}

@media (max-width: 960px) {
    .aer-hero__layout {
        grid-template-columns: 1fr;
    }
}

/* --- Sticky mobile CTA — bubble spacing (16px inset + rounded pill) --- */
.aer-sticky-cta {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border-radius: 999px;
}

.aer-sticky-cta__button {
    box-shadow: 0 18px 40px rgba(27, 11, 46, 0.35);
}

/* --- Trust bar on dark — treat as bubble's footer strip --- */
.aer-trust-bar {
    background: var(--aer-dark-bg);
}

.aer-trust-bar__lead {
    color: var(--aer-color-accent);
}

/* --- Testimonials get bubble's card treatment (already covered) --- */
.aer-testimonial-card__quote p {
    font-size: 1.05rem;
}

/* --- Final polish for small typographic details --- */
.aer-page-shell a {
    color: var(--aer-color-accent-dark);
}

.aer-page-shell a:hover,
.aer-page-shell a:focus {
    color: var(--aer-color-hot);
}

/* =========================================================================
   0.3.0 — "Bubble polish, Square simplicity" homepage
   Simplified hero + 2x2 gradient card grids for rentals and events.
   ========================================================================= */

/* --- Simplified hero --- */
.aer-hero--simple {
    padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
    text-align: center;
}

.aer-hero__simple-layout {
    display: flex;
    justify-content: center;
}

.aer-hero__simple-content {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.aer-hero__simple-headline {
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    line-height: 1.15;
    letter-spacing: -0.022em;
    font-weight: 700;
    margin: 0;
}

.aer-hero__simple-lede {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--aer-color-ink-soft);
    max-width: 620px;
    margin: 0;
}

.aer-hero--simple .aer-button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

/* --- Photo hero (homepage) --- */
.aer-hero--photo {
    position: relative;
    padding: clamp(6rem, 14vw, 11rem) 0 clamp(5rem, 12vw, 9rem);
    /* Dark fallback so the section is never naked white if the image 404s. */
    background-color: #0b1224;
    background-image: linear-gradient(rgba(8, 12, 24, 0.55), rgba(8, 12, 24, 0.65));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.aer-hero--photo-fallback {
    /* No photo yet — render a calmer night-sky gradient on its own. */
    background-image: linear-gradient(160deg, #0b1224 0%, #1a2444 60%, #0b1224 100%);
}

.aer-hero--photo .aer-hero__simple-content {
    max-width: 720px;
    align-items: center;
    gap: 1.5rem;
}

.aer-hero--photo .aer-hero__simple-headline,
.aer-hero--photo .aer-hero__simple-lede {
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.aer-hero--photo .aer-hero__simple-headline {
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    line-height: 1.1;
}

.aer-hero--photo .aer-hero__simple-lede {
    font-size: 1.05rem;
    opacity: 0.95;
}

.aer-hero--photo .aer-button-row {
    margin-top: 0.75rem;
}

.aer-hero--photo .aer-button--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.aer-hero--photo .aer-button--ghost:hover,
.aer-hero--photo .aer-button--ghost:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: #fff;
}

/* --- Gradient card grid (shared between rentals + events) --- */
.aer-gradient-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

@media (min-width: 960px) {
    .aer-gradient-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .aer-gradient-grid {
        grid-template-columns: 1fr;
    }
}

.aer-gradient-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 280px;
    aspect-ratio: 1 / 1;
    border-radius: var(--aer-radius-lg);
    overflow: hidden;
    color: var(--aer-color-white);
    text-decoration: none;
    box-shadow: var(--aer-shadow-card);
    transition: transform var(--aer-ease), box-shadow var(--aer-ease);
    isolation: isolate;
}

.aer-gradient-card:hover,
.aer-gradient-card:focus {
    transform: translateY(-4px);
    box-shadow: var(--aer-shadow-strong);
    color: var(--aer-color-white);
    text-decoration: none;
}

.aer-gradient-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transition: transform var(--aer-ease);
}

.aer-gradient-card:hover .aer-gradient-card__overlay,
.aer-gradient-card:focus .aer-gradient-card__overlay {
    transform: scale(1.04);
}

.aer-gradient-card__body {
    position: relative;
    z-index: 2;
    padding: 1.5rem 1.4rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    background: linear-gradient(
        to top,
        rgba(12, 8, 20, 0.95) 0%,
        rgba(12, 8, 20, 0.85) 55%,
        rgba(12, 8, 20, 0.4) 85%,
        transparent 100%
    );
}

/* Gradient card text — force pure white with !important so it beats the
   page-shell's default dark ink color on h3/p elements. */
.aer-page-shell .aer-gradient-card__title,
.aer-page-shell .aer-gradient-card .aer-gradient-card__title,
.aer-page-shell .aer-gradient-card__copy,
.aer-page-shell .aer-gradient-card__cue {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.6) !important;
}

.aer-page-shell .aer-gradient-card__title {
    font-weight: 800 !important;
    font-size: 1.75rem !important;
}

.aer-page-shell .aer-gradient-card__copy {
    font-weight: 500 !important;
    font-size: 0.98rem !important;
}

.aer-page-shell .aer-gradient-card__cue {
    font-weight: 800 !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.aer-gradient-card__title {
    margin: 0;
    font-size: 1.65rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--aer-color-white);
}

.aer-gradient-card__copy {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.aer-gradient-card__cue {
    margin-top: 0.35rem;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    text-transform: uppercase;
}

/* Gradient variants — each category gets a distinct hue */
.aer-gradient-card--teal .aer-gradient-card__overlay {
    background-image: linear-gradient(135deg, #39d0d8 0%, #2eafb5 100%);
}

.aer-gradient-card--pink .aer-gradient-card__overlay {
    background-image: linear-gradient(135deg, #ff4fa3 0%, #d93d85 100%);
}

.aer-gradient-card--yellow .aer-gradient-card__overlay {
    background-image: linear-gradient(135deg, #ffd466 0%, #ffa93d 100%);
}

.aer-gradient-card--green .aer-gradient-card__overlay {
    background-image: linear-gradient(135deg, #6ae2af 0%, #3fc488 100%);
}

.aer-gradient-card--purple .aer-gradient-card__overlay {
    background-image: linear-gradient(135deg, #4b2c6f 0%, #2e1a47 100%);
}

.aer-gradient-card--navy .aer-gradient-card__overlay {
    background-image: linear-gradient(135deg, #2b3a67 0%, #1a2342 100%);
}

/* When a featured image is available, layer it above the gradient with
   the gradient acting as a fallback behind a soft darkening veil. */
.aer-gradient-card--has-image .aer-gradient-card__overlay {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%),
        var(--aer-card-image);
    background-size: cover, cover;
    background-position: center, center;
}

/* =========================================================================
   0.3.2 — Single-page site (About + FAQ + Contact as homepage sections)
   ========================================================================= */

/* Smooth-scroll + anchor offset for the sticky header. */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* --- About section --- */
.aer-about-band {
    background: rgba(255, 255, 255, 0.55);
}

.aer-about-band__layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.aer-about-band__copy p {
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--aer-color-ink-soft);
    margin: 0 0 1rem;
}

.aer-about-band__points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.aer-about-band__points li {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.1rem 1.2rem;
    border-radius: var(--aer-radius-md);
    background: rgba(57, 208, 216, 0.06);
    border: 1px solid rgba(57, 208, 216, 0.18);
}

.aer-about-band__points strong {
    font-weight: 700;
    color: var(--aer-color-primary-dark);
    font-size: 1.02rem;
}

.aer-about-band__points span {
    color: var(--aer-color-ink-soft);
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .aer-about-band__layout {
        grid-template-columns: 1fr;
    }
}

/* --- Contact section (lives on dark gradient) --- */
.aer-contact-band__layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.aer-contact-band__lead p {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 0 1.25rem;
    color: rgba(247, 248, 253, 0.85);
}

.aer-contact-band__details {
    display: grid;
    gap: 0.9rem;
}

.aer-contact-card {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.1rem 1.3rem;
    border-radius: var(--aer-radius-md);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    text-decoration: none;
    color: var(--aer-color-text-on-dark);
    transition: transform var(--aer-ease), background-color var(--aer-ease), border-color var(--aer-ease);
}

a.aer-contact-card:hover,
a.aer-contact-card:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(57, 208, 216, 0.5);
    text-decoration: none;
    color: var(--aer-color-text-on-dark);
}

.aer-contact-card__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--aer-color-accent);
}

.aer-contact-card__value {
    font-weight: 700;
    font-size: 1.12rem;
    color: var(--aer-color-text-on-dark);
    line-height: 1.3;
}

@media (max-width: 900px) {
    .aer-contact-band__layout {
        grid-template-columns: 1fr;
    }
}

/* --- Defensive light bg: belt & suspenders so the hero + non-dark
   sections can never render on the RentPro parent's dark body. --- */
html body main#primary.aer-page-shell {
    background-color: #f4f7fa !important;
    background-image: none !important;
}

html body main#primary .aer-hero:not(.aer-hero--photo),
html body main#primary .aer-page-section:not(.aer-page-section--dark) {
    background-color: transparent !important;
    background-image: none !important;
}

/* Photo hero opts back in to its own background (overrides the defensive
   reset above; needed because the inline gradient + image must win). */
html body main#primary .aer-hero.aer-hero--photo {
    background-color: #0b1224 !important;
}

html body.aer-homepage,
html body.aer-home-template {
    background-color: #f4f7fa !important;
}

/* --- Inline shop section (WooCommerce product loop on the homepage) --- */
html body main#primary section.aer-shop-band {
    background-color: #ffffff !important;
    background-image: none !important;
}

.aer-shop-band {
    background-color: #ffffff;
}

.aer-shop-band__grid {
    margin-top: 2.5rem;
}

/* Make WooCommerce's loop feel at home inside the bubble-polish layout */
.aer-shop-band .woocommerce,
.aer-shop-band .woocommerce ul.products {
    margin: 0;
    padding: 0;
}

.aer-shop-band ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aer-shop-band ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 1rem !important;
    background: var(--aer-color-white);
    border: 1px solid var(--aer-color-border);
    border-radius: var(--aer-radius-md);
    box-shadow: var(--aer-shadow-card);
    transition: transform var(--aer-ease), box-shadow var(--aer-ease);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.aer-shop-band ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: var(--aer-shadow-strong);
}

/* Force every product thumbnail to render at the exact same square
   size regardless of the source photo's dimensions. */
.aer-shop-band ul.products li.product a img,
.aer-shop-band ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: var(--aer-radius-sm) !important;
    margin: 0 0 0.5rem !important;
    display: block !important;
}

/* Placeholder (no-image) thumbnails */
.aer-shop-band ul.products li.product .attachment-woocommerce_thumbnail {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
}

.aer-shop-band ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--aer-color-ink) !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.aer-shop-band ul.products li.product .price {
    color: var(--aer-color-primary-dark) !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
}

.aer-shop-band ul.products li.product .button,
.aer-shop-band ul.products li.product .add_to_cart_button {
    margin-top: auto !important;
    padding: 0.65rem 1rem !important;
    min-height: 40px !important;
    border-radius: 999px !important;
    background: var(--aer-color-accent) !important;
    color: #0f1a20 !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(57, 208, 216, 0.25) !important;
    transition: background-color var(--aer-ease), transform var(--aer-ease), box-shadow var(--aer-ease) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aer-shop-band ul.products li.product .button:hover,
.aer-shop-band ul.products li.product .add_to_cart_button:hover {
    background: var(--aer-color-hot) !important;
    color: var(--aer-color-white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 28px rgba(255, 79, 163, 0.28) !important;
}

.aer-shop-band__footer {
    margin-top: 2rem;
    text-align: center;
}

@media (max-width: 960px) {
    .aer-shop-band ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 540px) {
    .aer-shop-band ul.products {
        grid-template-columns: 1fr !important;
    }
}

/* --- Merged dark closer footer (CTA + contact cards + site links) --- */
.aer-trust-footer--dark {
    background: linear-gradient(135deg, #2e1a47 0%, #4b2c6f 100%);
    border-top: none;
    color: var(--aer-color-text-on-dark);
    padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(1.75rem, 3vw, 2.5rem);
}

.aer-trust-footer--dark .aer-eyebrow {
    background: rgba(57, 208, 216, 0.2);
    color: var(--aer-color-accent);
}

.aer-trust-footer--dark h2,
.aer-trust-footer--dark h3,
.aer-trust-footer--dark p,
.aer-trust-footer--dark li,
.aer-trust-footer--dark a {
    color: var(--aer-color-text-on-dark);
}

.aer-trust-footer--dark .aer-trust-footer__menu-list a:hover,
.aer-trust-footer--dark .aer-trust-footer__menu-list a:focus {
    color: var(--aer-color-accent);
}

.aer-trust-footer__inner {
    display: grid;
    gap: clamp(2.25rem, 4vw, 3.25rem);
}

.aer-trust-footer__cta {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: center;
}

.aer-trust-footer__cta-lead h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.08;
}

.aer-trust-footer__cta-lead p {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 0 1.5rem;
    color: rgba(247, 248, 253, 0.85);
}

.aer-trust-footer__cta-cards {
    display: grid;
    gap: 0.9rem;
}

.aer-trust-footer--dark .aer-button--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--aer-color-text-on-dark) !important;
}

.aer-trust-footer--dark .aer-button--ghost:hover,
.aer-trust-footer--dark .aer-button--ghost:focus {
    background: var(--aer-color-hot);
    border-color: transparent;
    color: var(--aer-color-white) !important;
}

.aer-trust-footer--dark .aer-trust-footer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    padding-top: clamp(1.5rem, 3vw, 2.25rem);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.aer-trust-footer--dark .aer-trust-footer__menu h3 {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
}

.aer-trust-footer--dark .aer-trust-footer__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.aer-trust-footer--dark .aer-trust-footer__menu-list a {
    text-decoration: none;
    transition: color var(--aer-ease);
}

.aer-trust-footer--dark .aer-trust-footer__bottom {
    display: flex;
    justify-content: center;
    padding-top: 1.25rem;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(247, 248, 253, 0.6);
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .aer-trust-footer__cta {
        grid-template-columns: 1fr;
    }

    .aer-trust-footer--dark .aer-trust-footer__grid {
        grid-template-columns: 1fr;
    }
}


/* Kill RentPro mobile bottom tab bar (home/shop/search icons on mobile) */
#page-mobile-tabs, .page-mobile-tabs { display: none !important; }
body.page-has-mobile-tabs { padding-bottom: 0 !important; }

/* Cart "Request a Quote" summary — full width, button matches row width */
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
}
body.woocommerce-cart .cart_totals {
    margin-top: 1.5rem;
}
body.woocommerce-cart .wc-proceed-to-checkout {
    display: block;
    width: auto;
    padding: 1rem 1.5rem 1.25rem;
    margin: 0;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button > *,
body.woocommerce-cart .wc-proceed-to-checkout a.button > * {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

/* Powered-by credit in footer */
.aer-trust-footer__credit { font-size: 0.85rem; opacity: 0.75; margin: 0.25rem 0 0; }
.aer-trust-footer__credit a { color: inherit; text-decoration: underline; }
.aer-trust-footer__credit a:hover { opacity: 1; }

/* Footer bottom strip — enhanced (scoped to --dark to beat earlier rule) */
.aer-trust-footer--dark .aer-trust-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    color: rgba(247, 248, 253, 0.7);
    font-size: 0.88rem;
    line-height: 1.4;
}
.aer-trust-footer--dark .aer-trust-footer__bottom-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 1rem;
    line-height: 1.4;
}
.aer-trust-footer--dark .aer-trust-footer__copyright {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.4;
}
.aer-trust-footer--dark .aer-trust-footer__copyright span {
    color: rgba(255, 255, 255, 0.55);
    margin-left: 0.25rem;
    font-weight: 400;
}
.aer-trust-footer--dark .aer-trust-footer__legal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    font-size: 0.85rem;
    line-height: 1.4;
}
.aer-trust-footer--dark .aer-trust-footer__legal li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.aer-trust-footer--dark .aer-trust-footer__legal li + li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    margin: 0 0.75rem;
    flex: 0 0 auto;
}
.aer-trust-footer--dark .aer-trust-footer__legal a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
    transition: color 150ms ease;
}
.aer-trust-footer--dark .aer-trust-footer__legal a:hover { color: #fff; }
.aer-trust-footer--dark .aer-trust-footer__credit {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}
.aer-trust-footer--dark .aer-trust-footer__credit-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1;
    letter-spacing: 0.01em;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.aer-trust-footer--dark .aer-trust-footer__credit-link:hover {
    background: rgba(57, 208, 216, 0.15);
    border-color: rgba(57, 208, 216, 0.55);
    transform: translateY(-1px);
}
.aer-trust-footer--dark .aer-trust-footer__credit-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--aer-color-accent, #39d0d8);
    box-shadow: 0 0 0 3px rgba(57, 208, 216, 0.18);
    flex: 0 0 auto;
}
@media (max-width: 720px) {
    .aer-trust-footer--dark .aer-trust-footer__bottom {
        justify-content: center;
        text-align: center;
    }
    .aer-trust-footer--dark .aer-trust-footer__bottom-left { justify-content: center; }
}

/* Mobile header: hide the search icon, show the cart icon so visitors
   can jump straight to their cart and "Request a Quote". */
@media (max-width: 991px) {
    .page-open-popup-search,
    a.page-open-popup-search,
    .header-icon.page-open-popup-search { display: none !important; }

    .mini-cart__button,
    a.mini-cart__button,
    .header-icon.mini-cart__button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
    /* Make sure the cart badge is visible on mobile */
    .mini-cart__button .mini-cart-badge,
    .mini-cart__button .icon-badge { display: flex !important; }
}

/* Cart icon in the simplified (lite) header — visible on every page */
.aer-lite-header__cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--aer-color-border);
    background: #fff;
    color: var(--aer-color-primary, #4b2c6f);
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
    flex: 0 0 auto;
    margin-left: 0.5rem;
}
.aer-lite-header__cart:hover,
.aer-lite-header__cart:focus {
    background: var(--aer-color-primary, #4b2c6f);
    border-color: var(--aer-color-primary, #4b2c6f);
    color: #fff;
    transform: translateY(-1px);
}
.aer-lite-header__cart.has-items {
    background: var(--aer-color-accent, #39d0d8);
    border-color: var(--aer-color-accent-dark, #2eafb5);
    color: #fff;
}
.aer-lite-header__cart-icon { width: 20px; height: 20px; display: block; }
.aer-lite-header__cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--aer-color-hot, #ff4fa3);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.aer-lite-header__cart-count[data-count="0"] { display: none; }

/* ------------------------------------------------------------------
   FAQ page — scale down the right-column "Need Help Fast?" aside h2.
   The shared .aer-page-content > .aer-section-heading h2 rule renders
   it at hero size (~53px), which makes the supporting sentence look
   oversized and crowd the column. Cap it at a true supporting size.
   ------------------------------------------------------------------ */
.aer-faq-page aside.aer-page-content > .aer-section-heading h2 {
    font-size: clamp(1.25rem, 1.8vw, 1.6rem);
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.005em;
}

/* ------------------------------------------------------------------
   About page — owner / founder card (Brandon Nelson).
   Photo optional: drop assets/img/brandon-nelson.jpg to populate.
   ------------------------------------------------------------------ */
.aer-about-founder-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1.5rem;
    align-items: start;
    padding: 1.5rem;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.02);
    margin: 1.5rem 0 2rem;
}
.aer-about-founder-card:has(.aer-about-founder-photo:not([src])),
.aer-about-founder-card:not(:has(.aer-about-founder-photo)) {
    grid-template-columns: 1fr;
}
.aer-about-founder-photo {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
}
.aer-about-founder-body h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
}
.aer-about-founder-body p {
    margin: 0 0 0.75rem;
    line-height: 1.65;
}
@media (max-width: 600px) {
    .aer-about-founder-card {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .aer-about-founder-photo {
        width: 100%;
        max-width: 220px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

/* ------------------------------------------------------------------
   /#quote anchor scroll offset — the sticky header otherwise clips
   the top of the form heading when visitors arrive via "Get a Quote".
   ------------------------------------------------------------------ */
#quote {
    scroll-margin-top: 120px;
}
