/* v1135R — Country visa requirements article rebuild (session 1: US citizens).
   Scope: footer Visa Requirements > US Citizen page only. Keeps emergency-style right sidebar and replaces long fee tables with compact fee checker. */

body.vge-country-guide-v1135R{
  background:#f6f9fd;
  color:#162338;
}
body.vge-country-guide-v1135R .topbar{
  position:relative;
  z-index:50;
}
.vge-country-hero-v1135R{
  position:relative;
  overflow:hidden;
  padding:72px 0 54px;
  color:#fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(96,165,250,.28), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(34,197,94,.18), transparent 31%),
    linear-gradient(135deg,#061735 0%,#0b244b 54%,#073544 100%);
}
.vge-country-hero-v1135R::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,18,41,.30),rgba(5,18,41,.05));
  pointer-events:none;
}
.vge-country-hero-inner-v1135R{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.55fr);
  gap:34px;
  align-items:center;
}
.vge-country-hero-copy-v1135R .eyebrow{
  color:#93c5fd;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.vge-country-hero-copy-v1135R h1{
  margin:12px 0 18px;
  max-width:860px;
  color:#fff;
  font-size:clamp(42px,6vw,78px);
  line-height:.96;
  letter-spacing:-.065em;
  font-weight:950;
}
.vge-country-lead-v1135R{
  max-width:880px;
  color:#dbeafe;
  font-size:clamp(18px,2.1vw,23px);
  line-height:1.52;
}
.vge-country-hero-actions-v1135R{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:24px 0 14px;
}
.vge-country-private-note-v1135R{
  max-width:850px;
  color:#cbd5e1!important;
}
.vge-country-hero-summary-v1135R{
  display:grid;
  gap:14px;
}
.vge-country-summary-row-v1135R{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(191,219,254,.28);
  border-radius:22px;
  background:rgba(255,255,255,.10);
  box-shadow:0 20px 58px rgba(2,8,23,.22);
  backdrop-filter:blur(12px);
}
.vge-country-summary-row-v1135R > span{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:16px;
  background:rgba(255,255,255,.14);
  font-size:24px;
}
.vge-country-summary-row-v1135R strong{
  display:block;
  color:#fff;
  font-size:16px;
  font-weight:950;
}
.vge-country-summary-row-v1135R p{
  margin:4px 0 0;
  color:#dbeafe;
  font-size:14px;
  line-height:1.45;
}
.vge-country-main-v1135R{
  padding-top:38px;
}
.vge-country-layout-v1135R{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(310px,360px);
  gap:28px;
  align-items:start;
}
.vge-country-article-v1135R{
  min-width:0;
}
.vge-country-breadcrumbs-v1135R{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 16px;
  color:#64748b;
  font-size:14px;
  font-weight:800;
}
.vge-country-breadcrumbs-v1135R a{
  color:#2563eb;
  text-decoration:none;
}
.vge-country-panel-v1135R,
.vge-country-final-cta-v1135R{
  margin:0 0 22px;
  padding:30px;
  border:1px solid #dbe5f2;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 48px rgba(15,35,69,.08);
}
.vge-country-panel-v1135R h2,
.vge-country-final-cta-v1135R h2{
  display:flex;
  gap:12px;
  align-items:center;
  margin:0 0 14px;
  color:#0f172a;
  font-size:clamp(25px,3.2vw,38px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:950;
}
.vge-country-panel-v1135R h3{
  margin:0 0 8px;
  color:#122033;
  font-size:18px;
  line-height:1.25;
  font-weight:950;
}
.vge-country-panel-v1135R p,
.vge-country-panel-v1135R li,
.vge-country-final-cta-v1135R p{
  color:#334155;
  font-size:17px;
  line-height:1.72;
}
.vge-country-toc-v1135R{
  padding:22px;
  background:linear-gradient(135deg,#eff6ff,#ffffff 58%,#f0fdf4);
}
.vge-country-toc-v1135R h2{
  font-size:24px;
}
.vge-country-toc-grid-v1135R{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.vge-country-toc-grid-v1135R a{
  padding:12px 14px;
  border:1px solid #cbdaf0;
  border-radius:16px;
  color:#0f3b76;
  background:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 8px 20px rgba(15,35,69,.06);
}
.vge-country-requirement-table-v1135R{
  overflow:hidden;
  margin-top:18px;
  border:1px solid #d7e2f0;
  border-radius:20px;
}
.vge-country-requirement-table-v1135R > div{
  display:grid;
  grid-template-columns:220px 1fr;
  border-top:1px solid #e7edf6;
}
.vge-country-requirement-table-v1135R > div:first-child{border-top:0;}
.vge-country-requirement-table-v1135R strong,
.vge-country-requirement-table-v1135R span{
  padding:15px 16px;
  font-size:16px;
  line-height:1.45;
}
.vge-country-requirement-table-v1135R strong{
  background:#f8fafc;
  color:#0f172a;
}
.vge-country-requirement-table-v1135R span{
  color:#334155;
}
.vge-country-icon-grid-v1135R,
.vge-country-doc-grid-v1135R,
.vge-country-two-cards-v1135R{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.vge-country-icon-grid-v1135R > div,
.vge-country-doc-grid-v1135R > div,
.vge-country-two-cards-v1135R > div{
  padding:18px;
  border:1px solid #dbe5f2;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
}
.vge-country-icon-grid-v1135R span,
.vge-country-doc-grid-v1135R span{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:10px;
  border-radius:15px;
  background:#eff6ff;
  font-size:22px;
}
.vge-country-icon-grid-v1135R strong,
.vge-country-doc-grid-v1135R strong{
  display:block;
  color:#0f172a;
  font-size:17px;
  font-weight:950;
}
.vge-country-icon-grid-v1135R p,
.vge-country-doc-grid-v1135R p,
.vge-country-two-cards-v1135R p{
  margin:8px 0 0;
  font-size:15.5px;
  line-height:1.58;
}
.vge-country-notice-v1135R{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:12px;
  align-items:flex-start;
  margin-top:18px;
  padding:16px;
  border:1px solid #fed7aa;
  border-radius:18px;
  background:#fff7ed;
}
.vge-country-notice-v1135R > span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#ffedd5;
  font-size:22px;
}
.vge-country-notice-v1135R p{
  margin:0;
}
.vge-country-steps-v1135R{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
  counter-reset:vge-step;
}
.vge-country-steps-v1135R > div{
  position:relative;
  padding:20px 20px 18px 74px;
  border:1px solid #dbe5f2;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 26px rgba(15,35,69,.05);
}
.vge-country-steps-v1135R b{
  position:absolute;
  left:18px;
  top:20px;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(135deg,#ef4444,#dc2626);
  font-weight:950;
}
.vge-country-steps-v1135R p{
  margin:0;
  font-size:15.5px;
  line-height:1.58;
}
.vge-country-details-v1135R{
  margin-top:16px;
  padding:16px 18px;
  border:1px solid #d7e2f0;
  border-radius:18px;
  background:#f8fbff;
}
.vge-country-details-v1135R summary{
  cursor:pointer;
  color:#0f3b76;
  font-weight:950;
}
.vge-country-check-list-v1135R{
  display:grid;
  gap:10px;
  padding-left:0;
  list-style:none;
}
.vge-country-check-list-v1135R li{
  position:relative;
  padding-left:34px;
}
.vge-country-check-list-v1135R li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:.15em;
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  color:#0f766e;
  background:#ccfbf1;
  font-size:14px;
  font-weight:950;
}
.vge-country-faq-v1135R{
  display:grid;
  gap:12px;
  margin-top:16px;
}
.vge-country-faq-v1135R details{
  padding:16px 18px;
  border:1px solid #dbe5f2;
  border-radius:18px;
  background:#fbfdff;
}
.vge-country-faq-v1135R summary{
  cursor:pointer;
  color:#0f172a;
  font-weight:950;
}
.vge-country-faq-v1135R p{
  margin:12px 0 0;
}
.vge-country-final-cta-v1135R{
  background:linear-gradient(135deg,#0b244b,#073544);
  border:0;
  color:#fff;
}
.vge-country-final-cta-v1135R h2,
.vge-country-final-cta-v1135R p{
  color:#fff;
}
.vge-country-sidebar-v1135R{
  position:sticky;
  top:20px;
  display:grid;
  gap:16px;
}
.vge-country-sidebar-v1135R .emergency-side-box-v787FR{
  padding:20px;
  border:1px solid #dbe5f2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 40px rgba(15,35,69,.08);
}
.vge-country-sidebar-v1135R .emergency-side-box-v787FR h3{
  margin:0 0 12px;
  color:#0f172a;
  font-size:20px;
  line-height:1.22;
  font-weight:950;
}
.vge-country-side-intro-v1135R,
.vge-country-sidebar-v1135R p,
.vge-country-sidebar-v1135R li{
  color:#475569;
  font-size:14.5px;
  line-height:1.58;
}
.vge-country-sidebar-v1135R ul{
  margin:12px 0;
  padding-left:18px;
}
.vge-country-sidebar-v1135R .emergency-side-btn-v787FR,
.vge-country-sidebar-v1135R .btn.full{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:44px;
  margin-top:12px;
  padding:12px 14px;
  border:0;
  border-radius:999px;
  color:#fff!important;
  background:#ef4444;
  text-align:center;
  text-decoration:none;
  font-weight:950;
  cursor:pointer;
}
.vge-country-sidebar-v1135R .emergency-side-btn-v787FR:not(.emergency-apply-red-v787GM):not(.emergency-contact-whatsapp-v787GE):not(.emergency-contact-telegram-v787GE){
  background:#102c57;
}
.vge-country-sidebar-v1135R .emergency-contact-telegram-v787GE{background:#2563eb;}
.vge-country-sidebar-v1135R .emergency-contact-whatsapp-v787GE{background:#22c55e;}
.vge-country-fee-card-v1135R label{
  display:block;
  margin:12px 0;
  color:#1f2f46;
  font-size:14px;
  font-weight:950;
}
.vge-country-fee-card-v1135R select,
.vge-country-fee-card-v1135R input{
  display:block;
  width:100%;
  min-height:46px;
  margin-top:6px;
  padding:10px 12px;
  border:1px solid #b8c7da;
  border-radius:14px;
  color:#0f172a;
  background:#fff;
  font-size:15px;
  font-weight:800;
}
.vge-country-fee-card-v1135R .total{
  margin-top:14px;
  padding:14px;
  border:1px solid #fecaca;
  border-radius:18px;
  background:linear-gradient(135deg,#fff7ed,#fff1f2);
}
.vge-country-fee-card-v1135R .amount{
  margin:0 0 10px;
  color:#991b1b;
  font-size:30px!important;
  line-height:1;
  font-weight:950;
}
.vge-country-sidebar-v1135R .emergency-side-checker-form-v787GR label{
  display:block;
  margin:10px 0;
  color:#1f2f46;
  font-weight:950;
}
.vge-country-sidebar-v1135R .emergency-side-result-v787GR{
  margin-top:12px;
}
.vge-country-sticky-cta-v1135R{
  border-top:1px solid rgba(15,35,69,.08);
}
@media (max-width:1100px){
  .vge-country-hero-inner-v1135R,
  .vge-country-layout-v1135R{
    grid-template-columns:1fr;
  }
  .vge-country-sidebar-v1135R{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .vge-country-fee-card-v1135R{
    grid-column:1/-1;
  }
}
@media (max-width:760px){
  .vge-country-hero-v1135R{
    padding:48px 0 34px;
  }
  .vge-country-hero-copy-v1135R h1{
    font-size:clamp(36px,13vw,52px);
    letter-spacing:-.055em;
  }
  .vge-country-hero-summary-v1135R,
  .vge-country-sidebar-v1135R,
  .vge-country-icon-grid-v1135R,
  .vge-country-doc-grid-v1135R,
  .vge-country-two-cards-v1135R,
  .vge-country-steps-v1135R,
  .vge-country-toc-grid-v1135R{
    grid-template-columns:1fr;
  }
  .vge-country-panel-v1135R,
  .vge-country-final-cta-v1135R{
    padding:22px;
    border-radius:22px;
  }
  .vge-country-panel-v1135R h2,
  .vge-country-final-cta-v1135R h2{
    font-size:28px;
  }
  .vge-country-panel-v1135R p,
  .vge-country-panel-v1135R li,
  .vge-country-final-cta-v1135R p{
    font-size:16px;
  }
  .vge-country-requirement-table-v1135R > div{
    grid-template-columns:1fr;
  }
  .vge-country-steps-v1135R > div{
    padding-left:20px;
    padding-top:72px;
  }
}


/* v1135W — Country visa pages cleanup after visual review.
   Scope: all rebuilt visa requirement country pages (US, Canada, Australia, India, China).
   Changes:
   - Remove bottom sticky CTA bar on all rebuilt pages.
   - Reduce oversized hero title to match homepage slogan scale more closely.
   - Restore strong readable contrast for the final CTA copy inside the dark box.
*/
.vge-country-hero-copy-v1135R h1{
  font-size:clamp(42px, 3.2vw, 65px);
  line-height:1.01;
  letter-spacing:-.058em;
  max-width:780px;
}
.vge-country-final-cta-v1135R{
  background:linear-gradient(135deg,#0b244b,#073544);
}
.vge-country-final-cta-v1135R h2{
  color:#ffffff !important;
}
.vge-country-final-cta-v1135R p{
  color:rgba(255,255,255,.88) !important;
}
.vge-country-final-cta-v1135R .btn.secondary{
  color:#0b1f44 !important;
  background:#ffffff !important;
  border-color:rgba(255,255,255,.55) !important;
}
.vge-country-sticky-cta-v1135R,
.ads-sticky-cta.vge-country-sticky-cta-v1135R{
  display:none !important;
}
@media (max-width:760px){
  .vge-country-hero-copy-v1135R h1{
    font-size:clamp(32px, 8.2vw, 46px);
    line-height:1.03;
    letter-spacing:-.05em;
  }
}
