:root {
    --blue: #0768f7;
    --deep: #0347db;
    --text: #111827;
    --muted: #616b7a;
    --line: #e7ebf1;
    --shadow: 0 10px 30px rgba(20, 48, 88, .1)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto
}

.skip-link {
    position: fixed;
    top: -60px;
    left: 16px;
    z-index: 99;
    padding: 10px 16px;
    background: #fff;
    border-radius: 8px
}

.skip-link:focus {
    top: 12px
}

.top-bar {
    background: linear-gradient(90deg, var(--deep), var(--blue));
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 42px;
    padding-block: 8px
}

.top-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    line-height: 1.2;
    white-space: nowrap
}

.top-bar svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.top-bar span {
    min-width: 0
}

.hero picture,
.hero img {
    width: 100%
}

.hero img {
    height: auto;
    object-fit: contain
}

.section {
    padding: 74px 0
}

.services {
    position: relative;
    margin-top: -8px;
    border-radius: 38px 38px 0 0;
    background: #fff
}

.section-head {
    text-align: center;
    margin: 0 auto 45px
}

.section-head span {
    display: block;
    color: var(--blue);
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 8px
}

.section-head h1,
.section-head h2 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -1px
}

.section-head p {
    color: var(--muted);
    margin: 0
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.card {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: var(--shadow)
}

.service-card {
    padding: 34px 31px 29px;
    min-height: 300px
}

.service-icon {
    color: var(--blue);
    font-size: 54px;
    line-height: 1;
    margin-bottom: 22px;
    font-weight: 900
}

.service-card h2 {
    font-size: 20px;
    margin: 0 0 13px
}

.service-card p {
    color: #3e4856;
    margin: 0 0 24px
}

.service-card a,
.map a {
    color: var(--blue);
    font-weight: 700
}

.service-card a span {
    margin-left: 8px
}

.industries {
    position: relative;
    background: url('img/song2.png') center 62%/cover no-repeat;
    padding-top: 45px;
    padding-bottom: 90px
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px 70px
}

.industry {
    display: flex;
    align-items: center;
    gap: 22px;
    background: rgba(255, 255, 255, .67);
    border-radius: 60px;
    font-size: 17px
}

.industry i {
    display: grid;
    place-items: center;
    flex: 0 0 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 5px 24px rgba(22, 104, 245, .15);
    color: var(--blue);
    font-style: normal;
    font-weight: 900;
    font-size: 28px
}

.contact {
    padding-top: 68px
}

.contact-grid {
    display: grid;
    grid-template-columns: .94fr 1.08fr 1.08fr;
    gap: 28px;
    align-items: stretch
}

.contact-grid h3 {
    font-size: 17px;
    margin: 0 0 24px
}

.info {
    padding: 31px
}

.info dl {
    margin: 0
}

.info dl div {
    margin-bottom: 20px
}

.info dt {
    font-weight: 700;
    color: #242c37
}

.info dt::first-letter {
    color: var(--blue)
}

.info dd {
    margin: 2px 0 0 25px;
    color: #586271;
    font-size: 13px
}

.info hr {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 30px 0
}

.socials {
    display: flex;
    gap: 12px
}

.socials a {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
    font-size: 18px
}

.socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor
}

.socials a:nth-child(2) {
    background: #111
}

.reasons {
    padding: 31px 4px 0
}

.reasons ul {
    padding: 0;
    margin: 0 0 29px;
    list-style: none
}

.reasons li {
    margin: 0 0 17px;
    font-size: 14px
}

.reasons li::before {
    content: '✓';
    display: inline-grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    margin-right: 11px
}

.map {
    padding: 19px
}

.map h3 {
    margin-bottom: 12px
}

.map iframe {
    display: block;
    width: 100%;
    height: 180px;
    margin-bottom: 9px;
    border-radius: 10px
}

.map-art {
    height: 150px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e8e9e7 25%, #f6f7f7 25% 45%, #dcebe5 45% 58%, #f5f5f4 58%);
    display: grid;
    place-items: center;
    margin-bottom: 9px
}

.map-art span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: var(--blue);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    font-size: 10px
}

.form {
    padding: 31px;
    display: flex;
    flex-direction: column
}

