/*
 * Hà Tiên Network Front Page V2.4
 * Priority profiles: hatiengroup.com + thietkebepnhahang.com
 */

:root {
    --ht-v24-ink: #071116;
    --ht-v24-ink-2: #0b1d26;
    --ht-v24-navy: #0c3158;
    --ht-v24-gold: #d6aa6d;
    --ht-v24-gold-light: #e7c28e;
    --ht-v24-paper: #fbfaf7;
    --ht-v24-warm: #f2eee7;
    --ht-v24-surface: #ffffff;
    --ht-v24-text: #172026;
    --ht-v24-muted: #56656d;
    --ht-v24-line: #dbe1e4;
    --ht-v24-shell: 1240px;
    --ht-v24-radius: 18px;
    --ht-v24-shadow: 0 28px 70px rgba(7, 17, 22, 0.13);
}

.ht-v24-main {
    width: 100%;
    max-width: none;
    overflow: clip;
    background: var(--ht-v24-paper);
    color: var(--ht-v24-text);
}

.ht-v24-main *,
.ht-v24-main *::before,
.ht-v24-main *::after {
    box-sizing: border-box;
}

.ht-v24-shell {
    width: min(calc(100% - 56px), var(--ht-v24-shell));
    margin-inline: auto;
}

.ht-v24-eyebrow {
    margin: 0 0 18px;
    color: #9b6d35;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ht-v24-heading {
    max-width: 860px;
    margin-bottom: clamp(34px, 5vw, 58px);
}

.ht-v24-heading h2,
.ht-v24-final h2 {
    margin: 0;
    color: var(--ht-v24-text);
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.ht-v24-heading > p:last-child,
.ht-v24-heading--split > p,
.ht-v24-final p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--ht-v24-muted);
    font-size: 18px;
    line-height: 1.72;
}

.ht-v24-heading--inverse h2,
.ht-v24-heading--inverse > p:last-child {
    color: #fff;
}

.ht-v24-heading--inverse > p:last-child {
    opacity: 0.72;
}

.ht-v24-heading--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: end;
}

.ht-v24-section {
    position: relative;
    padding-block: clamp(78px, 8vw, 122px);
}

.ht-v24-section--light {
    background: var(--ht-v24-paper);
}

.ht-v24-section--warm {
    background: var(--ht-v24-warm);
}

.ht-v24-section--ink {
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 16%, rgba(214, 170, 109, 0.12), transparent 28%),
        linear-gradient(135deg, var(--ht-v24-ink), var(--ht-v24-ink-2));
    color: #fff;
}

.ht-v24-section--ink::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.ht-v24-section--ink > .ht-v24-shell {
    position: relative;
    z-index: 1;
}

/* Hero */
.ht-v24-hero {
    position: relative;
    min-height: clamp(660px, 78vh, 820px);
    display: grid;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(214, 170, 109, 0.23);
    background:
        radial-gradient(circle at 78% 18%, rgba(214, 170, 109, 0.17), transparent 25%),
        radial-gradient(circle at 18% 90%, rgba(26, 91, 126, 0.24), transparent 34%),
        linear-gradient(132deg, #061016 0%, #0b1f2a 52%, #102d3b 100%);
    color: #fff;
}

.ht-v24-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(130deg, #000 0%, rgba(0, 0, 0, 0.65) 46%, transparent 86%);
}

.ht-v24-hero::after {
    content: "";
    position: absolute;
    right: -12vw;
    bottom: -42%;
    width: min(58vw, 820px);
    aspect-ratio: 1;
    border: 1px solid rgba(214, 170, 109, 0.17);
    border-radius: 50%;
    box-shadow:
        0 0 0 72px rgba(214, 170, 109, 0.025),
        0 0 0 144px rgba(214, 170, 109, 0.018);
}

.ht-v24-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: clamp(56px, 8vw, 112px);
    align-items: center;
    padding-block: clamp(82px, 10vw, 132px);
}

.ht-v24-hero__copy {
    max-width: 770px;
}

