
/* main new */
.jv-main-new {background:#fff;color:#00194a;font-family:var(--jv-font-main);}
.jv-main-new-hero {position:relative;min-height:810px;background:#eaf4ff;background-image:url("../img/visual_new.png");background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:visible;}
/*linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.55) 10%,rgba(255,255,255,.08) 5%),*/
.jv-main-new-hero__inner {position:relative;min-height:810px;padding-top:80px;}
.jv-main-new-hero__copy {max-width:650px;}
.jv-main-new-hero__eyebrow {margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.45;color:#0976ef;}
.jv-main-new-hero__title {margin:0;font-size:60px;font-weight:800;line-height:1.18;color:#00194a;letter-spacing:0;}
.jv-main-new-hero__title span {position:relative;display:inline-block;color:#0976ef;overflow:hidden;}
.jv-main-new-hero__title span:after {content:"";position:absolute;top:-22%;left:-35%;width:24%;height:145%;background:linear-gradient(115deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.86) 50%,rgba(255,255,255,0) 100%);transform:skewX(-18deg);animation:jvMainTitleShine 3.8s ease-in-out 1.3s infinite;pointer-events:none;}
.jv-main-new-hero__desc {margin:16px 0 0;font-size:18px;font-weight:400;line-height:1.55;color:#444;}
.jv-main-new-hero__eyebrow,
.jv-main-new-hero__title,
.jv-main-new-hero__desc {opacity:0;transform:translateY(18px);animation:jvMainTextRise .72s cubic-bezier(.2,.8,.2,1) forwards;}
.jv-main-new-hero__eyebrow {animation-delay:.12s;}
.jv-main-new-hero__title {animation-delay:.28s;}
.jv-main-new-hero__desc {animation-delay:.46s;}

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

@keyframes jvMainTitleShine {
  0%,36% {left:-35%;opacity:0;}
  48% {opacity:.95;}
  68%,100% {left:112%;opacity:0;}
}

@media (prefers-reduced-motion:reduce) {
  .jv-main-new-hero__eyebrow,
  .jv-main-new-hero__title,
  .jv-main-new-hero__desc {opacity:1;transform:none;animation:none;}
  .jv-main-new-hero__title span:after {display:none;}
}

.jv-main-new-quick {display:inline-flex;align-items:stretch;margin-top:28px;border:1px solid rgba(255,255,255,.9);border-radius:8px;background:rgba(255,255,255,.18);backdrop-filter:blur(3px);overflow:hidden;}
.jv-main-new-quick__item {position:relative;width:119px;height:111px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#00194a;text-decoration:none;font-size:16px;font-weight:500;}
.jv-main-new-quick__item + .jv-main-new-quick__item:before {content:"";position:absolute;left:0;top:50%;width:1px;height:88px;background:rgba(0,25,74,.16);transform:translateY(-50%);}
.jv-main-new-quick__icon {width:52px;height:52px;object-fit:contain;}

.jv-main-new-info {position:absolute;left:0;right:0;bottom:-1px;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,.89fr) minmax(0,.89fr);min-height:210px;padding:30px 24px 28px;border-radius:30px 30px 0 0;background:rgba(255,255,255,.98);box-shadow:0 20px 45px rgba(0,25,74,.08);}
.jv-main-new-info__section {position:relative;min-width:0;padding:0 24px;display:flex;flex-direction:column;}
.jv-main-new-info__section + .jv-main-new-info__section {border-left:1px solid #d9d9d9;}
.jv-main-new-info__title {margin:0 0 20px;font-size:26px;font-weight:600;line-height:1.1;color:#00194a;}
.jv-main-new-info__desc {margin:0 0 42px;font-size:16px;line-height:1.45;color:#333;}

.jv-main-new-visa-cards {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.jv-main-new-visa-card {position:relative;min-height:151px;padding:25px 24px 20px;border-radius:20px;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;color:#333;transition:transform .18s ease,box-shadow .18s ease;}
.jv-main-new-visa-card:hover,.jv-main-new-visa-card:focus-visible {transform:translateY(-3px);box-shadow:0 14px 26px rgba(0,25,74,.12);}
.jv-main-new-visa-card--f2r {background:rgba(9,118,239,.05);}
.jv-main-new-visa-card--e74 {background:rgba(23,47,204,.05);}
.jv-main-new-visa-card > strong {font-size:24px;font-weight:700;line-height:1.1;color:#0976ef;}
.jv-main-new-visa-card--e74 > strong {color:#00194a;}
.jv-main-new-visa-card > span {margin-top:8px;font-size:14px;line-height:1.4;color:#333;}
.jv-main-new-visa-card > em {margin-top:auto;min-width:96px;height:24px;padding:0 16px;border-radius:999px;background:#0976ef;color:#fff;font-size:12px;font-style:normal;line-height:24px;text-align:center;}
.jv-main-new-visa-card--e74 em {background:#00194a;}

.jv-main-new-process {display:flex;align-items:flex-start;gap:28px;margin-top:4px;}
.jv-main-new-process__item {position:relative;width:78px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;color:#00194a;font-size:14px;line-height:1.35;}
.jv-main-new-process__item + .jv-main-new-process__item:before {content:"\2192";position:absolute;left:-21px;top:25px;color:#d9d9d9;font-size:18px;line-height:1;}
.jv-main-new-process__icon {width:66px;height:66px;border:1px solid #ddd;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;}
.jv-main-new-process__icon img {width:38px;height:38px;object-fit:contain;}
.jv-main-new-pill {display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:28px;margin-top:auto;padding:2px 20px;border:1px solid #ccc;border-radius:999px;color:#222;text-decoration:none;font-size:14px;line-height:1.4;background:#fff;transition:background .18s ease,border-color .18s ease,color .18s ease;}
.jv-main-new-pill:hover,
.jv-main-new-pill:focus-visible {background:#00194a;border-color:#00194a;color:#fff;}

.jv-main-new-remain {position:relative;background:linear-gradient(90deg,#00194a 0%,#024794 56%,#00194a 100%);color:#fff;}
.jv-main-new-remain__inner {min-height:274px;display:grid;grid-template-columns:180px minmax(0,1fr) 304px;align-items:center;gap:30px;}
.jv-main-new-remain__head h2 {margin:0;color:#ffffcf;font-size:32px;font-weight:600;line-height:1.18;text-align:left;}
.jv-main-new-remain__head p {margin:18px 0 0;font-size:18px;font-weight:500;line-height:1;color:#fff;text-align:left;}
.jv-main-new-remain__stats {display:flex;align-items:center;gap:48px;}
.jv-main-new-remain__stat {position:relative;display:flex;align-items:center;gap:24px;color:#fff;}
.jv-main-new-remain__icon {width:113px;height:113px;border-radius:999px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.jv-main-new-remain__icon img {width:60px;height:60px;object-fit:contain;}
.jv-main-new-remain__stat > div > strong {display:block;font-size:24px;font-weight:500;line-height:1.15;}
.jv-main-new-remain__stat > div > p {margin:8px 0 0;font-size:26px;font-weight:400;line-height:1;color:#fff;}
.jv-main-new-remain__stat > div > p > b {font-size:42px;font-weight:600;line-height:1;color:#fff;}
.jv-main-new-remain__divider {width:1px;height:78px;background:rgba(255,255,255,.28);}
.jv-main-new-help {height:140px;padding:24px 34px;border:1px solid rgba(255,255,255,.5);border-radius:30px;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,0);transition:background .2s ease,border-color .2s ease,transform .2s ease;}
.jv-main-new-help strong {padding-bottom:23px;border-bottom:1px solid rgba(255,255,255,.28);font-size:26px;font-weight:400;line-height:1.2;}
.jv-main-new-help span {margin-top:20px;font-size:18px;font-weight:400;line-height:1;}
.jv-main-new-help:hover,
.jv-main-new-help:focus-visible {background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.9);transform:translateY(-2px);}

.jv-main-new-f2r-hover {position:relative;}
.jv-main-new-remain-popover {position:absolute;left:50%;bottom:calc(100% + 16px);z-index:40;width:330px;padding:18px 18px 16px;border:1px solid rgba(22,32,54,.1);border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.2);color:#172033;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none;}
.jv-main-new-remain-popover--bottom {bottom:calc(100% + 20px);}
.jv-main-new-remain-popover:after {content:"";position:absolute;left:50%;bottom:-8px;width:16px;height:16px;background:#fff;border-right:1px solid rgba(22,32,54,.1);border-bottom:1px solid rgba(22,32,54,.1);transform:translateX(-50%) rotate(45deg);}
.jv-main-new-f2r-hover:hover .jv-main-new-remain-popover,
.jv-main-new-f2r-hover:focus-visible .jv-main-new-remain-popover,
.jv-main-new-f2r-hover:focus-within .jv-main-new-remain-popover {opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto;}
.jv-main-new-remain-popover__head {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:11px;border-bottom:1px solid #edf0f5;}
.jv-main-new-remain-popover__head strong {font-size:16px;font-weight:800;color:#111827;}
.jv-main-new-remain-popover__head span {font-size:12px;font-weight:700;color:#56657a;white-space:nowrap;}
.jv-main-new-remain-popover__list {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin:0;padding:0;list-style:none;}
.jv-main-new-remain-popover__list li {display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;font-size:14px;line-height:1.25;color:#1f2937;}
.jv-main-new-remain-popover__list li span {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.jv-main-new-remain-popover__list li strong {font-size:15px;font-weight:800;color:#0976ef;white-space:nowrap;}
.jv-main-new-remain-popover__empty {grid-column:1/-1;justify-content:center;color:#666;}

@media (max-width:1200px) {
  .jv-main-new-hero,.jv-main-new-hero__inner {min-height:860px;}
  .jv-main-new-info {grid-template-columns:1fr 1fr;gap:34px;bottom:0;}
  .jv-main-new-info__section + .jv-main-new-info__section {padding-left:24px;}
  .jv-main-new-info__section--support {grid-column:1/-1;border-left:0 !important;border-top:1px solid #d9d9d9;padding-top:28px;}
  .jv-main-new-remain__inner {grid-template-columns:150px 1fr;gap:28px;padding:40px 0;}
  .jv-main-new-help {grid-column:1/-1;height:auto;min-height:118px;}
}

@media (max-width:900px) {
  .jv-main-new-hero {min-height:auto;background-position:center top;}
  .jv-main-new-hero__inner {min-height:0;padding-top:80px;padding-bottom:0;}
  .jv-main-new-hero__title {font-size:44px;}
  .jv-main-new-hero__desc {font-size:16px;}
  .jv-main-new-info {position:relative;left:auto;right:auto;margin-top:56px;grid-template-columns:1fr;padding:32px 24px;border-radius:24px 24px 0 0;}
  .jv-main-new-info__section + .jv-main-new-info__section {border-left:0;border-top:1px solid #d9d9d9;padding-top:26px;}
  .jv-main-new-visa-cards {grid-template-columns:repeat(2,minmax(0,183px));}
  .jv-main-new-remain__inner {grid-template-columns:1fr;}
  .jv-main-new-remain__stats {justify-content:center;flex-wrap:wrap;}
  .jv-main-new-remain__head h2 br {display:none;}
}

@media (max-width:640px) {
  .jv-main-new-hero {/*background-image:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.82) 45%,rgba(255,255,255,.24) 100%),url("../img/visual_new.png");*/}
  .jv-main-new-hero__inner {padding-top:52px;}
  .jv-main-new-hero__eyebrow {font-size:12px;}
  .jv-main-new-hero__title {font-size:34px;line-height:1.2;}
  .jv-main-new-hero__desc {font-size:14px;}
  .jv-main-new-hero__desc br {display:none;}
  .jv-main-new-quick {width:100%;display:grid;grid-template-columns:repeat(3,1fr);}
  .jv-main-new-quick__item {width:auto;height:92px;font-size:15px;}
  .jv-main-new-quick__icon {width:40px;height:40px;}
  .jv-main-new-info {margin-top:38px;padding:28px 18px;}
  .jv-main-new-info__title {font-size:22px;margin-bottom:18px;}
  .jv-main-new-visa-cards {grid-template-columns:1fr;gap:12px;}
  .jv-main-new-visa-card {}
  .jv-main-new-process {justify-content:space-between;gap:12px;}
  .jv-main-new-process__item {width:30%;}
  .jv-main-new-process__item + .jv-main-new-process__item:before {display:block;left:-14px;top:24px;font-size:16px;}
  .jv-main-new-remain__inner {gap:28px;padding:34px 0;}
  .jv-main-new-remain__head h2 {font-size:24px;}
  .jv-main-new-remain__head p {font-size:14px;}
  .jv-main-new-remain__head h2,
  .jv-main-new-remain__head p {text-align:left;}
  .jv-main-new-remain__stats {display:grid;grid-template-columns:1fr;gap:22px;}
  .jv-main-new-remain__divider {display:block;width:100%;height:1px;background:rgba(255,255,255,.28);}
  .jv-main-new-remain__icon {width:84px;height:84px;}
  .jv-main-new-remain__icon img {width:48px;height:48px;}
  .jv-main-new-remain__stat > div > strong {font-size:20px;}
  .jv-main-new-remain__stat > div > p {font-size:20px;}
  .jv-main-new-remain__stat > div > p > b {font-size:34px;}
  .jv-main-new-help {border-radius:22px;padding:22px 24px;}
  .jv-main-new-help strong {font-size:21px;}
  .jv-main-new-remain-popover {width:min(320px,calc(100vw - 36px));}
  .jv-main-new-remain-popover__list {/*grid-template-columns:1fr;*/}
}


/* footer new */
.jv-footer-new {background:#f0f0f0;color:#222;padding:56px 0 82px;border-top:1px solid #d9d9d9;}
.jv-footer-new__inner {display:flex;justify-content:space-between;gap:32px;align-items:flex-start;}
.jv-footer-new__left {min-width:0;}
.jv-footer-new__title {margin:0 0 12px;font-size:22px;font-weight:600;line-height:1.35;color:#222;letter-spacing:0;}
.jv-footer-new__text {margin:0;font-size:18px;font-weight:400;line-height:1.45;color:#2f2f2f;letter-spacing:.01em;}
.jv-footer-new__copyright {margin:24px 0 0;font-size:16px;font-weight:400;line-height:1.45;color:#777;letter-spacing:.01em;}

.jv-footer-new__family-wrap {position:relative;flex:0 0 205px;min-width:205px;}
.jv-footer-new__family {margin-top:48px;width:205px;height:47px;padding:0 38px 0 45px;border:1px solid #bcbcbc;border-radius:5px;background:transparent;color:#333;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:0;}
.jv-footer-new__family-text {display:block;font-size:17px;font-weight:400;line-height:1;color:#333;letter-spacing:0;}
.jv-footer-new__family-icon {display:block;font-size:18px;font-weight:400;line-height:1;color:#333;transition:transform .18s ease;}
.jv-footer-new__family.is-open .jv-footer-new__family-icon {transform:rotate(45deg);}

.jv-footer-new__family-list {display:none;position:absolute;right:0;bottom:58px;width:205px;padding:8px 0;border:1px solid #d9d9d9;border-radius:5px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12);overflow:hidden;z-index:20;}
.jv-footer-new__family-list.is-open {display:block;}
.jv-footer-new__family-link {display:block;padding:11px 15px;font-size:14px;line-height:1.4;color:#333;text-decoration:none;transition:background .18s ease,color .18s ease;}
.jv-footer-new__family-link:hover,
.jv-footer-new__family-link:focus-visible {background:#f4f4f4;color:#000;}

@media (max-width:1024px) {
  .jv-footer-new {padding:48px 0 64px;}
  .jv-footer-new__inner {flex-direction:column;}
  .jv-footer-new__family-wrap {flex:0 0 auto;min-width:205px;}
  .jv-footer-new__family {margin-top:8px;}
}

@media (max-width:768px) {
  .jv-footer-new {padding:36px 0 44px;}
  .jv-footer-new__title {font-size:19px;}
  .jv-footer-new__text {font-size:15px;}
  .jv-footer-new__copyright {margin-top:18px;font-size:13px;}
  .jv-footer-new__family-wrap {width:100%;min-width:100%;}
  .jv-footer-new__family {width:100%;padding:0 18px;}
  .jv-footer-new__family-list {width:100%;}
  .jv-footer-new__family-text {font-size:15px;}
}