.form h3 {
    color: #6f7a89
}

.form label {
    margin-bottom: 13px
}

.form label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.form input,
.form textarea,
.newsletter input {
    width: 100%;
    border: 1px solid #dce2e9;
    border-radius: 7px;
    padding: 12px 14px;
    font: inherit;
    resize: none
}

.form input::placeholder,
.form textarea::placeholder {
    color: #9099a6
}

.form label:nth-of-type(1) input::placeholder {
    content: 'Họ và tên *'
}

.form button {
    border: 0;
    border-radius: 7px;
    background: var(--blue);
    color: #fff;
    padding: 13px;
    font-weight: 700;
    cursor: pointer
}

.form small {
    margin-top: 12px;
    color: #586271
}

.form-status {
    margin: 5px 0 0;
    color: #08854b;
    font-size: 13px
}

.cta {
    min-height: 245px;
    margin-top: 48px;
    padding: 34px 45px;
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff;
    background: linear-gradient(110deg, #014adb, #075ff3 55%, #063bbb);
    border-radius: 20px;
    box-shadow: 0 14px 35px rgba(0, 78, 220, .25);
    overflow: hidden
}

.rocket {
    font-size: 85px
}

.cta h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 9px
}

.cta p {
    font-size: 17px;
    margin: 0
}

.cta>a {
    white-space: nowrap;
    border-radius: 10px;
    padding: 15px 22px;
    font-weight: 700;
    background: #fff;
    color: var(--blue)
}

.cta .cta-phone {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55)
}

.footer {
    padding-top: 72px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, .75fr) 1.15fr;
    gap: 42px
}

.footer h3 {
    font-size: 14px;
    margin: 0 0 19px
}

.footer nav {
    display: flex;
    flex-direction: column;
    gap: 11px
}

.footer nav a,
.footer p {
    font-size: 13px;
    color: #596372
}

.brand>div {
    display: flex;
    align-items: center;
    gap: 8px
}

.brand img {
    width: 28px
}

.brand strong {
    font-size: 20px;
    font-style: italic
}

.brand em {
    font-size: 9px;
    color: var(--blue);
    font-style: normal;
    letter-spacing: 1px
}

.brand p {
    max-width: 250px
}

.newsletter form {
    display: flex
}

.newsletter input {
    border-radius: 7px 0 0 7px
}

.newsletter button {
    border: 0;
    background: var(--blue);
    color: #fff;
    width: 48px;
    border-radius: 0 7px 7px 0;
    cursor: pointer
}

.copyright {
    margin-top: 52px;
    padding: 23px 0 30px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    color: #84909e;
    font-size: 12px
}

.copyright span:last-child {
    display: flex;
    gap: 22px
}

.copyright i {
    border-left: 1px solid #cbd1d8
}

.floating-actions {
    position: fixed;
    right: 32px;
    bottom: 26px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px
}

.floating-action {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(0, 91, 240, .3)
}

.floating-action b {
    display: none;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap
}

.call-action,
.zalo-action {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%
}

.call-action b,
.zalo-action b {
    display: none
}

.zalo-action {
    background: #0068ff
}

.zalo-action span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 20px;
    border-radius: 6px;
    background: #fff;
    color: #0068ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: -.2px
}

.to-top {
    font-size: 25px
}

