    .adv-services-page {
        --adv-black: #101010;
        --adv-charcoal: #151515;
        --adv-ink: #222222;
        --adv-muted: #666666;
        --adv-line: rgba(16, 16, 16, 0.1);
        --adv-soft: #f8f5ef;
        --adv-warm: #fff8eb;
        --adv-accent: #ffb000;
        --adv-accent-deep: #f28a00;
        --adv-radius: 22px;
        color: var(--adv-ink);
        background: #ffffff;
        overflow-x: clip;
    }

    .adv-services-page *,
    .adv-services-page *::before,
    .adv-services-page *::after {
        box-sizing: border-box;
    }

    .adv-services-shell {
        width: min(100% - 40px, 1280px);
        margin-inline: auto;
    }

    .adv-services-section {
        padding: 92px 0;
    }

    .adv-services-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 14px;
        color: var(--adv-accent-deep);
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .adv-services-eyebrow::before {
        content: "";
        width: 26px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .adv-services-hero {
        position: relative;
        padding: 86px 0 72px;
        background:
            linear-gradient(135deg, rgba(255, 176, 0, 0.13), transparent 36%),
            linear-gradient(180deg, #ffffff 0%, var(--adv-soft) 100%);
    }

    .adv-services-hero::after,
    .adv-services-packages::before,
    .adv-services-final-cta::before {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .adv-services-hero::after {
        inset: 0;
        opacity: 0.34;
        background-image:
            linear-gradient(rgba(16, 16, 16, 0.06) 1px, transparent 1px),
            linear-gradient(90deg, rgba(16, 16, 16, 0.06) 1px, transparent 1px);
        background-size: 38px 38px;
        mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    }

    .adv-services-hero-grid {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
        gap: clamp(34px, 5vw, 74px);
        align-items: center;
    }

    .adv-services-hero-copy h1,
    .adv-services-section-head h2,
    .adv-services-why-copy h2,
    .adv-services-final-inner h2,
    .adv-service-detail-copy h1,
    .adv-service-detail-content h2,
    .adv-service-detail-panel h2 {
        margin: 0;
        color: var(--adv-black);
        font-weight: 800;
        letter-spacing: 0;
    }

    .adv-services-hero-copy h1 {
        max-width: 720px;
        font-size: clamp(38px, 5vw, 45px);
        line-height: 1.02;
    }

    .adv-services-hero-copy h1 span {
        color: transparent;
        background: linear-gradient(90deg, var(--adv-accent-deep), var(--adv-accent));
        -webkit-background-clip: text;
        background-clip: text;
    }

    .adv-services-hero-copy p,
    .adv-services-section-head p,
    .adv-services-why-copy p,
    .adv-services-final-inner p,
    .adv-service-detail-copy p {
        margin: 20px 0 0;
        color: var(--adv-muted);
        font-size: clamp(16px, 1.4vw, 18px);
        line-height: 1.7;
    }

    .adv-services-hero-copy p {
        max-width: 690px;
    }

    .adv-services-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 30px;
    }

    .adv-services-btn,
    .adv-services-link,
    .adv-services-quote,
    .adv-services-package-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 46px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2;
        text-decoration: none;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .adv-services-btn {
        padding: 13px 22px;
        border: 1px solid transparent;
    }

    .adv-services-btn-primary,
    .adv-services-package-btn {
        color: #151515;
        border-color: rgba(255, 176, 0, 0.3);
        background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
        box-shadow: 0 14px 32px rgba(242, 138, 0, 0.22);
    }

    .adv-services-btn-secondary {
        color: var(--adv-black);
        border-color: rgba(16, 16, 16, 0.14);
        background: #ffffff;
    }

    .adv-services-btn-dark {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.08);
    }

    .adv-services-btn:hover,
    .adv-services-link:hover,
    .adv-services-quote:hover,
    .adv-services-package-btn:hover {
        transform: translateY(-3px);
    }

    .adv-services-btn i,
    .adv-services-link i,
    .adv-services-quote i,
    .adv-services-package-btn i {
        transition: transform 0.25s ease;
    }

    .adv-services-btn:hover i,
    .adv-services-link:hover i,
    .adv-services-quote:hover i,
    .adv-services-package-btn:hover i {
        transform: translateX(4px);
    }

    .adv-services-btn:focus-visible,
    .adv-services-link:focus-visible,
    .adv-services-quote:focus-visible,
    .adv-services-package-btn:focus-visible {
        outline: 3px solid rgba(255, 176, 0, 0.55);
        outline-offset: 3px;
    }

    .adv-services-trust {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 0;
        margin: 28px 0 0;
        list-style: none;
    }

    .adv-services-trust li {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 38px;
        padding: 9px 12px;
        color: #2b2b2b;
        font-size: 13px;
        font-weight: 700;
        border: 1px solid rgba(16, 16, 16, 0.1);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72);
    }

    .adv-services-trust i {
        color: var(--adv-accent-deep);
    }

    .adv-services-hero-visual,
    .adv-service-detail-visual {
        position: relative;
        isolation: isolate;
    }

    .adv-services-hero-visual::before,
    .adv-service-detail-visual::before {
        content: "";
        position: absolute;
        inset: 9% -6% -5% 12%;
        z-index: -1;
        border-radius: 34px;
        background: radial-gradient(circle, rgba(255, 176, 0, 0.38), transparent 62%);
        filter: blur(8px);
    }

    .adv-services-hero-image,
    .adv-service-detail-visual {
        overflow: hidden;
        border: 1px solid rgba(16, 16, 16, 0.12);
        border-radius: 32px;
        background: #ffffff;
        box-shadow: 0 30px 70px rgba(16, 16, 16, 0.13);
    }

    .adv-services-hero-image img,
    .adv-service-detail-visual img,
    .adv-services-why-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .adv-services-hero-image {
        aspect-ratio: 0.96;
    }

    .adv-services-mini-card {
        position: absolute;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 15px;
        color: #202020;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
        border: 1px solid rgba(16, 16, 16, 0.1);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 18px 44px rgba(16, 16, 16, 0.14);
    }

    .adv-services-mini-card i {
        color: var(--adv-accent-deep);
    }

    .adv-services-mini-card-one {
        top: 12%;
        left: -24px;
    }

    .adv-services-mini-card-two {
        right: -22px;
        bottom: 28%;
    }

    .adv-services-mini-card-three {
        left: 10%;
        bottom: -18px;
    }

    .adv-services-section-head {
        max-width: 770px;
    }

    .adv-services-section-head h2,
    .adv-services-why-copy h2,
    .adv-services-final-inner h2,
    .adv-service-detail-content h2,
    .adv-service-detail-panel h2 {
        font-size: clamp(23px, 3.6vw, 35px);
        line-height: 1.08;
    }

    .adv-services-intro {
        padding-bottom: 34px;
        background: #ffffff;
    }

    .adv-services-grid-section {
        padding: 0 0 96px;
        background: #ffffff;
    }

    .adv-services-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .adv-services-card {
        position: relative;
        display: flex;
        min-height: 100%;
        padding: 28px;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid var(--adv-line);
        border-radius: var(--adv-radius);
        background:
            linear-gradient(#ffffff, #ffffff) padding-box,
            linear-gradient(135deg, rgba(255, 176, 0, 0), rgba(255, 176, 0, 0.1)) border-box;
        box-shadow: 0 18px 44px rgba(16, 16, 16, 0.07);
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .adv-services-card::after {
        content: "";
        position: absolute;
        inset: auto -45px -55px auto;
        width: 150px;
        height: 150px;
        border-radius: 999px;
        background: rgba(255, 176, 0, 0.09);
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .adv-services-card:hover {
        transform: translateY(-7px);
        border-color: rgba(255, 176, 0, 0.72);
        box-shadow: 0 26px 60px rgba(16, 16, 16, 0.12);
    }

    .adv-services-card:hover::after {
        transform: scale(1.16);
        opacity: 0.85;
    }

    .adv-services-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 24px;
    }

    .adv-services-card-top > span {
        color: rgba(16, 16, 16, 0.34);
        font-size: 24px;
        font-weight: 900;
    }

    .adv-services-card-icon {
        display: grid;
        width: 58px;
        height: 58px;
        place-items: center;
        color: var(--adv-black);
        border: 1px solid rgba(255, 176, 0, 0.28);
        border-radius: 18px;
        background: var(--adv-warm);
        transition: transform 0.25s ease, background 0.25s ease;
    }

    .adv-services-card:hover .adv-services-card-icon {
        transform: rotate(-4deg) scale(1.04);
        background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
    }

    .adv-services-card-icon img {
        width: 34px;
        height: 34px;
        object-fit: contain;
    }

    .adv-services-card-icon i {
        font-size: 24px;
    }

    .adv-services-card h2 {
        position: relative;
        z-index: 1;
        margin: 0;
        color: var(--adv-black);
        font-size: 20px;
        line-height: 1.18;
        font-weight: 800;
    }

    .adv-services-card p {
        position: relative;
        z-index: 1;
        margin: 14px 0 0;
        color: #5c5c5c;
        font-size: 15px;
        line-height: 1.65;
    }

    .adv-services-card ul,
    .adv-services-package-card ul,
    .adv-service-detail-panel ul {
        position: relative;
        z-index: 1;
        display: grid;
        gap: 10px;
        padding: 0;
        margin: 22px 0 0;
        list-style: none;
    }

    .adv-services-card li,
    .adv-services-package-card li,
    .adv-service-detail-panel li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #313131;
        font-size: 14px;
        line-height: 1.5;
    }

    .adv-services-card li i,
    .adv-services-package-card li i,
    .adv-service-detail-panel li i {
        flex: 0 0 auto;
        margin-top: 3px;
        color: var(--adv-accent-deep);
    }

    .adv-services-card-actions {
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: auto;
        padding-top: 26px;
    }

    .adv-services-link {
        min-width: 150px;
        padding: 12px 16px;
        color: var(--adv-black);
        border: 1px solid rgba(16, 16, 16, 0.12);
        background: #ffffff;
    }

    .adv-services-quote {
        min-width: 132px;
        padding: 12px 16px;
        color: #151515;
        border: 1px solid rgba(255, 176, 0, 0.38);
        background: #fff4d9;
    }

    .adv-services-empty {
        grid-column: 1 / -1;
        padding: 46px 28px;
        text-align: center;
        border: 1px dashed rgba(16, 16, 16, 0.18);
        border-radius: var(--adv-radius);
        background: var(--adv-soft);
    }

    .adv-services-empty i {
        color: var(--adv-accent-deep);
        font-size: 34px;
    }

    .adv-services-empty h2 {
        margin: 16px 0 8px;
        color: var(--adv-black);
        font-size: 24px;
    }

    .adv-services-empty p {
        margin: 0;
        color: var(--adv-muted);
    }

    .adv-services-why,
    .adv-services-final-cta,
    .adv-service-detail-cta {
        position: relative;
        overflow: hidden;
        color: #ffffff;
        background:
            radial-gradient(circle at 78% 18%, rgba(255, 176, 0, 0.18), transparent 34%),
            linear-gradient(135deg, #101010, #171717);
    }

    .adv-services-why {
        padding: 96px 0;
    }

    .adv-services-why-grid {
        display: grid;
        grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
        gap: clamp(34px, 5vw, 76px);
        align-items: center;
    }

    .adv-services-why-image {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1 / 0.92;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 30px;
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
    }

    .adv-services-why-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(16, 16, 16, 0.08), rgba(16, 16, 16, 0.38));
    }

    .adv-services-why-copy h2,
    .adv-services-final-inner h2,
    .adv-service-detail-cta h2 {
        color: #ffffff;
    }

    .adv-services-why-copy p,
    .adv-services-final-inner p,
    .adv-service-detail-cta p {
        color: rgba(255, 255, 255, 0.72);
    }

    .adv-services-feature-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin: 26px 0 30px;
    }

    .adv-services-feature-list span {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 50px;
        padding: 13px 14px;
        color: #ffffff;
        font-weight: 700;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.06);
    }

    .adv-services-feature-list i {
        color: var(--adv-accent);
    }

    .adv-services-process {
        background: var(--adv-soft);
    }

    .adv-services-process-grid {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        margin-top: 38px;
    }

    .adv-services-process-grid::before {
        content: "";
        position: absolute;
        top: 42px;
        left: 7%;
        right: 7%;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.6), transparent);
    }

    .adv-services-process-card {
        position: relative;
        z-index: 1;
        min-height: 230px;
        padding: 24px;
        border: 1px solid rgba(16, 16, 16, 0.08);
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 16px 36px rgba(16, 16, 16, 0.06);
    }

    .adv-services-process-card > span {
        color: rgba(16, 16, 16, 0.34);
        font-weight: 900;
    }

    .adv-services-process-card i {
        display: grid;
        width: 52px;
        height: 52px;
        margin: 18px 0 24px;
        place-items: center;
        color: var(--adv-black);
        border-radius: 16px;
        background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
    }

    .adv-services-process-card h3,
    .adv-services-package-card h3 {
        margin: 0;
        color: var(--adv-black);
        font-size: 22px;
        line-height: 1.2;
        font-weight: 800;
    }

    .adv-services-process-card p {
        margin: 12px 0 0;
        color: var(--adv-muted);
        font-size: 15px;
        line-height: 1.65;
    }

    .adv-services-packages {
        position: relative;
        background: #ffffff;
    }

    .adv-services-packages::before {
        top: 80px;
        right: 6%;
        width: 190px;
        height: 190px;
        border-radius: 999px;
        background: rgba(255, 176, 0, 0.14);
        filter: blur(28px);
    }

    .adv-services-package-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        margin-top: 38px;
    }

    .adv-services-package-card {
        position: relative;
        display: flex;
        min-height: 100%;
        padding: 30px;
        flex-direction: column;
        border: 1px solid rgba(16, 16, 16, 0.1);
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 20px 48px rgba(16, 16, 16, 0.08);
    }

    .adv-services-package-card.is-featured {
        border-color: rgba(255, 176, 0, 0.75);
        background: linear-gradient(180deg, #fffaf0, #ffffff);
        box-shadow: 0 28px 68px rgba(242, 138, 0, 0.17);
    }

    .adv-services-package-card > span {
        align-self: flex-start;
        margin-bottom: 18px;
        padding: 8px 11px;
        color: #151515;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        border-radius: 999px;
        background: var(--adv-warm);
    }

    .adv-services-package-card.is-featured > span {
        background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
    }

    .adv-services-package-btn {
        width: 100%;
        margin-top: auto;
        padding: 14px 16px;
    }

    .adv-services-final-cta,
    .adv-service-detail-cta {
        padding: 90px 0;
    }

    .adv-services-final-inner {
        position: relative;
        z-index: 1;
        max-width: 820px;
    }

    .adv-services-final-inner h2 {
        font-size: clamp(32px, 4vw, 58px);
    }

    .adv-services-final-cta::before {
        right: -80px;
        bottom: -120px;
        width: 360px;
        height: 360px;
        border: 42px solid rgba(255, 255, 255, 0.08);
        border-radius: 999px;
    }

    .adv-service-detail-hero {
        padding: 86px 0;
        background: linear-gradient(135deg, var(--adv-soft), #ffffff);
    }

    .adv-service-detail-hero-grid,
    .adv-service-detail-body-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
        gap: clamp(34px, 5vw, 72px);
        align-items: center;
    }

    .adv-service-detail-copy h1 {
        font-size: clamp(38px, 5vw, 68px);
        line-height: 1.04;
    }

    .adv-service-detail-visual {
        aspect-ratio: 1.16 / 1;
    }

    .adv-service-detail-body {
        background: #ffffff;
    }

    .adv-service-detail-body-grid {
        align-items: start;
    }

    .adv-service-detail-richtext {
        margin-top: 22px;
        color: #4e4e4e;
        font-size: 17px;
        line-height: 1.8;
    }

    .adv-service-detail-richtext p {
        margin: 0 0 18px;
    }

    .adv-service-detail-panel {
        position: sticky;
        top: 110px;
        padding: 28px;
        border: 1px solid rgba(16, 16, 16, 0.1);
        border-radius: 24px;
        background: var(--adv-soft);
        box-shadow: 0 18px 44px rgba(16, 16, 16, 0.07);
    }

    .adv-service-detail-panel .adv-services-btn {
        width: 100%;
        margin-top: 26px;
    }

    .adv-services-related {
        background: var(--adv-soft);
    }

.adv-services-related-grid {
    margin-top: 36px;
}

.adv-web-hero {
    padding: 88px 0;
    background:
        radial-gradient(circle at 14% 22%, rgba(255, 176, 0, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--adv-soft) 100%);
}

.adv-web-hero-grid,
.adv-web-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}

