:root {
    --ink: #0d1f33;
    --ink-soft: #324a68;
    --surface: #ffffff;
    --surface-muted: #f4f1ea;
    --surface-soft: #eef3f7;
    --line: rgba(13, 31, 51, 0.12);
    --line-strong: rgba(13, 31, 51, 0.2);
    --teal: #1d7f86;
    --teal-deep: #0f6670;
    --gold: #c29a52;
    --shadow: 0 22px 65px rgba(13, 31, 51, 0.12);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --shell: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.home-page {
    margin: 0;
    font-family: "Raleway", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(194, 154, 82, 0.14), transparent 30%),
        radial-gradient(circle at 85% 12%, rgba(29, 127, 134, 0.12), transparent 28%),
        linear-gradient(180deg, #fbfaf7 0%, #ffffff 26%, #f5f7fa 100%);
    overflow-x: hidden;
}

body.home-page::before,
body.home-page::after {
    content: "";
    position: fixed;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(85px);
    pointer-events: none;
    z-index: 0;
}

body.home-page::before {
    top: -80px;
    right: -90px;
    background: rgba(29, 127, 134, 0.18);
}

body.home-page::after {
    bottom: -120px;
    left: -100px;
    background: rgba(194, 154, 82, 0.16);
}

.home-page a {
    color: inherit;
    text-decoration: none;
}

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

.hidden {
    display: none;
    visibility: hidden;
}

.white_hider {
    display: none !important;
}

.shell {
    width: min(var(--shell), calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.eyebrow {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 13px;
    font-weight: 700;
    color: var(--teal);
}

.home-page h1,
.home-page h2,
.home-page h3 {
    font-family: "Forum", serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
}

.home-page h1 {
    font-size: clamp(52px, 7vw, 84px);
    line-height: 0.96;
}

.home-page h2 {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.02;
}

.home-page h3 {
    font-size: 30px;
    line-height: 1.05;
}

.home-page p,
.home-page li,
.home-page label,
.home-page input,
.home-page textarea {
    line-height: 1.68;
    font-size: 17px;
}

.home-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-page .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 26px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--teal-deep), var(--teal));
    box-shadow: 0 14px 36px rgba(15, 102, 112, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    cursor: pointer;
    margin-top: 0;
}

.home-page .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(15, 102, 112, 0.28);
}

.home-page .button--ghost {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(13, 31, 51, 0.12);
    box-shadow: none;
}

.home-page .button--submit {
    width: 100%;
}

.main_menu {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(251, 250, 247, 0.82);
    border-bottom: 1px solid rgba(13, 31, 51, 0.08);
}

.main_menu__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 84px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.brand__logo {
    width: 168px;
    max-width: 40vw;
}

.brand__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand__copy strong {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.brand__copy small {
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.4;
}

.main_menu__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex: 1;
    min-width: 0;
}

.main_menu__menu a,
.main_menu__mobile a {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    transition: color 0.2s ease;
}

.main_menu__menu a:hover,
.main_menu__mobile a:hover {
    color: var(--teal);
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(13, 31, 51, 0.12);
    font-size: 13px !important;
}

.mobile_menu_button {
    display: none;
    visibility: hidden;
}

.main_menu__mobile {
    display: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid rgba(13, 31, 51, 0.08);
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.main_menu__mobile.visible {
    opacity: 1;
    max-height: 420px;
    padding: 10px 20px 20px;
}

.main_menu__mobile a {
    display: block;
    padding: 12px 0;
}

.hero {
    padding: 72px 0 64px;
    position: relative;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 54px;
    align-items: center;
}

.lead {
    max-width: 700px;
    margin: 24px 0 0;
    font-size: 20px;
    color: var(--ink-soft);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.stat-card {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(13, 31, 51, 0.08);
    box-shadow: var(--shadow);
}

.stat-card strong {
    display: block;
    font-size: 28px;
    font-family: "Forum", serif;
    margin-bottom: 8px;
}

.stat-card span {
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.6;
}

.hero__visual {
    position: relative;
}

.visual-frame {
    position: relative;
    min-height: 660px;
    border-radius: var(--radius-xl);
    overflow: visible;
}

.hero-photo {
    width: 100%;
    height: 660px;
    object-fit: cover;
    border-radius: var(--radius-xl);
    box-shadow: 0 30px 80px rgba(13, 31, 51, 0.18);
}

.screen-panel {
    position: absolute;
    right: -32px;
    bottom: -42px;
    width: min(72%, 370px);
    padding: 18px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(13, 31, 51, 0.08);
    box-shadow: 0 26px 70px rgba(13, 31, 51, 0.16);
}

.screen-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.screen-panel__top p {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(13, 31, 51, 0.72);
}

.screen-dots {
    display: inline-flex;
    gap: 6px;
}

.screen-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(13, 31, 51, 0.2);
}

.response-card {
    padding: 16px;
    border-radius: 20px;
    background: var(--surface-soft);
    border: 1px solid rgba(13, 31, 51, 0.08);
}

.response-card + .response-card {
    margin-top: 12px;
}

.response-card--primary {
    background: linear-gradient(160deg, rgba(29, 127, 134, 0.12), rgba(255, 255, 255, 0.98));
}

.response-card__tag {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-deep);
}

.response-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink);
}

.floating-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(13, 31, 51, 0.9);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 14px 36px rgba(13, 31, 51, 0.18);
}

.floating-chip--top {
    top: 26px;
    left: -22px;
}

.floating-chip--bottom {
    left: 30px;
    bottom: 34px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
}

.section {
    padding: 92px 0;
    position: relative;
}