:focus-visible {
    outline: 3px solid #ffb800;
    outline-offset: 3px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media(max-width:1023px) {
    .industries {
        background-image: url('img/song2_mobile.png');
    }

    .section {
        padding: 58px 0
    }

    .section-head h1,
    .section-head h2 {
        font-size: 30px
    }

    .industry-grid {
        gap: 25px
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr
    }

    .form {
        grid-column: 1/-1
    }

    .cta {
        display: grid;
        grid-template-columns: auto 1fr
    }

    .cta>a {
        justify-self: start
    }

    .footer-grid {
        grid-template-columns: 1.4fr repeat(2, 1fr)
    }

    .newsletter {
        grid-column: 2/4
    }

    .rocket {
        grid-row: 1/3
    }

    .services {
        border-radius: 28px 28px 0 0
    }
}

@media(max-width:767px) {
    body {
        font-size: 14px
    }

    .container {
        width: min(100% - 32px, 560px)
    }

    .section {
        padding: 48px 0
    }

    .services {
        margin-top: -3px;
        border-radius: 20px 20px 0 0
    }

    .section-head {
        margin-bottom: 30px
    }

    .section-head h1,
    .section-head h2 {
        font-size: 26px
    }

    .section-head p br {
        display: none
    }

    .service-grid,
    .industry-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .service-grid {
        gap: 18px
    }

    .service-card {
        min-height: auto;
        padding: 26px
    }

    .service-icon {
        font-size: 42px;
        margin-bottom: 15px
    }

    .industries {
        background-size: auto 100%;
        padding-bottom: 55px
    }

    .industry-grid {
        gap: 14px
    }

    .industry {
        font-size: 15px
    }

    .industry i {
        flex-basis: 60px;
        height: 60px;
        font-size: 22px
    }

    .contact-grid {
        gap: 20px
    }

    .info,
    .form {
        padding: 25px
    }

    .reasons {
        padding: 20px 0 0
    }

    .form {
        grid-column: auto
    }

    .cta {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px;
        gap: 18px
    }

    .rocket {
        grid-row: auto;
        font-size: 64px
    }

    .cta h2 {
        font-size: 26px
    }

    .cta p {
        font-size: 14px
    }

    .cta>a {
        justify-self: stretch
    }

    .footer {
        padding-top: 50px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px
    }

    .brand,
    .newsletter {
        grid-column: 1/-1
    }

    .newsletter {
        grid-row: auto
    }

    .copyright {
        margin-top: 35px;
        flex-direction: column;
        gap: 15px
    }

    .copyright span:last-child {
        gap: 12px
    }

    .floating-actions {
        right: 16px;
        bottom: 16px;
        gap: 8px
    }

    .floating-action {
        width: 42px;
        height: 42px
    }

    .call-action,
    .zalo-action {
        min-width: 42px;
        width: 42px;
        padding: 0;
        border-radius: 50%
    }

    .call-action b,
    .zalo-action b {
        display: none
    }

    .hero img {
        width: 100%;
        height: auto
    }
}

/* Stable process rows: each dot is anchored to its own card. */
.process-timeline {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 1020px;
    padding: 58px 36px;
    overflow: hidden;
}

.process-timeline .process-step,
.process-timeline .process-step:nth-of-type(even) {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    min-height: 155px;
    margin: 0;
    padding: 0;
    transform: none;
    z-index: 4;
}

.process-item-1,
.process-item-3,
.process-item-5 {
    justify-content: flex-start;
}

.process-item-2,
.process-item-4 {
    justify-content: flex-end;
}

.process-timeline .process-card {
    position: relative;
    width: min(46%, 520px);
    max-width: 520px;
    height: fit-content;
    padding: 24px 28px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 28px rgba(30, 55, 90, .1);
    backdrop-filter: blur(3px);
}

.process-timeline .process-card h3 {
    margin-top: 0;
}

.process-timeline .process-step .step-dot {
    position: absolute;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #aeb7c3;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 0 0 1px #98a3b0;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.process-card .dot-top-left {
    top: 0;
    left: 0;
    transform: translate(-42%, -42%);
}

.process-card .dot-top-right {
    top: 0;
    right: 0;
    transform: translate(42%, -42%);
}

.process-card .dot-bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-42%, 42%);
}

.process-card .dot-bottom-right {
    right: 0;
    bottom: 0;
    transform: translate(42%, 42%);
}

.process-timeline .process-step.active .step-dot,
.process-timeline .process-step.is-active .step-dot {
    background: var(--blue);
    border-color: #fff;
    box-shadow: 0 0 0 2px var(--blue), 0 0 20px rgba(6, 104, 247, .75);
}

@media(max-width:1023px) {
    .process-timeline {
        min-height: 980px;
        padding: 52px 28px;
        gap: 24px;
    }

    .process-timeline .process-step,
    .process-timeline .process-step:nth-of-type(even) {
        min-height: 155px;
    }

    .process-timeline .process-card {
        width: min(52%, 460px);
    }
}

