/* Restaurant Marketing — Figma node 7817:20956 */

.rm-page {
    overflow-x: hidden;
}

.rm-accent {
    color: #7b61ff;
}

/* Hero */
.rm-hero {
    position: relative;
    min-height: 810px;
    display: flex;
    align-items: center;
    padding: 110px 0 60px;
    background: url('../images/restaurant-marketing/hero.webp') left center / cover no-repeat;
    overflow: hidden;
}

.rm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.55) 38%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%);
    z-index: 0;
}

.rm-hero-content-wrap {
    position: relative;
    z-index: 1;
}

.rm-hero-inner {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 740px;
}

.rm-hero-eyebrow {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1a1a4d;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.rm-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(36px, 4vw, 55px);
    line-height: 1.15;
    color: #05053e;
    margin: 0 0 24px;
    letter-spacing: 0.004em;
}

.rm-hero-services-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #05053e;
    margin: 0 0 12px;
}

.rm-hero-bullets {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 630px;
}

.rm-hero-bullets li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #05053e;
    flex: 0 1 auto;
}

.rm-hero-bullets i {
    color: #7b61ff;
    font-size: 14px;
    flex-shrink: 0;
}

.rm-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #6b5bff 0%, #b8a7ff 100%);
    color: #fff !important;
    font-size: 16px;
    line-height: 26px;
    padding: 9px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rm-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(107, 91, 255, 0.35);
    color: #fff !important;
}

.rm-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 960px;
    margin-top: 40px;
}

.rm-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d8d8ff;
    color: #05053e;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 24px;
    border-radius: 35px;
    white-space: nowrap;
}

.rm-hero-tag i {
    font-size: 14px;
    color: #05053e;
}

/* Stats */
.rm-stats {
    padding: 80px 0;
    background: radial-gradient(ellipse 130% 140% at 50% -5%, #b4a4ff 0%, #cec4ff 35%, #e0dbff 65%, #ece8ff 100%);
    text-align: center;
}

.rm-stats-header {
    max-width: 978px;
    margin: 0 auto 44px;
}

.rm-stats-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    color: #1a1a4d;
    margin: 0;
}

.rm-stat-card {
    background: #f5f6ff;
    border: 1px solid rgba(168, 174, 208, 0.25);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.rm-stat-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #05053e;
    margin: 0 0 6px;
}

.rm-stat-card p {
    font-size: 16px;
    line-height: 26px;
    color: #1a1a4d;
    margin: 0;
}

/* AI Demo */
.rm-ai-demo {
    padding: 40px 0 60px;
    background: #f9faff;
    text-align: center;
}

.rm-ai-demo-tag {
    display: inline-block;
    background: #e6e2ff;
    color: #05053e;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 8px;
}

.rm-ai-demo-tag span {
    color: #7b61ff;
    font-weight: 700;
}

.rm-ai-demo h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 52px;
    color: #05053e;
    margin: 20px 0 8px;
}

.rm-ai-demo-sub {
    color: #5f5d68;
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 20px;
    max-width: 520px;
}

.rm-ai-demo-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto 24px;
}

.rm-ai-demo-field {
    flex: 1 1 280px;
    max-width: 448px;
    text-align: left;
}

.rm-ai-demo-field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #5f5d68;
    margin-bottom: 10px;
}

.rm-ai-demo-field input {
    width: 100%;
    padding: 13px 17px;
    border: 1px solid #c9c4d6;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    color: #5f5d68;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.rm-ai-demo-field input:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.rm-ai-demo-avatar {
    width: 96px;
    height: 94px;
    border-radius: 90px;
    border: 1px solid #7b61ff;
    overflow: hidden;
    margin: 0 auto 8px;
}

.rm-ai-demo-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rm-ai-demo-badge {
    display: inline-block;
    background: #eef0ff;
    color: #7b61ff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.rm-ai-demo-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #5f5d68;
}

.rm-ai-demo-lang {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #9d7bff;
    border-radius: 17px;
    padding: 3px 12px;
    font-size: 16px;
}

.rm-ai-demo-visualizer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
    min-height: 180px;
}

.rm-ai-demo-waves {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 54px;
}

.rm-ai-demo-waves span {
    display: block;
    width: 3px;
    border-radius: 100px;
    background: #d2d6ff;
}

