/* ── Rahal marketing website ──────────────────────────────────────────── */

.mkt-body, .mkt-body *, .mkt-body *::before, .mkt-body *::after {
    box-sizing: border-box;
}

:root {
    --mkt-primary: #2563eb;
    --mkt-primary-dark: #1d4ed8;
    --mkt-navy: #0f1a3d;
    --mkt-navy-soft: #47547a;
    --mkt-bg-soft: #f5f8ff;
    --mkt-border: #e6ebf5;
}

body.mkt-body {
    margin: 0;
    background: #fff;
    color: var(--mkt-navy);
    font-family: "Cairo", "Tajawal", ui-sans-serif, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.mkt-body a { text-decoration: none; color: inherit; }
.mkt-body ul { list-style: none; margin: 0; padding: 0; }
.mkt-body img { max-width: 100%; display: block; }
.mkt-body button { font-family: inherit; cursor: pointer; }

.mkt-container {
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 1.25rem;
}

/* ── Buttons ── */
.mkt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 800;
    border: 1.5px solid transparent;
    transition: all .15s ease;
    white-space: nowrap;
}

.mkt-btn--primary { background: var(--mkt-primary); color: #fff; box-shadow: 0 14px 28px rgba(37, 99, 235, .28); }
.mkt-btn--primary:hover { background: var(--mkt-primary-dark); }
.mkt-btn--outline { background: #fff; color: var(--mkt-navy); border-color: #d7deee; }
.mkt-btn--outline:hover { border-color: var(--mkt-primary); color: var(--mkt-primary); }
.mkt-btn--ghost { background: transparent; color: var(--mkt-navy); }
.mkt-btn--ghost:hover { color: var(--mkt-primary); }
.mkt-btn--white { background: #fff; color: var(--mkt-primary); }
.mkt-btn--white:hover { background: #eef4ff; }
.mkt-btn--on-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.mkt-btn--on-dark:hover { border-color: #fff; }
.mkt-btn--block { width: 100%; }
.mkt-btn--sm { padding: .5rem 1rem; font-size: .85rem; }

/* ── Header ── */
.mkt-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--mkt-border);
}

.mkt-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.5rem;
}

.mkt-logo { display: inline-flex; align-items: center; gap: .55rem; font-weight: 900; font-size: 1.3rem; color: var(--mkt-navy); }
.mkt-logo__mark { width: 2.15rem; height: 2.15rem; color: var(--mkt-primary); }

.mkt-nav { display: flex; align-items: center; gap: 1.85rem; }
.mkt-nav a { font-size: .92rem; font-weight: 700; color: #384263; padding: .3rem 0; border-bottom: 2px solid transparent; }
.mkt-nav a:hover, .mkt-nav a.is-active { color: var(--mkt-primary); border-color: var(--mkt-primary); }

.mkt-header__actions { display: flex; align-items: center; gap: .65rem; }

.mkt-nav-toggle { display: none; width: 2.6rem; height: 2.6rem; border: 1px solid var(--mkt-border); border-radius: 10px; background: #fff; align-items: center; justify-content: center; }
.mkt-nav-toggle span, .mkt-nav-toggle span::before, .mkt-nav-toggle span::after { content: ''; display: block; width: 1.15rem; height: 2px; background: var(--mkt-navy); position: relative; }
.mkt-nav-toggle span::before { position: absolute; top: -6px; }
.mkt-nav-toggle span::after { position: absolute; top: 6px; }

/* ── Hero ── */
.mkt-hero { padding: 3.5rem 0 4rem; background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 65%); overflow: hidden; }
.mkt-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

.mkt-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .95rem;
    border-radius: 999px;
    background: #eaf1ff;
    color: var(--mkt-primary);
    font-size: .8rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}
.mkt-badge i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--mkt-primary); }

.mkt-hero h1 { margin: 0 0 1.15rem; font-size: clamp(1.9rem, 3.4vw, 2.85rem); font-weight: 900; line-height: 1.3; color: var(--mkt-navy); }
.mkt-hero h1 span { color: var(--mkt-primary); }
.mkt-hero p.mkt-lead { margin: 0 0 1.75rem; font-size: 1.05rem; line-height: 1.9; color: var(--mkt-navy-soft); max-width: 34rem; }

