.plugloja-modes {
    padding: 100px 20px;
    background: #ffffff;
}

.plugloja-modes .container {
    max-width: 1280px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ecfdf3;
    color: #22c55e;
    border: 1px solid #c8f1d8;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 24px;
}

.section-header h2 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 24px;
}

.section-header p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
    color: #5f6f81;
}

.modes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mode-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8eef6;
    border-radius: 28px;
    padding: 30px 30px;
    transition: all 0.25s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.mode-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.mode-card.featured-pedidos {
    border: 2px solid #22c55e;
    transform: translateY(-10px);
}

.featured-label-pedidos {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #22c55e;
    color: white;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(34,197,94,0.25);
}

.mode-card.featured-store {
    border: 2px solid #2196f3;
    transform: translateY(-10px);
}

.featured-label-store {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #2196f3;
    color: white;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(34,197,94,0.25);
}

.mode-card.featured-vitrine {
    border: 2px solid #aa66cc;
    transform: translateY(-10px);
}

.featured-label-vitrine {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #aa66cc;
    color: white;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(34,197,94,0.25);
}

.mode-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #f3f8ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 28px;
}

.mode-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 18px;
}

.mode-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #5f6f81;
    margin-bottom: 28px;
}

.mode-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.mode-card ul li {
    font-size: 16px;
    color: #334155;
    margin-bottom: 16px;
    line-height: 1.5;
}

.mode-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 14px;
    background: #f3f8ff;
    color: #2563eb;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mode-button:hover {
    background: #2563eb;
    color: #ffffff;
}

.mode-card.featured-pedidos .mode-button {
    background: #22c55e;
    color: white;
}

.mode-card.featured-pedidos .mode-button:hover {
    background: #16a34a;
}

.mode-card.featured-store .mode-button {
    background: #2196f3;
    color: white;
}

.mode-card.featured-store .mode-button:hover {
    background: #0099CC;
}

.mode-card.featured-vitrine .mode-button {
    background: #aa66cc;
    color: white;
}

.mode-card.featured-vitrine .mode-button:hover {
    background: #9933CC;
}

@media (max-width: 992px) {
    .modes-grid {
        grid-template-columns: 1fr;
    }

    .mode-card.featured {
        transform: none;
    }

    .section-header h2 {
        font-size: 40px;
    }

    .section-header p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .plugloja-modes {
        padding: 80px 20px;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .section-header h2 {
        font-size: 34px;
    }

    .section-header p {
        font-size: 16px;
        line-height: 1.6;
    }

    .mode-card {
        padding: 32px 24px;
    }

    .mode-card h3 {
        font-size: 26px;
    }

    .mode-card p {
        font-size: 16px;
    }

    .mode-card ul li {
        font-size: 15px;
    }
}










/* CONTAINER */
.integration-visual {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

/* IMAGEM PRINCIPAL */
.integration-mockup {
    width: 100%;
    max-width: 760px;

    position: relative;
    z-index: 1;

    display: block;
}

/* SETA */
.sync-arrows {
    position: absolute;

    width: 120px;

    right: 120px;
    bottom: 120px;

    z-index: 3;

    animation: rotateSync 20s linear infinite;

	filter:
		drop-shadow(0 0 8px rgba(34,197,94,0.14))
		drop-shadow(0 0 12px rgba(59,130,246,0.10))
		drop-shadow(0 0 10px rgba(236,72,153,0.10));		
		

    transition: transform 0.3s ease;
	
	opacity: 0.92;	
}

/* ROTAÇÃO */
@keyframes rotateSync {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* RESPONSIVO TABLET */
@media (max-width: 992px) {

    .integration-mockup {
        max-width: 620px;
    }

    .sync-arrows {
        width: 145px;

        right: 28px;
        bottom: 35px;
    }
}

/* RESPONSIVO MOBILE */
@media (max-width: 768px) {

    .integration-visual {
        margin-top: 40px;
    }

    .integration-mockup {
        max-width: 100%;
    }

    .sync-arrows {
        width: 110px;

        right: 18px;
        bottom: 25px;
    }
}




.integration-benefits {
    display: flex;
    flex-direction: column;
    gap: 18px;

    margin-top: 42px;
}

/* CARD */
.benefit-card {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 20px 22px;

    background: rgba(255,255,255,0.75);

    border: 1px solid #E5E7EB;
    border-radius: 22px;

    backdrop-filter: blur(10px);

    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;

    box-shadow:
        0 8px 25px rgba(15,23,42,0.04);
}

/* HOVER */
.benefit-card:hover {
    transform: translateX(8px);

    border-color: rgba(34,197,94,0.35);

    background: rgba(255,255,255,0.95);

    box-shadow:
        0 18px 40px rgba(34,197,94,0.08);
}

/* ÍCONE */
.benefit-icon {
    min-width: 56px;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

	background-color: rgba(13, 110, 253, 0.12);

    /*color: #22c55e;*/

    font-size: 22px;

    box-shadow:
        0 8px 20px rgba(34,197,94,0.10);
}

/* TEXTO */
.benefit-content h4 {
    margin: 0 0 4px 0;

    font-size: 18px;
    font-weight: 700;

    color: #1E293B;
}

.benefit-content p {
    margin: 0;

    font-size: 15px;
    line-height: 1.5;

    color: #64748B;
}

/* RESPONSIVO */
@media (max-width: 768px) {

    .integration-benefits {
        gap: 14px;
    }

    .benefit-card {
        padding: 18px;
        border-radius: 18px;

        align-items: flex-start;
    }

    .benefit-icon {
        min-width: 48px;
        min-height: 48px;

        font-size: 18px;

        border-radius: 14px;
    }

    .benefit-content h4 {
        font-size: 16px;
    }

    .benefit-content p {
        font-size: 14px;
    }
}





.integration-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 8px 13px;

    margin-bottom: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(34,197,94,0.12),
            rgba(59,130,246,0.08)
        );

    border: 1px solid rgba(34,197,94,0.18);

    border-radius: 999px;

    backdrop-filter: blur(10px);

    box-shadow:
        0 8px 22px rgba(34,197,94,0.08);

    color: #16A34A;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.2px;
	
	box-shadow:
    0 6px 18px rgba(34,197,94,0.06);
}

.integration-badge i {
    font-size: 12px;
}

.integration-badge-icon {
    width: 16px;
    height: 16px;
	opacity: 0.9;
}


/* hover sutil */
.integration-badge:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 28px rgba(34,197,94,0.12);

    transition: all 0.28s ease;
}








