/* ============================
   PACKAGE HERO SECTION
   ============================ */

.package-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.package-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.65);
    transform: scale(1.05);
}

.package-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.35));
}

.package-hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 90%;
    max-width: 900px;
    color: white;
}

.package-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
    backdrop-filter: blur(6px);
}

.package-hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
}

.package-desc {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 35px;
    opacity: 0.9;
}

/* Info Boxes Row */
.package-info-boxes {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.info-box {
    background: white;
    color: #1a1a1a;
    padding: 22px 32px;
    border-radius: 18px;
    text-align: center;
    min-width: 160px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.info-box h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.info-box p {
    font-size: 13px;
    opacity: 0.7;
}

/* CTA Button */
.book-package-btn {
    display: inline-block;
    padding: 12px 36px;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
}

.book-package-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
}

/* ============================
   RESPONSIVE FIXES
   ============================ */

@media (max-width: 768px) {
    .package-hero {
        height: auto;
        padding: 120px 0 80px;
    }

    .package-hero-content h1 {
        font-size: 32px;
    }

    .package-info-boxes {
        gap: 15px;
    }

    .info-box {
        min-width: 140px;
        padding: 18px 22px;
    }
}

/* ============================
   HERO LOGISTICS (MERGED)
   ============================ */
.package-logistics {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 600px;
}

.logistics-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    color: white;
    font-size: 15px;
    line-height: 1.5;
}

.logistics-item:last-child {
    margin-bottom: 0;
}

.logistics-item i {
    font-size: 18px;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.9);
    width: 20px;
    text-align: center;
}

.fees-text {
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 6px;
}

/* ============================
   PACKAGE DETAILS GRID
============================ */
.package-details-grid {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 30px;
}

.pd-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.pd-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

.pd-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.pd-icon {
    width: 50px;
    height: 50px;
    background: #f4f6f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ============================
   ROADMAP LOGISTICS (HEADER)
   ============================ */
.roadmap-logistics {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 16px;
    border: 1px solid #eee;
}

.rl-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.rl-icon-wrapper {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #2c3e50;
    font-size: 18px;
    flex-shrink: 0;
}

.rl-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 3px;
}

.rl-value {
    display: block;
    font-size: 16px;
    color: #1d1d1f;
    font-weight: 600;
}

.rl-divider {
    width: 1px;
    height: 50px;
    background: #e0e0e0;
}

@media (max-width: 768px) {
    .roadmap-logistics {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .rl-divider {
        display: none;
    }
}

/* ============================
   IMPORTANT INFO SECTION
   ============================ */
.important-info-section {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 100px;
    border-top: 1px solid #f0f0f0;
    padding-top: 60px;
}

.ii-container {
    text-align: center;
}

.ii-title {
    font-size: 28px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 40px;
}

.ii-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    text-align: left;
}

.ii-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ii-icon {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ii-icon i {
    color: #333;
    font-size: 18px;
}

.ii-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1d1d1f;
}

.ii-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.ii-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ii-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #4b5563;
}

.ii-list li::before {
    content: '\f00c';
    /* FontAwesome check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    /* Green check */
}

li.notes-list li::before,
.ii-list.notes-list li::before {
    content: '\f129';
    /* Info circle */
    color: #3b82f6;
    /* Blue info */
}



@media (max-width: 768px) {
    .important-info-section {
        width: 95%;
        margin: 40px auto 60px;
        padding-top: 40px;
    }

    .ii-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .ii-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ii-card {
        padding: 20px;
        gap: 15px;
    }
}

.tour-highlights {
    width: 85%;
    max-width: 1200px;
    margin: 100px auto;
    text-align: center;
}

.th-header {
    text-align: center;
    margin-bottom: 50px;
}

.th-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 15px;
}

.th-header p {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 50px;
}

.highlight-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.highlight-card {
    width: 330px;
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    cursor: pointer;
}

.highlight-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

/* Focused Highlight Effect */
.highlight-cards {
    transition: all 0.5s ease;
}

