/* Theema landing page — Figma node 1734:9352 (1920px design). */

:root {
    --orange: #db8956;
    --green: #8fbc94;
    --ink: #4a4a4a;
    --gold: #ad7e1e;
    --muted: #7c7c7c;
    --stripe: #f9e4df;
}

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

html {
    -webkit-text-size-adjust: 100%;
}

body.landing {
    font-family: 'Inter Tight', 'Noto Sans Arabic', sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden;
}

html[dir="rtl"] body.landing {
    font-family: 'Noto Sans Arabic', 'Inter Tight', sans-serif;
    text-align: start;
}

img {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.landing section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Shared pieces */

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--orange);
    border: 0;
    border-radius: 16px;
    padding: 16px 32px;
    color: #fff;
    cursor: pointer;
}

.eyebrow {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
}

/* ============ Hero ============ */

.hero {
    height: 1154px;
    background: #000;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-logo {
    position: absolute;
    top: 40px;
    left: 60px;
    width: 200px;
    height: 83px;
}

.hero-center {
    position: absolute;
    top: 354px;
    left: 50%;
    transform: translateX(-50%);
    width: 668px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-line {
    width: 270px;
    height: 8px;
}

.hero-line.bottom {
    margin-top: 32px;
}

.hero-title {
    margin-top: 32px;
    font-weight: 400;
}

.hero-title .t-big {
    display: block;
    font-size: 100px;
    line-height: 113px;
}

.hero-title .t-mid {
    display: block;
    font-size: 50px;
    line-height: 66px;
    font-weight: 300;
}

.hero-title .t-last {
    line-height: 120px;
}

.hero-tagline {
    margin-top: 16px;
    width: 526px;
    font-size: 24px;
    line-height: 30px;
}

.hero-cta {
    margin-top: 64px;
    width: 392px;
    height: 56px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    text-transform: capitalize;
}

.hero-stores {
    position: absolute;
    left: 60px;
    bottom: 48px;
    color: #fff;
}

.hero-stores p {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.1px;
}

.hero-badges {
    margin-top: 12px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.hero-badges img.appstore {
    width: 170px;
    height: 49px;
}

.hero-badges img.googleplay {
    width: 167px;
    height: 48px;
}

/* ============ Our Story quote ============ */

.story {
    background: rgba(100, 132, 104, 0.05);
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.story .flourish {
    width: 150px;
    height: 62px;
}

.story .eyebrow {
    margin-top: 32px;
    font-weight: 500;
    color: var(--green);
}

.story h2 {
    margin-top: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    white-space: pre-line;
    color: var(--ink);
}

.story p {
    margin-top: 32px;
    width: 700px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

/* ============ Meet Ginne ============ */

.ginne {
    background: #fff;
    height: 1047px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ginne .flourish {
    width: 150px;
    height: 62px;
}

.ginne .eyebrow {
    margin-top: 32px;
    font-weight: 600;
    color: var(--orange);
}

.ginne h2 {
    margin-top: 8px;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
}

.ginne-img {
    margin-top: 60px;
    width: 300px;
    height: 462px;
}

.ginne-name {
    margin-top: 32px;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--gold);
}

.ginne p {
    margin-top: 24px;
    width: 700px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.ginne .corner-flower {
    position: absolute;
    pointer-events: none;
}

.ginne .corner-flower.left {
    width: 342px;
    top: 299px;
    left: calc(50% - 641px);
}

.ginne .corner-flower.right {
    width: 322px;
    top: 547px;
    left: calc(50% + 234px);
}

/* ============ The Characters ============ */

.pinstripes {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='439' height='10'%3E%3Cg fill='%23f9e4df' fill-opacity='0.1'%3E%3Crect x='0' width='17' height='10'/%3E%3Crect x='41' width='17' height='10'/%3E%3Crect x='87' width='17' height='10'/%3E%3Crect x='133' width='17' height='10'/%3E%3Crect x='178' width='17' height='10'/%3E%3Crect x='223' width='17' height='10'/%3E%3Crect x='269' width='17' height='10'/%3E%3Crect x='315' width='17' height='10'/%3E%3Crect x='360' width='17' height='10'/%3E%3Crect x='401' width='17' height='10'/%3E%3C/g%3E%3C/svg%3E");
}

.characters {
    height: 1200px;
    background-color: rgba(219, 137, 86, 0.03);
}

.characters .char-card {
    position: absolute;
    width: 559px;
    text-align: center;
}

.characters .char-card img {
    margin: 0 auto 32px;
    border-radius: 8px;
}

.characters .char-card h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
}

.characters .char-card p {
    font-size: 14px;
    line-height: 20px;
}

.char-card.float {
    top: 87px;
    left: calc(50% - 760px);
}

.char-card.crumb {
    top: 88px;
    left: calc(50% + 193px);
    width: 567px;
}

.char-card.frame {
    top: 640px;
    left: calc(50% - 760px);
}

.char-card.glow {
    top: 656px;
    left: calc(50% + 200px);
}

.char-card.float img {
    width: 300px;
    height: 274px;
}

.char-card.crumb img {
    width: 300px;
    height: 272px;
}

.char-card.frame img {
    width: 375px;
    height: 274px;
}

.char-card.glow img {
    width: 304px;
    height: 266px;
}

.characters .center-block {
    position: absolute;
    top: 515px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.characters .center-block .flourish {
    width: 150px;
    height: 62px;
}

.characters .center-block h2 {
    margin-top: 16px;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
}

.characters .center-block .eyebrow {
    margin-top: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--orange);
}

/* ============ How It Works ============ */

.how {
    background: #fff;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how .scallop {
    width: 460px;
    height: 37px;
}

.how .eyebrow {
    margin-top: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--orange);
}

.how h2 {
    margin-top: 9px;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
}

.how-cards {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.how-card {
    position: relative;
    width: 1200px;
    background: rgba(143, 188, 148, 0.05);
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.how-card .how-text {
    padding: 40px 40px 40px 420px;
    width: 100%;
}

.how-card .num {
    display: block;
    font-weight: 400;
    font-size: 72px;
    line-height: 76px;
    letter-spacing: -3.6px;
    color: rgba(143, 188, 148, 0.4);
}

.how-card h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 32px;
}

.how-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--muted);
    max-width: 740px;
}

.how-card > img {
    position: absolute;
}

.how-card.c1 {
    height: 400px;
}

.how-card.c2,
.how-card.c3 {
    height: 425px;
}

.how-card.c4 {
    height: 400px;
}

.how-card.c1 > img {
    width: 358px;
    height: 429px;
    left: 37px;
    top: -42px;
}

.how-card.c2 > img {
    width: 341px;
    height: 291px;
    left: 37px;
    top: 6px;
}

.how-card.c3 > img {
    width: 282px;
    height: 433px;
    left: 67px;
    top: -52px;
}

.how-card.c4 > img {
    width: 317px;
    height: 317px;
    left: 37px;
    top: -36px;
}

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

.vendor-cta {
    background: rgba(219, 137, 86, 0.05);
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vendor-cta .flourish {
    width: 150px;
    height: 62px;
}

.vendor-cta h2 {
    margin-top: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.vendor-cta > p {
    margin-top: 16px;
    max-width: 1000px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.vendor-stats {
    margin-top: 64px;
    display: flex;
    gap: 120px;
}

.vendor-stats .stat {
    text-align: center;
    color: var(--orange);
}

.vendor-stats .stat strong {
    display: block;
    font-weight: 400;
    font-size: 60px;
    line-height: 54px;
    letter-spacing: -1.8px;
}

.vendor-stats .stat span {
    display: block;
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
}

.vendor-cta .btn-primary {
    margin-top: 64px;
    width: 392px;
    height: 56px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
}

/* ============ Become a Vendor form ============ */

.vendor-form {
    height: 769px;
    background-color: #fff;
}

.vendor-form .ornament {
    position: absolute;
    top: 120px;
    left: calc(50% - 194px);
    width: 389px;
    height: 62px;
}

.vendor-form .corner-flower {
    position: absolute;
    pointer-events: none;
}

.vendor-form .corner-flower.left {
    width: 342px;
    top: 125px;
    left: calc(50% - 600px);
}

.vendor-form .corner-flower.right {
    width: 322px;
    top: 436px;
    left: calc(50% + 250px);
}

.form-card {
    position: absolute;
    top: 182px;
    left: 50%;
    transform: translateX(-50%);
    width: 940px;
    height: 467px;
    background: #fff;
    border: 2px solid var(--orange);
    border-radius: 20px;
    padding: 48px;
    text-align: center;
}

.form-card h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
}

.form-card .sub {
    font-size: 16px;
    line-height: 45px;
}

.form-status {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
}

.form-status.is-success {
    color: #4f7a54;
}

.form-status.is-error {
    color: #b42318;
}

.form-status.is-pending {
    color: var(--muted);
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.form-row {
    margin-top: 32px;
    display: flex;
    gap: 32px;
}

.field {
    position: relative;
    flex: 1;
    height: 64px;
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    text-align: start;
}

.field:has(.prefix) {
    direction: ltr;
}

.field label {
    position: absolute;
    top: 0;
    inset-inline-start: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 4px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #393939;
    text-transform: capitalize;
}

.field input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000;
    background: transparent;
}

.field input::placeholder {
    color: #a8a8a8;
}

.field .prefix {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #adadad;
}

.field .flag {
    width: 24px;
    height: 24px;
}

.form-submit {
    margin-top: 32px;
    width: 100%;
    height: 56px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
}

/* ============ Footer ============ */

.footer {
    position: relative;
    overflow: hidden;
    height: 428px;
    background: var(--orange);
    color: #000;
}

.footer .flower-left {
    position: absolute;
    top: 68px;
    inset-inline-start: calc(50% - 1232px);
    width: 614px;
    height: 622px;
    opacity: 0.25;
    pointer-events: none;
}

.footer .flower-right {
    position: absolute;
    top: 162px;
    inset-inline-start: calc(50% + 742px);
    width: 401px;
    height: 436px;
    opacity: 0.25;
    pointer-events: none;
}

.footer-inner {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.footer-top {
    position: absolute;
    top: 100px;
    inset-inline: 0;
    display: flex;
    align-items: flex-start;
}

.footer-col1 {
    width: 230px;
    text-align: start;
}

.footer-col1 .small {
    font-size: 16px;
    line-height: 18px;
}

.footer-col1 .big {
    margin-top: 16px;
    font-size: 24px;
    line-height: 26px;
}

.footer-col2 {
    margin-inline-start: 294px;
    width: 480px;
    text-align: start;
}

.footer-col2 .talk {
    font-size: 16px;
    line-height: 18px;
}

.footer-col2 .phone {
    margin-top: 16px;
    font-size: 24px;
    line-height: 26px;
}

.footer-col2 .email {
    margin-top: 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    text-decoration: underline;
}

/* Keep phone/email glyphs LTR without breaking RTL column alignment */
.footer-col2 .phone a,
.footer-col2 .email a {
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
}

.footer-social {
    margin-inline-start: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    text-align: end;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 18px;
}

.footer-social img {
    width: 12px;
    height: 12px;
}

.footer-bottom {
    position: absolute;
    top: 275px;
    inset-inline: 0;
    display: flex;
    align-items: center;
}

.footer-brand {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.footer-logo {
    width: 126px;
    height: 53px;
}

.footer-copyright {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 2px;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.1px;
}

.footer-copyright img {
    width: 16px;
    height: 16px;
}

.footer-actions {
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: 0;
    border-radius: 40px;
    padding: 8px 11px;
    font-family: 'Inter Tight', 'Noto Sans Arabic', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000;
    cursor: pointer;
    text-transform: capitalize;
}

.lang-btn img {
    width: 18px;
    height: 22px;
    object-fit: contain;
}

.powered-by {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #000;
    border-radius: 16px;
    padding: 12px 16px;
}

.powered-by .nizek {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.powered-by .nizek span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
}

.powered-by .nizek img {
    width: 60px;
    height: 16px;
}

.powered-by > img {
    width: 24px;
    height: 24px;
}

/* ============ Responsive fallback ============ */

@media (max-width: 1540px) {
    .char-card.float,
    .char-card.frame {
        left: 24px;
    }

    .char-card.crumb,
    .char-card.glow {
        left: auto;
        right: 24px;
    }
}

@media (max-width: 1320px) {
    .footer-inner {
        width: calc(100% - 80px);
    }

    .footer-col2 {
        margin-left: 60px;
    }

    .how-card {
        width: calc(100vw - 80px);
        max-width: 1200px;
    }
}

@media (max-width: 1160px) {
    .characters {
        height: auto;
        padding: 100px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 64px;
    }

    .characters .char-card,
    .characters .center-block {
        position: static;
        transform: none;
        width: 100%;
        max-width: 600px;
    }

    .characters .center-block {
        order: -1;
    }

    .how-card .how-text {
        padding-left: 400px;
    }
}

@media (max-width: 1000px) {
    .form-card {
        position: static;
        transform: none;
        width: calc(100% - 48px);
        height: auto;
        margin: 160px auto 60px;
    }

    .vendor-form {
        height: auto;
    }

    .how-card {
        flex-direction: column;
        height: auto !important;
        padding-top: 24px;
    }

    .how-card > img {
        position: static;
        margin: 0 auto;
    }

    .how-card .how-text {
        padding: 24px;
    }

    .hero-title .t-big,
    .hero-title .t-last {
        font-size: 64px;
        line-height: 74px;
    }

    .hero-center,
    .hero-tagline,
    .story p,
    .ginne p {
        width: min(668px, calc(100vw - 48px));
    }

    .hero-stores {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center;
        width: max-content;
        max-width: calc(100vw - 32px);
    }

    .hero-badges {
        justify-content: center;
    }

    .vendor-stats {
        gap: 48px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer {
        height: auto;
        padding: 60px 24px;
    }

    .footer-inner {
        width: 100%;
        height: auto;
    }

    .footer-top,
    .footer-bottom {
        position: static;
        flex-wrap: wrap;
        gap: 32px;
    }

    .footer-bottom {
        margin-top: 48px;
    }

    .footer-col2 {
        margin-inline-start: 0;
        width: 100%;
    }

    .footer-social {
        margin-inline-start: 0;
        align-items: flex-start;
        text-align: start;
    }

    .footer-actions {
        margin-inline-start: 0;
    }

    .form-row {
        flex-direction: column;
    }

    .field {
        width: 100%;
    }
}

/* Arabic / RTL */
html[dir="rtl"] .footer-social {
    align-items: flex-start;
}

html[dir="rtl"] .footer-social img,
html[dir="rtl"] .powered-by > img,
html[dir="rtl"] .lang-btn img:last-child {
    transform: scaleX(-1);
}
