/* Country & Language Picker */
.global-picker {
  display: flex;
  gap: 10px;
  align-items: center;
}
.global-picker label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.global-picker select {
  display: block;
  border: 1px solid rgba(16,35,31,0.25);
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
  max-width: 180px;
}
.global-picker select:hover, .global-picker select:focus {
  border-color: var(--green);
}

.drawer-picker-box {
  background: #f4efe6;
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.drawer-picker-box p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--ink);
}
.drawer-picker-box .global-picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.drawer-picker-box select {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  font-size: 12px;
}

.phone-input {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px;
}
.phone-input select, .phone-input input {
  margin-top: 8px !important;
}

/* Advantage Section */
.price-advantage {
  background: #d4a76a;
  color: #10231f;
  padding-top: 100px;
  padding-bottom: 100px;
}
.price-advantage > h2 {
  font: 400 clamp(38px,5.5vw,72px)/1.05 Manrope;
  letter-spacing: -0.055em;
  margin: 18px 0 50px;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(16,35,31,0.2);
}
.advantage-grid article {
  padding: 32px 26px;
  border-right: 1px solid rgba(16,35,31,0.2);
}
.advantage-grid article:last-child {
  border-right: 0;
}
.advantage-grid strong {
  font-size: 11px;
  letter-spacing: 0.1em;
}
.advantage-grid h3 {
  font: 500 22px Manrope;
  margin: 30px 0 12px;
}
.advantage-grid p {
  font-size: 13px;
  line-height: 1.65;
}

/* Trustpilot Hero Badge */
.trustpilot-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(23,63,52,0.08);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
}
.tp-green-star {
  color: #00b67a;
  font-weight: 700;
}

/* Trustpilot Section */
.trustpilot-section {
  background: #f4efe6;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tp-header-box {
  margin-bottom: 50px;
}
.tp-badge-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.tp-star-logo {
  background: #00b67a;
  color: #fff;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.tp-rating-stars {
  color: #00b67a;
  font-size: 20px;
  letter-spacing: 3px;
}
.tp-score-text {
  font-size: 13px;
  color: #4a5753;
}

.tp-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.tp-card {
  background: #ffffff;
  border: 1px solid rgba(16,35,31,0.12);
  padding: 32px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.tp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(16,35,31,0.08);
}
.tp-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.tp-stars-green {
  color: #00b67a;
  font-size: 18px;
  letter-spacing: 2px;
}
.tp-verified-badge {
  font-size: 10px;
  color: #00b67a;
  background: #e6f7f0;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
}
.tp-card h3 {
  font: 500 20px Manrope;
  margin: 0 0 14px;
  color: var(--ink);
  line-height: 1.35;
}
.tp-card p {
  font: 400 14px/1.7 Georgia, serif;
  color: #4a5753;
  margin: 0 0 24px;
}
.tp-card-author {
  border-top: 1px solid rgba(16,35,31,0.08);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tp-card-author strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.tp-card-author span {
  font-size: 11px;
  color: #788580;
}

/* Market Guarantee Box in Quote Results */
.market-guarantee-box {
  background: #f0f7f3;
  border: 1.5px solid #00b67a;
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
}
.shield-badge {
  display: inline-block;
  background: #00b67a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.guarantee-header strong {
  display: block;
  font-size: 15px;
  color: #10231f;
  margin-bottom: 4px;
}
.guarantee-header p {
  font-size: 12px;
  color: #455751;
  margin: 0 0 16px;
  line-height: 1.5;
}
.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border-top: 1px dashed #b2ded0;
  padding-top: 14px;
}
.comp-col span {
  display: block;
  font-size: 10px;
  color: #63756f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.comp-col strong {
  font-size: 18px;
  font-weight: 600;
}
.comp-col .highlight {
  color: #00875a;
  font-size: 20px;
}

/* ============== MOBILE RESPONSIVE ============== */

@media(max-width: 900px) {
  /* On mobile screens, hide header picker so header stays 100% clean & aligned! */
  .header-actions .global-picker {
    display: none !important;
  }
  .tp-cards-grid {
    grid-template-columns: 1fr;
  }
  .advantage-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .advantage-grid {
    grid-template-columns: 1fr;
  }
  .comparison-row {
    grid-template-columns: 1fr;
  }
  .phone-input {
    grid-template-columns: 110px 1fr;
  }
  .tp-card {
    padding: 22px;
  }
  .tp-card h3 {
    font-size: 17px;
  }
  .tp-card p {
    font-size: 13px;
  }
}