.adv-service-breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 34px;
    color: #696969;
    font-size: 14px;
    font-weight: 700;
}

.adv-service-breadcrumb a {
    color: var(--adv-black);
    text-decoration: none;
}

.adv-service-breadcrumb i {
    color: var(--adv-accent-deep);
    font-size: 11px;
}

.adv-web-hero-copy h1 {
    max-width: 820px;
    margin: 0;
    color: var(--adv-black);
    font-size: clamp(22px, 5vw, 40px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: 0;
}

.adv-web-hero-copy p,
.adv-web-copy-stack p,
.adv-web-included p,
.adv-web-need p,
.adv-web-tech p {
    margin: 18px 0 0;
    color: var(--adv-muted);
    font-size: 17px;
    line-height: 1.75;
}

.adv-web-hero-copy strong {
    color: var(--adv-black);
    font-weight: 900;
}

.adv-web-hero-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.08 / 1;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(16, 16, 16, 0.12);
}

.adv-service-browser-frame {
    padding-top: 42px;
}

.adv-service-browser-frame img {
    height: calc(100% - 42px);
}

.adv-service-browser-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    gap: 7px;
    height: 42px;
    align-items: center;
    padding: 0 18px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
    background: #ffffff;
}

.adv-service-browser-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6d8dd;
}

