.mkt-hero-banner {
    position: relative;
    background-image: url(/assets/img/banner/mkt-hero.jpg);
    background-size: cover;
    background-position: center 42%;
    z-index: 0;
}

.mkt-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 18, 28, 0.86) 0%, rgba(8, 18, 28, 0.58) 40%, rgba(8, 18, 28, 0.28) 68%, rgba(8, 18, 28, 0.5) 100%),
        linear-gradient(180deg, rgba(8, 18, 28, 0.12) 0%, rgba(8, 18, 28, 0.32) 100%);
    z-index: -1;
}

.mkt-hero {
    padding: 72px 0 48px;
    color: #fff;
}

.mkt-hero h1 {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    line-height: 1.15;
    max-width: 18ch;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.mkt-hero .lede {
    max-width: 42rem;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #e8eef5;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.mkt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.mkt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    border: 1.5px solid transparent;
}

.mkt-btn-primary {
    background: #28a9e0;
    color: #fff;
}

.mkt-btn-primary:hover,
.mkt-btn-primary:focus {
    background: #1f8fc2;
    color: #fff;
    text-decoration: none;
}

.mkt-btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
}

.mkt-btn-ghost:hover,
.mkt-btn-ghost:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

.mkt-chooser {
    background: rgba(8, 18, 28, 0.62);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 28px 24px;
}

.mkt-chooser .form_title {
    color: #fff;
    text-align: center;
    margin: 0 0 4px;
}

.mkt-chooser .form_caption {
    color: #c5d6e6;
    text-align: center;
    margin-bottom: 18px;
}

.mkt-chooser .shipping-btn {
    background: #28a9e0;
    color: #fff;
    display: block;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 10px;
    font-size: 1rem;
}

.mkt-chooser .shipping-btn:hover {
    background: #1f8fc2;
    color: #fff;
}

.mkt-signals {
    background: #0f1720;
    color: #e8eef5;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mkt-signals__head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.mkt-signals__live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7dffa6;
}

.mkt-signals__live::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7dffa6;
    box-shadow: 0 0 0 0 rgba(125, 255, 166, 0.7);
    animation: mkt-pulse 1.6s infinite;
}

@keyframes mkt-pulse {
    70% { box-shadow: 0 0 0 8px rgba(125, 255, 166, 0); }
}