.ht-v24-hero .ht-v24-eyebrow {
    color: var(--ht-v24-gold-light);
}

.ht-v24-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.5vw, 78px);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.ht-v24-lead {
    max-width: 760px;
    margin: 28px 0 0;
    color: #d9e1e4;
    font-size: clamp(18px, 1.45vw, 21px);
    line-height: 1.7;
}

.ht-v24-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.ht-v24-actions--center {
    justify-content: center;
}

.ht-v24-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 22px;
    border: 1px solid var(--ht-v24-gold);
    border-radius: 7px;
    background: var(--ht-v24-gold);
    color: var(--ht-v24-ink) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(214, 170, 109, 0.16);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ht-v24-button span {
    font-size: 19px;
    line-height: 1;
    transition: transform 180ms ease;
}

.ht-v24-button:hover,
.ht-v24-button:focus-visible {
    transform: translateY(-2px);
    background: var(--ht-v24-gold-light);
    box-shadow: 0 18px 38px rgba(214, 170, 109, 0.22);
}

.ht-v24-button:hover span,
.ht-v24-button:focus-visible span {
    transform: translateX(3px);
}

.ht-v24-button--secondary {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.045);
    color: #fff !important;
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.ht-v24-section--light .ht-v24-button--secondary,
.ht-v24-section--warm .ht-v24-button--secondary {
    border-color: #9eabb1;
    background: transparent;
    color: var(--ht-v24-text) !important;
}

.ht-v24-button--secondary:hover,
.ht-v24-button--secondary:focus-visible {
    border-color: var(--ht-v24-gold);
    background: rgba(214, 170, 109, 0.12);
}

.ht-v24-hero__proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 42px;
    color: #b9c5ca;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ht-v24-hero__proof i {
    width: 22px;
    height: 1px;
    display: block;
    background: rgba(214, 170, 109, 0.56);
}

/* Group ecosystem visual */
.ht-v24-ecosystem {
    position: relative;
    min-height: 500px;
    isolation: isolate;
}

.ht-v24-ecosystem__halo {
    position: absolute;
    inset: 7% 5% 5%;
    border: 1px solid rgba(214, 170, 109, 0.27);
    border-radius: 50%;
}

.ht-v24-ecosystem__halo::before,
.ht-v24-ecosystem__halo::after {
    content: "";
    position: absolute;
    inset: 14%;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.ht-v24-ecosystem__halo::after {
    inset: 31%;
    border-style: solid;
    border-color: rgba(214, 170, 109, 0.18);
}

.ht-v24-ecosystem__hub,
.ht-v24-ecosystem__node {
    position: absolute;
    display: grid;
    align-content: center;
    border: 1px solid rgba(214, 170, 109, 0.36);
    background: rgba(9, 27, 36, 0.78);
    color: #fff;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(16px);
}

.ht-v24-ecosystem__hub {
    left: 50%;
    top: 50%;
    width: 210px;
    aspect-ratio: 1;
    translate: -50% -50%;
    justify-items: center;
    border-radius: 50%;
    text-align: center;
}

.ht-v24-ecosystem__hub span {
    color: var(--ht-v24-gold-light);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.ht-v24-ecosystem__hub strong {
    margin-top: 6px;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.08em;
}

.ht-v24-ecosystem__hub small {
    margin-top: 8px;
    color: #aebbc1;
    font-size: 11px;
}

.ht-v24-ecosystem__node {
    width: min(250px, 48%);
    min-height: 112px;
    padding: 20px 22px;
    border-radius: 14px;
}

.ht-v24-ecosystem__node span {
    color: var(--ht-v24-gold-light);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.ht-v24-ecosystem__node strong {
    margin-top: 8px;
    font-size: 17px;
    font-weight: 500;
}

.ht-v24-ecosystem__node small {
    margin-top: 5px;
    color: #aebbc1;
    font-size: 12px;
}

.ht-v24-ecosystem__node--design { left: 0; top: 2%; }
.ht-v24-ecosystem__node--product { right: 0; top: 33%; }
.ht-v24-ecosystem__node--service { left: 4%; bottom: 1%; }

.ht-v24-ecosystem__node::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 1px;
    background: linear-gradient(90deg, rgba(214, 170, 109, 0.75), transparent);
}

.ht-v24-ecosystem__node--design::after { right: -66px; bottom: 16px; rotate: 34deg; }
.ht-v24-ecosystem__node--product::after { left: -68px; top: 52%; rotate: 180deg; }
.ht-v24-ecosystem__node--service::after { right: -68px; top: 12px; rotate: -34deg; }

/* Cards */
.ht-v24-card-grid {
    display: grid;
    gap: 20px;
}

.ht-v24-card-grid--routes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ht-v24-card-grid--capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ht-v24-card {
    position: relative;
    min-height: 312px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--ht-v24-line);
    border-radius: var(--ht-v24-radius);
    background: var(--ht-v24-surface);
    box-shadow: 0 14px 36px rgba(7, 17, 22, 0.055);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ht-v24-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -54px;
    width: 150px;
    aspect-ratio: 1;
    border: 1px solid rgba(214, 170, 109, 0.2);
    border-radius: 50%;
}

.ht-v24-card:hover,
.ht-v24-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(155, 109, 53, 0.45);
    box-shadow: var(--ht-v24-shadow);
}