@media(max-width:767px) {
    .process-timeline {
        display: flex;
        min-height: 0;
        padding: 38px 20px;
        gap: 30px;
    }

    .process-timeline .process-step,
    .process-timeline .process-step:nth-of-type(even) {
        display: flex;
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0;
        justify-content: stretch;
    }

    .process-timeline .process-card {
        width: 100%;
        max-width: none;
        padding: 22px 23px;
    }

    .process-timeline .process-step .step-dot {
        width: 34px;
        height: 34px;
    }
}

@media(min-width:1440px) {
    .container {
        width: 1240px
    }

    .section {
        padding-block: 84px
    }

    .services {
        margin-top: -10px
    }
}

/* Additional Alpha Agency sections */
.testimonials {
    color: #fff;
    background: #031f36 radial-gradient(circle at 50% 10%, rgba(6, 104, 247, .25), transparent 48%);
    position: relative;
    overflow: hidden
}

.testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, .04) 15.2%, transparent 15.5%) 0 0/90px 90px;
    opacity: .5
}

.testimonials .container {
    position: relative
}

.light-head h2 {
    color: #fff;
    text-transform: uppercase
}

.light-head h2 b {
    color: #4fa0ff
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.testimonial-card {
    background: #fff;
    color: var(--text);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22)
}

.testimonial-card p {
    margin: 0 0 22px;
    color: #4d5968
}

.testimonial-card footer {
    display: flex;
    align-items: center;
    gap: 12px
}

.avatar {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d8e9ff;
    color: var(--blue);
    font-weight: 800
}

.testimonial-card footer div {
    display: flex;
    flex-direction: column
}

.testimonial-card small {
    color: var(--blue);
    font-weight: 700
}

.process-section {
    background: url('img/song2.png') center/cover no-repeat
}

.process-section .section-head {
    max-width: 1000px
}

.process-timeline {
    position: relative;
    max-width: 880px;
    margin: 0 auto
}

.timeline-track {
    position: absolute;
    left: 50%;
    top: 70px;
    bottom: 70px;
    width: 4px;
    background: #d9dee6;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden
}

.timeline-track span {
    display: block;
    width: 100%;
    height: var(--timeline-progress);
    background: var(--blue);
    transition: height .18s linear
}

.process-step {
    position: relative;
    width: 50%;
    padding: 0 55px 70px 0
}

.process-step:nth-of-type(even) {
    margin-left: 50%;
    padding: 0 0 70px 55px
}

.process-step>div {
    background: #f1f3f6;
    border-radius: 12px;
    padding: 25px 27px;
    box-shadow: 0 7px 22px rgba(30, 55, 90, .06);
    transition: .35s ease
}

.process-step h3 {
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 8px
}

.process-step ul {
    margin: 0;
    padding-left: 20px;
    color: #4f5967;
    font-size: 14px
}

.step-dot {
    position: absolute;
    right: -17px;
    top: 28px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #cbd1da;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 0 0 1px #d8dde5;
    transition: .3s ease
}

.process-step:nth-of-type(even) .step-dot {
    right: auto;
    left: -17px
}

.process-step.is-active .step-dot {
    background: var(--blue);
    box-shadow: 0 0 0 1px var(--blue), 0 0 0 7px rgba(6, 104, 247, .1)
}

.process-step.is-active>div {
    background: #fff;
    box-shadow: 0 12px 30px rgba(6, 104, 247, .13);
    transform: translateY(-3px)
}

.why-alpha .section-head {
    max-width: 1000px
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 38px
}

.benefit-grid article {
    text-align: center
}

.benefit-grid i {
    display: grid;
    place-items: center;
    margin: auto;
    width: 58px;
    height: 58px;
    color: var(--blue);
    font-size: 34px;
    font-style: normal;
    border-bottom: 2px solid var(--blue)
}

.benefit-grid h3 {
    font-size: 17px;
    margin: 16px 0 8px
}

.benefit-grid p {
    color: #535e6c;
    margin: 0;
    text-align: left
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch
}

.price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px dashed #b5c2d2;
    border-radius: 16px;
    padding: 28px 15px 15px;
    background: rgba(255, 255, 255, .86)
}

.price-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 108px;
    margin-bottom: 14px
}

.price-head span {
    font-size: 12px;
    font-weight: 800
}

