/* =========================================================
   AGIPEC — LANDING PAGE ARACAJU
   Entrega Programada
========================================================= */

.agipec-aracaju {
    --aju-primary: var(--primary-color, #123a63);
    --aju-primary-dark: #0b2948;
    --aju-accent: var(--accent-color, #65b32e);
    --aju-accent-dark: #4e9121;
    --aju-bg: #f6f8fb;
    --aju-soft: #eef4f8;
    --aju-text: #172033;
    --aju-muted: #667085;
    --aju-border: #e3e8ef;
    --aju-white: #ffffff;
    --aju-radius: 22px;
    --aju-shadow: 0 16px 45px rgba(18, 58, 99, 0.10);

    color: var(--aju-text);
    background: var(--aju-white);
    overflow: hidden;
}

.agipec-aracaju *,
.agipec-aracaju *::before,
.agipec-aracaju *::after {
    box-sizing: border-box;
}

.agipec-aracaju a {
    text-decoration: none;
}

.agipec-aracaju svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
}

/* =========================================================
   BOTÕES
========================================================= */

.aju-btn {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.96rem;
    font-weight: 750;
    line-height: 1;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .2s ease,
        border-color .2s ease;
}

.aju-btn:hover {
    transform: translateY(-2px);
}

.aju-btn-primary {
    color: #fff;
    background: var(--aju-accent);
    box-shadow: 0 12px 26px rgba(101, 179, 46, .22);
}

.aju-btn-primary:hover {
    color: #fff;
    background: var(--aju-accent-dark);
}

.aju-btn-secondary {
    color: var(--aju-primary);
    background: #fff;
    border: 1px solid rgba(18, 58, 99, .16);
}

.aju-btn-secondary:hover {
    color: var(--aju-primary-dark);
    border-color: rgba(18, 58, 99, .35);
}

.aju-btn-whatsapp {
    width: 100%;
    color: #fff;
    background: #25d366;
}

.aju-btn-whatsapp:hover {
    color: #fff;
    background: #1daf54;
}

.aju-btn-light {
    color: var(--aju-primary);
    background: #fff;
}

.aju-btn-light:hover {
    color: var(--aju-primary-dark);
    background: #f7fafc;
}

.aju-btn-outline-light {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
}

.aju-btn-outline-light:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

/* =========================================================
   HERO
========================================================= */

.aju-hero {
    position: relative;
    padding: 78px 0 72px;
    background:
        radial-gradient(circle at 85% 15%, rgba(101, 179, 46, .16), transparent 30%),
        linear-gradient(135deg, #f7fbff 0%, #eef5fa 52%, #f7fbf3 100%);
}

.aju-hero::after {
    content: "";
    position: absolute;
    inset: auto -140px -180px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(18, 58, 99, .04);
    pointer-events: none;
}

.aju-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    gap: 56px;
    align-items: center;
}

.aju-kicker,
.aju-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--aju-accent-dark);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.aju-kicker {
    padding: 8px 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(101, 179, 46, .11);
}

.aju-kicker svg {
    width: 17px;
    height: 17px;
}

.aju-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--aju-primary);
    font-size: clamp(2.5rem, 5vw, 4.35rem);
    font-weight: 850;
    line-height: .99;
    letter-spacing: -.045em;
}

.aju-hero-lead {
    max-width: 720px;
    margin: 24px 0 0;
    color: #475467;
    font-size: 1.13rem;
    line-height: 1.72;
}

.aju-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.aju-hero-badges span {
    min-height: 38px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(18, 58, 99, .09);
    border-radius: 10px;
    color: var(--aju-primary);
    background: rgba(255, 255, 255, .82);
    font-size: .88rem;
    font-weight: 700;
}

.aju-hero-badges svg {
    width: 18px;
    height: 18px;
    color: var(--aju-accent-dark);
}

.aju-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.aju-hero-note {
    margin: 14px 0 0;
    color: #7a8597;
    font-size: .78rem;
}

.aju-hero-card {
    position: relative;
    z-index: 2;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(18, 58, 99, .08);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(101, 179, 46, .34), transparent 30%),
        linear-gradient(150deg, #123a63 0%, #0b2948 100%);
    box-shadow: 0 24px 65px rgba(18, 58, 99, .22);
}

.aju-hero-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    bottom: -75px;
    border: 32px solid rgba(255,255,255,.045);
    border-radius: 50%;
}

.aju-hero-card-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 16px;
    color: #fff;
    background: var(--aju-accent);
}

.aju-hero-card-icon svg {
    width: 28px;
    height: 28px;
}

.aju-card-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #b9e09f;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .11em;
}

.aju-hero-card h2 {
    margin: 0;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.16;
}

.aju-route-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.aju-route-item {
    padding: 14px;
    display: flex;
    gap: 13px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 14px;
    background: rgba(255,255,255,.06);
}

