@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@400;500;700&display=swap');

:root {
    --wd-bg: #08111f;
    --wd-bg-2: #0d1a2d;
    --wd-bg-3: #11233d;
    --wd-panel: #12233d;
    --wd-panel-2: #152947;
    --wd-border: rgba(58, 106, 182, 0.28);
    --wd-border-strong: rgba(45, 119, 255, 0.45);
    --wd-blue: #2b78ff;
    --wd-blue-2: #1f66e5;
    --wd-green: #18d2a3;
    --wd-green-2: #0ea37c;
    --wd-text: #edf3ff;
    --wd-text-soft: #b8c5dc;
    --wd-text-muted: #7d8da8;
    --wd-shadow: 0 24px 80px rgba(3, 8, 18, 0.45);
    --wd-head: 'Syne', sans-serif;
    --wd-body: 'DM Sans', sans-serif;
    --wd-radius: 22px;
    --wd-radius-sm: 14px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #09111f 0%, #0b1628 100%);
    color: var(--wd-text);
    font-family: var(--wd-body);
}

.banner_outer,
.banner_outer .banner-sideshape,
#fixed-form-container,
.contact_map_section {
    display: none !important;
}

.header,
.wd-navbar {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
}

.wd-navbar {
    background: rgba(8, 17, 31, 0.84);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.wd-navbar.is-scrolled {
    background: rgba(8, 17, 31, 0.96);
    border-bottom-color: rgba(45, 119, 255, 0.18);
    box-shadow: 0 16px 48px rgba(3, 8, 18, 0.45);
}

.wd-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 86px;
}

.wd-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
}

.wd-brand-mark {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(96, 148, 255, 0.4);
    background: linear-gradient(180deg, rgba(26, 110, 245, 0.12), rgba(13, 31, 56, 0.86));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.wd-brand-mark img {
    max-width: 38px;
    height: auto;
}

.wd-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.wd-brand-title {
    font-family: var(--wd-head);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #2d8dff;
}

.wd-brand-sub {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: white;
}

.wd-nav-toggle {
    border: 1px solid rgba(96, 148, 255, 0.35);
    background: transparent;
    border-radius: 12px;
    padding: 8px 10px;
}

.wd-nav-toggle .navbar-toggler-icon {
    background-image: none;
    width: 22px;
    height: 2px;
    display: block;
    background: white;
    position: relative;
}

.wd-nav-toggle .navbar-toggler-icon + .navbar-toggler-icon {
    margin-top: 5px;
}

.wd-menu {
    align-items: center;
}

.wd-nav-list {
    gap: 4px;
}

.wd-nav-item {
    margin: 0 2px;
}

.wd-nav-link {
    color: rgba(237, 243, 255, 0.74) !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 14px !important;
    border-radius: 10px;
    transition: color 0.25s ease, background 0.25s ease;
}

.wd-nav-link:hover,
.wd-nav-link.is-active {
    color: white !important;
    background: rgba(43, 120, 255, 0.1);
}

.wd-nav-cta {
    margin-left: 14px;
    padding: 13px 22px !important;
    border-radius: 12px;
    background: linear-gradient(180deg, var(--wd-blue) 0%, var(--wd-blue-2) 100%);
    color: white !important;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(43, 120, 255, 0.28);
}

.wd-nav-cta:hover {
    background: linear-gradient(180deg, #3a86ff 0%, #236ef3 100%);
}

.wd-section,
.wd-hero {
    position: relative;
    overflow: hidden;
}

.wd-hero {
    padding: 148px 0 0;
    background:
        radial-gradient(circle at right top, rgba(43, 120, 255, 0.18), transparent 35%),
        radial-gradient(circle at left bottom, rgba(24, 210, 163, 0.08), transparent 30%),
        linear-gradient(180deg, #0a1423 0%, #0b1729 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(59, 128, 255, 0.08) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.38;
    pointer-events: none;
}

.wd-hero-main {
    position: relative;
    z-index: 1;
    padding-bottom: 68px;
}

.wd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
    gap: 48px;
    align-items: center;
}

.wd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(24, 210, 163, 0.08);
    border: 1px solid rgba(24, 210, 163, 0.35);
    color: var(--wd-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.wd-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--wd-green);
}

.wd-hero-title,
.wd-section-title {
    font-family: var(--wd-head);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: white;
}

.wd-hero-title {
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.04;
    max-width: 760px;
    margin: 0 0 22px;
}

.wd-accent-blue {
    color: var(--wd-blue);
}

.wd-accent-green {
    color: var(--wd-green);
}

.wd-hero-subtitle {
    font-size: 17px;
    line-height: 1.85;
    color: var(--wd-text-soft);
    max-width: 640px;
    margin-bottom: 32px;
}

.wd-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
}

