/* ════════════════════════════════════
   HERO
════════════════════════════════════ */

#rotex-hero {
    padding: 112px 24px 96px;
    background: #f8f9fa;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

@media (min-width: 1024px) {
    #rotex-hero {
        padding: 176px 24px 144px;
    }
}

.rh-container {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rh-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
}

.rh-title {
    font-size: clamp(2.75rem, 7vw, 4.25rem);
    font-weight: 800;
    color: #1A1A2E;
    letter-spacing: -0.04em;
    line-height: 1.04;
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
}

.rh-subtitle {
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 600;
    color: #666666;
    font-style: italic;
    line-height: 1.3;
    margin: 0 0 32px;
    font-family: 'Inter', sans-serif;
}

.rh-text {
    font-size: clamp(16px, 2vw, 18px);
    color: #666666;
    line-height: 1.75;
    max-width: 580px;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ════════════════════════════════════
   PROBLEM / SOLUTION
════════════════════════════════════ */

#rotex-ps {
    padding: 80px 24px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 1024px) {
    #rotex-ps {
        padding: 112px 24px;
    }
}

.rps-container {
    max-width: 900px;
    margin: 0 auto;
}

.rps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

@media (max-width: 680px) {
    .rps-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

.rps-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #999999;
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
}

.rps-title {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1A1A2E;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 24px;
    font-family: 'Inter', sans-serif;
}

.rps-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.75;
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
}

.rps-text:last-child {
    margin-bottom: 0;
}

/* ════════════════════════════════════
   FIVE FACTORS
════════════════════════════════════ */

#rotex-factors {
    padding: 96px 24px;
    background: #f5f0ff;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 1024px) {
    #rotex-factors {
        padding: 144px 24px;
    }
}

.rf-container {
    max-width: 860px;
    margin: 0 auto;
}

/* ── Header ── */
.rf-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.rf-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8866cc;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.rf-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #1A1A2E;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0 0 20px;
    font-family: 'Inter', sans-serif;
}

.rf-subtitle {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ── Cards ── */
.rf-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.rf-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 36px;
    border: 1px solid #e8dfff;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 560px) {
    .rf-card {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }
}

.rf-card-icon {
    font-size: 28px;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #f5f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rf-card-body {
    flex: 1;
}

.rf-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.rf-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.rf-badge {
    font-size: 10px;
    font-weight: 700;
    color: #666666;
    background: #f0f0f0;
    border-radius: 999px;
    padding: 3px 10px;
    font-family: 'Inter', sans-serif;
}

.rf-card-text {
    font-size: 14px;
    color: #666666;
    line-height: 1.75;
    margin: 0 0 14px;
    font-family: 'Inter', sans-serif;
}

.rf-card-note {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 1.7;
    margin: 0;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.rf-you-tag {
    background: #1A1A2E;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.04em;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
}

/* ── Bottom note ── */
.rf-note {
    background: #1A1A2E;
    border-radius: 16px;
    padding: 40px 44px;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.rf-note-text {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.7;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.rf-note-text em {
    font-style: italic;
    color: #e8dfff;
}

@media (max-width: 560px) {
    .rf-note {
        padding: 28px 24px;
    }
}


/* ════════════════════════════════════
   UNDER THE HOOD
════════════════════════════════════ */

#rotex-hood {
    padding: 96px 24px;
    background: #1A1A2E;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 1024px) {
    #rotex-hood {
        padding: 144px 24px;
    }
}

.rhood-container {
    max-width: 980px;
    margin: 0 auto;
}

.rhood-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.rhood-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.rhood-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0 0 20px;
    font-family: 'Inter', sans-serif;
}

.rhood-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ── Grid ── */
.rhood-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 780px) {
    .rhood-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .rhood-grid {
        grid-template-columns: 1fr;
    }
}

.rhood-card {
    background: #1A1A2E;
    border-radius: 14px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.rhood-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
}

.rhood-card-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ════════════════════════════════════
   SIX PRINCIPLES
════════════════════════════════════ */

#rotex-principles {
    padding: 96px 24px;
    background: #1A1A2E;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 1024px) {
    #rotex-principles {
        padding: 144px 24px;
    }
}

