
:root{
  --tv-navy:#071b4d;
  --tv-blue:#0d4fb3;
  --tv-gold:#d8a13a;
  --tv-text:#5b6578;
  --tv-line:rgba(7,27,77,.10);
}

.tv-section,
.tv-section *{
  box-sizing:border-box;
}

.tv-section{
  width:100%;
  max-width:100%;
  position:relative;
  padding:72px 20px;
  background:#fff;
  font-family:Inter,Poppins,Arial,sans-serif;
  color:var(--tv-navy);
  overflow:hidden;
}

.tv-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

.tv-section-head{
  max-width:820px;
  margin:0 auto 36px;
  text-align:center;
}

.tv-eyebrow,
.tv-hero-eyebrow,
.tv-line-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 15px;
  border-radius:999px;
  color:var(--tv-gold);
  background:rgba(216,161,58,.10);
  border:1px solid rgba(216,161,58,.22);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tv-heading{
  margin:16px 0 10px;
  font-size:clamp(32px,4.5vw,50px);
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.045em;
  color:var(--tv-navy);
}

.tv-desc{
  margin:0 auto;
  color:var(--tv-text);
  font-size:16px;
  line-height:1.75;
}

.tv-card{
  background:#fff;
  border:1px solid var(--tv-line);
  box-shadow:0 20px 55px rgba(7,27,77,.07);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.tv-card:hover{
  transform:translateY(-5px);
  border-color:rgba(216,161,58,.38);
  box-shadow:0 30px 80px rgba(7,27,77,.12);
}

.tv-animate{
  opacity:0;
  transform:translateY(22px);
  animation:tvFadeUp .75s ease forwards;
}

@keyframes tvFadeUp{
  to{opacity:1;transform:translateY(0);}
}

/* Hero */
.tv-hero-section{
  padding-top:48px;
}

.tv-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:34px;
  align-items:center;
  min-height:620px;
  padding:62px 52px;
  border-radius:36px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 10%,rgba(216,161,58,.13),transparent 22%),
    radial-gradient(circle at 18% 86%,rgba(13,79,179,.10),transparent 26%),
    linear-gradient(135deg,#ffffff 0%,#f5f9ff 48%,#ffffff 100%);
  border:1px solid rgba(7,27,77,.08);
  box-shadow:0 34px 100px rgba(7,27,77,.10);
}

.tv-hero:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.42;
  background:
    linear-gradient(90deg,rgba(7,27,77,.03) 1px,transparent 1px),
    linear-gradient(rgba(7,27,77,.025) 1px,transparent 1px);
  background-size:42px 42px;
}

.tv-hero-copy,
.tv-hero-art{
  position:relative;
  z-index:2;
  min-width:0;
}

.tv-hero-title{
  margin:24px 0 18px;
  font-size:clamp(52px,7vw,86px);
  line-height:.96;
  font-weight:900;
  letter-spacing:-.06em;
  color:var(--tv-navy);
}

.tv-accent{
  color:var(--tv-gold);
}

.tv-hero-subtitle{
  max-width:560px;
  margin:0 0 30px;
  color:var(--tv-text);
  font-size:17px;
  line-height:1.75;
}

.tv-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.tv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:850;
  transition:.24s ease;
}

.tv-btn:hover{
  transform:translateY(-2px);
}

.tv-btn-dark{
  background:var(--tv-navy);
  color:#fff;
  box-shadow:0 16px 32px rgba(7,27,77,.16);
}

.tv-btn-outline{
  background:#fff;
  color:var(--tv-navy);
  border:1px solid rgba(7,27,77,.18);
}

.tv-btn-soft{
  background:rgba(216,161,58,.12);
  color:var(--tv-navy);
  border:1px solid rgba(216,161,58,.28);
}

