.container-offers {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Hero Section */
.hero-services {
    background: linear-gradient(135deg, #0D2C5B 0%, #77B5FE 100%);
    color: white;
    text-align: center;
    padding: 80px 40px 60px;
}

.hero-title-services {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.hero p {
    font-size: 20px;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.95;
}

.hero-nav ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.hero-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 24px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    transition: all 0.3s;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.hero-nav li:hover a {
    color: #0D2C5B;
    background: white;
    border-color: white;
    cursor: pointer;
    border-radius: 30px;
}

/* Main Content */
.main-content {
    padding: 80px 0;
}

.section {
    margin-bottom: 80px;
}

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

.section-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #f39c88;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0D2C5B;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

/* Offer Cards */

.offer-grid-unique {
    display: grid;
    margin-top: 50px;
    margin: 0 auto;
    max-width: 700px;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
    margin: 0 auto;
}

.content-offer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.offer-card {
    background: white;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    padding: 40px;
    transition: all 0.3s;
    position: relative;
}

.offer-card:hover {
    border-color: #f39c88;
    box-shadow: 0 8px 30px rgba(13, 44, 91, 0.1);
    transform: translateY(-5px);
}

.offer-card.featured {
    border-color: #0D2C5B;
    border-width: 3px;
    max-width: 700px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, rgba(13, 44, 91, 0.02) 0%, rgba(119, 181, 254, 0.02) 100%);
}

.offer-card.custom {
    border-width: 3px;
    max-width: 700px !important;
    margin: 0 auto !important;
}

.offer-badge {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #f39c88;
    color: #0D2C5B;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offer-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.offer-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0D2C5B;
    margin-bottom: 10px;
}

.offer-duration {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.offer-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0D2C5B;
    margin-bottom: 8px;
}

.offer-price span {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
}

.offer-savings {
    font-size: 14px;
    color: #f39c88;
    font-weight: 700;
    margin-bottom: 25px;
}

.offer-description {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 25px;
}

.offer-benefits {
    list-style: none;
    margin-bottom: 30px;
}

.offer-benefits li {
    font-size: 14px;
    color: #4a4a4a;
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.6;
}

.offer-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f39c88;
    font-weight: bold;
    font-size: 16px;
}

.offer-ideal {
    background: #fafafa;
    border-left: 3px solid #77B5FE;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 0 8px 8px 0;
}

.offer-ideal strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #0D2C5B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offer-ideal p {
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 8px;
    margin-bottom: 0;
}

.tools-accordion {
    max-width: 100%;
    margin-top: 2rem ;
}

.accordion-header {
    width: 100%;
    background-color: #f3f5f9;
    color: #2a2a2a;
    text-align: left;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.accordion-header:hover {
    background-color: #e7ecf4;
}

.accordion-header:focus-visible {
    outline: 3px solid #4a90e2;
    outline-offset: 3px;
}

.accordion-header::after {
    content: "+";
    font-size: 1.7rem;
    transition: transform 0.25s ease;
    color: #0D2C5B;
}

.accordion-header.active::after {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    border-left: 3px solid #4a90e2;
    margin-bottom: 1rem;
    transition: max-height 0.25s ease, padding 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-content h4 {
    font-size: 18px;
}

.accordion-content ul {
    position: relative;
}

.accordion-content ul li {
    margin-left: 25px;
}

.accordion-content ul li:before {
    position: absolute;
    /* content: "✓"; */
    content: ">";
    left: 0;
    color: #f39c88;
    font-weight: bold;
    font-size: 16px;
}

.accordion-content p {
    color: #333;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.accordion-content.open {
    max-height: fit-content !important;
    box-shadow: 0 0 3px 0px rgba(0,0,0,0.1);
    padding:  1rem;

}

.service-summary {
    margin-bottom: 20px;
}
     

/* Buttons */
.btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 18px 40px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    width: 100%;
}

.btn-primary {
    background: #f39c88;
    color: #0D2C5B;
    box-shadow: 0 4px 15px rgba(250, 185, 166, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

.btn-secondary {
    background: #0D2C5B;
    color: white;
    box-shadow: 0 4px 15px rgba(13, 44, 91, 0.2);
}

.btn-secondary:hover {
    background: #0a2347;
    box-shadow: 0 6px 20px rgba(13, 44, 91, 0.4);
    transform: translateY(-2px);
}

.btn-cta-services, .contact-services-btn {
    width: 38%; 
}

/* .btn-cta-services {
    background-color: #0D2C5B !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(250, 185, 166, 0.3);
} */

.contact-services-btn {
    border: 2px solid #0D2c5b !important;
    background-color: #f0f0f0 !important;
    color: #0D2C5B;
}

.contact-services-btn:hover {
    transform: none;
    border-color: #0a2347 !important;
    background-color: rgba(240, 240, 240, 0.062) !important;
    box-shadow: 0 4px 15px rgba(13, 44, 91, 0.2);
}


/* Info Box */
.info-box {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: #f0f8ff;
    border-radius: 12px;
}

.info-box p {
    font-size: 16px;
    color: #0D2C5B;
    margin-bottom: 15px;
}

.info-box p:last-child {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0;
}

/* B2B Section */
.b2b-section {
    background: linear-gradient(135deg, #0D2C5B 0%, #77B5FE 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin-top: 80px;
}

.b2b-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.b2b-section p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

.b2b-section p.p-offer-group {
    margin: 30px auto !important; 
}

.b2b-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    margin: 40px 0;
    gap: 40px;
}

.b2b-feature {
    text-align: center;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b2b-feature-icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.b2b-feature h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.b2b-feature p {
    font-size: 14px;
    opacity: 0.9;
}

.b2b-cta {
    display: inline-block;
    background: white;
    color: #0D2C5B;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.b2b-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

/* Contact Section */
.contact-section {
    text-align: center;
    padding: 80px 40px;
    background: #fafafa;
    margin-top: 80px;
}

.contact-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #0D2C5B;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #0D2C5B;
    font-weight: 600;
}

.contact-item a {
    color: #0D2C5B;
    text-decoration: none;
}

.contact-item a:hover {
    color: #f39c88;
}

.contact-icon {
    font-size: 24px;
    color: #f39c88;
}
