:root {
    --navy: #143653;
    --navy-2: #0d2a43;
    --ink: #102236;
    --muted: #647386;
    --teal: #227c7a;
    --teal-2: #1a9a92;
    --gold: #d49a3a;
    --gold-2: #f1c46b;
    --cream: #f8f3e8;
    --paper: #fffdf8;
    --mist: #eef5f3;
    --blue-mist: #e7eef6;
    --line: #d8e2e8;
    --shadow: 0 28px 80px rgba(17, 36, 58, 0.14);
    --shadow-soft: 0 18px 50px rgba(17, 36, 58, 0.1);
    --radius: 18px;
    --radius-sm: 10px;
    --heading: "Manrope", "Segoe UI", sans-serif;
    --serif: "Source Serif 4", Georgia, serif;
    --accent: "Aref Ruqaa Ink", "Source Serif 4", Georgia, serif;
    --body: "Manrope", "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 94px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    line-height: 1.65;
    text-rendering: geometricPrecision;
}

body.is-menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

picture {
    display: block;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

.skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1000;
    transform: translateY(-150%);
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    text-decoration: none;
}

.skip-link:focus {
    transform: translateY(0);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 253, 248, 0.86);
    border-bottom: 1px solid rgba(20, 54, 83, 0.08);
    backdrop-filter: blur(18px);
}

.site-header.has-shadow {
    box-shadow: 0 10px 34px rgba(17, 36, 58, 0.08);
}

.nav-shell {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    min-height: 76px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    color: var(--navy);
    text-decoration: none;
}

.brand-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    flex: 0 0 auto;
}

.brand-logo-lockup img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.brand-logo-lockup strong {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.brand-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding-left: 0.75rem;
    border-left: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-label-full {
    display: inline;
}

.brand-label-short {
    display: none;
}

.site-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.8rem, 2vw, 1.5rem);
}

.site-nav a {
    color: #253a4e;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--teal);
}

.nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    color: var(--navy);
}

.menu-toggle span:not(.visually-hidden) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 3px auto;
    border-radius: 999px;
    background: currentColor;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.82rem 1.1rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-small {
    min-height: 42px;
    padding: 0.68rem 0.95rem;
    font-size: 0.82rem;
}

.button-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #172334;
    box-shadow: 0 12px 24px rgba(212, 154, 58, 0.22);
}

