/* ================================================================
   RESET & BASE STYLES
   ================================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: #1d1d1f;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -0.022em;
    overflow-x: hidden;
}

/* ================================================================
   NAVIGATION
   ================================================================ */
.navbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 99999;
    height: 44px;
    transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    pointer-events: auto !important;
}

.navbar-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 48px;
}

.navbar-logo {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: opacity 0.3s;
}

.navbar-logo:hover {
    opacity: 0.7;
}

.navbar-menu {
    display: flex;
    gap: 32px;
    list-style: none;
    align-items: center;
}

.navbar-menu a {
    color: #1d1d1f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    transition: opacity 0.3s;
    letter-spacing: -0.01em;
}

.navbar-menu a:hover {
    opacity: 0.7;
}

.navbar-cta {
    background: #0071e3;
    color: #ffffff !important;
    padding: 4px 11px;
    border-radius: 980px;
    font-size: 12px;
    font-weight: 400;
    transition: background 0.3s;
}

.navbar-cta:hover {
    background: #0077ed;
    opacity: 1;
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
}

.navbar-toggle span {
    width: 24px;
    height: 2px;
    background: #1d1d1f;
    border-radius: 2px;
    transition: all 0.3s;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 50%);
    padding: 100px 20px 60px;
}

.hero-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 450px 380px 240px;
    gap: 25px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
}

.hero-text {
    padding: 0 15px;
    text-align: left;
    justify-self: center;
    width: 100%;
}

.hero-title {
    font-size: 64px;
    font-weight: 600;
    color: #1d1d1f;
    letter-spacing: -0.015em;
    line-height: 1.05;
    margin-bottom: 16px;
}

.hero-title .brand {
    color: #007aff;
    display: block;
    font-size: 80px;
}

.hero-title .subtitle-text {
    font-size: 32px;
    display: block;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #6e6e73;
    letter-spacing: -0.005em;
    line-height: 1.16667;
    margin-bottom: 12px;
    margin-top: -8px;
}

.hero-highlight {
    font-size: 17px;
    color: #007aff;
    margin-bottom: 30px;
    padding: 16px 20px;
    background: rgba(0, 122, 255, 0.06);
    border-left: 3px solid #007aff;
    border-radius: 8px;
    max-width: 380px;
}

.hero-cta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.btn-primary {
    background: #0071e3;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 980px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn-primary:hover {
    background: #0077ed;
    transform: scale(1.02);
}

.btn-secondary {
    background: transparent;
    color: #0071e3;
    padding: 12px 22px;
    border: 2px solid #0071e3;
    border-radius: 980px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
}

.btn-secondary:hover {
    background: #0071e3;
    color: #ffffff;
}

/* ================================================================
   SMARTPHONE MOCKUP
   ================================================================ */
.smartphone-mockup {
    position: relative;
    perspective: 1000px;
    justify-self: end;
    margin-right: -20px;
}

.smartphone-frame {
    width: 380px;
    height: 760px;
    background: #1a1a1a;
    border-radius: 40px;
    padding: 15px;
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.15),
        inset 0 0 0 2px #333;
    position: relative;
    margin: 0 auto;
}

.smartphone-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 25px;
    background: #1a1a1a;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}

.smartphone-frame::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    z-index: 11;
}

.smartphone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.smartphone-screen::-webkit-scrollbar {
    display: none;
}

/* ================================================================
   VCARD STYLES
   ================================================================ */
.vcard-container {
    max-width: 100%;
    background: white;
}

.vcard-header {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: white;
    padding: 20px;
    text-align: center;
}

.vcard-logo {
    font-size: 36px;
    font-weight: 700;
    color: #c9a569;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.vcard-company {
    font-size: 20px;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}

