.agency-footer {
    --footer-bg: #0b0c10;
    --footer-deep: #050507;
    --lime: #C6FF33;
    --lime-2: #b6ff00;
    --violet: #7D53EB;
    --violet-2: #7D53FF;
    --white: #ffffff;
    --gray: rgba(255,255,255,0.62);
    --glass: rgba(255,255,255,0.04);
    --border: rgba(255,255,255,0.08);
    --glass-border: rgba(255,255,255,0.06);
    --lime-glow: rgba(198,255,51,0.24);
    --violet-glow: rgba(125,83,235,0.24);
    --white-glow: rgba(255,255,255,0.16);
    --footer-grid-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
    --footer-grid-gap: 42px;
    --footer-copy-padding-top: 30px;
    --footer-copy-card-min-height: 585px;

    position: relative;
    overflow: hidden;
    padding: 0 20px 50px;
    background:
        radial-gradient(circle at 18% 26%, rgba(125,83,235,0.16), transparent 24%),
        radial-gradient(circle at 82% 22%, rgba(198,255,51,0.10), transparent 22%),
        linear-gradient(180deg, var(--footer-bg) 0%, var(--footer-deep) 100%);
}

.agency-footer *,
.agency-footer *::before,
.agency-footer *::after {
    box-sizing: border-box;
}

.agency-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to right, rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.12;
    z-index: 1;
}

.agency-footer-wave {
    position: relative;
    left: 50%;
    width: calc(100vw + 12px);
    height: 180px;
    line-height: 0;
    z-index: 2;
    margin-top: -1px;
    margin-bottom: -1px;
    transform: translateX(-50%);
}

.agency-footer-wave svg {
    display: block;
    width: calc(100% + 2px);
    height: 100%;
    margin-left: -1px;
    transform: scaleY(-1);
    transform-origin: center;
}

.agency-footer-wave svg path {
    fill: #ffffff;
}

.agency-footer--minimal .agency-footer-shell {
    padding-top: 18px;
}

.agency-footer--minimal .agency-footer-bottom {
    margin-top: 0;
}

.agency-footer-shell {
    position: relative;
    z-index: 3;
    max-width: min(1360px, var(--tc-shell-max));
    margin: 0 auto;
    padding-top: 40px;
}

.agency-footer-bg-text {
    position: absolute;
    top: 20px;
    left: -10px;
    font-family: "Montserrat", sans-serif;
    font-size:clamp(4rem, 9.375vw, 15rem);
    font-weight: 900;
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.agency-footer-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: var(--footer-grid-columns);
    gap: var(--footer-grid-gap);
    align-items: stretch;
}

.agency-footer-copy {
    padding-top: var(--footer-copy-padding-top);
    display: flex;
    align-items: stretch;
}

.agency-footer-copy-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    border-radius: 34px;
    padding: 34px 32px;
    background: #0b0c10;
    box-shadow: 0 28px 70px rgba(0,0,0,0.28);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: var(--footer-copy-card-min-height);
}

.agency-footer-copy-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.42) 46%, rgba(0,0,0,0.78) 100%);
}

.agency-footer-copy-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.agency-footer-copy-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.agency-footer-copy-card > h2,
.agency-footer-copy-card > p,
.agency-footer-copy-card > .agency-footer-points,
.agency-footer-copy-card > .agency-mini-rotator {
    position: relative;
    z-index: 2;
}

.agency-footer-copy h2 {
    margin: 0 0 20px;
    font-family: "Montserrat", sans-serif;
    font-size:clamp(1.85rem, 1.969vw, 3.15rem);
    line-height: 0.94;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--white);
    max-width: 520px;
}

.agency-footer-copy h2 span {
    display: block;
    color: var(--lime);
}

.agency-footer-copy > .agency-footer-copy-card > p {
    margin: 0 0 28px;
    max-width: 500px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.8;
}

.agency-footer-points {
    display: grid;
    gap: 12px;
    max-width: 500px;
    margin-bottom: 24px;
}

.agency-footer-point {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 0.95rem;
}

.agency-footer-point i {
    width: 18px;
    color: var(--lime);
    flex-shrink: 0;
}

