.elementor-2354 .elementor-element.elementor-element-a02c844{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ============================================================
   ICS LOGISTICS :: Transporte Internacional de Pets
   Estilos com escopo em .ics-pets (não vazam para o tema).
   Carregue uma única vez. Fontes (Raleway/Roboto) já vêm do tema.
   Página filha de /transporte-internacional-de-animais-vivos/
   (bifurcação, lado direito). Irmã de transporte-de-cavalos.
   ============================================================ */

/* ===== Reset local (escopo .ics-pets) ===== */
.ics-pets,
.ics-pets *,
.ics-pets *::before,
.ics-pets *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ics-pets {
    --ics-azul: #383661;
    --ics-azul-escuro: #2A2849;
    --ics-laranja: #F7683E;
    --ics-laranja-hover: #E0552D;
    --ics-offwhite: #F8F8F6;
    --ics-pessego: #FFE5DB;
    --ics-texto: #32373C;

    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--ics-texto);
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ics-pets h1,
.ics-pets h2,
.ics-pets h3 {
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.2;
    font-weight: 800;
}

.ics-pets p { line-height: 1.65; }

.ics-pets img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ics-pets a { text-decoration: none; color: inherit; }

/* ===== Layout base ===== */
.ics-pets .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.ics-pets .section {
    padding: 56px 0;
}

.ics-pets .bg-azul { background: var(--ics-azul); color: #ffffff; }
.ics-pets .bg-branco { background: #ffffff; }
.ics-pets .bg-offwhite { background: var(--ics-offwhite); }

/* ===== Botões ===== */
.ics-pets .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ics-laranja);
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 15px 30px;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.ics-pets .btn:hover {
    background: var(--ics-laranja-hover);
    transform: translateY(-2px);
}

.ics-pets .btn:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}

.ics-pets .bg-offwhite .btn:focus-visible,
.ics-pets .bg-branco .btn:focus-visible {
    outline-color: var(--ics-azul);
}

.ics-pets .btn svg { width: 18px; height: 18px; }

/* ===== Eyebrow / section title / intro ===== */
.ics-pets .eyebrow {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ics-laranja);
    margin-bottom: 14px;
}

.ics-pets .section-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    line-height: 1.2;
    text-align: center;
    color: var(--ics-azul);
    margin-bottom: 24px;
}

.ics-pets .bg-azul .section-title { color: #ffffff; }

/* Parágrafo de abertura sob o título. Mesmo tratamento nas duas
   seções que usam (03 e 05), por isso as duas classes compartilham. */
.ics-pets .section-intro,
.ics-pets .atua-intro {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
    font-size: 1.02rem;
    color: var(--ics-texto);
}

/* ===== HERO ===== */
.ics-pets .hero {
    background: var(--ics-azul);
    color: #ffffff;
    padding: 40px 0 64px;
}

.ics-pets .breadcrumb {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 32px;
}

.ics-pets .breadcrumb a {
    color: rgba(255, 255, 255, 0.65);
    transition: color 0.2s ease;
}

.ics-pets .breadcrumb a:hover { color: #ffffff; }

.ics-pets .breadcrumb a:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    border-radius: 2px;
}

.ics-pets .breadcrumb span { color: rgba(255, 255, 255, 0.4); margin: 0 8px; }

.ics-pets .hero .eyebrow { color: var(--ics-laranja); }

.ics-pets .hero h1 {
    font-size: clamp(1.9rem, 5vw, 3rem);
    max-width: 900px;
    margin-bottom: 24px;
}

.ics-pets .hero-lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 820px;
    margin-bottom: 32px;
}

.ics-pets .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.ics-pets .chip-oea {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    padding: 10px 18px;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.ics-pets .chip-oea svg {
    width: 18px; height: 18px;
    color: var(--ics-laranja);
    flex-shrink: 0;
}

/* ===== Prova social ===== */
.ics-pets .proof-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.ics-pets .proof-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ics-pets .proof-ico {
    flex-shrink: 0;
    width: 46px; height: 46px;
    border-radius: 10px;
    background: var(--ics-pessego);
    display: flex; align-items: center; justify-content: center;
    color: var(--ics-laranja);
}

.ics-pets .proof-ico svg { width: 24px; height: 24px; }

.ics-pets .proof-num {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--ics-azul);
    line-height: 1.25;
}

.ics-pets .proof-desc {
    font-size: 0.92rem;
    color: var(--ics-texto);
}

