/* LJ Certified — scoped CSS for Tilda
   Put this into a separate CSS file and load it after Tilda styles.
   Scope root: #allrecords
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

#allrecords {
    display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #1C2B3A;
  background: #F7F5F2;
}

#allrecords *,
#allrecords *::before,
#allrecords *::after {
    box-sizing: border-box;

  font-family: inherit;
}

#allrecords a {
  color: inherit; text-decoration: none;
}


#allrecords {
    --navy:    #1C2B3A;
  --blue:    #2E4057;
  --gold:    #B87333;
  --beige:   #F0EBE3;
  --beige-b: #D9CFC4;
  --bg:      #F7F5F2;
  --tint:    #EDE8E0;
  --text:    #1C2B3A;
  --muted:   #6B6860;
  --border:  #DDD8D0;
  --green:   #2A7D5F;
  --dark:    #111820;
}

#allrecords {
    font-family: "Inter", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

#allrecords a {
  color: inherit; text-decoration: none;
}

/* ── UTILS ── */

#allrecords .container {
  max-width: 1080px; margin: 0 auto; padding: 0 32px;
}

#allrecords .label {
    font-size: 11px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 8px;
}

#allrecords .label::before {
  content: ""; display: block; width: 20px; height: 1px; background: var(--gold);
}

/* ── BUTTONS ── */

#allrecords .btn {
    display: inline-flex; align-items: center; gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px; font-weight: 500;
  padding: 12px 24px; border: none; cursor: pointer;
  transition: opacity 0.15s, transform 0.15s;
  text-decoration: none;
}

#allrecords .btn:hover {
  opacity: 0.88; transform: translateY(-1px);
}

#allrecords .btn-primary {
  background: var(--navy); color: #fff;
}

#allrecords .btn-copper {
  background: var(--gold); color: #fff;
}

#allrecords .btn-ghost {
  background: transparent; color: var(--navy); border: 1px solid var(--border);
}

#allrecords .btn-ghost:hover {
  background: var(--tint);
}

#allrecords .btn-green {
  background: var(--green); color: #fff;
}

/* ── HERO ── */

#allrecords .hero {
    padding: 80px 0 72px;
  border-bottom: 1px solid var(--border);
}

#allrecords .hero-inner {
  display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start;
}

#allrecords .hero-eyebrow {
  margin-bottom: 20px;
}

#allrecords .hero h1 {
    font-size: clamp(32px, 4vw, 52px);
  font-weight: 700; line-height: 1.1;
  color: var(--navy); margin-bottom: 20px;
  letter-spacing: -0.5px;
}

#allrecords .hero h1 span {
  color: var(--gold);
}

#allrecords .hero-desc {
    font-size: 17px; color: var(--muted);
  font-weight: 300; line-height: 1.75;
  max-width: 480px; margin-bottom: 32px;
}

#allrecords .hero-actions {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px;
}

#allrecords .hero-price {
    display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: var(--muted);
  padding-top: 20px; border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

#allrecords .hero-price strong {
  font-size: 22px; font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums;
}

#allrecords .hero-price .sep {
  width: 1px; height: 16px; background: var(--border);
}

#allrecords .hero-price .ok {
  color: var(--green); font-weight: 500;
}

/* Hero card */

#allrecords .hero-card {
    background: #fff;
  border: 1px solid var(--border);
  padding: 28px;
}

#allrecords .hero-card-stars {
  color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 10px;
}

#allrecords .hero-card-rating {
  font-size: 13px; color: var(--muted); margin-bottom: 20px;
}

#allrecords .hero-card-quote {
    font-size: 15px; line-height: 1.65;
  color: var(--text); font-weight: 400;
  padding: 16px; background: var(--tint);
  border-left: 3px solid var(--gold);
  margin-bottom: 16px;
}

#allrecords .hero-card-author {
  font-size: 12px; color: var(--muted); margin-bottom: 24px;
}

#allrecords .hero-card-badges {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}

#allrecords .badge-item {
    font-size: 12px; color: var(--muted);
  display: flex; align-items: center; gap: 6px;
  padding: 8px 10px; border: 1px solid var(--border); background: var(--bg);
}

#allrecords .badge-item .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0;
}

/* ── TRUST STRIP ── */

