/* ─── Comparison section ─────────────────────────────────────── */
/* Stage 1920 × 2030px (page y 2967–4988).                       */
/* stage_y = page_y − 2967                                        */
/* Extra 270px at bottom for the arc connector (vector-42)        */


.comparison {
  overflow-x: clip;
  position: relative;
  z-index: 1;
    margin-bottom: 25px;
}

.comparison__stage {
    position: relative;
    width: 1920px;
    height: 2030px;
    left: 50%;
    transform: translateX(-50%);
}

/* ════════════════════════════════════════════════════════════════
   "The Comparison" heading
   page top:2967 → stage y:0
   left: calc(50% − 298px) = 662px   height:72
════════════════════════════════════════════════════════════════ */

.comparison__heading {
    align-items: center;
    color: var(--white-solid);
    display: flex;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 72px;
    font-weight: 700;
    height: 72px;
    left: 662px;
    letter-spacing: -1.5px;
    line-height: 72px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

/* ════════════════════════════════════════════════════════════════
   group-23460: Y-shaped connector above the two cards
   page top:3066 → stage y:99
   left: calc(50% − 382px) = 578px   763×186
════════════════════════════════════════════════════════════════ */

.comparison__connector {
  height: 186px;
  left: 578px;
  position: absolute;
  top: 99px;
  width: 763px;
}

/* Inline SVG fills the connector container */
.comparison__connector svg {
  display: block;
}

/* ════════════════════════════════════════════════════════════════
   "Playing Solo" card (group-23459)
   page top:3197 → stage y:230
   left:260   641×660
════════════════════════════════════════════════════════════════ */

.comparison__solo {
  height: 660px;
  left: 260px;
  position: absolute;
  top: 230px;
  width: 641px;
}

/* Card background (rectangle-5409): top:25, 637×635 */
.comparison__solo-bg {
  background-color: var(--eerie-black);
  border-radius: 44px;
  height: 635px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 637px;
}

/* Image: top:0, centered: (641-334)/2=153px */
.comparison__solo-img {
  height: 301px;
  left: 132px;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 334px;
}

/* "Playing Solo" title: top:304, left:184, silver, 44px */
.comparison__solo-title {
    align-items: center;
    color: var(--silver-chalice);
    display: flex;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 44px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    left: 184px;
    letter-spacing: -1.5px;
    line-height: 48.4px;
    position: absolute;
    text-align: center;
    top: 304px;
    white-space: nowrap;
}

/* Description text: top:378, left:48, 541×195, silver */
.comparison__solo-text {
    align-items: center;
    color: var(--silver-chalice);
    display: flex;
    font-family: var(--font-raleway), sans-serif;
    font-size: 28px;
    font-weight: 400;
    height: 195px;
    left: 48px;
    letter-spacing: -1px;
    line-height: 39.2px;
    position: absolute;
    top: 378px;
    width: 541px;
}

/* ════════════════════════════════════════════════════════════════
   "Playing the Symphony" card (group-23482)
   page top:3190 → stage y:223
   left:1023   641×667
════════════════════════════════════════════════════════════════ */

.comparison__symphony {
  height: 667px;
  left: 1023px;
  position: absolute;
  top: 223px;
  width: 641px;
}

/* Card bg (group-23420): top:32, 637×635, dark + blue glow */
.comparison__symphony-bg {
    background-color: var(--eerie-black);
    border-radius: 44px;
    box-shadow: 0 0 12px rgba(1, 114, 253, 0.8), 0 0 20px rgba(1, 114, 253, 0.6);
    height: 635px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 32px;
    width: 637px;
}

/* Blue gradient overlay */
.comparison__symphony-gradient {
  background: linear-gradient(
    169deg,
    rgba(1, 114, 253, 0.22) 0%,
    rgba(1, 114, 253, 0)    40%,
    rgba(1, 114, 253, 0.06) 100%
  );
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Image: top:0, centered: (641-182)/2=229px */
.comparison__symphony-img {
  height: 248px;
  left: 225px;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 182px;
}

/* "Playing the Symphony" title: top:308, left:48, blue gradient, 48px */
.comparison__symphony-title {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    align-items: center;
    background: linear-gradient(90deg, rgba(1, 114, 253, 1) 0%, rgba(0, 79, 227, 1) 100%);
    background-clip: text;
    color: transparent;
    display: flex;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 48px;
    font-weight: 700;
    height: 53px;
    justify-content: center;
    left: 48px;
    letter-spacing: -1.5px;
    line-height: 52.8px;
    position: absolute;
    text-align: center;
    top: 308px;
    white-space: nowrap;
}

/* Description text: top:385, left:48, 541×234, white */
.comparison__symphony-text {
    align-items: center;
    color: var(--white-solid);
    display: flex;
    font-family: var(--font-raleway), sans-serif;
    font-size: 28px;
    font-weight: 400;
    height: 234px;
    left: 48px;
    letter-spacing: -1px;
    line-height: 39.2px;
    position: absolute;
    top: 385px;
    width: 541px;
}

/* ════════════════════════════════════════════════════════════════
   Vertical lines from card bottoms to table
   page top:3857 → stage y:890
   line-232 (left):  left: calc(50%−383px) = 577px
   line-231 (right): left: calc(50%+380px) = 1340px
   Both: width:2, height:136
════════════════════════════════════════════════════════════════ */

.comparison__line-left {
  height: 136px;
  left: 577px;
  object-fit: fill;
  position: absolute;
  top: 890px;
  width: 2px;
  /* Short line: override grow-down 2.4s global duration */
  transition-duration: 0.65s;
}

.comparison__line-right {
  height: 136px;
  left: 1340px;
  object-fit: fill;
  position: absolute;
  top: 890px;
  width: 2px;
  /* Short line: override grow-down 2.4s global duration */
  transition-duration: 0.65s;
}

/* ════════════════════════════════════════════════════════════════
   Comparison table (.list)
   page top:3942 → stage y:975
   left:160   width:1640 (bg 1600px)   height:776
════════════════════════════════════════════════════════════════ */

.comparison__table-wrap {
  height: 776px;
  left: 160px;
  position: absolute;
  top: 975px;
  width: 1640px;
}

/* Table background */
.comparison__table-bg {
  background-color: var(--eerie-black);
  background-image: linear-gradient(
    169deg,
    rgba(1, 114, 253, 0.22) 0%,
    rgba(1, 114, 253, 0)    40%,
    rgba(1, 114, 253, 0.06) 100%
  );
  border-radius: 16px;
  height: 776px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1600px;
}

/* Header row dark bg: height:116, rounded top corners */
.comparison__table-header {
  background-color: rgba(19, 19, 19, 0.6);
  border-radius: 16px 16px 0 0;
  height: 116px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1600px;
}

/* "Feature" label in header: left:24, top:42 */
.comparison__table-feature-label {
    align-items: center;
    color: var(--white-solid);
    display: flex;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 32px;
    font-weight: 600;
    height: 32px;
    left: 24px;
    letter-spacing: -1.5px;
    line-height: 32px;
    position: absolute;
    top: 42px;
    white-space: nowrap;
}

/* "Solo (Standard Mediation)" header: left:367, top:41 */
.comparison__table-solo-header {
    align-items: center;
    color: var(--silver-chalice);
    display: flex;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 32px;
    font-weight: 600;
    height: 35px;
    justify-content: center;
    left: 367px;
    letter-spacing: -1.5px;
    line-height: 35.2px;
    position: absolute;
    text-align: center;
    top: 41px;
    white-space: nowrap;
}

/* Symphony header (logo + text): left:937, top:40 */
.comparison__table-symphony-header {
  display: flex;
  gap: 19px;
  height: 36px;
  left: 937px;
  position: absolute;
  top: 40px;
  width: 346px;
  align-items: center;
}

.comparison__table-symphony-name {
    align-items: center;
    color: var(--blue-ribbon);
    display: flex;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 32px;
    font-weight: 600;
    height: 35px;
    justify-content: center;
    letter-spacing: -1.5px;
    line-height: 35.2px;
    margin-top: 1px;
    text-align: center;
    white-space: nowrap;
}

.comparison__table-symphony-header img {
  aspect-ratio: 4.44;
  height: 36px;
  object-fit: cover;
  width: 160px;
}

/* ── Horizontal row separator lines ── */

/* top:224 — below header / first row separator */
.comparison__table-line-1 {
    top: 224px;
}

/* top:334 */
.comparison__table-line-2 {
    top: 334px;
}

/* top:444 */
.comparison__table-line-3 {
    top: 444px;
}

/* top:554 */
.comparison__table-line-4 {
    top: 554px;
}

/* top:664 */
.comparison__table-line-5 {
    top: 664px;
}

.comparison__table-line-1,
.comparison__table-line-2,
.comparison__table-line-3,
.comparison__table-line-4,
.comparison__table-line-5 {
  height: 2px;
  left: 0;
  position: absolute;
  width: 1600px;
  background: rgba(255,255,255,0.08);
}

/* ── Row feature labels (left column, left:44, montserrat 28px) ── */

.comparison__table-row-label {
    align-items: center;
    color: var(--white-solid);
    display: flex;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 28px;
    font-weight: 500;
    height: 28px;
    left: 44px;
    letter-spacing: -1.5px;
    line-height: 28px;
    position: absolute;
    white-space: nowrap;
}

.comparison__label-network {
    top: 132px;
}

.comparison__label-partners {
    top: 242px;
}

.comparison__label-integ {
    top: 352px;
}

.comparison__label-optim {
    top: 462px;
}

.comparison__label-payouts {
    top: 572px;
}

.comparison__label-effort {
    top: 682px;
}

/* ── Solo column text (left:367, silver-chalice, raleway 28px) ── */

.comparison__table-solo-cell {
    align-items: center;
    color: var(--silver-chalice);
    display: flex;
    font-family: var(--font-raleway), sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 39.2px;
    left: 367px;
    position: absolute;
}

.comparison__solo-network {
    height: 78px;
    top: 132px;
    width: 451px;
}

.comparison__solo-partners {
    height: 39px;
    top: 242px;
    white-space: nowrap;
}

.comparison__solo-integ {
    height: 78px;
    top: 352px;
    width: 402px;
}

.comparison__solo-optim {
    height: 78px;
    top: 462px;
    width: 393px;
}

.comparison__solo-payouts {
    height: 78px;
    top: 572px;
    width: 393px;
}

.comparison__solo-effort {
    height: 78px;
    top: 682px;
}

/* ── Symphony column text (left:937, white, raleway 28px) ── */

.comparison__table-symphony-cell {
    align-items: center;
    color: var(--white-solid);
    display: flex;
    font-family: var(--font-raleway), sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 39.2px;
    left: 937px;
    position: absolute;
}

.comparison__sym-network {
    height: 78px;
    top: 132px;
    width: 449px;
}

.comparison__sym-partners {
    height: 78px;
    top: 242px;
    width: 633px;
}

.comparison__sym-integ {
    height: 78px;
    top: 352px;
    width: 513px;
}

.comparison__sym-optim {
    height: 78px;
    top: 462px;
    width: 366px;
}

.comparison__sym-payouts {
    height: 78px;
    top: 572px;
    width: 417px;
}

.comparison__sym-effort {
    height: 78px;
    top: 682px;
}

/* ════════════════════════════════════════════════════════════════
   Arc connector to architecture section (vector-42)
   page top:4718 → stage y:1751   left:159px   802×270
   Bridges comparison bottom → architecture top
════════════════════════════════════════════════════════════════ */

.comparison__arc {
  height: 270px;
  left: 159px;
  position: absolute;
  top: 1751px;
  width: 802px;
}

/* ─── Zoom scaling ───────────────────────────────────────────── */

@media (max-width: 1919px) {
    .comparison {
        zoom: 0.97;
    }
}

@media (max-width: 1800px) {
    .comparison {
        zoom: 0.91;
    }
}

@media (max-width: 1700px) {
    .comparison {
        zoom: 0.86;
    }
}

@media (max-width: 1600px) {
    .comparison {
        zoom: 0.83;
    }
}

@media (max-width: 1500px) {
    .comparison {
        zoom: 0.78;
    }
}

@media (max-width: 1400px) {
    .comparison {
        zoom: 0.73;
    }
}

@media (max-width: 1280px) {
    .comparison {
        zoom: 0.67;
    }
}

/* ── Vertical spacing: padding = 32px / zoom ──────────────────
   Padding is also scaled by zoom, so we compensate.
   Target: ~32px real spacing above and below the section.     */
@media (max-width: 1100px) {
    .comparison { zoom: 0.64; padding-top: 50px; padding-bottom: 50px; }
}

@media (max-width: 1000px) {
    .comparison { zoom: 0.56; padding-top: 55px; padding-bottom: 55px; }
}

@media (max-width: 900px) {
    .comparison { zoom: 0.53; padding-top: 60px; padding-bottom: 60px; }
}


@media (min-width: 2200px) {
    .comparison {
        zoom: 1.15;
    }
}

@media (min-width: 2800px) {
    .comparison {
        zoom: 1.46;
    }
}

@media (min-width: 3840px) {
    .comparison {
        zoom: 2.0;
    }
}

/* ═══════════════════════════════════════════════════════════════
   COMPARISON MOBILE  (≤750px)
   Native layout, 375px base — no zoom scaling
═══════════════════════════════════════════════════════════════ */

.comparison__mobile {
    display: none;
}

/* ── Switch: hide desktop stage, show mobile block ──
   zoom reset is critical — desktop breakpoints apply zoom:0.44 to
   the .comparison wrapper, which would also scale the mobile block. */
@media (max-width: 750px) {
    .comparison {
        zoom: 1;
        padding-top: 0;
        padding-bottom: 0;
    }

    .comparison__stage {
        display: none;
    }

    .comparison__mobile {
        display: block;
        padding: 20px 16px 0;
    }
}

/* ── Heading ── */
.comparison__m-heading {
    color: var(--white-solid);
    font-family: var(--font-montserrat), sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    max-width: 420px;
}

/* ── Y-connector ── */
.comparison__m-connector {
    margin: 8px auto 0;
    height: 66px;
    max-width: 500px;
}

/* Override scroll-reveal opacity — stroke-dashoffset handles the hide/show */
.comparison__m-connector[data-reveal] {
    opacity: 1;
    transition: none;
}

/* Hidden by default via stroke draw trick */
.comparison__m-connector path {
    stroke-dasharray: 290;
    stroke-dashoffset: 290;
}

/* Draw in on entrance, then idle blue glow pulse */
.comparison__m-connector.is-revealed path {
    animation:
        connectorDraw 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards,
        connectorGlow 3s ease-in-out 1.2s infinite;
}

@keyframes connectorDraw {
    from { stroke-dashoffset: 290; }
    to   { stroke-dashoffset: 0; }
}

@keyframes connectorGlow {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(24, 129, 225, 0)); }
    50%       { filter: drop-shadow(0 0 4px rgba(24, 129, 225, 0.7)); }
}