.price-head strong {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: clamp(20px, 1.65vw, 26px);
    line-height: 1.2;
    min-height: 62px
}

.price-head sup {
    font-size: 16px
}

.price-body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--blue);
    color: #fff;
    border-radius: 15px;
    padding: 60px 28px 25px;
    text-align: left;
    min-height: 390px
}

.price-body>i {
    position: absolute;
    top: -24px;
    left: 25px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 7px;
    background: #bff4ed;
    color: #087b77;
    font-style: normal;
    font-size: 28px
}

.price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1
}

.price-body li {
    margin-bottom: 9px
}

.price-body li::before {
    content: '◇';
    margin-right: 8px
}

.price-body a {
    align-self: center;
    margin-top: 22px;
    background: #fff;
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 28px;
    border-radius: 30px;
    white-space: nowrap
}

.featured {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(6, 104, 247, .18)
}

.popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blue);
    color: #fff;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800
}

@media(max-width:1023px) {

    .testimonial-grid,
    .pricing-grid {
        gap: 18px
    }

    .process-section,
    .pricing {
        background-image: url('img/song2_mobile.png')
    }

    .benefit-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .benefit-grid article {
        grid-column: auto
    }

    .price-body {
        padding-inline: 18px
    }

    .price-head strong {
        font-size: clamp(20px, 2.45vw, 26px)
    }
}

@media(max-width:767px) {

    .top-bar {
        font-size: 13px
    }

    .top-bar-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
        min-height: auto;
        padding-block: 9px
    }

    .top-bar a {
        width: 100%;
        max-width: 100%;
        min-height: 34px;
        padding: 6px 10px;
        border-radius: 8px;
        background: rgba(255, 255, 255, .12);
        text-align: center;
        white-space: nowrap
    }

    .top-bar span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .testimonial-grid,
    .pricing-grid,
    .benefit-grid {
        grid-template-columns: 1fr
    }

    .process-timeline {
        padding-left: 18px
    }

    .timeline-track {
        left: 18px;
        transform: none
    }

    .process-step,
    .process-step:nth-of-type(even) {
        width: 100%;
        margin-left: 0;
        padding: 0 0 32px 44px
    }

    .step-dot,
    .process-step:nth-of-type(even) .step-dot {
        left: 1px;
        right: auto;
        top: 23px
    }

    .process-step>div {
        padding: 22px
    }

    .process-step.is-active>div {
        transform: none
    }

    .benefit-grid {
        gap: 30px
    }

    .benefit-grid p {
        text-align: center
    }

    .featured {
        transform: none
    }

    .price-card {
        max-width: 430px;
        width: 100%;
        margin-inline: auto
    }

    .price-body {
        min-height: 325px
    }

    .light-head h2 {
        font-size: 24px
    }
}

/* Process: soft WebP flow + real animated SVG path */
.process-section {
    background: #fff
}

.process-timeline {
    max-width: 1180px;
    min-height: 835px;
    padding-top: 65px;
    background: url('img/section_process_desktop.webp') center/100% 100% no-repeat;
    isolation: isolate
}

.process-flow {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none
}

.flow-svg {
    width: 100%;
    height: 100%;
    overflow: visible
}

.flow-mobile {
    display: none
}

.flow-path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke
}

.flow-path-muted {
    stroke: #bcc5d0;
    stroke-width: 5;
    opacity: .72
}

.flow-path-progress {
    stroke: var(--blue);
    stroke-width: 6;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    filter: drop-shadow(0 0 5px rgba(6, 104, 247, .65));
    transition: stroke-dashoffset .12s linear
}

.timeline-track {
    display: none
}

.process-step {
    padding-right: 85px;
    padding-bottom: 45px
}

.process-step:nth-of-type(even) {
    padding-left: 85px;
    padding-bottom: 45px
}

.process-step>div {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(3px)
}

.step-dot {
    right: 22px
}

.process-step:nth-of-type(even) .step-dot {
    left: 22px
}

