/*
 * AI Site Architect — isolated clean product visual test.
 * This profile is attached only to drafts created by the clean-test generator.
 * It never relies on legacy Product Detail Template containers or spacing.
 */

:root {
    --asa-clean-navy: #0b2b5b;
    --asa-clean-blue: #0875ee;
    --asa-clean-copy: #526b88;
    --asa-clean-page: #f5f9fd;
    --asa-clean-line: rgba(31, 91, 164, .10);
}

body:has(.asa-clean-hero) { overflow-x: clip; background: #fff; }
.site-content:has(.asa-clean-hero),
.content-area:has(.asa-clean-hero),
.site-main:has(.asa-clean-hero),
article:has(.asa-clean-hero),
.entry-content:has(.asa-clean-hero) {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.asa-clean-shell {
    width: calc(100% - 64px) !important;
    max-width: 1280px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Hero */
.asa-clean-hero {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 28px 0 64px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 22%, rgba(67, 145, 222, .13), transparent 32%),
        linear-gradient(132deg, #f3f8fd 0%, #e9f3fc 58%, #f8fbfe 100%);
}

.asa-clean-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -48%;
    width: 55%;
    height: 80%;
    pointer-events: none;
    opacity: .42;
    background: radial-gradient(ellipse at center, rgba(84, 165, 239, .16), rgba(84, 165, 239, 0) 68%);
}

.asa-clean-hero-inner {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(0, 48fr) minmax(0, 52fr) !important;
    align-items: center !important;
    gap: clamp(42px, 4.2vw, 58px);
}

.asa-clean-hero-copy,
.asa-clean-hero-media {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.asa-clean-hero-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.asa-clean-hero-title,
.asa-clean-hero-subtitle,
.asa-clean-hero-button,
.asa-clean-hero-image {
    width: 100%;
    margin: 0;
}

.asa-clean-hero-title .elementor-heading-title {
    max-width: 640px;
    margin: 0;
    color: var(--asa-clean-navy);
    font-size: clamp(42px, 3vw, 46px);
    font-weight: 780;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.asa-clean-hero-subtitle {
    max-width: 570px;
    margin-top: 20px;
}

.asa-clean-hero-subtitle,
.asa-clean-hero-subtitle p {
    margin-bottom: 0;
    color: #405d7d;
    font-size: 16px;
    line-height: 1.65;
}

.asa-clean-hero-button {
    width: auto;
    margin-top: 30px;
    align-self: flex-start;
}

.asa-clean-hero-button .elementor-button {
    min-height: 48px;
    padding: 14px 29px;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: 0 10px 24px rgba(8, 104, 232, .22);
    transition: transform .18s ease, box-shadow .18s ease;
}

.asa-clean-hero-button .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(8, 104, 232, .27);
}

.asa-clean-hero-media {
    padding: 4px;
    overflow: visible;
    background: #fff;
    border: 1px solid rgba(31, 91, 164, .12);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(17, 52, 94, .16);
}

.asa-clean-hero-image,
.asa-clean-hero-image .elementor-widget-container,
.asa-clean-hero-image a {
    position: relative;
    display: block;
    width: 100%;
}

.asa-clean-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
    max-height: 390px;
    object-fit: contain;
    border-radius: 12px;
}

.asa-clean-zoom-icon {
    position: absolute !important;
    top: 16px;
    right: 16px;
    z-index: 4;
    width: 36px !important;
    height: 36px;
    margin: 0 !important;
    pointer-events: none;
}

.asa-clean-zoom-icon .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #0b4e9f !important;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(17,52,94,.10);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(17,52,94,.18);
    font-size: 15px;
}

/* Floating RFQ card */
.asa-clean-rfq {
    position: relative;
    z-index: 20;
    width: calc(100% - 112px) !important;
    max-width: 1240px !important;
    margin: -41px auto 0 !important;
    padding: 0;
    overflow: visible;
    background: rgba(255, 255, 255, .99);
    border: 1px solid rgba(31, 91, 164, .12);
    border-radius: 17px;
    box-shadow: 0 20px 48px rgba(17, 52, 94, .18);
}

.asa-clean-rfq-inner {
    display: grid !important;
    grid-template-columns: minmax(220px, .82fr) minmax(0, 3.18fr) !important;
    align-items: center !important;
    gap: 24px;
    width: 100%;
    padding: 18px 24px;
}

.asa-clean-pricing {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
}

.asa-clean-pricing-icon,
.asa-clean-pricing-title {
    width: auto;
    margin: 0;
}

.asa-clean-pricing-icon .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--asa-clean-blue) !important;
    background: #edf6ff;
    border: 1px solid rgba(8, 117, 238, .12);
    border-radius: 9px;
    font-size: 18px;
}

