  /* ---- Scoped styles for the demo page, matched to the EuropaTenders.eu design system ---- */
  .demo-page .page-hero{background:#f3f1ea;padding:56px 0 40px;border-bottom:0.5px solid #e5e3dc}
  .demo-page .page-hero h1{font-size:38px;margin-bottom:10px;letter-spacing:-0.6px}
  .demo-page .page-hero .sub{color:#6b6b6b;font-size:16px;max-width:640px;line-height:1.6}
  .demo-page .breadcrumb{font-size:12px;color:#6b6b6b;margin-bottom:18px}
  .demo-page .breadcrumb a{color:#1a3a6b}
  .demo-page .breadcrumb a:hover{text-decoration:underline}
  .demo-page .breadcrumb .sep{margin:0 8px;color:#aaaaaa}

  .demo-page .container{max-width:1320px;margin:0 auto;padding:0 32px}
  .demo-page section{padding:56px 0}

  .demo-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:40px;align-items:start}
  .demo-form-box{background:#fff;border:0.5px solid #e5e3dc;border-radius:14px;padding:40px}
  .demo-form-box h2{font-size:26px;margin-bottom:6px;font-weight:700;letter-spacing:-0.4px;color:#1a1a1a}
  .demo-form-box .sub{color:#6b6b6b;margin-bottom:28px;font-size:14px}

  .demo-page .field{margin-bottom:16px}
  .demo-page .field label{display:block;font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:6px}
  .demo-page .field .req{color:#dc2626}
  .demo-page .input,
  .demo-page .select{
    width:100%;padding:10px 14px;border:0.5px solid #cfcec4;border-radius:8px;
    font-size:14px;background:#fff;color:#1a1a1a;transition:border-color .15s ease,box-shadow .15s ease;
  }
  .demo-page .input:focus,
  .demo-page .select:focus{outline:none;border-color:#1a3a6b;box-shadow:0 0 0 3px rgba(26,58,107,0.12)}
  .demo-page .info-text{font-size:12px;color:#92400e;background:#fef3c7;border-radius:6px;padding:8px 10px;margin-top:8px;display:none}
  .demo-page .error,
  .demo-page label.field-error{font-size:12px;color:#dc2626;margin-top:6px;display:block}
  .demo-page .field-valid{border-color:#16a34a !important}

  .demo-page .phone-row{display:flex;gap:10px}
  .demo-page .phone-row .iti{flex:1}
  .demo-page .phone-row input[type="tel"]{width:100%}

  /* Custom country dropdown (flags) — same behaviour as Gulf, re-themed to navy */
  .rg-group{margin-bottom:16px}
  .rg-label{display:block;font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:6px}
  .rg-cs{position:relative}
  .rg-cs-trigger{
    width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;
    border:0.5px solid #cfcec4;border-radius:8px;background:#fff;font-size:14px;color:#1a1a1a;
  }
  .rg-cs-trigger:hover{border-color:#1a3a6b}
  .rg-cs-label{flex:1;text-align:left}
  .rg-cs-arrow{transition:transform .15s ease;color:#6b6b6b}
  .rg-cs.rg-open .rg-cs-arrow{transform:rotate(180deg)}
  .rg-cs-globe{width:16px;height:16px;border-radius:50%;background:#eef2f8;display:inline-block}
  .rg-cs-drop{
    position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:260px;overflow-y:auto;
    background:#fff;border:0.5px solid #e5e3dc;border-radius:10px;box-shadow:0 16px 40px rgba(13,34,64,0.12);
    list-style:none;padding:6px;z-index:20;display:none;
  }
  .rg-cs.rg-open .rg-cs-drop{display:block}
  .rg-cs-opt{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;font-size:13px;cursor:pointer}
  .rg-cs-opt:hover{background:#eef2f8;color:#1a3a6b}
  .rg-cs-opt.rg-cs-sel{background:#eef2f8;color:#1a3a6b;font-weight:600}
  .rg-cs-opt .fi{border-radius:2px}

  .demo-page .submit-btn{
    width:100%;padding:14px 22px;border-radius:8px;font-weight:600;font-size:15px;
    background:#1a3a6b;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;
    transition:background .15s ease,transform .15s ease;
  }
  .demo-page .submit-btn:hover{background:#142b54;transform:translateY(-1px)}
  .demo-page .submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}
  .demo-page .form-note{font-size:12px;color:#6b6b6b;margin-top:14px;line-height:1.6}
  .demo-page .form-note a{color:#1a3a6b;text-decoration:underline}

  #demo_spinner{
    display:none;align-items:center;justify-content:center;gap:8px;
    padding:14px 22px;border-radius:8px;background:#eef2f8;color:#1a3a6b;font-weight:600;font-size:14px;margin-top:10px;
  }
  #demo_spinner .dot{width:6px;height:6px;border-radius:50%;background:#1a3a6b;animation:rgpulse 1s infinite ease-in-out}
  #demo_spinner .dot:nth-child(2){animation-delay:.15s}
  #demo_spinner .dot:nth-child(3){animation-delay:.3s}
  @keyframes rgpulse{0%,80%,100%{opacity:.25}40%{opacity:1}}

  /* Right column, EuropaTenders.eu card language */
  .demo-right-stack{display:flex;flex-direction:column;gap:16px}
  .expect-card{background:#1a3a6b;color:#fff;border-radius:14px;padding:28px}
  .expect-card h3{color:#fff;margin-bottom:6px;font-size:20px;font-weight:600}
  .expect-card .sub{color:#c4d4ea;font-size:13px;margin-bottom:24px}
  .ex-timeline{display:flex;flex-direction:column;gap:14px}
  .ex-step{display:flex;gap:14px;align-items:flex-start}
  .ex-circle{
    width:28px;height:28px;border-radius:50%;background:rgba(96,165,250,0.2);color:#60a5fa;
    display:flex;align-items:center;justify-content:center;flex:none;font-weight:700;font-size:13px;
  }
  .ex-content{font-size:13px;color:#c4d4ea;line-height:1.5}
  .ex-content strong{color:#fff;font-size:14px}

  .why-card-mini{background:#fff;border:0.5px solid #e5e3dc;border-radius:14px;padding:22px}
  .why-card-mini h4{font-size:14px;margin-bottom:12px;color:#1a1a1a}
  .why-list{display:flex;flex-direction:column;gap:10px}
  .why-list .wi{display:flex;gap:10px;font-size:13px;color:#4a4a4a;line-height:1.5}
  .why-list .wi .ic{color:#1a3a6b;flex:none}

  .phone-cta{background:#f3f1ea;border-radius:12px;padding:20px;text-align:center}
  .phone-cta .label{font-size:12px;color:#6b6b6b}
  .phone-cta .phone{font-size:20px;font-weight:700;color:#1a3a6b;margin:6px 0;letter-spacing:-0.3px}
  .phone-cta .hours{font-size:11px;color:#6b6b6b}

.host-card{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:14px;padding:22px;display:flex;gap:14px;align-items:center;
}.host-card{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:14px;padding:22px;display:flex;gap:14px;align-items:center;
}
.host-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#1a3a6b,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;flex:none}
.host-info .name{font-weight:600}
.host-info .title{font-size:13px;color:#6b6b6b;margin-top:2px}
.host-info .linkedin{margin-top:6px;display:inline-flex;align-items:center;gap:4px;color:#0077B5;font-size:12px;font-weight:600}
.host-info .linkedin svg{width:12px;height:12px}

.slots-card{background:#fff;border:0.5px solid #e5e3dc;border-radius:14px;padding:22px}
.slots-card h4{margin-bottom:14px;font-size:14px}
.slots-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.slot-btn{
  padding:10px 12px;border:0.5px solid #e5e3dc;border-radius:8px;background:#fff;
  font-size:13px;font-weight:500;color:#1a1a1a;cursor:pointer;text-align:left;transition:all .15s;
  display:flex;justify-content:space-between;align-items:center;
}
.slot-btn:hover{border-color:#1a3a6b;background:#eef2f8;color:#1a3a6b}
.slot-btn .day{color:#6b6b6b;font-size:11px}
.rg-cs-opt.rg-disabled{
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

  @media (max-width:900px){.demo-grid{grid-template-columns:1fr}}
