@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --fd-dark: #111827;
    --fd-text: #475569;
    --fd-muted: #64748b;
    --fd-orange: #ff6b35;
    --fd-red: #ef233c;
    --fd-yellow: #ffbd2e;
    --fd-cream: #fff8ef;
    --fd-white: #ffffff;
    --fd-border: rgba(15, 23, 42, .10);
    --fd-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.fd-page {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--fd-dark);
    background: #fff;
    overflow: hidden
}

.fd-page * {
    box-sizing: border-box
}

.fd-page a {
    text-decoration: none
}

.fd-kicker,
.fd-section-head span,
.fd-vedsar-left span,
.fd-final-box span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 107, 53, .11);
    color: var(--fd-orange);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: uppercase
}

.fd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 18px;
    font-weight: 800;
    transition: .35s ease;
    border: 1px solid transparent
}

.fd-btn-primary {
    background: linear-gradient(135deg, var(--fd-orange), var(--fd-red));
    color: #fff !important;
    box-shadow: 0 18px 35px rgba(239, 35, 60, .25)
}

.fd-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 45px rgba(239, 35, 60, .34)
}

.fd-btn-light {
    background: rgba(255, 255, 255, .78);
    color: var(--fd-dark) !important;
    border-color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(12px)
}

.fd-btn-light:hover {
    transform: translateY(-4px);
    background: #fff
}

.fd-hero-section {
    position: relative;
    padding: 105px 0 85px;
    background: radial-gradient(circle at 15% 20%, rgba(255, 189, 46, .35), transparent 32%), radial-gradient(circle at 85% 0, rgba(239, 35, 60, .16), transparent 30%), linear-gradient(135deg, #fff8ef 0%, #fff 52%, #fff3e6 100%)
}

.fd-hero-bg {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
    opacity: .55
}

.fd-blob-one {
    width: 220px;
    height: 220px;
    background: rgba(255, 107, 53, .18);
    left: -70px;
    top: 90px
}

.fd-blob-two {
    width: 270px;
    height: 270px;
    background: rgba(255, 189, 46, .20);
    right: -110px;
    bottom: 20px
}

.fd-hero-content h1 {
    font-size: clamp(38px, 5.4vw, 76px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2.5px;
    margin: 22px 0;
    color: #101827
}

.fd-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--fd-text);
    max-width: 620px;
    margin-bottom: 28px
}

.fd-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.fd-hero-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px
}

.fd-hero-stats div {
    min-width: 120px;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    border-radius: 22px;
    padding: 16px;
    backdrop-filter: blur(12px)
}

.fd-hero-stats strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: var(--fd-orange)
}

.fd-hero-stats span {
    display: block;
    font-size: 13px;
    color: var(--fd-muted);
    font-weight: 700
}

.fd-hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px
}

.fd-phone-card {
    width: 315px;
    min-height: 520px;
    border-radius: 44px;
    background: linear-gradient(160deg, #171923, #222839);
    padding: 24px;
    box-shadow: 0 40px 90px rgba(15, 23, 42, .28), inset 0 0 0 8px rgba(255, 255, 255, .04);
    transform: rotateY(-10deg) rotateX(5deg);
    position: relative
}

.fd-phone-top {
    width: 90px;
    height: 7px;
    border-radius: 99px;
    background: #3b4258;
    margin: 0 auto 26px
}

.fd-app-card {
    background: #fff;
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18)
}

.fd-app-card-main span {
    font-size: 12px;
    font-weight: 900;
    color: var(--fd-orange);
    text-transform: uppercase
}

.fd-app-card-main h4 {
    font-size: 21px;
    font-weight: 900;
    margin: 8px 0 4px
}

.fd-app-card-main p {
    color: var(--fd-muted);
    margin: 0 0 18px
}

.fd-progress {
    height: 9px;
    background: #ffe5d8;
    border-radius: 99px;
    overflow: hidden
}

.fd-progress span {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--fd-orange), var(--fd-red))
}

.fd-food-list {
    margin-top: 20px;
    display: grid;
    gap: 14px
}

.fd-food-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .08);
    padding: 14px;
    border-radius: 20px;
    color: #fff
}

.fd-food-list span {
    font-size: 28px
}