#allrecords .trust-strip {
    background: var(--navy);
  padding: 16px 0;
}

#allrecords .trust-strip-inner {
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}

#allrecords .trust-item {
    display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,0.65);
  padding: 4px 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

#allrecords .trust-item:first-child {
  padding-left: 0;
}

#allrecords .trust-item:last-child {
  border-right: none;
}

#allrecords .trust-item .ck {
  color: var(--gold); font-size: 10px;
}

/* ── STATS ── */

#allrecords .stats {
  background: var(--tint); border-bottom: 1px solid var(--border); padding: 48px 0;
}

#allrecords .stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
}

#allrecords .stat {
  text-align: center; padding: 0 24px; border-right: 1px solid var(--border);
}

#allrecords .stat:last-child {
  border-right: none;
}

#allrecords .stat-n {
  font-size: 44px; font-weight: 700; color: var(--navy); line-height: 1; letter-spacing: -1px;
}

#allrecords .stat-n sup {
  font-size: 22px;
}

#allrecords .stat-l {
  font-size: 13px; color: var(--muted); margin-top: 6px;
}

#allrecords .stat-s {
  font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-top: 4px;
}

/* ── SECTIONS ── */

#allrecords .section {
  padding: 80px 0; border-bottom: 1px solid var(--border);
}

#allrecords .section-header {
  margin-bottom: 48px;
}

#allrecords .section-header h2 {
  font-size: clamp(26px, 3vw, 38px); font-weight: 700; color: var(--navy); margin-top: 12px; letter-spacing: -0.3px; line-height: 1.15;
}

#allrecords .section-header p {
  font-size: 16px; color: var(--muted); font-weight: 300; line-height: 1.7; max-width: 520px; margin-top: 12px;
}

/* ── PRICING ── */

#allrecords .pricing-grid {
  display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border);
}

#allrecords .price-col {
  padding: 32px 28px; border-right: 1px solid var(--border); background: #fff;
}

#allrecords .price-col:last-child {
  border-right: none;
}

#allrecords .price-col.featured {
  background: var(--navy); position: relative;
}

#allrecords .price-col.featured::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold);
}

#allrecords .price-tier {
  font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}

#allrecords .price-col.featured .price-tier {
  color: rgba(255,255,255,0.4);
}

#allrecords .price-amount {
  font-size: 48px; font-weight: 700; color: var(--navy); line-height: 1; letter-spacing: -1.5px; font-variant-numeric: tabular-nums;
}

#allrecords .price-col.featured .price-amount {
  color: #fff;
}

#allrecords .price-unit {
  font-size: 14px; color: var(--muted);
}

#allrecords .price-col.featured .price-unit {
  color: rgba(255,255,255,0.75);
}

#allrecords .price-desc {
  font-size: 13px; color: var(--muted); margin: 8px 0 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border);
}

#allrecords .price-col.featured .price-desc {
  color: rgba(255,255,255,0.75); border-bottom-color: rgba(255,255,255,0.1);
}

#allrecords .price-features {
  list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px;
}

#allrecords .price-features li {
  font-size: 13px; color: var(--text); display: flex; gap: 10px; align-items: flex-start;
}

#allrecords .price-col.featured .price-features li {
  color: rgba(255,255,255,0.8);
}

#allrecords .price-features li .ck {
  color: var(--green); flex-shrink: 0; font-weight: 600;
}

#allrecords .price-col.featured .price-features li .ck {
  color: var(--gold);
}

#allrecords .price-tag {
    display: inline-block; padding: 3px 10px;
  background: var(--gold); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 12px;
}

#allrecords .price-note {
  text-align: center; font-size: 12px; color: var(--muted); margin-top: 14px;
}

/* ── SERVICES ── */

#allrecords .services-grid {
  display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--border);
}

#allrecords .svc {
  padding: 28px 24px; border-right: 1px solid var(--border); background: #fff; transition: background 0.2s;
}

#allrecords .svc:last-child {
  border-right: none;
}

#allrecords .svc:hover {
  background: var(--navy);
}

#allrecords .svc:hover * {
  color: rgba(255,255,255,0.8) !important;
}

#allrecords .svc:hover h3 {
  color: #fff !important;
}