.tv-hero-art{
  min-height:480px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.tv-world-map{
  position:absolute;
  inset:5% 0 0 0;
  background:
    radial-gradient(circle at 38% 38%,rgba(13,79,179,.12),transparent 38%),
    radial-gradient(circle at 62% 58%,rgba(216,161,58,.10),transparent 26%);
  border-radius:50%;
}

.tv-world-map:before{
  content:"";
  position:absolute;
  inset:45px;
  border:1px dashed rgba(13,79,179,.18);
  border-radius:50%;
}

.tv-flight-line{
  position:absolute;
  width:88%;
  height:70%;
  border-top:2px dashed rgba(13,79,179,.22);
  border-radius:50%;
  transform:rotate(-18deg);
}

.tv-flight-line:after{
  content:"✈";
  position:absolute;
  right:8%;
  top:-19px;
  color:var(--tv-gold);
  font-size:24px;
}

.tv-destination-chip{
  position:absolute;
  left:var(--x);
  top:var(--y);
  transform:translate(-50%,-50%);
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:12px 16px;
  border-radius:15px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(7,27,77,.08);
  box-shadow:0 14px 36px rgba(7,27,77,.10);
  color:var(--tv-navy);
  font-weight:850;
  white-space:nowrap;
  z-index:3;
}

.tv-destination-chip i{
  font-style:normal;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
}

.tv-traveler-img{
  max-width:min(460px,95%);
  max-height:500px;
  object-fit:contain;
  position:relative;
  z-index:2;
  filter:drop-shadow(0 26px 45px rgba(7,27,77,.16));
}

.tv-traveler-illustration{
  position:relative;
  z-index:2;
  width:min(360px,80%);
  aspect-ratio:1/1;
  border-radius:36px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#fff,#eef6ff);
  border:1px solid rgba(7,27,77,.08);
  box-shadow:0 26px 80px rgba(7,27,77,.12);
}

.tv-traveler-illustration span{
  font-size:120px;
}

.tv-traveler-illustration b{
  position:absolute;
  left:34px;
  bottom:36px;
  font-size:24px;
  line-height:1;
  color:var(--tv-navy);
}

.tv-traveler-illustration em{
  position:absolute;
  right:34px;
  top:34px;
  color:var(--tv-gold);
  font-size:34px;
  font-style:normal;
}

/* Features */
.tv-features-section{
  padding-top:0;
}

.tv-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.tv-feature-card{
  display:grid;
  grid-template-columns:62px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:24px;
  border-radius:22px;
}

.tv-feature-card span,
.tv-mini-info span,
.tv-purpose-card span,
.tv-assist-item span{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#eef6ff,#fff7df);
  font-size:28px;
  box-shadow:inset 0 0 0 1px rgba(7,27,77,.06);
}

.tv-feature-card h3,
.tv-feature-card p{
  margin:0;
}

.tv-feature-card h3{
  font-size:17px;
  line-height:1.25;
  color:var(--tv-navy);
}

.tv-feature-card p{
  margin-top:6px;
  font-size:13px;
  line-height:1.55;
  color:var(--tv-text);
}

/* Intro */
.tv-intro-panel{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:36px;
  align-items:center;
  padding:22px;
  border-radius:30px;
}

.tv-intro-image{
  min-height:360px;
  border-radius:24px;
  overflow:hidden;
  background:#eef6ff;
}

.tv-intro-image img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}

.tv-passport-scene{
  height:100%;
  min-height:360px;
  display:grid;
  place-items:center;
  position:relative;
  background:
    radial-gradient(circle at 20% 25%,rgba(216,161,58,.16),transparent 24%),
    linear-gradient(135deg,#eaf4ff,#fff7e5);
}

.tv-passport-scene span{
  font-size:110px;
}

.tv-passport-scene i{
  position:absolute;
  right:18%;
  top:20%;
  font-style:normal;
  font-size:62px;
}

.tv-passport-scene b{
  position:absolute;
  right:12%;
  bottom:20%;
  color:var(--tv-gold);
  font-size:30px;
  line-height:1.2;
}

.tv-intro-copy{
  padding:18px 18px 18px 0;
}

.tv-intro-copy .tv-section-head{
  margin:0 0 28px;
  text-align:left;
  max-width:100%;
}

.tv-mini-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border-top:1px solid rgba(7,27,77,.10);
}