/* SECTION */
.setup-section {
    padding: 120px 0;

    background: #ffffff;

    overflow: hidden;
}

/* HEADER */
.setup-header {
    text-align: center;

    max-width: 820px;

    margin: 0 auto 70px auto;
}

/* BADGE */
.setup-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;

    margin-bottom: 24px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(59,130,246,0.10),
            rgba(34,197,94,0.08)
        );

    border: 1px solid rgba(59,130,246,0.15);

    color: #2563EB;

    font-size: 14px;
    font-weight: 700;

    box-shadow:
        0 8px 22px rgba(59,130,246,0.06);
}

.setup-badge svg {
    width: 14px;
    height: 14px;
}

/* TITLES */
.setup-header h2 {
    font-size: 54px;
    line-height: 1.1;

    font-weight: 800;

    color: #1E293B;

    margin-bottom: 22px;
}

.setup-header p {
    font-size: 22px;
    line-height: 1.6;

    color: #64748B;
}

/* STEPS */
.setup-steps {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

/* LINE */
.setup-steps::before {
    content: "";

    position: absolute;

    top: 52px;
    left: 10%;

    width: 80%;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            rgba(59,130,246,0.15),
            rgba(34,197,94,0.15)
        );

    z-index: 0;
}

/* CARD */
.setup-step {
    position: relative;
    z-index: 2;

    background: #ffffff;

    border: 1px solid #E5E7EB;
    border-radius: 28px;

    padding-top: 38px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 18px;

    text-align: center;

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;

    box-shadow:
        0 10px 30px rgba(15,23,42,0.04);
}

/* HOVER */
.setup-step:hover {
    transform: translateY(-8px);

    border-color: rgba(59,130,246,0.20);

    box-shadow:
        0 20px 45px rgba(59,130,246,0.08);
}

/* NUMBER */
.step-number {
    position: absolute;

    top: -14px;
    left: 50%;

    transform: translateX(-50%);

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #2563EB;

    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 700;

    box-shadow:
        0 8px 18px rgba(37,99,235,0.25);
}

/* ICON */
.step-icon {
    width: 78px;
    height: 78px;

    margin: 0 auto 26px auto;

    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

/*
    background:
        linear-gradient(
            135deg,
            rgba(59,130,246,0.10),
            rgba(34,197,94,0.08)
        );
*/		
	background-color: rgba(13, 110, 253, 0.12);		
}

.step-icon svg {
    width: 34px;
    height: 34px;

    /*color: #2563EB;*/
}

/* TEXT */
.setup-step h3 {
    font-size: 20px;
    font-weight: 700;

    color: #1E293B;

    margin-bottom: 14px;
}

.setup-step p {
    font-size: 16px;
    line-height: 1.7;

    color: #64748B;
}

/* RESPONSIVO */
@media (max-width: 1200px) {

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

    .setup-steps::before {
        display: none;
    }
}

@media (max-width: 768px) {

    .setup-section {
        padding: 90px 0;
    }

    .setup-header {
        margin-bottom: 50px;
    }

    .setup-header h2 {
        font-size: 38px;
    }

    .setup-header p {
        font-size: 18px;
    }

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

    .setup-step {
        padding: 34px 24px;
    }

    .step-icon {
        width: 68px;
        height: 68px;
    }

    .step-icon svg {
        width: 30px;
        height: 30px;
    }

    .setup-step h3 {
        font-size: 22px;
    }

    .setup-step p {
        font-size: 15px;
    }
}





/* SECTION */
.stores-section {
    padding: 120px 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );

    overflow: hidden;
}

/* HEADER */
.stores-header {
    text-align: center;

    max-width: 850px;

    margin: 0 auto 70px auto;
}

/* BADGE */
.stores-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(59,130,246,0.10),
            rgba(34,197,94,0.08)
        );

    border: 1px solid rgba(59,130,246,0.12);

    color: #2563EB;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 26px;
}

.stores-badge svg {
    width: 15px;
    height: 15px;
}

/* TITULO */
.stores-header h2 {
    font-size: 56px;
    line-height: 1.1;

    font-weight: 800;

    color: #1E293B;

    margin-bottom: 24px;
}

/* SUB */
.stores-header p {
    font-size: 22px;
    line-height: 1.7;

    color: #64748B;
}

/* GRID */
.stores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

    margin-bottom: 50px;
}

/* CARD */
.store-card {
    background: #ffffff;

    border: 1px solid #E5E7EB;
    border-radius: 28px;

    overflow: hidden;

    transition:
        transform .30s ease,
        box-shadow .30s ease,
        border-color .30s ease;

    box-shadow:
        0 10px 30px rgba(15,23,42,0.04);
}

.store-card:hover {
    transform: translateY(-10px);

    border-color: rgba(59,130,246,0.16);

    box-shadow:
        0 25px 50px rgba(37,99,235,0.10);
}

/* IMAGE */
.store-image-wrapper {
    position: relative;

    overflow: hidden;
}

