:root {
    --ym-primary: #0d6efd;
    --ym-grad: linear-gradient(to right, #0d6efd, #be73ff, #03cf64);
    --ym-grad-diag: linear-gradient(
        135deg,
        #0d6efd 0%,
        #be73ff 55%,
        #03cf64 100%
    );
    --ym-bg: #ffffff;
    --ym-bg-soft: #f4f7ff;
    --ym-bg-softer: #eef2ff;
    --ym-card-bg: #ffffff;
    --ym-border: #e2e8f4;
    --ym-border-blue: rgba(13, 110, 253, 0.18);
    --ym-text: #0f172a;
    --ym-text-2: #334155;
    --ym-muted: #64748b;
    --ym-radius: 18px;
    --ym-font-head: "Outfit", sans-serif;
    --ym-font-body: "Outfit", sans-serif;
    --ym-shadow: 0 4px 24px rgba(13, 110, 253, 0.08);
    --ym-shadow-lg: 0 16px 56px rgba(13, 110, 253, 0.13);
}
div.ym-page {
    background-color: var(--ym-bg);
    color: var(--ym-text);
    font-family: var(--ym-font-body);
    font-size: 1rem;
    line-height: 1.2;
    overflow-x: hidden;
}

.ym-page h1,
.ym-page h2,
.ym-page h3,
.ym-page h4,
.ym-page h5 {
    font-family: var(--ym-font-head);
    line-height: 1;
    color: var(--ym-text);
}

/* ===== GRAD TEXT ===== */
.ym-grad-text {
    background: var(--ym-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===== SPACING ===== */
.ym-section {
    padding: 96px 0;
    position: relative;
    z-index: 1;
}

.ym-section-sm {
    padding: 64px 0;
    position: relative;
    z-index: 1;
}

/* ===== PILL ===== */
.ym-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    background: rgba(13, 110, 253, 0.07);
    border: 1px solid var(--ym-border-blue);
    color: var(--ym-primary);
    margin-bottom: 18px;
}

.ym-pill::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ym-grad);
    flex-shrink: 0;
}

.ym-heading {
    font-size: clamp(1.9rem, 3.8vw, 2.75rem);
    font-weight: 800;
}

.ym-subheading {
    color: var(--ym-muted);
    font-size: 1.05rem;
    max-width: 560px;
}

.ym-divider {
    height: 3px;
    border-radius: 3px;
    background: var(--ym-grad);
    width: 52px;
    margin: 14px 0 26px;
}

/* ===== BUTTONS ===== */
.ym-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: var(--ym-font-body);
    background: var(--ym-grad);
    color: #fff !important;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    box-shadow: 0 4px 24px rgba(13, 110, 253, 0.28);
}

.ym-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(13, 110, 253, 0.38);
}

.ym-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: var(--ym-font-body);
    background: #fff;
    color: var(--ym-text);
    border: 1.5px solid var(--ym-border);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.ym-btn-outline:hover {
    border-color: var(--ym-primary);
    color: var(--ym-primary);
    background: rgba(13, 110, 253, 0.04);
}

.ym-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 32px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: var(--ym-font-body);
    background: #fff;
    color: var(--ym-primary) !important;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}

.ym-btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}

/* ===================================
       HERO
    =================================== */
#ym-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: #fff;
}

#ym-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #c9d9f7 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.5;
    z-index: 0;
}

.ym-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.ym-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.ym-blob-1 {
    width: 560px;
    height: 560px;
    background: rgba(13, 110, 253, 0.11);
    top: -160px;
    left: -160px;
    animation: ymFloat 9s ease-in-out infinite;
}

.ym-blob-2 {
    width: 460px;
    height: 460px;
    background: rgba(190, 115, 255, 0.09);
    top: 40%;
    right: -160px;
    animation: ymFloat 11s ease-in-out infinite reverse;
}

.ym-blob-3 {
    width: 380px;
    height: 380px;
    background: rgba(3, 207, 100, 0.08);
    bottom: -100px;
    left: 28%;
    animation: ymFloat 13s ease-in-out infinite 2s;
}