.aju-route-day {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--aju-primary-dark);
    background: #fff;
    font-size: .78rem;
    font-weight: 900;
}

.aju-route-item strong,
.aju-route-item small {
    display: block;
}

.aju-route-item strong {
    color: #fff;
    font-size: .93rem;
}

.aju-route-item small {
    margin-top: 3px;
    color: rgba(255,255,255,.65);
    font-size: .78rem;
}

.aju-card-link {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: .9rem;
    font-weight: 750;
}

.aju-card-link:hover {
    color: #d8efca;
}

.aju-card-link svg {
    width: 18px;
    height: 18px;
}

/* =========================================================
   BARRA DE DESTAQUE
========================================================= */

.aju-highlight-bar {
    padding: 0;
    background: var(--aju-primary);
}

.aju-highlight-content {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.aju-highlight-content > svg {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    color: #a8df83;
}

.aju-highlight-content div {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.aju-highlight-content strong {
    font-size: 1rem;
}

.aju-highlight-content span {
    margin-top: 2px;
    color: rgba(255,255,255,.67);
    font-size: .84rem;
}

.aju-highlight-content a {
    margin-left: auto;
    padding: 9px 14px;
    border-radius: 10px;
    color: #fff;
    background: rgba(255,255,255,.1);
    font-size: .85rem;
    font-weight: 750;
}

/* =========================================================
   SEÇÕES
========================================================= */

.aju-section {
    padding: 88px 0;
}

.aju-section:nth-of-type(even) {
    background: var(--aju-bg);
}

.aju-section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.aju-section-heading h2,
.aju-rules-content h2,
.aju-final-card h2 {
    margin: 10px 0 0;
    color: var(--aju-primary);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 820;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.aju-section-heading p {
    max-width: 650px;
    margin: 15px auto 0;
    color: var(--aju-muted);
    font-size: 1rem;
    line-height: 1.7;
}

/* =========================================================
   PASSOS
========================================================= */

.aju-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.aju-step {
    position: relative;
    min-height: 255px;
    padding: 28px 24px;
    overflow: hidden;
    border: 1px solid var(--aju-border);
    border-radius: var(--aju-radius);
    background: #fff;
    box-shadow: 0 9px 30px rgba(18, 58, 99, .045);
}

.aju-step > svg {
    width: 34px;
    height: 34px;
    margin-bottom: 26px;
    color: var(--aju-accent-dark);
}

.aju-step-number {
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(18,58,99,.08);
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.aju-step h3 {
    margin: 0;
    color: var(--aju-primary);
    font-size: 1.05rem;
    font-weight: 800;
}

.aju-step p {
    margin: 10px 0 0;
    color: var(--aju-muted);
    font-size: .91rem;
    line-height: 1.6;
}

/* =========================================================
   PREÇOS
========================================================= */

.aju-pricing {
    background: var(--aju-bg);
}

.aju-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.aju-price-card {
    position: relative;
    min-height: 230px;
    padding: 30px;
    border: 1px solid var(--aju-border);
    border-radius: 24px;
    background: #fff;
}

.aju-price-card-featured {
    border-color: rgba(101,179,46,.46);
    box-shadow: 0 18px 45px rgba(101,179,46,.12);
}

.aju-price-badge {
    position: absolute;
    top: -13px;
    left: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--aju-accent);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .07em;
}

.aju-price-range {
    display: block;
    color: var(--aju-muted);
    font-size: .86rem;
    font-weight: 750;
}

.aju-price-value {
    display: block;
    margin-top: 14px;
    color: var(--aju-primary);
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1;
}

.aju-price-card p {
    margin: 20px 0 0;
    color: var(--aju-muted);
    line-height: 1.6;
}

.aju-fine-print {
    max-width: 820px;
    margin: 22px auto 0;
    color: #8490a1;
    font-size: .78rem;
    line-height: 1.5;
    text-align: center;
}

/* =========================================================
   CATEGORIAS
========================================================= */

.aju-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.aju-category-card {
    min-height: 175px;
    padding: 25px;
    display: flex;
    gap: 20px;
    border: 1px solid var(--aju-border);
    border-radius: 20px;
    color: inherit;
    background: #fff;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.aju-category-card:last-child {
    grid-column: 1 / -1;
}

.aju-category-card:hover {
    color: inherit;
    transform: translateY(-3px);
    border-color: rgba(18,58,99,.18);
    box-shadow: var(--aju-shadow);
}

.aju-category-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--aju-primary);
    background: var(--aju-soft);
}

.aju-category-icon svg {
    width: 27px;
    height: 27px;
}

.aju-category-card h3 {
    margin: 0;
    color: var(--aju-primary);
    font-size: 1.05rem;
    font-weight: 800;
}

.aju-category-card p {
    max-width: 520px;
    margin: 7px 0 0;
    color: var(--aju-muted);
    font-size: .9rem;
    line-height: 1.55;
}

.aju-category-link {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--aju-accent-dark);
    font-size: .85rem;
    font-weight: 800;
}

