html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-family: "Inter", Arial, sans-serif;
    color: #0f172a;
    background: #f8fafc !important;
}

/* First section top gap is controlled globally in headerv1.5.css. */
body:has(.im-topbar):has(.im-header) .about-page > .im-section:first-child,
body:has(.im-topbar):has(.im-header) .elementor-widget-html:has(.im-section) .im-section:first-of-type {
    padding-top: var(--im-first-section-top-gap, clamp(1rem, 1.8vw, 1.5rem)) !important;
}

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

img,
svg {
    display: block;
}

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

.elementor-widget-html:has(.about-page),
.elementor-widget-html:has(.about-page) > .elementor-widget-container,
.elementor-widget-container:has(.about-page),
.elementor-element:has(.about-page),
.elementor-section:has(.about-page),
.elementor-container:has(.about-page),
.elementor-column:has(.about-page),
.elementor-widget-wrap:has(.about-page),
.elementor-column-wrap:has(.about-page),
.elementor-section-wrap:has(.about-page),
.elementor-top-section:has(.about-page),
.e-con:has(.about-page),
.elementor-widget-html:has(.im-section),
.elementor-widget-html:has(.im-section) > .elementor-widget-container,
.elementor-widget-container:has(.im-section),
.elementor-element:has(.im-section),
.elementor-section:has(.im-section),
.elementor-container:has(.im-section),
.elementor-column:has(.im-section),
.elementor-widget-wrap:has(.im-section),
.elementor-column-wrap:has(.im-section),
.elementor-section-wrap:has(.im-section),
.elementor-top-section:has(.im-section),
.e-con:has(.im-section) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f8fafc !important;
}

.about-page {
    width: 100%;
    overflow: hidden;
    background: #f8fafc;
}

.im-section {
    display: block;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: -1px !important;
    margin-right: 0 !important;
    margin-bottom: -1px !important;
    margin-left: -50vw !important;
    padding: 4.5rem 0;
    overflow: hidden;
    isolation: isolate;
}

.im-section + .im-section {
    margin-top: -1px !important;
}

.im-section-soft {
    background: #f8fafc;
}

.im-section-white {
    background: #ffffff;
}

.im-container {
    position: relative;
    z-index: 2;
    width: min(100% - 2rem, 80rem);
    margin: 0 auto;
}

.im-bg-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.im-bg-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.11;
    filter: grayscale(1);
}

.im-bg-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #f8fafc, rgba(248, 250, 252, 0.76), #f8fafc);
}

.im-bg-photo-faint img {
    opacity: 0.035;
}

.im-bg-photo-faint::after {
    background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.86), #ffffff);
}

.im-bg-photo-soft img {
    opacity: 0.055;
}

.im-pattern {
    background-image:
        radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.12), transparent 36rem),
        radial-gradient(at 100% 100%, rgba(15, 23, 42, 0.06), transparent 34rem);
}

.im-grid-bg {
    background-image:
        linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
}

.im-glow {
    position: absolute;
    width: 34rem;
    height: 34rem;
    border-radius: 999px;
    background: rgba(191, 219, 254, 0.72);
    filter: blur(110px);
    pointer-events: none;
}

.im-glow-left {
    top: -10rem;
    left: 15%;
}

.im-glow-right {
    right: 12%;
    bottom: -12rem;
}

.im-hero-grid,
.im-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
    align-items: center;
}

.im-image-stack {
    position: relative;
    width: min(100%, 31rem);
    margin: 0 auto;
}

.im-main-photo {
    position: relative;
    overflow: hidden;
    border: 12px solid #ffffff;
    border-radius: 2.5rem;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
    animation: imFloat 5s ease-in-out infinite;
}

.im-main-photo img {
    width: 100%;
    height: clamp(26rem, 48vw, 34rem);
    object-fit: cover;
    object-position: top center;
}

.im-achievement-badge,
.im-mara-badge {
    position: absolute;
    z-index: 3;
    border: 4px solid #ffffff;
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.16);
}

