
.ty125-footer-time-v3{
  max-width:1200px;
  margin:62px auto 36px;
  padding:0 18px;
  box-sizing:border-box;
  color:#10243b;
  font-family:inherit;
}
.ty125-footer-time-v3 *{box-sizing:border-box}
.ty125-ft3-shell{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(230px,.78fr) minmax(180px,.62fr) minmax(180px,.62fr);
  gap:16px;
  padding:18px;
  border-radius:36px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,220,130,.38), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(55,125,255,.26), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(226,238,255,.58));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 28px 76px rgba(31,72,128,.18);
  backdrop-filter:blur(16px);
}
.ty125-ft3-shell:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  left:-160px;
  bottom:-190px;
  border-radius:999px;
  background:rgba(255,255,255,.56);
  filter:blur(8px);
}
.ty125-ft3-shell:after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-120px;
  top:-130px;
  border-radius:999px;
  background:rgba(23,103,232,.12);
  filter:blur(8px);
}
.ty125-ft3-hero,.ty125-ft3-time-card,.ty125-ft3-links{position:relative;z-index:1}
.ty125-ft3-hero{
  min-height:258px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.46);
  border:1px solid rgba(255,255,255,.68);
}
.ty125-ft3-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  color:#1853b4;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  background:rgba(23,103,232,.10);
  border:1px solid rgba(23,103,232,.16);
}
.ty125-ft3-kicker:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 0 6px rgba(34,197,94,.12);
}
.ty125-ft3-hero h2{
  max-width:680px;
  margin:0 0 12px;
  color:#10243b;
  font-size:clamp(25px,3vw,40px);
  line-height:1.15;
  letter-spacing:-.04em;
}
.ty125-ft3-hero p{
  max-width:620px;
  margin:0;
  color:#40566f;
  font-size:16px;
  line-height:1.85;
}
.ty125-ft3-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.ty125-ft3-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  color:#10243b;
  font-weight:900;
  text-decoration:none;
  border:1px solid rgba(88,122,170,.22);
  background:rgba(255,255,255,.66);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.ty125-ft3-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(31,72,128,.12);
}
.ty125-ft3-btn.primary{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,#1767e8,#3b82f6);
  box-shadow:0 14px 28px rgba(23,103,232,.22);
}
.ty125-ft3-time-card{
  overflow:hidden;
  padding:26px 22px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.24), transparent 32%),
    linear-gradient(145deg,#0f3f9a,#1767e8 56%,#52a5ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22), 0 18px 36px rgba(23,103,232,.22);
}
.ty125-ft3-time-label{
  display:inline-flex;
  margin-bottom:18px;
  padding:6px 10px;
  border-radius:999px;
  color:#eaf3ff;
  font-size:13px;
  font-weight:900;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.20);
}
.ty125-ft3-time-card strong{
  display:block;
  margin:0 0 5px;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.02em;
}
.ty125-ft3-time-card em{
  display:block;
  margin-bottom:14px;
  color:rgba(255,255,255,.82);
  font-style:normal;
  font-weight:800;
}
.ty125-ft3-time-card div{
  margin:4px 0 12px;
  font-size:44px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.05em;
}
.ty125-ft3-time-card p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.7;
}
.ty125-ft3-links{
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.45);
  border:1px solid rgba(255,255,255,.64);
}
.ty125-ft3-links h3{
  margin:0 0 14px;
  color:#10243b;
  font-size:18px;
}
.ty125-ft3-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:38px;
  padding:8px 0;
  color:#40566f;
  text-decoration:none;
  font-weight:850;
  border-bottom:1px solid rgba(88,122,170,.14);
}
.ty125-ft3-links a:last-child{border-bottom:0}
.ty125-ft3-links a:after{
  content:"›";
  color:#1767e8;
  font-size:20px;
  line-height:1;
  opacity:.78;
}
.ty125-ft3-links a:hover{color:#1767e8}
.ty125-ft3-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin:14px 10px 0;
  padding:0 12px;
  color:#5a6d82;
  font-size:13px;
  line-height:1.7;
}
@media(max-width:1080px){
  .ty125-ft3-shell{grid-template-columns:1fr 1fr}
  .ty125-ft3-hero{grid-column:1 / -1;min-height:auto}
}
@media(max-width:680px){
  .ty125-footer-time-v3{margin:36px auto 22px;padding:0 12px}
  .ty125-ft3-shell{grid-template-columns:1fr;padding:14px;border-radius:26px}
  .ty125-ft3-hero,.ty125-ft3-time-card,.ty125-ft3-links{padding:18px;border-radius:21px}
  .ty125-ft3-actions{display:grid;grid-template-columns:1fr}
  .ty125-ft3-time-card div{font-size:40px}
  .ty125-ft3-bottom{display:block;text-align:center;margin-top:12px}
  .ty125-ft3-bottom span{display:block;margin:4px 0}
}