.vcard-tagline {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

.vcard-profile {
    padding: 20px;
    text-align: center;
    background: white;
}

.vcard-name {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 4px;
}

.vcard-position {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.vcard-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #2c3e50;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 10px;
}

.vcard-contacts {
    padding: 0 20px 20px;
    background: white;
}

.vcard-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c9a569 0%, #b8935f 100%);
    color: white;
    padding: 12px 16px;
    margin: 8px 0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.vcard-contact-btn:hover {
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(201, 165, 105, 0.3);
}

.vcard-contact-btn svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: white;
}

.vcard-services {
    padding: 20px;
    background: #f8f9fa;
    text-align: center;
}

.vcard-services h3 {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.vcard-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.vcard-pill {
    background: white;
    color: #2c3e50;
    padding: 10px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #c9a569;
}

.vcard-share {
    padding: 20px;
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    margin: 15px;
    border-radius: 12px;
    text-align: center;
}

.vcard-share h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 4px;
}

.vcard-share-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    margin-bottom: 15px;
    font-style: italic;
}

.vcard-share-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.share-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(139, 21, 56, 0.15);
}

.share-btn svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: currentColor;
}

.share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.vcard-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}

.vcard-share-btn svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: currentColor;
}

.vcard-share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.share-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.share-email {
    background: linear-gradient(135deg, #EA4335 0%, #C5221F 100%);
}

.share-sms {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
}

.share-linkedin {
    background: linear-gradient(135deg, #0077B5 0%, #005582 100%);
}

.vcard-footer {
    padding: 15px 20px;
    background: #f8f9fa;
    text-align: center;
}

.vcard-footer-logo {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.vcard-footer-text {
    font-size: 10px;
    color: #666;
}

/* ================================================================
   MODELS LIST
   ================================================================ */
.models-list-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    margin-left: 0;
}

.models-list-title {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
    letter-spacing: -0.015em;
    margin-bottom: 10px;
}

.models-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.models-list li {
    font-size: 17px;
    color: #1d1d1f;
    font-weight: 500;
    padding: 14px 20px;
    background: rgba(0, 122, 255, 0.06);
    border-left: 4px solid #007aff;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.models-list li:hover {
    background: rgba(0, 122, 255, 0.12);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.15);
}

.models-list li a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
}

.models-list li a:hover {
    color: inherit;
}

/* ================================================================
   FEATURES SECTION
   ================================================================ */
.features-section {
    padding: 100px 20px;
    background: #fbfbfd;
}

.section-title {
    font-size: 48px;
    font-weight: 600;
    color: #1d1d1f;
    text-align: center;
    letter-spacing: -0.003em;
    margin-bottom: 60px;
}

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

.feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 56px;
    margin-bottom: 24px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.feature-title {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.007em;
}

.feature-description {
    font-size: 17px;
    color: #6e6e73;
    line-height: 1.47059;
}

/* ================================================================
   COMPARISON SECTION
   ================================================================ */
.comparison-section {
    padding: 100px 20px;
    background: #ffffff;
}

