.inner-shell {
    width: min(1400px, calc(100% - 96px));
    margin-inline: auto;
}

.inner-page .site-header {
    position: relative;
}

.active-link::after {
    left: 0 !important;
}

.proposal-hero {
    min-height: calc(100vh - 94px);
    padding-block: 80px;
    display: grid;
    grid-template-columns: 1fr .72fr;
    align-items: center;
    gap: 7vw;
}

.proposal-hero-copy h1,
.contact-intro h1 {
    margin: 0;
    font-size: clamp(58px, 6.3vw, 100px);
    line-height: 1.2;
    letter-spacing: -.065em;
}

.proposal-hero-copy h1 em,
.contact-intro h1 em,
.proposal-section-heading h2 em,
.plan-heading h2 em,
.contact-next h2 em {
    color: var(--purple);
    font-style: normal;
}

.proposal-lead {
    margin: 30px 0 0;
    color: var(--purple);
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 750;
}

.proposal-question {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 2;
}

.proposal-poster {
    min-height: 570px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: var(--purple);
    border-radius: 32px;
    box-shadow: 30px 35px 80px rgba(72, 47, 190, .22);
    transform: rotate(2deg);
}

.poster-top,
.poster-bottom {
    position: relative;
    z-index: 3;
    direction: ltr;
    display: flex;
    justify-content: space-between;
    font: 700 10px/1 "Manrope", sans-serif;
    letter-spacing: .1em;
}

.poster-top span:last-child {
    direction: rtl;
    color: var(--lime);
    font-family: "Vazirmatn", sans-serif;
    font-size: 14px;
}

.poster-orbit {
    height: 470px;
    position: relative;
    display: grid;
    place-items: center;
}

.poster-orbit::before,
.poster-orbit::after {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
}

.poster-orbit::after {
    border-color: var(--lime);
    transform: scaleX(.32) rotate(43deg);
}

.poster-word {
    position: relative;
    z-index: 3;
    color: var(--lime);
    font: 800 clamp(65px, 8vw, 120px)/1 "Manrope", sans-serif;
    letter-spacing: -.08em;
}

.poster-orbit i {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 4;
    background: var(--lime);
    border-radius: 50%;
}

.poster-orbit i:nth-of-type(1) { top: 17%; left: 19%; }
.poster-orbit i:nth-of-type(2) { right: 12%; bottom: 25%; background: var(--white); }
.poster-orbit i:nth-of-type(3) { bottom: 7%; left: 40%; width: 7px; height: 7px; }

.poster-bottom {
    direction: rtl;
    gap: 9px;
    font-family: "Vazirmatn", sans-serif;
    letter-spacing: normal;
}

.poster-bottom span {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    font-size: 10px;
}

.proposal-services,
.proposal-results,
.contact-next {
    padding-block: 140px;
}

.proposal-section-heading {
    margin-bottom: 70px;
}

.proposal-section-heading h2,
.plan-heading h2 {
    margin: 0;
    font-size: clamp(40px, 4.6vw, 68px);
    line-height: 1.35;
    letter-spacing: -.05em;
}

.proposal-service-list {
    border-top: 1px solid var(--line);
}

.proposal-service {
    min-height: 170px;
    padding: 28px 0;
    display: grid;
    grid-template-columns: .15fr .75fr 1.1fr;
    align-items: center;
    gap: 35px;
    border-bottom: 1px solid var(--line);
    transition: padding 250ms ease, color 250ms ease, background 250ms ease;
}

.proposal-service:hover {
    padding-inline: 28px;
    color: var(--white);
    background: var(--purple);
}

.proposal-service-index {
    color: var(--purple);
    font: 700 11px/1 "Manrope", sans-serif;
}

.proposal-service:hover .proposal-service-index,
.proposal-service:hover p {
    color: rgba(255,255,255,.72);
}

.proposal-service-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.proposal-service-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--white);
    background: var(--purple);
    border-radius: 50%;
    font: 600 21px/1 "Manrope", sans-serif;
}