.rp-container {
    max-width: 900px;
    margin: 0 auto;
}

.rp-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.rp-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e8dfff;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    opacity: 0.7;
}

.rp-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0 0 20px;
    font-family: 'Inter', sans-serif;
}

.rp-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ── Grid ── */
.rp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 600px) {
    .rp-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Card ── */
.rp-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.rp-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.04em;
}

.rp-card-body {
    flex: 1;
}

.rp-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
}

.rp-card-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    margin: 0;
    font-family: 'Inter', sans-serif;
}


#rotex-compare {
    padding: 96px 24px;
    background: #f8f9fa;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 1024px) {
    #rotex-compare {
        padding: 144px 24px;
    }
}

.rc-container {
    max-width: 860px;
    margin: 0 auto;
}

/* ── Header ── */
.rc-header {
    text-align: center;
    margin-bottom: 52px;
}

.rc-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #1A1A2E;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ── Table wrapper ── */
.rc-wrap {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
    background: #ffffff;
}

/* ── Table ── */
.rc-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    min-width: 640px;
}

/* ── TH ── */
.rc-th {
    padding: 18px 20px;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 2px solid #1A1A2E;
    font-family: 'Inter', sans-serif;
    background: #ffffff;
}

.rc-th--feature {
    width: 22%;
    color: transparent;
}

.rc-th--other {
    color: #999999;
    width: 26%;
}

.rc-th--rotex {
    color: #1A1A2E;
    width: 26%;
    background: #f5f0ff;
    border-radius: 0;
}

/* ── TR / TD ── */
.rc-tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.rc-tr--last {
    border-bottom: none;
}

.rc-td {
    padding: 16px 20px;
    vertical-align: top;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.rc-td--feature {
    font-weight: 600;
    color: #333333;
    font-size: 13px;
    white-space: nowrap;
}

.rc-td--other {
    color: #999999;
    font-size: 13px;
}

.rc-td--rotex {
    font-weight: 600;
    color: #1A1A2E;
    font-size: 13px;
    background: #f5f0ff;
}

/* ── Rounded corners on ROTEX column ── */
thead .rc-th--rotex {
    border-radius: 0 12px 0 0;
}

tbody .rc-tr--last .rc-td--rotex {
    border-radius: 0 0 12px 0;
}

@media (max-width: 480px) {

    .rc-td,
    .rc-th {
        padding: 12px 14px;
    }
}

#rotex-data {
    padding: 80px 24px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 1024px) {
    #rotex-data {
        padding: 112px 24px;
    }
}

.rd-container {
    max-width: 900px;
    margin: 0 auto;
}

.rd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

@media (max-width: 700px) {
    .rd-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* ── Left ── */
.rd-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #999999;
    margin: 0 0 16px;
    display: block;
    font-family: 'Inter', sans-serif;
}

.rd-title {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1A1A2E;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 24px;
    font-family: 'Inter', sans-serif;
}

.rd-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.75;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ── Right ── */
.rd-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rd-card {
    background: #f5f0ff;
    border-radius: 14px;
    padding: 24px 28px;
    border: 1px solid #e8dfff;
}

.rd-card--no {
    background: #fff5f5;
    border-color: #ffd5d5;
}

.rd-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
}

.rd-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rd-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.rd-check {
    color: #1A1A2E;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
    font-weight: 700;
}

.rd-cross {
    color: #e05555;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
    font-weight: 700;
}

/* ═══════════════════════════════════════════
   ROTEX AI — FAQ
═══════════════════════════════════════════ */
.rotexfaq-section {
    background: var(--color-bg-white);
    padding: 96px 20px;
}

@media (min-width: 1024px) {
    .rotexfaq-section {
        padding: 144px 20px;
    }
}

.rotexfaq-container {
    max-width: 672px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.rotexfaq-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rotexfaq-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.rotexfaq-subtitle {
    font-size: 15px;
    color: var(--color-text-secondary);
    margin: 0;
}

/* List */
.rotexfaq-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-border-light);
}

.rotexfaq-item {
    border-bottom: 1px solid var(--color-border-light);
}