.store-image {
    width: 100%;

    transition:
        transform .45s ease;
}

.store-card:hover .store-image {
    transform: scale(1.04);
}

/* TAG */
.store-tag {
    position: absolute;

    top: 12px;
    right: 18px;

    padding: 8px 14px;

    border-radius: 999px;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    backdrop-filter: blur(8px);
}

.store-tag-blue {
    background: linear-gradient(135deg, #2563EB, #3B82F6);
}

.store-tag-green {
    background: linear-gradient(135deg, #16A34A, #22C55E);
}

.store-tag-purple {
    background: linear-gradient(135deg, #9333EA, #A855F7);
}

/* CONTENT */
.store-content {
    /*padding: 28px;*/
	padding: 22px 26px 28px;	
}

.store-content h3 {
    font-size: 28px;
    font-weight: 800;

    color: #1E293B;

    margin-bottom: 8px;
}

.store-category {
    display: inline-block;

    margin-bottom: 18px;

    color: #2563EB;

    font-size: 15px;
    font-weight: 700;
}

.store-content p {
    font-size: 17px;
    line-height: 1.7;

    color: #64748B;
}

/* BENEFITS */
.stores-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 16px;

    margin-bottom: 50px;
}

/* PILL */
.stores-pill {
    padding: 14px 22px;

    border-radius: 999px;

    background: #ffffff;

    border: 1px solid #E5E7EB;

    color: #334155;

    font-size: 15px;
    font-weight: 600;

    box-shadow:
        0 8px 24px rgba(15,23,42,0.04);

    transition:
        transform .25s ease,
        border-color .25s ease;
}

.stores-pill:hover {
    transform: translateY(-3px);

    border-color: rgba(59,130,246,0.16);
}

/* CTA */
.stores-cta {
    text-align: center;
}

/* BUTTON */
.stores-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 18px 36px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #2563EB,
            #3B82F6
        );

    color: #ffffff;

    text-decoration: none;

    font-size: 17px;
    font-weight: 700;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
		
	box-shadow:
		0 20px 40px rgba(37,99,235,0.25);		
}

.stores-button:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 35px rgba(37,99,235,0.25);

    color: #ffffff;
}

/* TEXT */
.stores-cta span {
    display: block;

    margin-top: 18px;

    color: #64748B;

    font-size: 15px;
}

/* RESPONSIVO */
@media (max-width: 1200px) {

    .stores-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .stores-section {
        padding: 90px 0;
    }

    .stores-header h2 {
        font-size: 38px;
    }

    .stores-header p {
        font-size: 18px;
    }

    .store-content {
        padding: 24px;
    }

    .store-content h3 {
        font-size: 24px;
    }

    .store-content p {
        font-size: 15px;
    }

    .stores-pill {
        width: 100%;

        text-align: center;
    }

    .stores-button {
        width: 100%;
    }
}






/* SECTION */
.features-section {
    padding: 120px 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );

    overflow: hidden;
}

/* HEADER */
.features-header {
    text-align: center;

    max-width: 860px;

    margin: 0 auto 70px auto;
}

/* BADGE */
.features-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(59,130,246,0.10),
            rgba(34,197,94,0.08)
        );

    border: 1px solid rgba(59,130,246,0.12);

    color: #2563EB;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 24px;
}

.features-badge svg {
    width: 15px;
    height: 15px;
}

/* TITLE */
.features-header h2 {
    font-size: 56px;
    line-height: 1.1;

    font-weight: 800;

    color: #1E293B;

    margin-bottom: 22px;
}

/* SUBTITLE */
.features-header p {
    font-size: 22px;
    line-height: 1.7;

    color: #64748B;
}

/* GRID */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 28px;
}

/* CARD */
.feature-card {
    position: relative;
	
	align-items: flex-start;

    background: #ffffff;

    border: 1px solid #E5E7EB;
    border-radius: 28px;

    padding: 16px;

    transition:
        transform .30s ease,
        box-shadow .30s ease,
        border-color .30s ease;

    box-shadow:
        0 10px 30px rgba(15,23,42,0.04);
}

/* HOVER */
.feature-card:hover {
    transform: translateY(-8px);

    border-color: rgba(59,130,246,0.16);

    box-shadow:
        0 24px 45px rgba(37,99,235,0.08);
}

/* ICON */
.feature-icon {
    width: 60px;
    height: 60px;

    border-radius: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

	background-color: rgba(13, 110, 253, 0.12);
    /*background:
        linear-gradient(
            135deg,
            rgba(59,130,246,0.10),
            rgba(34,197,94,0.08)
        );*/
}

.feature-icon svg {
    width: 28px;
    height: 28px;

    /*color: #2563EB;*/
}

/* TITLE */
.feature-card h3 {
    font-size: 22px;
    font-weight: 800;

    /*color: #1E293B;*/

    margin-bottom: 24px;
}

/* LIST */
.feature-card ul {
    list-style: none;

    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;

    gap: 6px;
}

/*
.feature-card ul li {
    position: relative;

    font-size: 17px;

    color: #64748B;
}
*/

/* CHECK 
.feature-card ul li::before {
    content: "✓ ";

    color: #16A34A;

    font-weight: 700;
}
*/