.proposal-service:hover .proposal-service-icon {
    color: var(--ink);
    background: var(--lime);
}

.proposal-service h3 {
    margin: 0;
    font-size: 22px;
}

.proposal-service p {
    max-width: 590px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 2;
}

.six-month-plan {
    padding-block: 140px;
    color: var(--white);
    background: var(--ink);
}

.plan-heading {
    max-width: 820px;
    margin-bottom: 80px;
}

.plan-heading .section-index {
    color: var(--lime);
}

.plan-heading h2 em {
    color: var(--lime);
}

.plan-heading p {
    max-width: 600px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.55);
    font-size: 15px;
    line-height: 2;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.14);
    border-right: 1px solid rgba(255,255,255,.14);
}

.timeline-phase {
    min-height: 580px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
    transition: transform 300ms ease, background 300ms ease;
}

.timeline-phase:hover {
    transform: translateY(-9px);
    background: #1b1b1b;
}

.phase-audience {
    background: var(--purple);
}

.phase-number {
    direction: ltr;
    display: flex;
    align-items: end;
    gap: 9px;
}

.phase-number strong {
    color: var(--lime);
    font: 800 57px/1 "Manrope", sans-serif;
    letter-spacing: -.08em;
}

.phase-number span {
    padding-bottom: 7px;
    color: rgba(255,255,255,.5);
    font-size: 11px;
}

.phase-content {
    margin-top: auto;
}

.phase-label {
    color: var(--lime);
    font-size: 10px;
    font-weight: 700;
}

.phase-content h3 {
    margin: 16px 0;
    font-size: 25px;
}

.phase-content p {
    min-height: 95px;
    margin: 0;
    color: rgba(255,255,255,.6);
    font-size: 13px;
    line-height: 1.9;
}

.phase-content ul {
    margin: 28px 0 0;
    padding: 22px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.14);
}

.phase-content li {
    margin: 11px 0;
    color: rgba(255,255,255,.82);
    font-size: 12px;
}

.phase-content li::before {
    content: "✓";
    margin-left: 9px;
    color: var(--lime);
}

.result-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.result-card {
    min-height: 310px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.result-card strong {
    color: var(--purple);
    font: 700 11px/1 "Manrope", sans-serif;
}

.result-card h3 {
    margin: auto 0 15px;
    font-size: 22px;
}

.result-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9;
}

.proposal-cta {
    padding-block: 100px;
    color: var(--white);
    background: var(--purple);
}

.proposal-cta-inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 80px;
}

.proposal-cta-inner > div:first-child > span {
    color: var(--lime);
    font-size: 12px;
    font-weight: 700;
}

.proposal-cta h2 {
    margin: 18px 0;
    font-size: clamp(39px, 4.2vw, 62px);
    line-height: 1.3;
}

.proposal-cta p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 2;
}

.proposal-contact-actions {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
}

.proposal-phone {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 12px;
}

.proposal-phone small {
    color: rgba(255,255,255,.55);
}

.proposal-phone strong {
    direction: ltr;
    font: 700 18px/1 "Manrope", "Vazirmatn", sans-serif;
}

.proposal-contact-actions .button {
    justify-content: space-between;
}

.footer-slogan {
    color: var(--lime);
    font-size: 13px;
}

.contact-hero {
    min-height: 620px;
    padding-block: 110px;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: center;
    gap: 80px;
}

.contact-intro p {
    max-width: 680px;
    margin: 35px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 2;
}

.contact-badge {
    width: 280px;
    height: 280px;
    margin-inline: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    background: var(--purple);
    border-radius: 50%;
    transform: rotate(-8deg);
}

.contact-badge::before {
    content: "";
    position: absolute;
    inset: -25px;
    border: 1px solid var(--line);
    border-radius: 50%;
}

.contact-badge span {
    font-size: 14px;
}

.contact-badge strong {
    margin-top: 2px;
    color: var(--lime);
    font-size: 43px;
}