.asa-clean-pricing-icon .elementor-icon i,
.asa-clean-pricing-icon .elementor-icon svg,
.asa-clean-pricing-icon .elementor-icon path,
.asa-clean-feature-icon .elementor-icon i,
.asa-clean-feature-icon .elementor-icon svg,
.asa-clean-feature-icon .elementor-icon path,
.asa-clean-zoom-icon .elementor-icon i,
.asa-clean-zoom-icon .elementor-icon svg,
.asa-clean-zoom-icon .elementor-icon path {
    color: var(--asa-clean-blue) !important;
    fill: currentColor !important;
    stroke: currentColor;
}

.asa-clean-pricing-title .elementor-heading-title {
    max-width: 190px;
    margin: 0;
    color: var(--asa-clean-navy);
    font-size: 17px;
    font-weight: 720;
    line-height: 1.22;
}

.asa-clean-rfq-form-widget,
.asa-clean-rfq-form-widget .elementor-widget-container,
.asa-clean-rfq form,
.asa-clean-rfq form > fieldset {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.asa-clean-rfq form > fieldset {
    display: grid;
    grid-template-columns: minmax(130px, .9fr) minmax(165px, 1.08fr) minmax(200px, 1.18fr) minmax(160px, auto);
    align-items: center;
    gap: 10px;
}

.asa-clean-rfq .ff-t-container { display: contents; }

.asa-clean-rfq .ff-el-group,
.asa-clean-rfq .ff-t-cell,
.asa-clean-rfq .ff-el-input--content,
.asa-clean-rfq .ff_submit_btn_wrapper {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.asa-clean-rfq input,
.asa-clean-rfq select,
.asa-clean-rfq button,
.asa-clean-rfq .ff-btn-submit {
    width: 100%;
    height: 44px;
    min-height: 44px;
    margin: 0;
    border-radius: 6px;
}

.asa-clean-rfq select {
    min-width: 200px;
    padding-right: 38px;
    text-overflow: clip;
}

.asa-clean-rfq button,
.asa-clean-rfq .ff-btn-submit {
    min-width: 160px;
    padding: 0 18px;
    white-space: nowrap;
}

/* Key Features */
.asa-clean-features {
    width: 100%;
    margin: 0;
    padding: 18px 0 50px;
    background: #fff;
}

.asa-clean-features-inner { width: calc(100% - 64px); }

.asa-clean-features-heading {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    padding-bottom: 13px;
    text-align: center;
}

.asa-clean-features-heading .elementor-heading-title {
    margin: 0;
    color: var(--asa-clean-navy);
    font-size: clamp(32px, 2.5vw, 37px);
    font-weight: 750;
    line-height: 1.15;
}

.asa-clean-features-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 44px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: var(--asa-clean-blue);
}

.asa-clean-features-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 20px;
    width: 100%;
}

.asa-clean-feature-card {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
    align-items: start !important;
    column-gap: 12px;
    row-gap: 12px;
    width: 100%;
    min-width: 0;
    min-height: 194px;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(31, 91, 164, .14);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(17, 52, 94, .11);
    transition: transform .18s ease, box-shadow .18s ease;
}

