/* AIO & GEO Visibility page (aioPage.php) */

.aivPage section {
    position: relative;
}
.aivPage .container {
    position: relative;
    z-index: 1;
}
.aivSec {
    margin-top: 160px;
}
.aivDeco {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1440px;
    height: 100%;
    margin-left: -720px;
    pointer-events: none;
    z-index: 0;
}
.aivDeco > *,
.aivHeroMobDeco > * {
    position: absolute;
    display: block;
    max-width: none;
}
.aivGlow {
    border-radius: 50%;
    pointer-events: none;
}

/* Gradient 1px border used by cards */
.aivCard,
.aivStat,
.aivChip {
    position: relative;
}
.aivCard::before,
.aivStat::before,
.aivChip::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(to bottom right, rgba(239, 129, 43, 0.2), rgba(239, 129, 43, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}

/* Typography */
.aivTitle h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #EF812B;
    margin-bottom: 16px;
}
.aivTitle h2,
.aivH2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.aivTitle h2 {
    max-width: 481px;
}
.aivTitleCenter,
.aivCenter {
    text-align: center;
}
.aivTitleCenter h2 {
    max-width: 638px;
    margin: 0 auto;
}
.aivText {
    margin-top: 110px;
    max-width: 438px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.aivText p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

/* Buttons */
.aivButtons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.aivBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 15px 39px 15px 47px;
    border-radius: 44px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}
