/* Woo Widget v1.0.3 — premium inner-service Elementor sections.
   Typography, spacing and responsive rhythm intentionally match the previous My Widgets plugin. */
.elementor-widget-woo-inner-service-hero,
.elementor-widget-woo-service-overview,
.elementor-widget-woo-service-included,
.elementor-widget-woo-service-process,
.elementor-widget-woo-service-trust {
    font-family: "DM Sans", Arial, sans-serif;
    --ww-accent: #e60000;
    --ww-ink: #111111;
    --ww-muted: #666666;
    --ww-section-title-size: clamp(32px, 3.2vw, 48px);
    --ww-section-title-weight: 600;
    --ww-body-size: 15.5px;
    --ww-body-line: 1.62;
    position: relative;
    z-index: 0;
}

.elementor-widget-woo-inner-service-hero *,
.elementor-widget-woo-service-overview *,
.elementor-widget-woo-service-included *,
.elementor-widget-woo-service-process *,
.elementor-widget-woo-service-trust * { box-sizing: border-box; }

.ww-fullbleed {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    left: auto;
    transform: none;
}

.ww-inner-hero svg,
.ww-overview svg,
.ww-included svg,
.ww-process svg,
.ww-trust svg,
.ww-carousel-nav svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ------------------------------
   1) Inner Service Hero
------------------------------ */
.ww-inner-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    isolation: isolate;
    background: linear-gradient(110deg, #090909 0%, #171717 100%);
    margin-top: 0 !important;
}

.ww-inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: .42;
    background-image: radial-gradient(var(--ww-dot-color, rgba(255,255,255,.08)) 1px, transparent 1px);
    background-size: 32px 32px;
    -webkit-mask-image: linear-gradient(to right, #000 0%, rgba(0,0,0,.78) 56%, transparent 96%);
    mask-image: linear-gradient(to right, #000 0%, rgba(0,0,0,.78) 56%, transparent 96%);
}

.ww-inner-hero::after {
    content: "";
    position: absolute;
    width: min(58vw, 960px);
    height: min(58vw, 960px);
    right: -13vw;
    top: -21vw;
    z-index: -3;
    border-radius: 50%;
    background: radial-gradient(circle, var(--ww-glow-color, rgba(230,0,0,.28)) 0%, rgba(230,0,0,.10) 37%, transparent 70%);
    filter: blur(4px);
    pointer-events: none;
}

.ww-inner-hero__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: inherit;
}

.ww-inner-hero__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.ww-inner-hero__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: #d5d5d5;
}

.ww-inner-hero__breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: opacity .2s ease, color .2s ease;
}

.ww-inner-hero__breadcrumbs a:hover { opacity: .76; }

.ww-inner-hero__crumb-sep {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    opacity: .55;
}

.ww-inner-hero__eyebrow,
.ww-overview__eyebrow,
.ww-included__eyebrow,
.ww-process__eyebrow,
.ww-trust__eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .16em;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ww-accent);
}

.ww-inner-hero__title {
    margin: 0;
    max-width: 1050px;
    color: #fff;
    font-size: clamp(40px, 4.15vw, 64px);
    line-height: 1.035;
    letter-spacing: -.042em;
    font-weight: 600;
    text-wrap: balance;
}

.ww-inner-hero__highlight {
    position: relative;
    display: inline;
    color: var(--ww-accent);
}

.ww-inner-hero__highlight::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: .04em;
    height: .055em;
    border-radius: 999px;
    background: currentColor;
    opacity: .34;
}

.ww-inner-hero__description {
    max-width: 820px;
    margin-top: 24px;
    color: #d3d3d3;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.62;
    font-weight: 400;
}

.ww-inner-hero__art {
    position: absolute;
    right: clamp(-100px, -2vw, -20px);
    top: 50%;
    width: min(46vw, 720px);
    height: min(46vw, 720px);
    transform: translateY(-50%);
    z-index: 0;
    opacity: .95;
    pointer-events: none;
}

