/* Product-page design tokens from product.html. Keep local to this block for easy future edits. */
.wp-block-ananeoo-product-hero-sec.product-hero-sec {
    --product-hero-text: #003660;
    --bg: oklch(98.5% 0.005 220);
    --surface: oklch(100% 0 0);
    --surface-2: oklch(96.7% 0.008 220);
    --teal-soft: oklch(95.5% 0.022 210);
    --ink: oklch(26% 0.032 232);
    --muted: #003660;
    --border: oklch(90% 0.012 220);
    --teal: oklch(32% 0.045 228);
    --teal-deep: oklch(27% 0.04 230);
    --teal-2: oklch(46% 0.055 224);
    --accent: oklch(74% 0.095 80);
    --accent-hi: oklch(80% 0.085 82);
    --accent-ink: oklch(26% 0.045 75);
    --blue: oklch(54% 0.13 244);
    --blue-soft: oklch(94% 0.03 240);
    --green: oklch(54% 0.12 165);
    --green-soft: oklch(94% 0.04 165);
    --green-ink: oklch(40% 0.09 165);
    --on-teal: var(--product-hero-text);
    --on-teal-mut: var(--product-hero-text);
    --border-teal: oklch(72% 0.03 220 / 0.26);
    --t-label: 0.82rem;
    --t-lead: clamp(1.15rem, 1.05rem + 0.4vw, 1.34rem);
    --t-h4: clamp(1.2rem, 1.06rem + 0.5vw, 1.42rem);
    --t-h3: clamp(1.42rem, 1.2rem + 1vw, 1.9rem);
    --t-h2: clamp(1.85rem, 1.4rem + 2vw, 2.9rem);
    --t-h1: clamp(2.3rem, 1.6rem + 3.4vw, 3.85rem);
    font-family: var(--font-body);
    font-size: clamp(17px, 1rem + 0.25vw, 19.5px);
    line-height: 1.65;
    background: linear-gradient(110deg, rgb(244, 247, 254) 0%, rgb(244, 247, 254) 56%, rgb(189, 198, 207) 76%, rgb(244, 247, 254) 100%) !important;
    color: var(--product-hero-text);
    overflow: clip;
}

.wp-block-ananeoo-product-hero-sec.product-hero-sec:not(.product-hero-sec--nested) :is(.eyebrow, h1, h2, h3, h4, p, .lead, li, span),
.editor-styles-wrapper .wp-block-ananeoo-product-hero-sec.product-hero-sec:not(.product-hero-sec--nested) :is(.eyebrow, h1, h2, h3, h4, p, .lead, li, span) {
    color: var(--product-hero-text) !important;
}

.product-hero-sec .hero-inner {
    padding-block: clamp(25px, 4vw, 50px);
}

.product-hero-sec.product-hero-sec--nested .hero-inner,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-inner {
    margin-inline: auto;
    width: 100%;
}

.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-inner > .ananeoo-section__editor-inner,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-copy > .ananeoo-section__editor-inner,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-product > .ananeoo-section__editor-inner {
    width: 100%;
}

.product-hero-sec h1 {
    font-size: var(--t-h1);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 20px 0 16px;
}

.product-hero-sec .subhead {
    display: inline-block;
    font-size: var(--t-h3);
    font-weight: 700;
    padding-bottom: 9px;
    border-bottom: 3px solid var(--accent);
    margin-bottom: 16px;
}

.product-hero-sec .lead {
    font-size: var(--t-lead);
    color: var(--on-teal-mut);
    max-width: 40ch;
}

.product-hero-sec .hero-feats {
    list-style: none;
    display: grid;
    gap: 11px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--border-teal);
}

.product-hero-sec.product-hero-sec--nested .hero-feats,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-feats {
    width: 100%;
}

.product-hero-sec.product-hero-sec--nested .hero-feature-item,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-feature-item {
    position: relative;
    padding-left: 31px;
}

.product-hero-sec.product-hero-sec--nested .hero-feature-item > p,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-feature-item > p {
    margin: 0;
}

.product-hero-sec.product-hero-sec--nested .hero-feature-item > p::first-letter,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-feature-item > p::first-letter,
.product-hero-sec.product-hero-sec--nested .hero-trust-item > span::first-letter,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-trust-item > span::first-letter {
    color: var(--accent);
}

.product-hero-sec .hero-feats li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: var(--on-teal-mut);
    font-size: 1.04rem;
}

.product-hero-sec .hero-feats svg {
    flex: none;
    margin-top: 4px;
    color: var(--accent);
}

.product-hero-sec .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.product-hero-sec .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 20px;
    margin-top: 24px;
    font-size: 1.2rem;
    color: var(--on-teal-mut);
}

.product-hero-sec.product-hero-sec--nested .hero-trust,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-trust {
    align-items: center;
}

.product-hero-sec.product-hero-sec--nested .hero-trust-item,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-trust-item {
    margin: 0;
}

.product-hero-sec .hero-trust span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-hero-sec .hero-trust svg {
    color: var(--accent);
    flex: none;
}

.product-hero-sec .hero-product img {
    max-height: 560px;
}

.product-hero-sec.product-hero-sec--nested .hero-product .ananeoo-advanced-image,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-product .ananeoo-advanced-image {
    width: min(100%, var(--ananeoo-image-width, 100%)) !important;
    max-width: min(100%, var(--ananeoo-image-width, 100%)) !important;
    margin-inline: auto;
}

.product-hero-sec.product-hero-sec--nested .hero-product .ananeoo-advanced-image__inner,
.product-hero-sec.product-hero-sec--nested .hero-product .ananeoo-advanced-image__media,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-product .ananeoo-advanced-image__inner,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-product .ananeoo-advanced-image__media {
    aspect-ratio: auto;
    height: auto;
}

.product-hero-sec.product-hero-sec--nested .hero-product img,
.editor-styles-wrapper .product-hero-sec.product-hero-sec--nested .hero-product img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    filter: none;
    object-fit: contain;
}

.product-hero-sec .hero-product__placeholder {
    border: 1px dashed var(--border-teal);
    border-radius: 12px;
    color: var(--on-teal-mut);
    padding: 40px;
    position: relative;
}

@media (max-width: 980px) {
    .product-hero-sec .hero-product {
        order: -1;
    }
}

@media (max-width: 640px) {
    .product-hero-sec .eyebrow {
        display: flex;
        align-items: center;
    }

    .product-hero-sec:not(.product-hero-sec--nested) .hero-product img {
        max-height: 280px;
    }
}