.mkt-hero__cta { display: flex; gap: .85rem; margin-bottom: 1.75rem; flex-wrap: wrap; }

.mkt-hero__trust { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.mkt-hero__trust span { display: inline-flex; align-items: center; gap: .45rem; font-size: .85rem; font-weight: 700; color: #4b5675; }
.mkt-hero__trust i { color: #16a34a; }

.mkt-hero__art { position: relative; }
.mkt-hero__art::before {
    content: '';
    position: absolute;
    inset: -12%;
    z-index: 0;
    background: radial-gradient(circle at 30% 20%, rgba(47, 109, 246, .16), transparent 55%),
                radial-gradient(circle at 80% 80%, rgba(139, 92, 246, .12), transparent 50%);
    filter: blur(4px);
}
.mkt-hero__shot { position: relative; z-index: 1; border-radius: 20px; overflow: hidden; box-shadow: 0 40px 80px -24px rgba(15, 26, 61, .3); border: 1px solid var(--mkt-border); background: #fff; }
.mkt-hero__shot img, .mkt-hero__shot svg { width: 100%; display: block; }

/* ── Logo strip ── */
.mkt-logos { padding: 2.25rem 0; border-top: 1px solid var(--mkt-border); border-bottom: 1px solid var(--mkt-border); }
.mkt-logos p { text-align: center; font-size: .85rem; font-weight: 700; color: #7c86a3; margin: 0 0 1.35rem; }
.mkt-logos__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2.5rem; }
.mkt-logos__row span { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; color: #7c86a3; font-size: 1rem; }

/* ── Section ── */
.mkt-section { padding: 4.5rem 0; }
.mkt-section--soft { background: var(--mkt-bg-soft); }
.mkt-section--navy { background: linear-gradient(135deg, #101c40, #16255a); color: #fff; }
.mkt-section-head { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }
.mkt-eyebrow { display: inline-block; color: var(--mkt-primary); font-weight: 900; font-size: .82rem; margin-bottom: .6rem; }
.mkt-section-head h2 { margin: 0 0 .75rem; font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 900; color: var(--mkt-navy); }
.mkt-section--navy .mkt-section-head h2 { color: #fff; }
.mkt-section-head p { margin: 0; color: var(--mkt-navy-soft); font-size: 1rem; line-height: 1.85; }
.mkt-section--navy .mkt-section-head p { color: #c4cdf0; }

/* ── Feature grid / cards ── */
.mkt-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.mkt-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.mkt-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; }

.mkt-card {
    background: #fff;
    border: 1px solid var(--mkt-border);
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 18px 40px -24px rgba(15, 26, 61, .18);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.mkt-card:hover {
    transform: translateY(-3px);
    border-color: #d7e2fa;
    box-shadow: 0 26px 48px -22px rgba(15, 26, 61, .24);
}

.mkt-icon-tile {
    width: 3.1rem;
    height: 3.1rem;
    display: grid;
    place-items: center;
    border-radius: 13px;
    margin-bottom: 1.15rem;
    font-size: 1.35rem;
}

.mkt-icon-tile--blue { background: #e8f0ff; color: #2f6df6; }
.mkt-icon-tile--green { background: #e4f9ee; color: #10b981; }
.mkt-icon-tile--purple { background: #f1ebff; color: #8b5cf6; }
.mkt-icon-tile--amber { background: #fff3e2; color: #f59e0b; }
.mkt-icon-tile--teal { background: #e5fbfa; color: #14b8a6; }
.mkt-icon-tile--pink { background: #fdeaf3; color: #ec4899; }

.mkt-card h3 { margin: 0 0 .6rem; font-size: 1.08rem; font-weight: 900; color: var(--mkt-navy); }
.mkt-card p { margin: 0; font-size: .9rem; line-height: 1.85; color: var(--mkt-navy-soft); }

.mkt-see-all { display: flex; justify-content: center; margin-top: 2.5rem; }

/* ── Split / device showcase ── */
.mkt-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.mkt-split--reverse .mkt-split__text { order: 2; }
.mkt-split__text h2 { margin: 0 0 1.15rem; font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 900; color: var(--mkt-navy); }
.mkt-split__list { display: grid; gap: .95rem; margin-top: 1.5rem; }
.mkt-split__list li { display: flex; align-items: flex-start; gap: .7rem; font-size: .95rem; color: var(--mkt-navy-soft); font-weight: 600; }
.mkt-split__list li i { flex-shrink: 0; width: 1.35rem; height: 1.35rem; margin-top: .1rem; display: grid; place-items: center; border-radius: 50%; background: #e4f9ee; color: #10b981; }
.mkt-split__art img { border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(15, 26, 61, .22); border: 1px solid var(--mkt-border); }

/* ── Illustrative art panel (replaces flat colour placeholders) ── */
.mkt-art-panel {
    position: relative;
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--mkt-border);
    box-shadow: 0 30px 60px -24px rgba(15, 26, 61, .2);
    background: linear-gradient(135deg, var(--art-a), var(--art-b));
}
.mkt-art-panel__glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at 28% 25%, rgba(255, 255, 255, .65), transparent 55%),
                radial-gradient(circle at 78% 78%, rgba(255, 255, 255, .35), transparent 50%);
}
.mkt-art-panel__pattern {
    position: absolute;
    inset: 0;
    opacity: .55;
    background-image: radial-gradient(rgba(15, 26, 61, .08) 1.5px, transparent 1.5px);
    background-size: 20px 20px;
}
.mkt-art-panel__icon {
    position: relative;
    width: 5.5rem;
    height: 5.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--art-icon);
    box-shadow: 0 20px 40px -14px rgba(15, 26, 61, .3);
}

.mkt-art-panel--blue { --art-a: #dbe8ff; --art-b: #eef4ff; --art-icon: #2f6df6; }
.mkt-art-panel--green { --art-a: #d3f5e4; --art-b: #eafaf1; --art-icon: #10b981; }
.mkt-art-panel--amber { --art-a: #ffe3b8; --art-b: #fff3e2; --art-icon: #f59e0b; }
.mkt-art-panel--purple { --art-a: #e4d6ff; --art-b: #f3ecff; --art-icon: #8b5cf6; }
.mkt-art-panel--teal { --art-a: #c3f2ec; --art-b: #e5fbfa; --art-icon: #14b8a6; }
.mkt-art-panel--pink { --art-a: #fbd6e8; --art-b: #fdeaf3; --art-icon: #ec4899; }

/* ── Integrations ── */
.mkt-integrations { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.mkt-integration { text-align: center; padding: 1.4rem .75rem; border: 1px solid var(--mkt-border); border-radius: 14px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.mkt-integration:hover { transform: translateY(-3px); border-color: #d7e2fa; box-shadow: 0 20px 36px -22px rgba(15, 26, 61, .22); }
.mkt-integration .mkt-icon-tile { margin: 0 auto .85rem; }
.mkt-integration strong { display: block; font-size: .88rem; font-weight: 800; color: var(--mkt-navy); margin-bottom: .3rem; }
.mkt-integration small { display: block; font-size: .76rem; color: #8894b3; line-height: 1.5; }

/* ── Testimonials ── */
.mkt-testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.mkt-testimonial { background: #fff; border: 1px solid var(--mkt-border); border-radius: 16px; padding: 1.75rem; }
.mkt-testimonial i { color: #2f6df6; font-size: 1.6rem; font-style: normal; }
.mkt-testimonial p { margin: .9rem 0 1.4rem; font-size: .92rem; line-height: 1.9; color: #384263; }
.mkt-testimonial__person { display: flex; align-items: center; gap: .75rem; }
.mkt-testimonial__avatar { width: 2.85rem; height: 2.85rem; border-radius: 50%; background: linear-gradient(135deg, #2f6df6, #8b5cf6); display: grid; place-items: center; color: #fff; font-weight: 900; }
.mkt-testimonial__person strong { display: block; font-size: .9rem; color: var(--mkt-navy); }
.mkt-testimonial__person span { display: block; font-size: .78rem; color: #8894b3; }

/* ── Stats ── */
.mkt-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; text-align: center; }
.mkt-stat strong { display: block; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 900; color: var(--mkt-primary); }
.mkt-section--navy .mkt-stat strong { color: #fff; }
.mkt-stat span { display: block; margin-top: .4rem; font-size: .88rem; font-weight: 700; color: var(--mkt-navy-soft); }
.mkt-section--navy .mkt-stat span { color: #c4cdf0; }

/* ── Pricing ── */
.mkt-pricing { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; align-items: stretch; }
.mkt-plan { background: #fff; border: 1.5px solid var(--mkt-border); border-radius: 18px; padding: 2rem; display: flex; flex-direction: column; }
.mkt-plan--featured { border-color: var(--mkt-primary); box-shadow: 0 30px 60px -22px rgba(37, 99, 235, .35); position: relative; }
.mkt-plan__tag { position: absolute; top: -.9rem; right: 2rem; background: var(--mkt-primary); color: #fff; font-size: .74rem; font-weight: 900; padding: .3rem .85rem; border-radius: 999px; }
.mkt-plan h3 { margin: 0 0 .5rem; font-size: 1.15rem; font-weight: 900; color: var(--mkt-navy); }
.mkt-plan p.mkt-plan__desc { margin: 0 0 1.35rem; font-size: .85rem; color: #8894b3; }
.mkt-plan__price { display: flex; align-items: baseline; gap: .35rem; margin-bottom: 1.5rem; }
.mkt-plan__price strong { font-size: 2.4rem; font-weight: 900; color: var(--mkt-navy); }
.mkt-plan__price span { font-size: .9rem; color: #8894b3; font-weight: 700; }
.mkt-plan__list { display: grid; gap: .75rem; margin-bottom: 1.75rem; flex: 1; }
.mkt-plan__list li { display: flex; align-items: flex-start; gap: .6rem; font-size: .88rem; color: #384263; font-weight: 600; }
.mkt-plan__list li i { flex-shrink: 0; width: 1.2rem; height: 1.2rem; margin-top: .1rem; display: grid; place-items: center; border-radius: 50%; background: #e4f9ee; color: #10b981; font-size: .7rem; }

/* ── FAQ ── */
.mkt-faq { max-width: 46rem; margin: 0 auto; display: grid; gap: .85rem; }
.mkt-faq__item { border: 1px solid var(--mkt-border); border-radius: 14px; padding: 1.25rem 1.5rem; background: #fff; }
.mkt-faq__item summary { cursor: pointer; font-weight: 800; color: var(--mkt-navy); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.mkt-faq__item summary::-webkit-details-marker { display: none; }
.mkt-faq__item summary::after { content: '+'; font-size: 1.3rem; color: var(--mkt-primary); flex-shrink: 0; }
.mkt-faq__item[open] summary::after { content: '−'; }
.mkt-faq__item p { margin: .85rem 0 0; font-size: .9rem; line-height: 1.85; color: var(--mkt-navy-soft); }

/* ── Timeline (about) ── */
.mkt-timeline { display: grid; gap: 1.5rem; }
.mkt-timeline__item { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1.25rem; align-items: start; }
.mkt-timeline__item strong { color: var(--mkt-primary); font-weight: 900; }
.mkt-timeline__item div { border-inline-start: 2px solid var(--mkt-border); padding-inline-start: 1.25rem; padding-bottom: 1.5rem; }
.mkt-timeline__item h4 { margin: 0 0 .4rem; font-size: 1rem; font-weight: 900; color: var(--mkt-navy); }
.mkt-timeline__item p { margin: 0; font-size: .88rem; color: var(--mkt-navy-soft); line-height: 1.8; }

/* ── Values grid (about) ── */
.mkt-values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }

/* ── Team ── */
.mkt-team { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; }
.mkt-team__card { text-align: center; }
.mkt-team__avatar { width: 6rem; height: 6rem; border-radius: 50%; margin: 0 auto .9rem; background: linear-gradient(135deg, #2f6df6, #8b5cf6); display: grid; place-items: center; color: #fff; font-size: 1.5rem; font-weight: 900; }
.mkt-team__card strong { display: block; font-size: .95rem; color: var(--mkt-navy); }
.mkt-team__card span { display: block; font-size: .8rem; color: #8894b3; margin-top: .2rem; }

/* ── Clients / logos wall ── */
.mkt-logo-wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.mkt-logo-wall__tile { display: flex; align-items: center; justify-content: center; gap: .55rem; padding: 1.75rem 1rem; border: 1px solid var(--mkt-border); border-radius: 14px; background: #fff; font-weight: 800; color: #4b5675; }

/* ── Case study cards (clients page) ── */
.mkt-case { border: 1px solid var(--mkt-border); border-radius: 16px; padding: 1.75rem; background: #fff; }
.mkt-case__head { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.1rem; }
.mkt-case__logo { width: 3rem; height: 3rem; border-radius: 10px; background: #eef4ff; color: var(--mkt-primary); display: grid; place-items: center; font-weight: 900; }
.mkt-case__head strong { display: block; color: var(--mkt-navy); }
.mkt-case__head span { display: block; font-size: .78rem; color: #8894b3; }
.mkt-case__stats { display: flex; gap: 1.5rem; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px dashed var(--mkt-border); }
.mkt-case__stats div strong { display: block; font-size: 1.3rem; font-weight: 900; color: var(--mkt-primary); }
.mkt-case__stats div span { display: block; font-size: .76rem; color: #8894b3; }

/* ── Resources / blog ── */
.mkt-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.mkt-post { border: 1px solid var(--mkt-border); border-radius: 16px; overflow: hidden; background: #fff; }
.mkt-post__cover { height: 9.5rem; background: linear-gradient(135deg, #2f6df6, #8b5cf6); }
.mkt-post__body { padding: 1.5rem; }
.mkt-post__tag { display: inline-block; font-size: .74rem; font-weight: 900; color: var(--mkt-primary); background: #eaf1ff; padding: .25rem .65rem; border-radius: 999px; margin-bottom: .8rem; }
.mkt-post h3 { margin: 0 0 .6rem; font-size: 1.02rem; font-weight: 900; color: var(--mkt-navy); line-height: 1.6; }
.mkt-post p { margin: 0 0 1rem; font-size: .86rem; color: var(--mkt-navy-soft); line-height: 1.8; }
.mkt-post__meta { display: flex; justify-content: space-between; font-size: .78rem; color: #8894b3; }

.mkt-resource-tabs { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.mkt-resource-tab { padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid var(--mkt-border); font-size: .86rem; font-weight: 800; color: #4b5675; background: #fff; }
.mkt-resource-tab.is-active { background: var(--mkt-primary); border-color: var(--mkt-primary); color: #fff; }

/* ── Contact ── */
.mkt-contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 2.5rem; }
.mkt-contact-info { display: grid; gap: 1.25rem; align-content: start; }
.mkt-contact-info__item { display: flex; align-items: flex-start; gap: 1rem; border: 1px solid var(--mkt-border); border-radius: 14px; padding: 1.25rem; background: #fff; }
.mkt-contact-info__item h4 { margin: 0 0 .3rem; font-size: .95rem; font-weight: 900; color: var(--mkt-navy); }
.mkt-contact-info__item p { margin: 0; font-size: .85rem; color: var(--mkt-navy-soft); }
.mkt-form { background: #fff; border: 1px solid var(--mkt-border); border-radius: 18px; padding: 2rem; }
.mkt-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mkt-field { display: grid; gap: .45rem; margin-bottom: 1.1rem; }
.mkt-field label { font-size: .85rem; font-weight: 800; color: var(--mkt-navy); }
.mkt-field input, .mkt-field select, .mkt-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: .8rem 1rem;
    border-radius: 10px;
    border: 1.5px solid var(--mkt-border);
    font-family: inherit;
    font-size: .9rem;
    color: var(--mkt-navy);
    background: #fbfcff;
}
.mkt-field input:focus, .mkt-field select:focus, .mkt-field textarea:focus { outline: none; border-color: var(--mkt-primary); background: #fff; }
.mkt-field textarea { resize: vertical; min-height: 7rem; }

/* ── CTA banner ── */
.mkt-cta {
    margin: 0 auto;
    max-width: 1180px;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    background: linear-gradient(120deg, #1d4ed8, #2f6df6 55%, #4f46e5);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.mkt-cta h2 { margin: 0 0 .85rem; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 900; }
.mkt-cta p { margin: 0 0 1.75rem; color: #dbe6ff; font-size: 1rem; }
.mkt-cta__actions { display: flex; justify-content: center; gap: .85rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.mkt-cta small { display: block; color: #c4d3ff; font-size: .8rem; }

/* ── Footer ── */
.mkt-footer { background: #0c1530; color: #c7cfe8; padding: 4rem 0 1.75rem; }
.mkt-footer__top { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.mkt-footer__brand p { font-size: .85rem; line-height: 1.9; color: #9aa5c9; margin: 1rem 0 1.25rem; max-width: 18rem; }
.mkt-footer__social { display: flex; gap: .65rem; }
.mkt-footer__social a { width: 2.35rem; height: 2.35rem; border-radius: 8px; background: rgba(255,255,255,.06); display: grid; place-items: center; }
.mkt-footer__social a:hover { background: var(--mkt-primary); }
.mkt-footer h5 { color: #fff; font-size: .92rem; font-weight: 900; margin: 0 0 1.1rem; }
.mkt-footer__col ul { display: grid; gap: .75rem; }
.mkt-footer__col a { font-size: .86rem; color: #9aa5c9; }
.mkt-footer__col a:hover { color: #fff; }
.mkt-footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.75rem; font-size: .8rem; color: #7c86a3; flex-wrap: wrap; gap: 1rem; }
.mkt-footer__bottom ul { display: flex; gap: 1.5rem; }

/* ── Responsive ── */
@media (max-width: 1080px) {
    .mkt-integrations { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mkt-stats, .mkt-values, .mkt-team, .mkt-logo-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mkt-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .mkt-nav { display: none; }
    .mkt-nav.is-open {
        display: flex;
        position: absolute;
        inset-inline: 0;
        top: 100%;
        flex-direction: column;
        gap: 0;
        background: #fff;
        border-bottom: 1px solid var(--mkt-border);
        padding: .5rem 1.25rem 1rem;
        box-shadow: 0 20px 30px -20px rgba(15,26,61,.2);
    }
    .mkt-nav.is-open a { padding: .75rem 0; border-bottom: 1px solid var(--mkt-border); width: 100%; }
    .mkt-header { position: relative; }
    .mkt-nav-toggle { display: inline-flex; }
    .mkt-hero__grid, .mkt-split, .mkt-contact-grid { grid-template-columns: 1fr; }
    .mkt-split--reverse .mkt-split__text { order: 0; }
    .mkt-grid-3, .mkt-grid-4, .mkt-pricing, .mkt-testimonials, .mkt-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mkt-form__row { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .mkt-grid-3, .mkt-grid-2, .mkt-grid-4, .mkt-pricing, .mkt-testimonials, .mkt-post-grid, .mkt-stats, .mkt-values, .mkt-team, .mkt-logo-wall, .mkt-footer__top { grid-template-columns: 1fr; }
    .mkt-hero { padding: 2.5rem 0 3rem; }
    .mkt-section { padding: 3rem 0; }
    .mkt-cta { padding: 2.25rem 1.5rem; border-radius: 18px; }
    .mkt-timeline__item { grid-template-columns: 1fr; }
}

/* ── Legal documents ────────────────────────────────────────────────────
   The terms, privacy and subscription-agreement pages are Markdown the
   super admin writes, so the styling has to cover whatever headings and
   lists they use rather than a fixed layout. */
.mkt-prose {
    max-width: 48rem;
    margin-inline: auto;
    color: var(--mkt-navy);
    line-height: 1.9;
}
.mkt-prose > :first-child { margin-top: 0; }
.mkt-prose > :last-child { margin-bottom: 0; }
.mkt-prose h2 { font-size: 1.35rem; margin: 2.25rem 0 .75rem; color: var(--mkt-navy); }
.mkt-prose h3 { font-size: 1.1rem; margin: 1.75rem 0 .5rem; color: var(--mkt-navy); }
.mkt-prose p { margin: 0 0 1rem; }
/* The site strips list markers globally for its nav and footer lists; a
   document's own lists need them back. */
.mkt-prose ul { list-style: disc; margin: 0 0 1rem; padding-inline-start: 1.5rem; }
.mkt-prose ol { list-style: decimal; margin: 0 0 1rem; padding-inline-start: 1.5rem; }
.mkt-prose li { margin-bottom: .35rem; }
.mkt-prose a { color: var(--mkt-primary); }
.mkt-prose hr { border: 0; border-top: 1px solid var(--mkt-border); margin: 2rem 0; }
.mkt-prose blockquote {
    margin: 0 0 1rem;
    padding-inline-start: 1rem;
    border-inline-start: 3px solid var(--mkt-border);
}
.mkt-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1rem; }
.mkt-prose th, .mkt-prose td { border: 1px solid var(--mkt-border); padding: .5rem .75rem; text-align: start; }