.ww-inner-hero__orb,
.ww-inner-hero__orbit {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.ww-inner-hero__orb--one {
    width: 48%;
    aspect-ratio: 1;
    right: 13%;
    top: 18%;
    background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.18), rgba(255,255,255,.035) 28%, rgba(230,0,0,.20) 58%, transparent 72%);
    filter: blur(.2px);
    box-shadow: 0 0 110px rgba(230,0,0,.08);
}

.ww-inner-hero__orb--two {
    width: 19%;
    aspect-ratio: 1;
    right: 53%;
    bottom: 16%;
    background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.17), rgba(230,0,0,.11) 44%, transparent 72%);
    filter: blur(.1px);
}

.ww-inner-hero__orbit--one {
    inset: 9%;
    border: 1px solid rgba(255,255,255,.075);
    transform: rotate(-14deg) scaleY(.76);
}

.ww-inner-hero__orbit--two {
    inset: 23%;
    border: 1px solid rgba(230,0,0,.18);
    transform: rotate(21deg) scaleY(.68);
}

.ww-inner-hero--no-art::after { right: -20vw; }

/* ------------------------------
   Shared headings / inner widths
------------------------------ */
.ww-overview,
.ww-included,
.ww-process,
.ww-trust { box-sizing: border-box; }

.ww-overview__inner,
.ww-included__inner,
.ww-process__inner,
.ww-trust__inner {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}

.ww-included__header,
.ww-process__header {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.ww-overview__title,
.ww-included__title,
.ww-process__title,
.ww-trust__title {
    margin: 0;
    color: var(--ww-ink);
    font-size: var(--ww-section-title-size);
    line-height: 1.08;
    letter-spacing: -.034em;
    font-weight: var(--ww-section-title-weight);
    text-wrap: balance;
}

.ww-included__highlight,
.ww-process__highlight { color: var(--ww-accent); }

.ww-included__description,
.ww-process__description,
.ww-trust__description {
    margin-top: 14px;
    color: var(--ww-muted);
    font-size: var(--ww-body-size);
    line-height: var(--ww-body-line);
    font-weight: 400;
}

/* ------------------------------
   2) Service Overview
------------------------------ */
.ww-overview {
    background: #fff;
    isolation: isolate;
    overflow: hidden;
}

.ww-overview__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .98fr);
    align-items: center;
    gap: 70px;
}

.ww-overview--image-left .ww-overview__copy { order: 2; }
.ww-overview--image-left .ww-overview__visual { order: 1; }

.ww-overview__copy { min-width: 0; }
.ww-overview__title { max-width: 760px; }

.ww-overview__text {
    max-width: 790px;
    margin-top: 22px;
    color: var(--ww-muted);
    font-size: var(--ww-body-size);
    line-height: var(--ww-body-line);
    font-weight: 400;
}

.ww-overview__text p { margin: 0; }
.ww-overview__text p + p { margin-top: 22px; }

.ww-overview__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 22px;
    margin-top: 30px;
}

.ww-overview__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 13px 25px 13px 28px;
    border-radius: 999px;
    background: var(--ww-accent);
    color: #fff;
    text-decoration: none;
    font-size: 14.5px;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: 0 14px 34px rgba(230,0,0,.14);
    transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease, background .3s ease;
}

.ww-overview__button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(230,0,0,.18);
}

.ww-overview__button-icon {
    width: 18px;
    height: 18px;
    transition: transform .28s ease;
}

.ww-overview__button:hover .ww-overview__button-icon { transform: translateX(4px); }

.ww-overview__price {
    color: var(--ww-accent);
    font-size: 14.5px;
    line-height: 1.35;
    font-weight: 600;
}

.ww-overview__visual {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    aspect-ratio: 4 / 3;
    border: 1px solid #ececec;
    border-radius: 28px;
    background: #171717;
    box-shadow: 0 26px 70px rgba(17,17,17,.10);
    isolation: isolate;
}

.ww-overview__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: inherit;
}