.tv-mini-info{
  padding:20px 14px;
  text-align:center;
  border-right:1px solid rgba(7,27,77,.10);
}

.tv-mini-info:last-child{
  border-right:0;
}

.tv-mini-info span{
  margin:0 auto 12px;
}

.tv-mini-info b{
  display:block;
  font-size:14px;
  color:var(--tv-navy);
  line-height:1.25;
}

.tv-mini-info small{
  display:block;
  margin-top:6px;
  color:var(--tv-text);
  font-size:12px;
  line-height:1.45;
}

/* Countries */
.tv-country-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.tv-country-card{
  min-height:70px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px 18px;
  border-radius:16px;
}

.tv-country-card span{
  width:38px;
  height:30px;
  display:grid;
  place-items:center;
  flex:0 0 38px;
  border-radius:10px;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(7,27,77,.06),0 8px 18px rgba(7,27,77,.06);
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
}

.tv-country-card b{
  color:var(--tv-navy);
  font-size:14px;
  line-height:1.25;
}

/* Schengen */
.tv-schengen-panel{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--tv-line);
  background:#fff;
  box-shadow:0 24px 70px rgba(7,27,77,.08);
}

.tv-schengen-copy{
  padding:44px;
  background:linear-gradient(135deg,var(--tv-navy),#0b347e);
  color:#fff;
}

.tv-schengen-copy h2{
  margin:16px 0 16px;
  font-size:clamp(30px,4vw,44px);
  line-height:1.05;
  color:#fff;
}

.tv-schengen-copy p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.80);
}

.tv-schengen-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.tv-schengen-tags span{
  padding:10px 14px;
  border-radius:10px;
  border:1px solid rgba(216,161,58,.44);
  color:#fff;
  font-size:13px;
}

.tv-schengen-map{
  position:relative;
  min-height:360px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 70% 28%,rgba(13,79,179,.18),transparent 26%),
    linear-gradient(135deg,#eef6ff,#ffffff);
}

.tv-map-shape{
  font-size:118px;
  font-weight:900;
  color:rgba(13,79,179,.10);
  letter-spacing:-.1em;
}

.tv-eu-card{
  position:absolute;
  left:42px;
  top:48px;
  width:130px;
  min-height:150px;
  border-radius:18px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:20px;
  background:#fff;
  box-shadow:0 20px 50px rgba(7,27,77,.12);
}

.tv-eu-card b{
  font-size:44px;
  color:var(--tv-navy);
}

.tv-eu-card span{
  font-weight:800;
  color:var(--tv-text);
  line-height:1.25;
}

/* Purposes */
.tv-purpose-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}

.tv-purpose-card{
  min-height:160px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:10px;
  padding:22px;
  border-radius:20px;
}

.tv-purpose-card b{
  color:var(--tv-navy);
  font-size:15px;
  line-height:1.25;
}

.tv-purpose-card small{
  color:var(--tv-text);
  font-size:12px;
  line-height:1.45;
}

/* Documents / Assist */
.tv-doc-assist-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.tv-doc-card,
.tv-assist-card{
  border-radius:24px;
  padding:28px;
}

.tv-doc-card h2,
.tv-assist-card h2{
  margin:0 0 22px;
  color:var(--tv-navy);
  font-size:26px;
  line-height:1.15;
}

.tv-checklist{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 18px;
}

.tv-checklist li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}

.tv-checklist span{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(216,161,58,.14);
  color:var(--tv-gold);
  font-weight:900;
  font-size:12px;
}

.tv-checklist b{
  color:var(--tv-text);
  font-size:14px;
  line-height:1.45;
}

.tv-doc-note{
  margin:22px 0 0;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(216,161,58,.10);
  border:1px solid rgba(216,161,58,.22);
  color:#75591a;
  font-weight:700;
  line-height:1.6;
}

