*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family:"Figtree",sans-serif; color:#fff; }
a{ color:inherit; }

:root{
  --bg1:#071423;
  --bg2:#050d18;
  --glass:rgba(255,255,255,.08);
  --glass2:rgba(255,255,255,.05);
  --line:rgba(255,255,255,.14);
  --muted:rgba(255,255,255,.70);
  --muted2:rgba(255,255,255,.55);
  --yellow:#ffd233;
  --shadow:0 28px 70px rgba(0,0,0,.55);
  --r24:24px;
  --r18:18px;
}

/* ================= FOOTER BASE ================= */
.tc-footer{
  position:relative;
  padding:54px 0 0;
  background:
    radial-gradient(900px 360px at 10% -20%, rgba(11,99,206,.24), transparent 62%),
    radial-gradient(900px 360px at 90% -20%, rgba(255,210,51,.18), transparent 62%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
  overflow:hidden;
}
.tc-footer:before{
  content:"";
  position:absolute; inset:0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.08;
  pointer-events:none;
}

.tc-container{
  max-width:1530px;
  margin:0 auto;
  padding:0 20px;
  position:relative;
  z-index:1;
}

/* ================= NEWSLETTER ================= */
.tc-news{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(520px 220px at 15% 10%, rgba(255,210,51,.16), transparent 60%),
    radial-gradient(520px 220px at 85% 10%, rgba(11,99,206,.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.tc-news-left{
  display:flex;
  gap:14px;
  align-items:flex-start;
  min-width:320px;
}

.tc-badge{
  width:52px;height:52px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,210,51,.18);
  border:1px solid rgba(255,210,51,.22);
  color:var(--yellow);
  box-shadow:0 18px 40px rgba(255,210,51,.10);
  flex:0 0 auto;
}

.tc-news-left h3{
  margin:0;
  font-size:19px;
  font-weight:800;
  letter-spacing:.1px;
}
.tc-news-left p{
  margin:6px 0 0;
  font-size:13px;
  color:var(--muted);
  line-height:1.45;
}

.tc-form{
  min-width:460px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.tc-form-row{
  display:flex;
  gap:10px;
  align-items:center;
}
.tc-input{
  flex:1;
  padding:13px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.32);
  color:#fff;
  outline:none;
  transition:.2s ease;
}
.tc-input:focus{
  border-color: rgba(255,210,51,.55);
  box-shadow: 0 0 0 4px rgba(255,210,51,.12);
}
.tc-btn{
  padding:13px 18px;
  border-radius:16px;
  border:none;
  font-weight:900;
  background: linear-gradient(180deg, #ffe58c, var(--yellow));
  color:#071423;
  cursor:pointer;
  transition:.2s ease;
  white-space:nowrap;
}
.tc-btn:hover{ transform:translateY(-1px); }
.tc-note{
  margin:0;
  font-size:12px;
  color:var(--muted2);
  text-align:left;
}

/* ================= GRID ================= */
.tc-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap:26px;
  align-items:start;
}

/* ================= BRAND (LEFT) ================= */
.tc-brand{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  padding:22px;
}
.tc-logo{ height:72px; display:block; margin-bottom:14px; }
.tc-brand p{
  margin:0;
  font-size:13px;
  color:var(--muted);
  line-height:1.6;
}

/* Social */
.tc-social{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.tc-social a{
  width:42px;height:42px;
  border-radius:16px;
  background: rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:.22s ease;
}
.tc-social a i{ font-size:16px; color:rgba(255,255,255,.90); }
.tc-social a:hover{
  transform: translateY(-2px);
  background: rgba(255,210,51,.16);
  border-color: rgba(255,210,51,.28);
  box-shadow: 0 18px 40px rgba(255,210,51,.10);
}
.tc-social a:hover i{ color: var(--yellow); }

/* ================= PREMIUM LINK CARDS ================= */
.tc-col-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#fff;
}
.tc-col-title i{ color: var(--yellow); }

.tc-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.tc-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 12px;
  border-radius:16px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  text-decoration:none;
  transition:.2s ease;
}
.tc-link .left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.tc-link .ic{
  width:34px;height:34px;
  border-radius:14px;
  background: rgba(11,99,206,.14);
  border:1px solid rgba(11,99,206,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.tc-link .ic i{ color: rgba(255,255,255,.92); font-size:14px; }
.tc-link span{
  font-size:13px;
  color: rgba(255,255,255,.78);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tc-link .arrow{
  color: rgba(255,255,255,.45);
  flex:0 0 auto;
}
.tc-link:hover{
  transform: translateY(-1px);
  border-color: rgba(255,210,51,.20);
  background: rgba(255,255,255,.07);
}
.tc-link:hover span{ color: #fff; }
.tc-link:hover .arrow{ color: var(--yellow); }

/* ================= MAP + CONTACT (RIGHT) ================= */
.tc-mapWrap{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  padding:14px;
}

.tc-map{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
}
.tc-map iframe{
  width:100%;
  height:220px;
  border:0;
  display:block;
  filter:saturate(1.08) contrast(1.02);
}

.tc-contact{
  margin-top:12px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.tc-contactRow{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border-radius:16px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
}
.tc-contactRow .ico{
  width:36px;height:36px;
  border-radius:14px;
  background: rgba(255,210,51,.14);
  border:1px solid rgba(255,210,51,.20);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin-top:1px;
}
.tc-contactRow .ico i{ color: var(--yellow); font-size:14px; }
.tc-contactRow .txt{
  font-size:13px;
  color: rgba(255,255,255,.78);
  line-height:1.45;
}
.tc-contactRow .txt b{ color:#fff; font-weight:900; }
.tc-contactRow .txt a{
  color: rgba(255,255,255,.86);
  text-decoration:none;
  border-bottom:1px dashed rgba(255,255,255,.22);
}
.tc-contactRow .txt a:hover{
  color: var(--yellow);
  border-bottom-color: rgba(255,210,51,.45);
}

/* ================= BOTTOM BAR ================= */
.tc-bottom{
  margin-top:38px;
  padding:16px 0 18px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:rgba(255,255,255,.55);
  font-size:12.5px;
}
.tc-mini{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.tc-mini a{
  color:rgba(255,255,255,.60);
  text-decoration:none;
}
.tc-mini a:hover{ color: var(--yellow); }

/* ================= SCROLL TO TOP ================= */
.tc-top{
  position:fixed;
  right:18px;
  bottom:18px;
  width:46px;
  height:46px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  transition:.2s ease;
  z-index:999;
  opacity:0;
  pointer-events:none;
}
.tc-top i{ color: rgba(255,255,255,.88); }
.tc-top.show{
  opacity:1;
  pointer-events:auto;
}
.tc-top:hover{
  transform: translateY(-2px);
  border-color: rgba(255,210,51,.22);
  background: rgba(255,210,51,.12);
}
.tc-top:hover i{ color: var(--yellow); }

/* ================= RESPONSIVE ================= */
@media(max-width: 980px){
  .tc-news{ flex-direction:column; align-items:stretch; }
  .tc-form{ min-width:0; }
  .tc-grid{ grid-template-columns: 1fr 1fr; }
}
@media(max-width: 560px){
  .tc-grid{ grid-template-columns: 1fr; }
  .tc-form-row{ flex-direction:column; }
  .tc-bottom{ flex-direction:column; align-items:flex-start; }
  .tc-mini{ justify-content:flex-start; }
}
/* =========================
JW POPUP — CSS (UPDATED)
- No blur behind popup
- White/light form side
- Left image kept premium
========================= */

.jwpop{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.jwpop.is-open{ display:block; }

.jwpop__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.50);
  opacity:0;
  transition:opacity .25s ease;
}

.jwpop.is-open .jwpop__backdrop{ opacity:1; }

.jwpop__modal{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) scale(.985);
  width:min(980px, calc(100vw - 28px));
  min-height:520px;
  display:grid;
  grid-template-columns:0.95fr 1.25fr;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(12,18,28,.10);
  background:#ffffff;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
  opacity:0;
  transition:opacity .25s ease, transform .25s ease;
}

.jwpop.is-open .jwpop__modal{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}

.jwpop__close{
  position:absolute;
  right:14px;
  top:12px;
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.94);
  color:#0f172a;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.2s ease;
  z-index:5;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}

.jwpop__close:hover{
  transform:translateY(-1px);
  border-color:rgba(0,152,218,.22);
  background:#ffffff;
  color:#0098DA;
}

.jwpop__left{
  position:relative;
  background:#eef2f7;
  transform:translateX(-10px);
  opacity:0;
}

.jwpop__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.04) contrast(1.02);
}

.jwpop__leftShade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,0) 58%),
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.18));
  pointer-events:none;
}

