@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --mr-white: #ffffff;
    --mr-bg: #041126;
    --mr-bg-soft: #071a3d;
    --mr-surface: rgba(255, 255, 255, 0.08);
    --mr-surface-strong: rgba(255, 255, 255, 0.12);
    --mr-text: #eef8fc;
    --mr-heading: #ffffff;
    --mr-muted: #a9c6d8;
    --mr-border: rgba(255, 255, 255, 0.14);
    --mr-navy: #152b67;
    --mr-blue: #1679bd;
    --mr-blue-strong: #1764b3;
    --mr-cyan: #18aecb;
    --mr-cyan-bright: #72e7ff;
    /* One shared page frame: roomy on desktop, with safe fluid edge spacing. */
    --mr-container: 1440px;
    --mr-page-gutter: clamp(16px, 3vw, 48px);
    --mr-shadow: 0 28px 80px rgba(0, 11, 28, 0.32);
    --mr-shadow-soft: 0 16px 44px rgba(0, 11, 28, 0.22);
}

body.mr-theme-light {
    --mr-bg: #ffffff;
    --mr-bg-soft: #f4f9fc;
    --mr-surface: #ffffff;
    --mr-surface-strong: #eef8fc;
    --mr-text: #10213a;
    --mr-heading: #152b67;
    --mr-muted: #68788c;
    --mr-border: #dce8f0;
    --mr-shadow: 0 24px 70px rgba(20, 66, 110, 0.12);
    --mr-shadow-soft: 0 14px 40px rgba(20, 66, 110, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}

body {
    margin: 0;
    direction: unset;
    overflow-x: hidden;
    color: var(--mr-text);
    background: var(--mr-bg);
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

html[lang="en"] body,
html[lang="ru"] body,
html[lang="zh-Hans"] body {
    font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, Tahoma, sans-serif;
}

body.mr-menu-open {
    overflow: hidden;
}

.mr-skip-link {
    position: fixed;
    top: 10px;
    inset-inline-start: 12px;
    z-index: 2000;
    max-width: calc(100vw - 24px);
    padding: 11px 16px;
    border: 2px solid #72e7ff;
    border-radius: 12px;
    color: #ffffff;
    background: #083b67;
    box-shadow: 0 12px 30px rgba(0, 11, 28, 0.32);
    font-weight: 900;
    line-height: 1.4;
    transform: translateY(calc(-100% - 20px));
    transition: transform 0.18s ease;
}

.mr-skip-link:focus,
.mr-skip-link:focus-visible {
    transform: translateY(0);
}

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

button,
input,
textarea,
select {
    font-family: inherit;
}

button {
    color: inherit;
}

body a[href]:focus-visible,
body button:not(:disabled):focus-visible,
body input:not(:disabled):focus-visible,
body textarea:not(:disabled):focus-visible,
body select:not(:disabled):focus-visible,
body [tabindex]:not([tabindex="-1"]):focus-visible {
    outline: 3px solid #72e7ff;
    outline-offset: 3px;
}

body.mr-theme-light a[href]:focus-visible,
body.mr-theme-light button:not(:disabled):focus-visible,
body.mr-theme-light input:not(:disabled):focus-visible,
body.mr-theme-light textarea:not(:disabled):focus-visible,
body.mr-theme-light select:not(:disabled):focus-visible,
body.mr-theme-light [tabindex]:not([tabindex="-1"]):focus-visible {
    outline-color: #075f78;
}

img {
    max-width: 100%;
}

/* Balance heading lines without stretching the spaces between words. */
:where(h1, h2, h3, h4, h5, h6) {
    min-inline-size: 0;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

/* Center each heading in its own content column. */
#main-content :where(h1, h2, h3, h4, h5, h6) {
    text-align: center;
    text-align-last: auto;
}

/* Keep the entire heading composition on the same axis: eyebrow, title,
   supporting copy, illustration caption and actions. Scope this to editorial
   groups so navigation, forms, long-form prose and data lists stay untouched. */
#main-content :is(
    .mr-hero-content, .mr-page-hero-copy, .mr-section-title,
    .mr-project-panel > div, .mr-cta-box,
    .vc-hero-copy, .vc-heading, .vc-method, .vc-stage-copy,
    .dp-intro, .dp-cta-copy, .dp-english, .dp-description,
    .sv-header, .sv-cta-copy, .sv-card > p,
    .pj-header, .pj-cta-copy, .pj-english, .pj-description,
    .sp-hero-copy, .sp-section-heading, .sp-request-copy, .sp-partner-card, .sp-mode-body,
    .mr-contact-v2-hero-copy, .mr-contact-v2-heading,
    .mr-contact-v2-map-copy > p,
    .mr-contact-v2-request-copy > p[data-i18n^="contact.form.description"],
    .mr-contact-v2-connect-box > div:first-child,
    .mr-contact-v2-card > small,
    .mr-info-card > p, .mr-flow-card > p, .mr-department-card > p,
    [data-i18n="about.vision.text"], [data-i18n="contact.v2.emailDescription"], figcaption
) {
    text-align: center;
    text-align-last: auto;
}

#main-content :is(.mr-page-hero-copy, .vc-hero-copy, .sp-hero-copy, .mr-contact-v2-hero-copy) {
    width: 100%;
    margin-inline: auto;
}

#main-content :is(.mr-hero-content, .mr-page-hero-copy, .mr-section-title,
    .mr-contact-v2-hero-copy, .vc-method) > p {
    margin-inline: auto;
}

#main-content :is(.mr-eyebrow, .mr-page-kicker, .mr-panel-kicker,
    .mr-section-title > span, .mr-cta-box > span,
    .vc-kicker, .dp-kicker, .sv-kicker, .pj-kicker, .sp-kicker) {
    justify-content: center;
}

#main-content .mr-contact-v2-eyebrow {
    display: flex;
    justify-content: center;
}

/* The explicit grid track preserves full-width mobile buttons when existing
   responsive rules switch an action row from flex to grid. */
#main-content :is(.mr-hero-actions, .mr-inline-actions, .vc-actions,
    .dp-actions, .sv-actions, .pj-actions, .sp-actions,
    .mr-contact-v2-actions, .mr-contact-v2-connect-actions,
    .vc-connection-mark, .vc-input-icons, .pj-tags) {
    justify-content: center;
    grid-template-columns: minmax(0, 1fr);
}

/* Closing calls to action sit below their heading instead of on a second axis. */
#main-content :is(.vc-cta, .dp-cta, .sv-cta, .pj-cta) {
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

#main-content :is(.dp-actions, .sv-actions, .pj-actions) {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

#main-content .mr-contact-v2-connect-box {
    grid-template-columns: minmax(0, 1fr);
}

#main-content .mr-contact-v2-connect-box > div:first-child {
    max-width: 960px;
    margin-inline: auto;
}

#main-content .mr-contact-v2-connect-actions {
    flex-wrap: wrap;
}

#main-content .mr-contact-v2-connect-actions a {
    justify-content: center;
}

#main-content .mr-contact-v2-map-copy > .mr-contact-v2-btn {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
}

/* Align standalone card emblems with their centered titles, not with form,
   navigation or inline-list icons. Photo overlays keep their vertical position. */
#main-content :is(.mr-info-card > .mr-info-icon, .mr-flow-card > .mr-flow-icon,
    .mr-department-card > .mr-card-icon, .mr-contact-v2-card > .mr-contact-v2-card-icon,
    .vc-method > .vc-icon-tile, .sp-partner-card > .sp-icon-tile) {
    margin-inline: auto;
}

#main-content .mr-info-card > .mr-info-icon {
    display: flex;
}

#main-content :is(.dp-card-visual > .dp-icon-tile,
    .sv-visual > .sv-icon-tile, .pj-visual > .pj-icon-tile) {
    inset-inline: 0;
    margin-inline: auto;
}

#main-content .sp-mode-heading {
    flex-direction: column;
    align-items: center;
}

#main-content .sp-mode-heading > h3 {
    flex: none;
    width: 100%;
}

#main-content .sp-partner-card {
    display: block;
}

#main-content .sp-partner-card > h3 {
    margin-top: 20px;
}

.mr-svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.mr-container {
    width: min(var(--mr-container), calc(100% - var(--mr-page-gutter) - var(--mr-page-gutter)));
    margin: 0 auto;
}

.mr-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 18px 0;
    transition: padding 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.mr-header.is-scrolled,
body.mr-menu-open .mr-header {
    padding: 10px 0;
    background: rgba(4, 17, 38, 0.84);
    box-shadow: 0 16px 44px rgba(0, 11, 28, 0.28);
    backdrop-filter: blur(18px);
}

body.mr-theme-light .mr-header.is-scrolled,
body.mr-theme-light.mr-menu-open .mr-header {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 34px rgba(21, 43, 103, 0.08);
}

.mr-header-inner {
    min-height: 74px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--mr-border);
    border-radius: 999px;
    background: rgba(7, 26, 61, 0.78);
    box-shadow: 0 18px 50px rgba(0, 11, 28, 0.24);
    backdrop-filter: blur(18px);
}

body.mr-theme-light .mr-header-inner {
    background: rgba(255, 255, 255, 0.86);
}

