/* ===================================
   Partner / Sponsor Page Styles
   =================================== */

/* ---- Partner Hero Section ---- */
.partner-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 0 80px;
    overflow: hidden;
    background: #070708;
}

.partner-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(228, 50, 39, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(148, 66, 33, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(94, 152, 67, 0.06) 0%, transparent 40%);
    z-index: 1;
}

.partner-hero-bg::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) scaleX(-1);
    width: 600px;
    height: 600px;
    background-image: url('../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.03;
    z-index: 1;
}

.partner-hero .container {
    position: relative;
    z-index: 2;
}

.partner-hero-content {
    max-width: 800px;
    margin: 0;
    text-align: center;
}

.partner-badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.2), rgba(148, 66, 33, 0.2));
    border: 1px solid rgba(228, 50, 39, 0.3);
    border-radius: 50px;
    color: #E43227;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 28px;
    animation: fadeInDown 0.6s ease-out;
}

.partner-hero-title {
    font-family: var(--font-display);
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease-out 0.1s both;
}

.partner-hero-title .text-primary {
    color: #ffffff;
}

.partner-hero-title .text-secondary {
    background: linear-gradient(135deg, #E43227, #944221);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.partner-hero-subtitle {
    font-family: 'Geist Mono', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.partner-hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    max-width: 680px;
    margin: 0 0 36px;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

.partner-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

.btn-partner-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #E43227 0%, #944221 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 30px rgba(228, 50, 39, 0.35);
    text-decoration: none;
}

.btn-partner-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(228, 50, 39, 0.5);
}

.btn-partner-cta:hover i {
    transform: translateX(4px);
}

.btn-partner-cta i {
    transition: transform 0.3s ease;
}

.btn-partner-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-partner-outline:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.btn-partner-outline i {
    transition: transform 0.3s ease;
    font-size: 0.85rem;
}

.btn-partner-outline:hover i {
    transform: translateY(3px);
}

/* Hero Stats */
.partner-hero-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    animation: fadeInUp 0.6s ease-out 0.5s both;
}

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

.partner-stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.partner-stat-label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* ---- Why Partner Section ---- */
.why-partner-section {
    padding: 100px 0;
    position: relative;
}

.why-partner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 80% 20%, rgba(228, 50, 39, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(94, 152, 67, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.why-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    z-index: 2;
}

.why-partner-grid-centered {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}

.why-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(228, 50, 39, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.why-card:hover::before {
    opacity: 1;
}

.why-card-number {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    z-index: 0;
}

.why-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #E43227, #944221);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(228, 50, 39, 0.25);
}

.why-card:hover .why-card-icon {
    transform: rotate(8deg) scale(1.08);
    box-shadow: 0 12px 32px rgba(228, 50, 39, 0.35);
}

.why-card-icon i {
    font-size: 26px;
    color: #ffffff;
}

.why-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.why-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

/* ---- Sponsorship Packages Section ---- */
.packages-section {
    padding: 100px 0;
    position: relative;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
}

.package-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.package-headline {
    border-color: rgba(228, 50, 39, 0.3);
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.08), rgba(255, 255, 255, 0.03));
}

.package-headline:hover {
    border-color: rgba(228, 50, 39, 0.5);
    box-shadow: 0 24px 60px rgba(228, 50, 39, 0.2);
}