.contact-badge i {
    position: absolute;
    bottom: 35px;
    font: normal 30px/1 "Manrope", sans-serif;
}

.contact-content {
    margin-bottom: 130px;
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    border: 1px solid var(--line);
}

.contact-details {
    display: flex;
    flex-direction: column;
    color: var(--white);
    background: var(--ink);
}

.contact-detail {
    padding: 39px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.contact-detail:last-child {
    flex: 1;
    border-bottom: 0;
}

.contact-detail-label {
    margin-bottom: 23px;
    color: var(--lime);
    font-size: 11px;
    font-weight: 650;
}

.contact-detail > a {
    direction: ltr;
    margin: 5px 0;
    font: 700 21px/1.4 "Manrope", "Vazirmatn", sans-serif;
}

.contact-detail small {
    margin-top: 15px;
    color: rgba(255,255,255,.45);
    font-size: 10px;
}

.contact-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-tags span {
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: rgba(255,255,255,.7);
    font-size: 10px;
}

.contact-form-wrap {
    padding: 60px;
}

.form-heading > span {
    color: var(--purple);
    font-size: 11px;
    font-weight: 700;
}

.form-heading h2 {
    margin: 15px 0;
    font-size: clamp(32px, 3.5vw, 50px);
    line-height: 1.4;
}

.form-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.contact-form {
    margin-top: 48px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form > label,
.form-row label {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form label > span,
.contact-form legend {
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 0;
    color: var(--ink);
    border: 0;
    border-bottom: 1px solid var(--line);
    outline: none;
    background: transparent;
    font-size: 14px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--purple);
}

.contact-form fieldset {
    margin: 5px 0 28px;
    padding: 0;
    border: 0;
}

.contact-form legend {
    margin-bottom: 13px;
}

.service-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.service-options label {
    cursor: pointer;
}

.service-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.service-options span {
    padding: 9px 14px;
    display: block;
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 10px;
}

.service-options input:checked + span {
    color: var(--white);
    border-color: var(--purple);
    background: var(--purple);
}

.form-submit {
    width: 100%;
    min-height: 60px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    border: 0;
    background: var(--purple);
    cursor: pointer;
    font-weight: 650;
}

.form-submit span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--lime);
    border-radius: 50%;
    font: 700 20px/1 "Manrope", sans-serif;
}

.form-note {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 9px;
    text-align: center;
}

.form-submit:disabled {
    cursor: wait;
    opacity: .7;
}

.form-submit.is-loading span {
    animation: form-spinner 700ms linear infinite;
}

@keyframes form-spinner {
    to { transform: rotate(360deg); }
}

.message-action {
    padding: 12px 13px;
    color: var(--white);
    border-radius: 7px;
    font-size: 11px;
    font-weight: 650;
    text-align: center;
}

.bale-action {
    background: var(--purple);
}

.whatsapp-action {
    background: #1b9e58;
}

.message-action span {
    margin-right: 8px;
    font-family: "Manrope", sans-serif;
}

.modal-open {
    overflow: hidden;
}

.messenger-modal[hidden] {
    display: none;
}

.messenger-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 20px;
}

.messenger-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, .72);
    backdrop-filter: blur(7px);
    animation: modal-fade 220ms ease both;
}

.messenger-dialog {
    width: min(100%, 480px);
    padding: 43px;
    position: relative;
    z-index: 2;
    background: var(--paper);
    box-shadow: 0 24px 80px rgba(0,0,0,.25);
    animation: modal-rise 300ms cubic-bezier(.2,.75,.2,1) both;
}

.messenger-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 16px;
    left: 16px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    font-size: 23px;
    line-height: 1;
}

.modal-kicker {
    color: var(--purple);
    font-size: 11px;
    font-weight: 700;
}

.messenger-dialog h2 {
    margin: 16px 0;
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.4;
    letter-spacing: -.045em;
}

.messenger-dialog h2 em {
    color: var(--purple);
    font-style: normal;
}

.messenger-dialog p {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9;
}