.im-achievement-badge {
    right: -0.75rem;
    bottom: -1.75rem;
    padding: 1.35rem 1.6rem;
    border-radius: 2rem;
    color: #ffffff;
    text-align: center;
    background: #2563eb;
}

.im-achievement-badge strong {
    display: block;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 0.92;
}

.im-achievement-badge span {
    display: block;
    margin-top: 0.55rem;
    color: #dbeafe;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.25;
    text-transform: uppercase;
}

.im-mara-badge {
    top: 3rem;
    left: -0.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.7);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
}

.im-mara-badge span {
    display: block;
    color: #94a3b8;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.im-mara-badge strong {
    display: block;
    margin-top: 0.3rem;
    font-size: 1rem;
}

.im-badge-icon,
.im-card-icon,
.im-seal {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.im-badge-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    color: #ffffff;
    background: #2563eb;
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.28);
}

.im-badge-icon svg,
.im-card-icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.im-hero-copy {
    max-width: 43rem;
}

.im-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.35rem;
    padding: 0.5rem 1rem;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: #2563eb;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.im-kicker i {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #2563eb;
    animation: imPulse 1.6s ease-in-out infinite;
}

.im-hero-copy h1,
.im-section-header h2,
.im-story-copy h2,
.im-values-header h2 {
    margin: 0;
    color: #0f172a;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
}