.rm-ai-demo-mic {
    width: 96px;
    height: 96px;
    border-radius: 58px;
    border: 2px solid #9d7bff;
    background: radial-gradient(circle, #7b61ff 0%, #4a3a99 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px rgba(92, 69, 199, 0.28);
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.rm-ai-demo-mic:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.rm-ai-demo-mic::before,
.rm-ai-demo-mic::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(79, 57, 255, 0.12);
}

.rm-ai-demo-mic::before {
    width: 160px;
    height: 160px;
}

.rm-ai-demo-mic::after {
    width: 240px;
    height: 240px;
    border-color: rgba(79, 57, 255, 0.06);
}

.rm-ai-demo-mic i {
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.rm-ai-demo-hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e6e2ff;
    color: #7b61ff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 100px;
}

/* Calendly — restaurant-marketing overrides */
.rm-page .strategys-bookings-sections {
    padding: 64px 48px 32px;
}

.rm-page .strategys-bookings-sections h2 {
    text-align: left;
    color: #ffffff;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

.rm-page .strategys-bookings-sections h2 .cal-accent-now {
    color: #7B61FF;
}

/* Contact form header — restaurant-marketing only */
.rm-contact-form-header {
    background: linear-gradient(90deg, #7b61ff 0%, #b8a7ff 100%);
    padding: 26px 24px;
    text-align: center;
}

.rm-contact-form-header h2 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

/* Growth Loop */
.rm-growth {
    padding: 50px 0 80px;
    background: linear-gradient(135deg, #eceaff 0%, #f0eeff 50%, #f5f3ff 100%);
}

.rm-growth-header {
    text-align: center;
    max-width: 647px;
    margin: 0 auto 40px;
}

.rm-growth-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #7b61ff;
    margin-bottom: 8px;
}

.rm-growth-label::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #7b61ff;
}

.rm-growth-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.2;
    color: #05053e;
    margin: 0 0 16px;
}

.rm-growth-header p {
    color: #474650;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.rm-growth-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.rm-growth-diagram {
    position: relative;
    min-height: 499px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-growth-diagram img {
    max-width: 100%;
    height: auto;
}

.rm-growth-stages {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rm-growth-stage-nav {
    display: flex;
    gap: 6px;
    margin-top: 16px;
}

.rm-growth-stage-nav button {
    flex: 1;
    height: 4px;
    border: none;
    border-radius: 2px;
    background: #e6e2ff;
    cursor: pointer;
    padding: 0;
}

.rm-growth-stage-nav button.active {
    background: #7b61ff;
}

.rm-growth-next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7b61ff;
    font-weight: 600;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    padding: 0;
}

.rm-growth-card {
    background: #fff;
    border: 1px solid #e6e2ff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 17px 16.5px rgba(11, 11, 46, 0.04);
}

.rm-growth-card.dark {
    background: #05053e;
    border-color: #e6e2ff;
}

.rm-growth-card-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.rm-growth-card-num {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background: #05053e;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-growth-card.dark .rm-growth-card-num {
    background: #7b61ff;
}

.rm-growth-card-eyebrow span {
    font-size: 16px;
    font-weight: 500;
    color: #05053e;
}

.rm-growth-card.dark .rm-growth-card-eyebrow span {
    color: #fff;
}

.rm-growth-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #05053e;
    margin: 0 0 16px;
}

.rm-growth-card.dark h3 {
    color: #fff;
}

.rm-growth-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.rm-growth-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e6e2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #7b61ff;
    font-size: 18px;
}

.rm-growth-feature h4 {
    font-size: 16px;
    font-weight: 500;
    color: #05053e;
    margin: 0 0 2px;
}

.rm-growth-feature p {
    font-size: 14px;
    line-height: 20px;
    color: #5f5d68;
    margin: 0;
}

.rm-growth-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rm-growth-tag {
    background: #e6e2ff;
    color: #05053e;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 100px;
}

/* Niches */
.rm-niches {
    padding: 50px 0 80px;
    background: #fff;
}

.rm-niches-header {
    max-width: 933px;
    margin-bottom: 32px;
}

.rm-niches-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #7b61ff;
    margin-bottom: 12px;
}

.rm-niches-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 52px;
    color: #05053e;
    margin: 0 0 16px;
}

.rm-niches-header p {
    color: #474650;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.rm-niche-card {
    background: #f5f6ff;
    border: 1px solid #e6e2ff;
    border-radius: 44px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rm-niche-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 24px;
}

.rm-niche-card .num {
    font-size: 16px;
    font-weight: 500;
    color: #7b61ff;
}

.rm-niche-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #0b0b2e;
    margin: 0;
}

.rm-niche-card p {
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

/* Comparison */
.rm-comparison {
    padding: 50px 0 80px;
    background: linear-gradient(90deg, #fef0f0 50%, #fff 50%);
}

.rm-comparison-header {
    text-align: center;
    max-width: 1022px;
    margin: 0 auto 24px;
}

.rm-comparison-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 52px;
    color: #0f172a;
    margin: 0;
}

.rm-comparison-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: start;
    max-width: 1086px;
    margin: 0 auto;
}

.rm-comparison-col-header {
    text-align: center;
    margin-bottom: 20px;
}

.rm-comparison-col-header .label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}

.rm-comparison-col-header.problems .label {
    color: rgba(153, 27, 27, 0.72);
}

.rm-comparison-col-header.solutions .label {
    color: rgba(22, 101, 52, 0.72);
}