.package-ribbon {
    position: absolute;
    top: 20px;
    right: -30px;
    background: linear-gradient(135deg, #E43227, #944221);
    color: white;
    padding: 6px 40px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(45deg);
    box-shadow: 0 4px 12px rgba(228, 50, 39, 0.3);
}

.package-tier {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.package-tier i {
    font-size: 1.5rem;
    color: #E43227;
}

.package-headline .package-tier i {
    color: #E43227;
}

.package-gold .package-tier i {
    color: #f4a21f;
}

.package-silver .package-tier i {
    color: #999999;
}

.package-tier span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.package-price {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.price-label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-value {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 700;
}

.package-features {
    list-style: none;
    margin-bottom: 32px;
}

.package-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li i {
    color: #5E9843;
    margin-top: 3px;
    flex-shrink: 0;
}

.btn-package {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 28px;
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.15), rgba(148, 66, 33, 0.15));
    border: 1px solid rgba(228, 50, 39, 0.3);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-package:hover {
    background: linear-gradient(135deg, #E43227, #944221);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(228, 50, 39, 0.3);
}

.btn-package i {
    transition: transform 0.3s ease;
}

.btn-package:hover i {
    transform: translateX(4px);
}

.packages-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 48px;
    padding: 20px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    text-align: center;
}

.packages-note i {
    color: #f4a21f;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.packages-note p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

/* ---- What Happens Section ---- */
.what-happens-section {
    background: #070708;
    position: relative;
}

.what-happens-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.happens-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.happens-card:hover {
    transform: translateY(-6px);
    border-color: rgba(228, 50, 39, 0.2);
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.happens-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.15), rgba(148, 66, 33, 0.15));
    border: 1px solid rgba(228, 50, 39, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.happens-card:hover .happens-icon {
    background: linear-gradient(135deg, #E43227, #944221);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(228, 50, 39, 0.3);
    transform: scale(1.08);
}

.happens-icon i {
    font-size: 28px;
    color: #E43227;
    transition: color 0.3s ease;
}

.happens-card:hover .happens-icon i {
    color: #ffffff;
}

.happens-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.happens-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
}

/* ---- Regfyl Presentation Section ---- */
.regfyl-presentation {
    position: relative;
}

.presentation-image-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.presentation-image-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.presentation-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

/* ---- Headline Sponsor Feature Section ---- */
.headline-sponsor-feature {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.headline-sponsor-feature .container {
    position: relative;
    z-index: 2;
}

.sponsor-feature-wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 80px;
    align-items: start;
}

.sponsor-feature-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sponsor-feature-heading {
    /* Match global section heading (`.speakers-heading`) for consistency */
    font-family: 'Geist', sans-serif;
    font-size: 2.375rem;
    font-weight: 700;
    letter-spacing: -0.76px;
    line-height: 1;
    margin: 0 0 24px 0;
    color: var(--secondary-color);
}

/* Use global speakers heading styles but keep left alignment within headline section */
.headline-sponsor-feature .speakers-heading {
    text-align: left;
    margin-bottom: 24px;
}

.sponsor-feature-logo {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 48px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sponsor-feature-logo:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border-color: rgba(255, 255, 255, 0.15);
}

.sponsor-feature-logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%) brightness(0) invert(1);
}

.sponsor-feature-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px;
}

.sponsor-feature-description {
    flex: 1;
}

.sponsor-feature-description p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin-bottom: 20px;
    text-align: left;
}

.sponsor-feature-description p:last-child {
    margin-bottom: 0;
    font-weight: 500;
}

.btn-sponsor-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background:var(--secondary-color);;
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
}

.btn-sponsor-learn-more:hover {
    background: transparent;
    color: var(--white);
    transform: translateX(4px);
    border: 1px solid var(--secondary-color);
}

.btn-sponsor-learn-more i {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.btn-sponsor-learn-more:hover i {
    transform: translateX(4px);
}

/* ---- Previous Sponsors Section ---- */
.prev-sponsors-section {
    padding: 100px 0;
}

/* ---- Partner Form Section ---- */
.partner-form-section {
    position: relative;
    overflow: hidden;
}

.partner-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 10% 50%, rgba(228, 50, 39, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(94, 152, 67, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.partner-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.partner-form-header {
    text-align: center;
    width: 100%;
}

.partner-form-header .partner-badge {
    margin-bottom: 20px;
}

.partner-form-header .speakers-heading {
    margin-bottom: 24px;
}

.partner-form-description {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    margin-bottom: 0;
}

/* Partner Form */
.partner-form-container {
    width: 100%;
    background: linear-gradient(135deg, rgb(24, 23, 23), rgba(17, 17, 17, 0.74));
    border: 1px solid rgb(255, 255, 25, 0.08);
    border-radius: 24px;
    padding: 40px;
}

.partner-form-footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.partner-form-footer p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
}

.partner-form-footer a {
    color: #E43227;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.partner-form-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.partner-form .form-group {
    margin-bottom: 20px;
}

.partner-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
}

.partner-form .required {
    color: #E43227;
}

.partner-form input:not([type="checkbox"]),
.partner-form select,
.partner-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-family: var(--font-primary);
    font-size: 0.95rem;
    transition: all 0.3s ease;
    outline: none;
}

.partner-form .checkbox-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 10px;
}

.partner-form .checkbox-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.partner-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #E43227;
    flex-shrink: 0;
}

.partner-form .checkbox-item label {
    margin: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    font-weight: normal;
}

.partner-form .other-text-container {
    width: 100%;
}

.partner-form .other-text-input {
    display: none;
    width: 100%;
    padding: 12px 16px;
    margin-top: 6px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    color: #ffffff;
}

.partner-form .other-text-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(228, 50, 39, 0.08);
    border-color: rgba(228,50,39,0.4);
}