.asa-clean-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(17, 52, 94, .10);
}

.asa-clean-feature-icon,
.asa-clean-feature-title,
.asa-clean-feature-copy {
    width: 100%;
    margin: 0;
    text-align: left;
}

.asa-clean-feature-icon {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
}

.asa-clean-feature-icon .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    color: var(--asa-clean-blue) !important;
    background: #edf6ff;
    border: 1px solid rgba(8, 117, 238, .10);
    border-radius: 50%;
    font-size: 20px;
}

.asa-clean-feature-title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}

.asa-clean-feature-title .elementor-heading-title {
    margin: 0;
    color: #0b60c8;
    font-size: 17px;
    font-weight: 720;
    line-height: 1.28;
}

.asa-clean-feature-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
}

.asa-clean-feature-copy,
.asa-clean-feature-copy p {
    margin-bottom: 0;
    color: var(--asa-clean-copy);
    font-size: 15px;
    line-height: 1.62;
}

/* First technology module */
.asa-clean-module {
    padding-top: 4px;
    padding-bottom: 60px;
}

.asa-clean-module-card {
    display: grid !important;
    grid-template-columns: minmax(0, 53fr) minmax(0, 47fr) !important;
    align-items: center !important;
    gap: clamp(36px, 4vw, 50px);
    width: 100%;
    padding: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(31, 91, 164, .13);
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(17, 52, 94, .11);
}

.asa-clean-module-media,
.asa-clean-module-text {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.asa-clean-module-media { position: relative; }

.asa-clean-module-image,
.asa-clean-module-image .elementor-widget-container,
.asa-clean-module-image a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.asa-clean-module-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 370px;
    object-fit: contain;
    border-radius: 15px;
}

.asa-clean-module-image-mobile { display: none; }

.asa-clean-module-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: clamp(8px, 2vw, 24px);
}

.asa-clean-module-title,
.asa-clean-module-copy { width: 100%; margin: 0; }

.asa-clean-module-title .elementor-heading-title {
    margin: 0;
    color: var(--asa-clean-navy);
    font-size: clamp(31px, 2.5vw, 34px);
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.asa-clean-module-copy { margin-top: 17px; }

.asa-clean-module-copy,
.asa-clean-module-copy p {
    color: var(--asa-clean-copy);
    font-size: 16px;
    line-height: 1.72;
}

.asa-clean-module-copy p { margin: 0 0 13px; }
.asa-clean-module-copy p:last-child { margin-bottom: 0; }
.asa-clean-module-copy ul,
.asa-clean-module-copy ol {
    margin: 15px 0 0;
    padding-left: 1.25em;
    color: var(--asa-clean-copy);
}
.asa-clean-module-copy li { margin: 0 0 8px; line-height: 1.62; }
.asa-clean-module-copy li:last-child { margin-bottom: 0; }

/* Reusable image-right and centered-image layout specimens. */
.asa-clean-layout-specimen {
    padding-top: 0;
    padding-bottom: 34px;
}

.asa-clean-showcase-right {
    grid-template-columns: minmax(0, 47fr) minmax(0, 53fr) !important;
}

.asa-clean-showcase-right .asa-clean-showcase-copy {
    padding-right: 0;
    padding-left: clamp(8px, 2vw, 24px);
}

.asa-clean-showcase-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px;
    padding: 24px;
}

.asa-clean-showcase-center-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.asa-clean-showcase-center-copy .asa-clean-module-title,
.asa-clean-showcase-center-copy .asa-clean-module-copy {
    width: 100%;
    text-align: center;
}

.asa-clean-showcase-center-copy .asa-clean-module-copy { max-width: 820px; }