@keyframes ymFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-36px) scale(1.04);
    }
}

@keyframes ymFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#ym-hero .container {
    position: relative;
    z-index: 1;
}

.ym-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: 100px;
    padding: 7px 18px 7px 7px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ym-text-2);
    margin-bottom: 26px;
    box-shadow: var(--ym-shadow);
    animation: ymFadeUp 0.7s ease both;
}

.ym-hero-badge span.ym-tag {
    background: var(--ym-grad);
    border-radius: 100px;
    padding: 3px 12px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
}

.ym-hero-title {
    font-size: clamp(2.5rem, 5.5vw, 4.2rem);
    font-weight: 800;
    color: var(--ym-text);
    margin-bottom: 22px;
    animation: ymFadeUp 0.8s ease 0.1s both;
}

.ym-hero-sub {
    font-size: 1.08rem;
    color: var(--ym-muted);
    max-width: 500px;
    margin-bottom: 38px;
    animation: ymFadeUp 0.8s ease 0.2s both;
}

.ym-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    animation: ymFadeUp 0.8s ease 0.3s both;
}

.ym-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 52px;
    padding-top: 34px;
    border-top: 1px solid var(--ym-border);
    animation: ymFadeUp 0.8s ease 0.4s both;
}

.ym-stat-num {
    font-family: var(--ym-font-head);
    font-size: 2rem;
    font-weight: 800;
    background: var(--ym-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.ym-stat-label {
    font-size: 0.82rem;
    color: var(--ym-muted);
    margin-top: 4px;
    font-weight: 600;
}

/* phone */
.ym-hero-visual {
    position: relative;
    animation: ymFadeUp 0.9s ease 0.25s both;
}

.ym-phone-mockup {
    width: 268px;
    margin: 0 auto;
    background: #fff;
    border-radius: 42px;
    border: 1px solid var(--ym-border);
    padding: 18px 14px;
    box-shadow:
        0 32px 80px rgba(13, 110, 253, 0.14),
        0 2px 0 var(--ym-border);
    position: relative;
    z-index: 2;
}

.ym-phone-notch {
    width: 76px;
    height: 22px;
    background: var(--ym-bg-soft);
    border-radius: 100px;
    margin: 0 auto 14px;
    border: 1px solid var(--ym-border);
}

.ym-phone-screen {
    border-radius: 26px;
    overflow: hidden;
    background: var(--ym-bg-soft);
}

.ym-phone-header {
    background: var(--ym-grad);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ym-phone-header-text p {
    margin: 0;
}

.ym-phone-header-text p:first-child {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.8);
}

.ym-phone-header-text p:last-child {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
}

.ym-phone-body {
    padding: 12px;
}

.ym-phone-search {
    background: #fff;
    border-radius: 10px;
    padding: 9px 12px;
    font-size: 0.7rem;
    color: var(--ym-muted);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--ym-border);
}

.ym-phone-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--ym-border);
}

.ym-phone-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.ym-phone-card-text p {
    margin: 0;
}

.ym-phone-card-text p:first-child {
    font-size: 0.73rem;
    font-weight: 700;
    color: var(--ym-text);
}

.ym-phone-card-text p:last-child {
    font-size: 0.63rem;
    color: var(--ym-muted);
}

.ym-phone-card-badge {
    margin-left: auto;
    font-size: 0.6rem;
    font-weight: 700;
    color: #00a854;
    background: rgba(3, 207, 100, 0.1);
    border-radius: 100px;
    padding: 2px 8px;
    white-space: nowrap;
    border: 1px solid rgba(3, 207, 100, 0.2);
}

.ym-float-badge {
    position: absolute;
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: 14px;
    padding: 10px 16px;
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--ym-text-2);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(13, 110, 253, 0.1);
}

.ym-fb-1 {
    top: 10px;
    right: -36px;
    animation: ymFloat 5s ease-in-out infinite;
}