.tv-assist-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.tv-assist-item{
  padding:18px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  border:1px solid var(--tv-line);
  border-radius:16px;
  background:#fff;
}

.tv-assist-item b{
  color:var(--tv-navy);
  font-size:13px;
  line-height:1.3;
}

/* Process */
.tv-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.tv-process-step{
  position:relative;
  min-height:185px;
  padding:24px;
  border-radius:20px;
}

.tv-process-step i{
  position:absolute;
  left:18px;
  top:18px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dcecff;
  color:var(--tv-blue);
  font-style:normal;
  font-weight:900;
}

.tv-process-step span{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:22px 0 18px auto;
  border-radius:18px;
  background:linear-gradient(135deg,var(--tv-navy),var(--tv-blue));
  color:#fff;
  font-size:28px;
}

.tv-process-step b{
  display:block;
  color:var(--tv-navy);
  font-size:17px;
  line-height:1.25;
}

.tv-process-step p{
  margin:8px 0 0;
  color:var(--tv-text);
  font-size:13px;
  line-height:1.55;
}

/* FAQ */
.tv-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 22px;
}

.tv-faq-item{
  border-radius:14px;
  padding:0;
  overflow:hidden;
}

.tv-faq-question{
  width:100%;
  border:0;
  background:#fff;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  cursor:pointer;
  color:var(--tv-navy);
  font-weight:850;
}

.tv-faq-question span{
  font-size:20px;
  color:var(--tv-gold);
}

.tv-faq-answer{
  display:none;
  padding:0 20px 18px;
  color:var(--tv-text);
  font-size:14px;
  line-height:1.65;
}

.tv-faq-item.is-open .tv-faq-answer{
  display:block;
}

/* CTA */
.tv-cta-section{
  padding-top:40px;
}

.tv-cta-banner{
  --cta1:#071b4d;
  --cta2:#0d4fb3;
  display:grid;
  grid-template-columns:150px 1fr auto;
  gap:26px;
  align-items:center;
  padding:48px 52px;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 14% 20%,rgba(255,255,255,.16),transparent 24%),
    linear-gradient(135deg,var(--cta1),var(--cta2));
  color:#fff;
}

.tv-cta-banner:before{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-120px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}