.mkt-signals__title {
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.mkt-signals__link {
    margin-left: auto;
    color: #8ec8ff;
    font-size: 0.9rem;
}

.mkt-signal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.mkt-signal {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 88px;
}

.mkt-signal__meta {
    display: flex;
    gap: 8px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9bb0c4;
    margin-bottom: 6px;
}

.mkt-signal__type { color: #8ec8ff; }
.mkt-signal__sev-warn { color: #ffd27d; }
.mkt-signal__sev-watch { color: #9bb0c4; }
.mkt-signal p { margin: 0; font-size: 0.92rem; line-height: 1.4; color: #e8eef5; }

.mkt-section { padding: 80px 0; }
.mkt-kicker {
    display: block;
    color: #28a9e0;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.mkt-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
    padding: 28px;
    height: 100%;
}

.mkt-card h3 { margin-top: 0; }
.mkt-shot {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
}

.mkt-code {
    background: #0f1720;
    color: #d7e6f5;
    border-radius: 8px;
    padding: 16px 18px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.85rem;
    line-height: 1.55;
    overflow-x: auto;
    margin-bottom: 16px;
}

.mkt-code .c-key { color: #8ec8ff; }
.mkt-code .c-str { color: #7dffa6; }

.mkt-quiet { color: #5d6b7a; }

.main-nav .navbar-nav .nav-link.active {
    color: #28a9e0;
    font-weight: 600;
}

/* Header CTA sits apart from text links. Drop the template's white skew
   cut (::before) so Control Centre / Sign up are a normal rounded button. */
.navbar-area .navbar-nav .mkt-nav-cta {
    margin-left: 32px;
}

.navbar-area .navbar-nav .mkt-nav-cta .theme-btn .default-btn {
    margin: 0;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.navbar-area .navbar-nav .mkt-nav-cta .theme-btn .default-btn::before {
    content: none;
}

.navbar-area .navbar-nav .mkt-nav-cta .theme-btn .default-btn:hover,
.navbar-area .navbar-nav .mkt-nav-cta .theme-btn .default-btn:focus {
    background: #1f8fc2;
    color: #fff;
}

.theme-btn .default-btn::before {
    content: none;
}

.theme-btn .default-btn:hover,
.theme-btn .default-btn:focus {
    background: #1f8fc2;
    color: #fff;
}

.page-title,
.page-title.banner-bg-one {
    background-color: #0b1c2c;
    background-image: none;
    padding-top: 88px;
    padding-bottom: 64px;
}

.page-title::before {
    background: none;
}

.page-title .title-text h1,
.page-title .title-text h2 {
    color: #fff;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.page-title .title-text .lede {
    max-width: 40rem;
    margin: 12px auto 0;
    color: #d7e6f5;
    font-size: 1.05rem;
}

.page-title + .features-section {
    margin-top: 0;
}

.roro-hero {
    position: relative;
    background-image: url(/assets/img/banner/roro-hero.jpg);
    background-size: cover;
    background-position: center 48%;
    padding: 48px 0 36px;
    color: #fff;
    z-index: 0;
}

.roro-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 18, 28, 0.86) 0%, rgba(8, 18, 28, 0.58) 40%, rgba(8, 18, 28, 0.28) 68%, rgba(8, 18, 28, 0.5) 100%),
        linear-gradient(180deg, rgba(8, 18, 28, 0.12) 0%, rgba(8, 18, 28, 0.32) 100%);
    z-index: -1;
}

.roro-hero h1 {
    font-size: clamp(1.7rem, 3.2vw, 2.55rem);
    font-weight: 700;
    line-height: 1.15;
    max-width: 8ch;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
    margin-bottom: 12px;
}

.roro-hero .lede {
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #e8eef5;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
    margin-bottom: 18px;
}

.roro-btn-primary {
    background: #c45c26;
    color: #fff;
}

.roro-btn-primary:hover,
.roro-btn-primary:focus {
    background: #a34b1e;
    color: #fff;
    text-decoration: none;
}

.roro-panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px 20px 16px;
}

.roro-panel .form_title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 2px;
    text-align: left;
}

.roro-panel .form_caption {
    color: #c5d6e6;
    font-size: 0.88rem;
    margin-bottom: 10px;
    text-align: left;
}

.roro-panel .form-group {
    margin-bottom: 8px;
}

.roro-panel .form-control {
    height: 42px;
    border: 0;
    border-radius: 8px;
    padding: 8px 12px;
}

.roro-panel .shipping-btn {
    background: #28a9e0;
    color: #fff;
    display: block;
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 6px;
}

.roro-panel .shipping-btn:hover {
    background: #1f8fc2;
    color: #fff;
}

.roro-forgot {
    display: inline-block;
    color: #b9e4f7;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.roro-login-or {
    margin: 14px 0 8px;
    text-align: center;
    color: #9aa6b2;
    font-size: 0.85rem;
}

.roro-btn-secondary {
    background: transparent;
    border: 1px solid #28a9e0;
    color: #fff;
}

.roro-panel .roro-btn-secondary:hover {
    background: rgba(40, 169, 224, 0.16);
    color: #fff;
}

.roro-devmark {
    margin-top: 8px;
    background: transparent;
    border: 1px solid #28a9e0;
    color: #28a9e0;
}

.roro-panel {
    overflow-anchor: none;
}

.roro-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 8px;
    padding: 4px;
}

.roro-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #c5d6e6;
    height: 36px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.roro-tab:hover {
    color: #fff;
    text-decoration: none;
}

.roro-tab.is-active {
    background: #c45c26;
    color: #fff;
}

.roro-tab-panel {
    display: none;
}

.roro-tab-panel.is-active {
    display: block;
}

.roro-password-hint {
    margin: -2px 0 10px;
    font-size: 0.8rem;
}

.roro-register {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
    .roro-hero { padding: 24px 0 20px; }
}

@media (max-width: 767.98px) {
    .main-nav .navbar-nav li {
        width: 100%;
        margin-bottom: 8px;
    }

    .navbar-area .navbar-nav .mkt-nav-cta {
        margin-left: 0;
        margin-top: 8px;
    }

    .main-nav .navbar-nav .theme-btn,
    .main-nav .navbar-nav .default-btn {
        width: 100%;
        text-align: center;
    }

    .mkt-signals__link { margin-left: 0; }
}

.roro-flow {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 860px;
    margin: 0 auto 32px;
}

.roro-flow-item {
    background: #0b1c2c;
    color: #e8eef5;
    border-radius: 10px;
    padding: 16px 18px 14px;
}

.roro-flow-copy h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 1.05rem;
}

.roro-flow-copy p {
    margin: 0 0 10px;
    color: #c5d6e6;
    font-size: 0.95rem;
}

.roro-flow-mock {
    margin: 0;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #7dffa6;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 6px;
    padding: 8px 10px;
}

.roro-verbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px 16px;
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    counter-reset: roro-verb;
}

.roro-verbs li {
    position: relative;
    padding-left: 28px;
    color: #3d4d5c;
    font-size: 0.92rem;
}

.roro-verbs li::before {
    counter-increment: roro-verb;
    content: counter(roro-verb);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #c45c26;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
