/* =========================================================
   Romania–Bulgaria — Calls and support types
   Final clean composition
   ========================================================= */

:root {
  --calls-navy: #0e4d84;
  --calls-blue: #2177b4;
  --calls-teal: #218f97;
  --calls-green: #4d9546;
  --calls-gold: #d99100;
  --calls-purple: #7a4da3;
  --calls-ink: #143e67;
  --calls-line: rgba(24, 76, 111, .14);
}

.robg-calls-page {
  overflow: hidden;
  background: linear-gradient(180deg, #fbfaf6 0%, #f7fbfa 64%, #eff9fb 100%);
}

.robg-calls {
  padding: 26px 0 30px;
  color: var(--calls-ink);
}

.robg-calls-inner {
  width: min(1460px, calc(100% - 52px));
  margin: 0 auto;
}

.robg-calls-breadcrumbs {
  margin-bottom: 16px;
}

/* Intro */
.robg-calls-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
}

.robg-calls-copy h1 {
  margin: 0 0 11px;
  color: var(--calls-navy);
  font-size: clamp(48px, 4.1vw, 66px);
  line-height: 1;
  letter-spacing: -1.8px;
}

.robg-calls-copy p {
  max-width: 760px;
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.45;
}

.robg-official-check {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 170px;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 10px 16px;
  border: 1px solid #b8d9eb;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(233,246,253,.98), rgba(255,255,255,.95));
}

.robg-official-check-icon,
.note-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  background: var(--calls-blue);
  font-size: 24px;
  font-weight: 800;
}

.robg-official-check strong {
  display: block;
  margin-bottom: 3px;
  color: var(--calls-navy);
  font-size: 15px;
}

.robg-official-check p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.robg-official-check img {
  width: 170px;
  height: 74px;
  object-fit: contain;
  object-position: right center;
}

/* Section titles */
.section-title-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.section-title-line img {
  width: 39px;
  height: 39px;
  object-fit: contain;
}

.section-title-line h2,
.robg-call-types > h2,
.robg-before-submit > h2,
.robg-readiness > h2 {
  margin: 0;
  color: var(--calls-navy);
  font-size: 22px;
}

/* Call timeline */
.robg-call-timeline {
  position: relative;
  padding: 16px 14px 8px;
  border: 1px solid rgba(24,76,111,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 12px 28px rgba(25,75,104,.06);
}

.robg-call-cards,
.robg-call-status-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(190px, 1.12fr);
  gap: 12px;
}

.robg-call-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 136px;
  padding: 0 9px 11px;
  border: 1px solid rgba(24,76,111,.18);
  border-radius: 15px;
  color: var(--calls-ink);
  background: rgba(255,255,255,.95);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 9px 20px rgba(24,75,105,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.robg-call-card:hover,
.robg-call-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 15px 28px rgba(24,75,105,.15);
}

.call-number {
  margin-top: -14px;
  margin-bottom: 10px;
  padding: 5px 14px;
  border-radius: 999px;
  color: white;
  background: var(--calls-blue);
  font-weight: 800;
  white-space: nowrap;
}

.call-green .call-number {
  background: var(--calls-green);
}

.call-education .call-number {
  background: var(--calls-teal);
}

.call-its {
  border-color: rgba(217,145,0,.38);
  background: linear-gradient(145deg, #fffdfa, #fff5db);
}

.call-its .call-number {
  background: #bd7300;
}

.robg-call-card strong {
  min-height: 42px;
  font-size: 14px;
  line-height: 1.25;
}

.robg-call-card small {
  margin-top: 5px;
  font-size: 11.5px;
  line-height: 1.3;
}

.call-7-status {
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid rgba(151,95,0,.17);
  color: #b26900;
  font-size: 11.5px;
  font-weight: 800;
}

.robg-call-status-track {
  position: relative;
  margin-top: 10px;
  z-index: 2;
}

.robg-call-status-track::before {
  content: "";
  position: absolute;
  left: 3.5%;
  right: 16%;
  top: 13px;
  border-top: 2px dashed rgba(42,113,153,.5);
  z-index: -1;
}

.robg-call-status-track > span {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 49px;
}

.status-dot {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: white;
  font-style: normal;
  font-weight: 800;
  box-shadow: 0 0 0 5px rgba(255,255,255,.92);
}

.dot-blue { background: var(--calls-blue); }
.dot-green { background: var(--calls-green); }
.dot-teal { background: var(--calls-teal); }

.robg-call-status-track b {
  font-size: 11.5px;
}

.robg-river-strip {
  display: block;
  width: 100%;
  height: 118px;
  margin-top: -3px;
  object-fit: cover;
  object-position: center 54%;
}

.robg-status-check {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: 7px 8px 12px;
  font-size: 12.5px;
}

.robg-status-check a {
  color: var(--calls-blue);
  text-decoration: none;
  font-weight: 800;
}

/* Call types */
.robg-call-types {
  margin-top: 2px;
}

.robg-call-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.08fr;
  gap: 14px;
  margin-top: 12px;
}

.robg-call-type-grid article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 13px;
  min-height: 154px;
  padding: 15px;
  border: 1px solid rgba(24,76,111,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
}

.robg-call-type-grid article > img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.robg-call-type-grid h3 {
  margin: 0 0 6px;
  color: var(--calls-navy);
  font-size: 17px;
}

.robg-call-type-grid p {
  margin: 0 0 8px;
  font-size: 12.5px;
  line-height: 1.42;
}

.robg-call-type-grid small {
  display: block;
  padding: 7px 9px;
  border-radius: 9px;
  background: #eaf5fb;
  font-size: 10.5px;
  line-height: 1.3;
}