.mr-logo-link {
    display: flex;
    align-items: center;
    min-width: max-content;
}

.mr-logo {
    display: block;
    width: 168px;
    height: 85px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

body.mr-theme-light .mr-logo {
    filter: none;
}

.mr-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.mr-nav a {
    padding: 12px 13px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.93rem;
    font-weight: 800;
    line-height: 1;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mr-nav a:hover {
    color: #ffffff;
    background: rgba(24, 174, 203, 0.16);
}

body.mr-theme-light .mr-nav a {
    color: #253b5b;
}

body.mr-theme-light .mr-nav a:hover {
    color: var(--mr-blue);
    background: #eef8fc;
}

.mr-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
}

html[lang="ru"] .mr-header-inner {
    gap: 12px;
    padding: 0 14px;
}

html[lang="ru"] .mr-logo {
    width: 148px;
}

html[lang="ru"] .mr-nav {
    gap: 0;
}

html[lang="ru"] .mr-nav a {
    padding-inline: 9px;
    font-size: 0.84rem;
}

html[lang="ru"] .mr-header-actions {
    gap: 8px;
}

html[lang="ru"] .mr-lang-button {
    min-width: 116px;
    padding-inline: 8px;
    gap: 6px;
}

html[lang="ru"] .mr-lang-icon {
    width: 30px;
    height: 25px;
}

html[lang="ru"] .mr-lang-caret {
    width: 8px;
}

html[lang="ru"] .mr-header-cta {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 0.74rem;
    white-space: nowrap;
}

.mr-language-switcher,
.mr-lang-button,
.mr-theme-toggle,
.mr-header-cta,
.mr-menu-button {
    flex: 0 0 auto;
}

.mr-language-switcher {
    position: relative;
    z-index: 3;
}

.mr-lang-button {
    position: relative;
    min-width: 108px;
    height: 42px;
    padding: 0 14px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    border-radius: 999px;
    color: #ffffff;
    background:
        radial-gradient(circle at 30% 22%, rgba(148, 239, 252, 0.32), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.18),
        0 12px 28px rgba(24, 174, 203, 0.18);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 900;
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.mr-lang-button::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(24, 174, 203, 0.34), rgba(255, 255, 255, 0.06));
    opacity: 0.66;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.mr-lang-button:hover,
.mr-language-switcher.is-open .mr-lang-button {
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.24),
        0 16px 34px rgba(24, 174, 203, 0.24);
}

.mr-lang-button:hover::before,
.mr-language-switcher.is-open .mr-lang-button::before {
    opacity: 1;
    transform: scale(1.04);
}

.mr-lang-button:focus {
    outline: none;
}

.mr-lang-button:focus-visible {
    outline: 3px solid rgba(148, 239, 252, 0.44);
    outline-offset: 3px;
}

.mr-lang-icon {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 27px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 999px;
    color: #ffffff;
    background:
        radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.44), transparent 34%),
        linear-gradient(135deg, rgba(24, 174, 203, 0.42), rgba(22, 121, 189, 0.18));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.18),
        0 8px 18px rgba(24, 174, 203, 0.18);
}

.mr-lang-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 50%;
    width: 1px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    transform: rotate(18deg);
}

.mr-lang-mark {
    position: absolute;
    z-index: 1;
    line-height: 1;
    font-weight: 950;
    text-shadow: 0 1px 5px rgba(0, 11, 28, 0.25);
}

.mr-lang-mark-a {
    left: 7px;
    top: 6px;
    font-size: 0.72rem;
    letter-spacing: 0;
}

.mr-lang-mark-cn {
    right: 6px;
    bottom: 4px;
    color: var(--mr-cyan-bright);
    font-size: 0.74rem;
}

.mr-lang-caret {
    position: relative;
    z-index: 1;
    width: 10px;
    height: 10px;
    display: inline-grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.82);
    transition: transform 0.2s ease;
}

.mr-lang-caret svg {
    width: 10px;
    height: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mr-language-switcher.is-open .mr-lang-caret {
    transform: rotate(180deg);
}

.mr-lang-current {
    position: relative;
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
}

.mr-lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline-start: 0;
    width: 190px;
    padding: 8px;
    display: grid;
    gap: 6px;
    border: 1px solid var(--mr-border);
    border-radius: 18px;
    background: rgba(7, 26, 61, 0.96);
    box-shadow: var(--mr-shadow-soft);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.mr-language-switcher.is-open .mr-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mr-lang-option {
    min-height: 42px;
    padding: 0 10px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    cursor: pointer;
    text-align: start;
    font-weight: 900;
}

.mr-lang-option span {
    width: 34px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--mr-cyan), var(--mr-blue));
    font-size: 0.72rem;
}

.mr-lang-option strong {
    font-size: 0.9rem;
}

.mr-lang-option:hover,
.mr-lang-option.is-active {
    color: #ffffff;
    background: rgba(24, 174, 203, 0.16);
}

body.mr-theme-light .mr-lang-button {
    color: var(--mr-heading);
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.95), transparent 34%),
        linear-gradient(135deg, #f3fbff, #dff4fb);
    box-shadow:
        inset 0 0 0 1px rgba(22, 121, 189, 0.12),
        0 12px 28px rgba(21, 43, 103, 0.08);
}

body.mr-theme-light .mr-lang-button::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(24, 174, 203, 0.16));
}

body.mr-theme-light .mr-lang-button:hover,
body.mr-theme-light .mr-language-switcher.is-open .mr-lang-button {
    box-shadow:
        inset 0 0 0 1px rgba(22, 121, 189, 0.16),
        0 16px 34px rgba(21, 43, 103, 0.12);
}

body.mr-theme-light .mr-lang-icon {
    color: var(--mr-heading);
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.9), transparent 34%),
        linear-gradient(135deg, #eaf9fe, #cfeef8);
    box-shadow:
        inset 0 0 0 1px rgba(22, 121, 189, 0.12),
        0 8px 18px rgba(21, 43, 103, 0.08);
}

body.mr-theme-light .mr-lang-icon::after {
    background: rgba(22, 121, 189, 0.22);
}

body.mr-theme-light .mr-lang-mark {
    text-shadow: none;
}

body.mr-theme-light .mr-lang-mark-cn {
    color: var(--mr-blue);
}

body.mr-theme-light .mr-lang-caret {
    color: rgba(21, 43, 103, 0.72);
}

body.mr-theme-light .mr-lang-menu {
    background: rgba(255, 255, 255, 0.98);
}

body.mr-theme-light .mr-lang-option {
    color: #253b5b;
}

body.mr-theme-light .mr-lang-option:hover,
body.mr-theme-light .mr-lang-option.is-active {
    color: var(--mr-blue);
    background: #eef8fc;
}

.mr-header-cta {
    min-height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #0b6f88, #155fa8);
    box-shadow: 0 16px 34px rgba(24, 174, 203, 0.25);
    font-size: 0.9rem;
    font-weight: 900;
    white-space: nowrap;
}

.mr-theme-toggle {
    position: relative;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    background:
        radial-gradient(circle at 30% 22%, rgba(148, 239, 252, 0.38), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.18),
        0 12px 28px rgba(24, 174, 203, 0.18);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.mr-theme-toggle::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(24, 174, 203, 0.42), rgba(255, 255, 255, 0.06));
    opacity: 0.72;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.mr-theme-toggle:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.24),
        0 16px 34px rgba(24, 174, 203, 0.24);
}

.mr-theme-toggle:hover::before {
    opacity: 1;
    transform: scale(1.06);
}

.mr-theme-toggle:focus {
    outline: none;
}

.mr-theme-toggle:focus-visible {
    outline: 3px solid rgba(148, 239, 252, 0.44);
    outline-offset: 3px;
}

body.mr-theme-light .mr-theme-toggle {
    color: var(--mr-heading);
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.95), transparent 34%),
        linear-gradient(135deg, #f3fbff, #dff4fb);
    box-shadow:
        inset 0 0 0 1px rgba(22, 121, 189, 0.12),
        0 12px 28px rgba(21, 43, 103, 0.08);
}

body.mr-theme-light .mr-theme-toggle::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(24, 174, 203, 0.16));
}

body.mr-theme-light .mr-theme-toggle:focus-visible {
    outline-color: rgba(22, 121, 189, 0.32);
}

.mr-theme-toggle-icon {
    position: relative;
    z-index: 1;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
}