#allrecords .svc:hover .svc-icon {
  color: var(--gold) !important;
}

#allrecords .svc-icon {
  font-size: 20px; margin-bottom: 14px; color: var(--navy);
}

#allrecords .svc h3 {
  font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 10px;
}

#allrecords .svc-list {
  list-style: none; display: flex; flex-direction: column; gap: 6px;
}

#allrecords .svc-list li {
  font-size: 12px; color: var(--muted); display: flex; gap: 6px;
}

#allrecords .svc-list li::before {
  content: "—"; color: var(--gold); flex-shrink: 0;
}

/* ── HOW IT WORKS ── */

#allrecords .how-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative;
}

#allrecords .how-grid::after {
  content: ""; position: absolute; top: 22px; left: 8%; right: 8%; height: 1px; background: var(--border); z-index: 0;
}

#allrecords .how-step {
  display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 16px; position: relative; z-index: 1;
}

#allrecords .step-n {
    width: 44px; height: 44px; border: 1px solid var(--border);
  background: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; color: var(--navy);
  margin-bottom: 20px;
}

#allrecords .step-n.active {
  background: var(--navy); color: #fff; border-color: var(--navy);
}

#allrecords .how-step h4 {
  font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 8px;
}

#allrecords .how-step p {
  font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 300;
}

/* ── RUSH ── */

#allrecords .rush {
  background: var(--navy); padding: 72px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}

#allrecords .rush-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}

#allrecords .rush .label {
  color: var(--gold);
}

#allrecords .rush .label::before {
  background: var(--gold);
}

#allrecords .rush h2 {
  font-size: clamp(28px, 3vw, 40px); font-weight: 700; color: #fff; margin-top: 12px; margin-bottom: 16px; letter-spacing: -0.3px; line-height: 1.15;
}

#allrecords .rush h2 span {
  color: var(--gold);
}

#allrecords .rush p {
  font-size: 16px; color: rgba(255,255,255,0.55); font-weight: 300; line-height: 1.75; margin-bottom: 32px;
}

#allrecords .rush-actions {
  display: flex; gap: 10px; flex-wrap: wrap;
}

#allrecords .rush-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}

#allrecords .rush-stat {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 24px 20px;
}

#allrecords .rush-stat-n {
  font-size: 36px; font-weight: 700; color: #fff; letter-spacing: -1px; line-height: 1; margin-bottom: 8px; font-variant-numeric: tabular-nums;
}

#allrecords .rush-stat-n.gold {
  color: var(--gold);
}

#allrecords .rush-stat-l {
  font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.5;
}

/* ── LANGUAGES ── */

#allrecords .lang-grid {
  display: grid; grid-template-columns: repeat(5,1fr); gap: 8px;
}

#allrecords .lang-chip {
    border: 1px solid var(--border); padding: 14px 16px;
  background: #fff; text-align: center;
  transition: border-color 0.15s, background 0.15s;
}

#allrecords .lang-chip:hover {
  border-color: var(--gold); background: var(--tint);
}

#allrecords .lang-from {
  font-size: 11px; color: var(--muted); display: block; margin-bottom: 2px;
}

#allrecords .lang-to {
  font-size: 13px; font-weight: 500; color: var(--navy);
}

/* ── LOCATION ── */

#allrecords .location {
  background: var(--tint);
}

#allrecords .location h2 span {
  color: var(--gold);
}

#allrecords .cities {
  display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--border); margin-bottom: 16px;
}

#allrecords .city {
  padding: 18px 16px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; text-align: center;
}

#allrecords .city:nth-child(n/**/+5) {
  border-bottom: none;
}

#allrecords .city:nth-child(4n) {
  border-right: none;
}

#allrecords .city:nth-child(8n) {
  border-right: none;
}

#allrecords .city.home {
  background: var(--tint); position: relative;
}

#allrecords .city.home::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold);
}

#allrecords .city-name {
  font-size: 13px; font-weight: 600; color: var(--navy);
}

#allrecords .city-label {
  font-size: 11px; color: var(--muted); margin-top: 2px;
}

#allrecords .city.home .city-label {
  color: var(--gold); font-weight: 500;
}

/* ── REVIEWS ── */

#allrecords .reviews-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}

#allrecords .review {
  background: #fff; border: 1px solid var(--border); padding: 28px 24px;
}