.type-competitive {
  border-color: rgba(77,149,70,.22) !important;
}

.type-competitive h3 {
  color: var(--calls-green);
}

.type-competitive small {
  background: #eef7e9;
}

.type-its {
  border-color: rgba(217,145,0,.27) !important;
}

.type-its h3 {
  color: #bd7600;
}

.type-its small {
  background: #fff3d8;
}

/* Before submit */
.robg-before-submit {
  margin-top: 14px;
  padding: 14px 12px 12px;
  border: 1px solid var(--calls-line);
  border-radius: 18px;
  background: rgba(255,255,255,.8);
}

.robg-before-submit > h2 {
  margin-bottom: 10px;
}

.robg-before-submit-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.robg-before-submit-grid article {
  position: relative;
  min-height: 145px;
  padding: 0 13px 4px;
  border-right: 1px dashed rgba(45,100,137,.25);
}

.robg-before-submit-grid article:last-child {
  border-right: 0;
}

.robg-before-submit-grid article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 55px;
  right: -10px;
  z-index: 3;
  color: #a5b6c0;
  background: white;
  font-size: 20px;
}

.step-number {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-bottom: 7px;
  border-radius: 7px;
  color: white;
  background: var(--calls-blue);
  font-size: 11px;
  font-weight: 800;
}

.robg-before-submit-grid article:nth-child(2) .step-number,
.robg-before-submit-grid article:nth-child(7) .step-number {
  background: var(--calls-green);
}

.robg-before-submit-grid article:nth-child(3) .step-number,
.robg-before-submit-grid article:nth-child(6) .step-number {
  background: var(--calls-teal);
}

.robg-before-submit-grid article:nth-child(4) .step-number {
  background: #c47a00;
}

.robg-before-submit-grid article:nth-child(5) .step-number {
  background: var(--calls-purple);
}

.robg-before-submit-grid img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 0 8px 20px;
  object-fit: contain;
}

.robg-before-submit-grid h3 {
  margin: 0 0 5px;
  color: var(--calls-navy);
  font-size: 13.5px;
}

.robg-before-submit-grid p {
  margin: 0;
  font-size: 11px;
  line-height: 1.36;
}

/* Readiness + practical advice */
.robg-readiness-row {
  display: grid;
  grid-template-columns: 1.35fr .95fr;
  gap: 14px;
  margin-top: 14px;
}

.robg-readiness,
.robg-practical-advice {
  padding: 15px;
  border: 1px solid var(--calls-line);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
}

.robg-readiness-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  margin-top: 11px;
}

.robg-readiness-grid article {
  padding: 3px 5px;
  text-align: center;
  font-size: 10.5px;
  line-height: 1.28;
}

.robg-readiness-grid img {
  width: 43px;
  height: 43px;
  margin-bottom: 3px;
  object-fit: contain;
}

.robg-readiness-grid span {
  display: block;
}

.robg-practical-advice {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 13px;
  align-items: center;
  border-color: rgba(77,149,70,.22);
  background: linear-gradient(135deg, #f3f9ef, #ffffff);
}

.robg-practical-advice > img {
  width: 125px;
  height: 118px;
  object-fit: contain;
}

.robg-practical-advice h2 {
  margin: 0 0 7px;
  color: var(--calls-green);
  font-size: 19px;
}

.robg-practical-advice p {
  margin: 0 0 6px;
  font-size: 11.5px;
  line-height: 1.4;
}

/* Final note */
.robg-calls-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin-top: 14px;
  padding: 11px 14px;
  border: 1px solid #c6deeb;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf6fd, #f8fbfd);
}

.robg-calls-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--calls-navy);
  font-size: 13px;
}

.robg-calls-note p {
  margin: 0;
  font-size: 10.8px;
  line-height: 1.35;
}

.robg-calls-note a {
  padding: 10px 17px;
  border-radius: 999px;
  color: white;
  background: var(--calls-blue);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.robg-calls-back {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 17px;
}

.robg-calls-back a {
  color: #09639c;
  text-decoration: none;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1180px) {
  .robg-calls-intro,
  .robg-readiness-row {
    grid-template-columns: 1fr;
  }

  .robg-call-cards,
  .robg-call-status-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .robg-call-status-track {
    display: none;
  }

  .robg-river-strip {
    height: 100px;
  }

  .robg-call-type-grid {
    grid-template-columns: 1fr;
  }

  .robg-before-submit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 14px;
  }

  .robg-before-submit-grid article:nth-child(4) {
    border-right: 0;
  }

  .robg-before-submit-grid article::after {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .robg-calls-inner {
    width: min(100% - 26px, 680px);
  }

  .robg-official-check {
    grid-template-columns: 42px 1fr;
  }

  .robg-official-check img {
    display: none;
  }

  .robg-call-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .robg-before-submit-grid,
  .robg-readiness-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .robg-before-submit-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--calls-line);
  }

  .robg-calls-note {
    grid-template-columns: 40px 1fr;
  }

  .robg-calls-note a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .robg-status-check {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 500px) {
  .robg-calls {
    padding-top: 20px;
  }

  .robg-calls-inner {
    width: min(100% - 20px, 450px);
  }

  .robg-call-cards,
  .robg-before-submit-grid,
  .robg-readiness-grid {
    grid-template-columns: 1fr;
  }

  .robg-call-type-grid article {
    grid-template-columns: 52px 1fr;
  }

  .robg-call-type-grid article > img {
    width: 50px;
    height: 50px;
  }

  .robg-practical-advice {
    grid-template-columns: 1fr;
  }

  .robg-practical-advice > img {
    justify-self: center;
  }

  .robg-calls-back {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