.ym-fb-2 {
    bottom: 90px;
    left: -44px;
    animation: ymFloat 6s ease-in-out infinite 1s;
}

.ym-fb-3 {
    bottom: 18px;
    right: -28px;
    animation: ymFloat 7s ease-in-out infinite 2s;
}

/* ===================================
       SERVICES
    =================================== */
#ym-services {
    background: var(--ym-bg-soft);
}

.ym-service-card {
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: var(--ym-radius);
    padding: 32px 28px;
    height: 100%;
    transition:
        transform 0.25s,
        box-shadow 0.25s,
        border-color 0.25s;
    position: relative;
    overflow: hidden;
}

.ym-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ym-grad);
    opacity: 0;
    transition: opacity 0.25s;
}

.ym-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ym-shadow-lg);
    border-color: var(--ym-border-blue);
}

.ym-service-card:hover::before {
    opacity: 1;
}

.ym-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 18px;
    background: var(--ym-bg-soft);
    border: 1px solid var(--ym-border);
}

.ym-service-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 9px;
}

.ym-service-card p {
    font-size: 0.9rem;
    color: var(--ym-muted);
    margin: 0;
}

/* ===================================
       WHY US
    =================================== */
#ym-why {
    background: #fff;
}

.ym-why-card {
    display: flex;
    gap: 18px;
    padding: 26px;
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: var(--ym-radius);
    margin-bottom: 18px;
    transition:
        box-shadow 0.2s,
        border-color 0.2s;
    box-shadow: var(--ym-shadow);
}

.ym-why-card:hover {
    border-color: var(--ym-border-blue);
    box-shadow: var(--ym-shadow-lg);
}

.ym-why-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    background: var(--ym-grad-diag);
}

.ym-why-card h5 {
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.ym-why-card p {
    font-size: 0.87rem;
    color: var(--ym-muted);
    margin: 0;
}

/* ===================================
       FEATURES
    =================================== */
#ym-features {
    background: var(--ym-bg-soft);
}

.ym-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.ym-tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 100px;
    border: 1.5px solid var(--ym-border);
    background: #fff;
    color: var(--ym-muted);
    font-family: var(--ym-font-body);
    font-size: 0.87rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ym-tab-btn.ym-active,
.ym-tab-btn:hover {
    background: var(--ym-grad);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 18px rgba(13, 110, 253, 0.25);
}

.ym-tab-panel {
    display: none;
}

.ym-tab-panel.ym-active {
    display: block;
    animation: ymFadeUp 0.4s ease both;
}

.ym-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ym-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid var(--ym-border);
}

.ym-feature-list li:last-child {
    border-bottom: none;
}

.ym-feature-check {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(3, 207, 100, 0.08);
    border: 1px solid rgba(3, 207, 100, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #00a854;
    font-size: 0.85rem;
    margin-top: 2px;
}

.ym-feature-list li span {
    font-size: 0.95rem;
    color: var(--ym-text-2);
    font-weight: 500;
}

.ym-feature-visual {
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: var(--ym-radius);
    padding: 40px 28px;
    text-align: center;
    box-shadow: var(--ym-shadow);
    position: relative;
    overflow: hidden;
}

/* Gradient bottom line */
.ym-feature-visual::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--ym-grad);
}

/* ✅ IMAGE FIX */
.ym-feature-visual img {
    width: 100%;
    max-width: 260px;
    /* control size */
    height: 180px;
    /* fixed height for consistency */
    object-fit: contain;
    /* keeps full image visible */
    display: block;
    margin: 0 auto 20px;
    /* center + spacing */
}

/* Optional: hover effect */
.ym-feature-visual:hover img {
    transform: scale(1.05);
    transition: 0.3s ease;
}

/* Heading */
.ym-feature-visual h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 8px;
}

/* Description */
.ym-feature-visual p {
    color: var(--ym-muted);
    font-size: 0.9rem;
    margin: 0;
}

/* ===================================
       PROCESS
    =================================== */
#ym-process {
    background: #fff;
}

.ym-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0;
    position: relative;
}