.ww-overview__visual::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0,0,0,.15), transparent);
}

.ww-overview__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.005);
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.ww-overview__visual:hover img { transform: scale(1.025); }

.ww-overview__visual-glow {
    position: absolute;
    width: 130px;
    height: 130px;
    right: -30px;
    top: -35px;
    border-radius: 50%;
    z-index: 3;
    background: radial-gradient(circle, rgba(230,0,0,.24), transparent 68%);
    filter: blur(6px);
    pointer-events: none;
}

/* ------------------------------
   3) What's Included
------------------------------ */
.ww-included { background: #fafafa; }

.ww-included__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ww-included-card {
    position: relative;
    overflow: hidden;
    min-height: 224px;
    padding: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17,17,17,.02);
    transition: transform .42s cubic-bezier(.2,.7,.2,1), box-shadow .42s cubic-bezier(.2,.7,.2,1), border-color .3s ease;
}

.ww-included-card:hover {
    transform: translateY(-4px);
    border-color: rgba(230,0,0,.22);
    box-shadow: 0 22px 62px rgba(17,17,17,.085), 0 8px 24px rgba(17,17,17,.04);
}

.ww-included-card__accent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ww-accent), transparent 65%);
    opacity: 0;
    transform: scaleX(.55);
    transform-origin: left;
    transition: opacity .3s ease, transform .45s cubic-bezier(.2,.7,.2,1);
}

.ww-included-card:hover .ww-included-card__accent {
    opacity: .95;
    transform: scaleX(1);
}

.ww-included-card__icon,
.ww-trust__check {
    display: grid;
    place-items: center;
    border: 1.4px solid currentColor;
    border-radius: 999px;
    color: var(--ww-accent);
}

.ww-included-card__icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    margin-bottom: 22px;
    background: rgba(230,0,0,.035);
}

.ww-included-card__icon svg { stroke-width: 2.15; }

.ww-included-card__title {
    margin: 0 0 10px;
    color: var(--ww-ink);
    font-size: 20px;
    line-height: 1.22;
    letter-spacing: -.024em;
    font-weight: 600;
}

.ww-included-card__description {
    color: var(--ww-muted);
    font-size: var(--ww-body-size);
    line-height: 1.58;
    font-weight: 400;
}

/* ------------------------------
   4) Delivery Process
------------------------------ */
.ww-process { background: #fff; }

.ww-process__track-wrap {
    position: relative;
}

.ww-process__connector {
    position: absolute;
    left: 6.5%;
    right: 6.5%;
    top: 27px;
    height: 1px;
    z-index: 0;
    background: #ececec;
}

.ww-process__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ww-process-card {
    position: relative;
    overflow: hidden;
    min-height: 276px;
    padding: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 26px;
    background: #fafafa;
    transition: transform .42s cubic-bezier(.2,.7,.2,1), box-shadow .42s cubic-bezier(.2,.7,.2,1), border-color .3s ease;
}

.ww-process-card::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -45px;
    bottom: -54px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,0,0,.075), transparent 70%);
    opacity: 0;
    transition: opacity .35s ease, transform .5s ease;
}

.ww-process-card:hover {
    transform: translateY(-4px);
    border-color: rgba(230,0,0,.22);
    box-shadow: 0 22px 60px rgba(17,17,17,.075);
}

.ww-process-card:hover::after {
    opacity: 1;
    transform: scale(1.12);
}

.ww-process-card__number {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: var(--ww-accent);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 11px 26px rgba(230,0,0,.13);
}

.ww-process-card__title {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: var(--ww-ink);
    font-size: 20px;
    line-height: 1.22;
    letter-spacing: -.024em;
    font-weight: 600;
}

.ww-process-card__description {
    position: relative;
    z-index: 2;
    color: var(--ww-muted);
    font-size: var(--ww-body-size);
    line-height: 1.58;
    font-weight: 400;
}

/* ------------------------------
   Shared mobile carousel controls
------------------------------ */
.ww-carousel-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 22px;
}