.ht-v24-card__index {
    color: #a57a47;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

.ht-v24-card__eyebrow {
    margin: 30px 0 8px;
    color: #7c8a90;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ht-v24-card h3 {
    margin: 0;
    color: var(--ht-v24-text);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.ht-v24-card > p:not(.ht-v24-card__eyebrow) {
    margin: 16px 0 0;
    color: var(--ht-v24-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ht-v24-card__link {
    position: relative;
    z-index: 2;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid var(--ht-v24-line);
    color: #244b64 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.ht-v24-card__link span {
    color: #a57a47;
    font-size: 17px;
}

.ht-v24-section--ink .ht-v24-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.052);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.ht-v24-section--ink .ht-v24-card h3,
.ht-v24-section--ink .ht-v24-card__link {
    color: #fff !important;
}

.ht-v24-section--ink .ht-v24-card > p:not(.ht-v24-card__eyebrow) {
    color: #b9c5ca;
}

.ht-v24-section--ink .ht-v24-card__link {
    border-color: rgba(255, 255, 255, 0.12);
}

/* Lifecycle */
.ht-v24-lifecycle {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(54px, 8vw, 118px);
    align-items: start;
}

.ht-v24-lifecycle .ht-v24-heading,
.ht-v24-lifecycle .ht-v24-actions {
    grid-column: 1;
}

.ht-v24-lifecycle .ht-v24-actions {
    margin-top: -24px;
}

.ht-v24-timeline {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: lifecycle;
}

.ht-v24-timeline li {
    position: relative;
    min-height: 96px;
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto;
    column-gap: 22px;
    align-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #cfd6d9;
}

.ht-v24-timeline li:first-child {
    border-top: 1px solid #cfd6d9;
}

.ht-v24-timeline span {
    grid-row: 1 / span 2;
    align-self: center;
    color: #a1713a;
    font-size: 26px;
    font-weight: 300;
}

.ht-v24-timeline strong {
    color: var(--ht-v24-text);
    font-size: 21px;
    font-weight: 500;
}

.ht-v24-timeline small {
    margin-top: 4px;
    color: var(--ht-v24-muted);
    font-size: 14px;
}

/* Evidence */
.ht-v24-evidence-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ht-v24-evidence-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ht-v24-line);
    border-radius: var(--ht-v24-radius);
    background: #fff;
    box-shadow: 0 16px 40px rgba(7, 17, 22, 0.07);
}

.ht-v24-evidence-card__media {
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    background: #10232c;
}

.ht-v24-evidence-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease;
}