.fd-food-list p {
    margin: 0;
    font-weight: 800
}

.fd-floating {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(255, 255, 255, .95);
    box-shadow: 0 22px 50px rgba(15, 23, 42, .15);
    padding: 13px 16px;
    border-radius: 18px;
    font-weight: 900;
    color: var(--fd-dark);
    backdrop-filter: blur(12px);
    animation: fdFloat 4s ease-in-out infinite
}

.fd-floating i {
    color: var(--fd-orange)
}

.fd-floating-one {
    left: 10px;
    top: 110px
}

.fd-floating-two {
    right: 15px;
    top: 210px;
    animation-delay: .6s
}

.fd-floating-three {
    left: 50px;
    bottom: 90px;
    animation-delay: 1.1s
}

@keyframes fdFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-14px)
    }
}

.fd-section-head {
    margin-bottom: 42px
}

.fd-section-head h2 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -1.4px;
    margin: 15px 0;
    color: var(--fd-dark)
}

.fd-section-head p {
    font-size: 17px;
    color: var(--fd-text);
    line-height: 1.75;
    max-width: 760px
}

.fd-section-head.text-center p {
    margin-left: auto;
    margin-right: auto
}

.fd-why-section,
.fd-services-section,
.fd-feature-section,
.fd-process-section,
.fd-audience-section,
.fd-vedsar-section,
.fd-final-cta {
    padding: 90px 0
}
.fd-vedsar-section h2, .fd-vedsar-section p{
color: #fff;
}
.fd-why-section {
    background: #fff
}

.fd-glass-card {
    height: 100%;
    min-height: 210px;
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(145deg, #fff, #fff7ef);
    border: 1px solid var(--fd-border);
    box-shadow: var(--fd-shadow);
    position: relative;
    overflow: hidden;
    transition: .35s ease
}

.fd-glass-card:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 107, 53, .12);
    border-radius: 50%;
    right: -55px;
    top: -60px
}

.fd-glass-card:hover {
    transform: translateY(-9px) rotateX(4deg);
    box-shadow: 0 32px 85px rgba(15, 23, 42, .16)
}

.fd-card-num {
    font-weight: 900;
    color: rgba(239, 35, 60, .18);
    font-size: 34px
}

.fd-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--fd-orange), var(--fd-red));
    color: #fff;
    font-size: 22px;
    margin: 12px 0 22px;
    box-shadow: 0 16px 35px rgba(239, 35, 60, .25)
}

.fd-glass-card h4 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    margin: 0
}

.fd-services-section {
    background: linear-gradient(180deg, #fff7ef, #fff)
}

.fd-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.fd-service-card {
    padding: 26px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--fd-border);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
    transition: .35s ease;
    position: relative;
    overflow: hidden
}

.fd-service-card:after {
    content: "";
    position: absolute;
    inset: auto -30% -45% auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 189, 46, .15)
}

.fd-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, .14)
}

.fd-service-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: #fff2e8;
    color: var(--fd-orange);
    font-size: 24px;
    margin-bottom: 20px
}

.fd-service-card span {
    font-weight: 900;
    color: rgba(17, 24, 39, .22);
    font-size: 30px
}

.fd-service-card h4 {
    font-size: 20px;
    font-weight: 900;
    margin: 12px 0
}

.fd-service-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--fd-text);
    margin: 0
}

.fd-feature-section {
    background: #111827;
    color: #fff;
    position: relative
}

.fd-feature-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 20%, rgba(255, 107, 53, .22), transparent 30%), radial-gradient(circle at 80% 70%, rgba(255, 189, 46, .14), transparent 35%)
}

.fd-feature-section .container {
    position: relative
}

.fd-feature-section .fd-section-head h2 {
    color: #fff
}

.fd-feature-section .fd-section-head p {
    color: #cbd5e1
}

.fd-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.fd-feature-pill {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #f8fafc;
    font-weight: 800;
    backdrop-filter: blur(12px)
}

.fd-feature-pill i {
    color: #ffbd2e
}

.fd-process-section {
    background: #fff
}

.fd-process-timeline {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 18px;
    position: relative
}

.fd-process-step {
    padding: 22px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--fd-border);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    transition: .35s ease
}