.adv-service-browser-bar span:first-child {
    background: #ffb000;
}

.adv-service-float-badge {
    position: absolute;
    z-index: 3;
    padding: 10px 13px;
    color: #151515;
    font-size: 13px;
    font-weight: 900;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 38px rgba(16, 16, 16, 0.14);
}

.adv-service-float-one {
    top: 74px;
    left: 18px;
}

.adv-service-float-two {
    right: 18px;
    top: 44%;
}

.adv-service-float-three {
    left: 34px;
    bottom: 24px;
}

.adv-service-trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.adv-service-trust-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 13px;
    color: #252525;
    font-weight: 800;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
}

.adv-service-trust-points i {
    color: var(--adv-accent-deep);
}

.adv-web-hero-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adv-web-hero-badge {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #ffffff;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(16, 16, 16, 0.84);
    backdrop-filter: blur(14px);
}

.adv-web-hero-badge i {
    color: var(--adv-accent);
}

.adv-web-intro {
    background: #ffffff;
}

.adv-web-two-col {
    align-items: start;
}

.adv-service-cover-card {
    padding: 28px;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(16, 16, 16, 0.08);
}

.adv-service-overview-side {
    display: grid;
    gap: 18px;
}

.adv-service-overview-copy {
    align-self: start;
}