.agency-mini-rotator {
    position: relative;
    max-width: 520px;
    min-height: 190px;
    padding: 20px 22px 42px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.18);
    overflow: hidden;
}

.agency-mini-rotator::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 18%, rgba(125,83,235,0.10), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(198,255,51,0.08), transparent 24%);
}

.agency-mini-slide {
    position: absolute;
    inset: 20px 22px 38px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
    pointer-events: none;
}

.agency-mini-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.agency-mini-content {
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    gap: 18px;
    align-items: center;
}

.agency-mini-text h3 {
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.16rem;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.agency-mini-text p {
    margin: 0;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 330px;
}

.agency-mini-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agency-mini-sphere {
    position: relative;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.12), transparent 58%), rgba(255,255,255,0.015);
    box-shadow: 0 0 36px rgba(0,0,0,0.40);
    animation: agencyMiniFloatSphere 5.5s infinite alternate ease-in-out;
}

.agency-mini-sphere > i {
    font-size:clamp(30px, 1.562vw, 40px);
}

.agency-mini-sphere.lime-glow {
    box-shadow: 0 0 36px rgba(0,0,0,0.40), inset 0 0 28px var(--lime-glow);
    border-color: rgba(198,255,51,0.18);
}

.agency-mini-sphere.lime-glow > i {
    color: var(--lime-2);
}

.agency-mini-sphere.violet-glow {
    box-shadow: 0 0 36px rgba(0,0,0,0.40), inset 0 0 28px var(--violet-glow);
    border-color: rgba(125,83,255,0.18);
}

.agency-mini-sphere.violet-glow > i {
    color: #8f79ff;
}

.agency-mini-sphere.white-glow {
    box-shadow: 0 0 36px rgba(0,0,0,0.40), inset 0 0 28px var(--white-glow);
    border-color: rgba(255,255,255,0.14);
}

.agency-mini-sphere.white-glow > i {
    color: #ffffff;
}

.agency-mini-orbit {
    position: absolute;
    width: 150%;
    height: 150%;
    border: 1px dashed rgba(255,255,255,0.10);
    border-radius: 50%;
    animation: agencyMiniSpinOrbit 18s linear infinite;
}

.agency-mini-orbit-item {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11,12,16,0.95);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 18px rgba(0,0,0,0.30);
    font-size: 30px;
}

.agency-mini-orbit-item:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.agency-mini-orbit-item:nth-child(2) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.agency-mini-orbit-item.facebook {
    color: #1877F2;
}

.agency-mini-orbit-item.instagram {
    color: #E4405F;
}

.agency-mini-orbit-item.laravel {
    color: #FF2D20;
}

.agency-mini-orbit-item.symfony {
    color: #ffffff;
}

.agency-mini-dots {
    position: absolute;
    left: 10px;
    bottom: 2px;
    display: flex;
    align-items: center;
    gap: 0;
    z-index: 4;
}

.agency-mini-dot {
    position: relative;
    width: 48px;
    height: 48px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

.agency-mini-dot::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    transform: translate(-50%, -50%);
    transition: 0.25s ease;
}

.agency-mini-dot.is-active::before {
    background: var(--lime);
    box-shadow: 0 0 0 4px rgba(198,255,51,0.10);
    transform: translate(-50%, -50%) scale(1.15);
}

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

.agency-footer-form-wrap {
    position: relative;
}

.agency-footer-form {
    position: sticky;
    top: 32px;
    z-index: 2;
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 34px;
    padding: 34px 28px 28px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 28px 70px rgba(0,0,0,0.28);
}

.agency-footer-form-updated {
    display: flex;
    flex-direction: column;
}

.agency-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.agency-form-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.5;
}

.agency-form-notice[hidden] {
    display: none;
}

.agency-form-notice.is-error {
    border: 1px solid rgba(255, 107, 107, 0.24);
    background: rgba(255, 107, 107, 0.08);
    color: #ffb4b4;
}

.agency-field-error {
    display: none;
    margin-top: 7px;
    color: #ffb4b4;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
}

.agency-field-error.is-visible {
    display: block;
}

