/* ==========================================================================
   Visas.pt — index.css  (homepage only)
   Overrides and extensions on top of common.css + responsive.css.
   ========================================================================== */

/* ── Override: homepage hero is full-viewport, not inner-page banner ── */
#hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 120px 28px 80px;
  background: var(--navy);
}
#hero .hero-bg    { object-position: center 60%; }
#hero .hero-overlay { background: linear-gradient(160deg, rgba(10,22,36,.58) 0%, rgba(15,42,68,.42) 50%, rgba(10,22,36,.62) 100%); }
.hero-content { text-align: center; max-width: 820px; }

/* EU toggle */
.eu-toggle { display: inline-flex; background: #fff; border: 1px solid var(--border); border-radius: 100px; padding: 4px; margin-bottom: 28px; box-shadow: var(--shadow); }
.eu-btn { padding: 8px 20px; border-radius: 100px; border: none; cursor: pointer; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 500; color: var(--muted); background: transparent; transition: all .25s; }
.eu-btn.active { background: var(--green); color: #fff; font-weight: 600; box-shadow: 0 2px 12px rgba(4,106,56,.5); }

.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(38px,6vw,70px); font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 22px; letter-spacing: -.02em; }
.hero-headline em { font-style: italic; color: var(--gold-l); }
.hero-sub { font-size: clamp(16px,2vw,20px); color: rgba(255,255,255,.76); max-width: 560px; margin: 0 auto 36px; font-weight: 300; line-height: 1.75; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }

.hero-pills { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-pill  { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.82); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 6px 14px; border-radius: 100px; display: flex; align-items: center; gap: 6px; backdrop-filter: blur(4px); }
.hero-pill .dot-green { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; flex-shrink: 0; }

.tp-bar { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); padding: 8px 18px; border-radius: 100px; backdrop-filter: blur(8px); }
.tp-bar .stars { color: #FFC107; font-size: 16px; letter-spacing: 1px; }
.tp-bar span   { font-size: 15px; color: rgba(255,255,255,.75); }
.tp-bar strong { color: #fff; }

/* ── Personas ── */
#personas { background: var(--white); padding: 56px 0; overflow: hidden; }
.persona-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; margin-bottom: 32px; }
.persona-intro-text .sh { color: var(--navy); margin-bottom: 8px; font-size: clamp(22px,2.8vw,32px); }
.persona-intro-text p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.persona-intro-stat { text-align: center; background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; }
.persona-big-num   { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--green); line-height: 1; }
.persona-big-label { font-size: 15px; color: var(--muted); margin-top: 4px; }
.persona-scroll-wrap { position: relative; overflow: hidden; }
.persona-scroll-wrap::before,
.persona-scroll-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; }
.persona-scroll-wrap::before { left: 0;  background: linear-gradient(to right, var(--white), transparent); }
.persona-scroll-wrap::after  { right: 0; background: linear-gradient(to left,  var(--white), transparent); }
.persona-grid  { display: flex; gap: 0; width: max-content; will-change: transform; padding-bottom: 8px; }
.persona-track { display: flex; gap: 12px; padding-right: 12px; }
.persona-card  { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); text-align: center; cursor: pointer; text-decoration: none; display: flex; flex-direction: column; align-items: center; transition: border-color .25s, box-shadow .25s, transform .25s; position: relative; overflow: hidden; flex: 0 0 160px; }
.persona-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.persona-card:nth-child(odd):hover  { border-color: var(--green); }
.persona-card:nth-child(even):hover { border-color: var(--teal); }
.persona-photo { width: 100%; height: 110px; overflow: hidden; }
.persona-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform .35s; }
.persona-card:hover .persona-photo img { transform: scale(1.07); }
.persona-ph    { width: 100%; height: 110px; display: flex; align-items: center; justify-content: center; font-size: 34px; }
.persona-title { font-size: 15px; font-weight: 600; color: var(--navy); padding: 9px 10px 3px; }
.persona-sub   { font-size: 13px; color: var(--muted); line-height: 1.4; padding: 0 10px 12px; }

