:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9300f72 *//* ── HERO ── */
  .hero {
    background: #0d2240;
    color: white;
    padding: 72px 64px 64px;
    position: relative;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,168,75,0.18) 0%, transparent 70%);
  }

  .hero::after {
    content: '';
    position: absolute;
    bottom: -40px; left: 40%;
    width: 600px; height: 200px;
    background: radial-gradient(ellipse, rgba(58,110,165,0.3) 0%, transparent 70%);
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(200,168,75,0.2);
    border: 1px solid rgba(200,168,75,0.5);
    color: #c8a84b;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 28px;
    width: fit-content;
  }

  .hero-badge::before {
    content: '🇨🇭';
    font-size: 13px;
  }

  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }

  .hero h1 span {
    color: #c8a84b;
  }

  .hero-tagline {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    max-width: 520px;
    position: relative;
    z-index: 1;
    border-left: 3px solid #c8a84b;
    padding-left: 16px;
    margin-top: 8px;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-812ec22 *//* ── INTRO ── */
  .intro {
    background: #f4f7fb;
    padding: 52px 64px;
    border-bottom: 1px solid #dde4f0;
  }

  .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .intro-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #0d2240;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .intro-text p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.8;
  }

  .alert-box {
    background: #0d2240;
    color: white;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    overflow: hidden;
  }

  .alert-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c8a84b, #e8c870);
  }

  .alert-box .alert-icon {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
  }

  .alert-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 10px;
    color: #c8a84b;
  }

  .alert-box p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
  }

  .sanction {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(200,168,75,0.15);
    border-radius: 8px;
    padding: 12px 16px;
  }

  .sanction-amount {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #c8a84b;
    white-space: nowrap;
  }

  .sanction-label {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58ea9ed *//* ── SERVICES ── */
  .services {
    padding: 64px;
    background: white;
  }

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

  .section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a6ea5;
    margin-bottom: 12px;
  }

  .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    color: #0d2240;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }

  .service-card {
    border: 1px solid #dde4f0;
    border-radius: 12px;
    padding: 12px 12px;
    position: relative;
    transition: all 0.2s ease;
    background: white;
  }

  .service-card:hover {
    border-color: #3a6ea5;
    box-shadow: 0 8px 32px rgba(26,74,138,0.1);
    transform: translateY(-2px);
  }

  .service-num {
    position: absolute;
    top: -14px; right: 20px;
    background: #0d2240;
    color: #c8a84b;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
  }

  .service-icon {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .service-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #0d2240;
    margin-bottom: 10px;
  }

  .service-card p {
    font-size: 13px;
    color: #6b7a99;
    line-height: 1.7;
  }

  /* ── TRAINING HIGHLIGHT ── */
  .training-highlight {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #0d2240 0%, #1a4a8a 100%);
    color: white;
    border-radius: 12px;
    padding: 24px 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
    align-items: center;
    border: none;
  }

  .training-highlight:hover {
    transform: none;
    box-shadow: 0 8px 32px rgba(13,34,64,0.3);
    border-color: transparent;
  }

  .training-badge {
    background: #c8a84b;
    color: #0d2240;
    border-radius: 50%;
    width: 80px; height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.1;
    font-size: 13px;
    text-align: center;
    flex-shrink: 0;
  }

  .training-badge span {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
  }

  .training-highlight h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 8px;
  }

  .training-highlight p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2da738 *//* ── DELIVERABLES ── */
  .deliverables {
    background: #f4f7fb;
    padding: 56px 64px;
  }

  .deliverables-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
  }

  .deliverable-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    border-left: 4px solid #3a6ea5;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  }

  .deliverable-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #0d2240;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .deliverable-card p {
    font-size: 14px;
    color: #6b7a99;
    line-height: 1.7;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-508125f *//* ── PROCESS ── */
  .process {
    padding: 56px 64px;
    background: white;
  }

  .process-steps {
    display: flex;
    gap: 0;
    margin-top: 40px;
    position: relative;
  }

  .process-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 28px;
    right: 28px;
    height: 2px;
    background: linear-gradient(90deg, #3a6ea5, #c8a84b);
    z-index: 0;
  }

  .process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 16px;
  }

  .step-circle {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #0d2240;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #0d2240;
  }

  .process-step:last-child .step-circle {
    background: #c8a84b;
    color: #0d2240;
    box-shadow: 0 0 0 2px #c8a84b;
  }

  .process-step h4 {
    font-size: 13.5px;
    font-weight: 600;
    color: #0d2240;
    margin-bottom: 6px;
  }

  .process-step p {
    font-size: 12.5px;
    color: #6b7a99;
    line-height: 1.5;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f30edf9 *//* ── CTA ── */
  .cta {
    background: linear-gradient(135deg, #0d2240 0%, #1a3a6a 100%);
    padding: 64px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
  }

  .cta::before {
    content: '';
    position: absolute;
    top: -100px; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 300px;
    background: radial-gradient(ellipse, rgba(200,168,75,0.15) 0%, transparent 70%);
  }

  .cta h2 {
    font-family: 'Playfair Display', serif;
    color: #c8a84b;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
  }

  .cta p {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 40px;
    position: relative;
  }

  .cta-box {
    display: inline-flex;
    gap: 48px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 32px 48px;
    position: relative;
  }

  .cta-item {
    text-align: center;
  }

  .cta-item .icon {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .cta-item .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 4px;
  }

  .cta-item .value {
    font-size: 15px;
    font-weight: 500;
    color: white;
  }

  .cta-item .value a {
    color: #c8a84b;
    text-decoration: none;
  }

  .cta-divider {
    width: 1px;
    background: rgba(255,255,255,0.15);
    align-self: stretch;
  }/* End custom CSS */