.ht-v24-evidence-card:hover .ht-v24-evidence-card__media img,
.ht-v24-evidence-card:focus-within .ht-v24-evidence-card__media img {
    transform: scale(1.025);
}

.ht-v24-evidence-card__media--fallback {
    position: relative;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(214, 170, 109, 0.15), transparent 48%),
        #10232c;
}

.ht-v24-evidence-card__media--fallback::before {
    content: "";
    position: absolute;
    inset: 18%;
    border: 1px solid rgba(214, 170, 109, 0.3);
    rotate: 45deg;
}

.ht-v24-evidence-card__media--fallback span {
    position: relative;
    z-index: 2;
    color: var(--ht-v24-gold-light);
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0.08em;
}

.ht-v24-evidence-card__body {
    padding: 24px 26px 28px;
}

.ht-v24-evidence-card__body > p {
    margin: 0 0 10px;
    color: #9b6d35;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.ht-v24-evidence-card h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
}

.ht-v24-evidence-card h3 a {
    color: var(--ht-v24-text) !important;
    text-decoration: none !important;
}

/* Final CTA */
.ht-v24-section--cta {
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 0%, rgba(214, 170, 109, 0.18), transparent 27%),
        linear-gradient(135deg, #08141b, #102d3b);
    color: #fff;
}

.ht-v24-final {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
    gap: clamp(40px, 8vw, 110px);
    align-items: end;
}

.ht-v24-final h2 {
    color: #fff;
}

.ht-v24-final p {
    color: #c2cdd1;
}

.ht-v24-final .ht-v24-actions {
    justify-content: flex-end;
    margin: 0;
}