.highlight-cards:has(.highlight-card:hover) .highlight-card:not(:hover) {
    filter: blur(5px) grayscale(0.2) brightness(0.8);
    opacity: 0.5;
    transform: scale(0.96);
    pointer-events: none;
}

.highlight-card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0px 30px 65px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.highlight-card:hover img {
    transform: scale(1.18);
}

.h-card-text {
    padding: 20px;
    text-align: left;
}

.h-card-text h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1d1d1d;
}

.h-card-text p {
    font-size: 14px;
    color: #5f6368;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .highlight-cards {
        flex-direction: column;
        align-items: center;
    }

    .highlight-card {
        width: 90%;
    }

    .th-header h2 {
        font-size: 26px;
    }
}

/* ===========================
   ROADMAP SECTION - IMPROVED TIMELINE
=========================== */
.roadmap-section {
    width: 90%;
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 20px;
}

.roadmap-header {
    text-align: center;
    margin-bottom: 80px;
}

.roadmap-title {
    font-size: 42px;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #1d1d1d, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.roadmap-subtitle {
    color: #7a7a7a;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* TIMELINE CONTAINER */
.roadmap-timeline {
    position: relative;
    padding: 40px 0;
}

/* CENTER TIMELINE LINE */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #1d1d1d, #555, #1d1d1d);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #1d1d1d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.timeline-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #1d1d1d;
    border-radius: 50%;
    transform: translate(-50%, 50%);
}

/* TIMELINE ITEMS */
.timeline-item {
    position: relative;
    margin-bottom: 80px;
    width: 50%;
    z-index: 2;
}

.timeline-item.left {
    left: 0;
    padding-right: 60px;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    padding-left: 60px;
}

/* TIMELINE CARD */
.timeline-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.timeline-card:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    border-color: #ddd;
    z-index: 10;
}

/* Focused Roadmap Effect */
.roadmap-timeline:has(.timeline-card:hover) .timeline-item:not(:has(.timeline-card:hover)) {
    filter: blur(8px) brightness(0.7);
    opacity: 0.4;
    transform: scale(0.95);
    pointer-events: none;
    transition: all 0.6s ease;
}

.roadmap-timeline:has(.timeline-card:hover) .timeline-line {
    opacity: 0.3;
    filter: blur(4px);
}

/* CARD HEADER */
.card-header {
    margin-bottom: 15px;
}

.time-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dddfe6 0%, #858586 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* CARD IMAGE */
.card-image {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    transition: transform 0.4s ease, z-index 0.1s;
    z-index: 1;
}

.card-image:hover {
    z-index: 100 !important;
    overflow: visible !important;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: zoom-in;
    will-change: transform;
    border: 1px solid transparent;
}

