/* Páginas nativas das linhas de produtos Téluz. */
.page-template-template-linha-produtos,
.page-template-template-linha-produtos #page,
.page-template-template-linha-produtos #content,
.page-template-template-linha-produtos #primary,
.page-template-template-linha-produtos .site-main,
.page-template-template-linha-produtos .teluz-product-page-shell,
.page-template-template-linha-produtos .teluz-product-page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}

.page-template-template-linha-produtos .teluz-product-page-main { overflow: hidden; }
.page-template-template-linha-produtos .teluz-product-page-edit {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px 40px;
    text-align: right;
}
.page-template-template-linha-produtos .teluz-product-page-edit a {
    display: inline-block;
    padding: 10px 14px;
    background: #c8102e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.teluz-line-page,
.teluz-lines-index {
    box-sizing: border-box;
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    padding: 22px 0 80px;
    color: #303840;
    font-size: 17px;
    line-height: 1.7;
}

.teluz-line-page *,
.teluz-lines-index * { box-sizing: border-box; }
.teluz-line-page h1,
.teluz-line-page h2,
.teluz-line-page h3,
.teluz-lines-index h1,
.teluz-lines-index h2 { color: #111820; font-family: inherit; font-weight: 750; }
.teluz-line-page h2 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 48px); line-height: 1.15; letter-spacing: -.025em; }
.teluz-line-page h3 { color: #151c22; }
.teluz-eyebrow,
.teluz-lines-index__eyebrow {
    margin: 0 0 12px;
    color: #c8102e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.teluz-section-lead { max-width: 980px; margin: 0; color: #5b646c; font-size: 17px; line-height: 1.75; }

.teluz-line-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(320px, .75fr);
    gap: clamp(28px, 4vw, 52px);
    align-items: stretch;
    overflow: hidden;
    margin: 20px 0 22px;
    padding: clamp(34px, 5vw, 66px);
    border: 1px solid #e1e5e8;
    border-top: 5px solid #c8102e;
    background: linear-gradient(125deg, #fff 0%, #fff 62%, #f3f4f5 62%);
}
.teluz-line-hero__content { align-self: center; }
.teluz-line-hero h1 {
    max-width: 900px;
    margin: 0 0 24px;
    color: #111820;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -.04em;
}
.teluz-line-hero__lead { max-width: 940px; margin: 0; color: #424950; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.teluz-line-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.teluz-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid transparent;
    color: inherit;
    font-weight: 750;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.teluz-button:hover { transform: translateY(-2px); }
.teluz-button--primary { background: #c8102e; color: #fff !important; }
.teluz-button--secondary { border-color: #cfd4d8; background: #fff; color: #171b20 !important; }
.teluz-button--light { min-width: 210px; background: #fff; color: #c8102e !important; }

.teluz-line-summary {
    align-self: center;
    padding: 34px;
    border-left: 5px solid #c8102e;
    background: #292f35;
    color: #fff;
}
.teluz-line-summary > span { display: block; margin-bottom: 4px; color: #d9dde0; font-size: 13px; }
.teluz-line-summary > strong { display: block; color: #fff; font-size: 28px; line-height: 1.25; }
.teluz-line-summary ul { margin: 22px 0 0; padding: 0; list-style: none; }
.teluz-line-summary li { position: relative; padding: 10px 0 10px 22px; border-top: 1px solid rgba(255,255,255,.13); }
.teluz-line-summary li::before { position: absolute; left: 0; color: #fff; content: "✓"; font-weight: 800; }

.teluz-quick-nav {
    margin: 22px 0 0;
    padding: clamp(30px, 4vw, 48px);
    border: 1px solid #e1e5e8;
    border-left: 5px solid #c8102e;
    background: #f5f6f7;
}
.teluz-quick-nav__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}
.teluz-quick-nav__grid a {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid #dce1e5;
    background: #fff;
    color: #171b20 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(20,28,36,.045);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.teluz-quick-nav__grid a:hover { transform: translateY(-3px); border-color: #c8102e; box-shadow: 0 14px 30px rgba(20,28,36,.09); }
.teluz-quick-nav__grid span { margin-bottom: 18px; color: #c8102e; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.teluz-quick-nav__grid strong { margin-bottom: 10px; color: #111820; font-size: 19px; line-height: 1.3; }
.teluz-quick-nav__grid small { color: #667078; font-size: 14px; line-height: 1.55; }

.teluz-content-section {
    padding: clamp(52px, 6vw, 84px) clamp(6px, 2vw, 22px);
    border-bottom: 1px solid #e2e5e8;
    scroll-margin-top: 92px;
}
.teluz-overview { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr); gap: clamp(28px, 5vw, 72px); }
.teluz-overview__text p { margin: 0 0 22px; }
.teluz-overview__text p:last-child { margin-bottom: 0; }

.teluz-family-grid,
.teluz-application-grid,
.teluz-criteria-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}
.teluz-family-card {
    min-height: 250px;
    padding: 32px;
    border: 1px solid #e0e4e7;
    border-top: 4px solid #c8102e;
    background: #fff;
    box-shadow: 0 10px 30px rgba(21,27,32,.055);
}
.teluz-family-card > span,
.teluz-application-grid article > span,
.teluz-criteria-grid article > span { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 22px; background: #c8102e; color: #fff; font-size: 12px; font-weight: 850; }
.teluz-family-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.28; }
.teluz-family-card p { margin: 0; color: #606a72; font-size: 15px; }

.teluz-products-section { padding-right: 0; padding-left: 0; }
.teluz-products-section > .teluz-eyebrow,
.teluz-products-section > h2,
.teluz-products-section > .teluz-section-lead { margin-right: clamp(6px, 2vw, 22px); margin-left: clamp(6px, 2vw, 22px); }
.teluz-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 32px;
}
.teluz-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e0e4e7;
    background: #fff;
    box-shadow: 0 10px 30px rgba(21,27,32,.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.teluz-product-card:hover { transform: translateY(-4px); border-color: #c8102e; box-shadow: 0 18px 38px rgba(21,27,32,.12); }
.teluz-product-card__image { display: flex; height: 280px; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid #edf0f2; background: #fff; }
.teluz-product-card__image img { display: block; width: 100%; height: 100%; padding: 16px; object-fit: contain; transition: transform .3s ease; }
.teluz-product-card:hover .teluz-product-card__image img { transform: scale(1.035); }
.teluz-product-card__body { display: flex; min-height: 390px; flex: 1; flex-direction: column; padding: 26px; }
.teluz-product-card__meta { display: flex; min-height: 34px; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; margin: 0 0 14px; color: #c8102e; font-size: 12px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.teluz-product-card__meta span { color: #555f67; }
.teluz-product-card h3 { margin: 0 0 13px; font-size: 22px; line-height: 1.25; }
.teluz-product-card__description { margin: 0 0 20px; color: #626b73; font-size: 15px; line-height: 1.6; }
.teluz-product-card__specs { margin: auto 0 0; border-top: 1px solid #e5e8ea; }
.teluz-product-card__specs > div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid #edf0f2; }
.teluz-product-card__specs dt { color: #717a81; font-size: 13px; font-weight: 600; }
.teluz-product-card__specs dd { min-width: 0; margin: 0; color: #171b20; font-size: 13px; font-weight: 750; overflow-wrap: anywhere; }

.teluz-applications-section { margin-right: 0; margin-left: 0; padding-right: clamp(22px, 3vw, 46px); padding-left: clamp(22px, 3vw, 46px); background: #f5f6f7; }
.teluz-application-grid article { min-height: 235px; padding: 30px; background: #fff; }
.teluz-application-grid h3,
.teluz-criteria-grid h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.3; }
.teluz-application-grid p,
.teluz-criteria-grid p { margin: 0; color: #626b73; font-size: 15px; }

.teluz-criteria-grid article { min-height: 245px; padding: 32px; border-top: 4px solid #c8102e; background: #fff; box-shadow: 0 10px 32px rgba(25,30,35,.06); }
.teluz-safety-note { display: flex; gap: 22px; align-items: flex-start; margin-top: 24px; padding: 30px; background: #292f35; color: #fff; }
.teluz-safety-note > strong { display: inline-flex; width: 44px; height: 44px; flex: 0 0 44px; align-items: center; justify-content: center; background: #c8102e; color: #fff; font-size: 22px; }
.teluz-safety-note h3 { margin: 0 0 8px; color: #fff; font-size: 23px; }
.teluz-safety-note p { margin: 0; color: #d9dde0; }

.teluz-line-cta { display: flex; gap: 34px; align-items: center; justify-content: space-between; margin-top: 52px; padding: clamp(30px, 4vw, 50px); background: #c8102e; color: #fff; }
.teluz-line-cta > div { max-width: 900px; }
.teluz-line-cta .teluz-eyebrow { color: #fff; opacity: .78; }
.teluz-line-cta h2 { margin: 0 0 12px; color: #fff; font-size: clamp(28px, 4vw, 44px); }
.teluz-line-cta p { margin: 0; color: #fff; }

.teluz-lines-index { padding-top: clamp(58px, 8vw, 112px); }
.teluz-lines-index__header { max-width: 940px; margin-bottom: 48px; }
.teluz-lines-index__header h1 { margin: 0 0 20px; color: #111820; font-size: clamp(38px, 5vw, 64px); line-height: 1.08; letter-spacing: -.035em; }
.teluz-lines-index__header > p:last-child { max-width: 900px; margin: 0; color: #53606a; font-size: 18px; line-height: 1.75; }
.teluz-lines-index__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.teluz-line-index-card { position: relative; min-height: 290px; padding: 34px; border: 1px solid #dfe3e6; border-top: 4px solid #c8102e; background: #fff; box-shadow: 0 14px 36px rgba(18,29,38,.06); }
.teluz-line-index-card__number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 24px; background: #c8102e; color: #fff; font-size: 12px; font-weight: 800; }
.teluz-line-index-card h2 { margin: 0 0 13px; font-size: clamp(24px, 2.4vw, 31px); line-height: 1.2; }
.teluz-line-index-card h2 a { color: #111820; text-decoration: none; }
.teluz-line-index-card p { margin: 0 0 52px; color: #59646d; font-size: 15px; line-height: 1.7; }
.teluz-line-index-card__link { position: absolute; right: 34px; bottom: 30px; left: 34px; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid #e3e6e8; color: #c8102e; font-size: 14px; font-weight: 800; text-decoration: none; }

@media (max-width: 1080px) {
    .teluz-line-hero { grid-template-columns: 1fr; }
    .teluz-line-summary { width: min(620px, 100%); }
    .teluz-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .teluz-family-grid,
    .teluz-application-grid,
    .teluz-criteria-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
    .teluz-line-page,
    .teluz-lines-index { width: min(100% - 24px, 1320px); padding-top: 10px; font-size: 16px; }
    .teluz-line-hero { padding: 28px 22px; background: #fff; }
    .teluz-line-hero h1 { font-size: clamp(34px, 10vw, 48px); }
    .teluz-line-summary { padding: 26px; }
    .teluz-quick-nav { padding: 28px 20px; }
    .teluz-quick-nav__grid,
    .teluz-product-grid,
    .teluz-family-grid,
    .teluz-application-grid,
    .teluz-criteria-grid,
    .teluz-lines-index__grid { grid-template-columns: 1fr; }
    .teluz-overview { grid-template-columns: 1fr; gap: 18px; }
    .teluz-content-section { padding: 46px 8px; }
    .teluz-products-section { padding-right: 0; padding-left: 0; }
    .teluz-product-card__image { height: 260px; }
    .teluz-product-card__body { min-height: 0; }
    .teluz-line-cta { align-items: stretch; flex-direction: column; }
    .teluz-button--light { width: 100%; }
    .teluz-line-index-card { min-height: 270px; padding: 26px; }
    .teluz-line-index-card__link { right: 26px; bottom: 24px; left: 26px; }
}
