
/* v853 — Cancellation & Refund approved design rebuild */
.refund-match-page-v853{
  --v853-blue:#1f66d1;
  --v853-blue-dark:#071a3a;
  --v853-text:#31496f;
  --v853-line:#dce7f5;
  --v853-soft:#f5f9ff;
  background:#f6faff;
}
.refund-match-page-v853 .topbar{
  background:#071c3e!important;
}
.refund-match-page-v853 .topbar .nav{
  min-height:72px;
}
.refund-match-page-v853 .nav-apply-btn,
.refund-match-page-v853 .mobile-only.emergency-apply-red-v787GM{
  background:#ff3b3f!important;
  border-radius:999px!important;
  color:#fff!important;
  font-weight:900!important;
}

/* approved top section */
.refund-match-hero-v853{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 68% 42%, rgba(211,230,255,.55), transparent 42%),
    linear-gradient(180deg,#f7fbff 0%,#f2f8ff 100%);
  border-bottom:1px solid #dbe7f5;
}
.refund-match-hero-v853:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:78px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(246,250,255,.9));
}
.refund-match-banner-v853{
  position:relative;
  width:100%;
  height:clamp(255px,27vw,430px);
  overflow:hidden;
  background:#dfeeff;
  border-bottom:1px solid rgba(221,234,251,.86);
}
.refund-match-banner-v853:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(7,28,62,.07),rgba(255,255,255,0) 38%,rgba(7,28,62,.08)),
    linear-gradient(180deg,rgba(7,28,62,.04),rgba(255,255,255,.05));
  pointer-events:none;
}
.refund-match-banner-v853 img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.01);
}
.refund-match-hero-inner-v853{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:26px;
  padding:36px 0 22px;
}
.refund-match-copy-v853{
  max-width:860px;
}
.refund-match-kicker-row-v853{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}
.refund-match-kicker-icon-v853{
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#edf5ff;
  border:1px solid #d8e7fb;
  color:#1f66d1;
  font-size:13px;
  font-weight:950;
  box-shadow:0 8px 22px rgba(31,102,209,.12);
}
.refund-match-kicker-v853{
  color:#1c66d8;
  font-size:16px;
  font-weight:950;
  letter-spacing:.06em;
}
.refund-match-copy-v853 h1{
  margin:0;
  color:#071a3a;
  font-size:clamp(48px,5vw,78px);
  line-height:1.08;
  letter-spacing:-.058em;
  font-weight:950;
  text-wrap:balance;
}
.refund-match-lead-v853{
  margin:24px 0 0;
  max-width:860px;
  color:#2f4770;
  font-size:20px;
  line-height:1.68;
}
.refund-match-updated-v853{
  display:flex;
  align-items:center;
  gap:10px;
  margin:24px 0 0;
  color:#314b72;
  font-size:16px;
}
.refund-match-updated-v853 span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#1f66d1;
  box-shadow:0 4px 12px rgba(15,35,70,.08);
}

/* "Before you request a refund" is a horizontal strip as requested */
.refund-match-before-strip-v853{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  margin:0 auto 36px;
  padding:22px 24px;
  border:1px solid #dce7f5;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 42px rgba(15,35,70,.08);
}
.refund-match-before-strip-v853:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#1f66d1,#68a7ff);
  border-radius:22px 22px 0 0;
}
.refund-match-strip-head-v853{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:280px;
}
.refund-match-strip-head-v853 span{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#1f66d1;
  color:#fff;
  font-size:24px;
  line-height:1;
  font-weight:950;
  font-family:Arial,sans-serif;
  box-shadow:0 14px 28px rgba(31,102,209,.2);
}
.refund-match-strip-head-v853 h2{
  margin:0;
  color:#071a3a;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:950;
}
.refund-match-before-strip-v853 ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;
}
.refund-match-before-strip-v853 li{
  position:relative;
  padding-left:30px;
  color:#365176;
  font-size:15px;
  line-height:1.5;
  font-weight:700;
}
.refund-match-before-strip-v853 li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:21px;
  height:21px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#1f66d1;
  color:#fff;
  font-size:12px;
  font-weight:950;
}
.refund-match-before-strip-v853 a{
  min-width:188px;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#1f66d1;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-weight:950;
  box-shadow:0 12px 26px rgba(31,102,209,.2);
}
.refund-match-before-strip-v853 a:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(31,102,209,.26);
}