/* ── Cards row ── */
.comparison__m-cards {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 auto;
}

.comparison__m-solo,
.comparison__m-symphony {
    flex: 1;
    min-width: 0; /* prevent flex blowout */
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 16px;
    /* No overflow:hidden — allows box-shadow glow and wobble to show outside bg bounds */
}

/* Card backgrounds */
.comparison__m-solo-bg {
    position: absolute;
    inset: 16px 0 0 0;
    background-color: var(--eerie-black);
    border-radius: 16px;
    z-index: 0;
}

.comparison__m-symphony-bg {
    position: absolute;
    inset: 16px 0 0 0;
    background-color: var(--eerie-black);
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(1, 114, 253, 0.8), 0 0 20px rgba(1, 114, 253, 0.6);
    overflow: hidden;
    z-index: 0;
}

.comparison__m-symphony-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(169deg, rgba(1, 114, 253, 0.22) 0%, rgba(1, 114, 253, 0) 40%, rgba(1, 114, 253, 0.06) 100%);
    border-radius: inherit;
}

/* Card images — sit above the bg (z-index:1, top:0 = above inset:16px bg) */
.comparison__m-solo-img,
.comparison__m-symphony-img {
    position: relative;
    z-index: 1;
    width: clamp(52px, 16vw, 80px);
    height: auto;
    object-fit: contain;
    margin-top: 0;
    flex-shrink: 0;
}