/* RESPONSIVO */
@media (max-width: 1200px) {

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

@media (max-width: 768px) {

    .features-section {
        padding: 90px 0;
    }

    .features-header {
        margin-bottom: 50px;
    }

    .features-header h2 {
        font-size: 38px;
    }

    .features-header p {
        font-size: 18px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 30px;
    }

    .feature-icon {
        width: 64px;
        height: 64px;

        margin-bottom: 22px;
    }

    .feature-icon svg {
        width: 28px;
        height: 28px;
    }

    .feature-card h3 {
        font-size: 24px;
    }

    .feature-card ul li {
        font-size: 15px;
    }
}




.feature-header {
    display: flex;
    align-items: center;

    gap: 18px;

    width: 100%;

    justify-content: flex-start;

    margin-bottom: 24px;
}

.feature-header h3 {
    margin: 0;

    text-align: left;

    line-height: 1.2;
}

.icon-wrapper {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #EEF4FF;

    border-radius: 16px;

    flex-shrink: 0;
}

.icon {
    width: 28px;
    height: 28px;

    color: #334155;
}

.feature-list {
    list-style: none;

    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;

    gap: 14px;

    align-items: flex-start;
}

.feature-list li {
    position: relative;

    padding-left: 28px;

    color: #64748B;

    font-size: 17px;
    font-weight: 500;
}

.feature-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: #22C55E;
    font-weight: 700;
}



.shipping-section {
    padding: 110px 0;

    background: #F8FAFC;
}

.shipping-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;

    background: #EEF6FF;

    border: 1px solid #D8E8FF;

    border-radius: 999px;

    margin-bottom: 28px;

    color: #2563EB;

    font-weight: 600;
    font-size: 16px;
}

.shipping-badge svg {
    width: 18px;
    height: 18px;
}

.shipping-title {
    font-size: 52px;
    font-weight: 800;

    line-height: 1.1;

    color: #1E293B;

    margin-bottom: 22px;
}

.shipping-subtitle {
    font-size: 24px;
    line-height: 1.6;

    color: #64748B;

    max-width: 900px;

    margin: 0 auto;
}

.shipping-benefits {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.shipping-item {
    display: flex;
    gap: 20px;

    padding: 28px;

    background: #FFFFFF;

    border: 1px solid #E2E8F0;

    border-radius: 24px;

    transition: all 0.25s ease;
}

.shipping-item:hover {
    transform: translateY(-4px);

    border-color: #D6E4FF;

    box-shadow:
        0 18px 40px rgba(37, 99, 235, 0.08);
}

.shipping-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #EEF4FF;

    border-radius: 20px;

    flex-shrink: 0;
}

.shipping-icon svg {
    width: 34px;
    height: 34px;

    color: #334155;
}

.shipping-item h3 {
    font-size: 24px;
    font-weight: 700;

    color: #1E293B;

    margin-bottom: 8px;
}

.shipping-item p {
    font-size: 17px;
    line-height: 1.6;

    color: #64748B;

    margin: 0;
}

.shipping-platforms {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.platform-card {
    display: flex;
    align-items: center;
    gap: 22px;

    padding: 30px;

    background: #FFFFFF;

    border: 1px solid #E2E8F0;

    border-radius: 24px;

    transition: all 0.25s ease;
}

.platform-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 40px rgba(37, 99, 235, 0.08);
}

.platform-logo {
    width: 82px;
    height: 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    font-size: 34px;

    flex-shrink: 0;
}

.superfrete {
    background: #DCFCE7;
}

.melhorenvio {
    background: #FEF3C7;
}

.platform-card h4 {
    font-size: 24px;
    font-weight: 700;

    color: #1E293B;

    margin-bottom: 10px;
}

.platform-card p {
    margin: 0;

    font-size: 17px;
    line-height: 1.6;

    color: #64748B;
}

.shipping-highlight {
    display: flex;
    gap: 18px;

    padding: 30px;

    background:
        linear-gradient(
            135deg,
            #2563EB,
            #3B82F6
        );

    border-radius: 24px;

    color: #FFFFFF;
	
    position: relative;
    overflow: hidden;
}

.highlight-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.15);

    border-radius: 16px;

    flex-shrink: 0;
}

.highlight-icon svg {
    width: 28px;
    height: 28px;
}

.shipping-highlight strong {
    display: block;

    font-size: 22px;
    font-weight: 700;

    margin-bottom: 8px;
}

.shipping-highlight p {
    margin: 0;

    font-size: 16px;
    line-height: 1.6;

    opacity: 0.95;
}

.shipping-highlight::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120px;

    width: 120px;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.15),
        transparent
    );

    transform: skewX(-20deg);

    animation: shine 5s infinite;
}

@keyframes shine {
    0% {
        left: -120px;
    }

    100% {
        left: 120%;
    }
}

/* MOBILE */
@media (max-width: 991px) {

    .shipping-section {
        padding: 80px 0;
    }

    .shipping-title {
        font-size: 38px;
    }

    .shipping-subtitle {
        font-size: 20px;
    }

    .shipping-item,
    .platform-card,
    .shipping-highlight {
        padding: 24px;
    }

    .shipping-item h3,
    .platform-card h4 {
        font-size: 21px;
    }

}







.faq-section {
    background: #F8FAFC;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;

    border-radius: 999px;

    background: linear-gradient(135deg, #EFF6FF, #ECFDF5);

    border: 1px solid #D6E4FF;

    color: #2563EB;

    font-weight: 700;
    font-size: 15px;
}

.faq-badge i {
    width: 18px;
    height: 18px;
}

.faq-wrapper {
    max-width: 950px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;

    border: 1px solid #E5E7EB;

    border-radius: 24px;

    margin-bottom: 18px;

    overflow: hidden;

	transition:	
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;	
	
}

.faq-item:hover {
    transform: translateY(-2px);

    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);

    border-color: #D6E4FF;	
}

.faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 26px 28px;

    background: transparent;
    border: none;

    text-align: left;

    color: #0F172A;

    font-size: 20px;
    font-weight: 700;

    cursor: pointer;
}

.faq-question span {
    padding-right: 20px;
    align-items: center;	
}

.faq-icon {
    width: 22px;
    height: 22px;

    color: #2563EB;

    transition: transform .25s ease;
}

