@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
    --hawlha-ink: #11122f;
    --hawlha-muted: #5f6376;
    --hawlha-border: #ececf5;
    --hawlha-soft: #f8f6ff;
    --hawlha-purple: #7d2de2;
    --hawlha-purple-2: #b11bd9;
    --hawlha-orange: #ff7b22;
    --hawlha-pink: #e62d91;
    --hawlha-green: #37bc75;
    --hawlha-danger: #e64b78;
    --hawlha-shadow: 0 14px 35px rgba(41, 23, 86, 0.08);
}

html[dir="rtl"],
html[dir="rtl"] body {
    font-family: "Cairo", "Inter", sans-serif;
}

body {
    margin: 0;
    background: #fff;
    color: var(--hawlha-ink);
    font-family: "Inter", "Cairo", sans-serif;
    letter-spacing: 0;
}

body::before {
    display: none;
}

.content {
    background: #fff;
}

.container,
.hawlha-nav-container,
.footer-content {
    width: min(100% - 36px, 1080px);
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 0;
}

a {
    text-decoration: none;
}

.hawlha-page {
    overflow: hidden;
    background:
        radial-gradient(circle at 68% 11%, rgba(126, 45, 226, 0.08), transparent 24rem),
        linear-gradient(180deg, #fff 0%, #fff 64%, #fbfaff 100%);
}

.inner-page {
    padding: 34px 0 48px;
}

.navbar.hawlha-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(236, 236, 245, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    padding: 0;
}

.hawlha-nav-container {
    min-height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.hawlha-logo {
    display: inline-flex;
    align-items: center;
}

.hawlha-logo .nav-logo-img,
.footer-logo-img {
    width: 126px;
    height: auto;
    object-fit: contain;
}

.hawlha-nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.hawlha-nav-links .nav-link {
    position: relative;
    padding: 25px 10px 22px;
    color: #171832;
    font-size: 14px;
    font-weight: 800;
    border-radius: 0;
    background: transparent;
}

.hawlha-nav-links .nav-link::after {
    content: "";
    position: absolute;
    inset-inline: 50%;
    bottom: 16px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--hawlha-orange), var(--hawlha-purple));
    border-radius: 999px;
    transform: translateX(-50%);
    transition: width 0.2s ease;
}

html[dir="rtl"] .hawlha-nav-links .nav-link::after {
    transform: translateX(50%);
}

.hawlha-nav-links .nav-link:hover,
.hawlha-nav-links .nav-link.active {
    color: var(--hawlha-purple);
}

.hawlha-nav-links .nav-link.active::after,
.hawlha-nav-links .nav-link:hover::after {
    width: 34px;
}

.hawlha-nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hawlha-lang {
    color: #171832;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.hawlha-download-btn,
.btn-primary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    padding: 0 22px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    background: linear-gradient(135deg, var(--hawlha-orange), var(--hawlha-pink) 45%, var(--hawlha-purple));
    box-shadow: 0 12px 24px rgba(126, 45, 226, 0.22);
    cursor: pointer;
}

.btn-primary::before,
.hawlha-download-btn::before {
    display: none;
}

.btn-primary:hover,
.hawlha-download-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 0 22px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.hamburger-line {
    width: 20px;
    height: 2px;
    background: var(--hawlha-ink);
    border-radius: 2px;
}

.mobile-nav-menu {
    display: none;
    border-top: 1px solid var(--hawlha-border);
    background: #fff;
}

.mobile-nav-menu.active {
    display: block;
}

.mobile-nav-links {
    width: min(100% - 36px, 1080px);
    margin: 0 auto;
    padding: 12px 0 18px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
    color: var(--hawlha-ink);
    font-weight: 800;
    border-bottom: 1px solid #f2f2f7;
}

.mobile-download-link {
    color: var(--hawlha-purple);
}

.hero-section,
.split-hero,
.center-hero {
    position: relative;
}