.mr-theme-toggle-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mr-theme-icon-sun,
.mr-theme-icon-moon {
    transform-origin: center;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.mr-theme-icon-sun {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.mr-theme-icon-moon {
    opacity: 0;
    transform: rotate(-26deg) scale(0.64);
    fill: currentColor;
    stroke-width: 1.4;
}

body.mr-theme-light .mr-theme-icon-sun {
    opacity: 0;
    transform: rotate(32deg) scale(0.62);
}

body.mr-theme-light .mr-theme-icon-moon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.mr-menu-button {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
}

.mr-menu-button span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: #ffffff;
}

body.mr-theme-light .mr-menu-button {
    background: #eef8fc;
}

body.mr-theme-light .mr-menu-button span {
    background: var(--mr-heading);
}

.mr-hero {
    padding: 118px 0 86px;
    background: radial-gradient(circle at 12% 20%, rgba(24, 174, 203, 0.12), transparent 28%),
        linear-gradient(180deg, #03162f 0%, #08214a 54%, #0b2d63 100%);
}

body.mr-theme-light .mr-hero {
    background: radial-gradient(circle at 12% 18%, rgba(24, 174, 203, 0.12), transparent 30%),
        linear-gradient(180deg, #b5bbd7 0%, #eff8fc 52%, #ffffff 100%);
}

.mr-hero-stage {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 760px;
    padding: 84px 22px;
    border: 1px solid rgba(112, 171, 230, 0.16);
    border-radius: 135px 32px 32px 32px;
    background: #0a2c5a;
    box-shadow: 0 32px 84px rgba(4, 18, 43, 0.34);
}

html[dir="ltr"] .mr-hero-stage {
    border-radius: 32px 135px 32px 32px;
}

body.mr-theme-light .mr-hero-stage {
    border-color: rgba(22, 121, 189, 0.16);
    background: #eaf6fb;
    box-shadow: 0 28px 76px rgba(20, 66, 110, 0.16);
}

.mr-hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08) 16%, transparent 36%);
}

body.mr-theme-light .mr-hero-stage::before {
    background: radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24) 18%, transparent 38%);
}

.mr-hero-stage-img,
.mr-hero-stage-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform-origin: center;
}

/* Keep the real footage upright in every language; only the copy and overlay swap sides. */
.mr-hero-stage-video {
    opacity: 0;
    pointer-events: none;
}

.mr-hero-stage-video.is-ready {
    opacity: 1;
}

.mr-hero-video-toggle {
    position: absolute;
    z-index: 3;
    inset-block-start: 20px;
    inset-inline-start: 20px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(127, 231, 255, 0.55);
    border-radius: 50%;
    color: #fff;
    background: rgba(4, 26, 52, 0.82);
    cursor: pointer;
}

.mr-hero-video-toggle[hidden] {
    display: none;
}

.mr-hero-video-toggle:hover {
    background: #076b87;
}

.mr-hero-video-toggle:focus-visible {
    outline: 3px solid #7fe7ff;
    outline-offset: 4px;
}

.mr-hero-video-toggle svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mr-hero-video-toggle .mr-video-pause,
.mr-hero-video-toggle[data-playing="true"] .mr-video-play {
    display: none;
}

.mr-hero-video-toggle[data-playing="true"] .mr-video-pause {
    display: block;
}

.mr-hero-stage-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(4, 17, 38, 0.1) 0%, rgba(5, 23, 50, 0.16) 22%, rgba(6, 33, 70, 0.34) 44%, rgba(6, 44, 89, 0.64) 68%, rgba(6, 42, 86, 0.86) 84%, rgba(5, 35, 73, 0.94) 100%);
}

body.mr-theme-light .mr-hero-stage-overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.34) 48%, rgba(242, 250, 253, 0.74) 72%, rgba(244, 250, 253, 0.94) 100%);
}

html[dir="ltr"] .mr-hero-stage-overlay {
    background: linear-gradient(270deg, rgba(4, 17, 38, 0.1) 0%, rgba(5, 23, 50, 0.16) 22%, rgba(6, 33, 70, 0.34) 44%, rgba(6, 44, 89, 0.64) 68%, rgba(6, 42, 86, 0.86) 84%, rgba(5, 35, 73, 0.94) 100%);
}

html[dir="ltr"] body.mr-theme-light .mr-hero-stage-overlay {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.34) 48%, rgba(242, 250, 253, 0.74) 72%, rgba(244, 250, 253, 0.94) 100%);
}

.mr-hero-content {
    position: relative;
    z-index: 2;
    width: min(560px, 42%);
    min-width: 0;
    max-width: 560px;
}

.mr-eyebrow {
    margin: 30px 20px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #4fd7ff;
    background: transparent;
    font-size: 1.55rem;
    font-weight: 900;
}

body.mr-theme-light .mr-eyebrow {
    color: var(--mr-blue);
}

.mr-eyebrow-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.52), transparent 35%),
        linear-gradient(135deg, var(--mr-cyan), var(--mr-blue));
    box-shadow: 0 0 0 8px rgba(53, 207, 255, 0.12), 0 14px 26px rgba(24, 174, 203, 0.22);
}

.mr-eyebrow-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mr-hero h1 {
    margin: 30px 0 18px;
    color: #ffffff;
    font-size: 4.8rem;
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 900;
}

body.mr-theme-light .mr-hero h1 {
    color: var(--mr-heading);
    text-shadow: 0 8px 28px rgba(255, 255, 255, 0.55);
}

.mr-hero h1 small {
    display: block;
    margin-top: 42px;
    color: #7fe7ff;
    font-size: 0.48em;
    line-height: 1.2;
    font-weight: 900;
}

body.mr-theme-light .mr-hero h1 small {
    color: var(--mr-blue);
}

.mr-hero p {
    width: min(520px, 100%);
    margin: 38px 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.96rem;
    line-height: 2.08;
    font-weight: 600;
}

body.mr-theme-light .mr-hero p {
    color: #223b5a;
    text-shadow: 0 8px 24px rgba(255, 255, 255, 0.48);
}

.mr-hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mr-btn {
    min-height: 56px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.4;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.mr-btn:hover {
    transform: translateY(-3px);
}

.mr-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0b6f88, #155fa8);
    box-shadow: 0 16px 34px rgba(37, 135, 242, 0.32);
}

.mr-btn-outline {
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

body.mr-theme-light .mr-btn-primary {
    background: linear-gradient(135deg, #0b6f88, #155fa8);
    box-shadow: 0 18px 38px rgba(24, 174, 203, 0.24);
}

body.mr-theme-light .mr-btn-outline {
    color: var(--mr-heading);
    border-color: rgba(21, 43, 103, 0.14);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 32px rgba(20, 66, 110, 0.1);
}

.mr-section {
    padding: 104px 0;
    background: var(--mr-bg);
}

.mr-about,
.mr-departments {
    background: #071a3d;
}

.mr-value-chain,
.mr-services,
.mr-projects,
.mr-cta-section {
    background: #041126;
}

body.mr-theme-light .mr-section,
body.mr-theme-light .mr-about,
body.mr-theme-light .mr-departments {
    background: #ffffff;
}

body.mr-theme-light .mr-value-chain,
body.mr-theme-light .mr-services,
body.mr-theme-light .mr-projects,
body.mr-theme-light .mr-cta-section {
    background: #f4f9fc;
}

.mr-section-title {
    margin-bottom: 38px;
}

.mr-section-title > span,
.mr-panel-kicker,
.mr-cta-box > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--mr-cyan-bright);
    font-size: 1rem;
    font-weight: 900;
}

body.mr-theme-light .mr-section-title > span,
body.mr-theme-light .mr-panel-kicker,
body.mr-theme-light .mr-cta-box > span {
    color: var(--mr-blue);
}

.mr-kicker-icon {
    width: 31px;
    height: 31px;
    display: inline-grid;
    place-items: center;
    border-radius: 11px;
    color: #ffffff;
    background: radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.5), transparent 35%),
        linear-gradient(135deg, #0b5574, var(--mr-blue));
    box-shadow: 0 12px 26px rgba(24, 174, 203, 0.18);
}