.jwpop__right{
  padding:30px 28px 26px;
  color:#0f172a;
  background:
    radial-gradient(540px 220px at 100% 0%, rgba(0,152,218,.06), transparent 60%),
    radial-gradient(520px 220px at 0% 100%, rgba(246,196,0,.08), transparent 60%),
    linear-gradient(180deg, #ffffff, #fbfdff);
  transform:translateX(-64px);
  opacity:0;
}

.jwpop.is-open .jwpop__left{
  animation:jwpopLeftIn .42s ease forwards;
  animation-delay:.06s;
}

.jwpop.is-open .jwpop__right{
  animation:jwpopRightOut .52s cubic-bezier(.2,.9,.2,1) forwards;
  animation-delay:.32s;
}

@keyframes jwpopLeftIn{
  from{ opacity:0; transform:translateX(-10px); }
  to{ opacity:1; transform:translateX(0); }
}

@keyframes jwpopRightOut{
  from{ opacity:0; transform:translateX(-64px); }
  to{ opacity:1; transform:translateX(0); }
}

.jwpop__head{ margin-bottom:14px; }

.jwpop__title{
  margin:0;
  font-size:28px;
  font-weight:900;
  letter-spacing:.1px;
  color:#0b1220;
}

.jwpop__sub{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.5;
  color:#5b6472;
}

.jwpop__form{
  margin-top:14px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.jwpop__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.jwpop__field{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.jwpop__label{
  font-size:12px;
  font-weight:700;
  color:#334155;
}

.jwpop__label span{
  color:#d97706;
  font-weight:900;
}

.jwpop__input,
.jwpop__select{
  height:46px;
  border-radius:14px;
  border:1px solid #d9e2ec;
  background:#ffffff;
  color:#0f172a;
  padding:10px 12px;
  outline:none;
  transition:.2s ease;
}

.jwpop__input::placeholder{
  color:#94a3b8;
}

.jwpop__input:focus,
.jwpop__select:focus{
  border-color:#0098DA;
  box-shadow:0 0 0 4px rgba(0,152,218,.12);
}

.jwpop__phone{
  display:flex;
  gap:10px;
  align-items:center;
}

.jwpop__cc{
  height:46px;
  min-width:62px;
  padding:0 12px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d9e2ec;
  background:#f8fafc;
  color:#0f172a;
  font-weight:800;
}

.jwpop__phoneIn{ width:100%; }

.jwpop__consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:12.5px;
  line-height:1.4;
  color:#5b6472;
  user-select:none;
}

.jwpop__consent input{
  margin-top:3px;
  accent-color:#0098DA;
}

.jwpop__btn{
  height:48px;
  border-radius:16px;
  border:none;
  cursor:pointer;
  font-weight:900;
  letter-spacing:.2px;
  color:#ffffff;
  background:linear-gradient(180deg, #00a9f0, #0098DA);
  box-shadow:0 16px 36px rgba(0,152,218,.18);
  transition:.2s ease;
}

.jwpop__btn:hover{ transform:translateY(-1px); }
.jwpop__btn:active{ transform:translateY(0); }

.jwpop__fine{
  margin:0;
  font-size:11.5px;
  color:#7b8794;
}

@media (max-width: 860px){
  .jwpop__modal{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .jwpop__left{
    height:220px;
  }

  .jwpop__right{
    transform:translateY(-14px);
  }

  .jwpop.is-open .jwpop__right{
    animation:jwpopRightOutM .52s cubic-bezier(.2,.9,.2,1) forwards;
    animation-delay:.30s;
  }

  @keyframes jwpopRightOutM{
    from{ opacity:0; transform:translateY(-14px); }
    to{ opacity:1; transform:translateY(0); }
  }
}

@media (max-width: 520px){
  .jwpop__right{ padding:18px; }
  .jwpop__row{ grid-template-columns:1fr; }
}
/* =========================================
   MOBILE FIX — NEWSLETTER COMPACT
   (Desktop remains unchanged)
========================================= */

@media (max-width: 680px){

  /* shrink container */
  .tc-news{
    padding:18px 16px;
    gap:14px;
    border-radius:20px;
  }

  /* title area */
  .tc-news-left{
    min-width:0;
    gap:10px;
    align-items:center;
  }

  .tc-badge{
    width:40px;
    height:40px;
    border-radius:14px;
  }

  .tc-news-left h3{
    font-size:17px;
    line-height:1.25;
  }

  .tc-news-left p{
    font-size:12px;
  }

  /* form grid */
  .tc-form{
    min-width:0;
    gap:10px;
  }

  .tc-form-row{
    display:grid;
    grid-template-columns:1fr 1fr; /* 2x2 feel */
    gap:10px;
  }

  /* input */
  .tc-input{
    height:44px;
    padding:10px 12px;
    font-size:13px;
    border-radius:14px;
  }

  /* button */
  .tc-btn{
    height:44px;
    border-radius:14px;
    font-size:13px;
    padding:0 12px;
    font-weight: 600;
  }

  /* small note */
  .tc-note{
    font-size:11px;
    text-align:center;
  }

}
/* =========================================
   MOBILE FIX — POPUP RIGHT CROP ISSUE
   Desktop remains unchanged
========================================= */

@media (max-width: 680px){

  .jwpop,
  .jwpop *{
    box-sizing:border-box;
  }

  .jwpop__modal{
    width:calc(100vw - 20px) !important;
    max-width:420px !important;
    min-height:auto !important;
    max-height:92vh !important;
    grid-template-columns:1fr !important;
    overflow:hidden !important;
  }

  .jwpop__left{
    width:100% !important;
    height:150px !important;
    min-height:150px !important;
    overflow:hidden !important;
  }

  .jwpop__img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
    display:block !important;
  }

  .jwpop__right{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:16px 14px 14px !important;
    overflow-x:hidden !important;
  }

  .jwpop__head,
  .jwpop__form,
  .jwpop__field,
  .jwpop__row,
  .jwpop__phone{
    min-width:0 !important;
    max-width:100% !important;
  }

  .jwpop__title{
    font-size:22px !important;
    line-height:1.12 !important;
    word-break:break-word !important;
  }

  .jwpop__sub{
    font-size:12px !important;
    line-height:1.4 !important;
    word-break:break-word !important;
  }

  .jwpop__form{
    gap:10px !important;
  }

  .jwpop__row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
  }

  .jwpop__field{
    width:100% !important;
  }

  .jwpop__input,
  .jwpop__select{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:42px !important;
    padding:10px 12px !important;
    font-size:13px !important;
    border-radius:12px !important;
  }

  .jwpop__phone{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
  }

  .jwpop__cc{
    flex:0 0 56px !important;
    width:56px !important;
    min-width:56px !important;
    height:42px !important;
    padding:0 8px !important;
    border-radius:12px !important;
    font-size:13px !important;
  }

  .jwpop__phoneIn{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  .jwpop__consent{
    min-width:0 !important;
    max-width:100% !important;
    font-size:11.5px !important;
    line-height:1.35 !important;
  }

  .jwpop__btn{
    width:100% !important;
    height:44px !important;
    border-radius:14px !important;
    font-size:14px !important;
  }

  .jwpop__fine{
    font-size:11px !important;
  }

  .jwpop__close{
    right:10px !important;
    top:10px !important;
    width:36px !important;
    height:36px !important;
    border-radius:12px !important;
    font-size:22px !important;
  }
}

/* Extra small phones */
@media (max-width: 480px){

  .jwpop__modal{
    width:calc(100vw - 16px) !important;
    max-width:none !important;
    border-radius:18px !important;
  }

  .jwpop__left{
    height:126px !important;
    min-height:126px !important;
  }

  .jwpop__right{
    padding:14px 12px 12px !important;
  }

  .jwpop__title{
    font-size:20px !important;
  }

  .jwpop__sub{
    font-size:11.5px !important;
  }

  .jwpop__row{
    gap:8px !important;
  }

  .jwpop__input,
  .jwpop__select{
    height:40px !important;
    font-size:12.5px !important;
    padding:9px 10px !important;
  }

  .jwpop__cc{
    flex:0 0 52px !important;
    width:52px !important;
    min-width:52px !important;
    height:40px !important;
    font-size:12.5px !important;
  }

  .jwpop__btn{
    height:42px !important;
    font-size:13px !important;
  }
}