html.throne-landing-root,
html.throne-landing-root body {
    background: #f6f9fd;
}

html.throne-landing-root .throne-sidebar,
html.throne-landing-root .sidebar-toggle,
html.throne-landing-root .sidebar-overlay {
    display: none !important;
}

html.throne-landing-root .throne-main {
    flex-basis: 100%;
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    padding: 0;
    background:
        linear-gradient(180deg, #eef6ff 0%, #f7fbff 39%, #ffffff 100%);
    overflow-x: hidden;
}

.landing-shell {
    --landing-blue: #075baa;
    --landing-blue-dark: #03407f;
    --landing-navy: #071b3d;
    --landing-text: #122544;
    --landing-muted: #64748b;
    --landing-line: rgba(15, 40, 83, 0.12);
    --landing-soft: #eef6ff;
    --landing-gold: #f2b63d;
    --landing-green: #168a4a;
    color: var(--landing-text);
    min-height: 100vh;
    overflow-x: hidden;
}

.landing-shell svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-nav {
    position: sticky;
    top: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
    padding: 0 42px;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--landing-line);
    backdrop-filter: blur(18px);
}

.landing-brand,
.landing-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--landing-navy);
    font-weight: 800;
    letter-spacing: 0;
}

.landing-brand-logo,
.landing-footer-brand img {
    width: 38px;
    height: 38px;
}

.landing-brand-logo {
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(7, 91, 170, 0.16));
}

.landing-footer-brand img {
    object-fit: contain;
}

.landing-nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #31425d;
    font-size: 0.95rem;
    font-weight: 650;
}

.landing-nav-links a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
}

.landing-nav-links a:hover {
    color: var(--landing-blue);
}

.landing-nav-cta {
    padding: 0 21px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--landing-blue), #064bb5);
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(3, 83, 164, 0.2);
}

.landing-page {
    max-width: 1480px;
    margin: 0 auto;
    padding: 46px 42px 0;
    min-width: 0;
}

.landing-hero {
    min-height: clamp(620px, calc(100vh - 126px), 780px);
    display: grid;
    grid-template-columns: minmax(360px, 0.96fr) minmax(430px, 0.84fr);
    align-items: center;
    gap: 64px;
    padding: 0 0 54px;
}

.landing-hero-copy h1 {
    max-width: 650px;
    margin: 0;
    color: var(--landing-navy);
    font-size: clamp(3rem, 5.2vw, 5.55rem);
    line-height: 1.02;
    font-weight: 850;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.landing-hero-copy h1::first-line {
    color: var(--landing-navy);
}

.landing-hero-copy p {
    max-width: 620px;
    margin: 28px 0 0;
    color: #40536f;
    font-size: 1.16rem;
    line-height: 1.72;
    font-weight: 430;
    overflow-wrap: break-word;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.landing-btn {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 28px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
}

.landing-btn-primary {
    background: linear-gradient(135deg, #0261d2, #034fae);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(3, 83, 164, 0.26);
}

.landing-btn-secondary {
    background: #ffffff;
    border-color: rgba(3, 83, 164, 0.45);
    color: var(--landing-blue);
}

.landing-btn-light {
    background: #ffffff;
    color: var(--landing-blue);
    min-width: 180px;
}

.landing-btn:hover,
.landing-nav-cta:hover,
.pricing-cta:hover {
    transform: translateY(-1px);
}

.landing-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 660px;
    margin-top: 30px;
}

.landing-hero-proof div {
    min-height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(7, 91, 170, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 12px 28px rgba(6, 33, 75, 0.06);
}

.landing-hero-proof strong {
    color: var(--landing-navy);
    font-size: 0.98rem;
    line-height: 1.25;
    font-weight: 850;
}

.landing-hero-proof span {
    color: #60718c;
    font-size: 0.84rem;
    line-height: 1.35;
    font-weight: 650;
}

.landing-brand-stage {
    position: relative;
    min-width: 0;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border: 1px solid rgba(7, 91, 170, 0.18);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(234, 245, 255, 0.96) 55%, rgba(211, 232, 255, 0.94) 100%);
    box-shadow: 0 30px 70px rgba(7, 38, 86, 0.16);
    isolation: isolate;
}

.landing-brand-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(7, 91, 170, 0.1) 0%, rgba(7, 91, 170, 0) 42%),
        linear-gradient(315deg, rgba(7, 91, 170, 0.18) 0%, rgba(7, 91, 170, 0) 48%);
    z-index: -2;
}

.landing-brand-stage::after {
    content: "";
    position: absolute;
    left: 46px;
    right: 46px;
    bottom: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--landing-blue), #1b7ee8);
    border-radius: 8px 8px 0 0;
}