.mr-kicker-icon svg,
.mr-stat-icon svg,
.mr-flow-icon svg,
.mr-card-icon svg,
.mr-service-icon svg,
.mr-metric-icon svg,
.mr-info-icon svg,
.mr-footer-title-icon svg {
    width: 1em;
    height: 1em;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mr-kicker-icon svg {
    font-size: 18px;
}

.mr-section-title h2,
.mr-project-panel h2,
.mr-cta-box h2 {
    margin: 0;
    color: var(--mr-heading);
    font-size: 2.35rem;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 900;
}

.mr-section-title p,
.mr-project-panel p,
.mr-cta-box p {
    margin: 17px 0 0;
    color: var(--mr-muted);
    line-height: 2.05;
}

.mr-center {
    text-align: center;
}

.mr-center p {
    width: min(680px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.mr-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 50px;
    align-items: start;
}

.mr-about-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
    gap: 38px;
    align-items: stretch;
}

.mr-about-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mr-about .mr-section-title {
    margin-bottom: 0;
}

.mr-about .mr-section-title h2 {
    font-size: 2.05rem;
    line-height: 1.42;
}

.mr-services .mr-two-column {
    grid-template-columns: minmax(500px, 0.95fr) minmax(0, 1.05fr);
    gap: 42px;
    align-items: stretch;
}

.mr-services .mr-section-title {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.mr-services .mr-section-title h2 {
    max-width: 100%;
    white-space: normal;
    font-size: 2.05rem;
    line-height: 1.35;
}

html[dir="ltr"] .mr-services .mr-section-title h2 {
    font-size: 1.86rem;
    line-height: 1.28;
}

.mr-about-text {
    flex: 1;
    min-height: 230px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--mr-border);
    border-radius: 28px;
    background: var(--mr-surface);
    box-shadow: var(--mr-shadow-soft);
}

body.mr-theme-light .mr-about-text {
    background: linear-gradient(180deg, #ffffff, #f8fcfe);
}

.mr-about-text p {
    margin: 0 0 18px;
    color: var(--mr-muted);
    font-size: 1.02rem;
    line-height: 2.2;
}

.mr-about-text p:last-child {
    margin-bottom: 0;
}

.mr-about-visual,
.mr-value-visual {
    overflow: hidden;
    border: 1px solid var(--mr-border);
    background: #ffffff;
    box-shadow: var(--mr-shadow-soft);
}

.mr-about-visual {
    height: 100%;
    min-height: 340px;
    margin: 0;
    border-radius: 28px;
}

.mr-about-visual img,
.mr-value-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mr-stat-row {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mr-stat-card,
.mr-flow-card,
.mr-department-card,
.mr-service-list div {
    border: 1px solid var(--mr-border);
    background: var(--mr-surface);
    box-shadow: var(--mr-shadow-soft);
}

body.mr-theme-light .mr-stat-card,
body.mr-theme-light .mr-flow-card,
body.mr-theme-light .mr-department-card,
body.mr-theme-light .mr-service-list div {
    background: #ffffff;
}

.mr-stat-card {
    min-height: 150px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 24px;
    text-align: center;
}

.mr-stat-icon,
.mr-metric-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #ffffff;
    background: radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.46), transparent 35%),
        linear-gradient(135deg, #10275c, var(--mr-blue));
    box-shadow: 0 14px 28px rgba(24, 174, 203, 0.16);
}

.mr-stat-icon {
    margin-bottom: 14px;
}

.mr-stat-icon svg,
.mr-metric-icon svg {
    font-size: 24px;
}

.mr-stat-card strong {
    color: var(--mr-heading);
    font-size: 2.1rem;
    font-weight: 900;
}

.mr-stat-card span {
    margin-top: 8px;
    color: var(--mr-muted);
    font-weight: 800;
}

.mr-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.mr-value-visuals {
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    direction: ltr;
}

.mr-value-visual {
    margin: 0;
    border-radius: 28px;
    aspect-ratio: 16 / 10;
    direction: rtl;
}

html[dir="ltr"] .mr-value-visuals {
    direction: rtl;
}

html[dir="ltr"] .mr-value-visual {
    direction: ltr;
}

html[dir="ltr"] .mr-value-visual img {
    transform: scaleX(-1);
}

.mr-flow::before {
    content: "";
    position: absolute;
    top: 48px;
    right: 7%;
    left: 7%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(24, 174, 203, 0.7), transparent);
}

.mr-flow-card {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding: 22px;
    border-radius: 24px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mr-flow-card:hover,
.mr-department-card:hover {
    transform: translateY(-8px);
    border-color: rgba(24, 174, 203, 0.32);
    box-shadow: var(--mr-shadow);
}

.mr-flow-number,
.mr-flow-icon,
.mr-card-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--mr-cyan), var(--mr-blue));
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(24, 174, 203, 0.2);
}

.mr-flow-number {
    margin-bottom: 26px;
    font-size: 1.1rem;
}

.mr-flow-icon {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
}

.mr-flow-icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(24, 174, 203, 0.06));
    opacity: 0.74;
}

.mr-flow-icon svg,
.mr-card-icon svg {
    position: relative;
    z-index: 1;
    font-size: 34px;
    filter: drop-shadow(0 8px 16px rgba(0, 11, 28, 0.22));
}

.mr-flow-icon--bio {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.46), transparent 34%),
        linear-gradient(135deg, #0b5574, var(--mr-blue));
}

.mr-flow-icon--hatchery {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.46), transparent 34%),
        linear-gradient(135deg, #11536d, #1679bd);
}

.mr-flow-icon--cage {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.44), transparent 34%),
        linear-gradient(135deg, #12376e, #116aa3);
}

.mr-flow-icon--ship {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.42), transparent 34%),
        linear-gradient(135deg, #10275c, #1764b3);
}

.mr-flow-icon--market {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.42), transparent 34%),
        linear-gradient(135deg, #112e68, #1687b7);
}

.mr-flow-card h3,
.mr-department-card h3 {
    margin: 0 0 12px;
    color: var(--mr-heading);
    font-size: 1.1rem;
    font-weight: 900;
}

.mr-flow-card p,
.mr-department-card p {
    margin: 0;
    color: var(--mr-muted);
    line-height: 2;
}

.mr-department-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mr-department-card {
    min-height: 330px;
    padding: 30px;
    border-radius: 28px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mr-card-icon {
    margin-bottom: 34px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 26% 20%, rgba(148, 239, 252, 0.42), transparent 32%),
        linear-gradient(135deg, #10275c, var(--mr-blue));
}

.mr-card-icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(24, 174, 203, 0.06));
    opacity: 0.72;
}

.mr-card-icon--aquatic {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.52), transparent 34%),
        linear-gradient(135deg, #0b5574, var(--mr-blue));
}

.mr-card-icon--offshore {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.44), transparent 34%),
        linear-gradient(135deg, #12376e, #116aa3);
}

.mr-card-icon--innovation {
    background:
        radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.4), transparent 34%),
        linear-gradient(135deg, #112e68, #1687b7);
}

.mr-department-card h3 {
    font-size: 1.28rem;
}

.mr-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.mr-services-visual {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 300px;
    margin: 24px 0 0;
    border: 1px solid var(--mr-border);
    border-radius: 28px;
    background: #0a2c5a;
    box-shadow: var(--mr-shadow-soft);
}

.mr-services-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 17, 38, 0.02), rgba(4, 17, 38, 0.22));
    pointer-events: none;
}

body.mr-theme-light .mr-services-visual::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2));
}

.mr-services-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mr-service-list div {
    min-height: 76px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 18px;
    color: var(--mr-heading);
    font-weight: 900;
    line-height: 1.8;
    transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.mr-service-list div:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #071a3d, var(--mr-blue-strong));
    transform: translateY(-4px);
}

.mr-service-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.48), transparent 35%),
        linear-gradient(135deg, #10275c, var(--mr-blue));
    box-shadow: 0 10px 20px rgba(24, 174, 203, 0.14);
    transition: background 0.22s ease, transform 0.22s ease;
}

.mr-service-icon svg {
    font-size: 20px;
}

.mr-service-list div:hover .mr-service-icon {
    background: rgba(255, 255, 255, 0.16);
    transform: scale(1.05);
}

.mr-project-panel {
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 32px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 32px;
    color: #ffffff;
    background: radial-gradient(circle at 20% 20%, rgba(24, 174, 203, 0.26), transparent 34%),
        linear-gradient(135deg, #071a3d, #0b3e78);
    box-shadow: var(--mr-shadow);
}

body.mr-theme-light .mr-project-panel {
    color: var(--mr-heading);
    border-color: rgba(24, 174, 203, 0.16);
    background: radial-gradient(circle at 20% 20%, rgba(24, 174, 203, 0.16), transparent 36%),
        linear-gradient(135deg, #ffffff, #edf8fc);
    box-shadow: 0 22px 64px rgba(20, 66, 110, 0.1);
}

.mr-project-panel p {
    color: #d8ebf5;
}

body.mr-theme-light .mr-project-panel p {
    color: #52667a;
}

.mr-project-visual {
    position: relative;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: #071a3d;
    box-shadow: 0 22px 52px rgba(0, 11, 28, 0.24);
}

.mr-project-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 17, 38, 0.02), rgba(4, 17, 38, 0.18));
    pointer-events: none;
}

body.mr-theme-light .mr-project-visual {
    border-color: rgba(24, 174, 203, 0.16);
    background: #e8f5fb;
    box-shadow: 0 18px 44px rgba(20, 66, 110, 0.12);
}

body.mr-theme-light .mr-project-visual::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.18));
}

.mr-project-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mr-cta-section {
    padding-top: 0;
}