.card-image:hover img {
    transform: scale(1.5);
    object-fit: contain;
    background: #fff;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

/* Perfect centering towards the timeline */
.timeline-item.left .card-image:hover img {
    transform: scale(1.5) translateX(15%) translateY(-5%);
}

.timeline-item.right .card-image:hover img {
    transform: scale(1.5) translateX(-15%) translateY(-5%);
}

.card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.card-image:hover::after {
    opacity: 0;
}

/* CARD POINTS */
.card-points {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.card-points li {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 0;
}

.card-points i {
    color: #667eea;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* TIMELINE DOT */
.timeline-item::before {
    content: '';
    position: absolute;
    top: 30px;
    width: 24px;
    height: 24px;
    background: white;
    border: 4px solid #000000;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
}

.timeline-item.left::before {
    right: -12px;
}

.timeline-item.right::before {
    left: -12px;
}

/* CONNECTING LINES */
.timeline-item::after {
    content: '';
    position: absolute;
    top: 40px;
    width: 60px;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.timeline-item.left::after {
    right: -60px;
}

.timeline-item.right::after {
    left: -60px;
}

/* ===========================
   MOBILE RESPONSIVE TIMELINE
=========================== */
@media (max-width: 1024px) {
    .roadmap-section {
        width: 95%;
        margin: 100px auto;
    }

    .roadmap-title {
        font-size: 36px;
    }

    .roadmap-subtitle {
        font-size: 16px;
        padding: 0 20px;
    }

    .timeline-item.left {
        padding-right: 40px;
    }

    .timeline-item.right {
        padding-left: 40px;
    }

    .timeline-item::after {
        width: 40px;
    }

    .timeline-item.left::after {
        right: -40px;
    }

    .timeline-item.right::after {
        left: -40px;
    }
}

/* ===========================
   MOBILE TIMELINE FIX (PERFECT CENTERED)
=========================== */
@media (max-width: 768px) {

    .roadmap-section {
        margin: 60px auto;
        padding: 0 15px;
    }

    /* CENTER LINE FIX */
    .timeline-line {
        left: 50%;
        width: 2px;
        transform: translateX(-50%);
    }

    /* FULL-WIDTH ITEMS */
    .timeline-item {
        width: 100%;
        padding: 0;
        margin-bottom: 70px;
        text-align: left;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
        padding: 0;
    }

    /* DOT FIX: CENTER UNDER LINE */
    .timeline-item::before {
        left: 50%;
        transform: translateX(-50%);
        top: 25px;
        width: 18px;
        height: 18px;
        display: none !important;
    }

    /* CONNECTOR FIX: CENTERED */
    .timeline-item::after {
        left: 80%;
        transform: translateX(-50%);
        top: 35px;
        width: 2px;
        height: 25px;
        background: #bfbfbf;
        display: none !important;
    }

    /* CARD POSITION FIX */
    .timeline-card {
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        padding: 22px;
        border-radius: 18px;
    }

    /* TEXT FIXES */
    .card-title {
        font-size: 20px;
    }

    .time-badge {
        padding: 6px 15px;
        font-size: 12px;
    }

    .card-image {
        height: 170px;
    }

    .card-points li {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .roadmap-section {
        margin: 60px auto;
    }

    .roadmap-title {
        font-size: 28px;
    }

    .roadmap-subtitle {
        font-size: 15px;
    }

    .timeline-item {
        padding-left: 60px;
        margin-bottom: 50px;
    }

    .timeline-item::before {
        left: 12px;
        width: 18px;
        height: 18px;
    }

    .timeline-item::after {
        left: 25px;
        width: 15px;
    }

    .timeline-card {
        padding: 20px;
    }

    .card-title {
        font-size: 20px;
    }

    .time-badge {
        padding: 6px 16px;
        font-size: 13px;
    }

    .card-image {
        height: 160px;
    }

    .card-points li {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

/* Animation for timeline items */
.timeline-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

.timeline-item:nth-child(1) {
    animation-delay: 0.1s;
}

.timeline-item:nth-child(2) {
    animation-delay: 0.2s;
}

.timeline-item:nth-child(3) {
    animation-delay: 0.3s;
}

.timeline-item:nth-child(4) {
    animation-delay: 0.4s;
}

.timeline-item:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===========================
   FINAL CTA SECTION - ENHANCED
=========================== */
.final-cta {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    pointer-events: none;
}

.cta-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

/* LEFT CONTENT - ENHANCED */
.cta-left {
    flex: 1;
    max-width: 600px;
}

.cta-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
    background: #000000;
    color: white;
}

.cta-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    background-clip: text;
}

.cta-left p {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}

/* CTA FEATURES */
.cta-features {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature i {
    color: #000000;
    font-size: 18px;
}

.feature span {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

/* RIGHT CONTENT - PRICE CARD */
.cta-right {
    flex: 0 0 auto;
}

.price-card {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.08),
        0 8px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-width: 320px;
    position: relative;
    overflow: hidden;
}

.price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #000000;
}

.price-header {
    text-align: center;
    margin-bottom: 30px;
}

.price-label {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.price-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.price-currency {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1d;
    margin-top: 5px;
}

.cta-price {
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px; /* Slightly reduced for a cleaner look */
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1;
}

.cta-note {
    display: block;
    color: #7a7a7a;
    font-size: 15px;
    margin-top: 5px;
}

/* PRICE DETAILS */
.price-details {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0;
    margin: 25px 0;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-item i {
    color: #000000;
    font-size: 16px;
    width: 24px;
}

.detail-item span {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

/* BUTTON - ENHANCED */
.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 30px;
    background: #000000;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #000000;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.cta-btn:hover {
    background: white;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.cta-btn:hover::before {
    left: 100%;
}

.cta-btn:hover i {
    transform: translateX(5px);
}

.cta-btn i {
    transition: transform 0.3s ease;
}

/* GUARANTEE TEXT */
.guarantee-text {
    text-align: center;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.guarantee-text i {
    color: #000000;
}

/* ===========================
   MOBILE RESPONSIVE CTA
   (768px and below)
=========================== */
@media (max-width: 768px) {
    .final-cta {
        padding: 60px 0;
        background: #ffffff;
    }

    .cta-container {
        flex-direction: column;
        gap: 40px;
        width: 95%;
        padding: 0 15px;
    }

    /* LEFT CONTENT - MOBILE */
    .cta-left {
        text-align: center;
        max-width: 100%;
        padding: 0 10px;
    }

    .cta-badge {
        font-size: 13px;
        padding: 7px 18px;
        margin-bottom: 20px;
    }

    .cta-left h2 {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.3;
        background: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: #000000;
    }

    .cta-left p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 auto 25px;
        max-width: 100%;
        color: #666;
    }

    /* FEATURES - MOBILE */
    .cta-features {
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
        align-items: center;
    }

    .feature {
        justify-content: center;
    }

    .feature i {
        font-size: 16px;
    }

    .feature span {
        font-size: 14px;
    }

    /* RIGHT CONTENT - MOBILE */
    .cta-right {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .price-card {
        min-width: auto;
        padding: 30px 25px;
        border-radius: 20px;
        width: 100%;
    }

    .price-header {
        margin-bottom: 25px;
    }

    .price-label {
        font-size: 13px;
    }

    .price-main {
        margin-bottom: 5px;
    }

    .price-currency {
        font-size: 22px;
        margin-top: 4px;
    }

    .cta-price {
        font-size: 52px;
    }

    .cta-note {
        font-size: 14px;
        padding: 0 10px;
    }

    /* PRICE DETAILS - MOBILE */
    .price-details {
        padding: 20px 0;
        margin: 20px 0;
    }

    .detail-item {
        margin-bottom: 12px;
        justify-content: center;
    }

    .detail-item i {
        font-size: 15px;
    }

    .detail-item span {
        font-size: 14px;
    }

    /* BUTTON - MOBILE */
    .cta-btn {
        padding: 16px 25px;
        font-size: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .guarantee-text {
        font-size: 13px;
        flex-wrap: wrap;
        text-align: center;
        gap: 6px;
    }
}

/* ===========================
   SMALL PHONE OPTIMIZATIONS
   (480px and below)
=========================== */
@media (max-width: 480px) {
    .final-cta {
        padding: 50px 0;
    }

    .cta-container {
        gap: 35px;
    }

    .cta-left h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .cta-left p {
        font-size: 15px;
        line-height: 1.5;
        padding: 0 5px;
    }

    .price-card {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .cta-price {
        font-size: 46px;
    }

    .price-currency {
        font-size: 20px;
        margin-top: 3px;
    }

    .price-details {
        padding: 18px 0;
        margin: 18px 0;
    }

    .detail-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .cta-btn {
        padding: 15px 20px;
        font-size: 14px;
    }

    .cta-features {
        gap: 12px;
    }

    .feature {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

/* ===========================
   EXTRA SMALL PHONES
   (360px and below)
=========================== */
@media (max-width: 360px) {
    .cta-left h2 {
        font-size: 24px;
    }

    .cta-left p {
        font-size: 14px;
    }

    .cta-price {
        font-size: 42px;
    }

    .price-card {
        padding: 22px 18px;
    }

    .cta-btn {
        padding: 14px 18px;
        font-size: 13px;
    }
}

/* Animation for CTA section */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-left,
.price-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.price-card {
    animation-delay: 0.2s;
    opacity: 0;
}

.child-price-note {
    font-size: 0.9rem;
    color: #777;
    margin-top: 6px;
    display: block;
}