.ym-process-grid::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: var(--ym-grad);
    opacity: 0.3;
    z-index: 0;
}

.ym-process-step {
    text-align: center;
    padding: 28px 16px;
    position: relative;
    z-index: 1;
}

.ym-process-num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--ym-border-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ym-font-head);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--ym-primary);
    margin: 0 auto 16px;
    transition:
        background 0.25s,
        color 0.25s,
        border-color 0.25s;
    box-shadow: 0 4px 16px rgba(13, 110, 253, 0.1);
}

.ym-process-step:hover .ym-process-num {
    background: var(--ym-grad-diag);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 24px rgba(13, 110, 253, 0.22);
}

.ym-process-step h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.ym-process-step p {
    font-size: 0.82rem;
    color: var(--ym-muted);
    margin: 0;
}

/* ===================================
       COST
    =================================== */
#ym-cost {
    background: var(--ym-bg-soft);
}

.ym-cost-card {
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: var(--ym-radius);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition:
        border-color 0.2s,
        box-shadow 0.2s,
        transform 0.2s;
    box-shadow: var(--ym-shadow);
}

.ym-cost-card:hover {
    border-color: var(--ym-border-blue);
    box-shadow: var(--ym-shadow-lg);
    transform: translateX(4px);
}

.ym-cost-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(108, 99, 255, 0.1);
    color: #6c63ff;
    font-size: 22px;
}

.ym-cost-card h5 {
    font-size: 0.97rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.ym-cost-card p {
    font-size: 0.87rem;
    color: var(--ym-muted);
    margin: 0;
}

.ym-quote-box {
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: var(--ym-radius);
    padding: 40px;
    box-shadow: var(--ym-shadow-lg);
    position: relative;
    overflow: hidden;
    margin-top: 155px;
}

.ym-quote-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--ym-grad);
}

.ym-quote-box h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.ym-quote-box > p {
    color: var(--ym-muted);
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.ym-form-control {
    width: 100%;
    background: var(--ym-bg-soft);
    border: 1.5px solid var(--ym-border);
    color: var(--ym-text);
    border-radius: 12px;
    padding: 13px 16px;
    font-family: var(--ym-font-body);
    font-size: 0.92rem;
    outline: none;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}

.ym-form-control:focus {
    border-color: var(--ym-primary);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.ym-form-control::placeholder {
    color: #aab4c8;
}

/* ===================================
       TRUST
    =================================== */
#ym-trust {
    background: #fff;
}

.ym-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.ym-trust-badge {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    background: #fff;
    border: 1.5px solid var(--ym-border);
    border-radius: 12px;
    font-size: 0.87rem;
    font-weight: 600;
    color: var(--ym-text-2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition:
        box-shadow 0.2s,
        border-color 0.2s;
}

.ym-trust-badge:hover {
    border-color: var(--ym-border-blue);
    box-shadow: var(--ym-shadow);
}

.ym-trust-badge i {
    font-size: 1.05rem;
    background: var(--ym-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===================================
       CTA BANNER
    =================================== */
#ym-cta {
    background: var(--ym-bg-soft);
}

.ym-cta-inner {
    background: var(--ym-grad-diag);
    border-radius: 28px;
    padding: 80px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ym-cta-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.15) 1px,
        transparent 1px
    );
    background-size: 24px 24px;
    pointer-events: none;
}

.ym-cta-inner h2 {
    font-size: clamp(1.75rem, 3.8vw, 2.9rem);
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 14px;
    position: relative;
}

.ym-cta-inner p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    max-width: 480px;
    margin: 0 auto 36px;
    position: relative;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #ym-hero {
        padding-top: 100px;
    }

    .ym-hero-visual {
        margin-top: 52px;
    }

    .ym-fb-1,
    .ym-fb-2,
    .ym-fb-3 {
        display: none;
    }

    .ym-process-grid::before {
        display: none;
    }

    .ym-cta-inner {
        padding: 48px 22px;
    }

    .ym-quote-box {
        padding: 28px 20px;
    }
}