.mr-cta-box {
    padding: 52px;
    text-align: center;
    border: 1px solid rgba(24, 174, 203, 0.18);
    border-radius: 32px;
    background: radial-gradient(circle at top center, rgba(24, 174, 203, 0.18), transparent 40%),
        linear-gradient(135deg, #071a3d, #102b5f);
    box-shadow: var(--mr-shadow-soft);
}

body.mr-theme-light .mr-cta-box {
    background: radial-gradient(circle at top center, rgba(24, 174, 203, 0.16), transparent 40%),
        linear-gradient(180deg, #ffffff, #eef9fd);
}

.mr-cta-box p {
    width: min(720px, 100%);
    margin: 12px auto 26px;
}

.mr-footer {
    padding: 70px 0 28px;
    color: #ffffff;
    background: radial-gradient(circle at top right, rgba(24, 174, 203, 0.18), transparent 36%), #041126;
}

body.mr-theme-light .mr-footer {
    color: var(--mr-text);
    border-top: 1px solid var(--mr-border);
    background: radial-gradient(circle at top right, rgba(24, 174, 203, 0.12), transparent 36%),
        linear-gradient(180deg, #ffffff, #eef8fc);
}

.mr-footer-main {
    display: grid;
    grid-template-columns: 1.25fr 0.7fr 0.8fr 1fr;
    gap: 32px;
}

.mr-footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    padding: 10px;
    border-radius: 18px;
    background: #ffffff;
}

.mr-footer-about p,
.mr-footer-contact p {
    margin: 0 0 12px;
    color: #c8dcea;
    line-height: 2;
}

.mr-footer-col h3,
.mr-footer-contact h3 {
    margin: 0 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 900;
}

.mr-footer-title-icon {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: radial-gradient(circle at 28% 22%, rgba(148, 239, 252, 0.46), transparent 35%),
        linear-gradient(135deg, #10275c, var(--mr-blue));
    box-shadow: 0 10px 22px rgba(24, 174, 203, 0.16);
}

.mr-footer-title-icon svg {
    font-size: 19px;
}

body.mr-theme-light .mr-footer-col h3,
body.mr-theme-light .mr-footer-contact h3 {
    color: var(--mr-heading);
}

.mr-footer-col a {
    display: block;
    margin-bottom: 12px;
    color: #c8dcea;
    transition: color 0.2s ease, transform 0.2s ease;
}

.mr-footer-col a:hover {
    color: var(--mr-cyan-bright);
    transform: translateX(-4px);
}

body.mr-theme-light .mr-footer-about p,
body.mr-theme-light .mr-footer-contact p,
body.mr-theme-light .mr-footer-col a {
    color: #52667a;
}

body.mr-theme-light .mr-footer-col a:hover {
    color: var(--mr-blue);
}

.mr-footer-bottom {
    margin-top: 42px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #a8c2d6;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}

body.mr-theme-light .mr-footer-bottom {
    color: #52667a;
    border-top-color: var(--mr-border);
}

.mr-footer-credit {
    min-height: 34px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(114, 231, 255, 0.18);
    border-radius: 999px;
    color: rgba(232, 247, 252, 0.82);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(24, 174, 203, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 32px rgba(0, 11, 28, 0.18);
    font-size: 0.82rem;
    letter-spacing: 0;
    white-space: nowrap;
}

.mr-footer-credit a {
    padding: 3px 8px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(24, 174, 203, 0.12);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mr-footer-credit a:hover,
.mr-footer-credit a:focus-visible {
    color: #041126;
    background: linear-gradient(135deg, #72e7ff, #ffffff);
    box-shadow: 0 10px 24px rgba(114, 231, 255, 0.26);
    transform: translateY(-1px);
}

.mr-footer-credit a:focus-visible {
    outline: 3px solid rgba(114, 231, 255, 0.28);
    outline-offset: 3px;
}

body.mr-theme-light .mr-footer-credit {
    color: #52667a;
    border-color: rgba(22, 121, 189, 0.14);
    background: linear-gradient(135deg, #ffffff, #eef8fc);
    box-shadow: 0 12px 30px rgba(20, 66, 110, 0.08);
}

body.mr-theme-light .mr-footer-credit a {
    color: var(--mr-blue);
    background: rgba(22, 121, 189, 0.08);
}

body.mr-theme-light .mr-footer-credit a:hover,
body.mr-theme-light .mr-footer-credit a:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, var(--mr-cyan), var(--mr-blue));
}

@media (max-width: 1280px) {
    .mr-header-cta {
        display: none;
    }
}

@media (max-width: 1200px) {
    .mr-header-inner {
        gap: 12px;
    }

    .mr-nav a {
        padding: 10px 8px;
        font-size: 0.84rem;
    }

    .mr-hero-stage {
        min-height: 680px;
        padding-inline: 42px;
    }

    .mr-hero-content {
        width: min(500px, 46%);
    }

    .mr-hero h1 {
        font-size: 4.1rem;
    }

    .mr-two-column,
    .mr-services .mr-two-column,
    .mr-project-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .mr-services .mr-section-title {
        height: auto;
    }

    .mr-services .mr-section-title h2 {
        white-space: normal;
        font-size: 2.2rem;
    }

    .mr-about-content {
        gap: 20px;
    }

    .mr-about-visual {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .mr-services-visual {
        flex: none;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .mr-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .mr-flow::before {
        display: none;
    }

    .mr-department-grid,
    .mr-stat-row,
    .mr-footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Collapse navigation before translated labels crowd the page gutters. */
@media (max-width: 1280px) {
    html {
        scroll-padding-top: 92px;
    }

    .mr-header {
        padding: 10px 0;
    }

    .mr-header-inner,
    html[lang="ru"] .mr-header-inner {
        min-height: 68px;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        gap: 8px;
        justify-content: space-between;
    }

    .mr-logo,
    html[lang="ru"] .mr-logo {
        width: 128px;
        height: 46px;
    }

    .mr-menu-button {
        display: block;
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .mr-header-actions,
    html[lang="ru"] .mr-header-actions {
        display: flex;
        gap: 6px;
    }

    .mr-lang-button,
    html[lang="ru"] .mr-lang-button {
        min-width: 42px;
        width: 42px;
        padding: 0;
        gap: 0;
    }

    .mr-lang-current {
        display: none;
    }

    .mr-lang-caret {
        display: none;
    }

    .mr-lang-menu {
        inset-inline-start: auto;
        inset-inline-end: 0;
        width: min(176px, calc(100vw - 24px));
    }

    .mr-theme-toggle {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .mr-nav {
        position: fixed;
        top: 86px;
        right: 12px;
        left: 12px;
        display: none;
        padding: 16px;
        border: 1px solid var(--mr-border);
        border-radius: 24px;
        background: rgba(4, 17, 38, 0.96);
        box-shadow: var(--mr-shadow);
        backdrop-filter: blur(18px);
    }

    .mr-nav.is-open {
        display: grid;
        gap: 6px;
    }

    .mr-nav a {
        padding: 15px 16px;
        border-radius: 16px;
        color: rgba(255, 255, 255, 0.86);
        font-size: 0.96rem;
        line-height: 1.2;
    }

    body.mr-theme-light .mr-nav {
        background: rgba(255, 255, 255, 0.96);
    }

    body.mr-theme-light .mr-nav a {
        color: #253b5b;
    }
}

/* Switch the hero to a full-width composition before translated copy gets squeezed. */
@media (max-width: 1024px) {
    .mr-hero {
        padding: 106px 0 68px;
    }

    .mr-hero-stage {
        display: flex;
        align-items: flex-end;
        min-height: 640px;
        padding: 104px 24px 26px;
        border-radius: 64px 24px 24px 24px;
    }

    html[dir="ltr"] .mr-hero-stage {
        border-radius: 24px 64px 24px 24px;
    }

    .mr-hero-stage-overlay,
    html[dir="ltr"] .mr-hero-stage-overlay {
        background: linear-gradient(180deg, rgba(4, 17, 38, 0.06) 0%, rgba(5, 28, 60, 0.14) 24%, rgba(6, 38, 79, 0.66) 66%, rgba(5, 35, 73, 0.92) 100%);
    }

    body.mr-theme-light .mr-hero-stage-overlay,
    html[dir="ltr"] body.mr-theme-light .mr-hero-stage-overlay {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.16) 26%, rgba(250, 253, 255, 0.76) 68%, rgba(250, 253, 255, 0.94) 100%);
    }

    .mr-hero-content,
    html[dir="ltr"] .mr-hero-content {
        position: relative;
        inset: auto;
        width: 100%;
        min-width: 0;
        max-width: none;
        transform: none;
    }

    .mr-eyebrow {
        margin: 0 0 18px;
        font-size: 0.96rem;
    }

    .mr-hero h1 {
        margin: 18px 0 14px;
        font-size: 3rem;
        line-height: 1.16;
    }

    .mr-hero h1 small {
        margin-top: 18px;
    }

    .mr-hero p {
        margin: 22px 0 0;
        font-size: 0.95rem;
        line-height: 1.9;
    }

    .mr-hero-actions {
        margin-top: 24px;
        display: grid;
        gap: 12px;
    }
}

@media (max-width: 820px) {
    .mr-btn {
        width: 100%;
    }

    .mr-section {
        padding: 78px 0;
    }

    .mr-section-title h2,
    .mr-project-panel h2,
    .mr-cta-box h2 {
        font-size: 2rem;
    }

    .mr-about-text,
    .mr-project-panel,
    .mr-cta-box {
        padding: 28px;
        border-radius: 24px;
    }

    .mr-about-visual,
    .mr-value-visual {
        border-radius: 24px;
    }

    .mr-value-visuals {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mr-flow,
    .mr-department-grid,
    .mr-stat-row,
    .mr-service-list,
    .mr-footer-main {
        grid-template-columns: 1fr;
    }

    .mr-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 520px) {
    .mr-hero-stage {
        min-height: 600px;
        padding: 104px 18px 22px;
        border-radius: 46px 18px 18px 18px;
    }

    html[dir="ltr"] .mr-hero-stage {
        border-radius: 18px 46px 18px 18px;
    }

    .mr-hero h1 {
        font-size: 2.55rem;
    }

    .mr-section-title h2,
    .mr-project-panel h2,
    .mr-cta-box h2 {
        font-size: 1.78rem;
    }
}

@media (max-width: 390px) {
    .mr-header-inner,
    html[lang="ru"] .mr-header-inner {
        min-height: 62px;
        padding-inline: 8px;
        gap: 6px;
    }

    .mr-logo,
    html[lang="ru"] .mr-logo {
        width: 112px;
        height: 42px;
    }

    .mr-menu-button {
        width: 40px;
        height: 40px;
    }

    .mr-header-actions,
    html[lang="ru"] .mr-header-actions {
        gap: 6px;
    }

    .mr-lang-button,
    html[lang="ru"] .mr-lang-button,
    .mr-theme-toggle {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .mr-lang-menu {
        width: min(176px, calc(100vw - 16px));
    }
}

/* ==========================================================
   About & Contact pages
   ========================================================== */
.mr-inline-actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mr-btn-full { width: 100%; }

.mr-page-hero {
    padding: 144px 0 56px;
    background:
        radial-gradient(circle at 10% 10%, rgba(24, 174, 203, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(3, 22, 47, 1) 0%, rgba(8, 33, 74, 1) 100%);
}

.mr-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 30px;
    align-items: center;
}

.mr-page-hero-copy {
    /* The page frame can grow without stretching the reading column. */
    max-width: 640px;
    color: #ffffff;
}

.mr-page-kicker,
.mr-page-hero .mr-section-title > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8eeaff;
    font-weight: 800;
}

.mr-page-kicker .mr-kicker-icon,
.mr-page-hero .mr-section-title > span .mr-kicker-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
}

.mr-page-hero h1 {
    margin: 18px 0 16px;
    color: #ffffff;
    font-size: clamp(2.5rem, 4.7vw, 4.4rem);
    line-height: 1.12;
}

.mr-page-hero p {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 2;
}

.mr-page-hero-visual img,
.mr-page-hero-visual,
.mr-contact-hero-card { width: 100%; }

.mr-page-hero-visual {
    min-width: 0;
    margin: 0;
}

.mr-page-hero-visual img {
    display: block;
    height: auto;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.mr-page-section { padding: 74px 0; }
.mr-page-surface { background: linear-gradient(180deg, rgba(7, 26, 61, 0.03), rgba(24, 174, 203, 0.04)); }
.mr-page-story-grid, .mr-page-values-grid { align-items: start; }

.mr-page-text-card,
.mr-panel-card,
.mr-form-shell,
.mr-contact-card,
.mr-contact-mini-card {
    border: 1px solid rgba(146, 186, 222, 0.18);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 46px rgba(6, 30, 60, 0.08);
}

.mr-page-text-card, .mr-panel-card, .mr-form-shell { padding: 28px; }

.mr-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.mr-info-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.mr-info-card {
    padding: 24px 20px;
    border-radius: 28px;
    border: 1px solid rgba(146, 186, 222, 0.18);
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(6, 30, 60, 0.08);
}

.mr-info-icon,
.mr-contact-card-icon,
.mr-contact-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #071a3d, #0b6f88);
}

.mr-info-icon svg {
    font-size: 28px;
}

.mr-info-card h3,
.mr-contact-card h3,
.mr-contact-mini-card strong {
    margin: 0 0 10px;
    color: #0f2546;
    font-size: 1.04rem;
}

.mr-info-card p,
.mr-contact-card p,
.mr-contact-mini-card span,
.mr-panel-card p,
.mr-form-shell p {
    margin: 0;
    color: #5a6f88;
    line-height: 1.95;
}

.mr-mini-list { display: grid; gap: 14px; }
.mr-mini-list div { padding: 16px 0; border-top: 1px solid rgba(146, 186, 222, 0.18); }
.mr-mini-list div:first-child { border-top: 0; padding-top: 0; }
.mr-mini-list strong { display: block; margin-bottom: 6px; color: var(--mr-heading); }

.mr-panel-card p {
    color: var(--mr-muted);
}

.mr-cta-box--page span { display: inline-block; margin-bottom: 12px; color: #18aecb; font-weight: 800; }
.mr-contact-hero-card { display: grid; gap: 16px; }

.mr-contact-mini-card {
    padding: 22px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
}

.mr-contact-mini-card strong { color: #ffffff; }
.mr-contact-mini-card span { color: rgba(255,255,255,0.84); }
.mr-contact-mini-icon { margin-bottom: 0; background: rgba(255, 255, 255, 0.12); color: #8eeaff; }

.mr-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 26px;
    align-items: start;
}

.mr-contact-cards {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mr-contact-card {
    padding: 24px;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mr-contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(24, 174, 203, 0.28);
    box-shadow: 0 24px 60px rgba(6, 30, 60, 0.12);
}

.mr-contact-partnership { margin-top: 26px; }
.mr-contact-form { margin-top: 22px; display: grid; gap: 16px; }
.mr-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mr-contact-form label { display: grid; gap: 8px; }
.mr-contact-form label span { color: #0f2546; font-weight: 700; }

.mr-contact-form input,
.mr-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(146, 186, 222, 0.22);
    background: #ffffff;
    color: #0f2546;
    font: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mr-contact-form input:focus,
.mr-contact-form textarea:focus {
    border-color: rgba(24, 174, 203, 0.44);
    box-shadow: 0 0 0 4px rgba(24, 174, 203, 0.10);
}

body.mr-theme-light .mr-page-hero {
    background:
        radial-gradient(circle at 10% 10%, rgba(24, 174, 203, 0.14), transparent 26%),
        linear-gradient(180deg, #f4f9fc 0%, #eef8fc 100%);
}
body.mr-theme-light .mr-page-hero h1,
body.mr-theme-light .mr-page-hero-copy,
body.mr-theme-light .mr-contact-mini-card strong { color: #152b67; }
body.mr-theme-light .mr-page-hero p,
body.mr-theme-light .mr-contact-mini-card span { color: #52667a; }
body.mr-theme-light .mr-contact-mini-card { background: rgba(255,255,255,0.78); }
body.mr-theme-light .mr-page-text-card,
body.mr-theme-light .mr-panel-card,
body.mr-theme-light .mr-form-shell,
body.mr-theme-light .mr-contact-card,
body.mr-theme-light .mr-info-card {
    border-color: #dce8f0;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(20, 66, 110, 0.08);
}

@media (max-width: 1200px) {
    .mr-page-hero-grid, .mr-contact-grid { grid-template-columns: minmax(0, 1fr); }
    .mr-info-grid--five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .mr-info-grid, .mr-contact-cards, .mr-form-grid { grid-template-columns: 1fr; }
    .mr-page-section { padding: 58px 0; }
    .mr-page-hero { padding: 128px 0 46px; }
}

@media (max-width: 640px) {
    .mr-inline-actions, .mr-page-hero .mr-hero-actions { display: grid; }
    .mr-inline-actions .mr-btn, .mr-page-hero .mr-hero-actions .mr-btn { width: 100%; }
    .mr-page-text-card, .mr-panel-card, .mr-form-shell, .mr-contact-card, .mr-info-card, .mr-contact-mini-card { border-radius: 24px; }
    .mr-page-hero-visual img { border-radius: 26px; }
}

/* ==========================================================
   Contact Page V2 — inspired by Mandegar-style information flow
   ========================================================== */
.mr-contact-v2-hero {
    position: relative;
    overflow: hidden;
    padding: 142px 0 92px;
    background:
        radial-gradient(circle at 13% 18%, rgba(40, 202, 235, 0.20), transparent 28%),
        radial-gradient(circle at 85% 22%, rgba(35, 126, 205, 0.20), transparent 26%),
        linear-gradient(150deg, #03142e 0%, #082654 58%, #0a356c 100%);
}

.mr-contact-v2-hero::before,
.mr-contact-v2-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(136, 226, 248, 0.12);
    pointer-events: none;
}

.mr-contact-v2-hero::before {
    width: 540px;
    height: 540px;
    left: -210px;
    top: -300px;
}

.mr-contact-v2-hero::after {
    width: 380px;
    height: 380px;
    right: -180px;
    bottom: -240px;
}

.mr-contact-v2-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 70px;
    align-items: center;
}

.mr-contact-v2-hero-copy {
    max-width: 780px;
}

.mr-contact-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #79e7ff;
    font-size: 0.96rem;
    font-weight: 900;
}

.mr-contact-v2-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.mr-contact-v2-hero h1 {
    max-width: 840px;
    margin: 18px 0 16px;
    color: #ffffff;
    font-size: clamp(2.35rem, 4vw, 4.25rem);
    line-height: 1.3;
    letter-spacing: 0;
}

.mr-contact-v2-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 2;
}

.mr-contact-v2-actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.mr-contact-v2-btn {
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mr-contact-v2-btn:hover {
    transform: translateY(-2px);
}

.mr-contact-v2-btn svg,
.mr-contact-v2-connect-actions svg,
.mr-contact-v2-request-points svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mr-contact-v2-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0b6f88, #155fa8);
    box-shadow: 0 15px 34px rgba(26, 135, 213, 0.28);
}

.mr-contact-v2-btn-soft {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.mr-contact-v2-link {
    padding: 10px 4px;
    color: #c8f4ff;
    font-weight: 800;
    border-bottom: 1px solid rgba(200, 244, 255, 0.35);
}

.mr-contact-v2-hero-art {
    position: relative;
    min-height: 320px;
    display: grid;
    place-items: center;
}

.mr-contact-v2-symbol {
    position: relative;
    z-index: 2;
    width: 148px;
    height: 148px;
    border-radius: 42px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(145deg, #0b6f88, #155fa8);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
    transform: rotate(-7deg);
}

.mr-contact-v2-symbol svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.mr-contact-v2-orbit {
    position: absolute;
    border: 1px solid rgba(126, 229, 252, 0.22);
    border-radius: 50%;
}

.mr-contact-v2-orbit-one {
    width: 268px;
    height: 268px;
}

.mr-contact-v2-orbit-two {
    width: 350px;
    height: 350px;
    border-style: dashed;
    opacity: .55;
}

.mr-contact-v2-dot {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #67e0fb;
    box-shadow: 0 0 0 8px rgba(103, 224, 251, 0.10);
}

.mr-contact-v2-dot-one { top: 34px; right: 82px; }
.mr-contact-v2-dot-two { bottom: 42px; left: 48px; width: 9px; height: 9px; }
.mr-contact-v2-dot-three { top: 122px; left: 8px; width: 7px; height: 7px; }

.mr-contact-v2-section {
    padding: 86px 0 92px;
    background: var(--mr-bg, #f7fbfd);
}

.mr-contact-v2-heading {
    max-width: 740px;
    margin: 0 auto 34px;
    text-align: center;
}

.mr-contact-v2-heading > span {
    color: var(--mr-cyan, #18aecb);
    font-weight: 900;
}

.mr-contact-v2-heading h2,
.mr-contact-v2-map-copy h2,
.mr-contact-v2-connect-box h2,
.mr-contact-v2-request-copy h2 {
    margin: 10px 0 12px;
    color: var(--mr-navy, #152b67);
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.25;
}

.mr-contact-v2-heading p,
.mr-contact-v2-map-copy > p,
.mr-contact-v2-connect-box p,
.mr-contact-v2-request-copy > p {
    margin: 0;
    color: var(--mr-muted, #68788c);
    line-height: 1.95;
}

.mr-contact-v2-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mr-contact-v2-card {
    min-height: 300px;
    padding: 25px 23px;
    border-radius: 28px;
    border: 1px solid rgba(30, 100, 158, 0.11);
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(21, 68, 105, 0.08);
    display: flex;
    flex-direction: column;
    color: inherit;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mr-contact-v2-card:hover {
    transform: translateY(-7px);
    border-color: rgba(24, 174, 203, 0.30);
    box-shadow: 0 26px 62px rgba(21, 68, 105, 0.13);
}

.mr-contact-v2-card-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: #1679bd;
    background: linear-gradient(145deg, #eef8fc, #dff3fa);
}

.mr-contact-v2-card-icon svg,
.mr-contact-v2-map-address svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mr-contact-v2-card small {
    color: var(--mr-cyan, #18aecb);
    font-weight: 850;
}

.mr-contact-v2-card h3 {
    margin: 7px 0 11px;
    color: var(--mr-navy, #152b67);
    font-size: 1.22rem;
}

.mr-contact-v2-card p {
    margin: 0;
    color: var(--mr-muted, #68788c);
    line-height: 1.85;
}

.mr-contact-v2-card > strong {
    margin-top: auto;
    padding-top: 18px;
    color: #1679bd;
    font-size: .92rem;
}

.mr-contact-v2-hours {
    margin-top: 7px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 14px;
    align-items: center;
}

.mr-contact-v2-hours span {
    color: var(--mr-muted, #68788c);
}

.mr-contact-v2-hours strong {
    color: var(--mr-navy, #152b67);
    white-space: nowrap;
}

.mr-contact-v2-map-section {
    padding: 90px 0;
    background: #ffffff;
}

.mr-contact-v2-map-grid {
    display: grid;
    grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr);
    gap: 26px;
    align-items: stretch;
}

.mr-contact-v2-map-copy {
    padding: 36px;
    border-radius: 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(75, 221, 248, 0.18), transparent 32%),
        linear-gradient(145deg, #061b3c, #0d3b73);
    box-shadow: 0 24px 64px rgba(3, 27, 60, 0.18);
}

.mr-contact-v2-map-copy h2 {
    color: #ffffff;
}

.mr-contact-v2-map-copy > p {
    color: rgba(255, 255, 255, 0.78);
}

.mr-contact-v2-map-address {
    margin: 28px 0;
    padding: 20px;
    border-radius: 21px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.mr-contact-v2-map-address > span {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: #7be8ff;
    background: rgba(255, 255, 255, 0.08);
}

.mr-contact-v2-map-address strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
}

.mr-contact-v2-map-address p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
}

.mr-contact-v2-map-frame {
    min-height: 520px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(30, 100, 158, 0.12);
    box-shadow: 0 18px 54px rgba(21, 68, 105, 0.10);
}

.mr-contact-v2-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
    filter: saturate(.82) contrast(.96);
}

.mr-contact-v2-connect-section {
    padding: 0 0 90px;
    background: #ffffff;
}

.mr-contact-v2-connect-box {
    padding: 34px 38px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    background: linear-gradient(135deg, #eaf8fc, #f7fbfe);
    border: 1px solid rgba(24, 174, 203, 0.13);
}

.mr-contact-v2-connect-actions {
    display: flex;
    gap: 12px;
}

.mr-contact-v2-connect-actions a {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #152b67;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(21, 68, 105, 0.08);
    font-weight: 850;
}

.mr-contact-v2-request-section {
    padding: 94px 0 102px;
    background:
        radial-gradient(circle at 16% 12%, rgba(24, 174, 203, 0.10), transparent 28%),
        linear-gradient(180deg, #f3f8fc, #ffffff);
}

.mr-contact-v2-request-shell {
    padding: 34px;
    border-radius: 34px;
    display: grid;
    grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
    gap: 34px;
    background: #ffffff;
    border: 1px solid rgba(30, 100, 158, 0.11);
    box-shadow: 0 26px 72px rgba(21, 68, 105, 0.10);
}

.mr-contact-v2-request-copy {
    padding: 26px 20px 26px 10px;
}

.mr-contact-v2-request-points {
    margin-top: 26px;
    display: grid;
    gap: 12px;
}

.mr-contact-v2-request-points div {
    padding: 13px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #234466;
    background: #f3f8fb;
    font-weight: 750;
}

.mr-contact-v2-request-points svg {
    color: #18aecb;
}

.mr-contact-v2-form {
    padding: 28px;
    border-radius: 26px;
    display: grid;
    gap: 16px;
    background: #f7fafc;
    border: 1px solid rgba(30, 100, 158, 0.09);
}

.mr-contact-v2-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mr-contact-v2-form label {
    display: grid;
    gap: 8px;
}

.mr-contact-v2-form label > span {
    color: #17314f;
    font-weight: 800;
}

.mr-contact-v2-form input,
.mr-contact-v2-form textarea {
    width: 100%;
    border: 1px solid rgba(31, 92, 142, 0.15);
    border-radius: 15px;
    background: #ffffff;
    color: #10243e;
    padding: 14px 15px;
    font: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mr-contact-v2-form input:focus,
.mr-contact-v2-form textarea:focus {
    border-color: rgba(24, 174, 203, 0.50);
    box-shadow: 0 0 0 4px rgba(24, 174, 203, 0.10);
}

.mr-contact-v2-form textarea {
    resize: vertical;
    min-height: 150px;
}

.mr-contact-v2-submit {
    width: 100%;
    margin-top: 2px;
}

.mr-contact-v2-form[aria-busy="true"] .mr-contact-v2-submit,
.mr-contact-v2-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    pointer-events: none;
}

.mr-contact-form-privacy {
    margin: 0;
    color: #4a6177;
    font-size: 0.88rem;
    line-height: 1.8;
}

.mr-contact-honeypot {
    position: absolute !important;
    inline-size: 1px !important;
    block-size: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.field-validation-valid,
.validation-summary-valid {
    display: none;
}

.field-validation-error {
    display: block;
    margin-top: 5px;
    color: #9f1239;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.65;
}

.mr-contact-v2-form label > .field-validation-error {
    color: #9f1239;
}

.validation-summary-errors {
    padding: 14px 16px;
    border: 1px solid #f2a7b5;
    border-radius: 14px;
    color: #881337;
    background: #fff1f3;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.75;
}

.validation-summary-errors ul {
    margin: 0;
    padding-inline-start: 20px;
}

.input-validation-error {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.18) !important;
}

.mr-contact-form-status {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #9bd6e4;
    border-radius: 14px;
    color: #0d4055;
    background: #e8f8fc;
    font-size: 0.92rem;
    line-height: 1.75;
    outline: none;
}

.mr-contact-form-status[hidden] {
    display: none;
}

.mr-contact-form-status:focus {
    box-shadow: 0 0 0 4px rgba(24, 174, 203, 0.20);
}

.mr-contact-form-status-icon {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: currentColor;
    background: rgba(255, 255, 255, 0.62);
}

.mr-contact-form-status-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.mr-contact-form-status-content {
    min-width: 0;
}

.mr-contact-form-status-content strong {
    display: block;
    color: currentColor;
    font-size: 0.98rem;
    font-weight: 850;
}

.mr-contact-form-status-content p {
    margin: 3px 0 0;
    color: currentColor;
    font-weight: 650;
}

.mr-contact-form-status-action {
    width: fit-content;
    min-height: 42px;
    margin-top: 12px;
    padding: 9px 15px;
    font-size: 0.86rem;
}

.mr-contact-form-status.is-success,
.mr-contact-form-status--success {
    border-color: #75c997;
    color: #14532d;
    background: #ecfdf3;
}

.mr-contact-form-status--fallback {
    border-color: #e8b84e;
    color: #713f12;
    background: #fffbeb;
}

.mr-contact-form-status--draft {
    border-color: #68c8dc;
    color: #0d4f66;
    background: #e9fafd;
}

.mr-contact-form-status.is-error,
.mr-contact-form-status--error {
    border-color: #f2a7b5;
    color: #881337;
    background: #fff1f3;
}

/* Light theme */
body.mr-theme-light .mr-contact-v2-hero {
    background:
        radial-gradient(circle at 13% 18%, rgba(40, 202, 235, 0.17), transparent 28%),
        radial-gradient(circle at 85% 22%, rgba(35, 126, 205, 0.12), transparent 26%),
        linear-gradient(145deg, #ffffff 0%, #edf8fc 62%, #e6f3fa 100%);
}

body.mr-theme-light .mr-contact-v2-hero h1 {
    color: #132d5b;
}

body.mr-theme-light .mr-contact-v2-hero p {
    color: #54697f;
}

body.mr-theme-light .mr-contact-v2-btn-soft {
    color: #153567;
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(21, 53, 103, 0.10);
}

body.mr-theme-light .mr-contact-v2-link {
    color: #1679bd;
    border-bottom-color: rgba(22, 121, 189, 0.25);
}

body.mr-theme-light .mr-contact-v2-symbol {
    box-shadow: 0 28px 64px rgba(17, 76, 129, 0.18);
}

body.mr-theme-light .mr-contact-v2-orbit {
    border-color: rgba(22, 121, 189, 0.14);
}

body.mr-theme-light .mr-page-kicker,
body.mr-theme-light .mr-page-hero .mr-section-title > span,
body.mr-theme-light .mr-contact-v2-eyebrow,
body.mr-theme-light .mr-contact-v2-heading > span,
body.mr-theme-light .mr-contact-v2-card small,
body.mr-theme-light .mr-contact-v2-request-points svg {
    color: #0b6f88;
}

body:not(.mr-theme-light) .mr-contact-v2-section,
body:not(.mr-theme-light) .mr-contact-v2-request-section {
    background: #06172e;
}

body:not(.mr-theme-light) .mr-contact-v2-map-section,
body:not(.mr-theme-light) .mr-contact-v2-connect-section {
    background: #081e3d;
}

body:not(.mr-theme-light) .mr-contact-v2-heading h2,
body:not(.mr-theme-light) .mr-contact-v2-connect-box h2,
body:not(.mr-theme-light) .mr-contact-v2-request-copy h2 {
    color: #ffffff;
}

body:not(.mr-theme-light) .mr-contact-v2-heading p,
body:not(.mr-theme-light) .mr-contact-v2-connect-box p,
body:not(.mr-theme-light) .mr-contact-v2-request-copy > p {
    color: rgba(255, 255, 255, 0.68);
}

body:not(.mr-theme-light) .mr-contact-v2-card,
body:not(.mr-theme-light) .mr-contact-v2-request-shell {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow: none;
}

body:not(.mr-theme-light) .mr-contact-v2-card h3,
body:not(.mr-theme-light) .mr-contact-v2-card > strong,
body:not(.mr-theme-light) .mr-contact-v2-hours strong {
    color: #ffffff;
}

body:not(.mr-theme-light) .mr-contact-v2-card p,
body:not(.mr-theme-light) .mr-contact-v2-hours span {
    color: rgba(255, 255, 255, 0.68);
}

body:not(.mr-theme-light) .mr-contact-v2-card-icon {
    color: #79e7ff;
    background: rgba(255, 255, 255, 0.08);
}

body:not(.mr-theme-light) .mr-contact-v2-connect-box {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.10);
}

body:not(.mr-theme-light) .mr-contact-v2-connect-actions a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

body:not(.mr-theme-light) .mr-contact-v2-request-copy h2 {
    color: #ffffff;
}

body:not(.mr-theme-light) .mr-contact-v2-request-points div {
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.06);
}

body:not(.mr-theme-light) .mr-contact-v2-form {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

body:not(.mr-theme-light) .mr-contact-form-privacy {
    color: rgba(255, 255, 255, 0.72);
}

body:not(.mr-theme-light) .validation-summary-errors {
    color: #ffe4e6;
    border-color: rgba(251, 113, 133, 0.58);
    background: rgba(136, 19, 55, 0.34);
}

body:not(.mr-theme-light) .mr-contact-form-status-icon {
    background: rgba(255, 255, 255, 0.10);
}

body:not(.mr-theme-light) .mr-contact-form-status--success {
    color: #dcfce7;
    border-color: rgba(74, 222, 128, 0.62);
    background: rgba(20, 83, 45, 0.52);
}

body:not(.mr-theme-light) .mr-contact-form-status--fallback {
    color: #fef3c7;
    border-color: rgba(251, 191, 36, 0.66);
    background: rgba(113, 63, 18, 0.52);
}

body:not(.mr-theme-light) .mr-contact-form-status--draft {
    color: #cffafe;
    border-color: rgba(34, 211, 238, 0.58);
    background: rgba(14, 116, 144, 0.34);
}

body:not(.mr-theme-light) .mr-contact-v2-form label > span {
    color: rgba(255, 255, 255, 0.86);
}

body:not(.mr-theme-light) .mr-contact-v2-form label > .field-validation-error {
    color: #fecdd3;
}

body:not(.mr-theme-light) .mr-contact-v2-form input,
body:not(.mr-theme-light) .mr-contact-v2-form textarea {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.11);
}

body:not(.mr-theme-light) .mr-contact-v2-form input::placeholder,
body:not(.mr-theme-light) .mr-contact-v2-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.40);
}

@media (max-width: 1120px) {
    .mr-contact-v2-hero-inner {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 34px;
    }

    .mr-contact-v2-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mr-contact-v2-map-grid,
    .mr-contact-v2-request-shell {
        grid-template-columns: 1fr;
    }

    .mr-contact-v2-map-copy {
        order: 2;
    }
}

@media (max-width: 820px) {
    .mr-contact-v2-hero {
        padding: 122px 0 68px;
    }

    .mr-contact-v2-hero-inner {
        grid-template-columns: 1fr;
    }

    .mr-contact-v2-hero-art {
        min-height: 240px;
    }

    .mr-contact-v2-symbol {
        width: 118px;
        height: 118px;
        border-radius: 34px;
    }

    .mr-contact-v2-symbol svg {
        width: 58px;
        height: 58px;
    }

    .mr-contact-v2-orbit-one {
        width: 210px;
        height: 210px;
    }

    .mr-contact-v2-orbit-two {
        width: 275px;
        height: 275px;
    }

    .mr-contact-v2-connect-box {
        grid-template-columns: 1fr;
    }

    .mr-contact-v2-connect-actions {
        flex-wrap: wrap;
    }

    .mr-contact-v2-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .mr-contact-v2-hero h1 {
        font-size: clamp(2rem, 8vw, 2.75rem);
    }

    .mr-contact-v2-actions,
    .mr-contact-v2-connect-actions {
        display: grid;
    }

    .mr-contact-v2-btn,
    .mr-contact-v2-connect-actions a {
        width: 100%;
    }

    .mr-contact-v2-cards {
        grid-template-columns: 1fr;
    }

    .mr-contact-v2-card {
        min-height: 0;
    }

    .mr-contact-v2-map-copy,
    .mr-contact-v2-request-shell,
    .mr-contact-v2-form,
    .mr-contact-v2-connect-box {
        padding: 22px;
        border-radius: 24px;
    }

    .mr-contact-form-status {
        padding: 14px;
    }

    .mr-contact-form-status-action {
        width: 100%;
    }

    .mr-contact-v2-map-frame,
    .mr-contact-v2-map-frame iframe {
        min-height: 400px;
        border-radius: 24px;
    }

    .mr-contact-v2-section,
    .mr-contact-v2-map-section,
    .mr-contact-v2-request-section {
        padding-top: 68px;
        padding-bottom: 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}

.mr-contact-v2-symbol strong {
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 900;
    direction: ltr;
}

.mr-error-request-id {
    margin-top: 28px;
    color: var(--mr-muted);
    font-size: 0.9rem;
}

.mr-error-request-id code {
    display: inline-block;
    margin-inline-start: 6px;
    padding: 4px 8px;
    border: 1px solid var(--mr-border);
    border-radius: 8px;
    color: var(--mr-text);
    background: var(--mr-surface);
    overflow-wrap: anywhere;
}