.ww-carousel-arrow {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 11px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 24px rgba(0,0,0,.045);
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.ww-carousel-arrow:hover {
    transform: translateY(-2px);
    border-color: var(--ww-accent);
    color: var(--ww-accent);
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
}

.ww-carousel-arrow:disabled {
    opacity: .32;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.ww-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 76px;
}

.ww-carousel-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cfcfcf;
    cursor: pointer;
    transition: width .25s ease, background .25s ease, transform .25s ease;
}

.ww-carousel-dot.is-active {
    width: 20px;
    background: var(--ww-accent);
}

/* ------------------------------
   5) Trust & Industries
------------------------------ */
.ww-trust {
    position: relative;
    overflow: hidden;
    background: #fafafa;
    isolation: isolate;
}

.ww-trust::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -270px;
    top: -300px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,0,0,.055), transparent 70%);
}

.ww-trust__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 90px;
    align-items: start;
}

.ww-trust__column { min-width: 0; }
.ww-trust__title { max-width: 690px; }

.ww-trust__reasons {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.ww-trust__reason {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #333;
    font-size: var(--ww-body-size);
    line-height: 1.55;
    font-weight: 400;
}

.ww-trust__check {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 1px;
    padding: 5px;
}

.ww-trust__check svg { stroke-width: 2.1; }

.ww-trust__industries {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ww-industry-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 22px;
    border: 1px solid #e4e4e4;
    border-radius: 999px;
    background: #fff;
    color: var(--ww-ink);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(17,17,17,.055);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, color .28s ease;
}

.ww-industry-pill:hover {
    color: var(--ww-accent);
    border-color: rgba(230,0,0,.24);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(17,17,17,.075);
}


/* ==============================================================
   PREMIUM VISUAL REFRESH v1.0.2
   Hero intentionally unchanged. The rules below enhance only the
   inner-service sections while preserving the same brand, type scale,
   content controls and spacing system.
================================================================ */

/* Shared premium eyebrow treatment */
.ww-overview__eyebrow,
.ww-included__eyebrow,
.ww-process__eyebrow,
.ww-trust__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
}

.ww-overview__eyebrow::before,
.ww-included__eyebrow::before,
.ww-process__eyebrow::before,
.ww-trust__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(230,0,0,.07);
}

/* ---------- Overview: editorial split layout ---------- */
.ww-overview {
    position: relative;
    background: #fff;
}

.ww-overview::before {
    content: "";
    position: absolute;
    width: 680px;
    height: 680px;
    right: -360px;
    top: -330px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,0,0,.055) 0%, rgba(230,0,0,.018) 42%, transparent 70%);
    pointer-events: none;
}

.ww-overview::after {
    content: "";
    position: absolute;
    left: -210px;
    bottom: -320px;
    width: 560px;
    height: 560px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17,17,17,.035), transparent 69%);
    pointer-events: none;
}

.ww-overview__inner {
    position: relative;
}

.ww-overview__copy {
    position: relative;
}

.ww-overview__title {
    position: relative;
}

.ww-overview__text {
    position: relative;
}

.ww-overview__actions {
    position: relative;
    padding-top: 4px;
}

.ww-overview__button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 14px 34px rgba(230,0,0,.16), inset 0 1px 0 rgba(255,255,255,.22);
}

.ww-overview__button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(115deg, rgba(255,255,255,.18), transparent 42%);
    opacity: .72;
    transition: opacity .3s ease, transform .45s cubic-bezier(.2,.7,.2,1);
}

.ww-overview__button:hover::before {
    opacity: 1;
    transform: translateX(12%);
}

.ww-overview__price {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.ww-overview__price::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(230,0,0,.06);
}

.ww-overview__visual {
    overflow: visible;
    border-radius: 30px;
    box-shadow: 0 30px 85px rgba(17,17,17,.13), 0 8px 30px rgba(17,17,17,.05);
}