.wd-btn-primary,
.wd-btn-secondary,
.wd-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.wd-btn-primary {
    background: linear-gradient(180deg, var(--wd-blue) 0%, var(--wd-blue-2) 100%);
    color: white !important;
    box-shadow: 0 16px 34px rgba(43, 120, 255, 0.28);
}

.wd-btn-secondary {
    background: rgba(24, 210, 163, 0.08);
    color: var(--wd-green) !important;
    border: 1px solid rgba(24, 210, 163, 0.35);
}

.wd-btn-ghost {
    background: transparent;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.wd-btn-primary:hover,
.wd-btn-secondary:hover,
.wd-btn-ghost:hover {
    transform: translateY(-2px);
}

.wd-hero-support {
    font-size: 15px;
    color: var(--wd-text-muted);
}

.wd-hero-card {
    background: linear-gradient(180deg, rgba(17, 35, 61, 0.98), rgba(11, 24, 43, 0.98));
    border: 1px solid var(--wd-border-strong);
    border-radius: 28px;
    box-shadow: var(--wd-shadow);
    padding: 26px;
    position: relative;
}

.wd-logo-card {
    max-width: 360px;
    margin-left: auto;
}

.wd-logo-card-top {
    border-radius: 20px;
    background: rgba(12, 28, 49, 0.78);
    border: 1px solid rgba(96, 148, 255, 0.2);
    padding: 32px 28px;
    text-align: center;
}

.wd-logo-card-mark {
    width: 94px;
    height: 94px;
    margin: 0 auto 18px;
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
}

.wd-logo-card-mark img {
    width: 62px;
}

.wd-logo-card-title {
    font-family: var(--wd-head);
    font-size: 44px;
    line-height: 0.95;
    color: #2e8fff;
    margin: 0;
}

.wd-logo-card-sub {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

.wd-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(24, 210, 163, 0.08);
    border: 1px solid rgba(24, 210, 163, 0.32);
    color: var(--wd-green);
    font-size: 12px;
    font-weight: 700;
}

.wd-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--wd-green);
}

