.support-page {
    --srm-blue: #3453ff;
    --srm-blue-2: #6577ff;
    --srm-ink: #050816;
    --srm-muted: #616a7c;
    --srm-line: rgba(27, 43, 94, 0.12);
    --srm-soft: #f4f7ff;
    --srm-container: min(1376px, calc(100vw - 112px));
    margin: 0;
    color: var(--srm-ink);
    background: #fff;
    font-family: "Manrope", "Noto Sans SC", sans-serif;
    overflow-x: hidden;
}

.support-page {
    --srm-container: min(1560px, calc(100vw - 132px));
}

@media (max-width: 1420px) {
    .support-page {
        --srm-container: min(1240px, calc(100vw - 64px));
    }
}

@media (max-width: 1100px) {
    .support-page {
        --srm-container: min(900px, calc(100vw - 40px));
    }
}

@media (max-width: 720px) {
    .support-page {
        --srm-container: calc(100vw - 28px);
    }
}

.support-page *, .support-page *::before, .support-page *::after { box-sizing: border-box; }
.support-page::before, .support-page::after { display: none; }
.support-page a { color: inherit; text-decoration: none; }
.support-page img { display: block; max-width: 100%; }
.support-page .fy-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.support-page svg { width: 1em; height: 1em; fill: none; stroke: currentColor; }
.support-page svg path, .support-page svg circle { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.support-container { width: var(--srm-container); margin-inline: auto; }

.support-page .fy-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 28px 0 10px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.48));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.support-page .fy-header.scrolled { padding-top: 12px; }
.support-page .fy-nav {
    width: var(--srm-container);
    min-height: 46px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.support-page .fy-header.scrolled .fy-nav {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 16px 42px rgba(38, 51, 112, 0.12);
}
.support-page .fy-brand {
    min-width: 166px;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}
.support-page .fy-brand-text {
    color: #050816;
    font-size: 26px;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.055em;
}
.support-page .fy-brand-text em {
    font-style: normal;
    font-weight: 400;
}
.support-page .fy-brand-sub {
    color: #101727;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.38em;
}
.support-page .fy-links {
    justify-content: center;
    gap: clamp(30px, 3vw, 58px);
}
.support-page .fy-links .nav-link {
    color: #0c1221;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.02em;
    padding: 8px 0 15px;
}
.support-page .fy-links .nav-link::after {
    bottom: 0;
    height: 3px;
    background: var(--srm-blue);
    border-radius: 999px;
}
.support-page .fy-actions {
    min-width: 132px;
    justify-content: flex-end;
    gap: 12px;
}
.support-page .fy-lang {
    gap: 0;
    padding: 3px;
    border: 1px solid rgba(27,43,94,0.10);
    border-radius: 999px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 10px 24px rgba(45, 58, 120, 0.08);
}
.support-page .fy-lang .lang-btn {
    min-width: 31px;
    padding: 6px 8px;
    color: #111827;
    font-size: 11px;
    font-weight: 900;
    border-radius: 999px;
}
.support-page .fy-lang .lang-btn.active { color: #fff; background: var(--srm-blue); }
.support-page .fy-menu {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex: none;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 10px 24px rgba(45, 58, 120, 0.08), inset 0 0 0 1px rgba(27,43,94,0.10);
}
.support-page .fy-menu::before,
.support-page .fy-menu::after,
.support-page .fy-menu span { left: 11px; right: 11px; height: 2px; }
.support-page .fy-menu::before { top: 12px; }
.support-page .fy-menu span { top: 18px; }
.support-page .fy-menu::after { top: 24px; }

.support-main { margin-top: -84px; }
.support-hero {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background:
        radial-gradient(circle at 42% 47%, rgba(255,255,255,0.55), transparent 16%),
        linear-gradient(90deg, #ffffff 0%, #fbfdff 44%, #e8f2ff 100%);
}
.hero-bg {
    position: absolute;
    inset: 0 0 0 auto;
    width: 57%;
    overflow: hidden;
}
.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.84) 10%, rgba(255,255,255,0.28) 39%, rgba(255,255,255,0.04) 64%),
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, #fff 100%);
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.hero-inner {
    position: relative;
    z-index: 2;
    min-height: 540px;
    display: grid;
    align-items: center;
    padding-top: 92px;
}
.support-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--srm-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.support-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(52,83,255,0.09);
}
.hero-copy {
    position: relative;
    width: min(650px, 100%);
    overflow: visible;
    padding-bottom: 46px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.support-page .hero-copy::before,
.support-page .hero-copy::after {
    content: none;
    display: none;
}
.hero-copy h1 {
    margin: 0;
    color: #050816;
    font-size: clamp(46px, 5.1vw, 70px);
    line-height: 1.08;
    letter-spacing: -0.055em;
    font-weight: 900;
}
.hero-copy h1 span {
    color: var(--srm-blue);
}
.hero-copy p:not(.support-kicker) {
    max-width: 500px;
    margin: 28px 0 0;
    color: #616b7b;
    font-size: 17px;
    line-height: 1.85;
}
.hero-metrics {
    width: 650px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    border: 1px solid rgba(255,255,255,0.76);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.86);
    box-shadow: 0 22px 60px rgba(37, 51, 110, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.hero-metrics article {
    min-height: 104px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px 14px;
    border-right: 1px solid rgba(27,43,94,0.12);
}
.hero-metrics article:last-child { border-right: 0; }
.hero-metrics span,
.hero-service-list svg,
.support-process span,
.service-body a,
.promise-items span {
    color: var(--srm-blue);
}
.hero-metrics span {
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    font-size: 31px;
}
.hero-metrics strong {
    display: block;
    color: #131927;
    font-size: 14px;
    font-weight: 900;
}
.hero-metrics small {
    display: block;
    margin-top: 6px;
    color: #768092;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    overflow-wrap: normal;
    word-break: keep-all;
}
.hero-service-list {
    position: absolute;
    right: 10px;
    top: 170px;
    width: 170px;
    padding: 26px 22px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.70);
    background: rgba(255,255,255,0.78);
    box-shadow: 0 28px 70px rgba(37, 51, 110, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.hero-service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 22px;
}
.hero-service-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 11px;
    color: #1c2639;
    font-size: 13px;
    font-weight: 850;
}
.hero-service-list svg {
    width: 19px;
    height: 19px;
}

.support-section {
    margin: 0 auto 42px;
}
.process-section {
    padding-top: 22px;
}
.section-head {
    display: block;
    margin-bottom: 36px;
    text-align: center;
}
.section-head h2,
.simple-title {
    margin: 0;
    color: #050816;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.035em;
}
.section-head p {
    max-width: none;
    margin: 12px 0 0;
    color: #7b8494;
    font-size: 14px;
}
.support-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}
.support-process::before {
    content: "";
    position: absolute;
    top: 64px;
    left: 92px;
    right: 92px;
    border-top: 1px dashed rgba(52,83,255,0.32);
}
.support-process article {
    position: relative;
    min-height: 146px;
    padding: 31px 14px 18px;
    text-align: center;
    border: 1px solid rgba(52,83,255,0.18);
    border-radius: 10px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 16px 38px rgba(37, 51, 110, 0.04);
}
.support-process em {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    color: #fff;
    font-style: normal;
    font-size: 9px;
    font-weight: 900;
    border-radius: 50%;
    background: var(--srm-blue);
}
.support-process span {
    display: grid;
    place-items: center;
    margin: 0 auto 13px;
    font-size: 36px;
}
.support-process h3 {
    margin: 0 0 7px;
    color: #121827;
    font-size: 15px;
    font-weight: 900;
}
.support-process p {
    margin: 0;
    color: #6f7888;
    font-size: 12px;
    line-height: 1.48;
}

