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

:root {
    --bg: #050b16;
    --bg-2: #0a1222;
    --panel: #111a2d;
    --panel-2: #151f34;
    --text: #f6f8ff;
    --muted: #aeb8cf;
    --teal: #1ee6d1;
    --cyan: #1ccfff;
    --sun: #ffd166;
    --orange: #ff7a18;
    --green: #24f29a;
    --border: rgba(255,255,255,.09);
    --shadow: 0 30px 80px rgba(0,0,0,.35);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 82% 8%, rgba(255,122,24,.24), transparent 32%),
        radial-gradient(circle at 12% 54%, rgba(30,230,209,.12), transparent 28%),
        radial-gradient(circle at 55% 92%, rgba(28,207,255,.11), transparent 28%),
        var(--bg);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 80%);
    z-index: 0;
}

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

.container {
    width: min(92%, 1440px);
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

.page-glow {
    position: fixed;
    border-radius: 50%;
    filter: blur(140px);
    opacity: .26;
    z-index: 0;
    pointer-events: none;
}

.glow-teal {
    width: 440px;
    height: 440px;
    background: var(--teal);
    left: -170px;
    bottom: 14%;
}

.glow-sun {
    width: 620px;
    height: 620px;
    background: var(--orange);
    top: -180px;
    right: -150px;
}

.glow-blue {
    width: 380px;
    height: 380px;
    background: #254cff;
    right: 18%;
    bottom: -190px;
    opacity: .15;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(5,11,22,.78);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(22px);
}

.nav-wrap {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(30,230,209,.22), rgba(255,122,24,.22)),
        #0c1728;
    border: 1px solid rgba(30,230,209,.35);
    display: grid;
    place-items: center;
    color: var(--teal);
    font-weight: 900;
    font-size: 15px;
    box-shadow: 0 0 35px rgba(30,230,209,.18);
}

.brand strong {
    display: block;
    font-size: 24px;
    letter-spacing: -.04em;
}

.brand small {
    color: var(--muted);
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.nav-menu,
.nav-actions {
    display: flex;
    align-items: center;
    gap: 26px;
}

.nav-menu a {
    color: #d7ddea;
    font-weight: 750;
    font-size: 15px;
    transition: .25s ease;
}

.nav-menu a:hover {
    color: var(--teal);
}

.nav-actions {
    gap: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 14px 24px;
    font-weight: 850;
    transition: .25s ease;
    border: 1px solid transparent;
    text-align: center;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-gradient {
    background: linear-gradient(100deg, var(--teal), var(--cyan) 35%, var(--orange));
    color: #06101b;
    box-shadow: 0 20px 50px rgba(30,207,255,.16), 0 18px 50px rgba(255,122,24,.12);
}

.btn-ghost,
.btn-dark {
    background: rgba(255,255,255,.04);
    color: #fff;
    border-color: var(--border);
}

.btn-large {
    padding: 18px 32px;
    font-size: 16px;
}

.hero-section {
    padding: 105px 0 80px;
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 70px;
    align-items: center;
}

.eyebrow,
.mini-tag {
    color: var(--teal);
    letter-spacing: .28em;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-copy h1 {
    font-size: clamp(54px, 7vw, 104px);
    line-height: .96;
    letter-spacing: -.07em;
    margin: 28px 0 30px;
    max-width: 920px;
}

.gradient-text {
    background: linear-gradient(95deg, var(--teal), #99f7a3 38%, var(--sun) 63%, var(--orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-lead {
    color: var(--muted);
    font-size: 22px;
    line-height: 1.72;
    max-width: 830px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 42px 0 32px;
}

.proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.proof-pill {
    padding: 13px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--border);
    color: #dce4f5;
    font-weight: 800;
    font-size: 14px;
}

.proof-pill::before {
    content: "+";
    color: var(--green);
    margin-right: 8px;
}

.guest-console {
    border-radius: 44px;
    background:
        linear-gradient(145deg, rgba(21,31,52,.96), rgba(9,17,31,.96)),
        radial-gradient(circle at 50% 10%, rgba(30,230,209,.24), transparent 40%);
    border: 1px solid var(--border);
    box-shadow: var(--shadow), 0 0 90px rgba(255,122,24,.12);
    overflow: hidden;
    position: relative;
}

.guest-console::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 44px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(30,230,209,.65), transparent 40%, rgba(255,122,24,.55));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.console-top {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--border);
}

.window-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.red { background: #ff5f57; }
.yellow { background: #febc2e; }
.green { background: #28c840; }

.secure-badge {
    margin-left: auto;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(30,230,209,.08);
    color: var(--teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.property-card {
    margin: 32px;
    padding: 24px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--border);
}

.property-mark {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 900;
    color: #06101b;
    background: linear-gradient(135deg, var(--teal), var(--orange));
}

.property-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
}

.property-card p {
    color: var(--muted);
}

.live-indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green);
    margin-left: auto;
    box-shadow: 0 0 0 8px rgba(36,242,154,.1), 0 0 26px rgba(36,242,154,.9);
}

.chat-stack {
    display: grid;
    gap: 16px;
    padding: 0 32px 30px;
}

.chat-bubble {
    padding: 18px;
    border-radius: 20px;
    line-height: 1.55;
    font-size: 16px;
}

.chat-bubble.guest {
    background: #f8fbff;
    color: #192337;
}

.chat-bubble.assistant {
    background: #15243d;
    color: #fff;
    border: 1px solid var(--border);
}

.chat-bubble.system {
    background: rgba(255,122,24,.12);
    color: #ffd7bd;
    border: 1px solid rgba(255,122,24,.18);
}

.integration-stack {
    padding: 0 32px 34px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.integration-stack div {
    text-align: center;
    padding: 14px 10px;
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--border);
    color: var(--muted);
    font-weight: 800;
    font-size: 13px;
}

.whatsapp-shell {
    width: min(100%, 430px);
    margin-inline: auto;
    padding: 18px 18px 0;
    border-radius: 52px;
    background:
        linear-gradient(145deg, rgba(15,23,38,.98), rgba(5,11,22,.98)),
        radial-gradient(circle at 50% 0%, rgba(37,211,102,.2), transparent 42%);
    border-color: rgba(37,211,102,.2);
}

.whatsapp-shell::before {
    border-radius: 52px;
    background: linear-gradient(135deg, rgba(37,211,102,.75), transparent 44%, rgba(30,230,209,.5));
}

.phone-speaker {
    width: 92px;
    height: 7px;
    margin: 4px auto 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}

.whatsapp-app {
    overflow: hidden;
    border-radius: 34px;
    background:
        linear-gradient(rgba(9,33,29,.72), rgba(9,33,29,.72)),
        radial-gradient(circle at 20% 15%, rgba(255,255,255,.07) 0 1px, transparent 1px),
        #0b1f1a;
    background-size: auto, 28px 28px, auto;
    border: 1px solid rgba(255,255,255,.08);
}

.whatsapp-status {
    min-height: 34px;
    padding: 10px 18px 6px;
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 850;
}

.whatsapp-header {
    min-height: 76px;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 22px 46px 1fr auto;
    align-items: center;
    gap: 11px;
    background: #075e54;
    color: #fff;
}

.wa-back {
    font-size: 26px;
    color: rgba(255,255,255,.86);
}

.wa-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--teal), var(--green));
    color: #062018;
    font-weight: 950;
}