/* ===== Seção 03: os cinco fatores (cards numerados) =====
   Sem ícone de propósito: a numeração é o elemento visual, para
   não competir com os cards com ícone da seção 04. */
.ics-pets .fatores-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.ics-pets .fator {
    background: #ffffff;
    border: 1px solid rgba(56, 54, 97, 0.1);
    border-radius: 12px;
    padding: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ics-pets .fator:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(56, 54, 97, 0.1);
}

.ics-pets .fator-num {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--ics-pessego);
    color: var(--ics-laranja);
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}

.ics-pets .fator h3 {
    font-size: 1.12rem;
    color: var(--ics-azul);
    margin-bottom: 12px;
}

.ics-pets .fator p {
    font-size: 0.95rem;
    color: var(--ics-texto);
}

/* ===== Seção 04: o que coordenamos (cards com ícone) ===== */
.ics-pets .cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.ics-pets .card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(56, 54, 97, 0.1);
    border-radius: 12px;
    padding: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ics-pets .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(56, 54, 97, 0.1);
}

.ics-pets .card-ico {
    width: 48px; height: 48px;
    border-radius: 10px;
    background: var(--ics-offwhite);
    display: flex; align-items: center; justify-content: center;
    color: var(--ics-azul);
    margin-bottom: 18px;
}

.ics-pets .card-ico svg { width: 26px; height: 26px; }

.ics-pets .card h3 {
    font-size: 1.12rem;
    color: var(--ics-azul);
    margin-bottom: 12px;
}

.ics-pets .card p {
    font-size: 0.95rem;
    color: var(--ics-texto);
}

/* ===== Seção 05: como a ICS atua (timeline) =====
   Mesmo componente da página mãe e da irmã de cavalos: puro CSS,
   sem JS. Vertical até 1024px, horizontal acima disso. */
.ics-pets .timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 36px;
}

.ics-pets .tl-step {
    position: relative;
}

.ics-pets .tl-num {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1;
    color: var(--ics-laranja);
    margin-bottom: 10px;
}

.ics-pets .tl-step p {
    font-size: 0.97rem;
    color: var(--ics-texto);
    max-width: 260px;
}

/* Caixa de destaque */
.ics-pets .atua-box {
    background: var(--ics-pessego);
    border-left: 4px solid var(--ics-laranja);
    border-radius: 12px;
    padding: 30px;
}

.ics-pets .atua-box h3 {
    font-size: 1.1rem;
    color: var(--ics-azul);
    margin-bottom: 12px;
}

.ics-pets .atua-box p {
    font-size: 0.97rem;
    color: var(--ics-texto);
    max-width: 620px;
}

/* ===== FAQ ===== */
.ics-pets .faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.ics-pets .faq-item {
    background: #ffffff;
    border: 1px solid rgba(56, 54, 97, 0.12);
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}

.ics-pets .faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--ics-azul);
}

.ics-pets .faq-item summary::-webkit-details-marker { display: none; }

.ics-pets .faq-item summary:focus-visible {
    outline: 3px solid var(--ics-laranja);
    outline-offset: -3px;
}

.ics-pets .faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 20px; height: 20px;
}

.ics-pets .faq-icon::before,
.ics-pets .faq-icon::after {
    content: "";
    position: absolute;
    background: var(--ics-laranja);
    border-radius: 2px;
    transition: transform 0.25s ease;
}

.ics-pets .faq-icon::before {
    top: 9px; left: 0;
    width: 20px; height: 2px;
}

.ics-pets .faq-icon::after {
    left: 9px; top: 0;
    width: 2px; height: 20px;
}

.ics-pets .faq-item[open] .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.ics-pets .faq-item[open] .faq-icon::before {
    transform: rotate(180deg);
}

.ics-pets .faq-answer {
    padding: 0 22px 22px;
    font-size: 0.95rem;
    color: var(--ics-texto);
    max-width: 720px;
}

/* ===== CTA final com imagem =====
   Padrão canônico das demais páginas de serviço. */
.ics-pets .cta-final-section {
    background: transparent;
    padding: clamp(56px, 8vw, 96px) 0;
    overflow: hidden;
}

.ics-pets .cta-final {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 82% 24%, rgba(247, 104, 62, 0.32), transparent 28%),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 26%),
        linear-gradient(135deg, #383661 0%, #2d2b52 58%, #211f3f 100%);
    box-shadow: 0 28px 80px rgba(56, 54, 97, 0.22);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: clamp(28px, 6vw, 70px);
}