.hawlha-home-hero {
    width: 100%;
    max-width: none;
    min-height: 540px;
    margin: 0;
    padding: 62px max(36px, calc((100vw - 1080px) / 2)) 54px;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 44px;
    align-items: center;
    background:
        radial-gradient(circle at 82% 52%, rgba(255, 113, 35, 0.62), transparent 10rem),
        radial-gradient(circle at 82% 45%, rgba(184, 44, 216, 0.7), transparent 18rem),
        linear-gradient(135deg, #15084b 0%, #1d0d5f 46%, #281070 100%);
    color: #fff;
}

.hawlha-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 86% 47%, transparent 0 9rem, rgba(255,255,255,0.14) 9.1rem 9.35rem, transparent 9.45rem),
        radial-gradient(ellipse at 87% 48%, transparent 0 12rem, rgba(255,123,34,0.38) 12.1rem 12.45rem, transparent 12.55rem);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: inherit;
}

.hero-title,
.split-hero h1,
.center-hero h1 {
    margin: 0 0 20px;
    color: inherit;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
}

.split-hero h1,
.center-hero h1 {
    color: var(--hawlha-ink);
}

.split-hero h1 span,
.center-hero h1 span,
.hero-title span {
    color: var(--hawlha-purple);
}

.hero-subtitle,
.split-hero p,
.center-hero p {
    max-width: 560px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.02rem, 2vw, 1.22rem);
    line-height: 1.9;
    font-weight: 600;
}

.split-hero p,
.center-hero p {
    color: var(--hawlha-muted);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(80px, 1fr));
    gap: 16px;
    max-width: 520px;
    margin-top: 32px;
}