/* page layout */
.refund-match-page-v853 .refund-xxx-page-v833{
  background:
    radial-gradient(circle at 16% 18%, rgba(216,234,255,.5), transparent 36%),
    linear-gradient(180deg,#f5f9ff 0%,#ffffff 100%);
}
.refund-match-page-v853 .refund-xxx-body-v833{
  padding:10px 0 58px!important;
}
.refund-match-page-v853 .refund-xxx-layout-v833{
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:34px!important;
  align-items:start;
}
.refund-match-page-v853 .refund-xxx-article-v833{
  display:grid;
  gap:24px;
}

/* summary */
.refund-match-summary-card-v853{
  border:1px solid #dce7f5!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 40px rgba(15,35,70,.07)!important;
  padding:34px 34px 32px!important;
  position:relative;
  overflow:hidden;
}
.refund-match-summary-card-v853:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:4px;
  background:#1f66d1;
}
.refund-match-summary-card-v853:after,
.refund-match-page-v853 .refund-xxx-section-v833:after{
  content:"";
  position:absolute;
  right:-60px;
  top:-70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(31,102,209,.055),rgba(31,102,209,0) 68%);
  pointer-events:none;
}
.refund-match-summary-card-v853 .refund-xxx-heading-v833{
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  margin-bottom:18px!important;
}
.refund-match-summary-card-v853 .refund-match-icon-v853{
  width:72px!important;
  height:72px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#eaf3ff!important;
  color:#1f66d1!important;
  border:1px solid #d7e7fb!important;
  font-size:30px!important;
  font-weight:950!important;
}
.refund-match-summary-card-v853 h2{
  color:#071a3a!important;
  font-size:clamp(26px,2vw,34px)!important;
  line-height:1.2!important;
  letter-spacing:-.035em!important;
}
.refund-match-summary-card-v853 > p{
  color:#355176!important;
  font-size:17px!important;
  line-height:1.72!important;
  max-width:830px;
}

/* nav chips */
.refund-match-nav-v853{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  padding:14px 16px;
  border:1px solid #dce7f5;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,35,70,.04);
}
.refund-match-nav-v853 > span{
  color:#496184;
  font-weight:900;
  font-size:14px;
  padding:0 4px;
}
.refund-match-nav-v853 a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid #d8e5f7;
  background:#f8fbff;
  color:#23406f;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  transition:all .18s ease;
}
.refund-match-nav-v853 a b{
  color:#1f66d1;
}
.refund-match-nav-v853 a:hover,
.refund-match-nav-v853 a.is-active{
  transform:translateY(-1px);
  background:#1f66d1;
  border-color:#1f66d1;
  color:#fff;
}
.refund-match-nav-v853 a:hover b,
.refund-match-nav-v853 a.is-active b{
  color:#fff;
}

/* content cards */
.refund-match-page-v853 .refund-xxx-section-v833{
  position:relative;
  overflow:hidden;
  border:1px solid #dce7f5!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,35,70,.055)!important;
  padding:30px 32px!important;
  margin:0!important;
  scroll-margin-top:120px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.refund-match-page-v853 .refund-xxx-section-v833:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(15,35,70,.08)!important;
  border-color:#c9dcf4!important;
}
.refund-match-page-v853 .refund-xxx-heading-v833{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  margin:0 0 18px!important;
}
.refund-match-page-v853 .refund-xxx-heading-v833 .refund-match-icon-v853,
.refund-match-page-v853 .refund-xxx-section-v833:not(.refund-match-summary-card-v853) .refund-xxx-heading-v833 > span{
  width:56px!important;
  height:56px!important;
  flex:0 0 56px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#edf5ff,#fff)!important;
  border:1px solid #d6e6fb!important;
  color:#1f66d1!important;
  font-size:23px!important;
  font-weight:950!important;
  box-shadow:0 10px 24px rgba(31,102,209,.08)!important;
}
.refund-match-page-v853 .refund-xxx-heading-v833 h2{
  margin:0!important;
  color:#071a3a!important;
  font-size:clamp(24px,1.8vw,31px)!important;
  line-height:1.18!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}