.partner-form input:not([type="checkbox"])::placeholder,
.partner-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.partner-form input:not([type="checkbox"]):focus,
.partner-form select:focus,
.partner-form textarea:focus {
    border-color: rgba(228, 50, 39, 0.4);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 3px rgba(228, 50, 39, 0.1);
}

/* Fix autofill white background and invisible text */
.partner-form input:-webkit-autofill,
.partner-form input:-webkit-autofill:hover,
.partner-form input:-webkit-autofill:focus,
.partner-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.04) inset !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.04) inset !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Firefox autofill */
.partner-form input:-moz-autofill,
.partner-form input:-moz-autofill-preview {
    filter: none !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: #ffffff !important;
}

/* International Phone Input Styling */
.iti {
    width: 100%;
    display: block;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px 0 18px;
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.08), rgba(148, 66, 33, 0.05));
    border-right: 2px solid rgba(228, 50, 39, 0.2);
    border-radius: 12px 0 0 12px;
    transition: all 0.3s ease;
    min-width: 100px;
}

.iti__selected-flag:hover,
.iti__selected-flag:focus {
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.12), rgba(148, 66, 33, 0.08));
    border-right-color: rgba(228, 50, 39, 0.3);
}

.iti__selected-dial-code {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.95rem;
    margin-left: 8px;
}

.iti__arrow {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(228, 50, 39, 0.7);
    transition: all 0.3s ease;
}

.iti__selected-flag:hover .iti__arrow {
    border-top-color: rgba(228, 50, 39, 0.9);
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid rgba(228, 50, 39, 0.7);
}

.iti__country-list {
    background: linear-gradient(135deg, #1a1a1a, #0f0f0f) !important;
    border: 1px solid rgba(228, 50, 39, 0.2);
    border-radius: 14px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    max-height: 360px;
    overflow-y: auto;
    z-index: 1000;
    padding: 8px 0;
}

/* Force dark background for dropdown content */
#iti-0__dropdown-content,
[id^="iti-"][id$="__dropdown-content"] {
    background: linear-gradient(135deg, #1a1a1a, #0f0f0f) !important;
}

.iti__country {
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.iti__country:hover,
.iti__country.iti__highlight {
    background: linear-gradient(90deg, rgba(228, 50, 39, 0.12), rgba(228, 50, 39, 0.06)) !important;
    color: #ffffff !important;
}

.iti__dial-code {
    color: rgba(228, 50, 39, 0.8) !important;
    font-weight: 600;
    margin-left: 8px;
}

.iti__country.iti__active {
    background: linear-gradient(90deg, rgba(228, 50, 39, 0.2), rgba(228, 50, 39, 0.1)) !important;
    color: #ffffff !important;
    border-left: 3px solid #E43227;
}

.iti__country.iti__active .iti__dial-code {
    color: #E43227 !important;
}

.iti__country-name {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
}

.iti__flag {
    margin-right: 10px;
}

.iti input[type="tel"],
.iti input[type="text"] {
    width: 100%;
}

/* Country list scrollbar */
.iti__country-list::-webkit-scrollbar {
    width: 10px;
}

.iti__country-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    margin: 8px 0;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.4), rgba(228, 50, 39, 0.25));
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.6), rgba(228, 50, 39, 0.4));
}

/* Search input in country list */
.iti__search-input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(228, 50, 39, 0.2) !important;
    border-radius: 10px;
    color: #ffffff !important;
    padding: 10px 14px;
    margin: 8px 12px;
    width: calc(100% - 24px);
    font-size: 0.9rem;
}

.iti__search-input:focus {
    outline: none;
    border-color: rgba(228, 50, 39, 0.4) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 0 0 3px rgba(228, 50, 39, 0.1);
}

.iti__search-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Divider between preferred and all countries */
.iti__divider {
    border-bottom: 1px solid rgba(228, 50, 39, 0.15);
    margin: 8px 12px;
    padding-bottom: 4px;
}

/* Preferred countries label */
.iti__country.iti__preferred {
    background: rgba(228, 50, 39, 0.04);
}

.iti__country.iti__preferred:hover {
    background: linear-gradient(90deg, rgba(228, 50, 39, 0.14), rgba(228, 50, 39, 0.08));
}

.partner-form select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.partner-form .select-container {
    position: relative;
}

.partner-form .select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    font-size: 0.85rem;
}

.partner-form select option {
    background: #1a1a1a;
    color: #ffffff;
}

.partner-form textarea {
    resize: vertical;
    min-height: 100px;
}

