/* ----------------------------------------------------------------
    [ Section Head ]
-----------------------------------------------------------------*/
.section-head {
    max-width: 832px;
    margin: 0 auto 38px;
    text-align: center;
}
.eyebrow {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #174EA6;
}
.section-head h2 {
    font-size: clamp(2.2rem, 4.6vw, 4rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 10px 0 14px;
    font-weight: bold;
}
.section-head p {
    color: var(--color-muted);
    line-height: 1.7;
}
.highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 22px 0;
}
.highlight {
    padding: 14px 15px;
    border-radius: 14px;
    background: var(--base-mist);
    border: 1px solid var(--color-compare-highlight-border);
    color: var(--color-compare-highlight-text);
    font-size: .86rem;
    font-weight: 750;
}
.highlight:before {
    content: "✓";
    color: var(--base-sky);
    font-weight: 950;
    margin-right: 8px;
}

/* ----------------------------------------------------------------
    [ Hero ]
-----------------------------------------------------------------*/
.compare-hero {
    display: block;
    width: 100%;
    padding: 104px 0 78px;
    background:
        radial-gradient(circle at 82% 20%, rgba(52, 112, 214, 0.18), transparent 34%),
        linear-gradient(145deg, var(--base-white) 0%, #f4f8fd 54%, #e5effc 100%);
}
.compare-hero-grid{
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
}
.compare-hero .hero-range{
    display: grid;
    gap: 14px;
}

/* == Hero content == */
.compare-hero .eyebrow {
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #174EA6;
}
.compare-hero h1 {
    font-family: var(--font-body),  -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(3.4rem, 6.4vw, 6.2rem);
    line-height: .92;
    letter-spacing: -.065em;
    margin: 18px 0 20px;
    font-weight: bold;
}
.compare-hero h1 span {
    color: var(--base-sky);
}

.compare-hero p {
    max-width: 660px;
    color: var(--color-compare-hero-text);
    font-size: 1.08rem;
    line-height: 1.72;
}

/* == Badges == */
.compare-hero .hero-badges{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.compare-hero .hero-badges span{
    padding: 9px 12px;
    border-radius: 999px;
    background: white;
    border: 1px solid var(--color-line);
    font-size: .73rem;
    font-weight: 850;
    color: var(--color-compare-badge-text);
    line-height: 1;
}

/* == Range tile == */
.compare-hero .range-tile{
    display: grid;
    grid-template-columns: 62px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 17px;
    border: 1px solid rgba(126, 153, 194, .35);
    border-radius: 20px;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 35px rgba(7, 27, 73, .09);
}
.compare-hero .range-square{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .08em;
}
.compare-hero .range-tile:nth-child(1) .range-square{
    background: linear-gradient(145deg, var(--base-navy), #174F9D);
    color: var(--base-white);
}
.compare-hero .range-tile:nth-child(2) .range-square{
    background: linear-gradient(145deg, #fff, #E5E9EF);
    color: var(--base-navy);
    border: 1px solid #D6DDE7;
}
.compare-hero .range-tile:nth-child(3) .range-square{
    background: linear-gradient(145deg, #05070A, #222831);
    color: var(--base-white);
}

.compare-hero .range-tile strong {
    display: block;
    font-size: 1.02rem;
    margin-bottom: 4px;
}
.compare-hero  .range-tile span {
    display: block;
    color: #69778C;
    font-size: .82rem;
    line-height: 1.35;
}
.compare-hero .range-tile b {
    font-size: .73rem;
    padding: 8px 10px;
    border-radius: 999px;
    background: #EDF3FB;
    color: #174EA6;
    white-space: nowrap;
}

/* ----------------------------------------------------------------
    [ Compare ]
-----------------------------------------------------------------*/
.quick-compare {
    padding: 76px 0;
    background: var(--base-white);
}
.quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.quick-card{
    border-radius: 25px;
    padding: 24px;
    border: 1px solid var(--color-line);
    background: var(--base-white);
    box-shadow: 0 16px 38px rgba(7, 27, 73, .07);
}

.quick-card .quick-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}
.quick-card .quick-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: .72rem;
    letter-spacing: .08em;
}
.quick-card .quick-dose {
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .78;
}
.quick-card h3 {
    font-size: 1.55rem;
    font-weight: bold;
    margin: 22px 0 7px;
}
.quick-card .tagline {
    font-weight: 850;
    margin-bottom: 14px;
}
.quick-card p {
    line-height: 1.62;
    font-size: .9rem;
    opacity: .78;
    margin-bottom: 0;
}

.quick-card:nth-child(1){
    background: linear-gradient(155deg, var(--base-navy), #114690);
    color: var(--base-white);
    border: 0;
}
.quick-card:nth-child(2){}
.quick-card:nth-child(3){
    background: linear-gradient(155deg, var(--base-ink), #242A33);
    color: var(--base-white);
    border: 0;
}

.quick-card:nth-child(1) .quick-icon,
.quick-card:nth-child(3) .quick-icon{
    background: rgba(255, 255, 255, .12);
}
.quick-card:nth-child(2) .quick-icon {
    background: #EEF3F9;
    color: var(--base-navy);
}

/* ----------------------------------------------------------------
    [ Comparison ]
-----------------------------------------------------------------*/
.comparison {
    background: var(--color-compare-table-bg);
    padding: 84px 0;
}
.comparison  .compare-shell{
    border-radius: 25px;
    overflow: auto;
    border: 1px solid var(--color-line);
    background: var(--base-white);
    box-shadow: 0 24px 55px rgba(7, 27, 73, .14);
}
.comparison .compare-table{
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
}
.compare-table th, .compare-table td{
    padding: 19px 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--color-compare-table-border);
}
.compare-table tr,
.compare-table th,
.compare-table td{
    border:  none;
}
.compare-table thead th {
    background: var(--base-navy);
    color: var(--base-white);
}
.compare-table thead th:nth-child(2){
    background: #123D80;
}
.compare-table thead th:nth-child(3) {
    background: #F3F5F8;
    color: #15233B;
}
.compare-table thead th:nth-child(4) {
    background: #0A0C10;
}
.table-product {
    display: block;
    font-size: 1.08rem;
    margin-bottom: 4px;
}
.table-code {
    font-size: .72rem;
    opacity: .74;
}
.compare-table tbody th{
    width: 205px;
    background: var(--color-compare-table-row);
    color: var(--color-compare-table-label);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.compare-table td {
    color: var(--color-compare-table-cell);
    line-height: 1.55;
    font-size: .91rem;
}
.compare-table td strong {
    color: #142D54;
}
.table-note {
    color: var(--color-compare-note);
    font-size: .78rem;
    line-height: 1.6;
    margin-top: 14px;
}

/* ----------------------------------------------------------------
    [ Product Guide ]
-----------------------------------------------------------------*/
.product-guide {
    padding: 84px 0;
    background: var(--base-white);
}

.product-section {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 24px;
    border: 1px solid var(--color-line);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(7, 27, 73, .07);
}
.product-block {
    min-height: 100%;
    text-align: center;
    padding: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.product-block.evolution {
    background: linear-gradient(145deg, var(--base-navy), #174D98);
    color: var(--base-white);
}
.product-block.core {
    background: linear-gradient(145deg, var(--base-white), #E8EDF4);
    color: var(--base-navy);
}
.product-block.perform {
    background: linear-gradient(145deg, #06080B, #252B34);
    color: var(--base-white);
}
.square-product {
    width: 210px;
    height: 210px;
    border-radius: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .18);
    margin: auto;
}
.square-product small {
    font-size: .7rem;
    letter-spacing: .16em;
    font-weight: 900;
    margin-bottom: 10px;
}
.square-product strong {
    font-size: 1.5rem;
    letter-spacing: -.03em;
}
.square-product span {
    font-size: .76rem;
    margin-top: 8px;
    opacity: .75;
}
.product-content {
    padding: 38px 38px 34px;
}
.product-content h2 {
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 8px 0 8px;
}
.product-meta {
    font-weight: 850;
    color: var(--color-compare-met);
    margin-bottom: 19px;
}
.product-content > p {
    color: var(--color-muted);
    line-height: 1.72;
    max-width: 770px;
}
.action-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 22px;
    border-top: 1px solid var(--color-line);
    margin-top: 22px;
}
.action-bar .btn {
    min-height: 48px;
    line-height: 48px;
    padding: 0 17px;
    font-size: .75rem;
}

/* ----------------------------------------------------------------
    [ CTA ]
-----------------------------------------------------------------*/
.final-cta .cta-box{
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 30px;
    align-items: center;
    border-radius: 28px;
    padding: 40px;
}
.final-cta .cta-copy{
    max-width: initial;
}
.final-cta .cta-actions {
    display: grid;
    gap: 10px;
}

/* == Copy == */
.final-cta .cta-copy .eyebrow {
    color: #BBD2F4;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.final-cta .cta-copy h2 {
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 8px 0 15px;
}
.final-cta .cta-copy p {
    color: var(--base-ice);
    line-height: 1.7;
    max-width: 690px;
}
.final-cta .cta-copy .email-note {
    margin-top: 14px;
    color: var(--color-compare-email-note);
    font-size: .8rem;
    line-height: 1.55;
}

/* ----------------------------------------------------------------
    [ Media queries ]
-----------------------------------------------------------------*/
@media (max-width: 1024px) {

    .product-section,
    .quick-grid,
    .compare-hero-grid,
    .final-cta .cta-box {
        grid-template-columns: 1fr;
    }

    .final-cta .cta-copy .eyebrow,
    .final-cta .cta-copy h2,
    .final-cta .cta-copy p,
    .final-cta .cta-copy .email-note {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 620px){
    .final-cta .cta-box {
        padding: 32px 24px;
    }
    .highlights{
        grid-template-columns: 1fr;
    }
}