.agency-input-group.has-error .agency-input,
.agency-input-group.has-error .agency-textarea {
    border-color: rgba(255, 107, 107, 0.58);
}

.agency-form-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--lime);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.agency-footer-form-title {
    margin: 0 0 14px;
    color: #fff;
    font-size:clamp(1.5rem, 1.25vw, 2rem);
    line-height: 0.95;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.agency-footer-form-title span {
    display: block;
    color: var(--lime);
}

.agency-footer-form-lead {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 0.96rem;
    line-height: 1.75;
    max-width: 460px;
}

.agency-footer-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.agency-input-group {
    position: relative;
    margin-bottom: 0;
}

.agency-input-group.full {
    grid-column: 1 / -1;
}

.agency-input,
.agency-textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: 0.3s ease;
    font-family: "Inter", sans-serif;
}

.agency-input {
    height: 62px;
    padding: 0 18px;
}

.agency-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.agency-select {
    color: #ffffff;
    color-scheme: dark;
    scrollbar-width: thin;
    scrollbar-color: var(--lime) #111827;
}

.agency-select option {
    background: #0b0c10;
    color: #ffffff;
}

.agency-select optgroup {
    background: #111827;
    color: var(--lime);
    font-weight: 800;
}

.agency-select option:checked {
    background: var(--violet);
    color: #ffffff;
}

.agency-select::-webkit-scrollbar {
    width: 6px;
}

.agency-select::-webkit-scrollbar-track {
    background: #111827;
}

.agency-select::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--lime);
}

.agency-select::-webkit-scrollbar-thumb:hover {
    background: #d8ff5c;
}

.agency-textarea {
    min-height: 150px;
    padding: 18px;
    resize: none;
    overflow-y: auto;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.agency-input::placeholder,
.agency-textarea::placeholder {
    color: #ffffff;
    opacity: 1;
}

.agency-input:focus,
.agency-textarea:focus {
    border-color: rgba(198,255,51,0.34);
    box-shadow: 0 0 0 4px rgba(198,255,51,0.08);
    background: rgba(255,255,255,0.06);
}

.agency-footer-submit {
    width: 100%;
    height: 62px;
    margin-top: 16px;
    border: none;
    border-radius: 18px;
    background: var(--lime);
    color: #0b0c10;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 16px 36px rgba(198,255,51,0.18);
}

.agency-footer-submit:hover {
    transform: translateY(-2px);
    background: #d8ff5c;
    box-shadow: 0 22px 42px rgba(198,255,51,0.24);
}

.agency-footer-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
    box-shadow: none;
}

.agency-footer-note {
    margin-top: 12px;
    color: #ffffff;
    font-size: 0.86rem;
    line-height: 1.6;
}

.agency-footer-mini-contact {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
}

.agency-footer-mini-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.76);
    font-size: 0.84rem;
}

.agency-footer-mini-contact-item i {
    color: var(--lime);
}

.agency-footer-mini-contact-item a {
    color: inherit;
    text-decoration: none;
}

.agency-footer-bottom {
    position: relative;
    z-index: 2;
    margin-top: 54px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #ffffff;
}

.agency-footer-desktop-directory {
    display: grid;
    grid-template-columns: minmax(150px, .72fr) repeat(4, minmax(0, 1fr));
    gap: 42px;
    align-items: start;
}

.agency-footer-brand-column,
.agency-footer-service-column {
    min-width: 0;
}

.agency-footer-brand-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.agency-footer-service-column {
    display: grid;
    align-content: start;
    gap: 34px;
}

.agency-footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
    width: 100px;
    height: 64px;
    line-height: 0;
    color: #fff;
    overflow: visible;
}

.agency-footer-brand .agency-footer-logo {
    display: block;
    width: 96px !important;
    min-width: 96px;
    max-width: 96px !important;
    height: auto !important;
    object-fit: contain;
}

.agency-footer-desktop-group {
    min-width: 0;
}

.agency-footer-desktop-group--brand {
    margin-top: 28px;
}