.im-hero-copy h1 {
    font-size: clamp(3rem, 7vw, 5.75rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.im-story-copy h2 span,
.im-values-header h2 span {
    display: block;
    color: transparent;
    font-style: italic;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.im-hero-copy h1 span {
    display: block;
    color: transparent;
    font-style: italic;
    background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 55%, #60a5fa 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.im-lead,
.im-section-header p,
.im-story-line p,
.im-authority-card p,
.im-value-card p {
    color: #64748b;
    font-weight: 300;
    line-height: 1.75;
}

.im-lead {
    max-width: 40rem;
    margin: 1.8rem 0 0;
    font-size: 1.1rem;
}

.im-pillar-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.im-mini-card,
.im-stat-card,
.im-value-card,
.im-authority-card {
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.045);
}

.im-mini-card {
    padding: 1.35rem;
    border-radius: 1.4rem;
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.im-mini-card:hover,
.im-stat-card:hover,
.im-value-card:hover {
    transform: translateY(-0.5rem);
    border-color: #bfdbfe;
    box-shadow: 0 26px 60px rgba(37, 99, 235, 0.12);
}

.im-card-icon {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.1rem;
    border-radius: 1rem;
    color: #2563eb;
    background: #eff6ff;
    transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.im-mini-card:hover .im-card-icon,
.im-stat-card:hover .im-card-icon,
.im-value-card:hover .im-card-icon {
    color: #ffffff;
    background: #2563eb;
    transform: rotate(4deg) scale(1.05);
}

.im-mini-card h3,
.im-stat-card h3,
.im-story-line h3,
.im-value-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.im-mini-card p {
    margin: 0.5rem 0 0;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.55;
}

.im-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-height: 3.7rem;
    padding: 1rem 1.65rem;
    border-radius: 1.15rem;
    font-weight: 900;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.im-btn svg {
    width: 1.15rem;
    height: 1.15rem;
    transition: transform 0.3s ease;
}

.im-btn:hover {
    transform: translateY(-0.25rem);
}

.im-btn:hover svg {
    transform: translateX(0.25rem);
}

.im-btn-dark {
    color: #ffffff;
    background: #0f172a;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.18);
}

.im-btn-dark:hover {
    background: #2563eb;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
}

.im-section-header {
    max-width: 46rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.im-section-header h2,
.im-story-copy h2,
.im-values-header h2 {
    font-size: clamp(2.35rem, 5vw, 4.5rem);
}

.im-section-header p {
    max-width: 38rem;
    margin: 1.35rem auto 0;
    font-size: 1.08rem;
}

.im-stats-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
}

.im-stat-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 2rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.im-stat-card strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #0f172a;
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.92;
}

.im-stat-card h3 {
    color: #2563eb;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
}

.im-stat-card p {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.im-stat-featured {
    border-color: transparent;
    color: #ffffff;
    background: #2563eb;
    box-shadow: 0 22px 55px rgba(37, 99, 235, 0.26);
    animation: imSoftPulse 4s ease-in-out infinite;
}

.im-stat-featured .im-card-icon {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.im-stat-featured strong,
.im-stat-featured h3,
.im-stat-featured p {
    color: #ffffff;
}

.im-stat-featured p {
    opacity: 0.82;
}

.im-trust-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 4.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(203, 213, 225, 0.7);
    color: #94a3b8;
    text-align: center;
}

.im-trust-line span,
.im-trust-line strong {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.im-trust-line strong {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: 0.12em;
}

.im-trust-line svg {
    width: 1.4rem;
    height: 1.4rem;
}

.im-story-grid {
    align-items: start;
}

.im-story-copy h2 {
    margin-bottom: 3rem;
}

.im-story-line {
    position: relative;
    display: grid;
    gap: 2.5rem;
    padding-left: 2rem;
}

.im-story-line::before {
    content: "";
    position: absolute;
    top: 0.35rem;
    bottom: 0.35rem;
    left: 0;
    width: 2px;
    background: linear-gradient(180deg, #2563eb, #e2e8f0);
}

.im-story-line article {
    position: relative;
}

.im-story-line article::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: -2.43rem;
    width: 0.95rem;
    height: 0.95rem;
    border: 4px solid #ffffff;
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 0 0 1px #bfdbfe;
}

.im-story-line p {
    margin: 0.8rem 0 0;
    font-size: 1.05rem;
}

.im-authority-card {
    position: relative;
    overflow: hidden;
    padding: 2.5rem;
    border-top: 8px solid #2563eb;
    border-radius: 2rem;
    text-align: center;
}

.im-authority-card::after {
    content: "";
    position: absolute;
    inset: -50%;
    z-index: 0;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.05), transparent 62%);
    pointer-events: none;
}

.im-authority-card > * {
    position: relative;
    z-index: 1;
}

.im-seal {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 2rem;
    border: 2px solid #dbeafe;
    border-radius: 999px;
    color: #2563eb;
    background: #eff6ff;
}

.im-seal svg {
    width: 2.4rem;
    height: 2.4rem;
}

.im-authority-card h3 {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 900;
    text-transform: uppercase;
}

.im-authority-card strong {
    display: inline-block;
    margin: 1rem 0;
    padding: 0.65rem 1.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    color: #2563eb;
    background: #f8fafc;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.im-authority-card p {
    margin: 0 auto;
    max-width: 26rem;
}

.im-verified {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 1.6rem;
    border-top: 1px solid #f1f5f9;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.im-verified span {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    color: #ffffff;
    background: #2563eb;
}

.im-values-header {
    max-width: 46rem;
    margin-bottom: 4rem;
}

.im-values-header::after {
    content: "";
    display: block;
    width: 5rem;
    height: 0.35rem;
    margin-top: 1.8rem;
    border-radius: 999px;
    background: #2563eb;
}

.im-values-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
}

.im-value-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 2rem;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.im-value-card > span {
    position: absolute;
    top: 1.4rem;
    right: 1.5rem;
    color: #0f172a;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0.035;
    pointer-events: none;
}

.im-value-card h3 {
    margin-top: 1.25rem;
    font-size: 1.08rem;
}

.im-value-card p {
    margin: 0.85rem 0 0;
}

.im-footer-quote {
    margin: 4rem 0 0;
    color: #94a3b8;
    font-size: 0.95rem;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

.im-photo-band-2 {
    position: relative;
    width: 100%;
    margin: 0;
    min-height: 24rem;
    display: flex;
    align-items: flex-end;
    padding: 5rem 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.44), rgba(15, 23, 42, 0.12)),
        url("https://intelmigration.com.au/wp-content/uploads/2026/06/photo-1556761175-b413da4baf72.avif") center / cover no-repeat;
}

.im-photo-band-2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.52));
}

.im-photo-band-2-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 26rem);
    gap: 2rem;
    align-items: end;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2rem;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(16px);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
}

