/* ══════════════════════════════════════════════════════
   INDEX PAGE STYLES - العوالي للأسفار | عروض العمرة 1448
   ══════════════════════════════════════════════════════ */

/* ─── HERO SECTION ─── */
.hero-premium {
    position: relative;
    height: 100vh;
    min-height: 640px;
    background: url('../images/img3.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(6, 20, 50, 0.88) 0%,
        rgba(12, 35, 80, 0.75) 50%,
        rgba(0, 0, 0, 0.82) 100%
    );
    z-index: 1;
}

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    animation: floatParticle linear infinite;
}

@keyframes floatParticle {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 0.5; }
    100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 860px;
    padding: 0 24px;
}

.hero-season-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 9px 22px;
    border-radius: 40px;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 28px;
    animation: pulseGlow 3s ease-in-out infinite;
    color: #f0c060;
}

@keyframes pulseGlow {
    0%,100% { box-shadow: 0 0 0 0 rgba(240,192,96,0); }
    50%      { box-shadow: 0 0 0 8px rgba(240,192,96,0.15); }
}

.hero-title {
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 24px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    letter-spacing: -0.5px;
}

.hero-title-accent {
    display: block;
    background: linear-gradient(90deg, #f0c060, #f16f0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.btn-main, .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.btn-main {
    background: linear-gradient(135deg, #f16f0f, #e05a00);
    color: white;
    box-shadow: 0 12px 28px rgba(241, 111, 15, 0.4);
}
.btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(241, 111, 15, 0.5);
    background: linear-gradient(135deg, #ff7e1a, #f16f0f);
}

.btn-outline {
    background: rgba(255,255,255,0.08);
    color: white;
    border: 2px solid rgba(255,255,255,0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.btn-outline:hover {
    background: white;
    color: var(--primary-blue);
    border-color: white;
    transform: translateY(-3px);
}

/* Hero Stats Row */
.hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


.hero-stat {
    text-align: center;
}

.hero-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #f0c060;
    line-height: 1;
    margin-bottom: 2px;
}

.hero-stat span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.75);
    white-space: nowrap;
}

.hero-stat-divider {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.25);
}

/* Scroll indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.scroll-dot {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    position: relative;
}

.scroll-dot::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: scrollBounce 1.8s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%   { top: 8px; opacity: 1; }
    80%  { top: 28px; opacity: 0; }
    100% { top: 8px; opacity: 0; }
}

.hero-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 3;
}
.hero-curve svg { display: block; width: calc(100% + 1.3px); height: 80px; }

/* ─── TRUST STRIP ─── */
.trust-strip-wrapper {
    background: #f4f7f6;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.trust-strip {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    padding: 28px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.09);
    transform: translateY(-44px);
    border: 1px solid rgba(0,0,0,0.04);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 190px;
}

.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.trust-icon.blue   { background: rgba(41,101,175,0.1);  color: var(--primary-blue); }
.trust-icon.gold   { background: rgba(198,168,124,0.15); color: #c6a87c; }
.trust-icon.green  { background: rgba(39,174,96,0.1);   color: #27ae60; }
.trust-icon.orange { background: rgba(241,111,15,0.1);  color: var(--primary-orange); }

.trust-text strong {
    display: block;
    font-size: 0.95rem;
    color: #1a2a3a;
    margin-bottom: 2px;
}
.trust-text span {
    font-size: 0.8rem;
    color: #777;
}

.trust-divider {
    width: 1px;
    height: 48px;
    background: #e8ecf0;
    flex-shrink: 0;
}

/* ─── OMRA SEASON SECTION ─── */
.omra-season-section {
    background: #f4f7f6;
    padding: 0 0 60px;
}

.omra-season-banner {
    position: relative;
    background: linear-gradient(135deg, #0b1e40 0%, #162d60 50%, #0d2450 100%);
    border-radius: 28px;
    padding: 48px 52px;
    display: flex;
    align-items: center;
    gap: 48px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(11,30,64,0.3);
}

.osb-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(240,192,96,0.12) 0%, transparent 65%);
    top: -100px;
    right: -50px;
    pointer-events: none;
    border-radius: 50%;
}

.osb-left {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.osb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(240,192,96,0.18);
    border: 1px solid rgba(240,192,96,0.35);
    color: #f0c060;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 18px;
    animation: pulseGlow 3s ease-in-out infinite;
}

.osb-left h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    color: white;
    margin-bottom: 14px;
    line-height: 1.2;
}

.osb-left p {
    color: rgba(255,255,255,0.72);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 480px;
}

.osb-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.osb-features span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.88);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}

.osb-features span i {
    color: #4ade80;
    font-size: 0.8rem;
}

.osb-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f0c060, #f16f0f);
    color: #0b1e40;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 8px 24px rgba(240,192,96,0.3);
}

.osb-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(240,192,96,0.4);
    color: #0b1e40;
}

.osb-right {
    position: relative;
    flex-shrink: 0;
    z-index: 1;
}

