      :root {
            --sw-navy: #071431;
            --sw-blue: #1967e9;
            --sw-sky: #eaf4ff;
            --sw-cyan: #0097b2;
            --sw-orange: #ff7a00;
            --sw-green: #17c978;
            --sw-purple: #8750c9;
            --sw-pink: #ef4a8a;
            --sw-ink: #111936;
            --sw-muted: #536078;
            --sw-line: #dfe8f5;
            --sw-bg: #f6fbff;
            --sw-card: #ffffff;
            --sw-shadow: 0 24px 70px rgba(19, 44, 84, .12);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            color: var(--sw-ink);
            background: var(--sw-bg);
            font-family: Inter, Arial, sans-serif;
            line-height: 1.6;
        }

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

        img {
            max-width: 100%;
            display: block;
        }

        .sw-page {
            overflow: hidden;
            background:
                radial-gradient(circle at 9% 52%, rgba(255, 122, 0, .12) 0 8%, transparent 18%),
                radial-gradient(circle at 6% 84%, rgba(25, 103, 233, .12) 0 9%, transparent 20%),
                linear-gradient(180deg, #ffffff 0%, #f5faff 48%, #ffffff 100%);
        }

        .sw-container {
            width: min(1240px, calc(100% - 250px));
            margin: 0 auto;
        }

        .sw-nav {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, .92);
            border-bottom: 1px solid rgba(214, 226, 242, .8);
            backdrop-filter: blur(18px);
        }

        .sw-nav-inner {
            min-height: 92px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
        }

        .sw-portfolio-btn,
        .sw-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 52px;
            padding: 0 22px;
            border-radius: 8px;
            border: 1px solid transparent;
            font-weight: 800;
            cursor: pointer;
            transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
        }

        .sw-btn-icon {
            width: 16px;
            height: 16px;
            display: inline-block;
            border: 2px solid currentColor;
            border-radius: 3px;
            position: relative;
        }

        .sw-btn-icon::before {
            content: "";
            position: absolute;
            left: 3px;
            right: 3px;
            top: -6px;
            height: 5px;
            border: 2px solid currentColor;
            border-bottom: 0;
            border-radius: 3px 3px 0 0;
        }

        .sw-portfolio-btn,
        .sw-btn.primary,
        .sw-cta-strip .sw-btn {
            color: #ffffff !important;
            background: linear-gradient(135deg, #2477f2, #1155d9);
            box-shadow: 0 14px 28px rgba(25, 103, 233, .25);
        }

        .sw-btn.orange {
            color: #ffffff;
            background: linear-gradient(135deg, #ff970f, #ff7600);
            box-shadow: 0 16px 30px rgba(255, 122, 0, .28);
        }

        .sw-btn.ghost {
            color: var(--sw-blue);
            background: #ffffff;
            border-color: #cddcf2;
        }

        .sw-portfolio-btn:hover,
        .sw-btn:hover {
            transform: translateY(-2px);
        }

        .sw-menu-btn {
            display: none;
            width: 46px;
            height: 46px;
            border: 1px solid var(--sw-line);
            border-radius: 8px;
            background: #ffffff;
            color: var(--sw-ink);
            font-size: 24px;
        }

        .sw-hero {
            position: relative;
            padding: 76px 0 88px;
        }

        .sw-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
            align-items: center;
            gap: 66px;
        }

   /*     .sw-pill {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 10px 22px;
            border-radius: 999px;
            color: var(--sw-blue);
            background: #e9f2ff;
            font-weight: 700;
        }*/

.sw-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 22px;
    border-radius: 999px;
    color: var(--sw-blue);
    background: #e9f2ff;
    font-weight: 700;

    animation: pillAnimation 3s ease-in-out infinite;
    will-change: transform;
}