.wd-hero-metrics {
    position: relative;
    z-index: 1;
    background: rgba(17, 33, 56, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 3px solid var(--wd-green);
}

.wd-metric-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.wd-metric-item {
    padding: 24px 18px 20px;
    text-align: center;
}

.wd-metric-value {
    font-family: var(--wd-head);
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px;
}

.wd-metric-label {
    color: var(--wd-text-muted);
    font-size: 15px;
}

.wd-section {
    padding: 94px 0;
    background: var(--wd-bg);
}

.wd-section-alt {
    background: var(--wd-bg-2);
}

.wd-section-top {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.wd-section-kicker {
    font-size: 13px;
    font-weight: 700;
    color: #5fa2ff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.wd-section-title {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin-bottom: 18px;
}

.wd-section-lead {
    color: var(--wd-text-soft);
    font-size: 17px;
    line-height: 1.8;
}

.wd-grid-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 40px;
    align-items: start;
}

.wd-grid-two.reverse {
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
}

.wd-info-card,
.wd-tech-card,
.wd-feature-card,
.wd-service-card,
.wd-project-card,
.wd-testimonial-card,
.wd-contact-card,
.wd-contact-form,
.wd-faq-item,
.wd-browser-card {
    background: linear-gradient(180deg, rgba(18, 35, 61, 0.98), rgba(11, 24, 43, 0.96));
    border: 1px solid var(--wd-border);
    border-radius: var(--wd-radius);
    box-shadow: var(--wd-shadow);
}

.wd-browser-card {
    padding: 24px;
}

.wd-browser-window {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #182b48;
}

.wd-browser-top {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    background: #22395e;
}

.wd-window-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.wd-window-dot.red { background: #ff6b59; }
.wd-window-dot.yellow { background: #ffc145; }
.wd-window-dot.green { background: #32d583; }

.wd-browser-body {
    padding: 20px 18px 18px;
    background: linear-gradient(180deg, #162949 0%, #12233d 100%);
}

.wd-line {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
}

.wd-line.blue { background: rgba(43, 120, 255, 0.7); }
.wd-line.green { background: rgba(24, 210, 163, 0.72); }
.wd-line.w-90 { width: 90%; }
.wd-line.w-75 { width: 75%; }
.wd-line.w-60 { width: 60%; }
.wd-line.w-40 { width: 40%; }

.wd-browser-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.wd-browser-btn {
    min-width: 88px;
    height: 42px;
    border-radius: 14px;
    background: var(--wd-blue);
}

.wd-browser-btn.alt {
    min-width: 54px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.wd-bars {
    margin-top: 20px;
    display: grid;
    gap: 16px;
}

.wd-bar-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    color: var(--wd-text-soft);
    font-size: 14px;
}

.wd-bar-track {
    grid-column: 1 / -1;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.wd-bar-fill {
    height: 100%;
    border-radius: inherit;
}

.wd-bar-fill.blue { background: linear-gradient(90deg, #2b78ff, #4f98ff); }
.wd-bar-fill.green { background: linear-gradient(90deg, #13c48f, #32e0b3); }

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

.wd-feature-card {
    padding: 24px;
}

.wd-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 120, 255, 0.12);
    color: var(--wd-blue);
    font-size: 24px;
    margin-bottom: 18px;
}

.wd-card-title {
    font-family: var(--wd-head);
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
    color: white;
}

.wd-card-title.sm {
    font-size: 22px;
}

.wd-card-text {
    color: var(--wd-text-soft);
    font-size: 16px;
    line-height: 1.75;
}

.wd-check-list {
    display: grid;
    gap: 14px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.wd-check-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(20, 38, 66, 0.9);
    border: 1px solid rgba(71, 113, 182, 0.2);
}

.wd-check-item i {
    color: var(--wd-blue);
    font-size: 14px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 120, 255, 0.13);
    flex-shrink: 0;
}

.wd-check-title {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.wd-check-copy {
    color: var(--wd-text-muted);
    font-size: 15px;
    line-height: 1.6;
}

.wd-tech-card {
    padding: 26px 22px;
}

.wd-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.wd-tag {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(59, 128, 255, 0.35);
    background: rgba(43, 120, 255, 0.08);
    color: #7db2ff;
    font-size: 14px;
    font-weight: 500;
}

.wd-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.wd-service-card {
    padding: 26px 22px 24px;
    min-height: 214px;
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.wd-service-card:hover,
.wd-project-card:hover,
.wd-testimonial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(43, 120, 255, 0.38);
}

.wd-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.wd-mini-pill {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(24, 210, 163, 0.1);
    border: 1px solid rgba(24, 210, 163, 0.3);
    color: var(--wd-green);
    font-size: 11px;
    font-weight: 700;
}

.wd-project-grid,
.wd-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.wd-project-card {
    overflow: hidden;
}

.wd-project-visual {
    min-height: 182px;
    background: linear-gradient(180deg, #182d4d 0%, #152744 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.18);
    font-size: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.wd-project-body {
    padding: 20px 22px 22px;
}

.wd-project-kicker {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
}

.wd-project-kicker.blue {
    background: rgba(43, 120, 255, 0.12);
    color: #73acff;
}

.wd-project-kicker.green {
    background: rgba(24, 210, 163, 0.12);
    color: var(--wd-green);
}

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

.wd-testimonial-card {
    padding: 34px 30px;
}

.wd-quote-mark {
    color: rgba(43, 120, 255, 0.5);
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
}

.wd-testimonial-text {
    font-size: 21px;
    line-height: 1.85;
    color: var(--wd-text-soft);
    font-style: italic;
    margin-bottom: 28px;
}

.wd-person {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wd-avatar {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 120, 255, 0.22);
    color: #9fc4ff;
    font-weight: 700;
}

.wd-person-name {
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.wd-person-role {
    color: var(--wd-text-muted);
    font-size: 14px;
}

.wd-faq-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.wd-faq-list {
    display: grid;
    gap: 14px;
}

.wd-faq-item {
    overflow: hidden;
}

.wd-faq-button {
    width: 100%;
    padding: 22px 24px;
    background: transparent;
    border: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

.wd-faq-button i {
    color: var(--wd-blue);
    transition: transform 0.25s ease;
}

.wd-faq-button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.wd-faq-body {
    padding: 0 24px 24px;
    color: var(--wd-text-soft);
    font-size: 16px;
    line-height: 1.75;
}

.wd-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 30px;
    align-items: start;
}

.wd-contact-data h3,
.wd-contact-form-title,
.wd-footer-heading {
    font-family: var(--wd-head);
    color: white;
}

.wd-contact-items {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.wd-contact-card {
    padding: 18px 20px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.wd-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wd-blue);
    background: rgba(43, 120, 255, 0.12);
    flex-shrink: 0;
}

.wd-contact-text,
.wd-contact-text a {
    color: var(--wd-text-soft);
    font-size: 17px;
    line-height: 1.6;
    text-decoration: none;
}

.wd-contact-form {
    padding: 28px;
}

.wd-contact-form-title {
    font-size: 30px;
    margin-bottom: 22px;
}

.wd-form-grid {
    display: grid;
    gap: 14px;
}

.wd-input,
.wd-textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(54, 96, 163, 0.4);
    background: #0f1b31;
    color: white;
    padding: 16px 18px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wd-input::placeholder,
.wd-textarea::placeholder {
    color: var(--wd-text-muted);
}

.wd-input:focus,
.wd-textarea:focus {
    border-color: rgba(43, 120, 255, 0.6);
    box-shadow: 0 0 0 3px rgba(43, 120, 255, 0.12);
}

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

.wd-footer {
    padding: 38px 0 26px;
    background: #06101d;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wd-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
}

.wd-footer-brand {
    margin-bottom: 18px;
}

.wd-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    margin-bottom: 16px;
}

.wd-footer-logo .wd-brand-title {
    font-size: 24px;
}

.wd-footer-copy {
    color: var(--wd-text-muted);
    font-size: 16px;
    line-height: 1.8;
    max-width: 360px;
}

.wd-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.wd-footer-list a,
.wd-footer-list li,
.wd-footer-list span {
    color: var(--wd-text-muted);
    text-decoration: none;
    font-size: 16px;
}

.wd-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #6f809d;
    font-size: 14px;
}

.wd-footer-bottom a {
    color: #6f809d;
    text-decoration: none;
}

.wd-footer-mini {
    color: var(--wd-green);
    font-weight: 700;
}

@media (max-width: 1199px) {
    .wd-hero-grid,
    .wd-grid-two,
    .wd-grid-two.reverse,
    .wd-contact-grid {
        grid-template-columns: 1fr;
    }

    .wd-logo-card {
        max-width: 100%;
    }

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

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

@media (max-width: 991px) {
    .wd-menu {
        margin-top: 14px;
        padding: 14px;
        border-radius: 16px;
        background: rgba(12, 25, 44, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .wd-nav-cta {
        margin-left: 0;
        margin-top: 10px;
    }

    .wd-metric-grid,
    .wd-service-grid,
    .wd-project-grid,
    .wd-testimonial-grid,
    .wd-feature-grid,
    .wd-footer-grid {
        grid-template-columns: 1fr;
    }

    .wd-hero {
        padding-top: 122px;
    }
}

@media (max-width: 767px) {
    .wd-nav-shell {
        min-height: 74px;
    }

    .wd-brand-title {
        font-size: 22px;
    }

    .wd-hero-main,
    .wd-section {
        padding-bottom: 56px;
    }

    .wd-hero-title {
        font-size: 44px;
    }

    .wd-metric-value {
        font-size: 32px;
    }

    .wd-faq-button {
        font-size: 18px;
        padding: 18px 18px;
    }

    .wd-faq-body {
        padding: 0 18px 18px;
    }

    .wd-contact-form {
        padding: 22px;
    }

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