.tv-cta-window{
  width:128px;
  height:128px;
  border-radius:36px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff,#dcecff);
  box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.tv-cta-window span{
  font-size:58px;
}

.tv-cta-copy{
  min-width:0;
  position:relative;
  z-index:1;
}

.tv-cta-copy h2{
  margin:0;
  color:#fff;
  font-size:clamp(30px,4vw,46px);
  line-height:1.1;
}

.tv-cta-copy p{
  margin:12px 0 18px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.65;
}

.tv-cta-meta{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.tv-cta-meta span{
  color:rgba(255,255,255,.92);
  font-weight:800;
}

.tv-cta-btn{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:16px 24px;
  border-radius:14px;
  background:var(--tv-gold);
  color:var(--tv-navy);
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}

/* Responsive */
@media(max-width:1024px){
  .tv-hero,
  .tv-intro-panel,
  .tv-schengen-panel,
  .tv-doc-assist-grid{
    grid-template-columns:1fr;
  }

  .tv-hero-copy{
    text-align:center;
  }

  .tv-hero-subtitle{
    margin-left:auto;
    margin-right:auto;
  }

  .tv-hero-actions{
    justify-content:center;
  }

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

  .tv-country-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .tv-purpose-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

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

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

  .tv-cta-banner{
    grid-template-columns:1fr;
    text-align:left;
  }
}

@media(max-width:767px){
  .tv-section{
    padding:48px 15px;
  }

  .tv-heading{
    font-size:clamp(28px,9vw,40px);
  }

  .tv-desc{
    font-size:14px;
  }

  .tv-hero{
    padding:32px 22px;
    border-radius:26px;
    min-height:auto;
  }

  .tv-hero-copy{
    text-align:left;
  }

  .tv-hero-title{
    font-size:clamp(42px,12vw,58px);
    line-height:1;
  }

  .tv-hero-subtitle{
    font-size:14px;
  }

  .tv-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .tv-btn{
    width:100%;
  }

  .tv-hero-art{
    min-height:360px;
  }

  .tv-destination-chip{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    padding:9px 11px;
    font-size:12px;
  }

  .tv-hero-art{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .tv-world-map,
  .tv-flight-line{
    display:none;
  }

  .tv-traveler-img,
  .tv-traveler-illustration{
    grid-column:1/-1;
    margin:0 auto;
    max-width:280px;
    max-height:300px;
  }

  .tv-feature-grid,
  .tv-country-grid,
  .tv-purpose-grid,
  .tv-process-grid,
  .tv-faq-grid{
    grid-template-columns:1fr;
  }

  .tv-feature-card{
    grid-template-columns:54px minmax(0,1fr);
    padding:18px;
  }

  .tv-intro-panel{
    padding:16px;
    border-radius:24px;
  }

  .tv-intro-image,
  .tv-intro-image img,
  .tv-passport-scene{
    min-height:250px;
  }

  .tv-intro-copy{
    padding:0;
  }

  .tv-mini-grid{
    grid-template-columns:1fr;
    border-top:0;
    gap:10px;
  }

  .tv-mini-info{
    border-right:0;
    border:1px solid var(--tv-line);
    border-radius:16px;
  }

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

  .tv-country-card{
    min-height:72px;
    padding:12px;
  }

  .tv-country-card b{
    font-size:13px;
  }

  .tv-schengen-copy{
    padding:28px;
  }

  .tv-schengen-map{
    min-height:250px;
  }

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

  .tv-purpose-card{
    min-height:145px;
    padding:18px 10px;
  }

  .tv-checklist{
    grid-template-columns:1fr;
  }

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

  .tv-process-step{
    min-height:auto;
  }

  .tv-cta-banner{
    padding:30px 20px;
    border-radius:22px;
    gap:18px;
  }

  .tv-cta-window{
    width:92px;
    height:92px;
    border-radius:26px;
  }

  .tv-cta-window span{
    font-size:42px;
  }

  .tv-cta-meta{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .tv-cta-meta span{
    overflow-wrap:anywhere;
  }

  .tv-cta-btn{
    width:100%;
  }
}

@media(max-width:420px){
  .tv-country-grid,
  .tv-purpose-grid,
  .tv-assist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tv-country-card{
    gap:8px;
  }

  .tv-country-card span{
    width:34px;
    height:28px;
    flex-basis:34px;
  }
}


/* ===== V2 Redesign: Countries ===== */
.tv-country-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.tv-country-card{
  position:relative;
  min-height:120px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:22px 20px;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 14%, rgba(216,161,58,.10), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  overflow:hidden;
}
.tv-country-card:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  height:1px;
  background:linear-gradient(90deg,rgba(7,27,77,0),rgba(7,27,77,.08),rgba(7,27,77,0));
}
.tv-country-flag-wrap{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#ffffff,#eef5ff);
  box-shadow: inset 0 0 0 1px rgba(7,27,77,.06), 0 12px 28px rgba(7,27,77,.06);
}
.tv-country-card .tv-country-flag-wrap span{
  width:40px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#fff;
  font-size:18px;
  box-shadow:0 6px 16px rgba(7,27,77,.08);
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
}
.tv-country-meta{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  min-width:0;
}
.tv-country-card b{
  display:block;
  font-size:17px;
  line-height:1.22;
  color:var(--tv-navy);
}
.tv-country-card small{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:6px 10px;
  border-radius:999px;
  color:#6b7484;
  background:rgba(13,79,179,.06);
  font-size:11px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.tv-country-card em{
  margin-left:auto;
  align-self:flex-start;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  font-style:normal;
  color:var(--tv-gold);
  background:rgba(216,161,58,.12);
  box-shadow: inset 0 0 0 1px rgba(216,161,58,.18);
}

/* ===== V2 Redesign: Schengen ===== */
.tv-schengen-panel{
  grid-template-columns:.95fr 1.05fr;
}
.tv-schengen-map{
  min-height:420px;
  overflow:hidden;
}
.tv-schengen-visual-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.tv-schengen-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.18));
}
.tv-schengen-grid-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 20%, rgba(13,79,179,.12), transparent 22%),
    radial-gradient(circle at 25% 78%, rgba(216,161,58,.10), transparent 22%),
    linear-gradient(90deg, rgba(7,27,77,.03) 1px, transparent 1px),
    linear-gradient(rgba(7,27,77,.03) 1px, transparent 1px);
  background-size:auto, auto, 34px 34px, 34px 34px;
}
.tv-schengen-visual-caption{
  position:absolute;
  left:34px;
  bottom:28px;
  z-index:2;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.85);
  color:var(--tv-navy);
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(7,27,77,.12);
}
.tv-eu-card{
  z-index:3;
}