.faq-answer {
    max-height: 0;

    overflow: hidden;

    transition:
        max-height .35s ease,
        padding .35s ease;
}

.faq-answer p {
    padding: 0 28px 28px;

    margin: 0;

    color: #64748B;

    font-size: 17px;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {

    .faq-question {
        font-size: 17px;

        padding: 22px 22px;
    }

    .faq-answer p {
        padding: 0 22px 24px;

        font-size: 16px;
    }

}







.final-cta-section {
    padding: 120px 0;
    background: #F8FAFC;
}

.final-cta-wrapper {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at bottom left,
            rgba(34, 197, 94, 0.10),
            transparent 35%),
        linear-gradient(
            135deg,
            #FFFFFF 0%,
            #F8FAFC 55%,
            #EFF6FF 100%
        );

    border: 1px solid #E2E8F0;
    border-radius: 40px;

    padding: 40px;

    box-shadow:
        0 10px 40px rgba(15, 23, 42, 0.04);
}

.final-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;

    border-radius: 999px;

    background: rgba(255,255,255,0.75);

    border: 1px solid #E2E8F0;

    font-size: 15px;
    font-weight: 700;

    color: #334155;

    margin-bottom: 32px;

    backdrop-filter: blur(10px);
}

.final-cta-badge i {
    width: 18px;
    height: 18px;
}

.final-cta-title {
    font-size: 36px;
    line-height: 1.05;
    font-weight: 600;

    margin-bottom: 28px;

    max-width: 700px;
}

.final-cta-description {
    font-size: 24px;
    line-height: 1.7;

    color: #64748B;

    max-width: 720px;

    margin-bottom: 40px;
}

.final-cta-description,
.final-cta-card p {
    font-size: 22px;
    line-height: 1.7;
}

.final-cta-features {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.final-cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    background: rgba(255,255,255,0.8);

    border: 1px solid #E2E8F0;

    border-radius: 999px;

    font-weight: 600;

    color: #334155;
}

.final-cta-feature i {
    width: 18px;
    height: 18px;

    color: #22C55E;
}

.final-cta-buttons {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-top: 12px;
}

.final-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;

/*
    background: linear-gradient(
        135deg,
        #22C55E,
        #16A34A
    );
*/

background:
    radial-gradient(
        circle at bottom left,
        rgba(34, 197, 94, 0.14),
        transparent 36%
    ),
    linear-gradient(
        135deg,
        #FFFFFF 0%,
        #F8FAFC 55%,
        #EFF6FF 100%
    );


    color: white;

    padding: 20px 34px;

    border-radius: 18px;

    text-decoration: none;

    font-size: 18px;
    font-weight: 700;

    transition: all .25s ease;

	box-shadow:
        0 12px 30px rgba(34, 197, 94, 0.28);		
}

.final-cta-primary:hover {
	transform: translateY(-3px);

    box-shadow:
        0 18px 40px rgba(34, 197, 94, 0.35);		
}

.final-cta-primary i {
    width: 22px;
    height: 22px;
}

.final-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 20px 30px;

    border-radius: 18px;

    border: 1px solid #CBD5E1;

    background: rgba(255,255,255,0.75);

    color: #0F172A;

    text-decoration: none;

    font-size: 18px;
    font-weight: 700;

    transition: all .25s ease;
}

.final-cta-secondary:hover {
    background: white;
    transform: translateY(-2px);
}

.final-cta-card {
    background: rgba(255,255,255,0.92);

    border: 1px solid #E2E8F0;

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.06);

    backdrop-filter: blur(12px);
}


.final-cta-card-icon {
    width: 84px;
    height: 84px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 26px;

    background: linear-gradient(
        135deg,
        #2563EB,
        #22C55E
    );

    margin-bottom: 28px;
}

.final-cta-card-icon i {
    width: 34px;
    height: 34px;

    color: white;
}

.final-cta-card h3 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;

    color: #0F172A;

    margin-bottom: 22px;
}

.final-cta-card p {
    font-size: 20px;
    line-height: 1.7;

    color: #64748B;

    margin-bottom: 28px;
}

.final-cta-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.final-cta-list-item {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #334155;

    font-size: 18px;
    font-weight: 600;
}

.final-cta-list-dot {
    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: #22C55E;

    flex-shrink: 0;
}

.cta-highlight-card {
    position: relative;

    background: rgba(255,255,255,0.5);
	
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
        0 4px 12px rgba(15, 23, 42, 0.03);	

    border: 1px solid #dddddd;

    backdrop-filter: blur(10px);

    border-radius: 32px;

    padding: 30px;
}

.highlight-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 24px;
	
	border: 1px solid #dddddd;
	background-color: #344253;
	color: #ffffff;

    margin-bottom: 28px;
}

.highlight-icon i {
    width: 36px;
    height: 36px;
}

.highlight-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.highlight-item-vitrine {
  background: #aa66cc;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  
  transition: all 0.25s ease;
	
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
        0 4px 12px rgba(15, 23, 42, 0.03);
}
.highlight-item-vitrine:hover {
  background: #aa66cc;
  color: white;
}

.highlight-item-pedidos {
  background: #22c55e;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  
  transition: all 0.25s ease;
	
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
        0 4px 12px rgba(15, 23, 42, 0.03);
}
.highlight-item-pedidos:hover {
  background: #22c55e;
  color: white;
}

.highlight-item-store {
  background: #2196f3;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  
  transition: all 0.25s ease;
	
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
        0 4px 12px rgba(15, 23, 42, 0.03);
}
.highlight-item-store:hover {
  background: #2196f3;
  color: white;
}

.cta-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cta-benefit {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    border-radius: 999px;

    background: rgba(255,255,255,0.7);

	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
        0 4px 12px rgba(15, 23, 42, 0.03);

    border: 1px solid #dddddd;

    font-weight: 600;
}