.adv-service-overview-copy .adv-web-copy-stack {
    margin-top: 28px;
}

.adv-service-overview-side .adv-service-cover-card {
    grid-area: auto;
}

.adv-service-cover-card h3 {
    margin: 0 0 18px;
    color: var(--adv-black);
    font-size: 24px;
    font-weight: 900;
}

.adv-service-cover-card ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

.adv-service-cover-card li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #2d2d2d;
    font-weight: 700;
}

.adv-service-cover-card i {
    margin-top: 3px;
    color: var(--adv-accent-deep);
}

.adv-service-inline-card {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 8%, rgba(255, 176, 0, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff, #fffaf0);
    box-shadow: 0 22px 54px rgba(16, 16, 16, 0.1);
}

.adv-service-inline-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -88px;
    width: 210px;
    height: 210px;
    border: 32px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.adv-service-form-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--adv-accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.adv-service-inline-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: var(--adv-black);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}

.adv-service-inline-card > p {
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
    color: var(--adv-muted);
    font-size: 15px;
    line-height: 1.6;
}

.adv-service-inline-form {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
}

.adv-service-inline-form label {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.adv-service-inline-form label span {
    color: #292929;
    font-size: 13px;
    font-weight: 800;
}

.adv-service-inline-form input,
.adv-service-inline-form textarea,
.adv-service-inline-form select {
    width: 100%;
    min-height: 44px;
    padding: 9px 13px;
    color: #161616;
    border: 1px solid rgba(16, 16, 16, 0.12);
    border-radius: 14px;
    background: #ffffff;
    outline: none;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.adv-service-inline-form textarea {
    min-height: 92px;
    resize: vertical;
}

.adv-service-inline-form input:focus,
.adv-service-inline-form textarea:focus,
.adv-service-inline-form select:focus {
    border-color: rgba(255, 176, 0, 0.72);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.12);
}

.adv-service-inline-form small {
    min-height: 14px;
    color: #b35f00;
    font-size: 12px;
    line-height: 1.2;
}

.adv-service-inline-status {
    grid-column: 1 / -1;
    min-height: 18px;
    color: var(--adv-muted);
    font-size: 13px;
    font-weight: 700;
}

.adv-service-inline-form button {
    grid-column: 1 / -1;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 18px;
    color: #111111;
    font-weight: 900;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
    box-shadow: 0 16px 34px rgba(255, 176, 0, 0.24);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.adv-service-inline-form button:hover {
    transform: translateY(-2px);
}

.adv-service-inline-form button:disabled {
    cursor: not-allowed;
    opacity: 0.68;
    transform: none;
}

.adv-service-trust-note {
    grid-column: 1 / -1;
    margin: 0;
    color: #676767;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.adv-web-two-col h2 {
    margin: 0;
    color: var(--adv-black);
    font-size: clamp(23px, 3.8vw, 40px);
    line-height: 1.08;
    font-weight: 900;
}

.adv-web-services,
.adv-web-need,
.adv-web-choose,
.adv-web-faq {
    background: var(--adv-soft);
}

.adv-web-deliver {
    color: #ffffff;
    background:
        radial-gradient(circle at 86% 14%, rgba(255, 176, 0, 0.22), transparent 34%),
        linear-gradient(135deg, #101010, #171717);
}

.adv-web-deliver .adv-services-section-head h2,
.adv-web-deliver .adv-services-section-head p {
    color: #ffffff;
}

.adv-web-feature-groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.adv-web-feature-group {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
}

.adv-web-feature-group > span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--adv-accent);
    font-size: 24px;
    font-weight: 900;
}

.adv-web-feature-group ul,
.adv-web-benefit-grid,
.adv-web-connected-timeline {
    padding: 0;
    margin: 0;
}

.adv-web-feature-group li {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.45;
}

.adv-web-feature-group i {
    margin-top: 3px;
    color: var(--adv-accent);
}

.adv-web-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 36px;
}