/* ===== V2 Redesign: Process ===== */
.tv-process-grid{
  position:relative;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.tv-process-grid:before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:78px;
  height:2px;
  background:linear-gradient(90deg,rgba(13,79,179,.06),rgba(13,79,179,.22),rgba(216,161,58,.22),rgba(13,79,179,.06));
  z-index:0;
}
.tv-process-step{
  position:relative;
  min-height:250px;
  padding:24px;
  border-radius:26px;
  background:
    radial-gradient(circle at 85% 12%, rgba(13,79,179,.08), transparent 18%),
    linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  z-index:1;
  overflow:hidden;
}
.tv-process-step:after{
  content:"";
  position:absolute;
  right:-20px;
  bottom:-20px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:rgba(13,79,179,.06);
}
.tv-process-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px;
}
.tv-process-step i{
  position:static;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dcecff;
  color:var(--tv-blue);
  font-style:normal;
  font-weight:900;
  font-size:16px;
  box-shadow:0 6px 16px rgba(13,79,179,.12);
}
.tv-process-step span{
  width:68px;
  height:68px;
  margin:0;
  border-radius:22px;
  background:
    linear-gradient(135deg,var(--tv-navy),var(--tv-blue));
  box-shadow:0 18px 34px rgba(13,79,179,.22);
  color:#fff;
  font-size:30px;
  position:relative;
}
.tv-process-step span:before{
  content:"";
  position:absolute;
  inset:-7px;
  border-radius:28px;
  border:1px solid rgba(13,79,179,.16);
}
.tv-process-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(216,161,58,.10);
  color:#7e5c12;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tv-process-step b{
  display:block;
  font-size:21px;
  line-height:1.18;
  margin-bottom:8px;
}
.tv-process-step p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  max-width:240px;
}

@media(max-width:1024px){
  .tv-country-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .tv-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tv-process-grid:before{
    display:none;
  }
}
@media(max-width:767px){
  .tv-country-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .tv-country-card{
    min-height:112px;
    padding:18px 16px;
    border-radius:20px;
    gap:12px;
  }
  .tv-country-flag-wrap{
    width:50px;
    height:50px;
    flex-basis:50px;
    border-radius:16px;
  }
  .tv-country-card .tv-country-flag-wrap span{
    width:34px;
    height:28px;
    font-size:16px;
  }
  .tv-country-card b{
    font-size:15px;
  }
  .tv-country-card small{
    font-size:10px;
  }
  .tv-country-card em{
    width:28px;
    height:28px;
    font-size:12px;
  }

  .tv-schengen-panel{
    grid-template-columns:1fr;
  }
  .tv-schengen-map{
    min-height:290px;
  }
  .tv-schengen-visual-caption{
    left:16px;
    bottom:16px;
    font-size:12px;
    padding:8px 12px;
  }
  .tv-eu-card{
    left:16px;
    top:16px;
    width:102px;
    min-height:116px;
    padding:14px;
  }
  .tv-eu-card b{
    font-size:34px;
  }

  .tv-process-grid{
    grid-template-columns:1fr;
  }
  .tv-process-step{
    min-height:auto;
    padding:20px;
    border-radius:22px;
  }
  .tv-process-step span{
    width:60px;
    height:60px;
    border-radius:18px;
    font-size:26px;
  }
  .tv-process-step b{
    font-size:19px;
  }
  .tv-process-step p{
    max-width:none;
  }
}