/* Titles — scale with card width (cards are ~45vw each at mobile) */
.comparison__m-solo-title {
    position: relative;
    z-index: 1;
    color: var(--silver-chalice);
    font-family: var(--font-montserrat), sans-serif;
    font-size: clamp(11px, 3.4vw, 14px);
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-align: center;
    margin: 6px 8px 0;
}

.comparison__m-symphony-title {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgba(1, 114, 253, 1) 0%, rgba(0, 79, 227, 1) 100%);
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    font-family: var(--font-montserrat), sans-serif;
    font-size: clamp(11px, 3.4vw, 14px);
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-align: center;
    margin: 6px 8px 0;
}

/* Card body text */
.comparison__m-solo-text,
.comparison__m-symphony-text {
    position: relative;
    z-index: 1;
    font-family: var(--font-raleway), sans-serif;
    font-size: clamp(10px, 2.9vw, 12px);
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 1.5;
    margin: 6px 10px 0;
    text-align: left;
}

.comparison__m-solo-text {
    color: var(--silver-chalice);
}

.comparison__m-symphony-text {
    color: var(--white-solid);
}

/* ── Vertical lines from cards to table ── */
.comparison__m-lines {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(19% - 1px); /* centers each line under card center */
    height: 30px;
    max-width: 500px;
    margin: 0 auto;
}