.wa-contact strong,
.wa-contact span {
    display: block;
}

.wa-contact strong {
    font-size: 16px;
    letter-spacing: -.02em;
}

.wa-contact span {
    margin-top: 3px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
}

.wa-actions {
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.8);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.whatsapp-chat {
    min-height: 470px;
    padding: 18px 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wa-date {
    align-self: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(225,245,254,.9);
    color: #496069;
    font-size: 12px;
    font-weight: 850;
}

.wa-bubble {
    max-width: 84%;
    padding: 10px 12px 7px;
    border-radius: 14px;
    color: #111b21;
    font-size: 15px;
    line-height: 1.42;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

.wa-bubble span {
    display: block;
    margin-top: 6px;
    text-align: right;
    color: rgba(17,27,33,.56);
    font-size: 11px;
    font-weight: 750;
}

.wa-bubble.inbound {
    align-self: flex-start;
    border-top-left-radius: 4px;
    background: #fff;
}

.wa-bubble.outbound {
    align-self: flex-end;
    border-top-right-radius: 4px;
    background: #d9fdd3;
}

.wa-bubble.notice {
    align-self: center;
    max-width: 92%;
    background: rgba(255,244,190,.94);
    color: #5b4b0b;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.whatsapp-compose {
    padding: 10px 12px 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.whatsapp-compose div {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    color: #87929a;
    font-size: 14px;
}

.whatsapp-compose button {
    width: 54px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #25d366;
    color: #06391c;
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    cursor: default;
}

.industry-strip {
    padding: 60px 0 95px;
}

.center-title {
    text-align: center;
    color: #dbe3f4;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.03em;
    margin-bottom: 28px;
}

.status-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 22px rgba(30,230,209,.9);
    margin: 0 12px;
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.chip {
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 28px;
    border-radius: 24px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--border);
    color: #d5ddec;
    font-size: 17px;
    font-weight: 900;
    transition: .25s ease;
}

.chip.active,
.chip:hover {
    border-color: rgba(30,230,209,.55);
    box-shadow: 0 0 38px rgba(30,230,209,.16);
    color: #fff;
}

.demo-section {
    padding: 35px 0 95px;
    position: relative;
}

.demo-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 42px;
    align-items: center;
    padding: 46px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 100% 0%, rgba(37,211,102,.18), transparent 34%),
        linear-gradient(145deg, rgba(21,31,52,.98), rgba(10,18,34,.98));
    border: 1px solid rgba(37,211,102,.22);
    box-shadow: var(--shadow), 0 0 70px rgba(37,211,102,.08);
}

