* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f7f7f7;
    color: #111;
    overflow-x: hidden;
}

.container {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

/* =========================
   HERO
========================= */

.hero {
    padding-top: 28px;
    padding-bottom: 90px;
}

.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========================
   LOGO
========================= */

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: #ffd54d;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ef2b2d;
    font-size: 21px;
}

.logo-text {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
}

.logo-text span {
    color: #ef2b2d;
}

/* =========================
   LEFT
========================= */

.hero-left {
    width: 46%;
}

.hero-title {
    font-size: 82px;
    line-height: 0.96;
    letter-spacing: -3px;
    font-weight: 800;
    margin-bottom: 34px;
}

.hero-subtitle {
    margin-bottom: 30px;
}

.hero-subtitle p {
    font-size: 28px;
    line-height: 1.6;
    color: #444;
}

.hero-description {
    max-width: 530px;

    color: #666;
    font-size: 18px;
    line-height: 1.9;

    margin-bottom: 42px;
}

/* =========================
   BUTTON
========================= */

.download-btn {
    width: 230px;
    height: 62px;

    background: #ef2b2d;
    color: white;

    border-radius: 14px;

    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 18px;
    font-weight: 600;

    box-shadow: 0 12px 30px rgba(239, 43, 45, .18);

    transition: .2s;
}

.download-btn:hover {
    transform: translateY(-2px);
}

/* =========================
   RIGHT
========================= */

.hero-right {
    width: 54%;
    position: relative;
    height: 760px;
}

.circle-bg {
    width: 520px;
    height: 520px;

    background: #ffeaea;

    border-radius: 50%;

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}

/* =========================
   PHONE
========================= */

.phone {
    width: 315px;
    height: 645px;

    background: #111;

    border-radius: 42px;

    padding: 10px;

    position: absolute;

    overflow: hidden;

    box-shadow:
            0 30px 50px rgba(0,0,0,.15),
            0 5px 15px rgba(0,0,0,.05);
}

.phone-left {
    left: 85px;
    top: 15px;

    z-index: 3;

    transform: rotate(-6deg);
}

.phone-right {
    right: 30px;
    top: 95px;

    transform: rotate(6deg);
}

.phone-notch {
    width: 130px;
    height: 28px;

    background: #111;

    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;

    position: absolute;

    left: 50%;
    top: 0;

    transform: translateX(-50%);

    z-index: 5;
}

.phone-screen {
    width: 100%;
    height: 100%;

    background: white;

    border-radius: 34px;

    overflow: hidden;
}

.screen-header {
    padding: 20px 22px;
    font-size: 13px;
    font-weight: 600;
}

.screen-content {
    padding: 0 22px;
}

.screen-content h3 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 22px;
    font-weight: 800;
}

.screen-content h3 span {
    color: #ef2b2d;
}

.chat-box {
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 18px;
    line-height: 1.5;
    font-size: 14px;
}

.red-box {
    background: #ef2b2d;
    color: white;
    width: fit-content;
    margin-left: auto;
}

.white-box {
    background: #f7f7f7;
    color: #333;
}

.estimate-box {
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 22px;
}

.estimate-box small {
    color: #777;
    display: block;
    margin-bottom: 10px;
}

.estimate-box h2 {
    font-size: 42px;
    margin-bottom: 10px;
}

.estimate-box p {
    color: #777;
    font-size: 13px;
}

.looks-good {
    width: 100%;
    height: 52px;

    border: none;
    border-radius: 14px;

    background: #ef2b2d;
    color: white;

    font-size: 16px;
    font-weight: 600;
}

/* RIGHT PHONE */

.job-details {
    padding: 20px;
}

.job-details h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 32px;
}

.job-item {
    display: flex;
    gap: 14px;

    margin-bottom: 28px;

    color: #444;
    line-height: 1.7;
}

.job-item i {
    color: #777;
    margin-top: 5px;
}