.services-section {
    margin-bottom: 32px;
}
.simple-title {
    margin-bottom: 22px;
    text-align: center;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.service-card {
    overflow: hidden;
    border: 1px solid var(--srm-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(37, 51, 110, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 64px rgba(37, 51, 110, 0.12);
}
.service-card > img {
    width: 100%;
    height: 144px;
    object-fit: cover;
    background: linear-gradient(135deg, #eef4ff, #fff);
}
.service-card:nth-child(1) > img,
.service-card:nth-child(5) > img,
.service-card:nth-child(6) > img {
    object-fit: contain;
    padding: 16px;
}
.service-body {
    position: relative;
    padding: 21px 22px 28px;
}
.service-body h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}
.service-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.service-body li {
    position: relative;
    padding-left: 14px;
    color: #5f6878;
    font-size: 13px;
    line-height: 1.42;
}
.service-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.64em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--srm-blue);
}
.service-body a {
    position: absolute;
    right: 17px;
    bottom: 17px;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(52,83,255,0.28);
    border-radius: 50%;
    background: #fff;
}
.service-body a svg {
    width: 15px;
    height: 15px;
}

.promise-band {
    display: grid;
    grid-template-columns: 0.95fr 1.6fr;
    align-items: center;
    gap: 24px;
    min-height: 156px;
    margin-bottom: 24px;
    padding: 24px 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #edf3ff, #ffffff 48%, #f6f8ff);
    box-shadow: inset 0 0 0 1px rgba(52,83,255,0.07);
}
.promise-copy h2 {
    margin: 0;
    color: #050816;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.promise-copy p {
    margin: 10px 0 20px;
    color: #677182;
    font-size: 14px;
}
.support-btn,
.help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 40px;
    padding: 0 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--srm-blue), var(--srm-blue-2));
    box-shadow: 0 14px 30px rgba(52,83,255,0.20);
}
.support-btn svg,
.help-btn svg {
    width: 15px;
    height: 15px;
}
.promise-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 10px;
    background: rgba(255,255,255,0.82);
}
.promise-items article {
    min-height: 94px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 16px;
    border-right: 1px solid rgba(27,43,94,0.12);
}
.promise-items article:last-child { border-right: 0; }
.promise-items span {
    display: grid;
    place-items: center;
    margin-bottom: 9px;
    font-size: 31px;
}
.promise-items strong {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    overflow-wrap: normal;
    word-break: keep-all;
}
.promise-items small {
    display: block;
    margin-top: 5px;
    color: #6d7585;
    font-size: 12px;
    font-weight: 700;
    overflow-wrap: normal;
    word-break: keep-all;
}