.adv-web-benefit-grid article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: 18px;
    border: 1px solid rgba(16, 16, 16, 0.09);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(16, 16, 16, 0.05);
}

.adv-web-benefit-grid i {
    display: grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--adv-black);
    border-radius: 12px;
    background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
}

.adv-web-benefit-grid span {
    color: #202020;
    font-weight: 800;
    line-height: 1.35;
}

.adv-web-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.adv-web-service-card,
.adv-web-choose-grid article,
.adv-web-timeline article,
.adv-web-faq-list details {
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(16, 16, 16, 0.06);
}

.adv-web-service-card {
    min-height: 100%;
    padding: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.adv-web-service-card:hover,
.adv-web-choose-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 176, 0, 0.55);
    box-shadow: 0 24px 56px rgba(16, 16, 16, 0.1);
}

.adv-web-service-card > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    place-items: center;
    color: var(--adv-black);
    font-size: 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
}

.adv-web-service-card h3,
.adv-web-choose-grid h3,
.adv-web-timeline h3 {
    margin: 0;
    color: var(--adv-black);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
}

.adv-web-service-card p,
.adv-web-choose-grid p,
.adv-web-timeline p,
.adv-web-faq-list p {
    margin: 12px 0 0;
    color: var(--adv-muted);
    font-size: 15px;
    line-height: 1.7;
}