.partner-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.btn-partner-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 36px;
    background: linear-gradient(135deg, #E43227 0%, #944221 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 30px rgba(228, 50, 39, 0.3);
    font-family: var(--font-primary);
}

.btn-partner-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(228, 50, 39, 0.45);
}

.btn-partner-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-partner-submit i {
    transition: transform 0.3s ease;
}

.btn-partner-submit:hover i {
    transform: translateX(4px);
}

/* Alert Messages */
.alert {
    display: none;
    padding: 18px 24px;
    border-radius: 16px;
    margin-bottom: 24px;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5;
    animation: fadeInDown 0.4s ease;
}

.alert i {
    margin-right: 10px;
    font-size: 1.1rem;
}

.alert.success {
    background: linear-gradient(135deg, rgba(94, 152, 67, 0.15) 0%, rgba(94, 152, 67, 0.08) 100%);
    border: 1px solid rgba(94, 152, 67, 0.3);
    color: #5E9843;
}

.alert.error {
    background: linear-gradient(135deg, rgba(228, 50, 39, 0.15) 0%, rgba(228, 50, 39, 0.08) 100%);
    border: 1px solid rgba(228, 50, 39, 0.3);
    color: #E43227;
}

.form-privacy-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.form-privacy-note i {
    color: #5E9843;
    font-size: 0.9rem;
}

/* ---- Animations ---- */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Responsive Styles ---- */

/* Tablet landscape & smaller desktops */
@media screen and (max-width: 1199px) {
    .partner-hero {
        padding: 140px 0 70px;
        min-height: auto;
    }

    .partner-hero-title {
        font-size: 4rem;
    }

    .sponsor-feature-wrapper {
        grid-template-columns: 350px 1fr;
        gap: 50px;
    }

    .sponsor-feature-heading {
        font-size: 2rem;
    }

    .sponsor-feature-logo {
        padding: 36px 30px;
    }

    .sponsor-feature-description p {
        font-size: 1rem;
    }

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

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

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

    .package-card:last-child {
        grid-column: 1 / -1;
        max-width: 500px;
        margin: 0 auto;
    }

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

    .partner-form-wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
}