.cta-benefit i {
    width: 16px;
    height: 16px;

    color: #22C55E;
}

.store-option {
    transition: all .25s ease;
}

.store-option:hover {
    transform: translateY(-2px);

    filter: brightness(1.03);

    box-shadow:
        0 10px 20px rgba(15, 23, 42, 0.10);
}

@media (max-width: 991px) {

    .final-cta-wrapper {
        padding: 40px 28px;
    }

    .final-cta-title {
        font-size: 42px;
    }

    .final-cta-description {
        font-size: 20px;
    }

    .final-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .final-cta-primary,
    .final-cta-secondary {
        justify-content: center;
    }

    .final-cta-card {
        margin-top: 40px;
    }
}






.selling-modes {
    display: flex;
    flex-direction: column;
    gap: 22px;

    margin-top: 60px;
}

.selling-item {
    background: #FFFFFF;

    border: 1px solid #E2E8F0;

    border-radius: 32px;

    overflow: hidden;

    transition: all .3s ease;

    box-shadow:
        0 4px 14px rgba(15, 23, 42, 0.04);
		
	transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;		
}

.selling-item:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.06);

    border-color: #DCE4F5;
}

.selling-item.active {
    box-shadow:
        0 14px 40px rgba(15, 23, 42, 0.08);
}

.selling-header {
    width: 100%;

    background: transparent;
    border: none;

    padding: 34px 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
}

.selling-left {
    display: flex;
    align-items: center;
    gap: 28px;
}

.selling-title-wrapper {
    display: flex;
    align-items: center;
    gap: 22px;
}

.selling-title-wrapper h3 {
    margin: 0;

    font-size: 34px;
    font-weight: 600;
}

.selling-icon {
    width: 78px;
    height: 78px;

    border-radius: 24px;

    background: #EEF4FF;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.selling-icon i {
    width: 34px;
    height: 34px;

    color: #334155;
}

.selling-badge {
    padding: 10px 18px;

    border-radius: 999px;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;
}

.vitrine-badge {
    background: rgba(168, 85, 247, 0.14);
    color: #9333EA;
}

.pedidos-badge {
    background: rgba(34, 197, 94, 0.14);
    color: #16A34A;
}

.store-badge {
    background: rgba(59, 130, 246, 0.14);
    color: #2563EB;
}

.selling-toggle {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #F1F5F9;

    position: relative;

    flex-shrink: 0;
}

.selling-toggle::before,
.selling-toggle::after {
    content: '';

    position: absolute;

    background: #334155;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    transition: all .25s ease;
}

.selling-toggle::before {
    width: 16px;
    height: 2px;
}

.selling-toggle::after {
    width: 2px;
    height: 16px;
}

.selling-item.active .selling-toggle::after {
    opacity: 0;
}

.selling-content {
    max-height: 0;

    overflow: hidden;
		
	transition:
        max-height .45s ease,
        opacity .25s ease,
        padding .35s ease;
		

    padding:
        0 38px;
}

.selling-item.active .selling-content {
    max-height: 500px;

    padding:
        0 38px 38px;
}

.selling-content p {
    font-size: 20px;
    line-height: 1.7;

    color: #64748B;

    margin-bottom: 26px;
}

.selling-content ul {
    list-style: none;

    padding: 0;
    margin: 0 0 28px;

    display: grid;
    gap: 14px;
}

.selling-content li {
    position: relative;

    padding-left: 30px;

    font-size: 18px;
    font-weight: 500;

    color: #334155;
}

.selling-content li::before {
    content: '✓';

    position: absolute;
    left: 0;
    top: 0;

    color: #22C55E;

    font-weight: 700;
}

.selling-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 16px 28px;

    border-radius: 18px;

    text-decoration: none;

    font-size: 16px;
    font-weight: 700;

    color: white;

    transition: all .25s ease;
}

.selling-button:hover {
    transform: translateY(-2px);
}

.vitrine-button {
    background: #A855F7;
}

.pedidos-button {
    background: #22C55E;
}

.store-button {
    background: #3B82F6;
}

@media (max-width: 768px) {

    .selling-header {
        padding: 14px;
        align-items: flex-start;
    }

    .selling-left {
        width: 100%;

        flex-direction: column;
        align-items: flex-start;

        gap: 18px;
    }

    .selling-title-wrapper {
        width: 100%;

        align-items: center;

        gap: 16px;
    }

    .selling-title-wrapper h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .selling-icon {
        width: 64px;
        height: 64px;

        border-radius: 20px;
    }

    .selling-icon i {
        width: 28px;
        height: 28px;
    }

    .selling-badge {
        font-size: 13px;

        padding: 8px 14px;
    }

    .selling-toggle {
        width: 36px;
        height: 36px;

        margin-left: 12px;
    }

    .selling-content {
        padding: 0 24px;
    }

    .selling-item.active .selling-content {
        padding: 0 24px 24px;
    }

    .selling-content p {
        font-size: 16px;
    }

    .selling-content li {
        font-size: 15px;
    }

    .selling-button {
        width: 100%;

        justify-content: center;
    }
}








.integration-benefits-mobile {
    display: flex;
    flex-direction: column;
    gap: 18px;

    margin-top: 38px;
}

/* CARD */
.benefit-card-mobile {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 16px 18px;

    background: rgba(255,255,255,0.75);

    border: 1px solid #E5E7EB;
    border-radius: 22px;

    backdrop-filter: blur(10px);

    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;

    box-shadow:
        0 8px 25px rgba(15,23,42,0.04);
}

/* ÍCONE */
.benefit-icon-mobile {
    min-width: 56px;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

	background-color: rgba(13, 110, 253, 0.12);

    /*color: #22c55e;*/

    font-size: 22px;

    box-shadow:
        0 8px 20px rgba(34,197,94,0.10);
}