.adv-web-included {
    background: #ffffff;
}

.adv-web-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.adv-web-check-grid li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 50px;
    padding: 13px 14px;
    color: #2d2d2d;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid rgba(16, 16, 16, 0.09);
    border-radius: 14px;
    background: #ffffff;
}

.adv-web-check-grid i {
    margin-top: 3px;
    color: var(--adv-accent-deep);
}

.adv-web-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.adv-web-pill-list li {
    padding: 11px 14px;
    color: #202020;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid rgba(16, 16, 16, 0.09);
    border-radius: 999px;
    background: #ffffff;
}

.adv-web-process,
.adv-web-industries {
    background: #ffffff;
}

.adv-web-industries {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 176, 0, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.adv-web-industries::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(16, 16, 16, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 16, 16, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, #000, transparent 78%);
}

.adv-web-industries .adv-services-shell {
    position: relative;
    z-index: 1;
}

.adv-web-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 38px 0 0;
    list-style: none;
}

.adv-web-industry-grid li {
    position: relative;
    display: flex;
    min-height: 118px;
    align-items: flex-start;
    gap: 14px;
    overflow: hidden;
    padding: 22px;
    color: #151515;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 38px rgba(16, 16, 16, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.adv-web-industry-grid li::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: rgba(255, 176, 0, 0.12);
    transition: transform 0.25s ease;
}

.adv-web-industry-grid li:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 176, 0, 0.45);
    box-shadow: 0 24px 54px rgba(16, 16, 16, 0.11);
}

.adv-web-industry-grid li:hover::after {
    transform: scale(1.18);
}

.adv-web-industry-grid i {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #151515;
    font-size: 18px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
}

.adv-web-industry-grid span {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 190px;
    color: #171717;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.adv-web-connected-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
}

.adv-web-connected-timeline::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.7), transparent);
}

.adv-web-connected-timeline article {
    position: relative;
    z-index: 1;
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(16, 16, 16, 0.06);
}

.adv-web-connected-timeline span {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    place-items: center;
    color: var(--adv-black);
    font-weight: 900;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
}

.adv-web-connected-timeline h3 {
    margin: 0;
    color: var(--adv-black);
    font-size: 22px;
    font-weight: 900;
}

.adv-web-connected-timeline p {
    margin: 12px 0 0;
    color: var(--adv-muted);
    font-size: 15px;
    line-height: 1.65;
}

