.elementor-17847 .elementor-element.elementor-element-658df63{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17847 .elementor-element.elementor-element-ede8b5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */:root {
    --primary: #0f3a6e;
    --primary-light: #1a5490;
    --accent: #f59e0b;
    --accent-light: #fbbf24;
    --text: #1f2937;
    --muted: #6b7280;
    --white: #ffffff;
    --bg-soft: #f8fafc;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.6;
    font-size: 16px;
    background: var(--white);
  }
  .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

  /* HERO */
  .hero {
    background: linear-gradient(135deg, #0f3a6e 0%, #1a5490 50%, #2e7bc4 100%);
    color: var(--white);
    padding: 80px 0 100px 0;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(245,158,11,0.25) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero::after {
    content: "";
    position: absolute;
    bottom: -150px; left: -100px;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero-content { position: relative; z-index: 2; }
  .badge-flag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid rgba(255,255,255,0.2);
  }
  .hero h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
  }
  .hero h1 .accent {
    color: var(--accent-light);
    position: relative;
    display: inline-block;
  }
  .hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 36px;
    max-width: 720px;
    opacity: 0.95;
    line-height: 1.5;
  }
  .hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
  }
  .btn-primary {
    background: var(--accent);
    color: var(--white);
    box-shadow: 0 8px 24px rgba(245,158,11,0.4);
  }
  .btn-primary:hover {
    background: var(--accent-light);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245,158,11,0.5);
  }
  .btn-secondary {
    background: rgba(255,255,255,0.12);
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
  }
  .btn-secondary:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
  }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .stat-item .stat-value {
    font-size: 40px;
    font-weight: 800;
    color: var(--accent-light);
    line-height: 1;
    margin-bottom: 6px;
  }
  .stat-item .stat-label {
    font-size: 13px;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* SECTION COMMON */
  section { padding: 80px 0; }
  .section-tag {
    display: inline-block;
    background: rgba(15,58,110,0.08);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .section-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 16px;
    letter-spacing: -1px;
    line-height: 1.2;
  }
  .section-subtitle {
    font-size: 19px;
    color: var(--muted);
    max-width: 680px;
    margin-bottom: 48px;
  }
  .section-header { text-align: center; margin-bottom: 60px; }
  .section-header .section-subtitle { margin-left: auto; margin-right: auto; }

  /* PROBLEM SECTION */
  .problem {
    background: var(--bg-soft);
  }
  .problem-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
  }
  .problem-item {
    background: var(--white);
    padding: 24px 28px;
    border-radius: 12px;
    border-left: 4px solid #ef4444;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .problem-item .icon {
    font-size: 28px;
    flex-shrink: 0;
  }
  .problem-item .text {
    font-size: 15px;
    color: var(--text);
    font-weight: 500;
  }

  /* BENEFITS */
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .benefit-card {
    background: var(--white);
    padding: 36px 28px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,58,110,0.12);
    border-color: var(--primary-light);
  }
  .benefit-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 0;
    background: var(--accent);
    transition: height 0.3s ease;
  }
  .benefit-card:hover::before { height: 100%; }
  .benefit-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .benefit-card h3 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 12px;
    font-weight: 700;
  }
  .benefit-card p {
    color: var(--muted);
    font-size: 15px;
  }

  /* CHANNELS */
  .channels {
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--white) 100%);
  }
  .channels-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .channel-item {
    background: var(--white);
    padding: 28px 18px;
    border-radius: 14px;
    text-align: center;
    border: 2px solid #e5e7eb;
    transition: all 0.2s ease;
  }
  .channel-item:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
  }
  .channel-emoji {
    font-size: 40px;
    margin-bottom: 12px;
    display: block;
  }
  .channel-name {
    font-weight: 700;
    color: var(--primary);
    font-size: 15px;
  }

  /* WHY MADAGASCAR */
  .why-mada {
    background: var(--primary);
    color: var(--white);
    position: relative;
    overflow: hidden;
  }
  .why-mada::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 60%; height: 100%;
    background: radial-gradient(ellipse at right, rgba(245,158,11,0.15) 0%, transparent 60%);
  }
  .why-mada .section-tag {
    background: rgba(255,255,255,0.15);
    color: var(--accent-light);
  }
  .why-mada .section-title { color: var(--white); }
  .why-mada .section-subtitle { color: rgba(255,255,255,0.85); }
  .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2;
  }
  .why-item {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 28px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
  }
  .why-item .why-icon {
    font-size: 32px;
    flex-shrink: 0;
  }
  .why-item h4 {
    color: var(--accent-light);
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .why-item p {
    font-size: 14.5px;
    opacity: 0.92;
    line-height: 1.55;
  }

  /* TESTIMONIAL / PROOF */
  .proof {
    text-align: center;
    background: var(--bg-soft);
  }
  .quote-card {
    background: var(--white);
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 56px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    position: relative;
  }
  .quote-card::before {
    content: "\201C";
    position: absolute;
    top: -20px; left: 40px;
    font-size: 120px;
    color: var(--accent);
    font-family: Georgia, serif;
    line-height: 1;
  }
  .quote-text {
    font-size: 22px;
    font-style: italic;
    color: var(--text);
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: 300;
  }
  .quote-author {
    font-weight: 700;
    color: var(--primary);
  }
  .quote-role {
    color: var(--muted);
    font-size: 14px;
  }

  /* CTA FINAL */
  .cta-final {
    background: linear-gradient(135deg, #0f3a6e 0%, #1a5490 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .cta-final .container { position: relative; z-index: 2; }
  .cta-final h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -1px;
    color: var(--white);
  }
  .cta-final p {
    font-size: 20px;
    opacity: 0.92;
    margin-bottom: 36px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-offer {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 720px;
    margin: 40px auto 0 auto;
  }
  .contact-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
  }
  .contact-card .contact-icon {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contact-card .contact-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 6px;
  }
  .contact-card .contact-value {
    font-weight: 700;
    font-size: 15px;
    color: var(--accent-light);
    word-break: break-word;
  }
  .contact-card a {
    color: var(--accent-light);
    text-decoration: none;
  }

  /* FOOTER */
  footer.footer {
    background: #0a2547;
    color: rgba(255,255,255,0.6);
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
  }
  footer.footer strong { color: var(--white); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .hero h1 { font-size: 38px; }
    .hero-subtitle { font-size: 17px; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); }
    .section-title { font-size: 30px; }
    .benefits-grid { grid-template-columns: 1fr; }
    .problem-list { grid-template-columns: 1fr; }
    .channels-list { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: 1fr; }
    .quote-card { padding: 36px 24px; }
    .quote-text { font-size: 18px; }
    .cta-final h2 { font-size: 30px; }
    .contact-grid { grid-template-columns: 1fr; }
  }/* End custom CSS */