.trust-row div {
    display: grid;
    justify-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.trust-row i {
    font-size: 25px;
    color: #9a55ff;
}

.hero-visual {
    position: relative;
    z-index: 1;
    min-height: 380px;
    display: grid;
    place-items: center;
}

.soft-visual,
.app-screen {
    min-height: 360px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 48% 48%, rgba(126, 45, 226, 0.14), transparent 12rem),
        linear-gradient(135deg, #f6f0ff, #ffffff 54%, #efe7ff);
    border: 1px solid var(--hawlha-border);
}

.phone-mockup {
    position: relative;
    width: min(260px, 62vw);
    aspect-ratio: 0.52;
    border: 8px solid #16161d;
    border-radius: 38px;
    background: linear-gradient(180deg, #fff, #f9f8ff);
    box-shadow: 0 22px 35px rgba(15, 10, 32, 0.22);
    display: grid;
    place-items: center;
}

.phone-tilt {
    transform: rotate(8deg);
}

.phone-notch {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 86px;
    height: 23px;
    border-radius: 0 0 14px 14px;
    background: #111;
    transform: translateX(-50%);
}

.phone-logo {
    color: var(--hawlha-purple);
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}

.phone-logo small {
    display: block;
    margin-top: 4px;
    color: var(--hawlha-orange);
    font-size: 13px;
    font-weight: 900;
}

.tiny-phone {
    width: 98px;
    border-width: 5px;
    border-radius: 20px;
}

.tiny-phone .phone-notch {
    width: 40px;
    height: 11px;
    top: 6px;
}

.tiny-phone .phone-logo {
    font-size: 16px;
}

.tiny-phone .phone-logo small {
    font-size: 7px;
}

.problem-solution {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 28px;
    align-items: center;
}

.soft-card,
.feature-tile,
.contact-card,
.timeline-step,
.highlight-transfer,
.regulatory-card,
.info-strip,
.contact-form-section {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(20, 14, 50, 0.04);
}

.soft-card {
    position: relative;
    min-height: 142px;
    padding: 28px 34px;
    text-align: center;
}

.soft-card h2,
.feature-tile h2,
.feature-tile h3,
.timeline-step h3,
.contact-card h3,
.highlight-transfer h2,
.regulatory-card h2 {
    margin: 0 0 10px;
    color: var(--hawlha-ink);
    font-weight: 900;
    line-height: 1.35;
}

.soft-card p,
.feature-tile p,
.timeline-step p,
.contact-card p,
.highlight-transfer p,
.regulatory-card p,
.info-strip p {
    margin: 0;
    color: var(--hawlha-muted);
    line-height: 1.75;
    font-weight: 600;
}

.card-status {
    position: absolute;
    top: 22px;
    inset-inline-end: 22px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
}

.card-status.danger {
    background: var(--hawlha-danger);
}

.card-status.success {
    background: var(--hawlha-green);
}

.flow-arrow {
    color: var(--hawlha-purple);
    font-size: 30px;
}

.section-title {
    position: relative;
    margin: 42px 0 20px;
    text-align: center;
    color: var(--hawlha-ink);
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: 0;
}

.section-title::after,
.form-header h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    margin: 9px auto 0;
    background: linear-gradient(90deg, var(--hawlha-orange), var(--hawlha-purple));
    border-radius: 999px;
}

.feature-grid {
    display: grid;
    gap: 22px;
}

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

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

.four-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-tile {
    min-height: 120px;
    padding: 28px 24px;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.feature-tile i,
.contact-card i,
.timeline-step > i,
.side-feature-list i,
.security-flow i,
.need-row i {
    color: var(--hawlha-purple);
    font-size: 38px;
    margin-bottom: 14px;
}

.feature-tile h3 {
    font-size: 18px;
}

.feature-tile p {
    font-size: 14px;
}

.large-tile {
    min-height: 180px;
    justify-items: start;
    text-align: start;
}

.horizontal-tile {
    min-height: 132px;
    grid-template-columns: 62px 1fr;
    justify-items: stretch;
    text-align: start;
    align-items: center;
    gap: 16px;
}

.horizontal-tile i {
    margin: 0;
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    margin: 20px 0 28px;
    position: relative;
}

.steps-row::before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline: 13%;
    height: 1px;
    border-top: 2px dashed #ded7f5;
    z-index: 0;
}

.step-card {
    position: relative;
    z-index: 1;
    min-height: 118px;
    padding: 18px;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.step-card span {
    position: absolute;
    top: 14px;
    inset-inline-start: 14px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--hawlha-purple);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.step-card i {
    color: var(--hawlha-purple);
    font-size: 38px;
    margin: 12px 0 6px;
}

.step-card h3,
.step-card p {
    margin: 0;
}

.step-card h3 {
    font-size: 17px;
}

.step-card p {
    color: var(--hawlha-muted);
    font-size: 13px;
    line-height: 1.55;
}

.app-cta {
    margin-top: 32px;
    padding: 34px 36px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 10% 40%, rgba(126, 45, 226, 0.08), transparent 12rem),
        linear-gradient(135deg, #fbf8ff, #eee4ff);
    border: 1px solid #ece2ff;
    text-align: center;
}

.app-cta h2 {
    margin: 0 0 18px;
    color: var(--hawlha-ink);
    font-size: clamp(1.45rem, 3vw, 2.4rem);
    line-height: 1.35;
    font-weight: 900;
}

.app-cta p {
    max-width: 570px;
    margin: 0 auto 18px;
    color: var(--hawlha-muted);
    font-weight: 600;
    line-height: 1.7;
}

.split-cta {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 26px;
    text-align: start;
    align-items: center;
    margin-bottom: 20px;
}

.split-cta h2,
.split-cta p {
    margin-inline: 0;
}

.hand-phone {
    display: grid;
    place-items: center;
}

.store-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    justify-content: center;
}

.split-cta .store-row {
    max-width: 360px;
}

.store-badge {
    min-height: 42px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--hawlha-border);
    background: #fff;
    color: var(--hawlha-ink);
    font-weight: 900;
    box-shadow: 0 6px 14px rgba(19, 11, 49, 0.05);
    width: 100%;
    text-align: center;
}

.store-badge i {
    color: var(--hawlha-purple);
}

.split-hero {
    min-height: 420px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 30px;
}

.center-hero {
    text-align: center;
    padding: 36px 0 24px;
}

.center-hero p {
    margin-inline: auto;
}

.about-intro {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 44px;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 28px;
}

.about-intro h2 {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 900;
}

.about-intro p {
    color: var(--hawlha-muted);
    line-height: 1.9;
    font-weight: 600;
}