.ww-overview__visual::before {
    inset: 0;
    z-index: 3;
    border-color: rgba(255,255,255,.14);
    box-shadow: inset 0 0 0 1px rgba(17,17,17,.04);
    pointer-events: none;
}

.ww-overview__visual::after {
    left: 14px;
    right: 14px;
    bottom: -18px;
    height: 44px;
    z-index: -1;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(90deg, rgba(230,0,0,.16), rgba(17,17,17,.08) 52%, rgba(230,0,0,.08));
    filter: blur(20px);
    opacity: .68;
}

.ww-overview__visual img {
    overflow: hidden;
    border-radius: inherit;
}

.ww-overview__visual-glow {
    width: 160px;
    height: 160px;
    right: -50px;
    top: -52px;
    background: radial-gradient(circle, rgba(230,0,0,.28), rgba(230,0,0,.08) 44%, transparent 70%);
    filter: blur(9px);
    opacity: .88;
}

/* ---------- What's Included: premium capability cards ---------- */
.ww-included {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ww-included::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 13% 8%, rgba(230,0,0,.045), transparent 27%),
        radial-gradient(circle at 88% 93%, rgba(17,17,17,.035), transparent 29%);
}

.ww-included::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1040px, 78vw);
    height: 1px;
    transform: translateX(-50%);
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(17,17,17,.08), transparent);
}

.ww-included__header,
.ww-process__header {
    position: relative;
}

.ww-included__header::after,
.ww-process__header::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin: 22px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ww-accent), rgba(230,0,0,.18));
}

.ww-included-card {
    isolation: isolate;
    min-height: 232px;
    border-color: #e8e8e8;
    background: #fff;
    box-shadow: 0 10px 32px rgba(17,17,17,.045), 0 1px 2px rgba(17,17,17,.025);
}

.ww-included-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -100px;
    top: -110px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,0,0,.095), rgba(230,0,0,.025) 44%, transparent 71%);
    opacity: .65;
    transform: scale(.86);
    transition: opacity .4s ease, transform .5s cubic-bezier(.2,.7,.2,1);
}

.ww-included-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -2;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(250,250,250,.72));
    pointer-events: none;
}

.ww-included-card:hover {
    transform: translateY(-7px);
    border-color: rgba(230,0,0,.20);
    box-shadow: 0 30px 74px rgba(17,17,17,.10), 0 10px 30px rgba(17,17,17,.045);
}

.ww-included-card:hover::before {
    opacity: 1;
    transform: scale(1.08);
}

.ww-included-card__accent {
    left: 31px;
    top: 0;
    width: 62px;
    height: 3px;
    border-radius: 0 0 99px 99px;
    background: var(--ww-accent);
    opacity: .68;
    transform: scaleX(.72);
    transform-origin: center;
}

.ww-included-card:hover .ww-included-card__accent {
    opacity: 1;
    transform: scaleX(1);
}

.ww-included-card__icon {
    width: 44px;
    height: 44px;
    padding: 11px;
    margin-bottom: 24px;
    border-width: 1px;
    border-radius: 14px;
    background: rgba(230,0,0,.055);
    box-shadow: inset 0 0 0 5px rgba(230,0,0,.025), 0 9px 22px rgba(230,0,0,.055);
    transition: transform .35s cubic-bezier(.2,.7,.2,1), background .35s ease, box-shadow .35s ease;
}

.ww-included-card:hover .ww-included-card__icon {
    transform: translateY(-2px) rotate(-2deg);
    background: rgba(230,0,0,.075);
    box-shadow: inset 0 0 0 5px rgba(230,0,0,.025), 0 13px 28px rgba(230,0,0,.08);
}

.ww-included-card__title {
    font-size: 20.5px;
    letter-spacing: -.028em;
}

.ww-included-card__description {
    max-width: 95%;
}

/* ---------- Process: connected premium timeline ---------- */
.ww-process {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ww-process::before {
    content: "";
    position: absolute;
    width: 780px;
    height: 420px;
    left: 50%;
    bottom: -330px;
    z-index: -2;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(230,0,0,.05), transparent 67%);
    pointer-events: none;
}