.adv-web-timeline {
    display: grid;
    grid-template-columns: repeat(7, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 38px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}

.adv-web-timeline article {
    min-height: 260px;
    padding: 24px;
    scroll-snap-align: start;
}

.adv-web-timeline span {
    display: inline-flex;
    margin-bottom: 22px;
    color: rgba(16, 16, 16, 0.36);
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.adv-web-tech {
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 176, 0, 0.18), transparent 30%),
        linear-gradient(135deg, #111111, #171717);
}

.adv-web-tech h2,
.adv-web-tech p {
    color: #ffffff;
}

.adv-web-tech p {
    color: rgba(255, 255, 255, 0.72);
}

.adv-web-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.adv-web-tech-grid span {
    position: relative;
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 13px;
    overflow: hidden;
    padding: 15px 16px;
    color: #ffffff;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 176, 0, 0.08)),
        rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.adv-web-tech-grid span::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255, 176, 0, 0.08);
}

.adv-web-tech-grid span:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 176, 0, 0.48);
    background:
        linear-gradient(135deg, rgba(255, 176, 0, 0.16), rgba(255, 255, 255, 0.08)),
        rgba(255, 255, 255, 0.06);
}

.adv-web-tech-grid i {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #151515;
    font-size: 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--adv-accent), #ffd36a);
    box-shadow: 0 12px 26px rgba(255, 176, 0, 0.2);
}

.adv-web-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.adv-web-choose-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
}

.adv-web-choose-split h2 {
    color: var(--adv-black);
    font-size: clamp(30px, 3.8vw, 52px);
    line-height: 1.08;
    font-weight: 900;
}

.adv-web-choose-split p {
    margin-top: 16px;
    color: var(--adv-muted);
    font-size: 17px;
    line-height: 1.7;
}

.adv-service-accordion {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.adv-service-accordion-item {
    overflow: hidden;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 16px;
    background: #ffffff;
}

.adv-service-accordion button {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    color: var(--adv-black);
    font-weight: 900;
    text-align: left;
}

.adv-service-accordion i {
    color: var(--adv-accent-deep);
    transition: transform 0.24s ease;
}

.adv-service-accordion-item.is-open i {
    transform: rotate(45deg);
}

.adv-service-accordion-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.24s ease;
}

.adv-service-accordion-panel p {
    min-height: 0;
    overflow: hidden;
    padding: 0 18px;
    margin: 0;
    font-size: 15px;
}

.adv-service-accordion-item.is-open .adv-service-accordion-panel {
    grid-template-rows: 1fr;
}

.adv-service-accordion-item.is-open .adv-service-accordion-panel p {
    padding-bottom: 18px;
}

.adv-service-choose-visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.9;
    border: 1px solid rgba(16, 16, 16, 0.1);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 26px 64px rgba(16, 16, 16, 0.12);
}

.adv-service-choose-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
    background-size: 32px 32px;
}

.adv-service-choose-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adv-service-choose-visual span {
    position: absolute;
    z-index: 2;
    left: 20px;
    padding: 10px 13px;
    color: #151515;
    font-size: 13px;
    font-weight: 900;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 38px rgba(16, 16, 16, 0.14);
}

.adv-service-choose-visual span:nth-of-type(1) {
    top: 20px;
}

.adv-service-choose-visual span:nth-of-type(2) {
    bottom: 20px;
}

