.atc-value-section,
.atc-advantage-flow,
.atc-why-section,
.atc-hub-benefit {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(0, 201, 167, 0.24);
    border-radius: 24px;
    padding: clamp(24px, 3.2vw, 44px);
    background:
        radial-gradient(circle at 88% 0%, rgba(0, 201, 167, 0.14), transparent 30rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
        rgba(4, 29, 34, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 20px 54px rgba(0, 0, 0, 0.22);
    color: #f4fbff;
}

.atc-home-shell > .atc-value-section,
.atc-home-shell > .atc-advantage-flow,
.atc-home-shell > .atc-why-section {
    margin-top: clamp(20px, 2.2vw, 26px);
}

.atc-value-section::before,
.atc-advantage-flow::before,
.atc-why-section::before,
.atc-hub-benefit::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(0, 201, 167, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 201, 167, 0.055) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
}

.atc-value-section > *,
.atc-advantage-flow > *,
.atc-why-section > *,
.atc-hub-benefit > * {
    position: relative;
    z-index: 1;
}

.atc-value-header {
    max-width: 880px;
    margin: 0 0 clamp(20px, 2.6vw, 30px);
}

.atc-value-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 0 12px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 201, 167, 0.42);
    border-radius: 999px;
    background: rgba(0, 201, 167, 0.1);
    color: #43ffe3;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.atc-value-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #00c9a7;
    box-shadow: 0 0 14px rgba(0, 201, 167, 0.75);
}

.atc-value-header h2,
.atc-hub-benefit h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42);
}

.atc-value-header p,
.atc-hub-benefit p {
    max-width: 780px;
    margin: 14px 0 0;
    color: rgba(234, 250, 255, 0.82);
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.72;
}

.atc-value-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.atc-value-card,
.atc-why-card,
.atc-advantage-flow__column {
    position: relative;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
        rgba(2, 22, 27, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.atc-value-card {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    min-height: 252px;
    padding: 20px;
}

.atc-value-card:nth-child(4),
.atc-value-card:nth-child(5) {
    grid-column: span 3;
}

.atc-value-card:hover,
.atc-why-card:hover,
.atc-advantage-flow__column:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 201, 167, 0.48);
    background:
        linear-gradient(145deg, rgba(0, 201, 167, 0.085), rgba(255, 255, 255, 0.02)),
        rgba(2, 25, 30, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 38px rgba(0, 201, 167, 0.08);
}

.atc-value-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 0 14px;
    border: 1px solid rgba(0, 201, 167, 0.46);
    border-radius: 10px;
    background: rgba(0, 201, 167, 0.12);
    color: #60ffe7;
    font-size: 0.8rem;
    font-weight: 900;
}

.atc-value-card__benefit {
    display: block;
    margin: 0 0 9px;
    color: #70ffe8;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.35;
    min-height: 0;
}

.atc-value-card h3,
.atc-why-card h3,
.atc-advantage-flow__column h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(1.2rem, 1.55vw, 1.45rem);
    line-height: 1.16;
    letter-spacing: 0;
}

.atc-value-card p,
.atc-why-card p {
    margin: 0;
    color: rgba(234, 250, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.62;
}

.atc-value-card__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    margin-top: auto;
    padding-top: 18px;
    color: #38ffe4;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

.atc-value-card__link span {
    transition: transform 160ms ease;
}

.atc-value-card__link:hover,
.atc-value-card__link:focus-visible {
    color: #8ffff0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.atc-value-card__link:hover span,
.atc-value-card__link:focus-visible span {
    transform: translateX(3px);
}

.atc-advantage-flow__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.atc-advantage-flow__column {
    padding: 24px;
}

.atc-advantage-flow__column--1 {
    border-color: rgba(0, 201, 167, 0.42);
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 201, 167, 0.16), transparent 18rem),
        rgba(2, 25, 30, 0.72);
}

.atc-advantage-flow__column ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.atc-advantage-flow__column li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: rgba(234, 250, 255, 0.8);
    font-size: 0.96rem;
    line-height: 1.42;
}

.atc-advantage-flow__column li::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-top: 0.48em;
    border-radius: 999px;
    background: #00c9a7;
}

.atc-why-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.atc-why-card {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    padding: 22px;
}

.atc-why-card:nth-child(4),
.atc-why-card:nth-child(5) {
    grid-column: span 3;
}

.atc-why-cues {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.atc-why-cues span,
.atc-hub-benefit__chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(0, 201, 167, 0.26);
    border-radius: 999px;
    background: rgba(0, 201, 167, 0.07);
    color: rgba(239, 255, 252, 0.9);
    font-size: 0.9rem;
    font-weight: 750;
}

.atc-why-cues span::before,
.atc-hub-benefit__chips span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #00c9a7;
}

.atc-hub-benefit {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    gap: clamp(18px, 3vw, 36px);
    align-items: center;
}

.atc-hub-benefit__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

@media (max-width: 1180px) {
    .atc-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atc-value-card,
    .atc-value-card:nth-child(4),
    .atc-value-card:nth-child(5) {
        grid-column: auto;
    }

    .atc-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atc-why-card,
    .atc-why-card:nth-child(4),
    .atc-why-card:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 900px) {
    .atc-advantage-flow__grid,
    .atc-hub-benefit {
        grid-template-columns: 1fr;
    }

    .atc-hub-benefit__chips {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .atc-value-section,
    .atc-advantage-flow,
    .atc-why-section,
    .atc-hub-benefit {
        border-radius: 20px;
        padding: 22px;
    }

    .atc-value-grid,
    .atc-why-grid {
        grid-template-columns: 1fr;
    }

    .atc-value-card {
        min-height: 0;
        padding: 18px;
    }

    .atc-value-card__benefit {
        min-height: 0;
    }

    .atc-value-card__link {
        white-space: normal;
    }

    .atc-value-header h2,
    .atc-hub-benefit h2 {
        font-size: clamp(1.85rem, 9vw, 2.45rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .atc-value-card,
    .atc-why-card,
    .atc-advantage-flow__column {
        transition: none;
    }

    .atc-value-card:hover,
    .atc-why-card:hover,
    .atc-advantage-flow__column:hover {
        transform: none;
    }
}