.wa-icon {
    display: inline-block;
    width: 1.08em;
    height: 1.08em;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.63 12.63 0 0 0 5.2 22.35L3.8 28.8l6.57-1.55A12.66 12.66 0 1 0 16.02 3.2Zm0 2.32a10.34 10.34 0 0 1 8.8 15.76 10.33 10.33 0 0 1-13.8 3.64l-.45-.24-3.65.86.78-3.58-.28-.46A10.32 10.32 0 0 1 16.02 5.52Zm-4.1 5.35c-.22 0-.57.08-.86.4-.3.33-1.13 1.1-1.13 2.7 0 1.58 1.16 3.12 1.32 3.33.16.22 2.25 3.6 5.55 4.9 2.75 1.08 3.3.86 3.9.8.6-.05 1.94-.78 2.22-1.55.27-.76.27-1.42.19-1.55-.08-.14-.3-.22-.64-.39-.33-.16-1.94-.95-2.24-1.06-.3-.11-.52-.16-.74.17-.22.32-.85 1.05-1.04 1.27-.19.21-.38.24-.71.08-.33-.17-1.38-.5-2.63-1.6-.97-.86-1.63-1.93-1.82-2.26-.19-.32-.02-.5.14-.66.15-.14.33-.38.5-.57.16-.2.22-.33.33-.55.11-.21.05-.4-.03-.56-.08-.16-.74-1.77-1.01-2.43-.27-.64-.54-.55-.74-.56h-.56Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.63 12.63 0 0 0 5.2 22.35L3.8 28.8l6.57-1.55A12.66 12.66 0 1 0 16.02 3.2Zm0 2.32a10.34 10.34 0 0 1 8.8 15.76 10.33 10.33 0 0 1-13.8 3.64l-.45-.24-3.65.86.78-3.58-.28-.46A10.32 10.32 0 0 1 16.02 5.52Zm-4.1 5.35c-.22 0-.57.08-.86.4-.3.33-1.13 1.1-1.13 2.7 0 1.58 1.16 3.12 1.32 3.33.16.22 2.25 3.6 5.55 4.9 2.75 1.08 3.3.86 3.9.8.6-.05 1.94-.78 2.22-1.55.27-.76.27-1.42.19-1.55-.08-.14-.3-.22-.64-.39-.33-.16-1.94-.95-2.24-1.06-.3-.11-.52-.16-.74.17-.22.32-.85 1.05-1.04 1.27-.19.21-.38.24-.71.08-.33-.17-1.38-.5-2.63-1.6-.97-.86-1.63-1.93-1.82-2.26-.19-.32-.02-.5.14-.66.15-.14.33-.38.5-.57.16-.2.22-.33.33-.55.11-.21.05-.4-.03-.56-.08-.16-.74-1.77-1.01-2.43-.27-.64-.54-.55-.74-.56h-.56Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button-ghost {
    border-color: rgba(20, 54, 83, 0.2);
    background: rgba(255, 255, 255, 0.74);
    color: var(--navy);
}

.button-light {
    background: #fff;
    color: var(--navy);
}

.text-link {
    font-weight: 900;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.light-link {
    color: #fff;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 7.8rem) 0 3.5rem;
    background:
        radial-gradient(circle at 82% 12%, rgba(34, 124, 122, 0.22), transparent 30%),
        linear-gradient(135deg, #fffaf0 0%, #f5f0e5 48%, #eaf6f4 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(20, 54, 83, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 54, 83, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 86%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
    gap: clamp(2.4rem, 5vw, 5rem);
    align-items: center;
}

.hero-copy {
    max-width: 650px;
}

.eyebrow {
    margin: 0 0 0.85rem;
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--heading);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

h1 {
    max-width: 820px;
    font-size: clamp(2.9rem, 5vw, 4.3rem);
    font-weight: 700;
}

.script-accent {
    color: var(--teal);
    font-family: var(--accent);
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    font-size: clamp(2.25rem, 4.4vw, 4.15rem);
    font-weight: 650;
}

h3 {
    font-size: clamp(1.12rem, 1.6vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-lead,
.section-head > p,
.two-column > p,
.hero-copy .price-note,
.journey-grid p,
.demo-cta p,
.final-card > p {
    color: #36506a;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.hero-lead {
    max-width: 590px;
    margin: 1.35rem 0 1.4rem;
}

.price-panel {
    display: grid;
    gap: 0.35rem;
    max-width: 620px;
    margin: 1.45rem 0 0.7rem;
    padding: 1.15rem;
    border: 1px solid rgba(212, 154, 58, 0.44);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 48px rgba(212, 154, 58, 0.16);
}

.price-panel p {
    margin: 0;
    color: #82601e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.price-panel strong {
    color: var(--navy);
    font-size: clamp(1.18rem, 2.25vw, 1.72rem);
    line-height: 1.25;
}

.price-note {
    max-width: 620px;
    margin: 0 0 1.5rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.45rem;
}

.launch-strip {
    position: relative;
    z-index: 2;
    padding: clamp(1.4rem, 3vw, 2.2rem) 0;
    background: linear-gradient(180deg, rgba(248, 243, 232, 0.9), #fffdf8);
}

.launch-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1.1rem, 3vw, 2rem);
    align-items: center;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    border: 1px solid rgba(212, 154, 58, 0.34);
    border-radius: 28px;
    background:
        radial-gradient(circle at 96% 0%, rgba(34, 124, 122, 0.12), transparent 32%),
        linear-gradient(135deg, #fffaf0, #ffffff);
    box-shadow: 0 18px 50px rgba(17, 36, 58, 0.08);
}

.launch-card .eyebrow {
    margin-bottom: 0.45rem;
}

.launch-card h2 {
    max-width: 780px;
    font-size: clamp(1.85rem, 3.5vw, 3.25rem);
}

.launch-card p:not(.eyebrow) {
    max-width: 650px;
    margin: 0.75rem 0 0;
    color: #42586e;
}

.launch-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.7rem;
    min-width: min(420px, 100%);
}

.reassurance {
    max-width: 620px;
    margin: 1rem 0 0;
    color: #53677c;
    font-size: 0.9rem;
    font-weight: 700;
}

.hero-visual {
    position: relative;
    align-self: start;
    margin-top: clamp(2.2rem, 6vw, 4.8rem);
}

.islamic-floating-card {
    position: absolute;
    top: -2.1rem;
    right: 1.2rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.72rem;
    border: 1px solid rgba(212, 154, 58, 0.36);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.88);
    color: var(--navy);
    font-size: 0.76rem;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(20, 54, 83, 0.12);
    backdrop-filter: blur(14px);
}

.crescent-mark {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--gold) 30%, #fff 70%);
}

.crescent-mark::before,
.crescent-mark::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.crescent-mark::before {
    width: 13px;
    height: 13px;
    background: var(--teal);
    box-shadow: 4px 0 0 1px color-mix(in srgb, var(--gold) 30%, #fff 70%);
}

.crescent-mark::after {
    width: 3px;
    height: 3px;
    top: 7px;
    right: 5px;
    background: var(--gold);
    box-shadow: 3px 4px 0 -1px var(--gold);
}

.product-frame {
    overflow: hidden;
    border: 1px solid rgba(20, 54, 83, 0.12);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
}

.frame-top {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid var(--line);
    background: #fbfdff;
}

.frame-top span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dbe4ea;
}

.frame-top span:first-child {
    background: var(--gold);
}

.frame-top span:nth-child(2) {
    background: var(--teal);
}

.frame-top strong {
    margin-left: auto;
    color: var(--teal);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-frame img {
    aspect-ratio: 1774 / 886;
    object-fit: cover;
}

.floating-proof {
    position: absolute;
    right: clamp(-1rem, -2vw, -0.4rem);
    bottom: -1.5rem;
    display: grid;
    gap: 0.45rem;
    width: min(250px, 54%);
    padding: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(20, 54, 83, 0.92);
    color: #fff;
    box-shadow: 0 24px 54px rgba(20, 54, 83, 0.22);
}

.floating-proof span {
    position: relative;
    padding-left: 1.05rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.floating-proof span::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--gold);
}

.trust-strip {
    padding: 1rem 0;
    background: var(--navy);
    color: #fff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
}

.trust-grid div {
    min-height: 94px;
    display: grid;
    align-items: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.06);
}

.trust-grid strong {
    font-size: 0.9rem;
    line-height: 1.4;
}

.section {
    padding: clamp(4.8rem, 8vw, 7.5rem) 0;
}

.credibility-section {
    background: #fff;
}

.two-column,
.journey-grid,
.cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.two-column h2 {
    max-width: 560px;
}

.section-head {
    max-width: 750px;
    margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-head > p {
    max-width: 650px;
    margin: 1rem 0 0;
}

.problem-section {
    background: var(--cream);
}

.outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.outcome-card,
.package-card,
.roles-grid article,
.process-grid article,
.pricing-card,
.optional-services,
.faq-list details {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-soft);
}

.outcome-card {
    min-height: 285px;
    padding: 1.35rem;
}

.outcome-card span,
.process-grid span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 1.2rem;
    border-radius: 50%;
    background: var(--mist);
    color: var(--teal);
    font-weight: 900;
}