.osb-img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.4);
    display: block;
}

.osb-price-badge {
    position: absolute;
    bottom: -16px;
    right: 20px;
    background: white;
    border-radius: 14px;
    padding: 10px 18px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    min-width: 130px;
}

.osb-from {
    display: block;
    font-size: 0.72rem;
    color: #888;
    margin-bottom: 2px;
}

.osb-price-badge strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--primary-blue);
    line-height: 1;
}

.osb-currency {
    font-size: 0.82rem;
    color: #555;
    font-weight: 700;
}

/* ─── PACKAGES SECTION ─── */
.packages-section {
    padding: 70px 0 80px;
    background: white;
}

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

.section-tag {
    display: inline-block;
    background: rgba(41,101,175,0.08);
    color: var(--primary-blue);
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section-tag.light {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
}

.section-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 900;
    color: #1a2a3a;
    margin-bottom: 12px;
}

.section-header.light h2 {
    color: white;
}

.section-header p {
    font-size: 1rem;
    color: #666;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.65;
}

.section-header.light p {
    color: rgba(255,255,255,0.72);
}

.section-line {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-orange), #f0c060);
    border-radius: 4px;
    margin: 18px auto 0;
}

.section-line.light {
    background: rgba(255,255,255,0.4);
}

/* Packages Grid */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    align-items: stretch;
}

.pkg-card {
    background: white;
    border-radius: 22px;
    overflow: hidden;
    border: 1.5px solid #eef0f4;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: 0.35s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.pkg-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 50px rgba(0,0,0,0.12);
    border-color: var(--primary-orange);
}

.pkg-card.featured {
    border-color: #f0c060;
    box-shadow: 0 12px 36px rgba(240,192,96,0.18);
}

.pkg-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.pkg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pkg-card:hover .pkg-img {
    transform: scale(1.08);
}

.pkg-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 60%);
}

.pkg-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 800;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.pkg-badge.gold  { background: linear-gradient(135deg, #f0c060, #d4a017); }
.pkg-badge.blue  { background: var(--primary-blue); }
.pkg-badge.green { background: #27ae60; }

.pkg-body {
    padding: 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pkg-tag {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.pkg-tag.luxury  { background: #fff7e6; color: #d4a017; }
.pkg-tag.premium { background: #eef3fb; color: var(--primary-blue); }
.pkg-tag.economy { background: #edfbf0; color: #27ae60; }

.pkg-body h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a2a3a;
    margin-bottom: 6px;
}

.pkg-duration {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pkg-features {
    list-style: none;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.pkg-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: #444;
}

.pkg-features li i {
    color: var(--primary-blue);
    width: 14px;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.pkg-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

.pkg-price { display: flex; flex-direction: column; }

.price-from {
    font-size: 0.72rem;
    color: #888;
    margin-bottom: 1px;
}

.pkg-price strong {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--primary-blue);
    line-height: 1;
}

.pkg-price small {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888;
}

.pkg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    background: white;
    white-space: nowrap;
    flex-shrink: 0;
}

.pkg-btn:hover, .pkg-btn.primary {
    background: var(--primary-blue);
    color: white;
}

.pkg-btn.primary {
    border-color: var(--primary-blue);
}

.pkg-btn.primary:hover {
    background: #1a4a85;
}

.packages-cta {
    text-align: center;
    margin-top: 44px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1.5px dashed #c8d8e8;
}

.packages-cta p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 10px;
}

.cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-blue);
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    transition: 0.2s;
}

.cta-link:hover {
    color: var(--primary-orange);
    gap: 12px;
}

/* ─── WHY US SECTION ─── */
.why-us-section {
    padding: 80px 0;
    background: linear-gradient(140deg, #0c2349 0%, #1a3a72 50%, #0b1e40 100%);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 8px;
}

.why-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    padding: 30px 26px;
    text-align: center;
    transition: 0.35s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.why-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(240,192,96,0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.why-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: rgba(241,111,15,0.15);
    color: #f0c060;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 20px;
    transition: 0.3s;
    border: 1px solid rgba(240,192,96,0.2);
}

.why-card:hover .why-icon {
    background: linear-gradient(135deg, #f0c060, #f16f0f);
    color: white;
    transform: scale(1.08) rotate(5deg);
    border-color: transparent;
}

.why-card h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
}

/* ─── HAJJ NOTICE ─── */
.hajj-notice-section {
    padding: 50px 0;
    background: #f4f7f6;
}

.hajj-notice-card {
    background: white;
    border-radius: 22px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    box-shadow: 0 10px 32px rgba(0,0,0,0.06);
    border: 1.5px solid #e8ecf0;
    position: relative;
    overflow: hidden;
}

.hajj-notice-card::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, #2965af, #c6a87c);
}

.hn-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #0c2349, #2965af);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #f0c060;
    flex-shrink: 0;
}

.hn-content {
    flex: 1;
    min-width: 200px;
}

.hn-label {
    display: inline-block;
    background: rgba(41,101,175,0.08);
    color: var(--primary-blue);
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.hn-content h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1a2a3a;
    margin-bottom: 6px;
}

.hn-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

.hn-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.hn-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
}

.hn-btn.outline {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    background: white;
}
.hn-btn.outline:hover {
    background: var(--primary-blue);
    color: white;
}

.hn-btn.solid {
    background: linear-gradient(135deg, #0c2349, #2965af);
    color: white;
    box-shadow: 0 6px 20px rgba(41,101,175,0.25);
}
.hn-btn.solid:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(41,101,175,0.35);
}

/* ─── TESTIMONIALS ─── */
.testimonials-section {
    padding: 80px 5%;
    background: linear-gradient(140deg, var(--primary-blue) 0%, #1a4a85 60%, #0d2d5e 100%);
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.testi-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    color: white;
    position: relative;
    transition: 0.3s;
}

.testi-card:hover {
    background: rgba(255,255,255,0.13);
    transform: translateY(-5px);
    border-color: rgba(240,192,96,0.3);
}

.testi-quote {
    color: rgba(240,192,96,0.4);
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.stars {
    color: #ffd700;
    margin-bottom: 14px;
    font-size: 1rem;
    letter-spacing: 2px;
}

.testi-card p {
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 22px;
    opacity: 0.88;
    color: rgba(255,255,255,0.9);
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    flex-shrink: 0;
}

.user-info strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: white;
}

.user-info span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
}

/* ─── FEEDBACK CTA ─── */
.feedback-cta-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #f4f7f6 0%, #ffffff 100%);
}

.feedback-cta-card {
    max-width: 1050px;
    margin: 0 auto;
    background: linear-gradient(135deg, #fff7ef 0%, #ffffff 55%, #eef5fb 100%);
    border: 1px solid #f0e1ce;
    border-radius: 24px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.07);
}

.feedback-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 16px;
    border-radius: 999px;
    background: rgba(241,111,15,0.1);
    color: var(--primary-orange);
    font-weight: 800;
    font-size: 0.82rem;
}