.ics-pets .cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.24;
    pointer-events: none;
}

.ics-pets .cta-final::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -120px;
    bottom: -160px;
    border-radius: 50%;
    background: rgba(247, 104, 62, 0.18);
    filter: blur(8px);
    pointer-events: none;
}

.ics-pets .cta-final-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.ics-pets .cta-final-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(247, 104, 62, 0.16);
    color: #F7683E;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ics-pets .cta-final h2 {
    max-width: 680px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.ics-pets .cta-final p {
    max-width: 560px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    line-height: 1.65;
}

.ics-pets .cta-final-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 340px;
    padding: 15px 18px;
    font-size: 0.9rem;
    background: #F7683E;
    color: #ffffff;
    border: 1px solid #F7683E;
    box-shadow: 0 14px 34px rgba(247, 104, 62, 0.28);
}

.ics-pets .cta-final-btn:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: #383661;
    border-color: #ffffff;
}

.ics-pets .cta-final-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.ics-pets .cta-final-btn:hover svg {
    transform: translateX(4px);
}

.ics-pets .cta-final-image {
    position: relative;
    z-index: 2;
    margin-bottom: calc(clamp(28px, 6vw, 70px) * -1);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.ics-pets .cta-final-image img {
    display: block;
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28));
}

/* ===== Conteúdo relacionado ===== */
.ics-pets .rel-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ics-laranja);
    margin-bottom: 24px;
}

.ics-pets .rel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.ics-pets .rel-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: var(--ics-offwhite);
    border: 1px solid rgba(56, 54, 97, 0.1);
    border-radius: 12px;
    padding: 26px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ics-pets .rel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(56, 54, 97, 0.1);
}

.ics-pets .rel-card:focus-visible {
    outline: 3px solid var(--ics-laranja);
    outline-offset: 2px;
}

.ics-pets .rel-card h3 {
    font-size: 1.1rem;
    color: var(--ics-azul);
    margin-bottom: 6px;
}

.ics-pets .rel-card p {
    font-size: 0.9rem;
    color: var(--ics-texto);
}

.ics-pets .rel-arrow {
    flex-shrink: 0;
    color: var(--ics-laranja);
}

.ics-pets .rel-arrow svg { width: 24px; height: 24px; }

/* ============================================================
   RESPONSIVO (mobile-first, breakpoints 768px e 1024px)
   ============================================================ */
@media (min-width: 768px) {
    .ics-pets .section { padding: 80px 0; }
    .ics-pets .container { padding-left: 32px; padding-right: 32px; }

    .ics-pets .hero { padding: 48px 0 88px; }

    .ics-pets .proof-grid { grid-template-columns: repeat(3, 1fr); gap: 36px; }

    .ics-pets .fatores-grid { grid-template-columns: repeat(2, 1fr); }

    .ics-pets .cards-grid { grid-template-columns: repeat(2, 1fr); }

    .ics-pets .rel-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
    .ics-pets .hero h1 { font-size: 3rem; }

    .ics-pets .fatores-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .ics-pets .fator { padding: 26px 24px; }

    .ics-pets .cards-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .ics-pets .card { padding: 26px 24px; }

    /* Timeline horizontal com linha conectora */
    .ics-pets .timeline {
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }

    .ics-pets .tl-step::before {
        content: "";
        position: absolute;
        top: 18px;
        left: 46px;
        right: -18px;
        height: 2px;
        background: rgba(247, 104, 62, 0.3);
    }

    .ics-pets .tl-step:last-child::before { display: none; }

    .ics-pets .tl-step p { font-size: 0.92rem; max-width: none; }

    /* CTA final: duas colunas com o especialista sobreposto à direita */
    .ics-pets .cta-final {
        min-height: 420px;
        border-radius: 34px;
        grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
        gap: 32px;
        padding: clamp(38px, 5vw, 70px);
    }

    .ics-pets .cta-final-image {
        position: absolute;
        right: clamp(16px, 4vw, 62px);
        bottom: 0;
        width: min(48%, 500px);
        height: 100%;
        margin-bottom: 0;
    }

    .ics-pets .cta-final-image img { max-height: 100%; }

    .ics-pets .cta-final-btn {
        width: fit-content;
        max-width: none;
        gap: 10px;
        padding: 15px 30px;
        font-size: 1rem;
    }

    .ics-pets .cta-final-btn svg { width: 20px; height: 20px; }
}/* End custom CSS */