.connection-card {
    min-height: 150px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    background: #fff;
}

.connection-card i {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #fbf9ff, #fff);
    color: var(--hawlha-purple);
    font-size: 44px;
    box-shadow: inset 0 0 0 1px var(--hawlha-border);
}

.connection-card i:nth-of-type(2) {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
}

.connection-card span {
    width: 48px;
    border-top: 2px dashed #c6b5ee;
}

.feature-phone-map {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 34px;
    padding: 18px 0 34px;
}

.side-feature-list {
    display: grid;
    gap: 24px;
}

.side-feature-list article {
    min-height: 78px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(20, 14, 50, 0.04);
    font-weight: 900;
}

.side-feature-list i {
    margin: 0;
    font-size: 32px;
}

.highlight-transfer {
    padding: 38px;
    text-align: center;
}

.highlight-transfer p {
    max-width: 680px;
    margin: 0 auto 26px;
}

.app-phone {
    width: 230px;
}

.balance-card {
    position: absolute;
    top: 78px;
    width: 72%;
    padding: 18px 10px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--hawlha-purple), var(--hawlha-purple-2));
    text-align: center;
    font-weight: 900;
}

.mini-actions,
.mini-grid {
    position: absolute;
    width: 72%;
    display: grid;
    gap: 10px;
}

.mini-actions {
    top: 160px;
    grid-template-columns: repeat(2, 1fr);
}

.mini-grid {
    top: 250px;
    grid-template-columns: repeat(2, 1fr);
}

.mini-actions span,
.mini-grid span {
    height: 52px;
    border-radius: 8px;
    background: #f2eaff;
}

.timeline {
    position: relative;
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.timeline::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    inset-inline-start: 42px;
    width: 2px;
    background: linear-gradient(var(--hawlha-purple), #e7d9ff);
}

html[dir="ltr"] .timeline::after {
    inset-inline-start: 42px;
}

.timeline-step {
    position: relative;
    min-height: 90px;
    display: grid;
    grid-template-columns: 56px 70px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px 16px;
}

.timeline-step > i {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    margin: 0;
    font-size: 30px;
}

.timeline-number {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hawlha-purple), var(--hawlha-purple-2));
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    grid-column: 1;
    grid-row: 1;
}

.timeline-step > div {
    grid-column: 3;
    grid-row: 1;
    text-align: start;
}

.need-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.need-row article {
    min-height: 82px;
    padding: 15px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 8px;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}

.need-row i {
    margin: 0;
    font-size: 24px;
}

.info-strip,
.regulatory-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: center;
    padding: 24px 32px;
    margin-top: 28px;
    background: #f7f1ff;
}

.info-strip i,
.regulatory-card > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--hawlha-purple);
    font-size: 26px;
}

.shield-mark {
    margin-top: 95px;
    color: var(--hawlha-purple);
    font-size: 108px;
    filter: drop-shadow(0 16px 16px rgba(126, 45, 226, 0.2));
}

.security-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    padding: 26px;
    background: #fff;
}

.security-flow article {
    text-align: center;
    position: relative;
}

.security-flow article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 33px;
    inset-inline-end: -20px;
    width: 40px;
    border-top: 2px dashed #c7b9ee;
}

.security-flow i {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f4edff;
    font-size: 28px;
}

.security-flow h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900;
}

.security-flow p {
    margin: 0;
    color: var(--hawlha-muted);
    font-size: 13px;
    line-height: 1.6;
}

.faq-visual span {
    position: absolute;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--hawlha-purple);
    font-size: 38px;
    font-weight: 900;
    box-shadow: var(--hawlha-shadow);
}

.faq-visual span:nth-of-type(1) {
    top: 50px;
    inset-inline-start: 20%;
}

.faq-visual span:nth-of-type(2) {
    top: 90px;
    inset-inline-end: 16%;
}

.faq-visual span:nth-of-type(3) {
    bottom: 70px;
    inset-inline-start: 24%;
}

.faq-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}