.ww-process__track-wrap {
    padding-top: 6px;
}

.ww-process__connector {
    left: 6.9%;
    right: 6.9%;
    top: 33px;
    height: 2px;
    background: linear-gradient(90deg, rgba(230,0,0,.12), rgba(230,0,0,.55) 50%, rgba(230,0,0,.12));
    box-shadow: 0 0 16px rgba(230,0,0,.05);
}

.ww-process-card {
    isolation: isolate;
    min-height: 286px;
    border-color: #e8e8e8;
    background: #fafafa;
    box-shadow: 0 10px 30px rgba(17,17,17,.035);
}

.ww-process-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: inherit;
    background: linear-gradient(155deg, rgba(255,255,255,.86), rgba(250,250,250,.50));
    opacity: .72;
}

.ww-process-card::after {
    width: 190px;
    height: 190px;
    right: -98px;
    bottom: -110px;
    z-index: -1;
    background: radial-gradient(circle, rgba(230,0,0,.10), rgba(230,0,0,.025) 48%, transparent 72%);
    opacity: .58;
}

.ww-process-card:hover {
    transform: translateY(-7px);
    border-color: rgba(230,0,0,.20);
    box-shadow: 0 28px 68px rgba(17,17,17,.09), 0 8px 26px rgba(17,17,17,.035);
}

.ww-process-card:hover::after {
    opacity: 1;
    transform: scale(1.16);
}

.ww-process-card__number {
    width: 58px;
    height: 58px;
    margin-bottom: 28px;
    border: 5px solid #fff;
    outline: 1px solid rgba(230,0,0,.12);
    box-shadow: 0 12px 30px rgba(230,0,0,.17), 0 0 0 7px rgba(230,0,0,.035);
    transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
}

.ww-process-card:hover .ww-process-card__number {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 17px 34px rgba(230,0,0,.20), 0 0 0 8px rgba(230,0,0,.045);
}

.ww-process-card__title {
    font-size: 20.5px;
    letter-spacing: -.028em;
}

.ww-process-card__description {
    max-width: 96%;
}

/* ---------- Trust & Industries: premium dual-panel composition ---------- */
.ww-trust {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ww-trust::before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    left: -460px;
    bottom: -470px;
    z-index: -2;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,0,0,.05), transparent 69%);
    pointer-events: none;
}

.ww-trust::after {
    width: 620px;
    height: 620px;
    right: -340px;
    top: -360px;
    z-index: -2;
    background: radial-gradient(circle, rgba(17,17,17,.045), transparent 70%);
}

.ww-trust__inner {
    position: relative;
}

.ww-trust__column {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 58px rgba(17,17,17,.055), inset 0 1px 0 rgba(255,255,255,.8);
}

.ww-trust__column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 74px;
    height: 3px;
    border-radius: 0 0 99px 99px;
    background: var(--ww-accent);
    opacity: .72;
}

.ww-trust__column::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -120px;
    top: -125px;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,0,0,.07), transparent 70%);
    pointer-events: none;
}

.ww-trust__column > * {
    position: relative;
    z-index: 1;
}

.ww-trust__reasons {
    gap: 10px;
    margin-top: 30px;
}

.ww-trust__reason {
    align-items: center;
    min-height: 49px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 14px;
    transition: transform .28s ease, background .28s ease, border-color .28s ease;
}

.ww-trust__reason:hover {
    transform: translateX(3px);
    border-color: #eeeeee;
    background: #fafafa;
}

.ww-trust__check {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    margin-top: 0;
    padding: 6px;
    background: rgba(230,0,0,.04);
    box-shadow: inset 0 0 0 4px rgba(230,0,0,.018);
}

.ww-trust__industries {
    gap: 11px;
    margin-top: 30px;
}

.ww-industry-pill {
    position: relative;
    overflow: hidden;
    min-height: 50px;
    padding: 11px 23px 11px 38px;
    box-shadow: 0 7px 18px rgba(17,17,17,.055), inset 0 1px 0 rgba(255,255,255,.84);
}