/* ===== V3 fixes: Popular Destinations + Purposes mobile visibility ===== */

/* Countries: cleaner modern card layout, no overlapping items */
.tv-country-grid{
  align-items:stretch;
}
.tv-country-card{
  position:relative;
  display:flex;
  align-items:center;
  min-width:0;
  overflow:hidden;
}
.tv-country-card .tv-country-meta{
  min-width:0;
  flex:1 1 auto;
}
.tv-country-card b,
.tv-country-card small{
  min-width:0;
  max-width:100%;
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
}
.tv-country-card em{
  display:none;
}

/* Purposes: force cards to show on frontend and editor */
.tv-purposes-section .tv-purpose-grid,
.tv-purpose-grid{
  display:grid;
  visibility:visible;
  opacity:1;
  height:auto;
  min-height:0;
}
.tv-purposes-section .tv-purpose-card,
.tv-purpose-card{
  display:flex;
  visibility:visible;
  opacity:1;
  min-width:0;
}
.tv-purpose-card span,
.tv-purpose-card b,
.tv-purpose-card small{
  visibility:visible;
  opacity:1;
}

/* Tablet */
@media(max-width:1024px){
  .tv-country-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .tv-purpose-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }
}

/* Mobile: use 1-column destinations to avoid cramped/overlap, and 2-column purpose cards */
@media(max-width:767px){
  .tv-country-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .tv-country-card{
    min-height:86px;
    padding:14px 16px;
    border-radius:20px;
    gap:12px;
    align-items:center;
  }
  .tv-country-card:before{
    left:auto;
    right:-30px;
    bottom:-34px;
    width:95px;
    height:95px;
    border-radius:999px;
    background:rgba(216,161,58,.10);
  }
  .tv-country-flag-wrap{
    width:52px;
    height:52px;
    flex:0 0 52px;
    border-radius:16px;
  }
  .tv-country-card .tv-country-flag-wrap span{
    width:36px;
    height:30px;
    font-size:17px;
    border-radius:9px;
  }
  .tv-country-meta{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    column-gap:10px;
    width:100%;
  }
  .tv-country-card b{
    font-size:15px;
    line-height:1.25;
  }
  .tv-country-card small{
    width:auto;
    justify-self:end;
    font-size:10px;
    line-height:1.1;
    padding:7px 9px;
    border-radius:12px;
    text-align:center;
    max-width:92px;
  }

  .tv-purposes-section{
    padding-top:42px;
    padding-bottom:42px;
  }
  .tv-purpose-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    width:100%;
  }
  .tv-purpose-card{
    min-height:150px;
    padding:16px 10px;
    border-radius:20px;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .tv-purpose-card span{
    width:50px;
    height:50px;
    font-size:24px;
    border-radius:16px;
    margin:0 auto;
    flex:0 0 auto;
  }
  .tv-purpose-card b{
    display:block;
    font-size:13px;
    line-height:1.25;
    white-space:normal;
    overflow-wrap:break-word;
    word-break:normal;
  }
  .tv-purpose-card small{
    display:block;
    font-size:11px;
    line-height:1.35;
    white-space:normal;
    overflow-wrap:break-word;
    word-break:normal;
  }
}