.refund-match-page-v853 .refund-xxx-section-v833 > p{
  color:#2d4168!important;
  font-size:17px!important;
  line-height:1.75!important;
  margin:0 0 18px!important;
}

/* Lists */
.refund-match-page-v853 .refund-xxx-list-v833,
.refund-match-page-v853 .refund-xxx-checklist-v833{
  display:grid!important;
  gap:13px!important;
  list-style:none!important;
  margin:18px 0 0!important;
  padding:0!important;
}
.refund-match-page-v853 .refund-xxx-list-v833 li,
.refund-match-page-v853 .refund-xxx-checklist-v833 li{
  position:relative!important;
  border:1px solid #e3edf9!important;
  border-radius:16px!important;
  background:#fbfdff!important;
  padding:15px 18px 15px 54px!important;
  color:#31496f!important;
  font-size:16px!important;
  line-height:1.62!important;
  transition:border-color .18s ease, background .18s ease, transform .18s ease;
}
.refund-match-page-v853 .refund-xxx-list-v833 li:hover,
.refund-match-page-v853 .refund-xxx-checklist-v833 li:hover{
  background:#f7fbff!important;
  border-color:#cbdff7!important;
  transform:translateX(2px);
}
.refund-match-page-v853 .refund-xxx-list-v833 li:before,
.refund-match-page-v853 .refund-xxx-checklist-v833 li:before{
  content:"✓"!important;
  position:absolute!important;
  left:16px!important;
  top:16px!important;
  width:25px!important;
  height:25px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#1f66d1!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
}

/* notes */
.refund-match-page-v853 .refund-xxx-note-v833{
  border:1px solid #cfe0fb!important;
  border-left:5px solid #1f66d1!important;
  border-radius:16px!important;
  background:#f4f8ff!important;
  padding:18px 20px!important;
  color:#2d4168!important;
  font-size:16px!important;
  line-height:1.65!important;
  margin-top:18px!important;
}

/* tables */
.refund-match-table-wrap-v853{
  overflow:auto;
  border:1px solid #dce7f5;
  border-radius:18px;
  background:#fff;
  margin-top:18px;
  box-shadow:0 10px 24px rgba(15,35,70,.035);
}
.refund-match-page-v853 .refund-xxx-table-v833{
  width:100%;
  min-width:760px;
  border-collapse:separate!important;
  border-spacing:0!important;
  margin:0!important;
}
.refund-match-page-v853 .refund-xxx-table-v833 th{
  background:#0f3e82!important;
  color:#fff!important;
  padding:16px!important;
  border:0!important;
  font-size:14px!important;
}
.refund-match-page-v853 .refund-xxx-table-v833 td{
  padding:16px!important;
  border:0!important;
  border-top:1px solid #e4edf8!important;
  color:#31496f!important;
  line-height:1.6!important;
}
.refund-match-page-v853 .refund-xxx-table-v833 tbody tr:nth-child(even) td{
  background:#f8fbff!important;
}

/* FAQ */
.refund-match-page-v853 .refund-xxx-faq-v833 details{
  border:1px solid #dce7f5!important;
  border-radius:16px!important;
  background:#fbfdff!important;
  overflow:hidden;
  transition:background .18s ease, border-color .18s ease;
  margin-top:12px;
}
.refund-match-page-v853 .refund-xxx-faq-v833 details[open]{
  background:#fff!important;
  border-color:#cbdff7!important;
}
.refund-match-page-v853 .refund-xxx-faq-v833 summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  padding:18px 58px 18px 20px!important;
  color:#071a3a!important;
  font-weight:900!important;
  line-height:1.45;
}
.refund-match-page-v853 .refund-xxx-faq-v833 summary::-webkit-details-marker{display:none}
.refund-match-page-v853 .refund-xxx-faq-v833 summary:after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf5ff;
  color:#1f66d1;
  font-weight:950;
}
.refund-match-page-v853 .refund-xxx-faq-v833 details[open] summary:after{content:"–"}
.refund-match-page-v853 .refund-xxx-faq-v833 details p{
  padding:0 20px 20px!important;
  margin:0!important;
  color:#31496f!important;
  line-height:1.7!important;
}