/* TEXTO */
.benefit-content-mobile h4 {
    margin: 0;

    line-height: 1.25;

    font-size: 16px;
    font-weight: 600;	
	color: #1E293B;
}

.benefit-content-mobile p {
    margin: 0;

    font-size: 14px;
    line-height: 1.5;

    color: #64748B;
}

.benefit-icon-mobile::after {
    content: "";

    position: absolute;
    inset: 10px;

    background: rgba(59, 130, 246, 0.08);

    filter: blur(18px);

    z-index: -1;
}

.integration-footer-mobile {
    margin-top: 28px;

    text-align: center;

    font-size: 15px;
    font-weight: 500;

    color: #64748B;
}











.steps-mobile-section {
    padding: 72px 0;

    background: #F8FAFC;
}

/* HEADER */

.steps-mobile-header {
    text-align: center;

    margin-bottom: 42px;
}

.steps-mobile-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(59, 130, 246, 0.08);

    border: 1px solid rgba(59, 130, 246, 0.14);

    color: #2563EB;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 24px;
}

.steps-mobile-badge i {
    width: 16px;
    height: 16px;
}

.steps-mobile-header h2 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;

    color: #1E293B;

    margin-bottom: 18px;
}

.steps-mobile-header p {
    font-size: 20px;
    line-height: 1.5;

    color: #64748B;

    max-width: 760px;

    margin: 0 auto;
}

/* TIMELINE */

.steps-mobile-timeline {
    display: flex;
    flex-direction: column;

    gap: 24px;
}

.step-mobile-item {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 20px;
}

/* LINHA */

.step-mobile-line {
    position: absolute;

    top: 60px;
    left: 21px;

    width: 2px;
    height: calc(100% + 24px);

    background: #DCE5F3;
}

/* NÚMERO */

.step-mobile-number {
    position: relative;
    z-index: 2;

    width: 42px;
    height: 42px;

    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;

    background: linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    color: white;

    font-size: 16px;
    font-weight: 700;
	
	box-shadow:
        0 10px 20px rgba(37, 99, 235, 0.18),
        0 0 18px rgba(59, 130, 246, 0.12);	
}

/* CARD */

.step-mobile-card {
    /*flex: 1;*/
	width: calc(100% - 72px);

    padding: 24px;

    border-radius: 28px;

    background: white;

    border: 1px solid #E2E8F0;

    box-shadow:
        0 8px 24px rgba(15, 23, 42, 0.03);
}

/* ÍCONE */

.step-mobile-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background: #EEF4FF;

    margin-bottom: 20px;
}

.step-mobile-icon i {
    width: 34px;
    height: 34px;

    color: #334155;
}

/* TEXTO */

.step-mobile-card h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;

    color: #1E293B;

    margin-bottom: 12px;
}

.step-mobile-card p {
    font-size: 18px;
    line-height: 1.5;

    color: #64748B;

    margin: 0;
}

/* MOBILE */

@media (max-width: 768px) {

    .steps-mobile-section {
        padding: 56px 0;
    }

    .steps-mobile-header h2 {
        font-size: 30px;
    }

    .steps-mobile-header p {
        font-size: 16px;
    }

    .step-mobile-card {
        padding: 20px;

        border-radius: 24px;
    }

    .step-mobile-card h3 {
        font-size: 18px;
    }

    .step-mobile-card p {
        font-size: 14px;
    }

    .step-mobile-icon {
        width: 58px;
        height: 58px;

        border-radius: 18px;

        margin-bottom: 16px;
    }

    .step-mobile-icon i {
        width: 26px;
        height: 26px;
    }

}








.stores-mobile-section {
    padding: 56px 0;

    background: #F8FAFC;
}

/* HEADER */

.stores-mobile-header {
    text-align: center;

    margin-bottom: 34px;
}

.stores-mobile-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 16px;

    border-radius: 999px;

    background: rgba(59, 130, 246, 0.08);

    border: 1px solid rgba(59, 130, 246, 0.14);

    color: #2563EB;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 20px;
}

.stores-mobile-badge i {
    width: 16px;
    height: 16px;
}

.stores-mobile-header h2 {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;

    color: #1E293B;

    margin-bottom: 14px;
}

.stores-mobile-header p {
    font-size: 16px;
    line-height: 1.5;

    color: #64748B;
}

/* SLIDER */

.stores-mobile-slider {
    display: flex;

    gap: 12px;

    overflow-x: auto;

    padding-bottom: 8px;

    scroll-snap-type: x mandatory;

    scrollbar-width: none;
	scroll-padding-left: 16px;
}

.stores-mobile-slider::-webkit-scrollbar {
    display: none;
}

/* CARD */

.store-mobile-card {
	padding-top: 16px;
	
    min-width: 88%;

    background: #FFFFFF;

    border: 1px solid #E2E8F0;

    border-radius: 28px;

    overflow: hidden;

    scroll-snap-align: start;

    box-shadow:
        0 10px 24px rgba(15, 23, 42, 0.04);
}

/* IMAGEM */

.store-mobile-image {
    position: relative;

    background: #F8FAFC;
}

.store-mobile-image img {
    width: 100%;

    display: block;
}

/* TAG */

.store-mobile-tag {
    position: absolute;

    top: 16px;
    right: 16px;

    padding: 8px 14px;

    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;

    color: white;
}