.messenger-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.messenger-options .message-action {
    text-align: center;
}

.skip-messenger {
    width: 100%;
    margin-top: 17px;
    padding: 12px;
    color: var(--muted);
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
    font-size: 11px;
}

.skip-messenger:hover,
.messenger-close:hover {
    color: var(--purple);
    border-color: var(--purple);
}

@keyframes modal-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modal-rise {
    from { opacity: 0; transform: translateY(18px) scale(.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.contact-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.contact-steps article {
    min-height: 275px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.contact-steps strong {
    color: var(--purple);
    font: 700 11px/1 "Manrope", sans-serif;
}

.contact-steps h3 {
    margin: auto 0 12px;
    font-size: 21px;
}

.contact-steps p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}

.contact-mini-cta {
    padding-block: 90px;
    color: var(--white);
    background: var(--purple);
    text-align: center;
}

.contact-mini-cta > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-mini-cta > div > span {
    color: var(--lime);
    font-size: 11px;
    font-weight: 700;
}

.contact-mini-cta h2 {
    margin: 15px 0 30px;
    font-size: clamp(35px, 4vw, 58px);
}

@media (max-width: 1000px) {
    .inner-shell {
        width: min(100% - 56px, 1400px);
    }

    .proposal-hero {
        gap: 35px;
    }

    .proposal-poster {
        min-height: 490px;
    }

    .poster-orbit {
        height: 390px;
    }

    .poster-orbit::before,
    .poster-orbit::after {
        width: 300px;
        height: 300px;
    }

    .timeline {
        grid-template-columns: 1fr;
    }

    .timeline-phase {
        min-height: 430px;
    }

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

    .contact-content {
        grid-template-columns: .85fr 1.15fr;
    }

    .contact-form-wrap {
        padding: 40px;
    }
}

@media (max-width: 800px) {
    .inner-shell {
        width: min(100% - 36px, 1400px);
    }

    .proposal-hero,
    .contact-hero {
        min-height: auto;
        padding-block: 70px 90px;
        grid-template-columns: 1fr;
    }

    .proposal-hero-copy h1,
    .contact-intro h1 {
        font-size: clamp(48px, 13vw, 75px);
    }

    .proposal-poster {
        width: min(100%, 520px);
        margin: 25px auto 0;
    }

    .proposal-services,
    .proposal-results,
    .contact-next,
    .six-month-plan {
        padding-block: 90px;
    }

    .proposal-service {
        padding: 28px 0;
        grid-template-columns: 40px 1fr;
        gap: 15px;
    }

    .proposal-service p {
        grid-column: 2;
    }

    .proposal-cta-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-badge {
        width: 230px;
        height: 230px;
    }

    .contact-content {
        margin-bottom: 90px;
        grid-template-columns: 1fr;
    }

    .contact-details {
        order: 2;
    }

    .contact-form-wrap {
        padding: 40px 25px;
    }

    .contact-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .proposal-hero-copy h1,
    .contact-intro h1 {
        font-size: 44px;
    }

    .proposal-poster {
        min-height: 420px;
        padding: 20px;
    }

    .poster-orbit {
        height: 330px;
    }

    .poster-orbit::before,
    .poster-orbit::after {
        width: 250px;
        height: 250px;
    }

    .poster-bottom {
        gap: 4px;
    }

    .poster-bottom span {
        padding: 7px 8px;
        font-size: 8px;
    }

    .proposal-service-title {
        gap: 12px;
    }

    .proposal-service h3 {
        font-size: 18px;
    }

    .timeline-phase {
        min-height: 480px;
        padding: 26px;
    }

    .result-grid {
        grid-template-columns: 1fr;
    }

    .result-card {
        min-height: 240px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .messenger-dialog {
        padding: 36px 24px 25px;
    }

    .messenger-options {
        grid-template-columns: 1fr;
    }

    .contact-detail {
        padding: 30px 25px;
    }

    .footer-slogan {
        display: none;
    }
}