/* sidebar begins underneath the before-strip */
.refund-match-page-v853 .refund-xxx-sidebar-v833,
.refund-match-page-v853 .emergency-sidebar-v787FR{
  position:sticky;
  top:18px;
  display:grid;
  gap:18px;
}
.refund-match-page-v853 .refund-xxx-sidebar-v833 .emergency-side-box-v787FR,
.refund-match-page-v853 .emergency-sidebar-v787FR .emergency-side-box-v787FR{
  margin:0!important;
  border:1px solid #dce7f5!important;
  border-radius:20px!important;
  box-shadow:0 14px 32px rgba(15,35,70,.06)!important;
  overflow:hidden;
  background:#fff!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.refund-match-page-v853 .refund-xxx-sidebar-v833 .emergency-side-box-v787FR:hover,
.refund-match-page-v853 .emergency-sidebar-v787FR .emergency-side-box-v787FR:hover{
  transform:translateY(-2px);
  border-color:#cbdff7!important;
  box-shadow:0 18px 42px rgba(15,35,70,.08)!important;
}
.refund-match-page-v853 .refund-xxx-sidebar-v833 h3,
.refund-match-page-v853 .emergency-sidebar-v787FR h3{
  color:#071a3a!important;
  font-size:20px!important;
  letter-spacing:-.02em;
}
.refund-match-page-v853 .refund-xxx-policy-links-v833 a{
  display:flex;
  align-items:center;
  min-height:32px;
}
.refund-match-page-v853 .refund-xxx-policy-links-v833 a:before{
  content:"›";
  margin-right:8px;
  color:#1f66d1;
  font-weight:950;
}
.refund-match-page-v853 .emergency-contact-pill-v787GS,
.refund-match-page-v853 .emergency-side-btn-v787FR{
  border-radius:14px!important;
  font-weight:900!important;
  min-height:44px!important;
}

/* final CTA */
.refund-match-final-cta-v853,
.refund-match-page-v853 .refund-xxx-final-cta-v833{
  border:1px solid #cfe0fb!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#fff 0%,#f0f7ff 100%)!important;
  box-shadow:0 16px 42px rgba(15,35,70,.07)!important;
  padding:34px!important;
}

/* responsive */
@media(max-width:1200px){
  .refund-match-before-strip-v853{
    grid-template-columns:1fr;
  }
  .refund-match-strip-head-v853{
    min-width:0;
  }
  .refund-match-before-strip-v853 a{
    width:100%;
  }
}
@media(max-width:1100px){
  .refund-match-page-v853 .refund-xxx-layout-v833{
    grid-template-columns:1fr!important;
  }
  .refund-match-page-v853 .refund-xxx-sidebar-v833,
  .refund-match-page-v853 .emergency-sidebar-v787FR{
    position:static;
  }
}
@media(max-width:760px){
  .refund-match-banner-v853{
    height:245px;
  }
  .refund-match-hero-inner-v853{
    padding:26px 0 18px;
  }
  .refund-match-copy-v853 h1{
    font-size:42px;
  }
  .refund-match-lead-v853{
    font-size:17px;
  }
  .refund-match-before-strip-v853{
    margin-bottom:24px;
    padding:20px;
  }
  .refund-match-before-strip-v853 ul{
    grid-template-columns:1fr;
  }
  .refund-match-summary-card-v853,
  .refund-match-page-v853 .refund-xxx-section-v833{
    padding:24px 20px!important;
    border-radius:18px!important;
  }
  .refund-match-nav-v853{
    flex-wrap:nowrap;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .refund-match-nav-v853 > span{display:none}
  .refund-match-page-v853 .refund-xxx-heading-v833{
    align-items:flex-start!important;
    gap:13px!important;
  }
  .refund-match-page-v853 .refund-xxx-heading-v833 .refund-match-icon-v853,
  .refund-match-page-v853 .refund-xxx-section-v833:not(.refund-match-summary-card-v853) .refund-xxx-heading-v833 > span{
    width:46px!important;
    height:46px!important;
    flex-basis:46px!important;
    font-size:20px!important;
  }
  .refund-match-page-v853 .refund-xxx-list-v833 li:hover,
  .refund-match-page-v853 .refund-xxx-checklist-v833 li:hover{
    transform:none;
  }
}
@media(max-width:480px){
  .refund-match-copy-v853 h1{
    font-size:36px;
  }
  .refund-match-banner-v853{
    height:220px;
  }
}