/* Restaurant flow */
.ht-v24-hero--restaurant {
    background:
        radial-gradient(circle at 78% 18%, rgba(214, 170, 109, 0.18), transparent 26%),
        radial-gradient(circle at 18% 88%, rgba(27, 105, 118, 0.2), transparent 32%),
        linear-gradient(132deg, #061016 0%, #0a2029 56%, #133740 100%);
}

.ht-v24-flow {
    padding: 30px;
    border: 1px solid rgba(214, 170, 109, 0.38);
    border-radius: 20px;
    background: rgba(6, 19, 26, 0.72);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.ht-v24-flow__title {
    display: grid;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ht-v24-flow__title span {
    color: var(--ht-v24-gold-light);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
}

.ht-v24-flow__title strong {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.ht-v24-flow ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ht-v24-flow li {
    min-height: 66px;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ht-v24-flow li:last-child {
    border-bottom: 0;
}

.ht-v24-flow li span {
    color: var(--ht-v24-gold-light);
    font-size: 12px;
}

.ht-v24-flow li strong {
    color: #e7edef;
    font-size: 15px;
    font-weight: 500;
}

/* Restaurant bottlenecks */
.ht-v24-bottleneck-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--ht-v24-radius);
    background: rgba(255, 255, 255, 0.13);
}

.ht-v24-bottleneck-grid article {
    min-height: 220px;
    padding: 32px;
    background: rgba(7, 17, 22, 0.84);
}

.ht-v24-bottleneck-grid span {
    color: var(--ht-v24-gold-light);
    font-size: 13px;
}

.ht-v24-bottleneck-grid h3 {
    margin: 26px 0 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.ht-v24-bottleneck-grid p {
    margin: 0;
    color: #b9c5ca;
    font-size: 15px;
    line-height: 1.65;
}

/* Restaurant method */
.ht-v24-method {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ht-v24-method li {
    min-height: 176px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    padding: 28px;
    border: 1px solid #d3d9dc;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

.ht-v24-method li > span {
    color: #9b6d35;
    font-size: 23px;
    font-weight: 300;
}

.ht-v24-method strong {
    color: var(--ht-v24-text);
    font-size: 21px;
    font-weight: 500;
}

.ht-v24-method p {
    margin: 10px 0 0;
    color: var(--ht-v24-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* Responsive */
@media (max-width: 1180px) {
    .ht-v24-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
        gap: 48px;
    }

    .ht-v24-card-grid--routes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ht-v24-card {
        min-height: 290px;
    }
}

@media (max-width: 1023px) {
    .ht-v24-shell {
        width: min(calc(100% - 44px), var(--ht-v24-shell));
    }

    .ht-v24-hero {
        min-height: auto;
    }

    .ht-v24-hero__grid {
        grid-template-columns: 1fr;
        gap: 62px;
        padding-block: 86px;
    }

    .ht-v24-hero__copy {
        max-width: 820px;
    }

    .ht-v24-ecosystem {
        width: min(100%, 650px);
        min-height: 470px;
        margin-inline: auto;
    }

    .ht-v24-flow {
        width: min(100%, 720px);
    }

    .ht-v24-card-grid--capabilities,
    .ht-v24-evidence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ht-v24-evidence-card:last-child {
        grid-column: 1 / -1;
    }

    .ht-v24-heading--split,
    .ht-v24-final,
    .ht-v24-lifecycle {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ht-v24-lifecycle .ht-v24-heading,
    .ht-v24-lifecycle .ht-v24-actions,
    .ht-v24-timeline {
        grid-column: 1;
        grid-row: auto;
    }

    .ht-v24-lifecycle .ht-v24-actions {
        margin-top: 0;
    }

    .ht-v24-final .ht-v24-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .ht-v24-shell {
        width: min(calc(100% - 32px), var(--ht-v24-shell));
    }

    .ht-v24-section {
        padding-block: 68px;
    }

    .ht-v24-hero__grid {
        gap: 48px;
        padding-block: 70px;
    }

    .ht-v24-hero h1 {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1.06;
    }

    .ht-v24-lead,
    .ht-v24-heading > p:last-child,
    .ht-v24-heading--split > p,
    .ht-v24-final p {
        font-size: 17px;
    }

    .ht-v24-heading h2,
    .ht-v24-final h2 {
        font-size: clamp(31px, 8.5vw, 42px);
        line-height: 1.14;
    }

    .ht-v24-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ht-v24-button {
        width: 100%;
        min-height: 56px;
    }

    .ht-v24-hero__proof {
        gap: 9px;
    }

    .ht-v24-hero__proof i {
        width: 14px;
    }

    .ht-v24-ecosystem {
        min-height: 540px;
    }

    .ht-v24-ecosystem__hub {
        width: 176px;
    }

    .ht-v24-ecosystem__node {
        width: min(245px, 72%);
    }

    .ht-v24-ecosystem__node--design { top: 0; }
    .ht-v24-ecosystem__node--product { top: 38%; }
    .ht-v24-ecosystem__node--service { left: 0; bottom: 0; }
    .ht-v24-ecosystem__node::after { display: none; }

    .ht-v24-card-grid--routes,
    .ht-v24-card-grid--capabilities,
    .ht-v24-evidence-grid,
    .ht-v24-bottleneck-grid,
    .ht-v24-method {
        grid-template-columns: 1fr;
    }

    .ht-v24-evidence-card:last-child {
        grid-column: auto;
    }

    .ht-v24-card {
        min-height: 280px;
        padding: 26px;
    }

    .ht-v24-bottleneck-grid {
        gap: 1px;
    }

    .ht-v24-method li {
        grid-template-columns: 44px 1fr;
        padding: 24px;
    }

    .ht-v24-timeline li {
        grid-template-columns: 48px 1fr;
    }
}

@media (max-width: 420px) {
    .ht-v24-hero__proof i {
        display: none;
    }

    .ht-v24-hero__proof span {
        padding: 5px 8px;
        border: 1px solid rgba(214, 170, 109, 0.22);
        border-radius: 999px;
    }

    .ht-v24-ecosystem {
        min-height: 570px;
    }

    .ht-v24-ecosystem__node {
        width: 78%;
        min-height: 102px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ht-v24-button,
    .ht-v24-button span,
    .ht-v24-card,
    .ht-v24-evidence-card__media img {
        transition: none !important;
    }
}