/* ── Visa tabs ── */
#choose-path { background: var(--cream); padding: 96px 0; }
.visa-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.visa-tab { padding: 10px 22px; border-radius: 100px; border: 1.5px solid var(--border); font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; background: var(--white); color: var(--muted); transition: all .22s; }
.visa-tab.active-d7     { background:#E8F5EE; border-color:var(--green); color:var(--green); font-weight:600; }
.visa-tab.active-d2     { background:#E8F7F4; border-color:var(--teal);   color:var(--teal);   font-weight:600; }
.visa-tab.active-d8     { background:#EBF2FA; border-color:var(--navy);   color:var(--navy);   font-weight:600; }
.visa-tab.active-d3     { background:#F3EEF9; border-color:#7C3AED;       color:#7C3AED;       font-weight:600; }
.visa-tab.active-d1     { background:#FEF3E8; border-color:#C2570A;       color:#C2570A;       font-weight:600; }
.visa-tab.active-golden { background:#FFFAEB; border-color:var(--gold);   color:#A07820;       font-weight:600; }
.visa-tab.active-help   { background:#FFF8E8; border-color:var(--gold);   color:#A07820;       font-weight:600; }
.visa-tab.active-family { background:#FEF2F2; border-color:#DC2626;       color:#DC2626;       font-weight:600; }
.visa-tab.active-eufam  { background:#FFF0F5; border-color:#BE185D;       color:#BE185D;       font-weight:600; }
.visa-tab.active-cit    { background:#F0FDF4; border-color:#15803D;       color:#15803D;       font-weight:600; }
.visa-tab-eu { display: none; }

.visa-panels { display: grid; }
.visa-panel { grid-area: 1/1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; opacity: 0; visibility: hidden; transform: translateY(12px); pointer-events: none; transition: opacity .6s ease, transform .6s ease, visibility 0s linear .6s; }
.visa-panel.active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: opacity .6s ease, transform .6s ease; }
.visa-panel-photo { border-radius: var(--radius); overflow: hidden; height: 360px; }
.visa-panel-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.visa-panel:hover .visa-panel-photo img { transform: scale(1.04); }
.visa-badge   { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; padding: 6px 14px; border-radius: 100px; margin-bottom: 14px; }
.badge-orange { background: rgba(4,106,56,.12);  color: var(--orange); }
.badge-teal   { background: rgba(30,140,120,.12); color: var(--teal); }
.badge-navy   { background: rgba(15,42,68,.1);    color: var(--navy); }
.badge-gold   { background: rgba(212,166,52,.12); color: #8A6A10; }
.visa-panel-text h3 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.2; }
.visa-panel-text p  { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.visa-reqs { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.visa-reqs li { font-size: 16px; color: var(--text); display: flex; gap: 10px; align-items: flex-start; }
.visa-reqs li::before { content: '✓'; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.req-orange::before { color: var(--orange); }
.req-teal::before   { color: var(--teal); }
.req-navy::before   { color: var(--navy); }
.req-gold::before   { color: var(--gold); }

/* ── How it works ── */
#how-it-works { background: var(--cream); padding: 96px 0; }
.process-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: stretch; }
.process-photo { border-radius: 20px; overflow: hidden; min-height: 480px; position: relative; }
.process-photo img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.process-photo-badge { position: absolute; bottom: 24px; left: 24px; background: #fff; border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; }
.badge-icon  { width: 40px; height: 40px; border-radius: 10px; background: rgba(4,106,56,.12); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.badge-label { font-size: 14px; color: var(--muted); }
.badge-value { font-size: 15px; font-weight: 700; color: var(--navy); }
.steps-list { display: flex; flex-direction: column; }
.step-item  { display: flex; gap: 20px; padding: 24px 0; cursor: pointer; border-bottom: 1px solid var(--border); transition: all .2s; }
.step-item:last-child { border-bottom: none; }
.step-item:hover .step-circle,
.step-item.active .step-circle { background: var(--green); border-color: var(--green); color: #fff; }
.step-circle { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--muted); transition: all .25s; margin-top: 2px; background: var(--cream); }
.step-title { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.step-desc  { font-size: 16px; color: var(--muted); line-height: 1.6; }
.step-item.active .step-title { color: var(--green); }
.process-tagline { margin-top: 28px; font-size: 16px; color: var(--muted); font-style: italic; font-family: 'Playfair Display', serif; }

/* ── Stats ── */
#stats { background: var(--green); padding: 72px 0 0; position: relative; overflow: hidden; }
#stats::before { content: ''; position: absolute; top: -50%; right: -5%; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.08); pointer-events: none; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; position: relative; z-index: 1; margin-bottom: 56px; }
.stat-num { font-family: 'Playfair Display', serif; font-size: clamp(38px,5vw,58px); font-weight: 700; color: #fff; line-height: 1; margin-bottom: 6px; }
.stat-lbl { font-size: 15px; color: rgba(255,255,255,.7); font-weight: 400; text-transform: uppercase; letter-spacing: .08em; }
.community-strip { border-top: 1px solid rgba(255,255,255,.15); padding: 36px 0 48px; position: relative; z-index: 1; }
.community-heading { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 28px; }
.community-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.community-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 22px 20px; display: flex; align-items: center; gap: 16px; text-decoration: none; transition: background .2s, border-color .2s; }
.community-card:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.28); }
.community-card-icon { width: 52px; height: 52px; border-radius: 10px; flex-shrink: 0; overflow: hidden; background: rgba(255,255,255,.15); }
.community-card-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.community-card-num  { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 3px; }
.community-card-name { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: 2px; }
.community-card-type { font-size: 13px; color: rgba(255,255,255,.45); }

/* ── Support / chat ── */
#support { background: var(--cream); padding: 96px 0; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.team-row { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.team-avs { display: flex; }
.av { width: 44px; height: 44px; border-radius: 50%; border: 2.5px solid var(--white); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; margin-left: -12px; flex-shrink: 0; }
.av:first-child { margin-left: 0; }
.av-a { background: linear-gradient(135deg,#2d5a8e,#1a3d5e); }
.av-b { background: linear-gradient(135deg,#8e4a2d,#c16040); }
.av-c { background: linear-gradient(135deg,#2d8e5a,#1e6b44); }
.av-d { background: linear-gradient(135deg,#5a2d8e,#3d1e6b); }
.team-info strong { font-size: 14px; font-weight: 600; color: var(--navy); display: block; margin-bottom: 2px; }
.team-info span   { font-size: 14px; color: var(--muted); }
.chat-window { background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--border); }
.chat-header { background: var(--navy); padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.chat-av     { width: 36px; height: 36px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0; }
.chat-name   { font-size: 14px; font-weight: 600; color: #fff; }
.chat-status { font-size: 13px; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 5px; }
.status-dot  { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; }
.chat-body   { padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.msg { display: flex; flex-direction: column; gap: 4px; }
.msg.them { align-items: flex-start; }
.msg.me   { align-items: flex-end; }
.bubble   { max-width: 78%; padding: 11px 15px; border-radius: 16px; font-size: 15px; line-height: 1.55; }
.msg.them .bubble { background: var(--cream); color: var(--text); border-bottom-left-radius: 4px; }
.msg.me   .bubble { background: var(--navy);  color: #fff; border-bottom-right-radius: 4px; }
.msg-time  { font-size: 13px; color: var(--muted); padding: 0 4px; }
.chat-typing { padding: 0 20px 18px; display: flex; align-items: center; gap: 8px; }
.typing-dots { display: flex; gap: 4px; background: var(--cream); padding: 10px 14px; border-radius: 16px; border-bottom-left-radius: 4px; }
.typing-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: blink 1.4s infinite; }
.typing-dots span:nth-child(2) { animation-delay:.2s; }
.typing-dots span:nth-child(3) { animation-delay:.4s; }
@keyframes blink { 0%,60%,100%{opacity:.2;transform:scale(.8);} 30%{opacity:1;transform:scale(1);} }

/* ── Integration section ── */
#integration { background: var(--navy); padding: 96px 0; }
.intg-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.intg-headline { font-family: 'Playfair Display', serif; font-size: clamp(26px,3.6vw,42px); color: #fff; line-height: 1.2; margin: 16px 0 20px; }
.intg-headline em { color: var(--gold); font-style: normal; }
.intg-lead { font-size: 17px; color: rgba(255,255,255,.6); line-height: 1.8; max-width: 460px; margin-bottom: 36px; }
.intg-pillars { display: flex; flex-direction: column; gap: 22px; }
.intg-pillar  { display: flex; gap: 14px; align-items: flex-start; }
.intg-pillar-icon  { font-size: 22px; flex-shrink: 0; margin-top: 1px; }
.intg-pillar-title { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 3px; }
.intg-pillar-sub   { font-size: 15px; color: rgba(255,255,255,.48); line-height: 1.5; }
.intg-card { background: #fff; border-radius: 16px; padding: 36px; }
.intg-badge { display: inline-block; background: var(--gold); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; border-radius: 20px; padding: 4px 14px; margin-bottom: 22px; }
.intg-flag  { font-size: 38px; margin-bottom: 12px; line-height: 1; }
.intg-card h3   { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin-bottom: 10px; }
.intg-card > p  { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.intg-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; padding: 0; }
.intg-list li { font-size: 15px; color: var(--text); display: flex; gap: 10px; align-items: flex-start; }
.intg-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.intg-compare { border-top: 1px solid var(--border); padding-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.intg-comp-row { font-size: 15px; display: flex; gap: 10px; align-items: baseline; }
.intg-comp-row span:first-child { font-weight: 600; white-space: nowrap; flex-shrink: 0; }
.intg-comp-row.them { color: #aaa; }
.intg-comp-row.us   { color: var(--green); }

/* ── Pricing ── */
#pricing { background: var(--white); padding: 96px 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1.06fr 1fr; gap: 22px; align-items: start; }
.pc { background: var(--cream); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 34px 26px; position: relative; transition: transform .25s, box-shadow .25s; }
.pc:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pc.featured { background: var(--navy); border-color: var(--navy); padding-top: 52px; }
.pop-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 16px; border-radius: 100px; white-space: nowrap; }
.pc-tier { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.pc:not(.featured) .pc-tier { color: var(--green); }
.pc.featured .pc-tier  { color: rgba(4,106,56,.9); }
.pc-name { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.pc:not(.featured) .pc-name { color: var(--navy); }
.pc.featured .pc-name  { color: #fff; }
.pc-price { font-size: 38px; font-weight: 700; line-height: 1; margin-bottom: 4px; }
.pc:not(.featured) .pc-price { color: var(--navy); }
.pc.featured .pc-price { color: var(--gold-l); }
.pc-for { font-size: 15px; line-height: 1.5; margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.pc:not(.featured) .pc-for { color: var(--muted); }
.pc.featured .pc-for   { color: rgba(255,255,255,.55); border-color: rgba(255,255,255,.15); }
.pc-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 26px; }
.pc-list li { font-size: 15px; display: flex; gap: 9px; align-items: flex-start; }
.pc:not(.featured) .pc-list li { color: var(--text); }
.pc.featured .pc-list li { color: rgba(255,255,255,.85); }
.pc-list li::before { content: '✓'; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.pc:not(.featured) .pc-list li::before { color: var(--green); }
.pc.featured .pc-list li::before { color: var(--gold-l); }
.pc.featured .pc-lang-pill { color: var(--gold-l); background: rgba(245,200,122,.1); border-color: rgba(245,200,122,.25); }
.pc-btn { display: block; text-align: center; font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; padding: 13px; border-radius: 9px; text-decoration: none; transition: all .2s; cursor: pointer; width: 100%; border: none; }
.pc-btn-outline { background: #fff; color: var(--navy); border: 1.5px solid var(--border); }
.pc-btn-outline:hover { border-color: var(--navy); }
.pc-note { text-align: center; margin-top: 28px; font-size: 15px; color: var(--muted); }
.pc-note a { color: var(--green); text-decoration: none; font-weight: 600; }
.pc-note a:hover { text-decoration: underline; }

/* ── Comparison table ── */
#comparison { background: var(--navy); padding: 96px 0; }
.comp-table { border-radius: var(--radius); overflow: hidden; }
.comp-head { display: grid; grid-template-columns: 2fr 1fr 1fr; background: rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.1); }
.comp-head div { padding: 18px 22px; font-size: 15px; font-weight: 600; color: rgba(255,255,255,.5); }
.comp-head div.hl { color: var(--green); }
.comp-head div:first-child { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.3); display: flex; align-items: center; }
.comp-row { display: grid; grid-template-columns: 2fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.07); }
.comp-row:hover { background: rgba(255,255,255,.04); }
.comp-row div { padding: 15px 22px; font-size: 15px; display: flex; align-items: center; }
.comp-row div:first-child  { color: rgba(255,255,255,.8); }
.comp-row div:nth-child(2) { justify-content: center; color: rgba(255,255,255,.35); }
.comp-row div:nth-child(3) { justify-content: center; background: rgba(4,106,56,.07); }
.ico-yes   { color: #4ade80; font-size: 18px; }
.ico-no    { color: rgba(255,100,100,.8); font-size: 15px; font-weight: 700; }
.ico-maybe { color: var(--gold-l); font-size: 13px; }

/* ── Services ── */
#services { background: var(--white); padding: 96px 0; }
.srv-feature { background: var(--navy); border-radius: 20px; padding: 48px 52px; display: grid; grid-template-columns: 1fr 240px; gap: 48px; align-items: center; margin-bottom: 12px; position: relative; overflow: hidden; text-decoration: none; }
.srv-feature::before { content:''; position:absolute; top:-80px; right:-80px; width:360px; height:360px; border-radius:50%; background:rgba(255,255,255,.04); pointer-events:none; }
.srv-feature::after  { content:''; position:absolute; bottom:-60px; left:38%; width:220px; height:220px; border-radius:50%; background:rgba(4,106,56,.07); pointer-events:none; }
.srv-feat-badge { display:inline-flex; align-items:center; gap:6px; background:rgba(4,106,56,.22); border:1px solid rgba(4,106,56,.38); color:var(--gold-l); font-size:13px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; padding:5px 14px; border-radius:100px; margin-bottom:14px; }
.srv-feat-left { position: relative; z-index: 1; }
.srv-feat-left h3 { font-family:'Playfair Display',serif; font-size:30px; font-weight:700; color:#fff; margin-bottom:10px; line-height:1.15; }
.srv-feat-left p  { font-size:16px; color:rgba(255,255,255,.55); line-height:1.65; margin-bottom:20px; }
.srv-feat-list { list-style:none; display:flex; flex-direction:column; gap:9px; }
.srv-feat-list li { font-size:15px; color:rgba(255,255,255,.8); display:flex; gap:10px; align-items:flex-start; }
.srv-feat-list li::before { content:'✓'; color:var(--gold-l); font-weight:700; flex-shrink:0; margin-top:1px; }
.srv-feat-right { position:relative; z-index:1; text-align:center; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:var(--radius); padding:28px 22px; }
.srv-feat-price { font-family:'Playfair Display',serif; font-size:46px; font-weight:700; color:var(--gold-l); line-height:1; }
.srv-feat-from  { font-size:13px; color:rgba(255,255,255,.35); margin-bottom:22px; letter-spacing:.04em; }
.srv-feat-cta { display:flex; align-items:center; justify-content:center; gap:8px; background:var(--green); color:#fff; font-family:'Outfit',sans-serif; font-size:14px; font-weight:600; padding:13px 20px; border-radius:9px; transition:all .2s; box-shadow:0 4px 16px rgba(4,106,56,.4); margin-bottom:12px; width:100%; }
.srv-feature:hover .srv-feat-cta { background: var(--green-l); transform: translateY(-1px); }
.srv-feat-mini { font-size:13px; color:rgba(255,255,255,.28); line-height:1.5; }
.srv-subhead { font-size:13px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); margin:28px 0 16px; display:flex; align-items:center; gap:12px; }
.srv-subhead::after { content:''; flex:1; height:1px; background:var(--border); }
.visa-paths { display: flex; flex-wrap: wrap; gap: 10px; }
.visa-path-pill { display:inline-flex; align-items:center; gap:8px; padding:12px 20px; border-radius:100px; border:1.5px solid var(--border); background:var(--white); color:var(--text); font-weight:600; font-size:15px; text-decoration:none; transition:all .2s; }
.visa-path-pill:hover { border-color:var(--green); color:var(--green); transform:translateY(-2px); box-shadow:var(--shadow); }
.srv-singles { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.srv-single { background:var(--white); border:1.5px solid var(--border); border-left:4px solid var(--green); border-radius:var(--radius); padding:16px 18px; display:flex; align-items:center; gap:14px; text-decoration:none; color:var(--text); transition:transform .22s,box-shadow .22s,border-color .22s; }
.srv-single:hover { transform:translateY(-3px); box-shadow:var(--shadow); border-color:var(--green); }
.srv-single-icon  { width:38px; height:38px; border-radius:9px; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:17px; background:rgba(4,106,56,.1); }
.srv-single-body  { flex:1; min-width:0; }
.srv-single-name  { font-size:15px; font-weight:700; color:var(--navy); margin-bottom:2px; }
.srv-single-desc  { font-size:14px; color:var(--muted); line-height:1.4; }
.srv-single-price { font-size:16px; font-weight:700; flex-shrink:0; color:var(--green); }
.srv-panel { background:var(--cream); border-radius:20px; padding:10px 30px 30px; margin-top:28px; }
.srv-panel .srv-subhead { margin-top:22px; }

/* ── FAQ (homepage = cream bg, white cards) ── */
#faq { background: var(--cream); padding: 96px 0; }
.faq-item { background: #fff; }

/* ── News ── */
#news { background: var(--white); padding: 96px 0; }
.news-header { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:48px; flex-wrap:wrap; }
.news-header .sh { margin-bottom: 0; }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.news-card { background:var(--white); border-radius:var(--radius); overflow:hidden; border:1px solid var(--border); text-decoration:none; color:var(--text); display:flex; flex-direction:column; transition:transform .25s,box-shadow .25s; }
.news-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.news-thumb { height:200px; overflow:hidden; background:var(--navy); }
.news-thumb img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s; }
.news-card:hover .news-thumb img { transform:scale(1.05); }
.news-body   { padding:22px 22px 24px; display:flex; flex-direction:column; gap:10px; flex:1; }
.news-meta   { display:flex; align-items:center; gap:10px; }
.news-cat    { font-size:13px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--green); background:rgba(4,106,56,.1); padding:3px 10px; border-radius:100px; }
.news-date   { font-size:14px; color:var(--muted); }
.news-title  { font-size:16px; font-weight:600; color:var(--navy); line-height:1.45; flex:1; }
.news-card:hover .news-title { color:var(--green); }
.news-author { font-size:14px; color:var(--muted); margin-top:4px; }

/* ── Lead magnet ── */
#lead-magnet { background: var(--teal); padding: 88px 0; position: relative; overflow: hidden; }
#lead-magnet::after { content:''; position:absolute; bottom:-30%; left:-5%; width:400px; height:400px; border-radius:50%; background:rgba(255,255,255,.08); pointer-events:none; }
.lead-split { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; position:relative; z-index:1; }
.lead-left h2 { font-family:'Playfair Display',serif; font-size:clamp(28px,3.5vw,40px); font-weight:700; color:#fff; margin-bottom:14px; line-height:1.2; }
.lead-left p  { font-size:17px; color:rgba(255,255,255,.7); line-height:1.65; margin-bottom:10px; }
.lead-items { display:flex; flex-direction:column; gap:10px; }
.lead-item  { display:flex; align-items:center; gap:10px; font-size:16px; color:rgba(255,255,255,.8); }
.lead-item::before { content:'📄'; font-size:16px; }
.lead-right { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); border-radius:var(--radius); padding:32px; backdrop-filter:blur(8px); }
.lead-right h3 { font-size:20px; font-weight:700; color:#fff; margin-bottom:8px; }
.lead-right p  { font-size:15px; color:rgba(255,255,255,.6); margin-bottom:20px; }
.lead-form { display:flex; flex-direction:column; gap:12px; }
.lead-form input { padding:13px 16px; border-radius:9px; border:1.5px solid rgba(255,255,255,.2); background:rgba(255,255,255,.1); color:#fff; font-family:'Outfit',sans-serif; font-size:16px; outline:none; transition:border-color .2s; width:100%; }
.lead-form input::placeholder { color:rgba(255,255,255,.45); }
.lead-form input:focus { border-color:rgba(255,255,255,.7); }
.lead-note { font-size:14px; color:rgba(255,255,255,.75); margin-top:8px; text-align:center; }

/* ── Visa Quiz ── */
#panel-help.active { grid-template-columns: 1fr; }
#visa-quiz { max-width: 640px; min-height: 500px; }
#visa-quiz.qz-results { min-height: 0; }
.qz-progress-wrap { background:var(--border); height:3px; border-radius:2px; margin-bottom:28px; }
.qz-progress-bar  { height:100%; background:var(--green); border-radius:2px; transition:width .5s cubic-bezier(.4,0,.2,1); width:0%; }
.qz-question { font-family:'Playfair Display',serif; font-size:clamp(19px,2.2vw,25px); font-weight:700; color:var(--navy); margin-bottom:22px; line-height:1.35; opacity:0; transform:translateY(8px); transition:opacity .3s ease,transform .3s ease; }
.qz-question.vis { opacity:1; transform:none; }
.qz-options { display:grid; grid-template-columns:1fr; gap:8px; opacity:0; transform:translateY(8px); transition:opacity .3s ease .08s,transform .3s ease .08s; }
.qz-options.vis { opacity:1; transform:none; }
.qz-options.binary { grid-template-columns:1fr 1fr; max-width:320px; }
.qz-options.multi  { grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); }
.qz-opt { background:var(--cream); border:1.5px solid var(--border); border-radius:10px; padding:13px 16px; font-family:'Outfit',sans-serif; font-size:15px; font-weight:500; color:var(--text); cursor:pointer; text-align:left; display:flex; align-items:center; gap:10px; transition:all .18s ease; }
.qz-opt::before { content:''; width:16px; height:16px; border-radius:50%; border:2px solid var(--border); flex-shrink:0; transition:all .18s ease; }
.qz-opt:hover { background:#EBF2FA; border-color:var(--navy2); color:var(--navy); transform:translateX(3px); }
.qz-opt:hover::before { border-color:var(--navy); background:var(--navy); box-shadow:inset 0 0 0 3px #fff; }
.qz-result { opacity:0; transform:translateY(8px); transition:opacity .3s ease,transform .3s ease; }
.qz-result.vis { opacity:1; transform:none; }
.qz-result-intro { font-size:16px; color:var(--muted); padding-bottom:14px; border-bottom:1px solid var(--border); margin-bottom:18px; }
.qz-visa-card  { background:var(--cream); border:1px solid var(--border); border-left:3px solid var(--gold); border-radius:10px; padding:18px 20px; margin-bottom:12px; }
.qz-visa-card.no-match { border-left-color:#c0392b; }
.qz-visa-title { font-family:'Playfair Display',serif; font-size:16px; font-weight:700; color:var(--navy); margin-bottom:5px; }
.qz-visa-title.danger { color:#c0392b; }
.qz-visa-summary { font-size:16px; color:var(--muted); line-height:1.65; margin-bottom:12px; }
.qz-req-btn { background:transparent; color:var(--navy); padding:7px 14px; border:1.5px solid var(--border); border-radius:7px; cursor:pointer; font-family:'Outfit',sans-serif; font-size:15px; font-weight:600; transition:all .18s ease; display:inline-flex; align-items:center; gap:5px; }
.qz-req-btn:hover { background:var(--navy); color:#fff; border-color:var(--navy); }
.qz-consult-block { background:linear-gradient(135deg,var(--navy) 0%,var(--navy2) 100%); border-radius:10px; padding:18px 22px; margin-top:20px; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.qz-consult-text { color:rgba(255,255,255,.9); font-size:16px; font-weight:500; flex:1; }
.qz-action-row { display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:16px; }
.qz-back-btn, .qz-restart-btn { background:transparent; border:1.5px solid var(--border); border-radius:7px; padding:8px 16px; font-family:'Outfit',sans-serif; font-size:15px; font-weight:600; cursor:pointer; display:inline-flex; align-items:center; gap:5px; transition:all .18s ease; color:var(--muted); }
.qz-back-btn:hover, .qz-restart-btn:hover { border-color:var(--navy); color:var(--navy); background:var(--cream); }
.qz-divider { border:none; border-top:1px solid var(--border); margin:18px 0; }
.qz-not-elig-link { color:var(--muted); font-size:15px; cursor:pointer; display:inline-flex; align-items:center; gap:5px; border-bottom:1px dashed var(--border); padding-bottom:1px; transition:color .15s ease; }
.qz-not-elig-link:hover { color:#c0392b; border-color:#c0392b; }
.qz-req-heading { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--navy); margin-bottom:4px; }
.qz-req-subhead { font-size:15px; color:var(--muted); margin-bottom:10px; }
.qz-req-list { list-style:none; padding:0; margin:0; }
.qz-req-list li { padding:10px 0 10px 22px; border-bottom:1px solid var(--border); font-size:16px; color:var(--text); line-height:1.55; position:relative; }
.qz-req-list li:last-child { border-bottom:none; }
.qz-req-list li::before { content:'✓'; position:absolute; left:0; color:var(--green); font-weight:700; font-size:15px; }
.qz-not-qual-title { font-family:'Playfair Display',serif; color:#c0392b; font-size:18px; font-weight:700; margin-bottom:14px; display:block; }
.qz-not-qual-item  { padding:10px 0 10px 22px; border-bottom:1px solid var(--border); font-size:16px; color:var(--text); line-height:1.55; position:relative; }
.qz-not-qual-item:last-child { border-bottom:none; }
.qz-not-qual-item::before { content:'✓'; position:absolute; left:0; color:#c0392b; font-weight:700; font-size:15px; }

/* ── Index-specific responsive ── */
@media (max-width: 1024px) {
  .persona-intro   { grid-template-columns: 1fr; gap: 24px; }
  .persona-intro-stat { display: none; }
  .visa-panel      { grid-template-columns: 1fr; }
  .visa-panel-photo { height: 260px; }
  .support-grid    { grid-template-columns: 1fr; gap: 40px; }
  .intg-wrap       { grid-template-columns: 1fr; gap: 44px; }
  .comp-head div:nth-child(2),
  .comp-row  div:nth-child(2) { display: none; }
  .comp-head, .comp-row { grid-template-columns: 2fr 1fr; }
  .srv-feature     { grid-template-columns: 1fr; }
  .srv-feat-right  { display:flex; align-items:center; gap:24px; flex-wrap:wrap; text-align:left; }
  .srv-feat-cta    { width: auto; }
  .srv-singles     { grid-template-columns: repeat(2,1fr); }
  .news-grid       { grid-template-columns: repeat(2,1fr); }
  .community-grid  { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .persona-grid    { flex: unset; }
  .visa-tabs       { gap: 6px; }
  .news-grid       { grid-template-columns: 1fr; }
  .news-header     { flex-direction: column; align-items: flex-start; }
  .community-grid  { grid-template-columns: 1fr; }
  .stats-grid      { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .srv-panel   { padding: 6px 18px 22px; }
  .srv-feature { padding: 32px 24px; }
  .srv-feat-right { flex-direction: column; align-items: stretch; }
  .srv-singles { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .eu-toggle   { width: 100%; }
  .eu-btn      { flex: 1; text-align: center; }
  .qz-options.binary { grid-template-columns: 1fr 1fr; max-width: 100%; }
  .qz-options.multi  { grid-template-columns: 1fr; }
  .qz-opt:hover { transform: none; }
  .qz-consult-block { flex-direction: column; align-items: flex-start; }
  .qz-consult-block .btn { width: 100%; justify-content: center; }
}