/* Button */
.rotexfaq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.rotexfaq-btn span:first-child {
    font-size: clamp(15px, 2vw, 17px);
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.35;
    flex: 1;
    transition: color 0.2s ease;
}

.rotexfaq-btn:hover span:first-child {
    color: var(--color-primary);
}

/* Icon */
.rotexfaq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--color-bg-light);
    border: 1px solid var(--color-border-light);
    position: relative;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.3s ease;
}

.rotexfaq-icon::before,
.rotexfaq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--color-text-secondary);
    border-radius: 2px;
    transition: background 0.2s ease, transform 0.3s ease;
}

.rotexfaq-icon::before {
    width: 10px;
    height: 1.5px;
    transform: translate(-50%, -50%);
}

.rotexfaq-icon::after {
    width: 1.5px;
    height: 10px;
    transform: translate(-50%, -50%);
}

.rotexfaq-item.open .rotexfaq-btn span:first-child {
    color: var(--color-primary);
}

.rotexfaq-item.open .rotexfaq-icon {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: rotate(45deg);
}

.rotexfaq-item.open .rotexfaq-icon::before,
.rotexfaq-item.open .rotexfaq-icon::after {
    background: #fff;
}

/* Body */
.rotexfaq-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.rotexfaq-item.open .rotexfaq-body {
    grid-template-rows: 1fr;
}

.rotexfaq-body-inner {
    overflow: hidden;
}

.rotexfaq-body-inner p {
    padding-bottom: 28px;
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.75;
    color: var(--color-text-secondary);
    margin: 0;
}

/* Mobile */
@media (max-width: 480px) {
    .rotexfaq-section {
        padding: 80px 16px;
    }

    .rotexfaq-btn {
        padding: 22px 0;
        gap: 16px;
    }
}


/* ═══════════════════════════════════════════
   ROTEX AI — FINAL CTA
═══════════════════════════════════════════ */
.rotexcta-section {
    background: #1A1A2E;
    padding: 96px 20px;
}

@media (min-width: 1024px) {
    .rotexcta-section {
        padding: 144px 20px;
    }
}

.rotexcta-container {
    max-width: 896px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* Header */
.rotexcta-header {
    max-width: 640px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Patent badge */
.rotexcta-patent-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 5px 12px;
}

.rotexcta-patent-badge svg {
    color: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
}

/* Title */
.rotexcta-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0;
}

.rotexcta-description {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    max-width: 480px;
}

/* Grid */
.rotexcta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
}

@media (min-width: 640px) {
    .rotexcta-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Cards */
.rotexcta-card {
    background: #2A2A3E;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    padding: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.rotexcta-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: #2f2f4a;
    transform: translateY(-2px);
}

.rotexcta-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.rotexcta-card p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    flex: 1;
}

.rotexcta-card--link {
    text-decoration: none;
    cursor: pointer;
}

/* Arrow link */
.rotexcta-arrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-top: 6px;
    transition: gap 0.2s ease;
}

.rotexcta-card--link:hover .rotexcta-arrow {
    gap: 9px;
}

.rotexcta-arrow svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.rotexcta-card--link:hover .rotexcta-arrow svg {
    transform: translateX(3px);
}

/* Email form */
.rotexcta-form {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 5px 5px 5px 0;
    margin-top: 6px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.rotexcta-form:focus-within {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
}

.rotexcta-form input {
    flex: 1;
    min-width: 0;
    padding: 10px 16px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
}

.rotexcta-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.rotexcta-form button {
    flex-shrink: 0;
    padding: 10px 18px;
    background: #fff;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.15s ease;
}

.rotexcta-form button:hover {
    background: var(--color-bg-hero-end);
    transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 480px) {
    .rotexcta-section {
        padding: 80px 16px;
    }

    .rotexcta-card {
        padding: 22px 18px;
    }

    .rotexcta-form {
        flex-direction: column;
        border-radius: 14px;
        padding: 12px;
        gap: 10px;
    }

    .rotexcta-form input {
        padding: 10px 12px;
        width: 100%;
    }

    .rotexcta-form button {
        width: 100%;
    }
}