.store-mobile-tag.purple {
    background: linear-gradient(135deg, #9333EA, #A855F7);
}

.store-mobile-tag.green {
    background: linear-gradient(135deg, #16A34A, #22C55E);
}

.store-mobile-tag.blue {
    background: linear-gradient(135deg, #2563EB, #3B82F6);
}

/* CONTEÚDO */

.store-mobile-content {
    padding: 20px;
}

.store-mobile-content h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;

    color: #1E293B;

    margin-bottom: 8px;
}

.store-mobile-category {
    display: inline-block;

    font-size: 14px;
    font-weight: 700;

    color: #2563EB;

    margin-bottom: 16px;
}

.store-mobile-content p {
    font-size: 15px;
    line-height: 1.6;

    color: #64748B;

    margin-bottom: 16px;
}

/* FEATURES */

.store-mobile-features {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;
}

.store-mobile-features span {
    padding: 8px 14px;

    border-radius: 999px;

    background: #F8FAFC;

    border: 1px solid #E2E8F0;

    font-size: 13px;
    font-weight: 600;

    color: #475569;
}








.features-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.feature-accordion {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.feature-toggle {
    width: 100%;
    background: transparent;
    border: none;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-left {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.feature-left h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E293B;
    margin: 0;
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #EEF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	margin: 0px;
}

.feature-icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
    color: #334155;
}

.feature-plus {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
	
	display: flex;
    align-items: center;
    justify-content: center;	
}

.feature-plus span {
    position: absolute;
    background: #2563EB;
    border-radius: 999px;
    transition: 0.3s;
}

.feature-plus span:first-child {
    width: 22px;
    height: 2px;
    top: 10px;
    left: 0;
}

.feature-plus span:last-child {
    width: 2px;
    height: 22px;
    top: 0;
    left: 10px;
}

.feature-accordion.active .feature-plus span:last-child {
    transform: scaleY(0);
}

.feature-content {
    max-height: 0;
    overflow: hidden;
	transition:
		max-height 0.35s ease,
		padding 0.25s ease;	
}

.feature-accordion.active .feature-content {
    max-height: 240px;
    padding: 0; /* 22px 22px;*/
}

.feature-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-content li {
    color: #64748B;
    font-size: 1rem;
    margin-bottom: 14px;
}







.shipping-mobile {
    padding: 72px 0;
}

.shipping-header {
    text-align: center;
    margin-top: 24px;
}

.shipping-header h2 {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 18px;
}

.shipping-header p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #64748B;
    margin-bottom: 0;
}

/* TIMELINE */

.shipping-timeline {
    margin-top: 48px;
    position: relative;
}

.shipping-step {
    position: relative;
    display: flex;
    gap: 14px;
    padding-bottom: 24px;
}

.shipping-line {
    position: absolute;
    left: 32px;
    top: 68px;
    width: 2px;
    height: calc(100% - 34px);
    background: #DCE7F7;
}

.shipping-dot {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: #EEF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.shipping-dot svg {
    width: 28px;
    height: 28px;
    color: #334155;
    stroke-width: 2;
}

.shipping-content {
    padding-top: 4px;
}

.shipping-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 8px;
}

.shipping-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748B;
    margin: 0;
}

/* INTEGRACOES */

.shipping-integrations {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.integration-pill {
    flex: 1;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.integration-pill img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.integration-pill span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1E293B;
}

/* CTA */

.shipping-cta {
    margin-top: 24px;
    background: linear-gradient(135deg, #2563EB, #3B82F6);
    border-radius: 28px;
    padding: 24px 24px 28px;
    text-align: center;
    color: #fff;
}

.shipping-cta-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.shipping-cta-icon svg {
    width: 28px;
    height: 28px;
}

.shipping-cta h3 {
    font-size: 1.4rem;
    font-weight: 700;
	margin-bottom: 10px;
}

.shipping-cta p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.92;
	color: #ffffff;
}






.cta-mobile {
    padding: 72px 0;
}

.cta-mobile-wrapper {
    background:
        radial-gradient(circle at bottom left,
            rgba(34,197,94,0.08),
            transparent 35%),
        linear-gradient(
            135deg,
            #F8FAFC,
            #EEF4FF
        );

    border: 1px solid #DCE7F7;
    border-radius: 32px;
    padding: 32px 24px;
}

/* BADGE */

.cta-mobile-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ECFDF3;
    border: 1px solid #BBF7D0;
    border-radius: 999px;
    padding: 12px 18px;
    margin-bottom: 28px;
}

.cta-mobile-badge svg {
    width: 20px;
    height: 20px;
    color: #16A34A;
}

.cta-mobile-badge span {
    font-size: 1rem;
    font-weight: 700;
    color: #16A34A;
}

/* TITULO */

.cta-mobile h2 {
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 20px;
}

/* TEXTO */

.cta-mobile-text {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 28px;
}

/* BENEFICIOS */

.cta-mobile-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.benefit-pill {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    box-shadow: 0 4px 10px rgba(15,23,42,0.04);
}

/* BOTAO */

.cta-mobile-button {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    background: linear-gradient(135deg, #16A34A, #22C55E);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    box-shadow:
        0 10px 24px rgba(34,197,94,0.22);

    margin-bottom: 32px;
}

.cta-mobile-button svg {
    width: 22px;
    height: 22px;
}

/* CARD */

.cta-mobile-card {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.9);

    border-radius: 28px;

    padding: 24px;
}

.cta-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: #334155;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.cta-card-icon svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.cta-mobile-card h3 {
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 14px;
}

.cta-mobile-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 24px;
}

/* MODOS */

.cta-card-modes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.mode-pill {
    min-height: 54px;

    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 10px;

    font-size: 0.95rem;
    line-height: 1.3;
    font-weight: 700;

    color: #fff;
}

.mode-pill.vitrine {
    background: linear-gradient(135deg, #A855F7, #9333EA);
}

.mode-pill.pedidos {
    background: linear-gradient(135deg, #22C55E, #16A34A);
}

.mode-pill.store {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
}