.brand-stage-mark {
    position: absolute;
    top: -23%;
    right: -55%;
    width: 132%;
    max-width: none;
    opacity: 0.2;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

.brand-stage-content {
    position: relative;
    width: 100%;
    padding: 52px;
}

.brand-stage-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid rgba(7, 91, 170, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--landing-blue-dark);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.brand-stage-content h2 {
    max-width: 500px;
    margin: 20px 0 0;
    color: var(--landing-navy);
    font-size: clamp(2.2rem, 3.6vw, 4rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
}

.brand-stage-content p {
    max-width: 460px;
    margin: 20px 0 0;
    color: #3d526f;
    font-size: 1rem;
    line-height: 1.65;
}

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

.brand-stage-grid div {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(7, 91, 170, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 32px rgba(7, 38, 86, 0.08);
}

.brand-stage-grid strong {
    color: var(--landing-blue);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 900;
}

.brand-stage-grid span {
    color: #546985;
    font-size: 0.88rem;
    line-height: 1.35;
    font-weight: 700;
}

.landing-problem,
.landing-why,
.landing-product-preview,
.landing-workflow,
.landing-tools,
.landing-faq,
.landing-pricing {
    border-top: 1px solid var(--landing-line);
    padding: 64px 0;
    scroll-margin-top: 92px;
}

.landing-problem {
    display: grid;
    grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
    align-items: start;
    gap: 44px;
}

.problem-copy h2 {
    max-width: 560px;
    margin: 0;
    color: var(--landing-navy);
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: 0;
}

.problem-copy p {
    max-width: 620px;
    margin: 18px 0 0;
    color: #4f617b;
    font-size: 1.08rem;
    line-height: 1.7;
}

.problem-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.problem-comparison article {
    min-height: 330px;
    padding: 28px;
    border: 1px solid rgba(15, 40, 83, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 16px 34px rgba(6, 33, 75, 0.06);
}

.problem-comparison article:first-child {
    border-top: 4px solid rgba(161, 78, 78, 0.42);
}

.problem-comparison article.after {
    border-top: 4px solid rgba(22, 138, 74, 0.54);
    background: #ffffff;
}

.problem-comparison h3 {
    margin: 0;
    color: var(--landing-navy);
    font-size: 1.18rem;
    font-weight: 850;
}

.problem-comparison ul {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.problem-comparison li {
    position: relative;
    padding-left: 22px;
    color: #52647d;
    font-size: 0.96rem;
    line-height: 1.5;
    font-weight: 650;
}

.problem-comparison li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 9px;
    height: 2px;
    background: #91a0b4;
}

.problem-comparison article.after li::before {
    top: 0.48em;
    width: 8px;
    height: 4px;
    border-left: 2px solid var(--landing-green);
    border-bottom: 2px solid var(--landing-green);
    background: transparent;
    transform: rotate(-45deg);
}

.landing-workflow h2,
.landing-section-heading h2 {
    margin: 0;
    color: var(--landing-navy);
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.12;
    text-align: center;
    font-weight: 850;
    letter-spacing: 0;
}

.landing-section-heading {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.landing-section-heading p {
    margin: 16px auto 0;
    color: #55677f;
    font-size: 1.05rem;
    line-height: 1.65;
}

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

.why-grid article {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(7, 91, 170, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.66);
}

.why-grid h3 {
    margin: 0;
    color: var(--landing-navy);
    font-size: 1.12rem;
    line-height: 1.25;
    font-weight: 850;
}

.why-grid p {
    margin: 14px 0 0;
    color: #566881;
    font-size: 0.98rem;
    line-height: 1.6;
}

.supported-games-strip {
    box-sizing: border-box;
    width: 100%;
    max-width: 980px;
    margin: 24px auto 0;
    padding: 18px;
    border: 1px solid rgba(7, 91, 170, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
}

.supported-games-label {
    display: block;
    margin: 0 0 12px;
    color: var(--landing-blue-dark);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.supported-game-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}

.supported-game-pills span {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(7, 91, 170, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: #31425d;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
    white-space: normal;
}

.workflow-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-top: 42px;
}

.workflow-step {
    position: relative;
    text-align: center;
}

.workflow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 35px;
    right: -18px;
    width: 36px;
    height: 1px;
    background: #b7c5d8;
}

.workflow-icon,
.tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--landing-blue);
    background: #eef5ff;
    border: 1px solid rgba(3, 83, 164, 0.12);
}

.workflow-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.workflow-icon svg {
    width: 30px;
    height: 30px;
}

.workflow-step h3 {
    margin: 16px 0 8px;
    color: var(--landing-navy);
    font-size: 1rem;
    font-weight: 850;
}

.workflow-step p {
    max-width: 190px;
    margin: 0 auto;
    color: #5c6d85;
    font-size: 0.91rem;
    line-height: 1.55;
}

.tool-groups {
    display: grid;
    gap: 38px;
}

.tool-group {
    display: grid;
    grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
    gap: 30px;
    padding-top: 38px;
    border-top: 1px solid var(--landing-line);
}

.tool-group:first-child {
    padding-top: 0;
    border-top: 0;
}

.tool-group-heading {
    padding-top: 4px;
}

.tool-group-heading span {
    display: block;
    color: var(--landing-blue-dark);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tool-group-heading h3 {
    max-width: 270px;
    margin: 12px 0 0;
    color: var(--landing-navy);
    font-size: 1.45rem;
    line-height: 1.18;
    font-weight: 850;
    letter-spacing: 0;
}

.tool-group-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.tool-item {
    min-height: 198px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 28px 26px;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    color: var(--landing-text);
    text-align: center;
    background: rgba(255, 255, 255, 0.56);
}

.tool-item:hover {
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(6, 33, 75, 0.08);
    transform: translateY(-1px);
}

.tool-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 8px;
}

.tool-icon svg {
    width: 26px;
    height: 26px;
}

.tool-item strong {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--landing-navy);
    font-size: 1.02rem;
    font-weight: 850;
}

.tool-item span:last-child {
    max-width: 240px;
    min-height: 66px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    color: #5a6b84;
    font-size: 0.93rem;
    line-height: 1.5;
}

.landing-product-preview {
    display: grid;
    gap: 30px;
    overflow: hidden;
}

.product-preview-heading {
    display: grid;
    grid-template-columns: minmax(260px, 0.52fr) minmax(0, 0.68fr);
    align-items: end;
    gap: 34px;
}

.product-preview-heading h2 {
    max-width: 560px;
    margin: 0;
    color: var(--landing-navy);
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: 0;
}

.product-preview-heading p {
    max-width: 600px;
    margin: 0;
    color: #53667f;
    font-size: 1.04rem;
    line-height: 1.65;
}

.product-preview-frame {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(7, 91, 170, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(6, 33, 75, 0.12);
}

.product-preview-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84%, rgba(255, 255, 255, 0.88) 100%);
    z-index: 2;
}

.product-preview-screenshot {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 6px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
}

.faq-grid details {
    border: 1px solid rgba(15, 40, 83, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 32px rgba(6, 33, 75, 0.05);
}

.faq-grid details[open] {
    background: #ffffff;
}

.faq-grid summary {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    color: var(--landing-navy);
    font-size: 1rem;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

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

.faq-grid summary::after {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid var(--landing-blue);
    border-bottom: 2px solid var(--landing-blue);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

.faq-grid details[open] summary::after {
    transform: rotate(225deg) translateY(-2px);
}

.faq-grid p {
    margin: 0;
    padding: 0 22px 22px;
    color: #566881;
    font-size: 0.96rem;
    line-height: 1.6;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 430px));
    justify-content: center;
    gap: 42px;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 560px;
    padding: 0;
    border: 1px solid rgba(3, 83, 164, 0.42);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(6, 33, 75, 0.06);
}

.pricing-card.featured {
    border-color: rgba(3, 83, 164, 0.72);
    box-shadow: 0 0 0 1px rgba(3, 83, 164, 0.22), 0 28px 60px rgba(3, 83, 164, 0.18);
}

.pricing-card.featured::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #0261d2, #034fae);
}

.pricing-card header {
    min-height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 34px 26px;
    border-bottom: 1px solid var(--landing-line);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.pricing-card.featured header {
    padding-top: 36px;
    background: linear-gradient(135deg, #025fc9, #034fae);
    color: #ffffff;
    border-bottom-color: rgba(3, 83, 164, 0.38);
}

.pricing-card h3 {
    margin: 0;
    color: inherit;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 850;
}

.pricing-card:not(.featured) h3 {
    color: var(--landing-navy);
}

.pricing-price {
    margin-top: 16px;
    color: inherit;
    text-align: center;
    font-size: 2.75rem;
    line-height: 1;
    font-weight: 850;
}

.pricing-card:not(.featured) .pricing-price {
    color: var(--landing-navy);
}

.pricing-price span {
    font-size: 1.05rem;
    font-weight: 750;
}

.pricing-card header p {
    max-width: 330px;
    margin: 10px 0 0;
    color: inherit;
    text-align: center;
    line-height: 1.45;
    opacity: 0.8;
}

.pricing-feature-group {
    padding: 22px 34px 0;
}

.pricing-section-label {
    display: block;
    margin: 0 0 11px;
    color: #6a7a92;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pricing-card.featured .pricing-section-label {
    color: var(--landing-blue-dark);
}

.pricing-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-list li {
    position: relative;
    padding-left: 30px;
    color: #31425d;
    font-weight: 650;
}

.pricing-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(22, 138, 74, 0.11);
    border: 1px solid rgba(22, 138, 74, 0.24);
}

.pricing-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 6px;
    height: 3px;
    border-left: 2px solid var(--landing-green);
    border-bottom: 2px solid var(--landing-green);
    transform: rotate(-45deg);
}

.pricing-card-footer {
    display: grid;
    gap: 18px;
    margin-top: auto;
    padding: 20px 34px 30px;
}

.pricing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #0261d2, #034fae);
    color: #ffffff;
    font-weight: 850;
}