.agency-footer-desktop-group-title {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.agency-footer-directory,
.agency-footer-mobile-brand-row {
    display: none;
}

.agency-footer-group {
    min-width: 0;
}

.agency-footer-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    list-style: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.agency-footer-group summary::-webkit-details-marker {
    display: none;
}

.agency-footer-group-toggle {
    display: none;
}

.agency-footer-group-links {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.agency-footer-group-links a {
    width: fit-content;
    max-width: 100%;
    color: rgba(255,255,255,.72);
    font-size: .9rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    transition: color .2s ease;
}

.agency-footer-group-links a:hover {
    color: var(--lime);
}

.agency-footer-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 26px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.agency-footer-copyright {
    color: rgba(255,255,255,.72);
    font-size: .78rem;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.agency-footer-legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.agency-footer-legal a,
.agency-footer-legal button,
.agency-footer-cookie-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: .78rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    cursor: pointer;
    transition: color .2s ease;
}

.agency-footer-legal a:hover,
.agency-footer-legal button:hover,
.agency-footer-cookie-settings:hover {
    color: var(--lime);
}

.agency-footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.agency-footer-socials--mobile {
    display: none;
}

.agency-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #ffffff;
    font-size: .95rem;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.agency-footer-socials a:hover {
    border-color: var(--lime);
    background: rgba(198,255,51,.08);
    color: var(--lime);
}

.agency-success-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.agency-success-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.agency-success-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 7, 12, 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.agency-success-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 440px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(20,24,31,0.96) 0%, rgba(13,16,22,0.98) 100%);
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
    padding: 34px 28px 28px;
    text-align: center;
    color: #fff;
}

.agency-success-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.78);
    cursor: pointer;
    transition: 0.25s ease;
}

.agency-success-close:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.agency-success-dialog h3 {
    margin: 0 0 14px;
    font-family: "Montserrat", sans-serif;
    font-size:clamp(1.5rem, 1.25vw, 2rem);
    font-weight: 900;
    color: #fff;
}

.agency-success-dialog p {
    margin: 0 auto 22px;
    max-width: 300px;
    color: rgba(255,255,255,0.74);
    font-size: 1rem;
    line-height: 1.75;
}

.agency-success-btn {
    min-width: 148px;
    height: 54px;
    border: none;
    border-radius: 16px;
    background: var(--lime);
    color: #0b0c10;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 16px 36px rgba(198,255,51,0.20);
}

.agency-success-btn:hover {
    transform: translateY(-2px);
    background: #d8ff5c;
}

body.agency-modal-open {
    overflow: hidden;
}

@keyframes agencyMiniFloatSphere {
    100% {
        transform: translateY(7px) rotate(4deg);
    }
}

