.contact-page {
    --fy-blue: #3448ff;
    --fy-blue-2: #5967ff;
    --fy-ink: #090e22;
    --fy-muted: #596274;
    --fy-soft: #f4f6ff;
    --fy-line: rgba(17, 28, 66, 0.10);
    --fy-shadow: 0 24px 70px rgba(36, 52, 120, 0.10);
    --fy-container: min(1376px, calc(100vw - 112px));
    margin: 0;
    color: var(--fy-ink);
    background:
        radial-gradient(circle at 86% 2%, rgba(161, 198, 255, 0.36), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #fbfcff 100%);
    font-family: "Manrope", "Noto Sans SC", sans-serif;
    overflow-x: hidden;
}

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

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

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

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

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

.contact-page .fy-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 24px 0 8px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.58));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.contact-page .fy-header.scrolled { padding-top: 12px; }
.contact-page .fy-nav {
    width: var(--fy-container);
    min-height: 48px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.contact-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);
}
.contact-page .fy-brand {
    min-width: 230px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.contact-page .fy-logo-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle at 70% 25%, #eef9ff 0 30%, #d9f5e8 31% 100%);
    box-shadow: inset 0 0 0 1px rgba(34, 80, 132, 0.08);
}
.contact-page .fy-logo-mark svg { width: 27px; height: 27px; color: var(--fy-blue); }
.contact-page .fy-logo-mark path:first-child { fill: #40bd72; stroke: none; }
.contact-page .fy-logo-mark path:last-child { fill: var(--fy-blue); stroke: none; }
.contact-page .fy-brand-text {
    color: #0a0f1e;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1;
}
.contact-page .fy-links {
    gap: clamp(30px, 3vw, 58px);
    justify-content: center;
}
.contact-page .fy-links .nav-link {
    color: #10162a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.018em;
    padding: 8px 0 14px;
}
.contact-page .fy-links .nav-link::after {
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--fy-blue);
}
.contact-page .fy-actions {
    min-width: 154px;
    flex: none;
    justify-content: flex-end;
    gap: 14px;
}
.contact-page .fy-lang {
    gap: 0;
    padding: 3px;
    border: 1px solid rgba(29, 45, 96, 0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.86);
    box-shadow: 0 10px 26px rgba(39, 59, 130, 0.08);
}
.contact-page .fy-lang .lang-btn {
    min-width: 31px;
    padding: 6px 8px;
    color: #202a40;
    font-size: 11px;
    font-weight: 900;
    border-radius: 999px;
}
.contact-page .fy-lang .lang-btn.active { color: #fff; background: var(--fy-blue); }
.contact-page .fy-menu {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 10px 26px rgba(39, 59, 130, 0.08), inset 0 0 0 1px rgba(29, 45, 96, 0.10);
}
.contact-page .fy-menu::before, .contact-page .fy-menu::after, .contact-page .fy-menu span { left: 11px; right: 11px; height: 2px; }
.contact-page .fy-menu::before { top: 12px; }
.contact-page .fy-menu span { top: 18px; }
.contact-page .fy-menu::after { top: 24px; }

.contact-main { padding: 42px 0 0; }
.contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: start;
    gap: 50px;
    margin-bottom: 50px;
}
.contact-page .hero-copy {
    position: relative;
    overflow: visible;
    padding: 30px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.contact-page .hero-copy::before,
.contact-page .hero-copy::after {
    display: none;
}
.fy-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 17px;
    color: var(--fy-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}
.fy-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(52, 72, 255, 0.10);
}
.hero-copy h1 {
    max-width: 590px;
    margin: 0;
    color: #090e22;
    font-size: clamp(40px, 3.55vw, 56px);
    line-height: 1.11;
    letter-spacing: -0.055em;
}
.hero-sub {
    max-width: 595px;
    margin: 23px 0 0;
    color: #333b51;
    font-size: clamp(18px, 1.42vw, 23px);
    line-height: 1.55;
    font-weight: 650;
}
.hero-desc {
    max-width: 610px;
    margin: 24px 0 0;
    color: var(--fy-muted);
    font-size: 15px;
    line-height: 1.85;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 42px;
}
.fy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.015em;
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, background 0.28s ease;
}
.fy-btn svg { width: 18px; height: 18px; }
.fy-btn:hover { transform: translateY(-3px); }
.fy-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #3042ff, #5362ff);
    box-shadow: 0 18px 32px rgba(52, 72, 255, 0.24);
}
.fy-btn-light {
    color: var(--fy-blue);
    background: #fff;
    border-color: rgba(52, 72, 255, 0.42);
    box-shadow: 0 14px 30px rgba(44, 59, 120, 0.06);
}
.hero-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 16px;
    background: #eef4ff;
    box-shadow: 0 24px 68px rgba(38, 54, 110, 0.16);
}
.hero-visual > img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s ease;
}
.hero-proof {
    position: absolute;
    right: 26px;
    bottom: 18px;
    left: 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.74);
    background: rgba(255,255,255,0.92);
    box-shadow: 0 20px 46px rgba(28, 41, 91, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.hero-proof article {
    min-height: 88px;
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    column-gap: 9px;
    row-gap: 4px;
    padding: 17px 13px;
    border-right: 1px solid rgba(17, 28, 66, 0.10);
}
.hero-proof article:last-child { border-right: 0; }
.hero-proof span,
.contact-info-grid span,
.support-cards span,
.flow-row span,
.resource-grid > a > span {
    display: grid;
    place-items: center;
    color: var(--fy-blue);
}
.hero-proof span {
    width: 38px;
    height: 38px;
    grid-row: 1 / span 2;
    font-size: 22px;
    border-radius: 50%;
    background: #f1f3ff;
}
.hero-proof strong { display: block; color: #161b2e; font-size: 12px; line-height: 1.2; font-weight: 900; }
.hero-proof strong,
.hero-proof small {
    min-width: 0;
}
.hero-proof small {
    display: block;
    grid-column: 2;
    margin-top: 0;
    color: #5d6476;
    font-size: clamp(10px, 0.72vw, 11px);
    line-height: 1.2;
    font-weight: 650;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 28px;
}
.contact-info-grid article {
    min-height: 108px;
    display: grid;
    grid-template-columns: 43px 1fr;
    align-items: center;
    gap: 17px;
    padding: 21px 22px;
    border: 1px solid var(--fy-line);
    border-radius: 12px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 15px 34px rgba(35, 49, 105, 0.05);
}
.contact-info-grid span { font-size: 34px; }
.contact-info-grid strong { display: block; color: #151a2c; font-size: 13px; font-weight: 900; }
.contact-info-grid small { display: block; margin-top: 7px; color: #111827; font-size: 20px; font-weight: 900; line-height: 1; }

.contact-notice {
    display: grid;
    place-items: center;
    min-height: 98px;
    margin-bottom: 28px;
    padding: 20px;
    text-align: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(238, 241, 255, 0.95), rgba(250, 252, 255, 0.98));
    box-shadow: inset 0 0 0 1px rgba(52, 72, 255, 0.05);
}
.contact-notice strong {
    display: block;
    color: var(--fy-blue);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
}
.contact-notice span {
    display: block;
    margin-top: 5px;
    color: var(--fy-blue);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 760;
}

.inquiry-panel {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 44px;
    margin-bottom: 28px;
    padding: 42px;
    border: 1px solid var(--fy-line);
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
    box-shadow: var(--fy-shadow);
}
.inquiry-intro {
    padding: 22px 35px 22px 0;
    border-right: 1px dashed rgba(17, 28, 66, 0.18);
}
.large-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin-bottom: 38px;
    color: var(--fy-blue);
    font-size: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f1f3ff, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(52, 72, 255, 0.10);
}
.inquiry-intro h2 {
    margin: 0;
    color: #0b1024;
    font-size: 38px;
    line-height: 1.03;
    letter-spacing: -0.06em;
}
.inquiry-intro p {
    margin: 26px 0 0;
    color: var(--fy-muted);
    font-size: 15px;
    line-height: 1.8;
}
.response-note {
    width: min(250px, 100%);
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 16px;
    margin-top: 72px;
    padding: 18px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f1f3ff, #fbfcff);
}
.response-note span { color: var(--fy-blue); font-size: 34px; }
.response-note small { color: #454d62; font-size: 14px; line-height: 1.35; font-weight: 650; }
.inquiry-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-content: start;
}
.inquiry-form label {
    position: relative;
    display: block;
}
.inquiry-form label > span {
    display: block;
    margin: 0 0 8px;
    color: #697082;
    font-size: 13px;
    font-weight: 760;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
    width: 100%;
    border: 1px solid rgba(17, 28, 66, 0.14);
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.inquiry-form input,
.inquiry-form select { height: 54px; padding: 0 16px; }
.inquiry-form select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 54px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23111827' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 26px center;
    background-size: 14px 14px;
}
.inquiry-form select::-ms-expand { display: none; }
.inquiry-form textarea { height: 128px; resize: none; padding: 16px; }
.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
    border-color: rgba(52, 72, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(52, 72, 255, 0.08);
}
.inquiry-form .wide { grid-column: 1 / -1; }
.message-field em {
    position: absolute;
    right: 18px;
    bottom: 15px;
    color: #808797;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}
.form-button {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(280px, 100%);
    margin-top: 2px;
}
.form-button:disabled {
    cursor: wait;
    opacity: 0.68;
}
.form-status {
    grid-column: 1 / -1;
    min-height: 20px;
    margin: 0;
    color: #5d6476;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    font-weight: 760;
}
.form-status.is-error { color: #c2410c; }
.form-status.is-success { color: #15803d; }
.form-status.is-warning { color: #9a5b00; }

.support-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 32px;
}
.support-cards article {
    min-height: 126px;
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--fy-line);
    border-radius: 12px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 14px 32px rgba(35, 49, 105, 0.04);
}
.support-cards span { font-size: 38px; }
.support-cards strong { display: block; color: #13192d; font-size: 13px; line-height: 1.25; font-weight: 900; }
.support-cards small { display: block; margin-top: 8px; color: #657085; font-size: 12px; line-height: 1.45; }

.section-title {
    margin: 0 0 36px;
    text-align: center;
    color: #0b1024;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
.project-flow { margin-bottom: 46px; }
.flow-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
}
.flow-row article {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 13px;
    text-align: center;
}
.flow-row article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 38px;
    right: -25px;
    width: 54px;
    height: 13px;
    background:
        linear-gradient(var(--fy-blue), var(--fy-blue)) left 6px / 42px 1.5px no-repeat;
}
.flow-row article:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 33px;
    right: -27px;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid var(--fy-blue);
    border-right: 1.5px solid var(--fy-blue);
    transform: rotate(45deg);
}
.flow-row span {
    width: 82px;
    height: 82px;
    font-size: 39px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eef1ff, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(52, 72, 255, 0.08);
}
.flow-row strong {
    max-width: 150px;
    color: #10162a;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}
.resource-grid a {
    min-height: 124px;
    display: grid;
    grid-template-columns: 54px 1fr 24px;
    align-items: center;
    gap: 18px;
    padding: 24px 30px;
    border: 1px solid var(--fy-line);
    border-radius: 12px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 14px 32px rgba(35, 49, 105, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.resource-grid a:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 54px rgba(35, 49, 105, 0.10);
}
.resource-grid > a > span { font-size: 40px; }
.resource-grid strong { display: block; color: #10162a; font-size: 15px; font-weight: 900; }
.resource-grid small { display: block; margin-top: 8px; color: #657085; font-size: 13px; line-height: 1.45; }
.resource-grid a > svg { color: var(--fy-blue); width: 22px; height: 22px; justify-self: end; }

.contact-cta {
    display: grid;
    grid-template-columns: 0.84fr 1.16fr;
    align-items: center;
    gap: 54px;
    margin-bottom: 58px;
    padding: 30px 48px;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #6677ff 0%, #263dff 100%);
    box-shadow: 0 24px 70px rgba(52, 72, 255, 0.25);
}
.cta-visual {
    min-height: 232px;
    display: grid;
    place-items: center;
}
.cta-visual img {
    width: min(420px, 100%);
    border-radius: 10px;
    mix-blend-mode: screen;
    filter: drop-shadow(0 20px 38px rgba(7, 15, 52, 0.22));
}
.contact-cta h2 {
    margin: 0;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}
.contact-cta p {
    max-width: 630px;
    margin: 18px 0 0;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 650;
}
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
}
.fy-btn-white {
    min-width: 164px;
    color: var(--fy-blue);
    background: #fff;
    box-shadow: 0 14px 28px rgba(7, 15, 52, 0.12);
}
.contact-page .fy-btn-white,
.contact-page .fy-btn-white span,
.contact-page .fy-btn-white svg {
    color: var(--fy-blue) !important;
    opacity: 1;
}
.cta-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 26px;
}
.cta-checks span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    font-weight: 800;
}
.cta-checks svg { width: 18px; height: 18px; }
.cta-checks em { font-style: normal; }

.fy-footer {
    padding: 34px 16px 30px;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.fy-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(4, 1fr);
    gap: 58px;
}
.fy-footer-brand p {
    max-width: 360px;
    margin: 18px 0 0;
    color: #4e586c;
    font-size: 13px;
    line-height: 1.75;
}
.fy-footer h3 {
    margin: 0 0 17px;
    color: #0f1528;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.fy-footer a:not(.fy-brand) {
    display: block;
    margin: 0 0 11px;
    color: #4e586c;
    font-size: 13px;
    line-height: 1.35;
    transition: color 0.2s ease, transform 0.2s ease;
}
.fy-footer a:not(.fy-brand):hover { color: var(--fy-blue); transform: translateX(3px); }
.fy-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 34px;
    color: #5f6677;
    font-size: 12px;
}
.fy-footer-bottom span:first-child { margin-right: auto; }

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

@media (max-width: 1280px) {
    .contact-page { --fy-container: min(1160px, calc(100vw - 64px)); }
    .contact-page .fy-links { gap: 28px; }
    .contact-hero { gap: 36px; }
    .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-proof article:nth-child(2) { border-right: 0; }
    .hero-proof article:nth-child(-n+2) { border-bottom: 1px solid rgba(17, 28, 66, 0.10); }
    .contact-info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .support-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
    .contact-page { --fy-container: min(100% - 42px, 860px); }
    .contact-page .fy-header { padding-top: 18px; }
    .contact-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);
    }
    .contact-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);
    }
    .contact-page .fy-header.menu-open .fy-links { display: flex; }
    .contact-page .fy-links .nav-link { padding: 14px 16px; }
    .contact-page .fy-links .nav-link::after { display: none; }
    .contact-page .fy-brand { min-width: 0; }
    .contact-hero,
    .inquiry-panel,
    .contact-cta { grid-template-columns: 1fr; }
    .hero-visual { min-height: 430px; }
    .hero-visual > img { min-height: 430px; }
    .inquiry-intro { padding: 0; border-right: 0; }
    .response-note { margin-top: 30px; }
    .flow-row { gap: 8px; }
    .flow-row article:not(:last-child)::after,
    .flow-row article:not(:last-child)::before { display: none; }
    .resource-grid { grid-template-columns: 1fr; }
    .fy-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fy-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
    .contact-page { --fy-container: min(100% - 28px, 560px); }
    .contact-main { padding-top: 30px; }
    .contact-page .fy-brand-text { font-size: 21px; }
    .contact-page .fy-actions { min-width: 0; }
    .contact-page .fy-lang { display: none; }
    .hero-copy h1 { font-size: clamp(36px, 10.8vw, 50px); }
    .hero-sub { font-size: 17px; }
    .hero-actions,
    .cta-actions { flex-direction: column; align-items: stretch; }
    .fy-btn { width: 100%; }
    .hero-visual,
    .hero-visual > img { min-height: 360px; }
    .hero-proof { position: relative; right: auto; bottom: auto; left: auto; margin: -36px 14px 14px; grid-template-columns: 1fr; }
    .hero-proof article { min-height: 74px; border-right: 0; border-bottom: 1px solid rgba(17, 28, 66, 0.10); }
    .hero-proof article:nth-child(-n+2) { border-bottom: 1px solid rgba(17, 28, 66, 0.10); }
    .hero-proof article:last-child { border-bottom: 0; }
    .contact-info-grid,
    .support-cards,
    .flow-row { grid-template-columns: 1fr; }
    .contact-notice strong { font-size: 16px; }
    .inquiry-panel { padding: 28px; gap: 28px; }
    .inquiry-form { grid-template-columns: 1fr; }
    .inquiry-intro h2 { font-size: 34px; }
    .support-cards article { min-height: 112px; }
    .section-title { font-size: 26px; }
    .flow-row { gap: 22px; }
    .flow-row article { grid-template-columns: 70px 1fr; justify-items: start; text-align: left; }
    .flow-row span { width: 66px; height: 66px; font-size: 31px; }
    .contact-cta { padding: 28px; gap: 24px; }
    .cta-checks { gap: 14px; flex-direction: column; }
    .fy-footer { padding-inline: 0; }
    .fy-footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .fy-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 460px) {
    .contact-page .fy-logo-mark { display: none; }
    .contact-page .fy-nav { padding-left: 14px; }
    .hero-visual,
    .hero-visual > img { min-height: 300px; }
    .contact-info-grid article { grid-template-columns: 38px 1fr; padding: 18px; }
    .contact-info-grid span { font-size: 29px; }
    .inquiry-panel { padding: 22px; }
}

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

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

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

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