.adv-web-choose-grid article {
    padding: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.adv-web-faq-list {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.adv-web-faq-list details {
    overflow: hidden;
}

.adv-web-faq-list summary {
    cursor: pointer;
    padding: 20px 22px;
    color: var(--adv-black);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
}

.adv-web-faq-list summary:focus-visible {
    outline: 3px solid rgba(255, 176, 0, 0.45);
    outline-offset: -3px;
}

.adv-web-faq-list p {
    padding: 0 22px 22px;
}

    .adv-services-reveal {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .adv-services-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 1199px) {
        .adv-services-grid,
        .adv-services-package-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

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

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

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

    .adv-web-feature-groups,
    .adv-web-benefit-grid,
    .adv-web-connected-timeline,
    .adv-web-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adv-services-process-grid::before {
        display: none;
    }

    .adv-web-connected-timeline::before {
        display: none;
    }
}

    @media (max-width: 991px) {
        .adv-services-section,
        .adv-services-why,
        .adv-services-final-cta,
        .adv-service-detail-cta,
        .adv-service-detail-hero {
            padding: 72px 0;
        }

        .adv-services-hero {
            padding: 72px 0 64px;
        }

    .adv-services-hero-grid,
    .adv-services-why-grid,
    .adv-service-detail-hero-grid,
    .adv-service-detail-body-grid,
    .adv-web-hero-grid,
    .adv-web-two-col,
    .adv-web-choose-split {
        grid-template-columns: 1fr;
    }

        .adv-services-hero-visual {
            width: min(100%, 620px);
            margin-inline: auto;
        }

        .adv-service-detail-panel {
            position: static;
        }
    }

    @media (max-width: 767px) {
        .adv-services-shell {
            width: min(100% - 28px, 1280px);
        }

        .adv-services-section,
        .adv-services-why,
        .adv-services-final-cta,
        .adv-service-detail-cta,
        .adv-service-detail-hero {
            padding: 64px 0;
        }

        .adv-services-hero {
            padding: 62px 0 58px;
        }

    .adv-services-grid,
    .adv-services-package-grid,
    .adv-services-process-grid,
    .adv-services-feature-list,
    .adv-web-service-grid,
    .adv-web-check-grid,
    .adv-web-tech-grid,
    .adv-web-choose-grid,
    .adv-web-feature-groups,
    .adv-web-connected-timeline {
        grid-template-columns: 1fr;
    }

    .adv-web-tech-grid,
    .adv-web-benefit-grid,
    .adv-web-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

        .adv-services-card,
        .adv-services-package-card,
        .adv-service-detail-panel {
            padding: 22px;
            border-radius: 18px;
        }

        .adv-services-card h2 {
            font-size: 21px;
        }

        .adv-services-actions,
        .adv-services-card-actions {
            flex-direction: column;
        }

        .adv-services-btn,
        .adv-services-link,
        .adv-services-quote {
            width: 100%;
            min-height: 48px;
        }

        .adv-services-mini-card {
            position: static;
            margin-top: 10px;
            width: 100%;
            white-space: normal;
        }

        .adv-services-hero-visual {
            display: grid;
            gap: 10px;
        }

        .adv-services-hero-image {
            aspect-ratio: 1 / 0.82;
        }

    .adv-services-why-image,
    .adv-service-detail-visual,
    .adv-web-hero-card {
        aspect-ratio: 1 / 0.78;
    }

    .adv-service-browser-frame {
        padding-top: 38px;
    }

    .adv-service-browser-frame img {
        height: calc(100% - 38px);
    }

    .adv-service-float-badge {
        position: static;
        display: inline-flex;
        margin: 10px 6px 0 0;
    }

    .adv-service-trust-points {
        flex-direction: column;
    }

    .adv-web-hero {
        padding: 64px 0;
    }

    .adv-web-hero-badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        align-items: flex-start;
        font-size: 13px;
        line-height: 1.35;
    }

    .adv-web-timeline {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .adv-web-timeline article {
        min-height: auto;
    }

    .adv-web-pill-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .adv-web-pill-list li {
        border-radius: 14px;
    }

    .adv-service-inline-form {
        grid-template-columns: 1fr;
    }

    .adv-web-tech-grid span {
        min-height: 88px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 14px;
        font-size: 13px;
        line-height: 1.2;
    }

    .adv-web-tech-grid i {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .adv-web-benefit-grid article {
        min-height: 112px;
        align-items: flex-start;
        flex-direction: column;
        padding: 16px;
        border-radius: 18px;
    }

    .adv-web-benefit-grid span {
        font-size: 14px;
    }

    .adv-web-industry-grid li {
        min-height: 132px;
        flex-direction: column;
        gap: 12px;
        padding: 18px;
        border-radius: 20px;
    }

    .adv-web-industry-grid i {
        width: 42px;
        height: 42px;
    }

    .adv-web-industry-grid span {
        max-width: none;
        font-size: 14px;
        line-height: 1.28;
    }
}

    @media (max-width: 380px) {
        .adv-services-shell {
            width: min(100% - 22px, 1280px);
        }

        .adv-services-hero-copy h1,
        .adv-service-detail-copy h1 {
            font-size: 34px;
        }

        .adv-services-section-head h2,
        .adv-services-why-copy h2,
        .adv-services-final-inner h2 {
            font-size: 28px;
        }

        .adv-web-tech-grid,
        .adv-web-benefit-grid,
        .adv-web-industry-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .adv-services-page *,
        .adv-services-page *::before,
        .adv-services-page *::after {
            transition-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
            scroll-behavior: auto !important;
        }

        .adv-services-reveal {
            opacity: 1;
            transform: none;
        }
    }