@keyframes agencyMiniSpinOrbit {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1180px) {
    .agency-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .agency-footer-copy {
        padding-top: 0;
    }

    .agency-footer-copy-card {
        min-height: auto;
    }

    .agency-footer-form {
        position: relative;
        top: auto;
    }

    .agency-footer-desktop-directory {
        grid-template-columns: minmax(160px, .78fr) repeat(2, minmax(0, 1fr));
        gap: 34px 40px;
    }

    .agency-footer-brand-column {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .agency-footer-service-column:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .agency-footer-service-column:nth-child(3) {
        grid-column: 3;
        grid-row: 1;
    }

    .agency-footer-service-column:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .agency-footer-service-column:nth-child(5) {
        grid-column: 3;
        grid-row: 2;
    }

    .agency-footer-meta {
        grid-template-columns: 1fr auto;
    }

    .agency-footer-socials--desktop {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .agency-mini-rotator {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .agency-footer {
        padding: 0 16px 34px;
    }

    .agency-footer--minimal .agency-footer-shell {
        padding-top: 14px;
    }

    .agency-footer-wave {
        height: 120px;
    }

    .agency-footer-form {
        padding: 24px 18px 18px;
        border-radius: 24px;
    }

    .agency-footer-copy-card {
        padding: 26px 22px;
        border-radius: 24px;
        min-height: 460px;
    }

    .agency-footer-form-grid {
        grid-template-columns: 1fr;
    }

    .agency-footer-bg-text {
        font-size: 24vw;
        top: 40px;
    }

    .agency-footer-bottom {
        margin-top: 42px;
        padding-top: 24px;
    }

    .agency-footer-desktop-directory {
        display: none;
    }

    .agency-footer-mobile-brand-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .agency-footer-socials--mobile {
        display: flex;
        justify-content: flex-end;
        flex-shrink: 0;
    }

    .agency-footer-directory {
        display: block;
        margin-top: 22px;
        border-top: 1px solid rgba(255,255,255,.16);
    }

    .agency-footer-group {
        border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .agency-footer-group summary {
        min-height: 54px;
        padding: 14px 0;
        font-size: .82rem;
        cursor: pointer;
    }

    .agency-footer-group-toggle {
        position: relative;
        display: block;
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
    }

    .agency-footer-group-toggle::before,
    .agency-footer-group-toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        border-radius: 999px;
        background: var(--lime);
        transform: translate(-50%, -50%);
        transition: transform .2s ease, opacity .2s ease;
    }

    .agency-footer-group-toggle::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .agency-footer-group[open] .agency-footer-group-toggle::after {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .agency-footer-group-links {
        gap: 9px;
        margin-top: 0;
        padding: 0 0 17px;
    }

    .agency-footer-group-links a {
        width: 100%;
        padding: 2px 0;
        font-size: .88rem;
    }

    .agency-footer-meta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 28px;
        padding-top: 24px;
        text-align: center;
    }

    .agency-footer-copyright {
        order: 1;
        max-width: 290px;
    }

    .agency-footer-legal {
        order: 2;
        justify-content: center;
        gap: 12px 16px;
    }

    .agency-footer-socials--desktop {
        display: none;
    }

    .agency-footer-socials--mobile {
        gap: 9px;
    }

    .agency-footer-socials a {
        width: 34px;
        height: 34px;
        font-size: .9rem;
    }

    .agency-mini-rotator {
        min-height: 0;
        height: auto;
        padding: 16px 16px 34px;
        border-radius: 22px;
    }

    .agency-mini-slide {
        position: absolute;
        inset: 16px 16px 32px;
    }

    .agency-mini-slide.is-active {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
    }

    .agency-mini-content {
        position: relative;
        display: block;
        min-height: 0;
        height: auto;
        isolation: isolate;
        overflow: hidden;
    }

    .agency-mini-text {
        position: relative;
        z-index: 2;
        width: 100%;
        min-width: 0;
    }

    .agency-mini-text h3 {
        position: relative;
        z-index: 2;
        max-width: 78%;
        font-size: 1rem;
        line-height: 1.08;
    }

    .agency-mini-text p {
        position: relative;
        z-index: 2;
        max-width: 100%;
        color: #ffffff;
        font-size: .8rem;
        line-height: 1.55;
    }

    .agency-mini-visual {
        position: absolute;
        top: 50%;
        right: -8px;
        z-index: 0;
        width: 110px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        transform: translateY(-50%);
        opacity: .34;
        pointer-events: none;
    }

    .agency-mini-sphere {
        width: 82px;
        height: 82px;
    }

    .agency-mini-sphere > i {
        font-size: 32px;
    }

    .agency-mini-orbit-item {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .agency-mini-dots {
        left: 4px;
        bottom: 0;
    }

    .agency-footer-form-title,
    .agency-footer-copy h2 {
        font-size: 1.8rem;
    }

    .agency-success-dialog {
        padding: 30px 20px 22px;
        border-radius: 22px;
    }

    .agency-success-dialog h3 {
        font-size: 1.7rem;
    }
}
@media (max-width: 768px) {
    .agency-footer-brand {
        flex-basis: 86px;
        width: 86px;
        height: 58px;
    }

    .agency-footer-brand .agency-footer-logo {
        width: 82px !important;
        min-width: 82px;
        max-width: 82px !important;
    }
}

@media (max-width: 420px) {
    .agency-footer-mobile-brand-row {
        gap: 12px;
    }

    .agency-footer-socials--mobile {
        gap: 7px;
    }

    .agency-footer-socials--mobile a {
        width: 32px;
        height: 32px;
        font-size: .84rem;
    }
}

.tc-inline-18e7679b82a5 {
    margin-left: 8px;
}