.demo-copy h2 {
    font-size: clamp(42px, 4.6vw, 74px);
    line-height: 1.08;
    letter-spacing: -.055em;
    margin: 22px 0;
}

.demo-copy p {
    color: var(--muted);
    font-size: 21px;
    line-height: 1.75;
    max-width: 760px;
}

.qr-card {
    justify-self: center;
    width: min(100%, 360px);
    padding: 22px;
    border-radius: 36px;
    background: rgba(255,255,255,.055);
    border: 1px solid var(--border);
}

.qr-frame {
    padding: 18px;
    border-radius: 28px;
    background: #fff;
}

.qr-frame img {
    display: block;
    width: 100%;
    height: auto;
}

.qr-meta {
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(37,211,102,.1);
    border: 1px solid rgba(37,211,102,.18);
}

.qr-meta strong,
.qr-meta span {
    display: block;
}

.qr-meta strong {
    font-size: 20px;
    letter-spacing: -.03em;
}

.qr-meta span {
    color: var(--muted);
    margin-top: 5px;
    font-weight: 800;
}

.section-block,
.workflow-section,
.market-section,
.pricing-section {
    padding: 120px 0;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 1030px;
    margin: 0 auto 70px;
}

.section-header h2,
.workflow-copy h2,
.market-panel h2 {
    font-size: clamp(44px, 5vw, 82px);
    line-height: 1.08;
    letter-spacing: -.055em;
    margin: 24px 0;
}

.section-header p,
.workflow-copy p,
.market-panel p,
.pricing-card p {
    color: var(--muted);
    font-size: 21px;
    line-height: 1.75;
}

.cards-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
}

.service-card {
    min-height: 520px;
    padding: 42px;
    border-radius: 42px;
    background: linear-gradient(145deg, rgba(21,31,52,.98), rgba(10,18,34,.98));
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    transition: .25s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(30,230,209,.35);
}

.orange-card {
    background:
        radial-gradient(circle at 25% 0%, rgba(255,122,24,.18), transparent 35%),
        linear-gradient(145deg, rgba(30,30,42,.98), rgba(19,18,31,.98));
    border-color: rgba(255,122,24,.22);
}

.icon-shell {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: rgba(255,122,24,.12);
    border: 1px solid rgba(255,122,24,.22);
    display: grid;
    place-items: center;
    font-size: 23px;
    font-weight: 950;
    margin-bottom: 34px;
}

.service-card h3 {
    font-size: 35px;
    letter-spacing: -.04em;
    margin-bottom: 18px;
}

.service-card p {
    color: #c6cede;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.service-card ul {
    list-style: none;
}

.service-card li {
    color: #e8edf8;
    margin-bottom: 14px;
    font-weight: 750;
}

.service-card li::before {
    content: "+";
    color: var(--green);
    margin-right: 10px;
}

.workflow-grid,
.market-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 72px;
    align-items: center;
}

.task-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}

.task-pill,
.market-list div {
    padding: 18px 20px;
    border-radius: 18px;
    background: #101a2d;
    border: 1px solid var(--border);
    color: #e8edf8;
    font-weight: 850;
}

.ops-phone {
    display: flex;
    justify-content: center;
}

.phone-panel {
    width: min(100%, 450px);
    border-radius: 42px;
    background: #081321;
    border: 1px solid rgba(30,230,209,.18);
    box-shadow: var(--shadow), 0 0 60px rgba(30,230,209,.1);
    padding: 26px;
}

.phone-header {
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--teal), #15b98f);
    color: #06101b;
    margin-bottom: 24px;
}

.phone-header strong {
    display: block;
    font-size: 21px;
}

.phone-header span {
    font-size: 13px;
    font-weight: 800;
}

.mini-metric-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.mini-metric-grid div {
    border-radius: 20px;
    background: #111d32;
    border: 1px solid var(--border);
    padding: 18px;
}

.mini-metric-grid strong {
    display: block;
    font-size: 32px;
    letter-spacing: -.04em;
}

.mini-metric-grid span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.type-line {
    padding: 16px;
    border-radius: 18px;
    background: #fff;
    color: #4b5568;
    line-height: 1.5;
}

