* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #0b1f3a;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

/* Hero */

.creative-hero {
    width: 100%;
    min-height: 720px;
    padding: 110px 32px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 42%, rgba(130,106,247,0.28) 100%),
        radial-gradient(circle at top right, rgba(130,106,247,0.35), transparent 42%),
        linear-gradient(135deg, #ffffff 0%, #f3f0ff 45%, #dfe8ff 100%);
    display: flex;
    align-items: center;
}

.creative-hero__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.creative-hero__content {
    max-width: 860px;
}

.creative-hero__eyebrow,
.creative-intro__eyebrow,
.creative-plans__eyebrow,
.creative-scope__eyebrow,
.creative-not-included__eyebrow,
.creative-contact__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #826af7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.creative-hero h1 {
    font-size: 6.2rem;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.07em;
    color: #0b1f3a;
    margin-bottom: 28px;
    font-family: 'Montserrat';
}

.creative-hero p {
    font-size: 2.2rem;
    line-height: 1.55;
    color: #40516a;
    max-width: 820px;
}

.creative-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.creative-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.creative-hero__button:hover {
    transform: translateY(-3px);
}

.creative-hero__button--primary {
    background: #826af7;
    color: #ffffff;
    border: 1px solid #826af7;
}

.creative-hero__button--primary:hover {
    background: #1f41ea;
    border-color: #1f41ea;
}

.creative-hero__button--secondary {
    background: #ffffff;
    color: #0b1f3a;
    border: 1px solid #d8ddec;
}

.creative-hero__button--secondary:hover {
    border-color: #826af7;
    color: #826af7;
}

/* Intro */

.creative-intro {
    width: 100%;
    padding: 96px 32px;
    background: #ffffff;
}

.creative-intro__container {
    max-width: 1080px;
    margin: 0 auto;
}

.creative-intro h2,
.creative-plans__header h2,
.creative-scope h2,
.creative-not-included h2,
.creative-contact h2 {
    font-size: 4.2rem;
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -0.06em;
    color: #0b1f3a;
    margin-bottom: 26px;
}

.creative-intro p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
    margin-bottom: 18px;
}

/* Plans */

.creative-plans {
    width: 100%;
    padding: 104px 32px;
    background: #f8f9ff;
}

.creative-plans__container {
    max-width: 1280px;
    margin: 0 auto;
}

.creative-plans__header {
    max-width: 860px;
    margin-bottom: 58px;
}

.creative-plans__header p {
    font-size: 2rem;
    line-height: 1.55;
    color: #40516a;
}

.creative-plans__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.creative-plan-card {
    min-height: 680px;
    padding: 34px;
    border: 1px solid #e5e8ef;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.creative-plan-card:hover {
    transform: translateY(-6px);
    border-color: #826af7;
    box-shadow: 0 26px 70px rgba(11, 31, 58, 0.13);
}

.creative-plan-card--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f3f0ff 100%);
    border-color: #826af7;
}

.creative-plan-card__tag {
    display: inline-block;
    margin-bottom: 18px;
    color: #826af7;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.creative-plan-card h3 {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #0b1f3a;
    margin-bottom: 18px;
}

.creative-plan-card__target {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #40516a;
    margin-bottom: 26px;
}

.creative-plan-card ul {
    list-style: none;
}

.creative-plan-card li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 1.75rem;
    line-height: 1.45;
    color: #40516a;
}

.creative-plan-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #826af7;
}

.creative-plan-card__price {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid #e5e8ef;
    font-size: 2rem;
    font-weight: 700;
    color: #0b1f3a;
}

/* Scope */

.creative-scope {
    width: 100%;
    padding: 96px 32px;
    background: #ffffff;
}

.creative-scope__container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 52px;
    align-items: center;
}

.creative-scope__content p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
    margin-bottom: 18px;
}

.creative-scope__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.creative-scope__cards article {
    padding: 32px;
    border-radius: 22px;
    border: 1px solid #e5e8ef;
    background: #f8f9ff;
}

.creative-scope__cards h3 {
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
    color: #0b1f3a;
}

.creative-scope__cards p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #40516a;
}

/* Not Included */

.creative-not-included {
    width: 100%;
    padding: 96px 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f0ff 50%, #eef3ff 100%);
}

.creative-not-included__container {
    max-width: 1280px;
    margin: 0 auto;
}

.creative-not-included__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
}

.creative-not-included__grid div {
    padding: 26px;
    border: 1px solid #e5e8ef;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    color: #40516a;
    font-size: 1.8rem;
    line-height: 1.45;
}

/* Contact */

.creative-contact {
    width: 100%;
    padding: 86px 32px;
    background: linear-gradient(135deg, #0b1f3a 0%, #1f41ea 52%, #826af7 100%);
    color: #ffffff;
}

.creative-contact__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.creative-contact h2 {
    color: #ffffff;
    max-width: 850px;
}

.creative-contact p {
    font-size: 2rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    max-width: 780px;
}

.creative-contact__eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.creative-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b1f3a;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.creative-contact__button:hover {
    transform: translateY(-3px);
    background: #f3f0ff;
    color: #826af7;
}

/* Responsive */

@media (max-width: 1100px) {
    .creative-plans__grid {
        grid-template-columns: 1fr;
    }

    .creative-plan-card {
        min-height: auto;
    }

    .creative-scope__container {
        grid-template-columns: 1fr;
    }

    .creative-not-included__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .creative-contact__container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .creative-hero {
        min-height: auto;
        padding: 88px 24px;
    }

    .creative-hero h1 {
        font-size: 4rem;
    }

    .creative-hero p,
    .creative-intro p,
    .creative-plans__header p,
    .creative-scope__content p,
    .creative-contact p {
        font-size: 2rem;
    }

    .creative-intro,
    .creative-plans,
    .creative-scope,
    .creative-not-included {
        padding: 74px 24px;
    }

    .creative-intro h2,
    .creative-plans__header h2,
    .creative-scope h2,
    .creative-not-included h2,
    .creative-contact h2 {
        font-size: 3rem;
    }

    .creative-not-included__grid {
        grid-template-columns: 1fr;
    }

    .creative-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .creative-hero__button,
    .creative-contact__button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .creative-hero {
        padding: 72px 18px;
    }

    .creative-hero h1 {
        font-size: 3.2rem;
    }

    .creative-intro,
    .creative-plans,
    .creative-scope,
    .creative-not-included,
    .creative-contact {
        padding: 58px 18px;
    }

    .creative-plan-card,
    .creative-scope__cards article,
    .creative-not-included__grid div {
        padding: 26px;
    }

    .creative-plan-card h3 {
        font-size: 2.5rem;
    }
}