.section--light {
    background: transparent;
}

.section--ink {
    background: linear-gradient(180deg, #10263f 0%, #0d1f33 100%);
    color: #ffffff;
}

.section--sand {
    background: linear-gradient(180deg, rgba(194, 154, 82, 0.11), rgba(255, 255, 255, 0.8));
}

.section--surface {
    background: rgba(255, 255, 255, 0.76);
}

.section--clients {
    padding: 22px 0 10px;
}

.section--contact {
    background: linear-gradient(180deg, rgba(16, 38, 63, 0.98), rgba(13, 31, 51, 1));
    color: #ffffff;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.section-heading p:last-child {
    margin-top: 18px;
    color: var(--ink-soft);
}

.section-heading--light p:last-child,
.section-heading--light .eyebrow {
    color: rgba(255, 255, 255, 0.82);
}

.section-heading--light .eyebrow {
    color: rgba(194, 154, 82, 0.92);
}

.client-strip-heading {
    margin-bottom: 18px;
}

.client-strip-heading .eyebrow {
    margin-bottom: 0;
    color: rgba(13, 31, 51, 0.58);
}

.client-logo-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.client-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(13, 31, 51, 0.08);
    box-shadow: 0 16px 44px rgba(13, 31, 51, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.client-logo-card:hover {
    transform: translateY(-3px);
    border-color: rgba(29, 127, 134, 0.24);
    box-shadow: 0 20px 52px rgba(13, 31, 51, 0.14);
}

.client-logo-card img {
    max-width: 100%;
    max-height: 46px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.client-logo-card--dark {
    background: #10263f;
    border-color: rgba(255, 255, 255, 0.08);
}

.client-logo-card--dark img {
    max-height: 40px;
}

.audience-grid,
.services-grid,
.process-grid,
.packages-grid,
.team-grid,
.reviews-grid,
.faq-grid {
    display: grid;
    gap: 24px;
}

.audience-grid,
.team-grid,
.faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-grid,
.process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.packages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-card,
.service-card,
.process-card,
.package-card,
.team-card,
.review-card,
.faq-card,
.deliverable-card {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(13, 31, 51, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
}

.audience-card,
.service-card,
.process-card,
.package-card,
.faq-card,
.deliverable-card {
    padding: 28px;
}

.team-card,
.review-card {
    padding: 24px;
}

.icon-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    border-radius: 18px;
    background: rgba(29, 127, 134, 0.12);
    color: var(--teal-deep);
    font-size: 22px;
}

.audience-card h3,
.service-card h3,
.process-card h3,
.package-card h3,
.faq-card h3,
.deliverable-card h3 {
    margin-bottom: 12px;
    font-size: 28px;
}

.audience-card p,
.service-card p,
.process-card p,
.faq-card p,
.deliverable-card p,
.package-card li,
.team-card p,
.review-card p {
    margin: 0;
    color: var(--ink-soft);
}

.service-card,
.process-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: none;
}

.process-card {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(13, 31, 51, 0.08);
    color: var(--ink);
    box-shadow: var(--shadow);
}

.service-card p {
    color: rgba(255, 255, 255, 0.84);
}

.service-card__number,
.process-card__step,
.package-card__label {
    display: inline-flex;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
}

.process-card__step,
.package-card__label {
    color: var(--teal-deep);
}

.insight-layout {
    display: grid;
    grid-template-columns: 1fr 0.88fr;
    gap: 42px;
    align-items: center;
}

.deliverable-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.insight-visual {
    position: relative;
}

.insight-visual > img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    border-radius: var(--radius-xl);
    box-shadow: 0 28px 80px rgba(13, 31, 51, 0.18);
}

.signal-stack {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 12px;
}

.signal-card {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(13, 31, 51, 0.08);
    box-shadow: 0 18px 50px rgba(13, 31, 51, 0.18);
}

.signal-card span {
    display: inline-flex;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-deep);
}

.signal-card p {
    margin: 0;
    color: var(--ink);
}

.package-card ul {
    display: grid;
    gap: 12px;
}

.package-card li {
    position: relative;
    padding-left: 18px;
}

.package-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--teal);
}

.package-card--featured {
    transform: translateY(-10px);
    background: linear-gradient(180deg, rgba(29, 127, 134, 0.1), rgba(255, 255, 255, 0.96));
    border-color: rgba(29, 127, 134, 0.18);
}

.team-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 20px;
}

.team-role {
    margin: 10px 0 12px !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-deep) !important;
}

.review-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: none;
}

.review-card__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.review-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.14);
}

.review-card__head h3 {
    font-size: 26px;
}

.review-card__head p,
.review-quote {
    color: rgba(255, 255, 255, 0.82) !important;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    align-items: start;
}

.contact-panel,
.contact-form-panel {
    padding: 30px;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.contact-points {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.contact-points a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 600;
}

.contact-points a i {
    color: rgba(194, 154, 82, 0.95);
}

.form__feedback {
    width: 100%;
}

.form__feedback label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
}

.form__feedback input,
.form__feedback textarea {
    width: 100%;
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    font-family: "Raleway", sans-serif;
    outline: none;
}

.form__feedback textarea {
    min-height: 150px;
    resize: vertical;
}

.message {
    position: static;
    margin-top: 18px;
    min-height: 24px;
}

.message__success {
    color: #ffffff;
}

.site-footer {
    padding: 28px 0 40px;
    background: #0d1f33;
    color: rgba(255, 255, 255, 0.9);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand--footer .brand__copy strong,
.brand--footer .brand__copy small,
.footer-copy {
    color: rgba(255, 255, 255, 0.86);
}