.faq-tabs button {
    min-height: 58px;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    background: #fff;
    color: var(--hawlha-ink);
    font-weight: 900;
    cursor: pointer;
}

.faq-tabs button.active {
    color: #fff;
    background: linear-gradient(135deg, var(--hawlha-purple), var(--hawlha-purple-2));
}

.faq-tabs i {
    margin-inline-end: 8px;
}

.faq-accordion {
    display: grid;
    gap: 10px;
}

.faq-item {
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    min-height: 58px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 0;
    background: #fff;
    color: var(--hawlha-ink);
    font-size: 17px;
    font-weight: 900;
    text-align: start;
    cursor: pointer;
}

.faq-item.active .faq-question {
    color: var(--hawlha-purple);
    background: #fbf8ff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-answer p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--hawlha-muted);
    font-weight: 600;
    line-height: 1.8;
}

.support-cta {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 20px;
    text-align: start;
}

.support-cta > i {
    color: var(--hawlha-purple);
    font-size: 52px;
}

.support-cta h2,
.support-cta p {
    margin-inline: 0;
}

.chat-visual .chat-bubble {
    position: absolute;
    bottom: 64px;
    inset-inline-start: 75px;
    width: 128px;
    height: 88px;
    border-radius: 38px 38px 38px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--hawlha-purple), var(--hawlha-purple-2));
    box-shadow: 0 18px 28px rgba(126, 45, 226, 0.25);
}

.chat-bubble span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 10px;
    margin-bottom: 34px;
}

.contact-card {
    min-height: 132px;
    padding: 26px;
    text-align: center;
}

.contact-card i {
    margin-bottom: 12px;
}

.contact-form-section {
    max-width: 860px;
    padding: 38px 52px;
    background: linear-gradient(180deg, #fbf8ff, #fff);
}

.form-header {
    text-align: center;
    margin-bottom: 26px;
}

.form-header h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 900;
}

.contact-form {
    display: grid;
    gap: 18px;
    max-width: 720px;
    margin: 0 auto;
}

.form-group {
    margin: 0;
}

.form-group label {
    display: block;
    margin: 0 0 8px;
    color: var(--hawlha-ink);
    font-weight: 800;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid var(--hawlha-border);
    border-radius: 8px;
    background: #fff;
    color: var(--hawlha-ink);
    padding: 14px 16px;
    font: inherit;
    font-weight: 600;
    box-shadow: none;
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 3px solid rgba(126, 45, 226, 0.12);
    border-color: var(--hawlha-purple);
}

.btn-full {
    width: min(280px, 100%);
    margin: 6px auto 0;
}

.toast-note {
    position: fixed;
    top: 22px;
    inset-inline-end: 22px;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 420px;
    padding: 16px 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
    box-shadow: var(--hawlha-shadow);
}

.toast-note.success {
    background: var(--hawlha-green);
}

.toast-note.error {
    background: var(--hawlha-danger);
}

.hawlha-footer {
    margin-top: 0;
    padding: 0;
    background:
        radial-gradient(circle at 82% 18%, rgba(126, 45, 226, 0.08), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
    color: var(--hawlha-ink);
    border-top: 1px solid var(--hawlha-border);
}

.hawlha-footer-shell {
    width: min(100% - 36px, 1180px);
    margin-inline: auto;
    padding: 38px 0 0;
}

.hawlha-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.82fr 1fr 1.05fr;
    gap: 26px;
    padding: 0 0 34px;
}

.footer-section {
    position: relative;
    padding: 4px 0;
    border-inline-start: 0;
}

.footer-section h3 {
    position: relative;
    margin: 0 0 18px;
    color: var(--hawlha-ink);
    font-size: 17px;
    font-weight: 900;
}

.footer-section h3::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 9px;
    background: linear-gradient(90deg, var(--hawlha-orange), var(--hawlha-purple));
    border-radius: 999px;
}

.footer-section p {
    margin: 0 0 14px;
    color: var(--hawlha-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
    color: var(--hawlha-ink);
    font-size: 14px;
    font-weight: 800;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--hawlha-purple);
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i,
.footer-social i {
    color: var(--hawlha-purple);
}

.footer-contact i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f3ecff;
    flex: 0 0 30px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--hawlha-border);
    background: #fff;
    box-shadow: 0 8px 18px rgba(20, 14, 50, 0.05);
}