/* Tablet portrait */
@media screen and (max-width: 900px) {
    .partner-hero {
        padding: 130px 0 60px;
    }

    .partner-hero-title {
        font-size: 3.2rem;
    }

    .partner-hero-subtitle {
        font-size: 1.1rem;
    }

    .partner-hero-stats {
        gap: 28px;
        flex-wrap: wrap;
    }

    .partner-stat-number {
        font-size: 2rem;
    }

    .headline-sponsor-feature {
        padding: 60px 0;
    }

    .sponsor-feature-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sponsor-feature-left {
        gap: 24px;
    }

    .sponsor-feature-heading {
        font-size: 1.8rem;
    }

    .sponsor-feature-logo {
        max-width: 400px;
        margin: 0 auto;
    }

    .sponsor-feature-right {
        gap: 24px;
        padding-top: 0;
    }

    .why-partner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

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

    .packages-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .package-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .what-happens-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile */
@media screen and (max-width: 640px) {
    .partner-hero {
        padding: 120px 0 50px;
    }

    .partner-hero-title {
        font-size: 2.4rem;
    }

    .partner-hero-subtitle {
        font-size: 1rem;
    }

    .partner-hero-description {
        font-size: 0.95rem;
    }

    .headline-sponsor-feature {
        padding: 50px 0;
    }

    .sponsor-feature-wrapper {
        gap: 32px;
    }

    .sponsor-feature-left {
        gap: 20px;
    }

    .sponsor-feature-heading {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .sponsor-feature-logo {
        padding: 28px 24px;
        max-width: 100%;
    }

    .sponsor-feature-description p {
        font-size: 0.95rem;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .sponsor-feature-right {
        gap: 20px;
    }

    .btn-sponsor-learn-more {
        padding: 12px 28px;
        font-size: 0.95rem;
    }

    .partner-hero-actions {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .btn-partner-cta,
    .btn-partner-outline {
        width: 100%;
        justify-content: center;
    }

    .partner-hero-stats {
        gap: 20px;
    }

    .partner-stat-number {
        font-size: 1.75rem;
    }

    .partner-stat-label {
        font-size: 0.75rem;
    }

    .why-partner-grid {
        grid-template-columns: 1fr;
    }

    .why-partner-grid-centered {
        grid-template-columns: 1fr;
    }

    .what-happens-grid {
        grid-template-columns: 1fr;
    }

    .partner-form-container {
        padding: 28px 20px;
    }

    .partner-form .form-row {
        grid-template-columns: 1fr;
    }

    /* Phone Input Responsive */
    .iti__country-list {
        width: 340px;
        max-height: 300px;
    }

    .iti__selected-flag {
        min-width: 90px;
        padding: 0 12px 0 14px;
    }

    .iti input[type="tel"],
    .iti input[type="text"] {
        padding-left: 110px !important;
    }

    .packages-note {
        flex-direction: column;
        text-align: center;
    }
}

/* Small mobile */
@media screen and (max-width: 420px) {
    .partner-hero-title {
        font-size: 2rem;
    }

    .partner-hero-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .headline-sponsor-feature {
        padding: 40px 0;
    }

    .sponsor-feature-heading {
        font-size: 1.3rem;
    }

    .sponsor-feature-logo {
        padding: 24px 20px;
    }

    .sponsor-feature-description p {
        font-size: 0.9rem;
    }

    .btn-sponsor-learn-more {
        width: 100%;
        justify-content: center;
    }

    /* Phone Input Small Mobile */
    .iti__country-list {
        width: 300px;
        max-height: 260px;
    }

    .iti__selected-flag {
        min-width: 85px;
        padding: 0 10px 0 12px;
    }

    .iti__selected-dial-code {
        font-size: 0.9rem;
    }

    .iti input[type="tel"],
    .iti input[type="text"] {
        padding-left: 105px !important;
    }

    .iti__country {
        padding: 10px 14px;
        font-size: 0.9rem;
    }

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

    .price-value {
        font-size: 2rem;
    }
}

/* ===================================
   Marquee Slider Animations
   =================================== */

/* Why Partner Slider */
.why-partner-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.why-partner-track {
    display: flex;
    gap: 28px;
    animation: scroll-why 30s linear infinite;
    width: max-content;
}

.why-partner-track:hover {
    animation-play-state: paused;
}

.why-partner-slider .why-card {
    flex: 0 0 500px;
    min-width: 500px;
}

@keyframes scroll-why {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-500px * 3 - 28px * 3));
    }
}

/* What Happens Slider */
.what-happens-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.what-happens-track {
    display: flex;
    gap: 24px;
    animation: scroll-happens 35s linear infinite;
    width: max-content;
}

.what-happens-track:hover {
    animation-play-state: paused;
}

.what-happens-slider .happens-card {
    flex: 0 0 340px;
    min-width: 340px;
}

@keyframes scroll-happens {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-340px * 4 - 24px * 4));
    }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .why-partner-slider .why-card {
        flex: 0 0 450px;
        min-width: 450px;
    }

    @keyframes scroll-why {
        100% {
            transform: translateX(calc(-450px * 3 - 28px * 3));
        }
    }

    .what-happens-slider .happens-card {
        flex: 0 0 320px;
        min-width: 320px;
    }

    @keyframes scroll-happens {
        100% {
            transform: translateX(calc(-320px * 4 - 24px * 4));
        }
    }
}

@media (max-width: 768px) {
    .why-partner-slider .why-card {
        flex: 0 0 350px;
        min-width: 350px;
    }

    @keyframes scroll-why {
        100% {
            transform: translateX(calc(-350px * 3 - 28px * 3));
        }
    }

    .what-happens-slider .happens-card {
        flex: 0 0 280px;
        min-width: 280px;
    }

    @keyframes scroll-happens {
        100% {
            transform: translateX(calc(-280px * 4 - 24px * 4));
        }
    }
}

@media (max-width: 480px) {
    .why-partner-slider .why-card {
        flex: 0 0 300px;
        min-width: 300px;
    }

    @keyframes scroll-why {
        100% {
            transform: translateX(calc(-300px * 3 - 28px * 3));
        }
    }

    .what-happens-slider .happens-card {
        flex: 0 0 260px;
        min-width: 260px;
    }

    @keyframes scroll-happens {
        100% {
            transform: translateX(calc(-260px * 4 - 24px * 4));
        }
    }
}

/* ============================================
   SLIDER CONTROLS
   ============================================ */
.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slider-control:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.slider-control:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-control:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
}

.slider-control-prev {
    left: 20px;
}

.slider-control-next {
    right: 20px;
}

/* Hide controls on small screens */
@media (max-width: 768px) {
    .slider-control {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .slider-control-prev {
        left: 10px;
    }
    
    .slider-control-next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .slider-control {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .slider-control-prev {
        left: 5px;
    }
    
    .slider-control-next {
        right: 5px;
    }
}