.help-strip {
    min-height: 88px;
    display: grid;
    grid-template-columns: 1.38fr 0.8fr 0.92fr auto;
    align-items: center;
    gap: 22px;
    margin-bottom: 34px;
    padding: 17px 30px;
    border-radius: 13px;
    background: linear-gradient(135deg, #ffffff, #f6f8ff);
    box-shadow: 0 20px 54px rgba(37, 51, 110, 0.07);
}
.help-strip h2 {
    margin: 0;
    color: #101827;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
}
.help-strip p {
    margin: 6px 0 0;
    color: #6b7485;
    font-size: 13px;
}
.help-link {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
}
.help-link > svg {
    width: 38px;
    height: 38px;
    color: var(--srm-blue);
}
.help-link.whatsapp > svg { color: #22c55e; }
.help-link small {
    display: block;
    color: #7a8290;
    font-size: 12px;
    line-height: 1.2;
}
.help-link strong {
    display: block;
    margin-top: 4px;
    color: #101827;
    font-size: 15px;
    font-weight: 800;
}
.help-btn {
    min-width: 128px;
    min-height: 42px;
}

.support-footer {
    margin-bottom: 34px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(4, 0.86fr) 1.7fr;
    gap: 30px;
}
.support-footer .fy-brand {
    min-width: auto;
    margin-bottom: 14px;
}
.footer-brand p {
    max-width: 245px;
    margin: 0;
    color: #687181;
    font-size: 13px;
    line-height: 1.65;
}
.support-footer h3 {
    margin: 0 0 16px;
    color: #101827;
    font-size: 13px;
    font-weight: 900;
}
.support-footer a:not(.fy-brand) {
    display: block;
    margin-bottom: 9px;
    color: #687181;
    font-size: 13px;
    line-height: 1.35;
}
.qr-block {
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    gap: 16px;
}
.qr-art {
    width: 78px;
    height: 78px;
    border: 7px solid #111827;
    background:
        linear-gradient(90deg, #111827 12px, transparent 12px 20px, #111827 20px 30px, transparent 30px 38px, #111827 38px 48px, transparent 48px),
        linear-gradient(#111827 10px, transparent 10px 20px, #111827 20px 29px, transparent 29px 39px, #111827 39px 49px, transparent 49px);
    background-size: 52px 52px;
    background-color: #fff;
}
.qr-block p {
    margin: 0;
    color: #687181;
    font-size: 13px;
    line-height: 1.55;
}
.footer-bottom {
    display: flex;
    gap: 28px;
    margin-top: 24px;
    color: #8a92a0;
    font-size: 12px;
}
.footer-bottom span:first-child { margin-right: auto; }

.support-page .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--delay, 0) * 80ms);
}
.support-page .reveal[data-delay="1"] { --delay: 1; }
.support-page .reveal[data-delay="2"] { --delay: 2; }
.support-page .reveal[data-delay="3"] { --delay: 3; }
.support-page .reveal[data-delay="4"] { --delay: 4; }
.support-page .reveal[data-delay="5"] { --delay: 5; }
.support-page .reveal.in-view {
    opacity: 1;
    transform: none;
}

@media (max-width: 1280px) {
    .support-page { --srm-container: min(1160px, calc(100vw - 64px)); }
    .support-page .fy-links { gap: 24px; }
    .support-page .fy-links .nav-link { font-size: 13px; }
    .hero-service-list { right: 0; }
    .support-process { gap: 16px; }
}

@media (max-width: 920px) {
    .support-page { --srm-container: min(100% - 42px, 860px); }
    .support-page .fy-header { padding-top: 18px; }
    .support-page .fy-nav {
        min-height: 58px;
        padding: 0 16px;
        border-radius: 999px;
        background: rgba(255,255,255,0.9);
        box-shadow: 0 16px 42px rgba(38, 51, 112, 0.12);
    }
    .support-page .fy-brand { min-width: 0; }
    .support-page .fy-links {
        position: absolute;
        top: calc(100% + 14px);
        right: 0;
        width: min(320px, calc(100vw - 42px));
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        border-radius: 24px;
        background: rgba(255,255,255,0.96);
        box-shadow: 0 28px 70px rgba(28,42,102,0.18);
    }
    .support-page .fy-header.menu-open .fy-links { display: flex; }
    .support-page .fy-links .nav-link { padding: 14px 16px; }
    .support-page .fy-links .nav-link::after { display: none; }
    .support-main { margin-top: -84px; }
    .support-hero { min-height: auto; }
    .hero-bg { width: 100%; opacity: 0.34; }
    .hero-bg::before { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.82) 52%, rgba(255,255,255,0.55)); }
    .hero-inner { min-height: auto; padding: 126px 0 36px; }
    .hero-copy { width: 100%; padding-bottom: 0; }
    .hero-copy p:not(.support-kicker) { max-width: 620px; }
    .hero-metrics { width: 100%; }
    .hero-service-list { position: relative; top: auto; right: auto; width: min(360px, 100%); margin: 24px 0 0 auto; }
    .support-process, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .support-process::before { display: none; }
    .promise-band, .help-strip { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .qr-block { grid-column: span 2; }
    .promise-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .promise-items article:nth-child(2) { border-right: 0; }
    .promise-items article:nth-child(-n+2) { border-bottom: 1px solid rgba(27,43,94,0.12); }
}