@media(max-width:1023px) {
    .process-section {
        background: #fff
    }

    .process-timeline {
        min-height: 1180px;
        background-image: url('img/section_process_mobile.webp');
        background-size: 100% 100%;
        padding-top: 55px
    }

    .flow-desktop {
        display: none
    }

    .flow-mobile {
        display: block
    }

    .process-step {
        padding-right: 62px;
        padding-bottom: 95px
    }

    .process-step:nth-of-type(even) {
        padding-left: 62px;
        padding-bottom: 95px
    }

    .step-dot {
        right: 5px
    }

    .process-step:nth-of-type(even) .step-dot {
        left: 5px
    }
}

@media(max-width:767px) {
    .process-timeline {
        min-height: 1450px;
        padding: 45px 14px 0;
        background-size: 100% 100%
    }

    .process-step,
    .process-step:nth-of-type(even) {
        width: 88%;
        padding: 0 0 75px;
        margin: 0
    }

    .process-step:nth-of-type(even) {
        margin-left: 12%
    }

    .process-step:nth-of-type(3),
    .process-step:nth-of-type(5) {
        margin-left: 2%
    }

    .process-step>div {
        padding: 18px 19px
    }

    .step-dot,
    .process-step:nth-of-type(even) .step-dot {
        top: 22px;
        left: auto;
        right: -18px
    }

    .process-step:nth-of-type(even) .step-dot {
        right: auto;
        left: -18px
    }

    .process-step h3 {
        font-size: 15px
    }

    .process-step ul {
        font-size: 13px
    }
}

@media(prefers-reduced-motion:reduce) {

    .flow-path-progress,
    .process-step>div,
    .step-dot {
        transition: none
    }
}

/* River timeline state layers: grayscale base -> masked original color */
.process-timeline {
    background: none;
    overflow: hidden;
}

.river-inactive,
.process-flow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.river-inactive {
    z-index: 0;
    background: url('img/section_process_desktop.webp') center/100% 100% no-repeat;
    filter: grayscale(1);
    opacity: .42;
}

.process-flow {
    z-index: 1;
}

.river-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.river-svg-mobile {
    display: none;
}

.river-reveal-path {
    fill: none;
    stroke: #fff;
    stroke-width: 245px;
    stroke-linecap: butt;
    stroke-linejoin: round;
    transition: stroke-dashoffset .12s linear;
}

.process-step {
    z-index: 2;
}

.process-step .step-dot {
    display: none;
}

.process-step.active .step-dot,
.process-step.is-active .step-dot {
    background: var(--blue);
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 0 2px var(--blue), 0 0 18px rgba(6, 104, 247, .75);
}