.asa-clean-showcase-center-media {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.asa-clean-showcase-center-media .asa-clean-module-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

/* B2C purchase section. This block is never emitted for B2B products. */
.asa-clean-purchase {
    margin-bottom: 34px;
    padding: 30px;
    background: #f7fbff;
    border: 1px solid rgba(31, 91, 164, .14);
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(17, 52, 94, .08);
}
.asa-clean-purchase-title { margin-bottom: 22px; text-align: center; }
.asa-clean-purchase-title .elementor-heading-title { color: var(--asa-clean-navy); font-size: clamp(29px, 2.7vw, 38px); }
.asa-clean-purchase-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.asa-clean-purchase-consumer,
.asa-clean-purchase-business { padding: 24px; background: #fff; border: 1px solid rgba(31, 91, 164, .12); border-radius: 16px; }
.asa-clean-purchase-subtitle .elementor-heading-title { color: var(--asa-clean-navy); font-size: 22px; }
.asa-clean-purchase-price { margin-top: 10px; }
.asa-clean-purchase-price .elementor-heading-title { color: var(--asa-clean-blue); font-size: 30px; font-weight: 750; }
.asa-clean-purchase-copy { margin-top: 10px; color: var(--asa-clean-copy); }
.asa-clean-purchase-actions { display: flex !important; flex-direction: row !important; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.asa-clean-purchase-quote-button { margin-top: 18px; }
.asa-clean-cart-button .elementor-button,
.asa-clean-buy-now-button .elementor-button,
.asa-clean-purchase-quote-button .elementor-button { min-height: 46px; padding: 13px 24px; border-radius: 8px; }

/* Final CTA */
.asa-clean-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 34px;
    padding: 32px 30px;
    text-align: center;
    background: linear-gradient(135deg, #e6f2ff 0%, #f8fbff 50%, #dfeeff 100%);
    border: 1px solid rgba(31, 91, 164, .10);
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(17, 52, 94, .12);
}

.asa-clean-cta-title,
.asa-clean-cta-copy,
.asa-clean-cta-button { width: auto; margin: 0; }

.asa-clean-cta-title .elementor-heading-title {
    margin: 0;
    color: var(--asa-clean-navy);
    font-size: clamp(29px, 2.7vw, 38px);
    font-weight: 750;
    line-height: 1.18;
}

.asa-clean-cta-copy { max-width: 760px; margin-top: 13px; }
.asa-clean-cta-copy,
.asa-clean-cta-copy p { margin-bottom: 0; color: var(--asa-clean-copy); font-size: 16px; line-height: 1.65; }
.asa-clean-cta-button { margin-top: 20px; }
.asa-clean-cta-button .elementor-button { min-height: 48px; padding: 14px 27px; border-radius: 8px; box-shadow: 0 10px 24px rgba(8, 104, 232, .20); }

@media (max-width: 1100px) {
    .asa-clean-hero-inner { grid-template-columns: minmax(0, 48fr) minmax(0, 52fr) !important; gap: 38px; }
    .asa-clean-hero-title .elementor-heading-title { font-size: clamp(40px, 4.4vw, 48px); }
    .asa-clean-rfq { width: calc(100% - 48px) !important; }
    .asa-clean-rfq-inner { grid-template-columns: 1fr !important; gap: 14px; }
    .asa-clean-pricing-title .elementor-heading-title { max-width: none; }
    .asa-clean-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .asa-clean-feature-card { min-height: 194px; }
}

@media (max-width: 900px) {
    .asa-clean-shell { width: calc(100% - 40px) !important; }
    .asa-clean-hero { padding: 42px 0 70px; }
    .asa-clean-hero-inner { grid-template-columns: 1fr !important; gap: 34px; }
    .asa-clean-hero-title .elementor-heading-title { max-width: 700px; }
    .asa-clean-hero-subtitle { max-width: 650px; }
    .asa-clean-hero-media { max-width: 720px; margin: 0 auto; }
    .asa-clean-rfq { width: calc(100% - 40px) !important; margin-top: -24px !important; }
    .asa-clean-rfq form > fieldset { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .asa-clean-rfq select,
    .asa-clean-rfq button,
    .asa-clean-rfq .ff-btn-submit { min-width: 0; }
    .asa-clean-module-card { grid-template-columns: 1fr !important; gap: 28px; }
    .asa-clean-module-text { padding: 0 4px 4px; }
    .asa-clean-showcase-right .asa-clean-showcase-media { order: 1; }
    .asa-clean-showcase-right .asa-clean-showcase-copy { order: 2; padding: 0 4px 4px; }
    .asa-clean-showcase-center { gap: 20px; }
    .asa-clean-purchase-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 767px) {
    .asa-clean-shell { width: calc(100% - 28px) !important; }
    .asa-clean-hero { padding: 34px 0 42px; }
    .asa-clean-hero-inner { gap: 28px; }
    .asa-clean-hero-title .elementor-heading-title { font-size: clamp(34px, 10vw, 42px); line-height: 1.1; overflow-wrap: normal; word-break: normal; }
    .asa-clean-hero-subtitle { margin-top: 17px; }
    .asa-clean-hero-button { margin-top: 24px; }
    .asa-clean-hero-media { padding: 6px; border-radius: 16px; }
    .asa-clean-hero-image img { min-height: 0; max-height: none; border-radius: 11px; }
    .asa-clean-rfq { width: calc(100% - 28px) !important; margin-top: 18px !important; border-radius: 15px; }
    .asa-clean-rfq-inner { padding: 18px; }
    .asa-clean-pricing { grid-template-columns: 34px minmax(0, 1fr); gap: 11px; }
    .asa-clean-pricing-icon .elementor-icon { width: 34px; height: 34px; }
    .asa-clean-rfq form > fieldset { display: flex; flex-direction: column; gap: 11px; }
    .asa-clean-rfq .ff-t-container { display: contents; }
    .asa-clean-rfq input,
    .asa-clean-rfq select,
    .asa-clean-rfq button,
    .asa-clean-rfq .ff-btn-submit { width: 100%; min-width: 0; }
    .asa-clean-features { padding: 29px 0 42px; }
    .asa-clean-features-inner { width: calc(100% - 28px); }
    .asa-clean-features-heading { margin-bottom: 23px; }
    .asa-clean-features-grid { grid-template-columns: 1fr !important; gap: 14px; }
    .asa-clean-feature-card { min-height: 0; padding: 20px; }
    .asa-clean-module { padding-bottom: 42px; }
    .asa-clean-module-card { gap: 22px; padding: 16px; border-radius: 17px; }
    .asa-clean-module-image-desktop { display: none; }
    .asa-clean-module-image-mobile { display: block; }
    .asa-clean-module-title .elementor-heading-title { font-size: clamp(28px, 8.2vw, 34px); }
    .asa-clean-module-copy { margin-top: 16px; }
    .asa-clean-layout-specimen { padding-bottom: 26px; }
    .asa-clean-showcase-center { padding: 16px; }
    .asa-clean-showcase-center-copy { align-items: flex-start !important; text-align: left; }
    .asa-clean-showcase-center-copy .asa-clean-module-title,
    .asa-clean-showcase-center-copy .asa-clean-module-copy { text-align: left; }
    .asa-clean-cta { width: calc(100% - 28px); margin-bottom: 28px; padding: 34px 20px; border-radius: 18px; }
    .asa-clean-cta-button,
    .asa-clean-cta-button .elementor-button { width: 100%; }
    .asa-clean-purchase { width: calc(100% - 28px); padding: 20px; border-radius: 18px; }
    .asa-clean-purchase-actions { flex-direction: column !important; }
    .asa-clean-cart-button,
    .asa-clean-buy-now-button,
    .asa-clean-purchase-quote-button,
    .asa-clean-cart-button .elementor-button,
    .asa-clean-buy-now-button .elementor-button,
    .asa-clean-purchase-quote-button .elementor-button { width: 100%; }
}