#allrecords .review-stars {
  color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 14px;
}

#allrecords .review-text {
  font-size: 15px; color: var(--text); line-height: 1.65; margin-bottom: 20px; font-weight: 400;
}

#allrecords .review-author {
  font-size: 12px; color: var(--muted);
}

#allrecords .review-source {
  font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-top: 4px;
}

/* ── FAQ ── */

#allrecords .faq-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px;
}

#allrecords .faq-item {
  padding: 24px 0; border-bottom: 1px solid var(--border);
}

#allrecords .faq-item:first-child,
#allrecords .faq-item:nth-child(2) {
  border-top: 1px solid var(--border);
}

#allrecords .faq-q {
  font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 10px; line-height: 1.4;
}

#allrecords .faq-a {
  font-size: 14px; color: var(--muted); line-height: 1.7; font-weight: 300;
}

/* ── OFFICES ── */

#allrecords .offices-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 12px;
}

#allrecords .office {
  background: #fff; border: 1px solid var(--border); padding: 28px 24px; transition: box-shadow 0.2s, transform 0.2s; position: relative; overflow: hidden;
}

#allrecords .office:hover {
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(28,43,58,0.1);
}

#allrecords .office::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
}

#allrecords .office:hover::after {
  transform: scaleX(1);
}

#allrecords .office-flag {
  font-size: 24px; margin-bottom: 14px;
}

#allrecords .office-city {
  font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 4px; letter-spacing: -0.3px;
}

#allrecords .office-country {
  font-size: 11px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; font-weight: 500; margin-bottom: 16px;
}

#allrecords .office-brand {
  font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: 0.5px;
}

#allrecords .office a {
  display: inline-block; margin-top: 10px; font-size: 12px; color: var(--blue);
}

/* ── CTA ── */

#allrecords .cta-section {
  background: var(--navy); padding: 80px 0; text-align: center; position: relative; overflow: hidden;
}

#allrecords .cta-section::before,
#allrecords .cta-section::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

#allrecords .cta-section::before {
  top: 0;
}

#allrecords .cta-section::after {
  bottom: 0;
}

#allrecords .cta-inner {
  max-width: 560px; margin: 0 auto;
}

#allrecords .cta-section .label {
  justify-content: center; color: var(--gold); margin-bottom: 20px;
}

#allrecords .cta-section .label::before,
#allrecords .cta-section .label::after {
  content: ""; display: block; width: 20px; height: 1px; background: var(--gold);
}

#allrecords .cta-section h2 {
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; color: #fff; margin-bottom: 14px; letter-spacing: -0.3px; line-height: 1.15;
}

#allrecords .cta-section h2 span {
  color: var(--gold);
}

#allrecords .cta-section p {
  font-size: 16px; color: rgba(255,255,255,0.55); margin-bottom: 36px; font-weight: 300;
}

#allrecords .cta-buttons {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  color: #fff;
}

/* ── FOOTER ── */

#allrecords .ljc-footer {
  background: var(--dark); padding: 56px 0 32px;
}

#allrecords .footer-grid {
    color: #fff;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.07);
}

#allrecords .footer-brand-name {
  font-size: 16px; font-weight: 700; color: rgba(255,255,255,0.6); letter-spacing: 0.5px; margin-bottom: 14px;
}

#allrecords .footer-brand-name span {
  color: var(--gold);
}

#allrecords .footer-brand p {
  font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 260px;
}

#allrecords .footer-phone {
  display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 14px; color: rgba(255,255,255,0.5);
}

#allrecords .footer-phone:hover {
  color: #fff;
}

#allrecords .footer-col h5 {
  font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 16px;
}

#allrecords .footer-col ul {
  list-style: none; display: flex; flex-direction: column; gap: 9px;
}

#allrecords .footer-col ul li a {
  font-size: 13px; color: rgba(255,255,255,0.75); transition: color 0.15s;
}

#allrecords .footer-col ul li a:hover {
  color: rgba(255,255,255,0.8);
}

#allrecords .footer-bottom {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}

#allrecords .footer-copy {
  font-size: 12px; color: rgba(255,255,255,0.75);
}

#allrecords .footer-links {
  display: flex; gap: 20px;
}