.river-milestones {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.river-milestones span {
    position: absolute;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 50%;
    background: #aeb7c3;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 0 0 1px #98a3b0;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.river-milestones span.active {
    background: var(--blue);
    box-shadow: 0 0 0 2px var(--blue), 0 0 20px rgba(6, 104, 247, .8);
    transform: translate(-50%, -50%) scale(1.08);
}

@media(max-width:1023px) {
    .river-inactive {
        background-image: url('img/section_process_mobile.webp');
    }

    .river-svg-desktop {
        display: none;
    }

    .river-svg-mobile {
        display: block;
    }

    .river-reveal-path {
        stroke-width: 205px;
    }
}

@media(max-width:767px) {
    .river-reveal-path {
        stroke-width: 250px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .river-reveal-path {
        transition: none;
    }
}

/* Align each content card with its matching point on the river path. */
.process-timeline .process-step,
.process-timeline .process-step:nth-of-type(even) {
    position: absolute;
    width: 43%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}

.process-timeline .process-step:nth-of-type(1) {
    top: 13%;
    left: 0;
}

.process-timeline .process-step:nth-of-type(2) {
    top: 20.3%;
    right: 0;
    left: auto;
}

.process-timeline .process-step:nth-of-type(3) {
    top: 36.8%;
    left: 0;
}

.process-timeline .process-step:nth-of-type(4) {
    top: 60.3%;
    right: 0;
    left: auto;
}

.process-timeline .process-step:nth-of-type(5) {
    top: 82.2%;
    left: 0;
}

@media(max-width:1023px) {
    .process-timeline .process-step,
    .process-timeline .process-step:nth-of-type(even) {
        width: 46%;
    }

    .process-timeline .process-step:nth-of-type(1) {
        top: 14%;
        left: 2%;
    }

    .process-timeline .process-step:nth-of-type(2) {
        top: 23%;
        right: 2%;
    }

    .process-timeline .process-step:nth-of-type(3) {
        top: 39%;
        left: 2%;
    }

    .process-timeline .process-step:nth-of-type(4) {
        top: 61%;
        right: 2%;
    }

    .process-timeline .process-step:nth-of-type(5) {
        top: 83%;
        left: 2%;
    }
}

@media(max-width:767px) {
    .process-timeline .process-step,
    .process-timeline .process-step:nth-of-type(even) {
        width: 78%;
    }

    .process-timeline .process-step:nth-of-type(1) {
        top: 12%;
        left: 3%;
    }

    .process-timeline .process-step:nth-of-type(2) {
        top: 29%;
        right: 3%;
    }

    .process-timeline .process-step:nth-of-type(3) {
        top: 46%;
        left: 3%;
    }

    .process-timeline .process-step:nth-of-type(4) {
        top: 64%;
        right: 3%;
    }

    .process-timeline .process-step:nth-of-type(5) {
        top: 82%;
        left: 3%;
    }
}

.p0b {
    padding-bottom: 0 !important;
}

.color-blue {
    color: var(--blue) !important;
}

.display-inline {
    display: inline !important;
}

.pricing {
    background:
        radial-gradient(circle at 50% 35%, rgba(0, 112, 255, 0.10) 0%, rgba(0, 112, 255, 0.04) 28%, transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f5f9ff 35%, #eef6ff 100%);
}

/* Final process layout overrides — keep after legacy timeline rules. */
.process-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 900px;
    padding: 58px 36px;
}

.process-timeline .process-step,
.process-timeline .process-step:nth-of-type(even),
.process-timeline .process-step:nth-of-type(1),
.process-timeline .process-step:nth-of-type(2),
.process-timeline .process-step:nth-of-type(3),
.process-timeline .process-step:nth-of-type(4),
.process-timeline .process-step:nth-of-type(5) {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    min-height: 145px;
    margin: 0;
    padding: 0;
    transform: none;
    z-index: 4;
}

.process-item-1,
.process-item-3,
.process-item-5 { justify-content: flex-start; }

.process-item-2,
.process-item-4 { justify-content: flex-end; }

.process-timeline .process-card {
    position: relative;
    width: min(46%, 520px);
    max-width: 520px;
    height: fit-content;
    padding: 24px 28px;
    overflow: visible;
}

.process-timeline .process-step .step-dot {
    position: absolute;
    z-index: 5;
    display: grid;
    right: auto;
    bottom: auto;
    left: auto;
    top: auto;
}

.process-timeline .process-card .dot-top-left { top: 0; left: 0; transform: translate(-42%, -42%); }
.process-timeline .process-card .dot-top-right { top: 0; right: 0; transform: translate(42%, -42%); }
.process-timeline .process-card .dot-bottom-left { bottom: 0; left: 0; transform: translate(-42%, 42%); }
.process-timeline .process-card .dot-bottom-right { right: 0; bottom: 0; transform: translate(42%, 42%); }

@media(max-width:1023px) {
    .process-timeline { min-height: 1100px; padding: 52px 28px; gap: 30px; }
    .process-timeline .process-step,
    .process-timeline .process-step:nth-of-type(even) { min-height: 165px; }
    .process-timeline .process-card { width: min(52%, 460px); }
}

@media(max-width:767px) {
    .process-timeline { min-height: 0; padding: 38px 20px; gap: 42px; }
    .process-timeline .process-step,
    .process-timeline .process-step:nth-of-type(even) {
        width: 100%;
        min-height: 0;
        justify-content: stretch;
    }
    .process-timeline .process-card { width: 100%; max-width: none; padding: 22px 23px; }
}

.hero,
.hero picture {
    display: block;
    height: 60vh;
}

.hero img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: center;
}



.call-action::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: white;

  -webkit-mask: url("./img/icon/icons-phone-50.svg") center / contain no-repeat;
  mask: url("./img/icon/icons-phone-50.svg") center / contain no-repeat;
}

.call-action:hover::before {
  background-color: yellow;
}