.ww-industry-pill::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: var(--ww-accent);
    box-shadow: 0 0 0 4px rgba(230,0,0,.055);
    transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease;
}

.ww-industry-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(17,17,17,.085), inset 0 1px 0 rgba(255,255,255,.88);
}

.ww-industry-pill:hover::before {
    transform: translateY(-50%) scale(1.18);
    box-shadow: 0 0 0 5px rgba(230,0,0,.075);
}

/* Premium responsive refinements — same breakpoints/rhythm */
@media (max-width: 1200px) {
    .ww-trust__column { padding: 34px; }
    .ww-trust__column::before { left: 34px; }
}

@media (max-width: 1024px) {
    .ww-overview__visual { box-shadow: 0 22px 58px rgba(17,17,17,.11); }
    .ww-included-card,
    .ww-process-card { box-shadow: 0 8px 24px rgba(17,17,17,.035); }
    .ww-trust__column { padding: 30px; border-radius: 26px; }
    .ww-trust__column::before { left: 30px; }
}

@media (max-width: 767px) {
    .ww-overview__eyebrow::before,
    .ww-included__eyebrow::before,
    .ww-process__eyebrow::before,
    .ww-trust__eyebrow::before { box-shadow: 0 0 0 4px rgba(230,0,0,.06); }

    .ww-overview__visual {
        overflow: hidden;
        box-shadow: 0 18px 44px rgba(17,17,17,.10);
    }
    .ww-overview__visual::after { display: none; }
    .ww-overview__price::before { box-shadow: 0 0 0 4px rgba(230,0,0,.05); }

    .ww-included__header::after,
    .ww-process__header::after {
        width: 48px;
        margin-top: 18px;
    }

    .ww-included-card,
    .ww-process-card {
        min-height: 0;
        box-shadow: 0 10px 26px rgba(17,17,17,.045);
    }

    .ww-included-card__accent { left: 24px; width: 52px; }
    .ww-included-card__icon {
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
    }

    .ww-process-card__number {
        width: 54px;
        height: 54px;
        margin-bottom: 23px;
        border-width: 4px;
    }

    .ww-trust__column {
        padding: 26px 22px;
        border-radius: 24px;
        box-shadow: 0 12px 34px rgba(17,17,17,.045);
    }
    .ww-trust__column::before { left: 22px; width: 58px; }
    .ww-trust__reason {
        min-height: 46px;
        padding: 8px 8px;
    }
    .ww-industry-pill {
        min-height: 46px;
        padding-left: 34px;
    }
    .ww-industry-pill::before { left: 16px; }
}

@media (max-width: 540px) {
    .ww-trust__industries { align-items: stretch; }
    .ww-industry-pill { justify-content: flex-start; }
}

/* ------------------------------
   Responsive
------------------------------ */
@media (min-width: 768px) {
    .ww-breadcrumb--desktop-hidden { display: none !important; }
}

@media (max-width: 1200px) {
    .ww-inner-hero__art {
        right: -9vw;
        width: min(50vw, 640px);
        height: min(50vw, 640px);
        opacity: .72;
    }
    .ww-overview__inner {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    }
    .ww-overview__visual { min-height: 390px; }
    .ww-trust__inner { gap: 64px; }
}

@media (max-width: 1024px) {
    .ww-overview__inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
    }
    .ww-overview__visual { min-height: 350px; }
    .ww-included-card,
    .ww-process-card { min-height: 0; }
    .ww-process__connector { display: none; }
    .ww-trust__inner { gap: 50px; }
}