.aivBtnOrange {
    background-color: #EF812B;
    border-color: #EF812B;
}
.aivBtnOrange::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url('/wp-content/themes/maskwel-new/assets/img/bnt-arr.svg') center / cover no-repeat;
}
.aivBtnOrange:hover {
    background-color: #0C0E12;
}
.aivBtnGrey {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.aivBtnGrey:hover {
    background-color: #EF812B;
    border-color: #EF812B;
}

/* Scaled illustrations */
.aivScale {
    position: relative;
    overflow: hidden;
}
.aivScaleInner {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(var(--aio-scale, 1));
    transform-origin: 0 0;
}

/* ---------- Hero ---------- */
.aivHero {
    min-height: 886px;
}
.aivHeroGlow1 {
    left: 1181px;
    top: -182px;
    width: 473px;
    height: 840px;
    background: #FF5700;
    transform: rotate(29.48deg);
    filter: blur(97.5px);
}
.aivHeroShape {
    left: 679px;
    top: 28px;
    width: 977px;
    height: 732px;
    opacity: 0.2;
}
.aivHeroGlow2 {
    left: 1006px;
    top: 106px;
    width: 310px;
    height: 551px;
    background: #FF8323;
    transform: rotate(18.76deg);
    filter: blur(121.5px);
}
.aivHero .headerHeroRight {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(32.5px);
    backdrop-filter: blur(32.5px);
    position: relative;
    z-index: 3;
}
.aivHero .headerHeroRight .menu-items a {
    font-weight: 400;
}
.aivBreadcrumb {
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.aivBreadcrumb a {
    color: #fff;
}
.aivBreadcrumb a:hover {
    color: #EF812B;
}
.aivBreadcrumb span {
    color: #EF812B;
}
.aivHeroText {
    position: relative;
    z-index: 2;
    width: 590px;
    margin-top: 99px;
}
.aivHeroText h1 {
    font-weight: 800;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -2.24px;
    color: #fff;
}
.aivHeroText h1 span {
    display: block;
    font-weight: 300;
    color: #EF812B;
}
.aivHeroText p {
    margin-top: 32px;
    max-width: 502px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}
.aivHeroText .aivButtons {
    margin-top: 56px;
}
.aivHeroVisual {
    position: absolute;
    left: 630px;
    top: 125px;
    width: 710px;
    z-index: 1;
}
.aivHeroMobDeco {
    display: none;
}
.aivHeroIllus {
    width: 100%;
    aspect-ratio: 710 / 693;
}
.aivHeroIllus .aivScaleInner {
    width: 710px;
    height: 693px;
}
.aivStat {
    position: absolute;
    width: 240px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    border-radius: 20px;
    background: rgba(12, 14, 18, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.aivStat strong {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.aivStat span {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.aivStat1 { left: 86px; top: 95px; }
.aivStat2 { left: 86px; top: 314px; }
.aivStat3 { left: 350px; top: 224px; }
.aivStat4 { left: 350px; top: 423px; }
.aivIcon {
    position: absolute;
    display: block;
    max-width: none;
}
.aivIconGoogle { left: 226px; top: 47px; width: 125px; height: 121px; }
.aivIconOpenai { left: 482px; top: 542px; width: 147px; height: 161px; }
.aivIconPerplexity { left: 40px; top: 360px; width: 100.5px; height: 94.5px; }
.aivIconGemini { left: 463px; top: 146px; width: 182.5px; height: 210.5px; }

/* ---------- Split sections (What is GEO / Who is this for) ---------- */
.aivSplit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 85px;
}
.aivSplitText {
    width: 502px;
    flex-shrink: 0;
}

/* ---------- What is GEO ---------- */
.aivGeoGlow {
    left: 1571px;
    top: 414px;
    width: 310px;
    height: 551px;
    background: rgba(239, 129, 43, 0.5);
    transform: rotate(18.76deg);
    filter: blur(240px);
}
.aivGeoIllus {
    width: 590px;
    flex-shrink: 0;
    aspect-ratio: 590 / 560;
    border-radius: calc(20px * var(--aio-scale, 1));
    transform: translateZ(0);
}
.aivGeoIllus .aivScaleInner {
    width: 590px;
    height: 560px;
}
.aivGeoIllusGlow1 {
    position: absolute;
    left: 329px;
    top: 140.5px;
    width: 473px;
    height: 840px;
    background: #FF5700;
    transform: rotate(46.95deg);
    filter: blur(115.35px);
}
.aivGeoIllusGlow2 {
    position: absolute;
    left: -72.3px;
    top: 415.6px;
    width: 476.5px;
    height: 550.8px;
    background: #FF8323;
    transform: rotate(36.23deg);
    filter: blur(121.45px);
}
.aivGeoStack {
    position: absolute;
    left: 122px;
    top: 82px;
    width: 353px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.aivChip {
    background: rgba(12, 14, 18, 0.64);
    color: #fff;
}
.aivChip span {
    display: block;
}
.aivChip em {
    position: absolute;
    font-style: normal;
    color: #EF812B;
    white-space: nowrap;
    border-radius: 1000px;
    background: linear-gradient(to bottom right, rgba(239, 129, 43, 0.2), rgba(239, 129, 43, 0));
}
.aivChipS {
    width: 231px;
    min-height: 45.2px;
    padding: 10.23px;
    border-radius: 17.05px;
    opacity: 0.4;
    font-size: 15.34px;
    line-height: 22.2px;
}
.aivChipS em {
    top: 11.9px;
    right: 11.1px;
    padding: 1.7px 5.11px;
    font-size: 11.93px;
    line-height: 17px;
}
.aivChipM {
    width: 271px;
    min-height: 78px;
    padding: 12px;
    border-radius: 20px;
    opacity: 0.6;
    font-size: 18px;
    line-height: 26px;
}
.aivChipM span {
    max-width: 200px;
}
.aivChipM em {
    top: 13px;
    right: 13px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 20px;
}
.aivChipL {
    width: 353px;
    min-height: 101.9px;
    padding: 16.9px 15.63px;
    border-radius: 26.05px;
    font-size: 23.45px;
    line-height: 33.9px;
}
.aivChipL::before {
    padding: 1.3px;
}
.aivChipL em {
    top: 18.2px;
    right: 17px;
    padding: 2.6px 7.82px;
    font-size: 18.24px;
    line-height: 27px;
}

/* ---------- SEO vs GEO ---------- */
.aivDiffGlow {
    left: -388.5px;
    top: 498.5px;
    width: 417px;
    height: 551px;
    background: rgba(239, 129, 43, 0.5);
    transform: rotate(18.76deg);
    filter: blur(240px);
}
.aivShapeLeft {
    left: -202px;
    top: 268px;
    width: 505px;
    height: 492px;
}
.aivDiff .aivTitle h4 {
    margin-bottom: 8px;
}
.aivTable {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 192px 1fr 1fr;
    padding: 16px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.aivTableHead,
.aivTableCell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.aivTableHead {
    min-height: 69px;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.aivTableCell {
    min-height: 80px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.aivTableCell:last-child {
    border-bottom: 0;
}
.aivTableLabels .aivTableHead {
    border-bottom: 0;
}
.aivTableLabels .aivTableCell {
    justify-content: flex-start;
    text-align: left;
    padding: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.aivTableGeo {
    border-radius: 12px;
    background: linear-gradient(to bottom right, rgba(239, 129, 43, 0.2), rgba(239, 129, 43, 0));
}
.aivTableGeo .aivTableHead {
    color: #EF812B;
}
.aivCompareMob {
    display: none;
}
.aivNote {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}

/* ---------- Services ---------- */
.aivServicesGrid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.aivService {
    min-height: 370px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.aivServiceGlow {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
}
.aivServiceGlow span {
    position: absolute;
    border-radius: 50%;
}
.aivServiceGlow span:first-child {
    left: 337.3px;
    top: 153.8px;
    width: 249.4px;
    height: 443px;
    background: #C45000;
    transform: rotate(46.95deg);
    filter: blur(60.8px);
}
.aivServiceGlow span:last-child {
    left: 123.5px;
    top: 297.7px;
    width: 220.3px;
    height: 365.5px;
    background: #FF8323;
    transform: rotate(78.83deg);
    filter: blur(64px);
}
.aivServiceTop,
.aivService p {
    position: relative;
    z-index: 1;
}
.aivServiceTop img {
    display: block;
    width: 56px;
    height: 56px;
}
.aivServiceTop h3 {
    margin-top: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.aivService p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

/* ---------- Process ---------- */
.aivProcessGlow {
    left: 1339.6px;
    top: 239.7px;
    width: 546.8px;
    height: 722.2px;
    background: rgba(239, 129, 43, 0.5);
    transform: rotate(18.76deg);
    filter: blur(314.7px);
}
.aivShapeRight {
    left: 1025px;
    top: 186px;
    width: 480px;
    height: 544px;
}
.aivSteps {
    list-style: none;
    margin-top: 76px;
}
.aivStep {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 24px 1fr;
    column-gap: 40px;
    min-height: 232px;
}
.aivStep:last-child {
    min-height: 0;
}
.aivStep::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 36px;
    width: 2px;
    height: 192px;
    margin-left: -1px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
}
.aivStep:last-child::before {
    display: none;
}
.aivStepActive::before {
    background: linear-gradient(to bottom, rgba(239, 129, 43, 0) 0, #EF812B 152px, rgba(255, 255, 255, 0.15) 152px);
}
.aivStepNum {
    grid-row: 1;
    grid-column: 1;
    justify-self: end;
    font-weight: 600;
    font-size: 120px;
    line-height: 120px;
    color: rgba(239, 129, 43, 0.08);
}
.aivStepLine {
    grid-row: 1;
    grid-column: 2;
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.aivStepActive .aivStepLine {
    border-color: #EF812B;
}
.aivStepActive .aivStepLine::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #EF812B;
}
.aivStepText {
    grid-row: 1;
    grid-column: 3;
    width: 340px;
    max-width: 100%;
}
.aivStepEven .aivStepNum {
    grid-column: 3;
    justify-self: start;
}
.aivStepEven .aivStepText {
    grid-column: 1;
    justify-self: end;
}
.aivStepText h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.aivStepText p {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

/* ---------- Who is this for ---------- */
.aivWhoGlow {
    left: -583.4px;
    top: 503.7px;
    width: 546.8px;
    height: 722.2px;
    background: rgba(239, 129, 43, 0.5);
    transform: rotate(18.76deg);
    filter: blur(314.7px);
}
.aivWhoIllus {
    width: 590px;
    flex-shrink: 0;
}
.aivWhoIllus img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* ---------- Pricing ---------- */
.aivPricingGrid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.aivPrice {
    min-height: 806px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.aivPriceGlow {
    position: absolute;
    left: -83px;
    top: -259px;
    width: 552px;
    height: 444px;
    overflow: hidden;
    filter: blur(60px);
    pointer-events: none;
}
.aivPriceGlow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 552px;
    height: 888px;
    border-radius: 50%;
    background: linear-gradient(to left, #FF5700, #EF812B);
    -webkit-mask: radial-gradient(closest-side, transparent 60%, #000 61%);
    mask: radial-gradient(closest-side, transparent 60%, #000 61%);
}
.aivPriceBody,
.aivPriceNote {
    position: relative;
    z-index: 1;
}
.aivPriceHead h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.aivBadge {
    padding: 4px 8px;
    border-radius: 1000px;
    background: #EF812B;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #0C0E12;
    text-transform: uppercase;
}
.aivPriceHead p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}
.aivPriceInfo {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.aivPriceValue span {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.aivPriceValue strong {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #EF812B;
}
.aivPriceInfo hr {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.aivPriceLabel {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.aivPriceGroup ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.aivPriceGroup li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.aivCheck {
    flex-shrink: 0;
}
.aivPriceNote {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

/* ---------- CTA ---------- */
.aivCta .aivDeco {
    z-index: 0;
}
.aivShapeCta {
    left: -217px;
    top: -201px;
    width: 633px;
    height: 731px;
}
.aivCtaBox {
    min-height: 450px;
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    transform: translateZ(0);
}
.aivCtaBg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.aivCtaBg > * {
    position: absolute;
    display: block;
    max-width: none;
}
.aivCtaBg img {
    left: calc(50% - 37px);
    top: 42px;
    width: 940px;
    height: 817px;
    opacity: 0.1;
}
.aivCtaGlow1 {
    left: calc(50% - 203px);
    top: 287.5px;
    width: 637px;
    height: 926px;
    background: #FF5700;
    transform: rotate(-105.19deg);
    filter: blur(140px);
}
.aivCtaGlow2 {
    left: calc(50% - 1295.5px);
    top: -580.7px;
    width: 637px;
    height: 926px;
    background: #FF5700;
    transform: rotate(-125.25deg);
    filter: blur(140px);
}
.aivCtaGlow3 {
    left: calc(50% + 429.3px);
    top: 172.2px;
    width: 525.4px;
    height: 781.6px;
    background: #FF8323;
    transform: rotate(-138.72deg);
    filter: blur(160px);
}
.aivCtaGlow4 {
    left: calc(50% - 762.3px);
    top: -882.4px;
    width: 525.4px;
    height: 781.6px;
    background: #FF8323;
    transform: rotate(-158.77deg);
    filter: blur(160px);
}
.aivCtaBox h2,
.aivCtaBox .aivButtons {
    position: relative;
    z-index: 1;
}
.aivCtaBox h2 {
    font-weight: 800;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -2.24px;
    color: #fff;
}
.aivCtaBox .aivButtons {
    justify-content: center;
}

@media (min-width: 992px) {
    .aivPage ~ .footer {
        padding-top: 160px;
    }
}

/* CTA rocket on desktop/tablet: in front of the card, behind its text. The
   container and card must not form stacking contexts for this to work. */
@media (min-width: 768px) {
    .aivCta .container {
        z-index: auto;
    }
    .aivCtaBox {
        transform: none;
    }
    .aivCtaBox::before {
        z-index: 0;
    }
    .aivCta .aivDeco {
        z-index: 1;
    }
    .aivCtaBox h2,
    .aivCtaBox .aivButtons {
        z-index: 2;
    }
    .aivShapeCta {
        left: -140px;
        top: -110px;
        width: 460px;
        height: 531px;
    }
}

/* ---------- Laptop ---------- */
@media (max-width: 1239px) {
    .aivHero {
        min-height: 820px;
    }
    .aivHeroText {
        width: 50%;
    }
    .aivHeroText h1 {
        font-size: 46px;
        line-height: 58px;
        letter-spacing: -1.8px;
    }
    .aivHeroVisual {
        left: 50%;
        top: 160px;
        width: 55%;
    }
    .aivSplit {
        gap: 48px;
    }
    .aivSplitText {
        width: auto;
        flex: 1;
    }
    .aivGeoIllus,
    .aivWhoIllus {
        width: 48%;
    }
    .aivText {
        margin-top: 48px;
    }
    .aivPrice {
        padding: 24px;
    }
}

/* ---------- Tablet ---------- */
@media (max-width: 991px) {
    .aivSec {
        margin-top: 120px;
    }
    .aivHero {
        min-height: 0;
        padding-bottom: 44px;
    }
    .aivHero > .aivDeco {
        display: none;
    }
    .aivHeroText {
        width: auto;
        max-width: 600px;
        margin: 40px auto 0;
        text-align: center;
    }
    .aivHeroText h1 {
        font-size: 44px;
        line-height: 56px;
    }
    .aivHeroText p {
        margin-left: auto;
        margin-right: auto;
    }
    .aivHeroText .aivButtons {
        justify-content: center;
    }
    .aivHeroVisual {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        margin: 0 -20px;
    }
    .aivHeroIllus {
        max-width: 676px;
        margin: 0 auto;
        aspect-ratio: 676 / 690;
    }
    .aivHeroMobDeco {
        display: block;
        position: absolute;
        inset: 0;
        pointer-events: none;
    }
    .aivHeroMobDeco .aivHeroGlow1 {
        left: calc(50% + 14.4px);
        top: -95px;
        width: 273.8px;
        height: 486.2px;
        filter: blur(56.4px);
    }
    .aivHeroMobDeco .aivHeroShape {
        left: calc(50% - 219.5px);
        top: 0;
        width: 519px;
        height: 388.9px;
    }
    .aivHeroMobDeco .aivHeroGlow2 {
        left: calc(50% - 86.8px);
        top: 71.7px;
        width: 179.5px;
        height: 318.8px;
        filter: blur(70.3px);
    }
    .aivGeo {
        margin-top: 80px;
    }
    .aivSplit {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }
    .aivGeoIllus {
        order: 2;
    }
    .aivGeoIllus,
    .aivWhoIllus {
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
    }
    .aivText {
        margin-top: 40px;
        max-width: none;
    }
    .aivTitle h2 {
        max-width: none;
    }

    /* Designed line breaks only hold while the heading is pinned to 481px */
    .aivBrLg {
        display: none;
    }
    .aivTableCol.aivTableLabels {
        min-width: 0;
    }
    .aivTable {
        grid-template-columns: 150px 1fr 1fr;
    }
    .aivServicesGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .aivStepText h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .aivStepText p {
        margin-top: 16px;
    }
    .aivStepNum {
        font-size: 88px;
        line-height: 100px;
    }
    .aivPricingGrid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .aivPrice {
        min-height: 0;
        padding: 32px;
    }
    .aivCtaBox {
        min-height: 400px;
    }
    .aivCtaBox h2 {
        font-size: 44px;
        line-height: 56px;
        letter-spacing: -1.6px;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
    .aivPage .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .aivSec {
        margin-top: 80px;
    }
    .aivDeco {
        width: 375px;
        margin-left: -187.5px;
    }
    .aivBreadcrumb {
        margin-top: 24px;
    }
    .aivHeroText {
        margin-top: 40px;
    }
    .aivHeroText h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.28px;
    }
    .aivHeroText .aivButtons {
        margin-top: 48px;
    }
    .aivButtons {
        flex-direction: column;
        align-items: stretch;
    }
    .aivBtn {
        width: 100%;
    }
    .aivHeroVisual {
        margin: 0 -16px;
    }
    .aivTitle h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .aivTitle h2,
    .aivH2 {
        font-size: 24px;
        line-height: 32px;
    }
    .aivText {
        gap: 24px;
    }
    .aivGeoGlow {
        left: 334.5px;
        top: 559.5px;
        width: 417px;
        height: 551px;
    }
    .aivDiffGlow {
        left: -460.5px;
        top: auto;
        bottom: -382px;
    }
    .aivShapeLeft {
        left: -83px;
        top: auto;
        bottom: -144px;
        width: 193px;
        height: 188px;
    }
    .aivTable {
        display: none;
    }
    .aivCompareMob {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 40px;
    }
    .aivCompareCard {
        padding: 20px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.02);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    .aivCompareGeo {
        background: linear-gradient(to bottom right, rgba(239, 129, 43, 0.2), rgba(239, 129, 43, 0));
    }
    .aivCompareHead {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
    }
    .aivCompareGeo .aivCompareHead {
        color: #EF812B;
    }
    .aivCompareRow {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        font-size: 16px;
        line-height: 24px;
    }
    .aivCompareRow:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .aivCompareRow span:first-child {
        flex-shrink: 0;
        color: rgba(255, 255, 255, 0.7);
    }
    .aivCompareRow span:last-child {
        max-width: 190px;
        text-align: right;
        color: #fff;
    }
    .aivNote {
        margin: 40px auto 0;
        max-width: 283px;
    }
    .aivServicesGrid,
    .aivPricingGrid {
        margin-top: 40px;
    }
    .aivServicesGrid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .aivService {
        min-height: 0;
        padding: 24px;
        gap: 32px;
    }
    .aivServiceTop h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .aivProcessGlow,
    .aivShapeRight,
    .aivWhoGlow {
        display: none;
    }
    .aivSteps {
        margin-top: 40px;
    }
    .aivStep,
    .aivStepEven {
        grid-template-columns: 24px 1fr;
        column-gap: 20px;
        min-height: 0;
        padding-bottom: 40px;
    }
    .aivStep:last-child {
        padding-bottom: 0;
    }
    .aivStep::before {
        left: 12px;
        height: auto;
        bottom: -4px;
    }
    .aivStepActive::before {
        background: linear-gradient(to bottom, rgba(239, 129, 43, 0) 0, #EF812B 80%, rgba(255, 255, 255, 0.15) 80%);
    }
    .aivStepLine {
        grid-column: 1;
    }
    .aivStepText,
    .aivStepEven .aivStepText {
        grid-column: 2;
        justify-self: stretch;
        width: auto;
    }
    .aivStepNum,
    .aivStepEven .aivStepNum {
        position: absolute;
        top: -12px;
        right: 0;
        font-size: 64px;
        line-height: 64px;
    }
    .aivPrice {
        padding: 24px;
    }
    .aivPriceGroup li {
        font-size: 15px;
    }
    .aivCtaBox {
        min-height: 0;
        padding: 104px 16px 56px;
    }
    .aivCtaBox h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.28px;
    }
    .aivShapeCta {
        left: -70px;
        top: -40px;
        width: 230px;
        height: 266px;
    }
}
