/* ATH bundle experience — product-led bundle presentation */
.ath-bundle-product .ath-product-hero-heading { padding-bottom: 34px; }

.ath-bundle-mosaic {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(207, 169, 89, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 8%, rgba(226, 182, 89, .2), transparent 16rem),
    linear-gradient(145deg, #122734, #091a24 70%);
  box-shadow: 0 28px 65px rgba(0, 0, 0, .24);
}

.ath-bundle-mosaic::after {
  position: absolute;
  right: -75px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(226, 182, 89, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(226, 182, 89, .035), 0 0 0 72px rgba(226, 182, 89, .025);
  content: '';
}

.ath-bundle-mosaic__head { display: flex; gap: 13px; align-items: center; margin-bottom: 20px; }
.ath-bundle-mosaic__head > span { display: grid; width: 47px; height: 47px; place-items: center; color: #efc56d; border: 1px solid rgba(225, 181, 88, .35); border-radius: 14px; background: rgba(225, 181, 88, .1); }
.ath-bundle-mosaic__head svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ath-bundle-mosaic__head small { display: block; margin-bottom: 3px; color: #d7aa50; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.ath-bundle-mosaic__head strong { color: #fff; font-size: 17px; }
.ath-bundle-mosaic__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.ath-bundle-mosaic__grid a { display: flex; min-width: 0; flex-direction: column; gap: 8px; align-items: center; padding: 12px 8px 10px; color: #dbe7ec; text-decoration: none; border: 1px solid rgba(160, 191, 207, .16); border-radius: 14px; background: rgba(255,255,255,.045); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.ath-bundle-mosaic__grid a:hover { border-color: rgba(230, 187, 97, .52); background: rgba(255,255,255,.075); transform: translateY(-2px); }
.ath-bundle-mosaic__grid img, .ath-bundle-monogram { width: 66px; height: 66px; object-fit: contain; border-radius: 12px; background: #f6f8f8; }
.ath-bundle-mosaic__grid strong { overflow: hidden; max-width: 100%; font-size: 10px; line-height: 1.3; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.ath-bundle-mosaic > p { position: relative; z-index: 1; margin: 19px 0 0; color: rgba(218,231,238,.7); font-size: 12px; line-height: 1.65; }

.ath-bundle-monogram { display: grid; place-items: center; color: #b11f26; font-size: 26px; font-weight: 900; }

.ath-bundle-experience { width: 100%; max-width: 1220px; margin: 55px auto 90px; color: #102a3a; }
.ath-bundle-experience__hero { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 45px; align-items: end; padding: 46px 50px; border-radius: 28px 28px 0 0; background: radial-gradient(circle at 90% 20%,rgba(223,177,76,.25),transparent 24rem),linear-gradient(125deg,#0c2637,#0a1b27); }
.ath-bundle-experience__hero p, .ath-bundle-section-heading small, .ath-bundle-delivery > div > small { margin: 0 0 11px; color: #c58e28; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.ath-bundle-experience__hero h2 { max-width: 780px; margin: 0 0 15px; color: #fff; font-size: clamp(31px,4vw,55px); line-height: 1.03; letter-spacing: -.035em; }
.ath-bundle-experience__hero > div > span { display: block; max-width: 760px; color: rgba(222,234,240,.75); font-size: 15px; line-height: 1.75; }
.ath-bundle-experience__hero aside { display: flex; gap: 13px; align-items: center; padding: 18px 21px; border: 1px solid rgba(223,177,76,.28); border-radius: 18px; background: rgba(255,255,255,.055); }
.ath-bundle-experience__hero aside strong { color: #efc569; font-size: 43px; line-height: 1; }
.ath-bundle-experience__hero aside span { color: rgba(235,242,245,.72); font-size: 10px; font-weight: 700; line-height: 1.5; text-transform: uppercase; letter-spacing: .09em; }

.ath-bundle-section-heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; padding: 54px 10px 25px; }
.ath-bundle-section-heading h3, .ath-bundle-delivery h3 { margin: 0; color: #102a3a; font-size: clamp(26px,3vw,38px); letter-spacing: -.025em; }
.ath-bundle-section-heading > p { max-width: 410px; margin: 0; color: #657987; font-size: 13px; line-height: 1.65; }

.ath-bundle-children { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.ath-bundle-child { overflow: hidden; margin: 0; border: 1px solid #dce5e9; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(12,38,55,.065); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ath-bundle-child:hover { border-color: rgba(190,139,38,.45); box-shadow: 0 20px 45px rgba(12,38,55,.12); transform: translateY(-4px); }
.ath-bundle-child__media { position: relative; display: grid; min-height: 174px; place-items: center; padding: 22px; background: linear-gradient(145deg,#f8fafb,#edf2f3); }
.ath-bundle-child__media img, .ath-bundle-child__media .ath-bundle-monogram { width: 126px; height: 126px; object-fit: contain; }
.ath-bundle-child__number { position: absolute; top: 16px; left: 17px; color: #9aadba; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ath-bundle-child__body { padding: 22px 23px 24px; }
.ath-bundle-child__meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; color: #b17a16; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.ath-bundle-child__meta small { color: #8495a0; font-size: 9px; letter-spacing: .04em; }
.ath-bundle-child h4 { margin: 0 0 10px; font-size: 19px; line-height: 1.25; }
.ath-bundle-child h4 a { color: #102a3a; text-decoration: none; }
.ath-bundle-child p { min-height: 66px; margin: 0 0 18px; color: #657987; font-size: 12px; line-height: 1.65; }
.ath-bundle-child__link { display: inline-flex; gap: 7px; align-items: center; color: #9f6b0c; font-size: 11px; font-weight: 800; text-decoration: none; }
.ath-bundle-child__link svg, .ath-bundle-cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ath-bundle-child__link:hover { color: #c28b22; }

.ath-bundle-workflow { margin-top: 70px; padding: 44px 46px 48px; color: #fff; border-radius: 28px; background: radial-gradient(circle at 10% 10%,rgba(24,83,112,.65),transparent 24rem),#081a25; }
.ath-bundle-section-heading--light { padding: 0 0 32px; }
.ath-bundle-section-heading--light h3 { color: #fff; }
.ath-bundle-section-heading--light > p { color: rgba(220,233,239,.62); }
.ath-bundle-workflow ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.ath-bundle-workflow li { position: relative; display: flex; gap: 15px; min-height: 145px; padding: 22px; border: 1px solid rgba(157,191,208,.17); border-radius: 18px; background: rgba(255,255,255,.045); }
.ath-bundle-workflow li > span { color: #dfb65e; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ath-bundle-workflow li strong { display: block; margin-bottom: 9px; font-size: 16px; }
.ath-bundle-workflow li p { margin: 0; color: rgba(220,232,238,.65); font-size: 12px; line-height: 1.65; }
.ath-bundle-workflow li > i { position: absolute; z-index: 2; top: 50%; right: -22px; display: grid; width: 29px; height: 29px; place-items: center; color: #deb45b; border-radius: 50%; background: #102d3e; transform: translateY(-50%); }
.ath-bundle-workflow li > i svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ath-bundle-workflow__outcome { display: flex; gap: 15px; align-items: center; margin-top: 18px; padding: 20px 22px; border: 1px solid rgba(221,179,87,.32); border-radius: 17px; background: rgba(221,179,87,.08); }
.ath-bundle-workflow__outcome > svg { width: 25px; height: 25px; flex: 0 0 25px; fill: none; stroke: #e6bf68; stroke-width: 1.8; }
.ath-bundle-workflow__outcome small { display: block; margin-bottom: 4px; color: #d9ad50; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.ath-bundle-workflow__outcome strong { color: #f4f7f8; font-size: 13px; line-height: 1.55; }

.ath-bundle-delivery { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 38px 60px; margin-top: 18px; padding: 45px 48px; border: 1px solid #d9e4e8; border-radius: 28px; background: linear-gradient(135deg,#f8fafb,#eef3f4); }
.ath-bundle-delivery > div > p { max-width: 590px; color: #627784; font-size: 13px; line-height: 1.7; }
.ath-bundle-delivery ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ath-bundle-delivery li { display: flex; gap: 13px; padding: 13px 15px; border: 1px solid #dce5e8; border-radius: 14px; background: rgba(255,255,255,.8); }
.ath-bundle-delivery li > svg { width: 18px; height: 18px; flex: 0 0 18px; color: #b77c10; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ath-bundle-delivery li span, .ath-bundle-delivery li strong { display: block; }
.ath-bundle-delivery li strong { margin-bottom: 3px; color: #173445; font-size: 11px; }
.ath-bundle-delivery li span { color: #6a7d88; font-size: 10px; line-height: 1.45; }
.ath-bundle-delivery__notice { grid-column: 1/-1; margin: -13px 0 0; padding: 13px 15px; color: #79530d; border: 1px solid rgba(189,134,30,.28); border-radius: 12px; background: rgba(226,182,88,.12); font-size: 11px; font-weight: 700; }
.ath-bundle-cta { display: inline-flex; grid-column: 1/-1; width: max-content; gap: 10px; align-items: center; padding: 15px 20px; color: #102533; border-radius: 13px; background: linear-gradient(135deg,#efce83,#c9922e); box-shadow: 0 12px 28px rgba(176,120,18,.2); font-size: 12px; font-weight: 900; text-decoration: none; }

@media (max-width: 980px) {
  .ath-bundle-experience { padding: 0 18px; }
  .ath-bundle-children { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ath-bundle-experience__hero { padding: 38px 34px; }
  .ath-bundle-workflow ol { grid-template-columns: 1fr; }
  .ath-bundle-workflow li { min-height: auto; }
  .ath-bundle-workflow li > i { top: auto; right: 50%; bottom: -22px; transform: translateX(50%) rotate(90deg); }
}

@media (max-width: 640px) {
  .ath-bundle-mosaic { padding: 18px; }
  .ath-bundle-mosaic__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ath-bundle-experience { margin-top: 35px; padding: 0 10px; }
  .ath-bundle-experience__hero { grid-template-columns: 1fr; gap: 24px; padding: 32px 24px; }
  .ath-bundle-experience__hero aside { width: max-content; }
  .ath-bundle-section-heading { display: block; padding: 39px 4px 20px; }
  .ath-bundle-section-heading > p { margin-top: 11px; }
  .ath-bundle-children { grid-template-columns: 1fr; }
  .ath-bundle-child p { min-height: 0; }
  .ath-bundle-workflow, .ath-bundle-delivery { padding: 30px 22px; border-radius: 22px; }
  .ath-bundle-delivery { grid-template-columns: 1fr; gap: 24px; }
  .ath-bundle-cta { width: 100%; justify-content: center; }
}