.im-photo-band-2-card span {
    display: block;
    margin-bottom: 0.7rem;
    color: #93c5fd;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.im-photo-band-2-card h2 {
    margin: 0;
    max-width: 48rem;
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.im-photo-band-2-card p {
    margin: 0;
    color: rgba(219, 234, 254, 0.86);
    font-size: 1rem;
    line-height: 1.7;
}

@media (max-width: 1120px) {
    .im-photo-band-2-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .im-photo-band-2 {
        min-height: 20rem;
        padding: 3.5rem 0;
    }

    .im-photo-band-2-card {
        border-radius: 1.5rem;
    }
}

@keyframes imFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes imPulse {
    50% { opacity: 0.45; }
}

@keyframes imSoftPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.018); }
}

@media (min-width: 640px) {
    .im-pillar-grid,
    .im-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .im-trust-line {
        flex-direction: row;
    }
}

@media (min-width: 900px) {
    .im-hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        align-items: stretch;
        gap: 5rem;
    }

    .im-image-stack {
        width: 100%;
    }

    .im-main-photo {
        height: 100%;
    }

    .im-main-photo img {
        height: 100%;
    }

    .im-story-grid {
        grid-template-columns: minmax(0, 1.28fr) minmax(20rem, 0.72fr);
        gap: 5rem;
    }

    .im-authority-card {
        position: sticky;
        top: 2rem;
    }

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

@media (min-width: 1100px) {
    .im-container {
        width: min(100% - 4rem, 80rem);
    }

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

    .im-stat-card,
    .im-value-card {
        padding: 2.5rem;
    }

    .im-authority-card {
        padding: 3rem;
    }

    .im-section {
        padding: 5rem 0;
    }

    .im-image-stack {
        margin-left: 0;
    }

    .im-mara-badge {
        left: -2.4rem;
    }

    .im-achievement-badge {
        right: -2rem;
    }
}

@media (max-width: 560px) {
    .im-section {
        padding: 3rem 0;
    }

    .im-container {
        width: min(100% - 1.25rem, 80rem);
    }

    .im-main-photo {
        border-width: 8px;
        border-radius: 2rem;
    }

    .im-main-photo img {
        height: 25rem;
    }

    .im-mara-badge {
        top: 1rem;
        left: 0.5rem;
        padding: 0.8rem;
    }

    .im-achievement-badge {
        right: 0.4rem;
        bottom: -1.2rem;
        padding: 1rem 1.2rem;
    }

    .im-hero-copy h1 {
        font-size: clamp(2rem, 11vw, 2.85rem);
    }

    .im-btn {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .im-section-header,
    .im-values-header {
        margin-bottom: 2.7rem;
    }

    .im-final-card {
        text-align: center;
    }
}

/* #region Container 5: Final CTA */

.im-final-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5.75rem 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(96, 165, 250, 0.2), transparent 28rem),
        #0f172a;
}

.im-final-card {
    position: relative;
    z-index: 1;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(191, 219, 254, 0.16);
    border-radius: 2.5rem;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.95), rgba(15, 23, 42, 0.98));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.im-final-card span {
    display: block;
    margin-bottom: 0.9rem;
    color: #bfdbfe;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.im-final-card h2,
.im-final-card p {
    max-width: 42rem;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
}

.im-final-card p {
    color: rgba(219, 234, 254, 0.82);
}

.im-final-card .im-btn {
    margin-top: 2rem;
}

.im-btn-light {
    color: #1d4ed8;
    background: #ffffff;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.18);
}

.im-btn-light:hover {
    background: #eff6ff;
}

/* #endregion */

/* Services hero title treatment - exact Our Services copy */
.im-hero-copy h1 {
  margin: 0;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(3rem, 7vw, 5.75rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  text-align: left !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.im-hero-copy h1 span,
.im-hero-copy h1 em {
  color: transparent !important;
  font-size: 1em !important;
  font-style: italic !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 55%, #60a5fa 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

@media (max-width: 680px) {
  .im-hero-copy h1 {
    font-size: clamp(2rem, 11vw, 2.85rem) !important;
  }
}

@media (max-width: 1024px) {
  .im-hero-copy h1 { text-align: center !important; }
}