.feedback-copy h3 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 800;
}

.feedback-copy p {
    color: #666;
    font-size: 0.95rem;
    max-width: 600px;
    line-height: 1.65;
}

.feedback-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-orange);
    color: white;
    padding: 15px 28px;
    border-radius: 12px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(241,111,15,0.28);
    transition: 0.3s;
    text-decoration: none;
    font-size: 0.95rem;
}

.feedback-btn:hover {
    background: #d65a00;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(241,111,15,0.38);
}

/* ─── PARTNERS ─── */
.partners-section {
    padding: 50px 0;
    background: white;
    text-align: center;
    overflow: hidden;
}

.partners-section h4 {
    color: #ccc;
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.logos-slider { width: 100%; overflow: hidden; position: relative; }
.logos-track {
    display: flex;
    gap: 60px;
    width: max-content;
    align-items: center;
    animation: scrollLogos 30s linear infinite;
}
.logos-track img {
    height: 40px;
    opacity: 0.45;
    filter: grayscale(100%);
    transition: 0.3s;
    flex-shrink: 0;
}
.logos-track img:hover { opacity: 1; filter: grayscale(0%); }

@keyframes scrollLogos {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
    .omra-season-banner { flex-direction: column; padding: 36px 28px; gap: 30px; }
    .osb-img { width: 100%; height: 200px; }
    .osb-price-badge { bottom: -14px; }
    .osb-right { width: 100%; }
    .trust-strip { transform: translateY(-32px); padding: 22px 24px; }
}

@media (max-width: 768px) {
    .hero-premium { height: auto; min-height: 100svh; padding: 120px 0 100px; }
    .hero-title { font-size: 2.2rem; }
    .hero-desc { font-size: 1rem; }
    .hero-stats { flex-direction: column; gap: 10px; padding: 16px 24px; border-radius: 16px; }
    .hero-stat-divider { width: 80px; height: 1px; }
    .trust-strip { flex-direction: column; transform: translateY(-20px); gap: 16px; }
    .trust-divider { width: 80px; height: 1px; }
    .packages-grid { grid-template-columns: 1fr; }
    .feedback-cta-card { flex-direction: column; align-items: flex-start; padding: 26px 22px; }
    .feedback-copy h3 { font-size: 1.4rem; }
    .feedback-btn { width: 100%; justify-content: center; }
    .hajj-notice-card { flex-direction: column; padding: 26px 22px; }
    .hajj-notice-card::before { width: 100%; height: 4px; right: auto; bottom: auto; left: 0; top: 0; }
    .hn-actions { width: 100%; }
    .hn-btn { flex: 1; justify-content: center; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .osb-features span { font-size: 0.78rem; }
}

@media (max-width: 480px) {
    .hero-actions { flex-direction: column; }
    .btn-main, .btn-outline { width: 100%; justify-content: center; }
    .why-grid { grid-template-columns: 1fr; }
    .osb-left h2 { font-size: 1.5rem; }
    .packages-cta { padding: 18px; }
}