.review-btn {
    width: 100%;
    height: 52px;

    background: #ef2b2d;
    color: white;

    border: none;
    border-radius: 14px;

    font-size: 16px;
    font-weight: 600;

    margin-top: 18px;
}

/* =========================
   SECTION TITLE
========================= */

.section-name {
    text-align: center;

    color: #ef2b2d;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;

    margin-bottom: 55px;
}

/* =========================
   STEPS
========================= */

.steps {
    padding: 75px 0;
    border-top: 1px solid #ececec;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 40px;

    position: relative;
}

.steps-line {
    width: 72%;
    border-top: 2px dashed #ebebeb;

    margin: 0 auto;

    transform: translateY(20px);
}

.step-item {
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 42px;
    height: 42px;

    background: #fff1f1;
    color: #ef2b2d;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    font-size: 15px;
    font-weight: 700;
}

.step-icon {
    width: 68px;
    height: 68px;

    border: 2px solid #ef2b2d;
    border-radius: 20px;

    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    color: #ef2b2d;
    font-size: 30px;
}

.step-item h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.step-item p {
    color: #777;
    line-height: 1.7;
}

/* =========================
   SERVICES
========================= */

.services {
    padding: 75px 0;
    border-top: 1px solid #ececec;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.service-item {
    text-align: center;
}

.service-item i {
    font-size: 42px;
    margin-bottom: 18px;
}

.service-item span {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 600;
}

/* =========================
   WHY
========================= */

.why {
    padding: 75px 0;
    border-top: 1px solid #ececec;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.why-item {
    text-align: center;
}

.why-icon {
    width: 74px;
    height: 74px;

    border: 2px solid #ef2b2d;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    color: #ef2b2d;
    font-size: 30px;
}

.why-item h4 {
    font-size: 24px;
    margin-bottom: 12px;
}

.why-item p {
    color: #777;
    line-height: 1.7;
}

/* =========================
   CTA
========================= */

.cta {
    padding-bottom: 70px;
}

.cta-box {
    background: #fff1f1;

    border-radius: 24px;

    padding: 52px 60px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-box h2 {
    font-size: 50px;
    margin-bottom: 12px;
}

.cta-box p {
    color: #666;
    line-height: 1.7;
    font-size: 18px;
}

.store-buttons {
    display: flex;
    gap: 18px;
}

.store-btn {
    width: 210px;
    height: 66px;

    background: #111;
    color: white;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-size: 18px;
    font-weight: 600;
}

/* =========================
   FOOTER
========================= */

.footer {
    border-top: 1px solid #ececec;
    padding-top: 40px;
}

.footer-title {
    color: #ef2b2d;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;

    margin-bottom: 30px;
}

.footer-top {
    display: flex;
    justify-content: space-between;

    padding-bottom: 35px;
}

.footer-column h3 {
    font-size: 34px;
    margin-bottom: 20px;
}

.footer-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    margin-bottom: 18px;

    color: #666;
    line-height: 1.8;
}

.footer-item i {
    color: #ef2b2d;
    margin-top: 5px;
}

.footer-bottom {
    border-top: 1px solid #ececec;

    padding: 24px 0;

    display: flex;
    justify-content: space-between;

    color: #888;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    color: #888;
    text-decoration: none;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

    .hero-wrapper {
        flex-direction: column;
    }

    .hero-left,
    .hero-right {
        width: 100%;
    }

    .hero-title {
        font-size: 56px;
    }

    .hero-right {
        height: 620px;
        margin-top: 50px;
    }

    .steps-grid,
    .services-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .cta-box {
        flex-direction: column;
        gap: 35px;
        text-align: center;
    }
}

@media (max-width: 600px) {

    .hero-title {
        font-size: 42px;
    }

    .steps-grid,
    .services-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .phone {
        width: 230px;
        height: 470px;
    }

    .phone-left {
        left: 0;
    }

    .phone-right {
        right: 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}