.outcome-card p,
.package-card p,
.roles-grid p,
.process-grid p,
.pricing-card p,
.faq-list p,
.mini-grid p,
.optional-services p {
    color: #42586e;
}

.emphasis-line {
    margin: 2.1rem 0 0;
    color: var(--navy);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.package-section {
    background:
        linear-gradient(180deg, #fffdf8 0%, #f3f7f6 100%);
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.package-card {
    padding: clamp(1.3rem, 3vw, 2rem);
}

.package-card-dark {
    background: var(--navy);
    color: #fff;
}

.package-card-dark h3,
.package-card-dark p {
    color: #fff;
}

.card-label,
.pricing-kicker,
.panel-kicker {
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.package-card-dark .card-label,
.package-card-dark .check-list li::before {
    color: var(--gold-2);
}

.check-list {
    display: grid;
    gap: 0.72rem;
    margin: 1.15rem 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 1.45rem;
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: currentColor;
    color: var(--teal);
    box-shadow: 0 0 0 4px rgba(34, 124, 122, 0.12);
}

.compact {
    font-size: 0.95rem;
}

.price-band {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem 1.2rem;
    margin: 1.25rem 0;
    padding: 1.25rem 1.4rem;
    border-radius: var(--radius);
    background: linear-gradient(135deg, var(--gold), #efc165);
    color: #172334;
}

.price-band strong {
    font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.price-band span {
    font-weight: 800;
}

.contrast-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: 2.8rem;
    padding: clamp(1.3rem, 4vw, 2.4rem);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.mini-grid article {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fbfdff;
}

.mini-grid h3 {
    font-size: 1rem;
}

.explorer-section {
    overflow: hidden;
    background: var(--navy);
    color: #fff;
}

.explorer-section h2,
.explorer-section h3,
.explorer-section .section-head > p,
.explorer-section .feature-copy p,
.explorer-section .check-list li {
    color: #fff;
}

.explorer-section .eyebrow,
.demo-cta .eyebrow,
.journey-section .eyebrow {
    color: var(--gold-2);
}

.feature-tabs {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    padding: 0.12rem 0 0.95rem;
    margin-bottom: 1rem;
    scrollbar-width: auto;
    scrollbar-color: var(--gold) rgba(255, 255, 255, 0.24);
}

.feature-tabs::-webkit-scrollbar {
    height: 9px;
}

.feature-tabs::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
}

.feature-tabs::-webkit-scrollbar-thumb {
    border: 2px solid var(--navy);
    border-radius: 999px;
    background: var(--gold);
}

.feature-tab {
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
    user-select: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.feature-tab:hover {
    border-color: rgba(241, 196, 107, 0.62);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.feature-tab.is-active {
    background: var(--gold);
    color: #172334;
    border-color: transparent;
}

.feature-tab:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(241, 196, 107, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.feature-tab:active {
    transform: translateY(0);
}

.feature-panels {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.22);
}

.feature-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(1.4rem, 4vw, 3rem);
    align-items: center;
    padding: clamp(1rem, 3vw, 2rem);
}

.feature-panel[hidden] {
    display: none;
}

.feature-copy {
    padding: 0.5rem;
}

.feature-copy h3 {
    max-width: 540px;
    margin: 0.5rem 0 1rem;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.feature-copy .check-list li::before {
    color: var(--gold-2);
}

.feature-visual .product-frame {
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.26);
}

.wide-shot img {
    aspect-ratio: 1883 / 835;
    object-fit: cover;
}

.placeholder-screen {
    display: grid;
    align-content: center;
    min-height: 430px;
    padding: clamp(1.2rem, 4vw, 2rem);
    border: 1px dashed rgba(255, 255, 255, 0.32);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
        radial-gradient(circle at 30% 20%, rgba(212, 154, 58, 0.2), transparent 28%);
}

.placeholder-screen span {
    color: var(--gold-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.placeholder-screen strong {
    margin: 0.7rem 0 0.45rem;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.placeholder-screen p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.protection-note {
    max-width: 740px;
    margin: 1rem auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    text-align: center;
}

.journey-section {
    background:
        radial-gradient(circle at 18% 18%, rgba(212, 154, 58, 0.17), transparent 30%),
        linear-gradient(135deg, #102b44, var(--navy));
    color: #fff;
}

.journey-section h2,
.journey-section p {
    color: #fff;
}

.journey-map {
    display: grid;
    gap: 0.7rem;
}

.journey-map span {
    position: relative;
    display: block;
    padding: 1rem 1rem 1rem 3.1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 900;
}

.journey-map span::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--gold);
    transform: translateY(-50%);
}

.emphasis-light {
    color: #fff;
}

.roles-section {
    background: #fff;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.roles-grid article {
    min-height: 235px;
    padding: 1.35rem;
}

.demo-cta {
    background: var(--navy);
    color: #fff;
}

.demo-cta h2,
.demo-cta p {
    color: #fff;
}

.cta-card {
    display: grid;
    gap: 1rem;
    padding: clamp(1.2rem, 4vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.process-section {
    background: var(--cream);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.process-grid article {
    padding: 1.3rem;
}

.process-note {
    display: grid;
    justify-items: center;
    gap: 0.25rem;
    width: min(760px, 100%);
    margin: clamp(1.4rem, 3vw, 2rem) auto 0;
    padding: clamp(1rem, 3vw, 1.4rem);
    border: 1px solid rgba(212, 154, 58, 0.36);
    border-radius: 24px;
    background:
        linear-gradient(90deg, transparent, rgba(212, 154, 58, 0.14), transparent) top / 100% 3px no-repeat,
        rgba(255, 253, 248, 0.92);
    color: #4d6177;
    text-align: center;
    box-shadow: 0 16px 42px rgba(17, 36, 58, 0.08);
}

.process-note span {
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.process-note strong {
    color: var(--navy);
    font-family: var(--accent);
    font-size: clamp(2.1rem, 6vw, 4rem);
    line-height: 1;
}

.process-note p {
    max-width: 520px;
    margin: 0;
    color: #42586e;
    font-weight: 800;
}

.pricing-section {
    background: #fff;
}

.pricing-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) repeat(2, minmax(0, 0.93fr));
    gap: 1rem;
}

.pricing-card {
    padding: clamp(1.25rem, 3vw, 1.8rem);
}

.featured-price {
    background: var(--navy);
    color: #fff;
}

.featured-price h3,
.featured-price p,
.featured-price li,
.featured-price .price-value {
    color: #fff;
}

.featured-price .pricing-kicker {
    color: var(--gold-2);
}

.price-value {
    margin: 0.9rem 0;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
}

.price-value span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
    color: var(--muted);
}

.featured-price .price-value span {
    color: rgba(255, 255, 255, 0.74);
}

.small-note {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 800;
}

.currency-note,
.optional-services {
    margin-top: 1rem;
    padding: 1.2rem;
    border-radius: var(--radius);
}

.currency-note {
    border: 1px solid rgba(212, 154, 58, 0.3);
    background: #fff7e6;
    color: #5d4217;
    font-size: 0.94rem;
}

.optional-services {
    background: var(--mist);
}

.optional-services .button {
    margin-top: 0.5rem;
}

.faq-section {
    background: var(--cream);
}

.faq-list {
    display: grid;
    gap: 0.65rem;
}

.faq-list details {
    padding: 0;
    box-shadow: none;
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    color: var(--navy);
    font-weight: 900;
    cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--teal);
    font-size: 1.35rem;
    line-height: 1;
}

.faq-list details[open] summary::after {
    content: "-";
}

.faq-list details p {
    margin: 0;
    padding: 0 1.25rem 1.2rem;
}

.final-cta {
    background: #fff;
}

.final-card {
    padding: clamp(1.4rem, 5vw, 3rem);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 15%, rgba(34, 124, 122, 0.16), transparent 28%),
        linear-gradient(135deg, var(--navy), #0d2a43);
    color: #fff;
    text-align: center;
    box-shadow: var(--shadow);
}

.final-card h2,
.final-card p {
    color: #fff;
}

.final-card h2 {
    max-width: 900px;
    margin: 0 auto;
}

.final-card > p {
    max-width: 680px;
    margin: 1rem auto 0;
}

.center-actions {
    justify-content: center;
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 2.6rem 0 2rem;
    background:
        radial-gradient(circle at 82% 18%, rgba(212, 154, 58, 0.12), transparent 28%),
        linear-gradient(135deg, #071b2c, #0d2a43);
    color: rgba(255, 255, 255, 0.76);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background:
        linear-gradient(135deg, transparent 0 42%, rgba(255, 255, 255, 0.12) 42% 45%, transparent 45%),
        linear-gradient(45deg, transparent 0 42%, rgba(255, 255, 255, 0.12) 42% 45%, transparent 45%);
    background-size: 34px 34px;
    pointer-events: none;
}

.footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(150px, 0.45fr) minmax(190px, 0.6fr);
    align-items: start;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    max-width: 560px;
}

.footer-brand img {
    width: 44px;
    height: 44px;
    padding: 0.35rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
}

.footer-brand strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

.footer-brand p {
    margin: 0.3rem 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 0.38rem;
    align-content: start;
}

.footer-links strong,
.footer-contact strong {
    color: var(--gold-2);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-grid a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
    color: #fff;
}

.footer-bottom {
    position: relative;
    padding-top: 1.2rem;
    font-size: 0.86rem;
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 90;
    display: none;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #172334;
    font-size: 1.25rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(20, 54, 83, 0.24);
}

.floating-whatsapp span:last-child {
    display: none;
}

.floating-whatsapp.is-visible {
    display: inline-flex;
}

@media (prefers-reduced-motion: no-preference) {
    .feature-panel.is-active {
        animation: panel-in 260ms ease both;
    }

    @keyframes panel-in {
        from {
            opacity: 0;
            transform: translateY(8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 1080px) {
    .brand-label-full {
        display: none;
    }

    .brand-label-short {
        display: inline;
    }

    .hero-grid,
    .two-column,
    .journey-grid,
    .cta-grid,
    .contrast-panel {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 820px;
    }

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

    .mini-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .feature-panel {
        grid-template-columns: 1fr;
    }

    .feature-visual {
        order: -1;
    }

    .launch-card,
    .footer-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .launch-actions {
        justify-content: flex-start;
    }
}

@media (min-width: 760px) {
    .walkthrough-head h2 {
        white-space: nowrap;
    }
}

@media (max-width: 860px) {
    html {
        scroll-padding-top: 76px;
    }

    .container {
        width: min(100% - 32px, 1120px);
    }

    .nav-shell {
        grid-template-columns: 1fr auto;
        min-height: 66px;
    }

    .site-nav {
        position: fixed;
        inset: 66px 16px auto 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.55rem;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 0.9rem 0.85rem;
        border-radius: 12px;
    }

    .site-nav a:hover,
    .site-nav a:focus-visible {
        background: var(--mist);
    }

    .menu-toggle {
        display: grid;
    }

    .hero {
        padding-top: 3.4rem;
    }

    h1 {
        font-size: clamp(2.55rem, 12vw, 4.1rem);
    }

    h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .hero-grid,
    .package-grid,
    .outcome-grid {
        grid-template-columns: 1fr;
    }

    .floating-proof {
        position: static;
        width: 100%;
        margin-top: 0.9rem;
    }

    .feature-panel {
        padding: 0.85rem;
    }

    .placeholder-screen {
        min-height: 300px;
    }

    .footer-brand {
        align-items: flex-start;
    }

    body {
        padding-bottom: 78px;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(100% - 24px, 1120px);
    }

    .brand-logo-lockup img {
        width: 32px;
        height: 32px;
    }

    .brand-logo-lockup strong {
        font-size: 0.92rem;
    }

    .brand-label {
        padding-left: 0.48rem;
        font-size: 0.68rem;
        letter-spacing: 0.07em;
    }

    .button {
        width: 100%;
    }

    .nav-actions .button {
        width: auto;
        max-width: 58px;
        padding-inline: 0.75rem;
        white-space: normal;
    }

    .nav-actions .button span:last-child {
        display: none;
    }

    .hero-actions,
    .center-actions {
        width: 100%;
    }

    .trust-grid,
    .roles-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid div {
        min-height: 74px;
    }

    .price-panel,
    .outcome-card,
    .package-card,
    .contrast-panel,
    .feature-panels,
    .final-card {
        border-radius: 18px;
    }

    .frame-top strong {
        display: none;
    }

    .feature-tabs {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .product-frame {
        border-radius: 16px;
    }

    .pricing-card,
    .optional-services,
    .currency-note {
        border-radius: 16px;
    }

    .floating-whatsapp {
        left: auto;
        right: 12px;
    }

    .islamic-floating-card {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.46rem 0.62rem;
        font-size: 0.72rem;
    }
}

/* Simplified landing-page pass */
.offer-section {
    background: linear-gradient(180deg, #fffdf8 0%, #f2f7f6 100%);
}

.ornament-divider {
    width: min(620px, calc(100% - 48px));
    height: 18px;
    margin: 0 auto clamp(2.2rem, 5vw, 4rem);
    opacity: 0.62;
    background:
        radial-gradient(circle at 8px 9px, var(--gold) 0 2px, transparent 2.2px) 0 0 / 32px 18px,
        linear-gradient(90deg, transparent, rgba(34, 124, 122, 0.42), transparent);
    mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

.hero {
    padding: clamp(3rem, 5vw, 5.2rem) 0 2.8rem;
}

.hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
}

.hero-copy {
    max-width: 600px;
}

.hero h1 {
    font-size: clamp(2.75rem, 4.45vw, 3.9rem);
    line-height: 1.01;
}

.hero-lead {
    margin: 1rem 0 1rem;
}

.price-panel {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
}

.price-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    min-height: 34px;
    margin-top: 0.45rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.hero-actions {
    margin-top: 1rem;
}

.hero-visual {
    margin-top: clamp(1rem, 3vw, 2.2rem);
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.offer-card {
    min-height: 320px;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-soft);
}

.offer-card > span {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--mist);
    color: var(--teal);
    font-weight: 900;
}

.offer-card-dark {
    background: var(--navy);
    color: #fff;
}

.offer-card-dark h3,
.offer-card-dark li {
    color: #fff;
}

.offer-card-dark .check-list li::before {
    color: var(--gold-2);
}

.compact-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    margin-top: 1.1rem;
    padding: 1.05rem 1.2rem;
    border: 1px solid rgba(212, 154, 58, 0.32);
    border-radius: 18px;
    background: #fff7e6;
    color: #5d4217;
}

.compact-note strong {
    color: var(--navy);
}

.walkthrough-section {
    position: relative;
    padding-top: clamp(3.2rem, 6vw, 4.8rem);
    background:
        radial-gradient(circle at 10% 8%, rgba(212, 154, 58, 0.14), transparent 30%),
        linear-gradient(180deg, #f2f7f6 0%, #fffdf8 100%);
}

.walkthrough-stack {
    display: grid;
    gap: clamp(1.7rem, 4vw, 3rem);
}

.walkthrough-head {
    max-width: 960px;
    margin-bottom: 0;
}

.walkthrough-head h2 {
    font-size: clamp(2.15rem, 4.4vw, 4rem);
    line-height: 1.02;
}

.walkthrough-media {
    width: 100%;
}

.video-frame {
    overflow: hidden;
    border: 1px solid rgba(20, 54, 83, 0.18);
    border-radius: 28px;
    background: var(--navy);
    box-shadow: var(--shadow);
}

.video-frame video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    background: var(--navy-2);
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tag-row span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
}

.price-features {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.price-features li {
    position: relative;
    padding-left: 1.35rem;
    color: #42586e;
}

.price-features li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 4px rgba(34, 124, 122, 0.12);
}

.featured-price .price-features li {
    color: rgba(255, 255, 255, 0.88);
}

.featured-price .price-features li::before {
    background: var(--gold-2);
    box-shadow: 0 0 0 4px rgba(241, 196, 107, 0.14);
}

.feature-copy p {
    max-width: 480px;
}

.process-section {
    background: var(--cream);
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: start;
}

.faq-grid .section-head {
    position: sticky;
    top: 110px;
    margin-bottom: 0;
}

.js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-reveal-delay="1"] {
    transition-delay: 90ms;
}

[data-reveal-delay="2"] {
    transition-delay: 170ms;
}

[data-reveal-delay="3"] {
    transition-delay: 240ms;
}

.site-header,
.button,
.feature-tab,
.offer-card,
.pricing-card,
.faq-list details {
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1080px) {
    .offer-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-grid .section-head {
        position: static;
    }
}

@media (max-width: 860px) {
    .section {
        padding: clamp(3.7rem, 10vw, 5rem) 0;
    }

    .offer-card {
        min-height: auto;
    }

    .compact-note {
        grid-template-columns: 1fr;
    }
}

/* Final responsive guards after simplified overrides */
@media (max-width: 1080px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .launch-card {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-visual {
        margin-top: 0;
    }

    .hero-frame {
        transform: none;
    }

    .floating-proof {
        position: static;
        width: 100%;
        margin-top: 0.8rem;
    }
}

@media (max-width: 560px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .nav-shell,
    .hero-grid,
    .hero-copy,
    .hero-visual,
    .launch-card,
    .product-frame,
    .feature-panels,
    .final-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .site-header .container,
    .hero .container,
    .launch-strip .container,
    .section .container {
        max-width: calc(100vw - 24px);
    }

    .nav-shell {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .brand {
        min-width: 0;
    }

    .brand-logo-lockup img {
        width: 32px;
        height: 32px;
    }

    .brand-logo-lockup strong {
        font-size: 0.92rem;
    }

    .nav-actions {
        gap: 0.45rem;
    }

    .nav-actions .button {
        width: auto;
        max-width: 48px;
        min-height: 40px;
        padding: 0.55rem 0.72rem;
        font-size: 0.76rem;
        white-space: nowrap;
    }

    .nav-actions .button span:last-child {
        display: none;
    }

    .hero {
        padding-top: 2.8rem;
    }

    .hero h1 {
        max-width: 100%;
        font-size: clamp(2.15rem, 10.2vw, 2.75rem);
        overflow-wrap: normal;
    }

    .hero-lead {
        max-width: 100%;
        font-size: 0.98rem;
    }

    .hero-actions .button {
        max-width: 100%;
        white-space: normal;
    }

}

/* Footer-only responsive repair */
@media (min-width: 700px) and (max-width: 1080px) {
    .site-footer .container {
        width: min(100% - 48px, 1120px);
        max-width: calc(100vw - 48px);
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(110px, 0.42fr) minmax(180px, 0.6fr);
        gap: clamp(1rem, 3vw, 1.5rem);
        align-items: start;
    }

    .footer-brand {
        max-width: none;
    }

    .footer-brand p {
        max-width: 32ch;
    }
}

@media (max-width: 699px) {
    .site-footer {
        padding: 2.3rem 0 1.75rem;
    }

    .site-footer .container {
        width: min(100% - 32px, 1120px);
        max-width: calc(100vw - 32px);
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .footer-brand {
        align-items: flex-start;
        gap: 0.75rem;
        max-width: none;
    }

    .footer-brand img {
        width: 40px;
        height: 40px;
    }

    .footer-brand strong,
    .footer-grid a {
        font-size: 0.92rem;
    }

    .footer-brand p {
        max-width: 28ch;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .footer-links,
    .footer-contact {
        gap: 0.32rem;
    }

    .footer-bottom {
        font-size: 0.78rem;
    }
}
