.elementor-1620 .elementor-element.elementor-element-9a9d2b4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-80f9577 */.ti-product-page {
    color: #1f1f1f;
    font-family: "Segoe UI", Arial, sans-serif;
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 20px 60px;
}

.ti-product-page *,
.ti-product-page *::before,
.ti-product-page *::after {
    box-sizing: border-box;
}

.ti-product-page h1,
.ti-product-page h2,
.ti-product-page h3,
.ti-product-page p,
.ti-product-page ul,
.ti-product-page ol {
    margin-top: 0;
}

.ti-product-hero {
    margin-bottom: 32px;
}

.ti-product-hero__shell,
.ti-section,
.ti-side-card,
.ti-card,
.ti-version-item,
.ti-faq-item {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.ti-product-hero__shell,
.ti-section,
.ti-side-card,
.ti-card,
.ti-version-item,
.ti-faq-item {
    padding: 28px;
}

.ti-product-hero__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 28px;
    align-items: center;
    min-height: 340px;
}

.ti-product-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ti-product-hero__media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.ti-product-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1b5ea8;
}

.ti-product-page h1 {
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.05;
    margin-bottom: 16px;
}

.ti-product-page h2 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.ti-product-page h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.ti-product-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    max-width: 720px;
}

.ti-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

.ti-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.ti-btn--primary {
    background: #1b5ea8;
    color: #ffffff;
}

.ti-btn--primary:hover {
    background: #154b85;
    color: #ffffff;
}

.ti-btn--secondary {
    background: #f5f8fc;
    border: 1px solid #d5e2f2;
    color: #1b5ea8;
}

.ti-btn--secondary:hover {
    background: #ebf2fb;
    color: #154b85;
}

.ti-product-highlights,
.ti-link-list,
.ti-steps {
    margin: 0;
    padding-left: 20px;
}

.ti-product-highlights li,
.ti-link-list li,
.ti-steps li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.ti-media-placeholder {
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 28px;
    border: 2px dashed #c7d7eb;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    text-align: center;
    color: #456;
}

.ti-product-image {
    width: 100%;
}

.ti-product-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 42px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.ti-product-image--hero {
    width: 280px;
    max-width: 280px;
    margin-left: auto;
}

.ti-product-image--hero img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 280px;
}

.ti-product-image--hero .ti-media-placeholder {
    min-height: 0;
    aspect-ratio: 1 / 1;
    width: 280px;
    height: 280px;
}

.ti-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 0.9fr);
    gap: 28px;
}

.ti-product-main {
    display: grid;
    gap: 24px;
}

.ti-product-sidebar {
    display: grid;
    gap: 24px;
    align-content: start;
}

.boqexport-help-page .ti-product-main,
.autoinsulate-help-page .ti-product-main,
.boqexport-help-page .ti-product-sidebar,
.autoinsulate-help-page .ti-product-sidebar,
.boqexport-help-page .ti-support-grid,
.autoinsulate-help-page .ti-support-grid {
    gap: 18px;
}

.boqexport-help-page,
.autoinsulate-help-page,
.boqexport-page,
.autoinsulate-page {
    display: grid;
    gap: 18px;
}

.boqexport-help-page .ti-product-grid,
.autoinsulate-help-page .ti-product-grid {
    grid-template-columns: 1fr;
}

.boqexport-help-page .ti-product-sidebar,
.autoinsulate-help-page .ti-product-sidebar {
    display: none;
}

.boqexport-help-page .ti-section,
.autoinsulate-help-page .ti-section,
.boqexport-help-page .ti-side-card,
.autoinsulate-help-page .ti-side-card {
    margin: 0;
}

.boqexport-help-page > *,
.autoinsulate-help-page > *,
.boqexport-page > *,
.autoinsulate-page > * {
    margin-top: 0;
}

.ti-section p,
.ti-card p,
.ti-version-item p,
.ti-faq-item p,
.ti-side-card p {
    line-height: 1.75;
    color: #444;
}

.ti-card-grid,
.ti-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ti-faq-stack {
    display: grid;
    gap: 14px;
}

.ti-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    gap: 24px;
    align-items: stretch;
}

.ti-version-list {
    display: grid;
    gap: 16px;
}

.ti-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ti-version-item__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-size: 15px;
    color: #5a5a5a;
}

.ti-version-item__meta strong {
    color: #1b5ea8;
    font-size: 18px;
}

.ti-side-card h3 {
    margin-bottom: 14px;
}

.ti-side-card .ti-link-list {
    list-style: none;
    padding-left: 0;
}

.ti-side-card .ti-link-list li:last-child,
.ti-link-list li:last-child,
.ti-steps li:last-child,
.ti-product-highlights li:last-child {
    margin-bottom: 0;
}

.ti-side-card a,
.ti-product-page a {
    color: #1b5ea8;
}

.ti-side-card a:hover,
.ti-product-page a:hover {
    color: #154b85;
}

.ti-steps--plain {
    list-style: disc;
}

.ti-faq-item summary {
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    padding-right: 28px;
    position: relative;
}

.ti-faq-item summary::-webkit-details-marker {
    display: none;
}

.ti-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: #1b5ea8;
    font-size: 24px;
    line-height: 1;
}

.ti-faq-item[open] summary::after {
    content: "-";
}

.ti-faq-item p {
    margin-top: 16px;
}

@media (max-width: 980px) {
    .ti-product-hero__shell,
    .ti-product-grid,
    .ti-section--split,
    .ti-card-grid,
    .ti-faq-list,
    .ti-support-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ti-product-page {
        padding: 16px 12px 40px;
    }

    .ti-product-hero__content,
    .ti-product-hero__shell,
    .ti-section,
    .ti-side-card,
    .ti-card,
    .ti-version-item,
    .ti-faq-item {
        padding: 22px;
    }

    .ti-product-image--hero {
        max-width: 320px;
        margin: 0 auto;
    }

    .ti-product-page h1 {
        font-size: 34px;
    }

    .ti-product-page h2 {
        font-size: 24px;
    }
}/* End custom CSS */