@media (max-width: 767px) {
    .ww-breadcrumb--mobile-hidden { display: none !important; }

    .ww-inner-hero {
        align-items: flex-end;
    }
    .ww-inner-hero::before {
        opacity: .32;
        -webkit-mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.8), transparent 98%);
        mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.8), transparent 98%);
    }
    .ww-inner-hero::after {
        width: 620px;
        height: 620px;
        right: -420px;
        top: -250px;
    }
    .ww-inner-hero__inner { align-items: flex-end; }
    .ww-inner-hero__copy { max-width: 100% !important; width: 100%; }
    .ww-inner-hero__breadcrumbs {
        margin-bottom: 22px;
        font-size: 13px;
    }
    .ww-inner-hero__eyebrow { margin-bottom: 12px; }
    .ww-inner-hero__title {
        font-size: clamp(36px, 10.3vw, 48px);
        line-height: 1.04;
        letter-spacing: -.038em;
    }
    .ww-inner-hero__description {
        margin-top: 20px;
        max-width: 96%;
        font-size: 15px;
    }
    .ww-inner-hero__art {
        right: -235px;
        top: 17%;
        width: 430px;
        height: 430px;
        transform: none;
        opacity: .36;
    }

    .ww-overview__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }
    .ww-overview--image-left .ww-overview__copy,
    .ww-overview--image-left .ww-overview__visual { order: initial; }
    .ww-overview--image-left .ww-overview__visual { order: -1; }
    .ww-overview__title,
    .ww-included__title,
    .ww-process__title,
    .ww-trust__title {
        font-size: clamp(30px, 8.2vw, 40px);
        line-height: 1.08;
    }
    .ww-overview__text {
        margin-top: 18px;
        font-size: 15px;
    }
    .ww-overview__text p + p { margin-top: 18px; }
    .ww-overview__actions { margin-top: 26px; }
    .ww-overview__visual {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 22px;
    }

    .ww-included__header,
    .ww-process__header {
        margin-bottom: 32px;
    }

    .ww-mobile-carousel .ww-included__grid,
    .ww-mobile-carousel .ww-process__grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px;
        overflow-x: auto;
        overflow-y: visible;
        padding: 4px 1px 8px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior-x: contain;
    }
    .ww-mobile-carousel .ww-included__grid::-webkit-scrollbar,
    .ww-mobile-carousel .ww-process__grid::-webkit-scrollbar { display: none; }

    .ww-mobile-carousel .ww-included-card,
    .ww-mobile-carousel .ww-process-card {
        flex: 0 0 calc(100% - 30px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .ww-mobile-carousel .ww-carousel-nav { display: flex; }
    .ww-process__connector { display: none !important; }

    .ww-included-card,
    .ww-process-card {
        padding: 26px 24px;
        border-radius: 22px;
    }
    .ww-included-card__icon { margin-bottom: 18px; }
    .ww-process-card__number { margin-bottom: 22px; }

    .ww-trust__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
    }
    .ww-trust__reasons,
    .ww-trust__industries { margin-top: 24px; }
    .ww-industry-pill {
        min-height: 44px;
        padding: 9px 17px;
        font-size: 13.5px;
    }
}

@media (max-width: 540px) {
    .ww-overview__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .ww-overview__button {
        width: 100%;
        min-height: 52px;
    }
    .ww-overview__price { text-align: center; }
    .ww-trust__industries { gap: 9px; }
    .ww-industry-pill { flex: 1 1 auto; }
}



/* ==============================================================
   MOBILE FIXES v1.0.3
   1) Prevent external Elementor widget/container spacing from adding
      an unwanted gap above the hero on phones.
   2) Keep Trust & Industries pill dots in their own left gutter so
      they never overlap the label text.
================================================================ */
@media (max-width: 767px) {
    .elementor-widget-woo-inner-service-hero {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .elementor-widget-woo-inner-service-hero > .elementor-widget-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .ww-trust .ww-industry-pill {
        padding: 9px 17px 9px 36px;
    }

    .ww-trust .ww-industry-pill::before {
        left: 16px;
    }
}

@media (max-width: 540px) {
    .ww-trust .ww-industry-pill {
        padding-left: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ww-inner-hero *,
    .ww-overview *,
    .ww-included *,
    .ww-process *,
    .ww-trust * {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}