.hawlha-footer .store-row {
    max-width: 100%;
}

.hawlha-footer .store-badge {
    min-height: 46px;
    border-color: #ded8ee;
    background: linear-gradient(180deg, #fff, #fbfaff);
}

.footer-bottom {
    min-height: 58px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid var(--hawlha-border);
    background: transparent;
}

.footer-bottom p {
    margin: 0;
    color: var(--hawlha-muted);
    font-size: 13px;
    font-weight: 800;
}

.footer-credit a {
    color: var(--hawlha-purple);
    font-weight: 900;
}

[dir="rtl"] .fa-arrow-right,
[dir="rtl"] .view-all-link i {
    transform: scaleX(-1);
}

[dir="ltr"] .flow-arrow i,
[dir="ltr"] .btn-outline .fa-chevron-left {
    transform: scaleX(-1);
}

@media (max-width: 1100px) {
    .hawlha-nav-container {
        gap: 14px;
    }

    .hawlha-nav-links .nav-link {
        font-size: 13px;
        padding-inline: 7px;
    }

    .four-grid,
    .security-flow,
    .hawlha-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .hawlha-nav-container {
        grid-template-columns: auto 1fr auto;
    }

    .hawlha-nav-links,
    .hawlha-nav-actions {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        justify-self: end;
    }

    .hawlha-home-hero,
    .split-hero,
    .about-intro,
    .feature-phone-map,
    .split-cta,
    .problem-solution {
        grid-template-columns: 1fr;
    }

    .hawlha-home-hero {
        padding-top: 42px;
        min-height: auto;
    }

    .hero-visual,
    .soft-visual,
    .app-screen {
        min-height: 310px;
    }

    .problem-solution {
        gap: 16px;
    }

    .flow-arrow {
        transform: rotate(-90deg);
        text-align: center;
    }

    .compact-grid,
    .two-grid,
    .steps-row,
    .contact-methods,
    .faq-tabs {
        grid-template-columns: 1fr;
    }

    .steps-row {
        gap: 16px;
    }

    .steps-row::before {
        display: none;
    }

    .feature-phone-map {
        justify-items: center;
    }

    .side-feature-list {
        width: 100%;
    }

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

    .support-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }
}

@media (max-width: 640px) {
    .container,
    .hawlha-nav-container,
    .footer-content {
        width: min(100% - 26px, 1080px);
    }

    .hawlha-nav-container {
        min-height: 68px;
    }

    .hawlha-logo .nav-logo-img {
        width: 110px;
    }

    .hawlha-home-hero {
        padding-inline: 18px;
        gap: 24px;
    }

    .hero-title,
    .split-hero h1,
    .center-hero h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

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

    .phone-mockup {
        width: min(220px, 68vw);
    }

    .soft-card,
    .feature-tile,
    .highlight-transfer,
    .contact-form-section,
    .app-cta,
    .info-strip,
    .regulatory-card {
        padding: 22px 18px;
    }

    .horizontal-tile,
    .timeline-step,
    .info-strip,
    .regulatory-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .timeline::after {
        display: none;
    }

    .timeline-number,
    .timeline-step > i,
    .timeline-step > div {
        grid-column: auto;
        grid-row: auto;
        justify-self: center;
        text-align: center;
    }

    .connection-card {
        gap: 10px;
        padding: 18px 10px;
    }

    .connection-card i {
        width: 58px;
        height: 58px;
        font-size: 30px;
    }

    .connection-card i:nth-of-type(2) {
        width: 38px;
        height: 38px;
    }

    .connection-card span {
        width: 20px;
    }

    .need-row,
    .four-grid,
    .security-flow,
    .hawlha-footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-section,
    .footer-section:nth-child(3) {
        border-inline-start: 0;
        border-top: 1px solid var(--hawlha-border);
        padding-top: 22px;
    }

    .footer-section:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