.pricing-cta.secondary {
    background: #ffffff;
    color: var(--landing-blue);
    border: 1px solid rgba(3, 83, 164, 0.45);
}

.landing-final-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    margin-bottom: 26px;
    padding: 32px 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0353a4, #023b84);
    color: #ffffff;
    box-shadow: 0 22px 48px rgba(3, 83, 164, 0.2);
}

.final-cta-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.final-cta-brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.landing-final-cta h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.2;
    font-weight: 850;
}

.landing-final-cta p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.82);
}

.landing-footer {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    gap: 42px;
    padding: 46px 42px;
    color: rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, #071b3d, #0b326b);
}

.landing-footer-brand {
    color: #ffffff;
}

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

.landing-footer p {
    max-width: 370px;
    margin: 14px 0 0;
    line-height: 1.55;
}

.landing-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: end;
    gap: 22px;
    font-weight: 700;
}

.landing-footer-links a:hover {
    color: #ffffff;
}

@media (max-width: 1180px) {
    .landing-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 44px;
    }

    .landing-brand-stage {
        max-width: 860px;
    }

    .workflow-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .workflow-step::after {
        display: none;
    }

    .tool-group {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tool-group-heading h3 {
        max-width: 560px;
    }

    .landing-problem {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 860px) {
    .landing-nav {
        min-height: auto;
        align-items: flex-start;
        padding: 18px 22px;
    }

    .landing-nav-links {
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 10px 16px;
        font-size: 0.88rem;
    }

    .landing-nav-cta {
        padding: 0 16px;
    }

    .landing-page {
        padding: 34px 20px 0;
    }

    .landing-hero-copy h1 {
        font-size: clamp(2.35rem, 10.5vw, 3.45rem);
        line-height: 1.06;
    }

    .landing-brand-stage {
        min-height: 500px;
    }

    .brand-stage-content {
        padding: 38px;
    }

    .brand-stage-mark {
        right: -66%;
        width: 148%;
    }

    .workflow-steps,
    .problem-comparison,
    .why-grid,
    .faq-grid,
    .tool-group-grid,
    .pricing-grid,
    .landing-final-cta,
    .landing-footer {
        grid-template-columns: 1fr;
    }

    .product-preview-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .landing-final-cta {
        text-align: left;
    }

    .landing-footer-links {
        justify-content: start;
    }
}

@media (max-width: 560px) {
    .landing-nav {
        gap: 14px;
        flex-direction: column;
    }

    .landing-nav-links {
        justify-content: start;
    }

    .landing-brand {
        font-size: 1rem;
    }

    .landing-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-hero-proof {
        grid-template-columns: 1fr;
        max-width: 340px;
    }

    .landing-hero-copy {
        width: 100%;
        max-width: 340px;
    }

    .landing-hero-copy p {
        max-width: 340px;
    }

    .landing-btn {
        width: 100%;
        max-width: 340px;
    }

    .landing-hero {
        gap: 36px;
    }

    .landing-brand-stage {
        min-height: 520px;
    }

    .brand-stage-grid {
        grid-template-columns: 1fr;
    }

    .brand-stage-grid div {
        min-height: 92px;
    }

    .brand-stage-content {
        padding: 30px;
    }

    .brand-stage-mark {
        top: -12%;
        right: -80%;
        width: 185%;
        opacity: 0.16;
    }

    .landing-workflow,
    .landing-problem,
    .landing-why,
    .landing-product-preview,
    .landing-tools,
    .landing-faq,
    .landing-pricing {
        padding: 48px 0;
    }

    .supported-games-strip {
        padding: 14px;
    }

    .supported-game-pills {
        justify-content: center;
        gap: 8px;
    }

    .supported-game-pills span {
        min-height: 30px;
        padding: 0 10px;
        font-size: 0.8rem;
    }

    .product-preview-heading {
        gap: 16px;
    }

    .product-preview-heading p {
        font-size: 0.96rem;
    }

    .product-preview-frame {
        padding: 8px;
    }

    .tool-item {
        min-height: 170px;
    }

    .pricing-card {
        min-height: 0;
        padding: 0;
    }

    .pricing-card header {
        min-height: 170px;
        padding: 28px;
    }

    .pricing-feature-group {
        padding: 24px 28px 0;
    }

    .pricing-card-footer {
        padding: 22px 28px 28px;
    }

    .pricing-card.featured header {
        padding: 34px 28px 28px;
    }
}