.aju-category-link svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   REGRAS
========================================================= */

.aju-rules {
    background: var(--aju-bg);
}

.aju-rules-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
    gap: 42px;
    align-items: start;
}

.aju-rules-content h2 {
    max-width: 610px;
}

.aju-rule-list {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.aju-rule {
    padding: 18px 20px;
    display: flex;
    gap: 15px;
    border: 1px solid var(--aju-border);
    border-radius: 16px;
    background: #fff;
}

.aju-rule > svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 2px;
    color: var(--aju-accent-dark);
}

.aju-rule strong {
    display: block;
    color: var(--aju-primary);
    font-size: .95rem;
}

.aju-rule p {
    margin: 4px 0 0;
    color: var(--aju-muted);
    font-size: .86rem;
    line-height: 1.55;
}

.aju-rules-box {
    position: sticky;
    top: 110px;
    padding: 30px;
    border-radius: 24px;
    color: #fff;
    background: var(--aju-primary);
    box-shadow: var(--aju-shadow);
}

.aju-rules-box > svg {
    width: 34px;
    height: 34px;
    color: #b1de93;
}

.aju-rules-box h3 {
    margin: 22px 0 0;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.aju-rules-box p {
    margin: 10px 0 22px;
    color: rgba(255,255,255,.7);
    font-size: .92rem;
    line-height: 1.65;
}

/* =========================================================
   FAQ
========================================================= */

.aju-faq-list {
    max-width: 850px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.aju-faq-list details {
    overflow: hidden;
    border: 1px solid var(--aju-border);
    border-radius: 14px;
    background: #fff;
}

.aju-faq-list summary {
    position: relative;
    padding: 19px 50px 19px 20px;
    cursor: pointer;
    list-style: none;
    color: var(--aju-primary);
    font-size: .95rem;
    font-weight: 800;
}

.aju-faq-list summary::-webkit-details-marker {
    display: none;
}

.aju-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--aju-accent-dark);
    font-size: 1.35rem;
    font-weight: 500;
}

.aju-faq-list details[open] summary::after {
    content: "−";
}

.aju-faq-list details p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--aju-muted);
    font-size: .9rem;
    line-height: 1.65;
}

/* =========================================================
   CTA FINAL
========================================================= */

.aju-final-cta {
    padding: 0 0 88px;
    background: #fff;
}

.aju-final-card {
    padding: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(101,179,46,.35), transparent 26%),
        linear-gradient(135deg, #123a63 0%, #0b2948 100%);
}

.aju-final-card .aju-section-kicker {
    color: #b9e09f;
}

.aju-final-card h2 {
    max-width: 700px;
    color: #fff;
}

.aju-final-card p {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.7);
    line-height: 1.65;
}

.aju-final-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 220px;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1199.98px) {
    .aju-hero-grid {
        gap: 38px;
    }

    .aju-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .aju-hero {
        padding: 58px 0;
    }

    .aju-hero-grid,
    .aju-rules-grid,
    .aju-final-card {
        grid-template-columns: 1fr;
    }

    .aju-hero-content {
        text-align: center;
    }

    .aju-hero-lead,
    .aju-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .aju-hero-badges,
    .aju-hero-actions {
        justify-content: center;
    }

    .aju-hero-card {
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
    }

    .aju-rules-box {
        position: static;
    }

    .aju-final-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .aju-section {
        padding: 66px 0;
    }

    .aju-hero {
        padding: 42px 0 48px;
    }

    .aju-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.2rem);
    }

    .aju-hero-lead {
        font-size: 1rem;
    }

    .aju-highlight-content {
        padding: 14px 0;
        flex-wrap: wrap;
    }

    .aju-highlight-content a {
        width: 100%;
        margin-left: 45px;
    }

    .aju-price-grid,
    .aju-category-grid {
        grid-template-columns: 1fr;
    }

    .aju-category-card:last-child {
        grid-column: auto;
    }

    .aju-final-card {
        padding: 34px 26px;
    }
}

@media (max-width: 575.98px) {
    .aju-hero-actions,
    .aju-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .aju-btn {
        width: 100%;
    }

    .aju-hero-badges {
        display: grid;
        grid-template-columns: 1fr;
    }

    .aju-hero-badges span {
        justify-content: center;
    }

    .aju-hero-card {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .aju-steps {
        grid-template-columns: 1fr;
    }

    .aju-step {
        min-height: auto;
    }

    .aju-category-card {
        padding: 21px;
        gap: 15px;
    }

    .aju-category-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .aju-rules-box,
    .aju-price-card {
        padding: 24px;
    }

    .aju-final-card {
        border-radius: 22px;
    }
}