.market-panel {
    padding: 46px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255,122,24,.22), transparent 32%),
        linear-gradient(145deg, rgba(21,31,52,.98), rgba(10,18,34,.98));
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.market-list {
    display: grid;
    gap: 16px;
}

.pricing-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 44px;
    border-radius: 42px;
    background: linear-gradient(145deg, rgba(21,31,52,.98), rgba(10,18,34,.98));
    border: 1px solid rgba(30,230,209,.22);
    box-shadow: var(--shadow), 0 0 60px rgba(30,230,209,.08);
}

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

.pricing-card.plan-card {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 34px;
    border-radius: 34px;
}

.pricing-card.featured-plan {
    border-color: rgba(255,122,24,.45);
    box-shadow: var(--shadow), 0 0 70px rgba(255,122,24,.12);
}

.pricing-card ul {
    margin: 6px 0 10px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: var(--muted);
}

.pricing-card li::before {
    content: "✓";
    color: var(--teal);
    font-weight: 900;
    margin-right: 8px;
}

.pricing-footnote {
    max-width: 920px;
    margin: 24px auto 0;
    color: var(--muted);
    text-align: center;
    font-size: 16px;
}

.plan-label {
    color: var(--teal);
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 13px;
}

.price {
    margin: 12px 0;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 950;
    letter-spacing: -.07em;
}

.price small {
    color: var(--muted);
    font-size: 20px;
    letter-spacing: 0;
}

.site-footer {
    border-top: 1px solid var(--border);
    padding: 42px 0;
    background: rgba(5,11,22,.86);
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-footer strong {
    display: block;
    font-size: 24px;
    letter-spacing: -.04em;
}

.site-footer p {
    color: var(--muted);
    margin-top: 6px;
}

.form-shell {
    padding: 64px 0 100px;
}

.form-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 38px;
    align-items: start;
}

.note-panel,
.form-card,
.success-card {
    border-radius: 42px;
    background: linear-gradient(145deg, rgba(21,31,52,.98), rgba(10,18,34,.98));
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.note-panel {
    padding: 34px;
    position: sticky;
    top: 130px;
}

.note-panel h2,
.form-card h2,
.success-card h1 {
    font-size: 34px;
    letter-spacing: -.04em;
    margin-bottom: 14px;
}

.note-panel p,
.success-card p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
}

.form-card {
    padding: 34px;
}

.form-section {
    margin-bottom: 28px;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.field {
    margin-bottom: 18px;
}

label {
    display: block;
    font-weight: 850;
    margin-bottom: 8px;
    color: #eef4ff;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    padding: 14px 15px;
    font: inherit;
    background: rgba(255,255,255,.04);
    color: var(--text);
}

select option {
    color: #101827;
}

textarea {
    min-height: 118px;
    resize: vertical;
}

.hint {
    font-size: 13px;
    color: var(--muted);
    margin-top: 6px;
}

.check {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    margin: 16px 0;
    color: #dce4f5;
    line-height: 1.5;
}

.check input {
    width: auto;
    margin-top: 5px;
}

.success-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 28px;
}

.success-card {
    width: min(100%, 760px);
    padding: 46px;
}

.success-card h1 {
    font-size: clamp(44px, 6vw, 70px);
}

.success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

@media (max-width: 1120px) {
    .nav-menu {
        display: none;
    }

    .hero-grid,
    .workflow-grid,
    .market-grid,
    .demo-grid,
    .pricing-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .cards-3 {
        grid-template-columns: 1fr;
    }

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

    .note-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .nav-wrap {
        min-height: 82px;
    }

    .nav-actions .btn-ghost {
        display: none;
    }

    .brand small {
        display: none;
    }

    .hero-section {
        padding: 72px 0 54px;
    }

    .hero-copy h1 {
        font-size: 48px;
    }

    .hero-lead,
    .section-header p,
    .workflow-copy p,
    .market-panel p,
    .pricing-card p {
        font-size: 18px;
    }

    .property-card,
    .chat-stack,
    .integration-stack {
        margin-left: 18px;
        margin-right: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .property-card {
        align-items: flex-start;
    }

    .integration-stack,
    .task-grid,
    .field-grid,
    .mini-metric-grid {
        grid-template-columns: 1fr;
    }

    .center-title {
        font-size: 22px;
    }

    .status-dot {
        display: none;
    }

    .section-block,
    .workflow-section,
    .market-section,
    .demo-section,
    .pricing-section {
        padding: 82px 0;
    }

    .section-header h2,
    .workflow-copy h2,
    .market-panel h2,
    .demo-copy h2 {
        font-size: 42px;
    }

    .service-card,
    .market-panel,
    .demo-grid,
    .pricing-card,
    .form-card,
    .note-panel,
    .success-card {
        border-radius: 28px;
        padding: 26px;
    }

    .pricing-card,
    .footer-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}