.comparison-grid {
    max-width: 1200px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.comparison-card {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 50px 40px;
    transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.comparison-card.old {
    border: 2px solid #d2d2d7;
}

.comparison-card.new {
    background: linear-gradient(135deg, #f5f5f7 0%, #e8f4f8 100%);
    border: 2px solid #007aff;
}

.comparison-card:hover {
    transform: scale(1.02);
}

.comparison-label {
    font-size: 12px;
    font-weight: 600;
    color: #bf4800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 12px;
}

.comparison-title {
    font-size: 32px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 20px;
    letter-spacing: -0.005em;
}

.comparison-list {
    list-style: none;
}

.comparison-list li {
    font-size: 17px;
    color: #1d1d1f;
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    line-height: 1.47059;
}

.comparison-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.comparison-card.old li::before {
    content: '✗';
    color: #bf4800;
    font-weight: 600;
    font-size: 18px;
}

.comparison-card.new li::before {
    content: '✓';
    color: #007aff;
    font-weight: 600;
    font-size: 18px;
}

/* ================================================================
   AUDIENCE SECTION
   ================================================================ */
.audience-section {
    padding: 100px 20px;
    background: #f5f5f7;
}

.audience-grid {
    max-width: 1200px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.audience-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.audience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.audience-emoji {
    font-size: 48px;
    margin-bottom: 20px;
}

.audience-title {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 16px;
    letter-spacing: -0.005em;
}

.audience-list {
    list-style: none;
    text-align: left;
}

.audience-list li {
    font-size: 15px;
    color: #6e6e73;
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
}

.audience-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #007aff;
    font-weight: 600;
}

/* ================================================================
   PRICING SECTION
   ================================================================ */
.pricing-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background: #ffffff;
    position: relative;
}

.pricing-section .section-title {
    color: #1d1d1f;
    position: relative;
    z-index: 1;
}

.pricing-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 600px;
}

.pricing-delivery {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-features {
    flex-grow: 1;
    margin-bottom: 20px;
}

.pricing-card .btn-primary {
    margin-top: auto;
}

.pricing-card.featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.pricing-card.essentiel-card:hover,
.pricing-card.multi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(219, 112, 147, 0.4);
    background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%) !important;
}

.pricing-card.essentiel-card:hover .pricing-name,
.pricing-card.essentiel-card:hover .pricing-tagline,
.pricing-card.essentiel-card:hover .pricing-price,
.pricing-card.essentiel-card:hover .pricing-period,
.pricing-card.essentiel-card:hover .pricing-features li,
.pricing-card.essentiel-card:hover p,
.pricing-card.essentiel-card:hover .payment-options-title,
.pricing-card.essentiel-card:hover .payment-option-label,
.pricing-card.essentiel-card:hover .payment-option-amount,
.pricing-card.essentiel-card:hover .payment-info-note,
.pricing-card.essentiel-card:hover .payment-badge,
.pricing-card.multi-card:hover .pricing-name,
.pricing-card.multi-card:hover .pricing-tagline,
.pricing-card.multi-card:hover .pricing-price,
.pricing-card.multi-card:hover .pricing-period,
.pricing-card.multi-card:hover .pricing-features li,
.pricing-card.multi-card:hover p,
.pricing-card.multi-card:hover .payment-options-title,
.pricing-card.multi-card:hover .payment-option-label,
.pricing-card.multi-card:hover .payment-option-amount,
.pricing-card.multi-card:hover .payment-info-note,
.pricing-card.multi-card:hover .payment-badge {
    color: #000000 !important;
}

.pricing-card.essentiel-card:hover p strong,
.pricing-card.multi-card:hover p strong {
    color: #000000 !important;
}

.pricing-card.essentiel-card:hover div[style*="background: #f5f5f7"] p,
.pricing-card.essentiel-card:hover div[style*="background: #f5f5f7"] p strong,
.pricing-card.multi-card:hover div[style*="background: #f5f5f7"] p,
.pricing-card.multi-card:hover div[style*="background: #f5f5f7"] p strong {
    color: #000000 !important;
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.5);
    border-color: transparent !important;
}

.pricing-card.featured:hover .pricing-name,
.pricing-card.featured:hover .pricing-tagline,
.pricing-card.featured:hover .pricing-price,
.pricing-card.featured:hover .pricing-period,
.pricing-card.featured:hover .pricing-features li,
.pricing-card.featured:hover .pricing-label,
.pricing-card.featured:hover p,
.pricing-card.featured:hover .payment-options-title,
.pricing-card.featured:hover .payment-option-label,
.pricing-card.featured:hover .payment-info-note,
.pricing-card.featured:hover .pricing-delivery p,
.pricing-card.featured:hover .pricing-delivery strong {
    color: #000000 !important;
}

.pricing-card.featured:hover .pricing-features li::before {
    color: #000000 !important;
}

.pricing-label {
    font-size: 12px;
    font-weight: 600;
    color: #9c27b0;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 12px;
}