@keyframes pillAnimation {
    0% {
        transform: translateY(0) scale(1);
    }

    25% {
        transform: translateY(-4px) scale(1.03);
    }

    50% {
        transform: translateY(0) scale(1.06);
    }

    75% {
        transform: translateY(4px) scale(1.03);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

        .sw-eyebrow {
            color: var(--sw-orange);
            background: #fff0df;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        .sw-hero h1,
        .sw-section-title {
            margin: 24px 0 14px;
            color: var(--sw-navy);
            font-size: clamp(44px, 6vw, 78px);
            line-height: .98;
            letter-spacing: 0;
            font-weight: 900;
        }

        .sw-orange-text {
            color: var(--sw-orange);
        }

        .sw-blue-text {
            color: var(--sw-blue);
        }

        .sw-script {
            display: inline-block;
            margin: 0 0 26px;
            color: var(--sw-ink);
            font: 700 clamp(24px, 3vw, 30px) Kalam, cursive;
            position: relative;
        }

      .sw-script {
    display: inline-block;
    margin: 0 0 26px;
    color: var(--sw-ink);
    font: 700 clamp(24px, 3vw, 30px) Kalam, cursive;
    position: relative;

    animation: textFloat 3s ease-in-out infinite;
}

.sw-script::after,
.sw-underlined::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 8px;
    border-radius: 50%;
    border-bottom: 4px solid currentColor;
    transform: rotate(-2deg);

    transform-origin: left;
    animation: drawUnderline 2s ease forwards;
}

@keyframes drawUnderline {
    0% {
        transform: rotate(-2deg) scaleX(0);
        opacity: 0;
    }

    100% {
        transform: rotate(-2deg) scaleX(1);
        opacity: 1;
    }
}

@keyframes textFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

        .sw-hero-copy {
            max-width: 660px;
            color: #3c465d;
            font-size: 19px;
            line-height: 1.8;
        }

        .sw-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 22px;
            margin: 34px 0 42px;
        }

        .sw-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            width: min(570px, 100%);
            padding: 18px 10px;
            border-radius: 18px;
            background: rgba(255, 255, 255, .86);
            box-shadow: var(--sw-shadow);
            border: 1px solid rgba(221, 232, 247, .72);
        }

        .sw-stat {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 8px 18px;
            border-right: 1px solid var(--sw-line);
        }

        .sw-stat:last-child {
            border-right: 0;
        }

        .sw-stat-icon,
        .sw-card-icon {
            flex: 0 0 auto;
            width: 52px;
            height: 52px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            font-size: 25px;
            font-weight: 800;
        }

        .sw-stat strong {
            display: block;
            color: var(--sw-navy);
            font-size: 23px;
            line-height: 1;
        }

        .sw-stat div span {
            display: block;
            color: var(--sw-muted);
            font-size: 12px;
            white-space: nowrap;
        }

        .sw-hero-art {
            position: relative;
            min-height: 585px;
        }

        .sw-photo-frame {
            position: absolute;
            inset: 20px 48px 58px 52px;
            border: 5px solid #ffffff;
            border-radius: 72px 72px 52px 52px;
            overflow: hidden;
            background: #ffe7c4;
            box-shadow: var(--sw-shadow);
        }

        .sw-photo-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
        }

        .sw-orange-disc {
            position: absolute;
            right: -24px;
            top: 175px;
            width: 230px;
            height: 360px;
            border-radius: 999px 0 0 999px;
            background: linear-gradient(180deg, #ff8f10, #ff7600);
        }

        .sw-float-card {
            position: absolute;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 16px 20px;
            border-radius: 12px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 18px 42px rgba(20, 44, 80, .14);
            font-weight: 800;
              animation: float 5s ease-in-out infinite,
               glow 3s ease-in-out infinite;
        }
 

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 18px 42px rgba(20, 44, 80, .14);
    }

    50% {
        box-shadow: 0 25px 55px rgba(20, 44, 80, .25);
    }
}


        .sw-float-card small {
            display: block;
            color: var(--sw-ink);
            font-weight: 600;
        }

        .sw-float-card.top {
            top: 115px;
            left: 0;
        }

        .sw-float-card.side {
            right: 0;
            top: 340px;
        }

        .sw-result-card {
            position: absolute;
            z-index: 3;
            left: 96px;
            right: 82px;
            bottom: 18px;
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 20px 26px;
            border-radius: 18px;
            color: #ffffff;
            background: linear-gradient(135deg, #2477f2, #0d54d8);
            box-shadow: 0 22px 42px rgba(25, 103, 233, .28);
            font-size: 19px;
            font-weight: 600;
        }

        .sw-heart {
            width: 58px;
            height: 58px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            border-radius: 50%;
            color: #ff4040;
            background: #ffffff;
        }

        .sw-dots {
            position: absolute;
            width: 138px;
            height: 96px;
            background-image: radial-gradient(#a9c8f8 3px, transparent 3px);
            background-size: 18px 18px;
            opacity: .7;
        }

        .sw-dots.hero {
            right: 0;
            top: 190px;
        }

        .sw-dots.left {
            left: 8%;
            top: 34%;
        }

        .sw-section {
            position: relative;
            padding: 92px 0;
        }

        .sw-section-head {
            width: min(780px, 100%);
            margin: 0 auto 48px;
            text-align: center;
        }

        .sw-section-title {
            font-size: clamp(40px, 5vw, 66px);
            margin-top: 18px;
        }

        .sw-section-head p {
            margin: 0 auto;
            color: var(--sw-muted);
            font-size: 20px;
            line-height: 1.7;
        }

        .sw-underlined {
            position: relative;
            display: inline-block;
        }

        .sw-services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }

        .sw-service-card,
        .sw-feature-card,
        .sw-contact-card {
            position: relative;
            border: 1px solid var(--sw-line);
            border-radius: 22px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 16px 46px rgba(32, 55, 94, .08);
        }

        .sw-service-card {
            min-height: 430px;
            display: flex;
            flex-direction: column;
            padding: 38px 34px 30px;
        }

        .sw-card-number {
            position: absolute;
            top: 30px;
            right: 30px;
            color: currentColor;
            font-size: 18px;
            font-weight: 800;
            padding: 4px 12px;
            border-radius: 999px;
            background: rgba(25, 103, 233, .1);
        }

        .sw-service-card h3,
        .sw-feature-card h3 {
            margin: 22px 0 12px;
            color: var(--sw-navy);
            font-size: 23px;
            line-height: 1.15;
        }

        .sw-service-card p,
        .sw-feature-card p {
            margin: 0;
            color: var(--sw-muted);
            font-size: 16px;
        }

        .sw-service-card ul {
            margin: 24px 0 26px;
            padding: 22px 0 0;
            list-style: none;
            border-top: 1px solid var(--sw-line);
        }

        .sw-service-card li {
            margin: 11px 0;
            color: var(--sw-ink);
            font-weight: 600;
        }

        .sw-card-link {
            margin-top: auto;
            color: currentColor;
            font-weight: 800;
        }

        .is-orange { color: var(--sw-orange); }
        .is-blue { color: var(--sw-blue); }
        .is-green { color: var(--sw-green); }
        .is-purple { color: var(--sw-purple); }
        .is-pink { color: var(--sw-pink); }

        .sw-icon-bg-orange { background: #fff0dd; }
        .sw-icon-bg-blue { background: #e8f1ff; }
        .sw-icon-bg-green { background: #e4faef; }
        .sw-icon-bg-purple { background: #f0e8fb; }
        .sw-icon-bg-pink { background: #ffe7f0; }

        .sw-center-action {
            display: flex;
            justify-content: center;
            margin-top: 34px;
        }

        .sw-btn.outline-orange {
            color: var(--sw-ink);
            background: #ffffff;
            border-color: var(--sw-orange);
            box-shadow: 0 12px 22px rgba(255, 122, 0, .12);
        }

        .sw-features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
        }

        .sw-feature-card {
            min-height: 252px;
            padding: 28px 26px;
        }

        .sw-feature-card.focus {
            border-color: var(--sw-orange);
        }

        .sw-feature-card .sw-card-number {
            background: transparent;
            font-size: 22px;
            top: 25px;
            right: 24px;
        }

        .sw-feature-card::after {
            content: "";
            position: absolute;
            left: 26px;
            bottom: 25px;
            width: 38px;
            height: 3px;
            border-radius: 999px;
            background: currentColor;
        }

        .sw-cta-strip {
            width: min(560px, 100%);
            margin: 28px auto 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 14px 22px;
            border-radius: 16px;
            background: #edf5ff;
            color: var(--sw-ink);
        }

        .sw-cta-strip strong {
            display: block;
        }

        .sw-contact-section {
            padding-bottom: 48px;
        }

        .sw-contact-grid {
            display: grid;
            grid-template-columns: .78fr 1fr;
            align-items: center;
            gap: 64px;
        }

        .sw-contact-title {
            margin: 24px 0 18px;
            color: var(--sw-navy);
            font-size: clamp(42px, 5vw, 58px);
            line-height: 1.05;
            font-weight: 900;
        }

        .sw-contact-title span {
            color: var(--sw-cyan);
        }

        .sw-contact-lead {
            color: var(--sw-muted);
            font-size: 19px;
            margin-bottom: 26px;
        }

        .sw-contact-list {
            display: grid;
            gap: 18px;
            margin-bottom: 30px;
        }

        .sw-contact-item {
            display: grid;
            grid-template-columns: 52px 1fr;
            gap: 16px;
            align-items: center;
            color: #34405a;
        }

        .sw-contact-item strong {
            display: block;
            color: var(--sw-navy);
        }

        .sw-socials {
            display: flex;
            gap: 24px;
            align-items: center;
        }

        .sw-socials img {
            width: 38px;
            height: 38px;
            object-fit: contain;
            border-radius: 8px;
        }

        .sw-contact-card {
            padding: 40px;
        }

        .sw-form-head {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-bottom: 30px;
        }

        .sw-form-head h2 {
            margin: 0;
            color: var(--sw-navy);
            font-size: 28px;
        }

        .sw-form-head p {
            margin: 2px 0 0;
            color: var(--sw-muted);
        }

        .sw-form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
        }

        .sw-field {
            position: relative;
        }

        .sw-field.full {
            grid-column: 1 / -1;
        }

        .sw-field input,
        .sw-field textarea {
            width: 100%;
            min-height: 58px;
            border: 1px solid var(--sw-line);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            color: var(--sw-ink);
            font: inherit;
            padding: 16px 18px 16px 50px;
            outline: none;
            box-shadow: inset 0 1px 2px rgba(27, 50, 87, .03);
        }

        .sw-field textarea {
            min-height: 154px;
            resize: vertical;
        }

        .sw-field input:focus,
        .sw-field textarea:focus {
            border-color: var(--sw-blue);
            box-shadow: 0 0 0 4px rgba(25, 103, 233, .12);
        }

        .sw-field span {
            position: absolute;
            left: 18px;
            top: 17px;
            color: #7a879d;
            font-size: 19px;
        }

        .sw-form-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin-top: 22px;
        }

        .sw-safe-note {
            color: #7a879d;
            font-weight: 500;
        }

        .sw-footer {
            color: #ffffff;
            background: radial-gradient(circle at 50% 0, rgba(0, 151, 178, .28), transparent 42%), #01324a;
            padding: 34px 0 18px;
        }

        .sw-footer-grid {
            display: grid;
            grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
            gap: 58px;
            padding-bottom: 30px;
        }

        .sw-footer-logo img {
            width: 170px;
            margin-bottom: 18px;
        }

        .sw-footer p,
        .sw-footer li,
        .sw-footer a {
            color: rgba(255, 255, 255, .82);
        }

        .sw-footer h3 {
            margin: 0 0 18px;
            font-size: 19px;
            color: #ffffff;
        }

        .sw-footer h3::after,
        .sw-footer-logo::after {
            content: "";
            display: block;
            width: 44px;
            height: 2px;
            margin-top: 10px;
            background: #08a6c5;
        }

        .sw-footer ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .sw-footer li {
            margin: 8px 0;
        }

        .sw-newsletter {
            display: grid;
            grid-template-columns: 1fr 54px;
            border: 1px solid rgba(255, 255, 255, .28);
            border-radius: 9px;
            overflow: hidden;
            margin: 18px 0;
            background: rgba(255, 255, 255, .1);
        }

        .sw-newsletter input {
            min-width: 0;
            border: 0;
            background: transparent;
            color: #ffffff;
            padding: 0 16px;
            font: inherit;
            outline: none;
        }

        .sw-newsletter input::placeholder {
            color: rgba(255, 255, 255, .68);
        }

        .sw-newsletter button {
            border: 0;
            color: #ffffff;
            background: #0a9bb5;
            font-size: 18px;
            cursor: pointer;
        }

        .sw-footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, .22);
            color: rgba(255, 255, 255, .82);
            font-size: 14px;
        }

        @media (max-width: 1080px) {
            .sw-hero-grid,
            .sw-contact-grid {
                grid-template-columns: 1fr;
            }

            .sw-hero-art {
                width: min(560px, 100%);
                margin: 0 auto;
            }

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

        @media (max-width: 780px) {
            .sw-container {
                width: min(100% - 30px, 1240px);
            }

            .sw-nav-inner {
                min-height: 76px;
            }

            .sw-logo img {
                width: 162px;
            }

            .sw-menu-btn {
                display: inline-grid;
                place-items: center;
            }

            .sw-links {
                position: fixed;
                inset: 76px 15px auto 15px;
                display: none;
                flex-direction: column;
                align-items: stretch;
                gap: 0;
                padding: 12px;
                border: 1px solid var(--sw-line);
                border-radius: 14px;
                background: #ffffff;
                box-shadow: var(--sw-shadow);
            }

            .sw-links.is-open {
                display: flex;
            }

            .sw-links li a {
                display: block;
                padding: 12px 10px;
            }

            .sw-links .active::after {
                display: none;
            }

            .sw-hero {
                padding: 46px 0 68px;
            }

            .sw-hero-grid {
                gap: 34px;
            }

            .sw-hero h1 {
                font-size: 50px;
            }

            .sw-hero-copy,
            .sw-section-head p,
            .sw-contact-lead {
                font-size: 17px;
            }

            .sw-stats,
            .sw-services-grid,
            .sw-features-grid,
            .sw-form-grid,
            .sw-footer-grid {
                grid-template-columns: 1fr;
            }

            .sw-stat {
                border-right: 0;
                border-bottom: 1px solid var(--sw-line);
            }

            .sw-stat:last-child {
                border-bottom: 0;
            }

            .sw-hero-art {
                min-height: 510px;
            }

            .sw-photo-frame {
                inset: 28px 18px 78px 18px;
                border-radius: 42px;
            }

            .sw-orange-disc {
                right: -110px;
                top: 155px;
            }

            .sw-float-card.top {
                left: 6px;
                top: 8px;
            }

            .sw-float-card.side {
                right: 4px;
                top: 320px;
            }

            .sw-result-card {
                left: 18px;
                right: 18px;
                bottom: 22px;
                padding: 16px;
                font-size: 16px;
            }

            .sw-section {
                padding: 68px 0;
            }

            .sw-service-card {
                min-height: 0;
            }

            .sw-contact-card {
                padding: 24px;
            }

            .sw-form-bottom,
            .sw-cta-strip,
            .sw-footer-bottom {
                align-items: stretch;
                flex-direction: column;
            }
        }

        @media (max-width: 460px) {
            .sw-actions {
                flex-direction: column;
            }

            .sw-btn,
            .sw-portfolio-btn {
                width: 100%;
            }

            .sw-hero h1 {
                font-size: 42px;
            }

            .sw-section-title {
                font-size: 36px;
            }

            .sw-photo-frame {
                inset: 42px 0 86px 0;
            }
        }