.comparison__m-line {
    width: 2px;
    height: 30px;
    background: linear-gradient(to bottom, #1881E1, #131313);
}

/* grow-down reveal: override scroll-reveal.css transition duration for short lines */
.comparison__m-line[data-reveal="grow-down"] {
    transition-duration: 0.5s;
}

/* ── Comparison table ── */
.comparison__m-table {
    background-color: var(--eerie-black);
    background-image: linear-gradient(169deg, rgba(1, 114, 253, 0.22) 0%, rgba(1, 114, 253, 0) 40%, rgba(1, 114, 253, 0.06) 100%);
    border-radius: 16px;
    overflow: hidden;
}

/* Header */
.comparison__m-table-hdr {
    display: flex;
    align-items: center;
    height: 47px;
    background-color: rgba(19, 19, 19, 0.6);
    border-radius: 16px 16px 0 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.comparison__m-hdr-solo {
    flex: 1;
    padding: 0 8px 0 12px;
    color: var(--silver-chalice);
    font-family: var(--font-montserrat), sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.comparison__m-hdr-div {
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.comparison__m-hdr-sym {
    flex: 1;
    padding: 0 8px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}

.comparison__m-hdr-sym img {
    width: 62px;
    height: 14px;
    object-fit: cover;
}

.comparison__m-hdr-sym span {
    color: var(--blue-ribbon);
    font-family: var(--font-montserrat), sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Feature label bands (stripes) */
.comparison__m-row-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    background: rgba(19, 19, 19, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--white-solid);
    font-family: var(--font-montserrat), sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

/* Data rows */
.comparison__m-row-data {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.comparison__m-cell-solo,
.comparison__m-cell-sym {
    flex: 1;
    padding: 10px 10px 10px 12px;
    font-family: var(--font-raleway), sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 18.2px;
    margin: 0;
    display: flex;
    align-items: center;
}

.comparison__m-cell-solo {
    color: var(--silver-chalice);
}

.comparison__m-cell-sym {
    color: var(--white-solid);
    padding-left: 10px;
}

.comparison__m-v-div {
    width: 2px;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

/* ── Arc connector ── */
.comparison__m-arc {
    display: block;
    width: 55%;
    height: auto;
}

/* Override scroll-reveal opacity — stroke-dashoffset handles the hide/show */
.comparison__m-arc[data-reveal] {
    opacity: 1;
    transition: none;
}

/* Hidden by default via stroke draw trick */
.comparison__m-arc path {
    stroke-dasharray: 950;
    stroke-dashoffset: 950;
}

/* Draw in on entrance, then idle blue glow pulse */
.comparison__m-arc.is-revealed path {
    animation:
        arcDraw 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards,
        arcGlow 3s ease-in-out 1.8s infinite;
}

@keyframes arcDraw {
    from { stroke-dashoffset: 950; }
    to   { stroke-dashoffset: 0; }
}

@keyframes arcGlow {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(24, 129, 225, 0)); }
    50%       { filter: drop-shadow(0 0 6px rgba(24, 129, 225, 0.75)); }
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE CARD ANIMATIONS
   Mirror desktop behaviour: Solo = unreliable wobble/drift,
   Symphony = elegant glow burst + float + shimmer.
   Entrance slide-in comes from scroll-reveal.css [data-reveal].
═══════════════════════════════════════════════════════════════ */

/* ── Solo: entrance wobble on bg ──────────────────────────── */
.comparison__m-solo.is-revealed .comparison__m-solo-bg {
    animation: soloWobble 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1.1s both;
}

/* Solo: idle drift on image */
.comparison__m-solo.is-revealed .comparison__m-solo-img {
    animation: soloImageDrift 4s ease-in-out 1.95s infinite;
}

/* Solo hover: red warning glow + image dimming */
.comparison__m-solo-bg {
    transition: box-shadow 0.45s ease;
}

.comparison__m-solo:hover .comparison__m-solo-bg {
    box-shadow: 0 0 18px rgba(220, 55, 35, 0.55),
    0 0 40px rgba(220, 55, 35, 0.25);
}

.comparison__m-solo-img {
    transition: filter 0.45s ease;
    width: clamp(54px, 19vw, 125px);
    right: 8px;
    top: 10px;
}

.comparison__m-solo:hover .comparison__m-solo-img {
    filter: brightness(0.72) saturate(0.6);
}

/* ── Symphony: glow burst on entrance ─────────────────────── */
.comparison__m-symphony.is-revealed .comparison__m-symphony-bg {
    animation: symphonyGlowBurst 1.5s ease-out 1.25s both;
}

/* Symphony: image float */
.comparison__m-symphony.is-revealed .comparison__m-symphony-img {
    animation: symphonyImageFloat 4s ease-in-out 2.1s infinite;
}

/* Symphony: shimmer sweep via ::before on the bg */
.comparison__m-symphony-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 35%;
    background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.07) 50%,
            transparent 100%
    );
    pointer-events: none;
    z-index: 1;
}

.comparison__m-symphony.is-revealed .comparison__m-symphony-bg::before {
    animation: shimmerSweep 6s ease-in-out 2s infinite;
}

/* Symphony hover: intensified blue glow */
.comparison__m-symphony:hover .comparison__m-symphony-bg {
    box-shadow: 0 0 28px rgba(1, 114, 253, 1),
    0 0 70px rgba(1, 114, 253, 0.7),
    0 0 120px rgba(1, 114, 253, 0.35);
}

.comparison__m-symphony-img {
    transition: filter 0.45s ease;
}

.comparison__m-symphony:hover .comparison__m-symphony-img {
    filter: brightness(1.12) drop-shadow(0 0 16px rgba(1, 114, 253, 0.7));
}

/* ═══════════════════════════════════════════════════════════════
   CARD ANIMATIONS
   Solo      → unstable, bad practice feel
   Symphony  → quality, elegant, impactful feel
═══════════════════════════════════════════════════════════════ */

/* ── Keyframes ─────────────────────────────────────────────── */

/* Solo: shaky wobble on entrance — feels unreliable */
@keyframes soloWobble {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    15% {
        transform: translateX(-7px) rotate(-2deg);
    }
    30% {
        transform: translateX(6px) rotate(1.5deg);
    }
    48% {
        transform: translateX(-4px) rotate(-1deg);
    }
    64% {
        transform: translateX(3px) rotate(0.6deg);
    }
    80% {
        transform: translateX(-1px) rotate(-0.2deg);
    }
}

/* Solo: sluggish idle drift — unstable feel */
@keyframes soloImageDrift {
    0%, 100% {
        transform: rotate(0deg) translateY(0);
    }
    35% {
        transform: rotate(-1.4deg) translateY(-5px);
    }
    70% {
        transform: rotate(0.9deg) translateY(4px);
    }
}

/* Symphony: blue glow burst on entrance */
@keyframes symphonyGlowBurst {
    0% {
        box-shadow: 0 0 12px rgba(1, 114, 253, 0.8), 0 0 20px rgba(1, 114, 253, 0.6);
    }
    40% {
        box-shadow: 0 0 55px rgba(1, 114, 253, 1), 0 0 110px rgba(1, 114, 253, 0.75), 0 0 180px rgba(1, 114, 253, 0.3);
    }
    100% {
        box-shadow: 0 0 12px rgba(1, 114, 253, 0.8), 0 0 20px rgba(1, 114, 253, 0.6);
    }
}

/* Symphony: smooth elegant image float */
@keyframes symphonyImageFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Symphony: light shimmer sweep across card every ~6 s */
@keyframes shimmerSweep {
    0% {
        transform: translateX(-100%) skewX(-18deg);
        opacity: 1;
    }
    18% {
        transform: translateX(450%) skewX(-18deg);
        opacity: 1;
    }
    19% {
        opacity: 0;
    }
    100% {
        transform: translateX(-100%) skewX(-18deg);
        opacity: 0;
    }
}

/* ── Solo: entrance wobble ─────────────────────────────────── */
/* Slide-in 0.85s + delay 100ms → wobble starts at ~1.1s       */

.comparison__solo.is-revealed .comparison__solo-bg {
  animation: soloWobble 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1.1s both;
}

/* Solo: idle drift on image (after wobble) */
.comparison__solo.is-revealed .comparison__solo-img {
  animation: soloImageDrift 4s ease-in-out 1.95s infinite;
}

/* Solo hover: red warning glow + image dimming */
.comparison__solo-bg {
  transition: box-shadow 0.45s ease;
}

.comparison__solo:hover .comparison__solo-bg {
    box-shadow: 0 0 18px rgba(220, 55, 35, 0.55),
    0 0 40px rgba(220, 55, 35, 0.25);
}

.comparison__solo-img {
  transition: filter 0.45s ease;
}

.comparison__solo:hover .comparison__solo-img {
  filter: brightness(0.72) saturate(0.6);
}

/* ── Symphony: glow burst on entrance ─────────────────────── */
/* Slide-in 0.85s + delay 250ms → burst starts at ~1.25s       */

.comparison__symphony.is-revealed .comparison__symphony-bg {
  animation: symphonyGlowBurst 1.5s ease-out 1.25s both;
}

/* Symphony: image float */
.comparison__symphony.is-revealed .comparison__symphony-img {
  animation: symphonyImageFloat 4s ease-in-out 2.1s infinite;
}

/* Symphony: shimmer sweep via ::before pseudo-element over bg */
.comparison__symphony-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 35%;
  background: linear-gradient(
    90deg,
    transparent           0%,
    rgba(255,255,255,0.07) 50%,
    transparent           100%
  );
  pointer-events: none;
  z-index: 1;
}

.comparison__symphony.is-revealed .comparison__symphony-bg::before {
  animation: shimmerSweep 6s ease-in-out 2s infinite;
}

/* Symphony hover: intensified blue glow + image brightness */
.comparison__symphony:hover .comparison__symphony-bg {
    box-shadow: 0 0 28px rgba(1, 114, 253, 1),
    0 0 70px rgba(1, 114, 253, 0.7),
    0 0 120px rgba(1, 114, 253, 0.35);
}

.comparison__symphony-img {
  transition: filter 0.45s ease;
}

.comparison__symphony:hover .comparison__symphony-img {
    filter: brightness(1.12) drop-shadow(0 0 16px rgba(1, 114, 253, 0.7));
}

@media (max-width: 1150px) {
    .comparison__arc {
        left: 10%;
    }
}

@media (max-width: 1080px) {
    .comparison__arc {
        left: 12%;
    }
}

@media (max-width: 1000px) {

    .comparison__arc {
        left: 10%;
    }
}

@media (max-width: 850px) {
    .comparison__arc {
        left: 13%;
    }
}