@media (max-width: 720px) {
    .support-page { --srm-container: min(100% - 28px, 560px); }
    .support-page .fy-brand-text { font-size: 22px; }
    .support-page .fy-brand-sub { font-size: 10px; letter-spacing: 0.28em; }
    .support-page .fy-lang { display: none; }
    .support-page .fy-actions { min-width: auto; }
    .hero-inner { padding-top: 118px; }
    .hero-copy h1 { font-size: clamp(38px, 11vw, 52px); }
    .hero-copy p:not(.support-kicker) { font-size: 15px; }
    .hero-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-metrics article:nth-child(2) { border-right: 0; }
    .hero-metrics article:nth-child(-n+2) { border-bottom: 1px solid rgba(27,43,94,0.12); }
    .support-process, .service-grid { grid-template-columns: 1fr; }
    .section-head h2, .simple-title { font-size: 24px; }
    .promise-band { padding: 24px; }
    .promise-items { grid-template-columns: 1fr; }
    .promise-items article { border-right: 0; border-bottom: 1px solid rgba(27,43,94,0.12); }
    .promise-items article:last-child { border-bottom: 0; }
    .help-strip { padding: 24px; }
    .help-link strong { font-size: 14px; }
    .footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .qr-block { grid-column: auto; }
    .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (max-width: 460px) {
    .support-page .fy-nav { padding-left: 14px; }
    .support-page .fy-brand-sub { display: none; }
    .hero-metrics { grid-template-columns: 1fr; }
    .hero-metrics article { border-right: 0; border-bottom: 1px solid rgba(27,43,94,0.12); }
    .hero-metrics article:last-child { border-bottom: 0; }
}

.support-page {
    --srm-container: min(1560px, calc(100vw - 132px));
}

@media (max-width: 1420px) {
    .support-page {
        --srm-container: min(1240px, calc(100vw - 64px));
    }
}

@media (max-width: 1100px) {
    .support-page {
        --srm-container: min(900px, calc(100vw - 40px));
    }
}

@media (max-width: 720px) {
    .support-page {
        --srm-container: calc(100vw - 28px);
    }
}