.rm-comparison-col-header h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.rm-comparison-col-header.problems h3 {
    color: #991b1b;
}

.rm-comparison-col-header.solutions h3 {
    color: #166534;
}

.rm-comparison-connector {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.rm-comparison-connector img {
    width: 100%;
    height: auto;
}

.rm-compare-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 11px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
}

.rm-compare-card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.rm-compare-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.rm-compare-icon.problem {
    background: #fef2f2;
    color: #991b1b;
}

.rm-compare-icon.solution {
    background: rgba(22, 101, 52, 0.12);
    color: #166534;
}

.rm-compare-card h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #05053e;
    margin: 0;
}

.rm-compare-card p {
    font-size: 14px;
    line-height: 20px;
    color: #474650;
    margin: 0;
}

/* Services grid */
.rm-services {
    padding: 50px 0 80px;
    background: #fff;
}

.rm-services-header {
    max-width: 933px;
    margin-bottom: 34px;
}

.rm-services-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 52px;
    color: #05053e;
    margin: 0 0 10px;
}

.rm-services-header p {
    color: #474650;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.rm-service-card {
    background: #f5f6ff;
    border: 1px solid #e6e2ff;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.rm-service-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #7b61ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.rm-service-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #0b0b2e;
    margin: 0 0 8px;
}

.rm-service-card p {
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

.rm-service-card.wide {
    grid-column: span 2;
}

.rm-services-footnote {
    max-width: 1040px;
    margin-top: 34px;
    color: #474650;
    font-size: 16px;
    line-height: 26px;
}

/* Why Us */
.rm-why {
    padding: 72px 0;
    background: #05053e;
}

.rm-why-header {
    text-align: center;
    max-width: 834px;
    margin: 0 auto 40px;
}

.rm-why-header .label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.rm-why-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.15;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
}

.rm-why-card {
    background: #151545;
    border: 1px solid rgba(180, 177, 238, 0.56);
    border-radius: 20px;
    padding: 26px;
    height: 100%;
}

.rm-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(180, 177, 238, 0.2);
    background: linear-gradient(137deg, rgba(180, 177, 238, 0.2) 10%, rgba(180, 177, 238, 0.1) 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    overflow: hidden;
}

.rm-why-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.rm-why-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 16px;
}

.rm-why-card p {
    font-size: 16px;
    line-height: 26px;
    color: #d8d5d5;
    margin: 0;
}

/* FAQ */
.rm-faq {
    padding: 50px 0 70px;
    background: #e6e2ff;
}

.rm-faq-header {
    max-width: 755px;
    margin-bottom: 48px;
}

.rm-faq-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #05053e;
    margin-bottom: 16px;
}

.rm-faq-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 52px;
    color: #05053e;
    margin: 0;
}

.rm-faq .faq-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}

.rm-faq .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    cursor: pointer;
}

.rm-faq .faq-question h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #05053e;
    margin: 0;
    flex: 1;
}

.rm-faq-toggle {
    width: 30px;
    height: 30px;
    border: 2px solid #d4d6f0;
    border-radius: 15px;
    background: transparent;
    color: #9b97e8;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    line-height: 1;
}

.rm-faq .faq-answer {
    padding: 0 20px 16px;
    display: none;
}

.rm-faq .faq-item.active .faq-answer {
    display: block;
}

.rm-faq .faq-answer p {
    font-size: 14px;
    line-height: 20px;
    color: #474650;
    margin: 0;
}

/* Contact Section */
.rm-contact-section {
    position: relative;
    min-height: 840px;
    background: url('../images/restaurant-marketing/contact-bg.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.rm-contact-inner {
    width: 86%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 2%;
}

.rm-contact-form-card {
    width: 52%;
    max-width: 826px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    padding: 0;
}

.rm-contact-form-card iframe {
    width: 100% !important;
    min-height: 580px;
    height: auto;
    border: none;
    display: block;
}

/* Responsive */
@media (max-width: 1199px) {
    .rm-growth-layout {
        grid-template-columns: 1fr;
    }

    .rm-comparison {
        background: #fff;
    }

    .rm-comparison-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rm-comparison-connector {
        display: none;
    }
}

@media (max-width: 991px) {
    .rm-hero {
        min-height: auto;
        background-position: center;
        padding-bottom: 60px;
    }

    .rm-hero-cta {
        margin-bottom: 40px;
    }

    .rm-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.88);
        z-index: 0;
    }
}

@media (max-width: 767px) {
    .rm-hero-tag {
        white-space: normal;
    }

    .rm-ai-demo-visualizer {
        gap: 16px;
    }

    .rm-ai-demo-waves {
        display: none;
    }

    .rm-contact-form-card {
        width: 100%;
    }

    .rm-contact-section {
        background-position: top center;
        padding-top: 280px;
    }

    .rm-contact-inner {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .rm-contact-form-card {
        width: 80%;
    }
}