.pricing-card.featured .pricing-label {
    color: #ffd700;
}

.pricing-name {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 6px;
    letter-spacing: -0.005em;
}

.pricing-card.featured .pricing-name {
    color: #ffffff;
}

.pricing-name a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.pricing-tagline {
    font-size: 14px;
    color: #6e6e73;
    margin-bottom: 18px;
}

.pricing-card.featured .pricing-tagline {
    color: rgba(255, 255, 255, 0.9);
}

.pricing-price {
    font-size: 48px;
    font-weight: 600;
    color: #9c27b0;
    margin-bottom: 6px;
    letter-spacing: -0.015em;
}

.pricing-card.featured .pricing-price {
    color: #ffffff;
}

.pricing-period {
    font-size: 15px;
    color: #6e6e73;
    margin-bottom: 24px;
}

.pricing-card.featured .pricing-period {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-features {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
    flex-grow: 1;
}

.pricing-features li {
    font-size: 14px;
    color: #1d1d1f;
    padding: 8px 0;
    padding-left: 28px;
    position: relative;
}

.pricing-card.featured .pricing-features li {
    color: #ffffff;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #9c27b0;
    font-weight: 600;
    font-size: 16px;
}

.pricing-card.featured .pricing-features li::before {
    color: #ffd700;
}

/* ================================================================
   PAYMENT STYLES
   ================================================================ */
.payment-badge {
    background: linear-gradient(135deg, #34c759 0%, #30d158 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(52, 199, 89, 0.3);
}

.payment-options-box {
    background: linear-gradient(135deg, #f5f5f7 0%, #ffffff 100%);
    border: 2px solid #e5e5e7;
    border-radius: 12px;
    padding: 16px 14px;
    margin: 16px 0;
    text-align: center;
    transition: all 0.3s ease;
}

.pricing-card:hover .payment-options-box {
    background: rgba(255, 255, 255, 0.95);
    border-color: #0071e3;
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.15);
}

.pricing-card.featured .payment-options-box {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.pricing-card.featured:hover .payment-options-box {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.payment-options-title {
    font-size: 13px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.pricing-card.featured .payment-options-title {
    color: #ffffff;
}

.payment-options-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: white;
    border-radius: 8px;
    font-size: 12px;
    transition: all 0.3s;
}

.pricing-card.featured .payment-option {
    background: rgba(255, 255, 255, 0.2);
}

.pricing-card.featured:hover .payment-option {
    background: rgba(255, 255, 255, 0.3);
}

.pricing-card.essentiel-card:hover .payment-option,
.pricing-card.multi-card:hover .payment-option {
    background: rgba(255, 255, 255, 0.9);
}

.pricing-card.essentiel-card:hover .payment-option-label,
.pricing-card.essentiel-card:hover .payment-option-amount,
.pricing-card.multi-card:hover .payment-option-label,
.pricing-card.multi-card:hover .payment-option-amount {
    color: #000000 !important;
}

.payment-option-label {
    font-weight: 600;
    color: #1d1d1f;
}

.pricing-card.featured .payment-option-label {
    color: #ffffff;
}

.payment-option-amount {
    font-weight: 700;
    color: #0071e3;
    font-size: 14px;
}

.pricing-card.featured .payment-option-amount {
    color: #ffd700;
}

.payment-info-note {
    margin-top: 10px;
    font-size: 10px;
    color: #6e6e73;
    font-style: italic;
    line-height: 1.4;
}

.pricing-card.featured .payment-info-note {
    color: rgba(255, 255, 255, 0.8);
}

.new-badge {
    background: linear-gradient(135deg, #ff3b30 0%, #ff6961 100%);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.payment-info-section {
    max-width: 980px;
    margin: 60px auto 0;
    padding: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
    color: white;
}

.payment-info-section h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: -0.015em;
}

.payment-info-section .subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
    opacity: 0.95;
}

.payment-info-grid {
    display: grid;
    grid-template
}