#allrecords .footer-links a {
  font-size: 12px; color: rgba(255,255,255,0.75); transition: color 0.15s;
}

#allrecords .footer-links a:hover {
  color: rgba(255,255,255,0.6);
}

/* ── SCROLL REVEAL ── */

/* ── RESPONSIVE ── */

@media (max-width: 1024px) {
  #allrecords .hero-inner {
    grid-template-columns: 1fr;
  }

  #allrecords .rush-inner {
    grid-template-columns: 1fr;
  }

  #allrecords .services-grid {
    grid-template-columns: repeat(2,1fr);
  }

  #allrecords .offices-grid {
    grid-template-columns: repeat(2,1fr);
  }

  #allrecords .lang-grid {
    grid-template-columns: repeat(3,1fr);
  }

  #allrecords .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  #allrecords .stats-grid {
    grid-template-columns: repeat(2,1fr); gap: 0;
  }

  #allrecords .stat {
    border-right: none; border-bottom: 1px solid var(--border); padding: 24px;
  }

  #allrecords .stat:nth-child(odd) {
    border-right: 1px solid var(--border);
  }

  #allrecords .stat:nth-child(3),
  #allrecords .stat:nth-child(4) {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  #allrecords .container {
    padding: 0 20px;
  }

  #allrecords .section {
    padding: 56px 0;
  }

  #allrecords .hero {
    padding: 56px 0;
  }

  #allrecords .how-grid {
    grid-template-columns: 1fr 1fr; gap: 32px;
  }

  #allrecords .how-grid::after {
    display: none;
  }

  #allrecords .faq-grid {
    grid-template-columns: 1fr;
  }

  #allrecords .reviews-grid {
    grid-template-columns: 1fr;
  }

  #allrecords .cities {
    grid-template-columns: repeat(2,1fr);
  }

  #allrecords .city:nth-child(n/**/+7) {
    border-bottom: none;
  }

  #allrecords .city:nth-child(2n) {
    border-right: none;
  }

  #allrecords .pricing-grid {
    grid-template-columns: 1fr;
  }

  #allrecords .price-col {
    border-right: none; border-bottom: 1px solid var(--border);
  }

  #allrecords .price-col:last-child {
    border-bottom: none;
  }

  #allrecords .lang-grid {
    grid-template-columns: repeat(2,1fr);
  }

  #allrecords .footer-grid {
    grid-template-columns: 1fr; gap: 32px;
  }

  #allrecords .trust-strip-inner {
    flex-direction: column; align-items: flex-start; gap: 10px; padding: 8px 0;
  }

  #allrecords .trust-item {
    border-right: none; padding: 2px 0;
  }

  #allrecords .cta-buttons {
    flex-direction: column; align-items: center;
  }
}


/* ── TILDA-SAFE HELPERS / INLINE STYLE REPLACEMENTS ── */

#allrecords .section-tint {
  background: var(--tint);
}

#allrecords .btn-full {
  width: 100%;
  justify-content: center;
}

#allrecords .btn-small {
  font-size: 13px;
  padding: 10px 18px;
}

#allrecords .btn-light-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.75);
  color: rgba(255,255,255,0.75);
}

#allrecords .text-white {
  color: #fff;
}

#allrecords .text-gold {
  color: var(--gold);
}

#allrecords .text-green-medium {
  color: var(--green);
  font-weight: 500;
}

#allrecords .text-white-muted {
  color: rgba(255,255,255,0.65);
}

#allrecords .price-amount-custom {
  font-size: 36px;
  letter-spacing: -0.5px;
}

#allrecords .how-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 48px;
  text-align: center;
}

#allrecords .rush-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.75);
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

#allrecords .rush-stat-n-online {
  font-size: 24px;
  padding-top: 6px;
}

#allrecords .lang-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

#allrecords .location-note {
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

#allrecords .section-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

#allrecords .review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#allrecords .office {
  display: block;
}

#allrecords .office-url {
  color: var(--blue);
  font-size: 12px;
}

#allrecords .office-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

#allrecords .label-center {
  justify-content: center;
}

#allrecords .footer-powered {
  margin-top: 10px;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
}
#allrecords .footer-col ul{
    padding-left: 0;
}