/* Small mobile */
@media(max-width:420px){
  .tv-country-grid{
    grid-template-columns:1fr;
  }
  .tv-country-card{
    min-height:82px;
  }
  .tv-country-card small{
    max-width:82px;
    font-size:9.5px;
    padding:6px 8px;
  }
  .tv-purpose-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* ===== V4 FINAL FIX: mobile destination cards + visible purposes ===== */
/* Destination cards desktop cleanup */
body .tv-section .tv-country-card{
  min-width:0;
  overflow:hidden;
}
body .tv-section .tv-country-card .tv-country-meta{
  min-width:0;
}
body .tv-section .tv-country-card b,
body .tv-section .tv-country-card small{
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
  min-width:0;
}

/* Purposes: always visible even if theme/Elementor styles interfere */
body .tv-purposes-section .tv-purpose-grid,
body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-grid{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  min-height:1px !important;
  overflow:visible !important;
}
body .tv-purposes-section .tv-purpose-card,
body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-card{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  transform:none;
}
body .tv-purposes-section .tv-purpose-card span,
body .tv-purposes-section .tv-purpose-card b,
body .tv-purposes-section .tv-purpose-card small{
  display:block;
  visibility:visible !important;
  opacity:1 !important;
}

/* Mobile fixed layout */
@media(max-width:767px){
  body .elementor-widget-am_aqua_tourist_countries .tv-country-grid,
  body .tv-section .tv-country-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    width:100% !important;
    max-width:100% !important;
  }

  body .elementor-widget-am_aqua_tourist_countries .tv-country-card,
  body .tv-section .tv-country-card{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:14px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:78px !important;
    padding:14px 16px !important;
    border-radius:18px !important;
    text-align:left !important;
  }

  body .elementor-widget-am_aqua_tourist_countries .tv-country-flag-wrap,
  body .tv-section .tv-country-flag-wrap{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    flex:0 0 48px !important;
    border-radius:15px !important;
  }

  body .elementor-widget-am_aqua_tourist_countries .tv-country-card .tv-country-flag-wrap span,
  body .tv-section .tv-country-card .tv-country-flag-wrap span{
    width:34px !important;
    height:28px !important;
    font-size:16px !important;
    border-radius:9px !important;
  }

  body .elementor-widget-am_aqua_tourist_countries .tv-country-meta,
  body .tv-section .tv-country-meta{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
    gap:6px !important;
    width:auto !important;
    max-width:calc(100% - 62px) !important;
    min-width:0 !important;
  }

  body .elementor-widget-am_aqua_tourist_countries .tv-country-card b,
  body .tv-section .tv-country-card b{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
    line-height:1.25 !important;
    text-align:left !important;
  }

  body .elementor-widget-am_aqua_tourist_countries .tv-country-card small,
  body .tv-section .tv-country-card small{
    display:inline-flex !important;
    width:auto !important;
    max-width:100% !important;
    white-space:normal !important;
    text-align:left !important;
    padding:5px 9px !important;
    border-radius:999px !important;
    line-height:1.15 !important;
  }

  body .elementor-widget-am_aqua_tourist_countries .tv-country-card em,
  body .tv-section .tv-country-card em{
    display:none !important;
  }

  body .tv-purposes-section .tv-purpose-grid,
  body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100% !important;
  }

  body .tv-purposes-section .tv-purpose-card,
  body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-card{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:145px !important;
    padding:15px 10px !important;
    border-radius:18px !important;
    text-align:center !important;
    overflow:visible !important;
  }

  body .tv-purposes-section .tv-purpose-card span,
  body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-card span{
    display:grid !important;
    place-items:center !important;
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    border-radius:15px !important;
    font-size:23px !important;
    margin:0 0 8px !important;
  }

  body .tv-purposes-section .tv-purpose-card b,
  body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-card b,
  body .tv-purposes-section .tv-purpose-card small,
  body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-card small{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
  }
}

@media(max-width:420px){
  body .tv-purposes-section .tv-purpose-grid,
  body .elementor-widget-am_aqua_tourist_purposes .tv-purpose-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}


/* V5: Hero WhatsApp button */
.tv-btn-whatsapp{
  background:#e7ffe8;
  color:#087c2f;
  border:1px solid rgba(8,124,47,.18);
  box-shadow:0 14px 28px rgba(8,124,47,.08);
}
.tv-btn-whatsapp:hover{
  background:#d9ffdc;
  color:#056b27;
}