.fd-process-step:hover {
    transform: translateY(-7px);
    background: #fff8ef
}

.fd-process-count {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--fd-orange), var(--fd-red));
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px
}

.fd-process-step h4 {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 9px
}

.fd-process-step p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--fd-text);
    margin: 0
}

.fd-audience-section {
    background: linear-gradient(135deg, #fff8ef, #fff)
}

.fd-audience-box {
    border-radius: 36px;
    background: #fff;
    border: 1px solid var(--fd-border);
    box-shadow: var(--fd-shadow);
    padding: 42px
}

.fd-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.fd-audience-grid div {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    background: #fff8ef;
    padding: 16px;
    color: var(--fd-dark);
    font-weight: 800
}

.fd-audience-grid i {
    color: var(--fd-orange)
}

.fd-vedsar-section {
    background: #fff
}

.fd-vedsar-left {
    height: 100%;
    padding: 40px;
    border-radius: 34px;
    background: linear-gradient(135deg, #111827, #2b1520);
    color: #fff;
    box-shadow: var(--fd-shadow);
    position: relative;
    overflow: hidden
}

.fd-vedsar-left:after {
    content: "🍔";
    position: absolute;
    right: 28px;
    bottom: 20px;
    font-size: 95px;
    opacity: .12
}

.fd-vedsar-left h2 {
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.12;
    font-weight: 900;
    margin: 18px 0
}

.fd-vedsar-left p {
    color: #cbd5e1;
    line-height: 1.75;
    margin: 0
}

.fd-vedsar-list {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.fd-vedsar-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--fd-border);
    border-radius: 22px;
    padding: 20px;
    font-weight: 900;
    box-shadow: 0 15px 40px rgba(15, 23, 42, .07)
}

.fd-vedsar-list i {
    color: var(--fd-orange);
    font-size: 20px
}

.fd-final-cta {
    padding-top: 0
}

.fd-final-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 38px;
    background: radial-gradient(circle at top left, rgba(255, 189, 46, .35), transparent 35%), linear-gradient(135deg, #fff8ef, #fff);
    border: 1px solid var(--fd-border);
    box-shadow: var(--fd-shadow);
    padding: 46px
}

.fd-final-box h2 {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1.2px;
    margin: 14px 0
}

.fd-final-box p {
    color: var(--fd-text);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 720px
}

@media(max-width:1199px) {
    .fd-service-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .fd-process-timeline {
        grid-template-columns: repeat(3, 1fr)
    }

    .fd-audience-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:991px) {
    .fd-hero-section {
        padding: 75px 0
    }

    .fd-hero-visual {
        min-height: 500px
    }

    .fd-service-grid,
    .fd-audience-grid,
    .fd-vedsar-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .fd-final-box {
        flex-direction: column;
        align-items: flex-start
    }

    .fd-floating-one {
        left: 0
    }

    .fd-floating-two {
        right: 0
    }
}

@media(max-width:767px) {

    .fd-why-section,
    .fd-services-section,
    .fd-feature-section,
    .fd-process-section,
    .fd-audience-section,
    .fd-vedsar-section,
    .fd-final-cta {
        padding: 60px 0
    }

    .fd-hero-content h1 {
        letter-spacing: -1.4px
    }

    .fd-hero-actions .fd-btn {
        width: 100%
    }

    .fd-phone-card {
        width: 285px;
        min-height: 485px
    }

    .fd-floating {
        font-size: 12px;
        padding: 10px 12px
    }

    .fd-service-grid,
    .fd-process-timeline,
    .fd-audience-grid,
    .fd-vedsar-list {
        grid-template-columns: 1fr
    }

    .fd-audience-box,
    .fd-final-box {
        padding: 26px;
        border-radius: 28px
    }

    .fd-hero-stats div {
        flex: 1
    }

    .fd-feature-pill {
        width: 100%
    }
}

@media(max-width:420px) {
    .fd-phone-card {
        width: 255px;
        min-height: 455px;
        padding: 18px
    }

    .fd-hero-visual {
        min-height: 450px
    }

    .fd-floating-three {
        left: 5px
    }

    .fd-floating-two {
        top: 250px
    }

    .fd-hero-stats {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%
    }
}