.uscis-page {
  background: var(--bg);
  color: var(--text);
}

.uscis-page a {
  text-decoration: none;
}

.uscis-hero h1 {
  max-width: 720px;
}

.uscis-small-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.uscis-requirements-card h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
}

.hero-card-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 4px 10px;
  background: var(--tint);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.uscis-check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.uscis-check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.uscis-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 700;
}

/* USCIS requirements */

.uscis-requirements-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--border);
  background: #fff;
}

.uscis-requirement {
  padding: 28px 24px;
  border-right: 1px solid var(--border);
}

.uscis-requirement:last-child {
  border-right: 0;
}

.uscis-requirement-n {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.uscis-requirement h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.25;
}

.uscis-requirement p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.uscis-disclaimer {
  margin-top: 18px;
  padding: 18px 20px;
  background: var(--tint);
  border-left: 3px solid var(--gold);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.uscis-disclaimer strong {
  color: var(--navy);
}

/* Documents */

.uscis-document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--border);
}

.uscis-document-card {
  display: flex;
  min-height: 156px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.15s ease, transform 0.15s ease;
}

.uscis-document-card:nth-child(4n) {
  border-right: 0;
}

.uscis-document-card:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.uscis-document-card:hover {
  background: var(--navy);
  transform: translateY(-1px);
}

.uscis-document-card:hover span {
  color: #fff;
}

.uscis-document-card:hover small {
  color: rgba(255, 255, 255, 0.6);
}

.uscis-document-card span {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.uscis-document-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Included */

.uscis-included-grid .svc {
  min-height: 260px;
}

/* Use cases */

.uscis-usecase-grid,
.uscis-avoid-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.uscis-usecase-card,
.uscis-avoid-card {
  padding: 26px 22px;
  background: #fff;
  border: 1px solid var(--border);
}

.uscis-usecase-card h3,
.uscis-avoid-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.3;
}

.uscis-usecase-card p,
.uscis-avoid-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.uscis-avoid-card {
  border-top: 2px solid var(--gold);
}

/* Related */

.uscis-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--border);
  background: #fff;
}

.uscis-related-grid a {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 18px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}

.uscis-related-grid a:nth-child(3n) {
  border-right: 0;
}

.uscis-related-grid a:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.uscis-related-grid a:hover {
  background: var(--tint);
  color: var(--gold);
}

/* CTA note */

.uscis-cta-note {
  margin: 18px auto 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.55;
}

/* Responsive */

@media (max-width: 1024px) {
  .uscis-requirements-grid,
  .uscis-document-grid,
  .uscis-usecase-grid,
  .uscis-avoid-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uscis-requirement:nth-child(2n),
  .uscis-document-card:nth-child(2n) {
    border-right: 0;
  }

  .uscis-requirement:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .uscis-document-card:nth-child(4n) {
    border-right: 1px solid var(--border);
  }

  .uscis-document-card:nth-child(2n) {
    border-right: 0;
  }

  .uscis-document-card:nth-last-child(-n + 4) {
    border-bottom: 1px solid var(--border);
  }

  .uscis-document-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .uscis-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uscis-related-grid a:nth-child(3n) {
    border-right: 1px solid var(--border);
  }

  .uscis-related-grid a:nth-child(2n) {
    border-right: 0;
  }

  .uscis-related-grid a:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--border);
  }

  .uscis-related-grid a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .uscis-requirements-grid,
  .uscis-document-grid,
  .uscis-usecase-grid,
  .uscis-avoid-grid,
  .uscis-related-grid {
    grid-template-columns: 1fr;
  }

  .uscis-requirement,
  .uscis-document-card,
  .uscis-related-grid a {
    border-right: 0 !important;
  }

  .uscis-requirement,
  .uscis-document-card,
  .uscis-related-grid a {
    border-bottom: 1px solid var(--border) !important;
  }

  .uscis-requirement:last-child,
  .uscis-document-card:last-child,
  .uscis-related-grid a:last-child {
    border-bottom: 0 !important;
  }

  .uscis-document-card {
    min-height: auto;
  }

  .uscis-usecase-card,
  .uscis-avoid-card {
    padding: 22px;
  }

  .hero-price {
    align-items: flex-start;
  }

  .hero-price .sep {
    display: none;
  }
}