.primary {
    --main-bg-color: #355691
}

.accentText {
    color: #00abfb
}

.lightText {
    color: #ffffff
}

.secondary {
    --main-bg-color: #5F5AA2
}

.secondarydark {
    --main-bg-color: #413F54
}

.complementary {
    --main-bg-color: #f5f6fa
}

.mainbg {
    --main-bg-color: #3F4045
}

.cardStyle {
    position: relative;
    background: #f5f6fa;
    font-size: 14px
}

.cardTextStyle {
    position: relative;
    font-size: 14px;
    background: #f5f2f0
}

.linearBg {
    background: linear-gradient(to bottom, white, #bee5fd, white);
    background-size: auto 100%; /* The height of the background is set to 200% of the element's height */
    background-position: center center; /* The background is centered horizontally and vertically */
    background-repeat: no-repeat; /* The background doesn't repeat */
}

.bottomBg {
    background: #009dfb;
}

.highlightCenter {
    position: relative;
    font-size: 19px;
    border-radius: 25px;
    background: #f5f2f0
}

.miniH2 {
    height: 2.2em;
    white-space: nowrap;
}

.no-side-marging {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.miniH2sub {
    height: 5.5em;
}

.btnHuge {
    font-size: 36px;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 30px;
}

.btnOrange {
    background-color: #f17942;
    border-color: #f17942;
}

.btnOrange:hover {
    background-color: #ce5924;
    border-color: #ce5924;
}

.whiteBgText {
    text-shadow: 1px 1px 1px #000, 3px 3px 5px #a2a79f
}

body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-custom {
    font-weight: 500;
    background-color: white; /* Setzt den Hintergrund der Navbar auf weiß */
    box-shadow: 0 2px 4px 0 rgba(0, 168, 255, 0.2); /* Dezenter Schatten mit Transparenz */
}

.footer {
    font-weight: 500;
}

code {
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}

.jumbotron {
    color: #000000;
    background-color: #00a8ff;
    border-radius: 0 !important;
    background-image: url(/img/world.svg);
    background-size: cover;
    background-position: 100%;
    font-weight: 500;
    line-height: 1.2
}

.jumbotron h1 {
    text-shadow: 1px 1px 1px #000, 3px 3px 5px #a2a79f;
    /*text-transform: uppercase;*/
    font-size: 3.75rem
}

.figurerotated {
    position: relative;
    width: 480px;
    height: 360px;
    perspective: 1200px;
    -ms-transform: translate(35px, 0px);
    -webkit-transform: translate(35px, 0px);
    transform: translate(35px, 0px)
}

.figurerotatedScaled {
    position: relative;
    width: 360px;
    height: 270px;
    perspective: 900px;
    -ms-transform: translate(-74px, -45px);
    webkit-transform: translate(-74px, -45px);
    transform: translate(-74px, -45px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cardrotated {
    position: relative;
    width: 480px;
    height: 360px;
    -webkit-transform: rotate3d(1, 1, 0, 15deg) rotate(-1deg);
    transform: rotate3d(1, 1, 0, 15deg) rotate(-1deg);
    -webkit-box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), -16.2px 37.5px 75px -37.5px rgba(133, 133, 133, 0.6);
    box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), -16.2px 37.5px 75px -37.5px rgba(133, 133, 133, 0.6);
    background: #f5f6fa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: none;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cardrotatedScaled {
    position: relative;
    width: 480px;
    height: 360px;
    -webkit-transform: rotate3d(1, 1, 0, 15deg) rotate(-1deg) scale(0.7);
    transform: rotate3d(1, 1, 0, 15deg) rotate(-1deg) scale(0.7);
    -webkit-box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), -16.2px 37.5px 75px -37.5px rgba(133, 133, 133, 0.6);
    box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), -16.2px 37.5px 75px -37.5px rgba(133, 133, 133, 0.6);
    background: #f5f6fa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: none;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card {
    position: relative;
    border: none;
    padding: 0;
    float: none;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dbBkColorOne {
    background-color: #f55039
}

.dbKColorTwo {
    background-color: #46A6F7
}

.dbBkColorThree {
    background-color: #47887E
}

.dbBkColorFour {
    background-color: #8E44AD;
}

.dbBkColorFive {
    background-color: #2ECC71;
}

.dbBkColorSix {
    background-color: #F59B24
}

.dbPaddingBtm {
    padding-bottom: 50px
}

.dbButtonColorSquare {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.dbButtonColorSquare:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none
}

.dbPricingEleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px
}

.dbPricingEleven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0
}

.dbPricingEleven ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.dbPricingEleven ul li i {
    margin-right: 5px
}

.dbPricingEleven .price {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px 20px;
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF
}

.dbPricingEleven .price small {
    color: #B8B8B8;
    display: block;
    font-size: 12px;
    margin-top: 22px
}

.dbPricingEleven .type {
    background-color: #52E89E;
    padding: 50px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px
}

.dbPricingEleven .pricingFooter {
    padding: 20px
}

.dbPricingEleven.popular {
    margin-top: 10px
}

.dbPricingEleven.popular .price {
    padding-top: 80px
}

.ulListFeatures {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.ulListFeatures svg {
    margin-right: 15px;
}

.costtable {
    color: #5b687e;
}

.costtable td, .costtable th {
    border: none;
}

.costtable td:nth-child(2) {
    text-align: right;
}

.costtable tr:nth-child(3) {
    font-weight: bold;
    font-size: 1.5em;
    color: #1d1d1d;
}

.additional a {
    color: #1d1d1d;
    text-decoration: underline;
}

.dbAttached > .col-lg-3, .dbAttached > .col-lg-2, .dbAttached > .col-md-3, .dbAttached > .col-md-2, .dbAttached > .col-sm-3, .dbAttached > .col-sm-2 {
    padding-left: 0;
    padding-right: 0
}

.dbPricingSubscription {
    list-style: none
}

.subscriptionSelected {
    background-color: rgba(85, 191, 63, 0.29)
}

.cardStyle {
    position: relative;
    background: #f5f6fa;
    font-size: 14px
}

* {
    box-sizing: border-box
}

.body, .html {
    background-color: #f6f9fc;
    font-size: 18px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.heading {
    /*color: #070505;*/
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 1rem;
}

.subheading {
    font-size: 40px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.subsubheading {
    color: #032326;
    font-size: 24px;
}

.why-section {
    padding-bottom: 0.4rem;
    margin: 0rem;
    font-size: 1.2rem;
}


li {
    font-size: 1.2rem;
}

a {
    font-size: 1.2rem;
}

p {
    font-size: 1.2rem;
}


h1 {
    color: #070505;
    padding: 0;
    text-transform: uppercase;
}

h2 {
    margin-bottom: 0.15rem;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
}


.Checkout {
    margin: 0 auto;
    max-width: 800px;
    box-sizing: border-box;
    padding: 0 5px
}

.label {
    color: #6b7c93;
    font-weight: 300;
    letter-spacing: .025em
}

.form-data {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #e6ebf1
}

button:hover {
    color: #fff;
    cursor: pointer;
    background-color: #00a8ff;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08)
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.StripeElement {
    display: block;
    margin: 10px 0 20px;
    max-width: 500px;
    padding: 10px 14px;
    font-size: 1em;
    font-family: 'Source Code Pro', monospace;
    box-shadow: rgba(50, 50, 93, 0.14902) 0 1px 3px, rgba(0, 0, 0, 0.0196078) 0 1px 0;
    border: 0;
    outline: 0;
    border-radius: 4px;
    background: white
}

input::placeholder {
    color: #aab7c4
}

input:focus, .StripeElement--focus {
    box-shadow: rgba(50, 50, 93, 0.109804) 0 4px 6px, rgba(0, 0, 0, 0.0784314) 0 1px 3px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease
}

.StripeElement.IdealBankElement, .StripeElement.PaymentRequestButton {
    padding: 0
}

pre[class*="language-"] {
    padding: 1em;
    margin: 0.0em 0;
    overflow: auto;
}

.form-login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-login-small {
    font-size: 14px;
    color: #383636;
}

.form-login-small a {
    text-decoration: underline;
    color: #383636;
}

.form-login-small a:hover {
    color: #383636;
}

.form-login .checkbox {
    font-weight: 400;
}

.form-login .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-login .form-control:focus {
    z-index: 2;
}

.form-login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-try-for-free {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px; /* Passen Sie dies nach Bedarf an */
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #007bff;
    border-radius: 10px;
    transition: background-color 0.2s;
}

.btn-try-for-free:hover {
    background-color: #0056b3;
    color: #ffffff;
}

.nav-padding {
    padding-top: 70px; /* Stellen Sie dies auf die Höhe Ihrer Navbar ein */
}

.turnstile-wrapper {
    min-height: 0px; /* für "compact" */
}

.social-login-btn {
    background-color: white !important;
    color: #333 !important;
    font-weight: 500;
    transition: all 0.2s;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
}

.social-login-btn:hover {
    background-color: #f8f9fa !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.login-subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.login-divider-line {
    flex: 1;
    border-bottom: 1px solid #d9d9d9;
}

.login-divider-text {
    padding: 0 10px;
    color: #999;
    font-size: 14px;
}

/* Hero Section mit Konsole */
.hero-row {
    min-height: 400px;
}

.hero-headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-console {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Uptime Badge */
.uptime-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: fit-content;
}

.uptime-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Hero CTA Buttons */
.hero-cta {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 32px;
}

.btn-hero-primary {
    background: #0066FF !important;
    border-color: #0066FF !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 14px rgba(0, 102, 255, 0.35);
    transition: all 0.2s ease;
}

.btn-hero-primary:hover {
    background: #0052CC !important;
    border-color: #0052CC !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.4);
}

.btn-hero-secondary {
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    border-color: #d1d5db !important;
    color: #374151 !important;
}

.btn-hero-secondary:hover {
    border-color: #0066FF !important;
    color: #0066FF !important;
    background: transparent !important;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 40px;
}

.hero-stat {
    text-align: left;
}

.hero-stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
}

.hero-stat-label {
    font-size: 13px;
    color: #64748b;
}

/* Trusted by Section */
.trusted-section {
    padding: 40px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.trusted-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.trusted-avatars {
    display: flex;
}

.trusted-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover;
}

.trusted-avatar:first-child {
    margin-left: 0;
}

.trusted-text {
    font-size: 15px;
    font-weight: 500;
    color: #475569;
}

/* Code Snippets Section */
.code-snippets-section {
    padding: 80px 0;
    background: #f8fafc;
}

.section-header {
    margin-bottom: 48px;
}

.section-label {
    display: inline-block;
    font-size: 13px;
    color: #0066FF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 12px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a2e;
}

.section-subtitle {
    font-size: 18px;
    color: #64748b;
}

.code-tabs-container {
    max-width: 800px;
    margin: 0 auto;
    background: #334155;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.code-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #334155;
    border-bottom: 1px solid #475569;
}

.code-tabs {
    display: flex;
}

.code-copy-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    margin-right: 12px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.code-copy-btn:hover {
    background: rgba(255,255,255,0.15);
    color: white;
}

.code-copy-btn.copied {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.4);
    color: #4ade80;
}

.code-copy-btn svg {
    flex-shrink: 0;
}

.code-tab {
    padding: 14px 24px;
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border-top: 2px solid transparent;
}

.code-tab:hover {
    color: white;
    background: rgba(255,255,255,0.05);
}

.code-tab.active {
    color: white;
    background: #334155;
    border-top: 2px solid #0066FF;
}

.code-content {
    padding: 24px;
}

.code-block {
    margin: 0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 14px;
    line-height: 1.6;
    color: #e2e8f0;
    background: transparent;
    white-space: pre;
    overflow-x: auto;
}

.code-block code {
    display: block;
}

/* Syntax Highlighting Colors */
.code-comment {
    color: #6b7280;
    font-style: italic;
}

.code-keyword {
    color: #f472b6;
}

.code-function {
    color: #fbbf24;
}

.code-string {
    color: #34d399;
}

.code-number {
    color: #f87171;
}

.code-key {
    color: #7dd3fc;
}

.code-variable {
    color: #a78bfa;
}

.code-boolean {
    color: #f472b6;
}

.code-null {
    color: #94a3b8;
}

/* Tablet und kleiner */
@media (max-width: 991px) {
    .hero-row {
        text-align: center;
    }
    .hero-headline {
        margin-bottom: 2rem;
    }
    .hero-cta {
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-stats {
        justify-content: center;
    }
    .uptime-badge {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-headline .heading {
        font-size: 32px;
    }
    .hero-headline .subheading {
        font-size: 16px;
    }
    .hero-console {
        transform: scale(0.75);
        transform-origin: top center;
        margin-top: -20px;
    }
    .hero-cta {
        flex-direction: column;
        gap: 12px;
    }
    .btn-hero-primary, .btn-hero-secondary {
        width: 100%;
    }
    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    .hero-stat {
        text-align: center;
        flex: 1;
        min-width: 80px;
    }
    .trusted-content {
        flex-direction: column;
        gap: 12px;
    }
    .code-tabs {
        flex-wrap: wrap;
    }
    .code-tab {
        padding: 10px 16px;
        font-size: 13px;
    }
    .section-title {
        font-size: 26px;
    }
}


/* ============================================
   API Console V2 - Modern Dark Style
   ============================================ */

.api-console-v2 {
    background: linear-gradient(145deg, #334155 0%, #1e293b 100%);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    max-width: 480px;
}

.console-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.window-buttons {
    display: flex;
    gap: 8px;
    margin-right: 16px;
}

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

.window-btn.red {
    background: #ff5f57;
}

.window-btn.yellow {
    background: #febc2e;
}

.window-btn.green {
    background: #28c840;
}

.console-title {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
}

.console-search {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.console-input-group {
    display: flex;
    gap: 12px;
}

.console-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #e2e8f0 !important;
    padding: 10px 14px !important;
    font-size: 14px;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

.console-input:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #3b82f6 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important;
}

.console-input::placeholder {
    color: #64748b;
}

.console-lookup-btn {
    background: #3b82f6 !important;
    border: none !important;
    border-radius: 8px !important;
    color: white !important;
    font-weight: 600;
    padding: 10px 20px !important;
    font-size: 14px;
    transition: all 0.2s;
}

.console-lookup-btn:hover {
    background: #2563eb !important;
    transform: translateY(-1px);
}

.console-response {
    padding: 20px;
    overflow: hidden;
}

.json-output {
    margin: 0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 13px;
    line-height: 1.7;
    color: #e2e8f0;
    background: transparent;
}

.json-line {
    padding-left: 20px;
}

.json-key {
    color: #7dd3fc;
}

.json-colon {
    color: #94a3b8;
}

.json-string {
    color: #34d399;
}

.json-number {
    color: #fbbf24;
}

.json-true {
    color: #34d399;
}

.json-false {
    color: #f87171;
}

/* ============================================
   Hero V2 - Modern Typography
   ============================================ */

.hero-v2 .uptime-badge {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #10b981;
}

.hero-headline-v2 .heading {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.hero-headline-v2 .heading .accent {
    color: #3b82f6;
    display: block;
}

.hero-headline-v2 .subheading {
    font-size: 18px;
    line-height: 1.6;
    color: #64748b;
    max-width: 420px;
    margin-top: 20px;
}

/* Responsive for Console V2 */
@media (max-width: 991px) {
    .api-console-v2 {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .api-console-v2 {
        border-radius: 12px;
    }
    .console-response {
        padding: 16px;
    }
    .json-output {
        font-size: 12px;
    }
    .hero-headline-v2 .heading {
        font-size: 36px;
    }
}

/* ============================================
   Features Grid V2 - Modern Card Layout
   ============================================ */

.features-grid-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.features-grid-section .section-header {
    margin-bottom: 50px;
}

.features-grid-section .section-label {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.features-grid-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.features-grid-section .section-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.feature-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: all 0.2s ease;
}

.feature-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    color: #3b82f6;
    font-size: 18px;
}

.feature-info {
    flex: 1;
    min-width: 0;
}

.feature-label {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.feature-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

/* Responsive for Features Grid */
@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .features-grid-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .features-grid-section .section-title {
        font-size: 28px;
    }
    .feature-card {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    .feature-card {
        flex-direction: row;
        align-items: center;
    }
}

/* ============================================
   Use Cases V2 - Modern Card Layout
   ============================================ */

.use-cases-section {
    padding: 80px 0;
    background: white;
}

.use-cases-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.use-cases-section .section-label {
    display: inline-block;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.use-cases-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.use-cases-section .section-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.use-case-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
}

.use-case-card:hover {
    border-color: #f97316;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.12);
    transform: translateY(-4px);
}

.use-case-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.use-case-card-link:hover {
    text-decoration: none;
}

.use-case-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.use-case-icon svg {
    color: #f97316;
    font-size: 26px;
}

.use-case-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.use-case-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.use-case-code {
    background: linear-gradient(145deg, #334155 0%, #1e293b 100%);
    border-radius: 12px;
    padding: 24px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 15px;
    line-height: 1.7;
    overflow-x: auto;
}

.use-case-code code {
    color: #e2e8f0;
}

.use-case-code .code-key {
    color: #7dd3fc;
}

.use-case-code .code-string {
    color: #34d399;
}

.use-case-code .code-boolean {
    color: #fbbf24;
}

/* Responsive for Use Cases */
@media (max-width: 768px) {
    .use-cases-grid {
        grid-template-columns: 1fr;
    }
    .use-cases-section {
        padding: 60px 0;
    }
    .use-cases-section .section-title {
        font-size: 28px;
    }
    .use-case-card {
        padding: 24px;
    }
}

/* ============================================
   CTA Section V2 - Modern Call to Action
   ============================================ */

.cta-section-v2 {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #0ea5e9 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.cta-content-v2 {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.cta-title-v2 {
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.cta-subtitle-v2 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-button-v2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F97316;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.cta-button-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: #EA580C;
    color: #ffffff;
}

.cta-button-v2 .arrow {
    transition: transform 0.3s ease;
}

.cta-button-v2:hover .arrow {
    transform: translateX(4px);
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

.cta-feature svg {
    color: #34d399;
}

/* Responsive for CTA V2 */
@media (max-width: 768px) {
    .cta-section-v2 {
        padding: 60px 0;
    }
    .cta-title-v2 {
        font-size: 32px;
    }
    .cta-subtitle-v2 {
        font-size: 16px;
    }
    .cta-button-v2 {
        font-size: 16px;
        padding: 14px 32px;
    }
    .cta-features {
        gap: 20px;
    }
}

/* ============================================
   Pricing Section V2 - Modern Pricing Cards
   ============================================ */

.pricing-section-v2 {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    min-height: calc(100vh - 200px);
}

.pricing-header-v2 {
    text-align: center;
    margin-bottom: 50px;
}

.pricing-label {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.pricing-title-v2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.pricing-subtitle-v2 {
    font-size: 18px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
}

.pricing-grid-v2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-card-v2 {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pricing-card-v2:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.pricing-card-v2.popular {
    border: 2px solid #3b82f6;
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.15);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.plan-name {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
    white-space: nowrap;
}

.plan-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.price-currency {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-right: 2px;
}

.price-amount {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.price-period {
    font-size: 16px;
    color: #64748b;
    margin-left: 4px;
}

.plan-then-price {
    font-size: 13px;
    color: #64748b;
    margin-top: -4px;
    margin-bottom: 8px;
}

.plan-requests {
    font-size: 14px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: #475569;
    white-space: nowrap;
}

.plan-features .feature-check {
    color: #10b981;
    font-size: 14px;
    flex-shrink: 0;
}

.plan-button {
    display: block;
    width: 100%;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.plan-button.secondary {
    background: white;
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.plan-button.secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
    text-decoration: none;
}

.plan-button.primary {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
}

.plan-button.primary:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* Enterprise Plan Styling */
.pricing-card-v2.enterprise {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border: 1px solid #475569;
}

.pricing-card-v2.enterprise:hover {
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.3);
}

.pricing-card-v2.enterprise .plan-name {
    color: white;
}

.pricing-card-v2.enterprise .plan-price {
    margin-bottom: 8px;
}

.pricing-card-v2.enterprise .price-custom {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-card-v2.enterprise .plan-requests {
    color: #60a5fa;
    border-bottom-color: #334155;
}

.pricing-card-v2.enterprise .plan-features li {
    color: #cbd5e1;
}

.pricing-card-v2.enterprise .feature-check {
    color: #34d399;
}

.enterprise-badge-card {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.plan-button.enterprise-button {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
    color: white;
    border: none;
}

.plan-button.enterprise-button:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

/* Responsive for Pricing V2 */
@media (max-width: 1400px) {
    .pricing-grid-v2 {
        grid-template-columns: repeat(3, 1fr);
        max-width: 900px;
    }
}

@media (max-width: 1000px) {
    .pricing-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .pricing-section-v2 {
        padding: 40px 20px 60px;
    }
    .pricing-title-v2 {
        font-size: 32px;
    }
    .pricing-grid-v2 {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    .pricing-card-v2 {
        padding: 28px 24px;
    }
    .price-amount {
        font-size: 40px;
    }
}

/* ============================================
   Footer V2 - Modern Footer Design
   ============================================ */

.footer-v2 {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 60px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 40px;
}

.footer-brand {
    max-width: 280px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-logo .footer-logo-icon {
    width: 36px;
    height: 36px;
}

.footer-logo .logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
}

.footer-description {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.footer-disclaimer {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 12px 0 0;
}

.footer-column {
    min-width: 0;
}

.footer-heading {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
    text-transform: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 14px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #3b82f6;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid #e2e8f0;
}

.footer-copyright {
    font-size: 14px;
    color: #64748b;
}

.footer-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #10b981;
    font-weight: 500;
}

.footer-status.footer-status--degraded {
    color: #f59e0b;
}

.footer-status.footer-status--down {
    color: #ef4444;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.status-dot.status-dot--degraded {
    background: #f59e0b;
}

.status-dot.status-dot--down {
    background: #ef4444;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Responsive for Footer V2 */
@media (max-width: 991px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .footer-brand {
        grid-column: span 2;
        max-width: none;
    }
}

@media (max-width: 576px) {
    .footer-v2 {
        padding: 40px 0 0;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .footer-brand {
        grid-column: span 1;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ===========================
   Documentation Page V2
   =========================== */

.docs-hero {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 80px 0 60px;
}

.docs-hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.docs-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.docs-title {
    font-size: 48px;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.docs-subtitle {
    font-size: 18px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 32px;
}

.docs-api-key-banner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 12px 20px;
    border-radius: 10px;
}

.api-key-label {
    font-size: 14px;
    color: #4ade80;
    font-weight: 500;
}

.docs-api-key-banner .api-key-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    color: #e2e8f0 !important;
    background: rgba(0,0,0,0.4);
    padding: 6px 12px;
    border-radius: 6px;
}

.api-key-copy {
    background: #22c55e;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.api-key-copy:hover {
    background: #16a34a;
}

.api-key-copy.copied {
    background: #15803d;
}

/* Navigation Cards */
.docs-nav-section {
    padding: 40px 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.docs-nav-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.docs-nav-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.2s;
}

.docs-nav-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    text-decoration: none;
    transform: translateY(-2px);
}

.docs-nav-icon {
    font-size: 28px;
}

.docs-nav-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px;
}

.docs-nav-text p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Docs Sections */
.docs-section {
    padding: 80px 0;
}

.docs-section-alt {
    background: #f8fafc;
}

.docs-section-header {
    margin-bottom: 48px;
}

.docs-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.docs-section-header p {
    font-size: 17px;
    color: #64748b;
    max-width: 600px;
}

.docs-section-header code {
    background: #e2e8f0;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
}

/* Steps */
.docs-step {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.docs-step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.docs-step-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.docs-step-content p {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 24px;
}

.docs-step-content a {
    color: #3b82f6;
    font-weight: 500;
}

/* Endpoint Cards */
.docs-endpoint-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.endpoint-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.endpoint-method {
    background: #22c55e;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.endpoint-label {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.endpoint-url-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.endpoint-url {
    flex: 1;
    background: #334155;
    color: #e2e8f0;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    overflow-x: auto;
}

.endpoint-copy {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.endpoint-copy:hover {
    background: #2563eb;
}

.endpoint-copy.copied {
    background: #22c55e;
}

.endpoint-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.endpoint-desc code {
    background: #e2e8f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
}

/* Parameters Grid */
.docs-params-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.docs-param-category h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #3b82f6;
}

.docs-param-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.docs-param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.docs-param code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: #3b82f6;
    font-weight: 500;
}

.docs-param span {
    font-size: 13px;
    color: #64748b;
}

/* Response Example */
.docs-response-example {
    background: linear-gradient(145deg, #334155 0%, #1e293b 100%);
    border-radius: 12px;
    overflow: hidden;
}

.response-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #334155;
    border-bottom: 1px solid #475569;
}

.response-header span {
    font-size: 14px;
    font-weight: 500;
    color: #e2e8f0;
}

.response-body {
    padding: 24px;
    margin: 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.6;
    color: #e2e8f0;
    overflow-x: auto;
}

/* CTA Box */
.docs-cta-box {
    margin-top: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
}

.docs-cta-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.docs-cta-box p {
    font-size: 17px;
    color: rgba(255,255,255,0.92);
    font-weight: 500;
    margin-bottom: 24px;
}

.docs-cta-btn {
    display: inline-block;
    background: white;
    color: #1d4ed8;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.docs-cta-btn:hover {
    background: #f0f9ff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Responsive Documentation */
@media (max-width: 991px) {
    .docs-nav-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .docs-params-grid {
        grid-template-columns: 1fr;
    }
    .docs-title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .docs-hero {
        padding: 60px 0 40px;
    }
    .docs-nav-cards {
        grid-template-columns: 1fr;
    }
    .docs-api-key-banner {
        flex-direction: column;
        text-align: center;
    }
    .endpoint-url-row {
        flex-direction: column;
        align-items: stretch;
    }
    .endpoint-copy {
        width: 100%;
    }
    .docs-title {
        font-size: 28px;
    }
    .docs-section {
        padding: 48px 0;
    }
    .docs-cta-box {
        padding: 32px 24px;
    }
}

/* ===========================
   Modern Page Styles (FAQ, Imprint, Contact, Terms, DataProtection)
   =========================== */

/* Page Hero */
.page-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0 60px;
    border-bottom: 1px solid #e2e8f0;
}

.page-hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.page-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.page-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.page-subtitle {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
}

.usecase-hero-cta {
    justify-content: center;
    flex-wrap: wrap;
}

.page-hero-illustration {
    display: block;
    margin: 28px auto 0;
    width: min(320px, 90%);
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(15, 23, 42, 0.10));
}

/* Page Content */
.page-content {
    padding: 60px 0;
}

.usecase-pill-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.usecase-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    color: #334155;
    font-size: 14px;
    line-height: 1.4;
}

.usecase-pill svg {
    color: #0ea5e9;
    flex-shrink: 0;
}

.usecase-scenarios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 16px;
}

.usecase-scenario-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.usecase-scenario-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(14,165,233,0.12) 0%, rgba(59,130,246,0.14) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.usecase-scenario-icon svg {
    color: #0ea5e9;
}

.usecase-scenario-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.usecase-muted {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 12px;
}

.usecase-label {
    font-weight: 700;
    color: #0f172a;
}

.usecase-tight-list {
    margin: 8px 0 0;
}

.usecase-tight-list li {
    margin-bottom: 6px;
}

.usecase-faq {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.usecase-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.usecase-faq-item summary {
    cursor: pointer;
    padding: 16px 18px;
    font-weight: 600;
    color: #0f172a;
    list-style: none;
}

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

.usecase-faq-body {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 16px 18px;
}

.usecase-faq-body p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.usecase-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.usecase-related-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.2s ease;
}

.usecase-related-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.12);
    transform: translateY(-1px);
    text-decoration: none;
    color: #0f172a;
}

.usecase-related-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.usecase-related-icon svg {
    color: #2563eb;
}

.usecase-related-title {
    font-weight: 700;
}

.page-content-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 48px;
    max-width: 900px;
    margin: 0 auto;
}

.page-content-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 32px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.page-content-card h2:first-child {
    margin-top: 0;
}

.page-content-card p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
}

.page-content-card a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.page-content-card a:hover {
    text-decoration: underline;
}

.page-content-card ul, .page-content-card ol {
    margin: 16px 0;
    padding-left: 24px;
}

.page-content-card li {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 8px;
}

.page-meta {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .usecase-pill-grid {
        grid-template-columns: 1fr;
    }
    .usecase-scenarios {
        grid-template-columns: 1fr;
    }
    .usecase-related {
        grid-template-columns: 1fr;
    }
}

/* FAQ Styles */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s;
}

.faq-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
}

.faq-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.faq-question h3 {
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    flex: 1;
}

.faq-answer {
    padding: 0 24px 20px 72px;
}

.faq-answer p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Imprint Styles */
.imprint-info {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
}

.imprint-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

.imprint-info address {
    font-style: normal;
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
}

.imprint-row {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.imprint-label {
    font-weight: 600;
    color: #0f172a;
    min-width: 120px;
}

.imprint-value {
    color: #475569;
}

/* Contact Form Styles */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.contact-info {
    padding: 32px;
    background: #f8fafc;
    border-radius: 16px;
}

.contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
}

.contact-info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.contact-info-text h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px;
}

.contact-info-text p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.contact-form-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 40px;
}

.contact-form-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
}

.form-group-modern {
    margin-bottom: 20px;
}

.form-group-modern label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.form-group-modern input,
.form-group-modern select,
.form-group-modern textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s;
}

.form-group-modern input:focus,
.form-group-modern select:focus,
.form-group-modern textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group-modern textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-submit-modern {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-submit-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.btn-submit-modern:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Status Page Styles */
.status-hero {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 80px 0 60px;
    border-bottom: 1px solid #bbf7d0;
}

.status-hero.has-issues {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #fcd34d;
}

.status-hero-content {
    text-align: center;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 16px 32px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 24px;
}

.status-badge-dot {
    width: 12px;
    height: 12px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.status-badge-dot.warning {
    background: #f59e0b;
}

.status-badge-text {
    font-size: 20px;
    font-weight: 700;
    color: #16a34a;
}

.status-badge-text.warning {
    color: #d97706;
}

.status-updated {
    font-size: 14px;
    color: #64748b;
}

.status-content {
    padding: 60px 0;
}

.status-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.status-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.status-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.status-item-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px;
}

.status-item-info p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.status-item-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    color: #16a34a;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.status-item-badge .status-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
}

.status-item-badge.warning {
    background: #fef3c7;
    color: #d97706;
}

.status-item-badge.warning .status-dot {
    background: #f59e0b;
}

.status-item-badge.error {
    background: #fef2f2;
    color: #dc2626;
}

.status-item-badge.error .status-dot {
    background: #ef4444;
}

.status-badge.operational {
    color: #16a34a;
}

.status-badge.operational svg {
    color: #22c55e;
}

.status-badge.issues {
    color: #d97706;
}

.status-badge.issues svg {
    color: #f59e0b;
}

.status-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.status-subtitle {
    font-size: 18px;
    color: #475569;
    margin: 0;
}

.status-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    margin-bottom: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.status-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.status-card-header h2 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.status-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 24px;
    color: #64748b;
}

.status-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.status-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    margin: 0;
}

.status-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px 24px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e2e8f0;
}

.status-item:last-child {
    border-bottom: none;
}

.status-item-name {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px;
}

.status-item-description {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.status-item-badge.operational {
    background: #f0fdf4;
    color: #16a34a;
}

.status-item-badge.degraded {
    background: #fef3c7;
    color: #d97706;
}

.status-item-badge.partial {
    background: #ffedd5;
    color: #c2410c;
}

.status-item-badge.major {
    background: #fef2f2;
    color: #dc2626;
}

/* Uptime Bars */
.uptime-bars {
    padding: 24px;
}

.uptime-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}
.uptime-row:last-child {
    margin-bottom: 0;
}

.uptime-label {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    min-width: 120px;
}

.uptime-bar-container {
    display: flex;
    gap: 2px;
    flex: 1;
}

.uptime-day {
    flex: 1;
    height: 32px;
    border-radius: 2px;
    background: #e2e8f0;
    cursor: pointer;
    transition: opacity 0.2s;
}

.uptime-day:hover {
    opacity: 0.8;
}

.uptime-day.operational {
    background: #22c55e;
}

.uptime-day.degraded {
    background: #f59e0b;
}

.uptime-day.major {
    background: #ef4444;
}

.uptime-percentage {
    font-size: 14px;
    font-weight: 600;
    color: #16a34a;
    min-width: 60px;
    text-align: right;
}

.uptime-legend {
    display: flex;
    gap: 24px;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #e2e8f0;
}

.legend-color.operational {
    background: #22c55e;
}

.legend-color.degraded {
    background: #f59e0b;
}

.legend-color.major {
    background: #ef4444;
}

/* Subscribe Section */
.status-subscribe {
    text-align: center;
    padding: 40px 24px;
    max-width: 600px;
    margin: 0 auto;
}

.status-subscribe h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px;
}

.status-subscribe p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* ========================================
   Enterprise Contact Page Styles
   ======================================== */

.enterprise-hero {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #1e293b 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.enterprise-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(168, 85, 247, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.enterprise-hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.enterprise-badge {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.enterprise-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px;
    line-height: 1.2;
}

.gradient-text {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.enterprise-subtitle {
    font-size: 20px;
    color: #94a3b8;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.enterprise-content {
    padding: 80px 0;
    background: #f8fafc;
}

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

/* Benefits Section */
.enterprise-benefits h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 32px;
}

.benefit-card {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.1);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #3b82f6;
}

.benefit-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 6px;
}

.benefit-text p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.enterprise-stats {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    padding: 24px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 16px;
}

.stat {
    flex: 1;
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Enterprise Form */
.enterprise-form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.enterprise-form h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.form-subtitle {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 32px;
}

.form-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group-enterprise {
    margin-bottom: 20px;
}

.form-group-enterprise label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}

.form-group-enterprise input,
.form-group-enterprise select,
.form-group-enterprise textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.2s ease;
    background: #f9fafb;
}

.form-group-enterprise input:focus,
.form-group-enterprise select:focus,
.form-group-enterprise textarea:focus {
    outline: none;
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group-enterprise input::placeholder,
.form-group-enterprise textarea::placeholder {
    color: #9ca3af;
}

.form-group-enterprise select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.turnstile-container {
    margin-bottom: 24px;
}

.btn-enterprise-submit {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-enterprise-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.btn-enterprise-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-enterprise-submit .spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.form-privacy {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin: 16px 0 0;
}

.form-privacy a {
    color: #3b82f6;
    text-decoration: none;
}

.form-privacy a:hover {
    text-decoration: underline;
}

/* Success State */
.enterprise-success {
    text-align: center;
    padding: 40px 20px;
}

.enterprise-success .success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dcfce7 0%, #d1fae5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #16a34a;
}

.enterprise-success h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.enterprise-success p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* Enterprise Responsive */
@media (max-width: 991px) {
    .enterprise-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .enterprise-title {
        font-size: 36px;
    }

    .enterprise-form-container {
        order: -1;
    }
}

@media (max-width: 576px) {
    .enterprise-hero {
        padding: 80px 0 60px;
    }

    .enterprise-title {
        font-size: 28px;
    }

    .enterprise-subtitle {
        font-size: 16px;
    }

    .enterprise-form-container {
        padding: 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .enterprise-stats {
        flex-direction: column;
        gap: 16px;
    }

    .stat {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .stat:last-child {
        border-bottom: none;
    }
}

/* Responsive for Modern Pages */
@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .page-title {
        font-size: 32px;
    }
    .page-content-card {
        padding: 32px;
    }
}

@media (max-width: 576px) {
    .page-hero {
        padding: 60px 0 40px;
    }
    .page-title {
        font-size: 28px;
    }
    .page-content-card {
        padding: 24px;
        border-radius: 12px;
    }
    .faq-question {
        padding: 16px;
    }
    .faq-answer {
        padding: 0 16px 16px 56px;
    }
    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .contact-form-card {
        padding: 24px;
    }
}

/* ========================================
   Dashboard Styles
   ======================================== */

.dashboard-main {
    background: #f8fafc;
}

/* Dashboard Sidebar */
.dashboard-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.sidebar-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #64748b;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

.sidebar-nav-item:hover {
    background: #f1f5f9;
    color: #334155;
    text-decoration: none;
}

.sidebar-nav-item.active {
    background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
    color: #3b82f6;
    font-weight: 600;
}

.sidebar-nav-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 14px;
    transition: all 0.2s ease;
}

.sidebar-nav-item:hover .sidebar-nav-icon {
    background: #e2e8f0;
    color: #334155;
}

.sidebar-nav-item.active .sidebar-nav-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
}

.sidebar-nav-label {
    flex: 1;
}

.sidebar-nav-indicator {
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 2px;
    position: absolute;
    right: 8px;
}

.dashboard-header {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #1e293b 100%);
    padding: 100px 0 40px;
    margin-bottom: 40px;
}

.dashboard-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-welcome h1 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px;
}

.dashboard-welcome p {
    font-size: 16px;
    color: #94a3b8;
    margin: 0;
}

.dashboard-container {
    padding-bottom: 60px;
}

/* Dashboard Cards */
.dashboard-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    overflow: hidden;
}

.dashboard-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.dashboard-card-header .card-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.dashboard-card-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.dashboard-card-body {
    padding: 24px;
}

/* API Key Display */
.api-key-card .dashboard-card-header .card-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
}

.api-key-display {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f1f5f9;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.api-key-value {
    flex: 1;
    font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
    font-size: 15px;
    color: #334155;
    word-break: break-all;
}

.copy-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    background: #2563eb;
}

.api-key-hint {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Stats Grid */
.dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
}

.stat-card .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.stat-icon.plan-icon {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #3b82f6;
}

.stat-icon.usage-icon {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    color: #16a34a;
}

.stat-icon.period-icon {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-content .stat-label {
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.stat-content .stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

/* Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.info-item .info-label {
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-item .info-value {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

/* Invoices List */
.invoices-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.invoice-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #f8fafc;
    border-radius: 10px;
    text-decoration: none;
    color: #334155;
    transition: all 0.2s ease;
}

.invoice-item:hover {
    background: #f1f5f9;
    color: #3b82f6;
}

.invoice-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.invoice-item .invoice-icon {
    color: #ef4444;
    font-size: 18px;
}

.invoice-item .invoice-name {
    font-weight: 500;
}

.invoice-item .link-icon {
    color: #94a3b8;
    font-size: 14px;
}

/* Subscription Plans Grid */
.subscription-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.subscription-plan-card {
    position: relative;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.subscription-plan-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.1);
}

.subscription-plan-card.current {
    border-color: #22c55e;
    background: #f0fdf4;
}

.current-plan-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #22c55e;
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.subscription-plan-card .plan-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.subscription-plan-card .plan-price {
    margin-bottom: 16px;
}

.subscription-plan-card .price-currency {
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
    vertical-align: top;
}

.subscription-plan-card .price-amount {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
}

.subscription-plan-card .price-period {
    font-size: 14px;
    color: #64748b;
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
}

.plan-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 10px;
    white-space: nowrap;
}

.plan-features-list .feature-icon {
    color: #22c55e;
    margin-top: 2px;
    flex-shrink: 0;
}

.plan-action-btn {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.plan-action-btn.primary {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
}

.plan-action-btn.primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.plan-action-btn.secondary {
    background: #e2e8f0;
    color: #475569;
}

.plan-action-btn.secondary:hover:not(:disabled) {
    background: #cbd5e1;
}

.plan-action-btn.current {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #22c55e;
}

.plan-action-btn:disabled {
    cursor: default;
    opacity: 0.7;
}

/* Current Plan Info */
.current-plan-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.current-plan-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.plan-check-icon {
    font-size: 24px;
    color: #22c55e;
}

.current-plan-name {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}

.renewal-info {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.renewal-info svg {
    margin-right: 8px;
}

/* Enterprise CTA Card */
.enterprise-cta-card {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border: none;
}

.enterprise-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    gap: 24px;
}

.enterprise-cta-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px;
}

.enterprise-cta-text p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
}

.enterprise-cta-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: white;
    color: #0f172a;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.enterprise-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* Payment Method Display */
.payment-method-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.payment-method-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.payment-method-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 20px;
}

.payment-method-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.payment-method-label {
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.payment-method-value {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.update-payment-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.update-payment-btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

/* No Invoices State */
.no-invoices {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}

.no-invoices-icon {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.no-invoices p {
    margin: 0;
    font-size: 15px;
}

/* Help Card */
.help-card {
    background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
    border-color: #c7d2fe;
}

.help-card-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
}

.help-card .help-icon {
    font-size: 32px;
    color: #6366f1;
}

.help-text {
    flex: 1;
}

.help-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px;
}

.help-text p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.help-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #6366f1;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.help-link:hover {
    background: #4f46e5;
    color: white;
    transform: translateY(-1px);
}

/* Dashboard Responsive */
@media (max-width: 991px) {
    .dashboard-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .enterprise-cta-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .dashboard-header {
        padding: 80px 0 30px;
    }

    .dashboard-welcome h1 {
        font-size: 24px;
    }

    .dashboard-stats-grid {
        grid-template-columns: 1fr;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .api-key-display {
        flex-direction: column;
        align-items: stretch;
    }

    .copy-btn {
        justify-content: center;
    }

    .subscription-plans-grid {
        grid-template-columns: 1fr;
    }

    .current-plan-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-method-display {
        flex-direction: column;
        align-items: stretch;
    }

    .update-payment-btn {
        justify-content: center;
    }

    .help-card-content {
        flex-direction: column;
        text-align: center;
    }
}

/* ========================================
   Checkout & ChangePlan Styles
   ======================================== */

.checkout-main {
    background: #f8fafc;
}

.checkout-header {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #1e293b 100%);
    padding: 100px 0 40px;
    margin-bottom: 40px;
}

.checkout-header-content {
    text-align: center;
}

.checkout-header-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px;
}

.checkout-header-content p {
    font-size: 16px;
    color: #94a3b8;
    margin: 0;
}

.checkout-container {
    padding-bottom: 60px;
}

.checkout-form-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

.checkout-form-wrapper h2 {
    text-align: center;
}

.checkout-form-wrapper h2 + small,
.checkout-form-wrapper .text-center:not(.additional) small {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.checkout-form-wrapper .text-center.additional {
    margin-top: 8px;
}

.checkout-form-wrapper .text-center.additional small {
    display: inline;
    margin-bottom: 0;
}

.checkout-form-wrapper .form-group,
.checkout-form-wrapper .form-control,
.checkout-form-wrapper input:not([type="checkbox"]),
.checkout-form-wrapper select {
    width: 100% !important;
}

.checkout-form-wrapper .btn {
    width: 100%;
}

.checkout-form-wrapper .form-row {
    grid-template-columns: 1fr;
}

/* Progress Indicator */
.checkout-progress {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Trust Signals */
.checkout-trust-signals {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 20px 0;
    padding: 16px 0;
    border-top: 1px solid #e2e8f0;
}

.checkout-trust-signals .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}

.checkout-trust-signals .trust-item svg {
    color: #22c55e;
    font-size: 14px;
}

/* Testimonial */
.checkout-testimonial {
    text-align: center;
    padding: 16px 20px;
    margin: 16px 0;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #3b82f6;
}

.checkout-testimonial p {
    font-style: italic;
    color: #475569;
    margin-bottom: 8px;
    font-size: 14px;
}

.checkout-testimonial .testimonial-author {
    font-size: 12px;
    color: #94a3b8;
}

/* Checkout Cards */
.checkout-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    overflow: hidden;
}

.checkout-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.checkout-card-header .card-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.checkout-card-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.checkout-card-body {
    padding: 24px;
}

/* Inline Effectiveness Styles */
.plan-summary-description.effectiveness-inline {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    font-size: 14px;
    color: #059669;
    font-weight: 500;
}

.plan-summary-description.effectiveness-inline .effectiveness-icon {
    margin-right: 6px;
}

/* Form Styles */
.checkout-form .form-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group-checkout {
    margin-bottom: 16px;
}

.form-group-checkout label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.form-group-checkout input,
.form-group-checkout select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.2s ease;
    background: #f9fafb;
    color: #1f2937;
}

.form-group-checkout input:focus,
.form-group-checkout select:focus {
    outline: none;
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-hint {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-top: 6px;
}

.plan-select-field {
    padding: 10px 36px 10px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #f1f5f9 !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    color: #1f2937 !important;
    -webkit-text-fill-color: #1f2937 !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231f2937' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    height: auto !important;
    min-height: 42px !important;
    line-height: 1.5 !important;
}

.plan-select-field:disabled {
    color: #1f2937 !important;
    -webkit-text-fill-color: #1f2937 !important;
    opacity: 1 !important;
    background-color: #f1f5f9 !important;
    cursor: not-allowed;
}

.form-group-checkout select:disabled {
    color: #1f2937 !important;
    -webkit-text-fill-color: #1f2937 !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #f1f5f9 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231f2937' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    cursor: not-allowed;
}

/* All form controls in checkout forms - unified height */
.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="url"],
.checkout-card input[type="text"],
.checkout-card input[type="email"],
.checkout-card input[type="url"],
.checkout-card .form-control:not(select) {
    padding: 10px 12px !important;
    height: auto !important;
    min-height: 42px !important;
    line-height: 1.5 !important;
    font-size: 14px !important;
    color: #1f2937 !important;
}

/* All selects in checkout forms */
.checkout-form select,
.checkout-card select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231f2937' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding: 10px 36px 10px 12px !important;
    color: #1f2937 !important;
    -webkit-text-fill-color: #1f2937 !important;
    height: auto !important;
    min-height: 42px !important;
    line-height: 1.5 !important;
    font-size: 14px !important;
}

/* Submit Button */
.checkout-submit-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.checkout-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.checkout-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.checkout-alert {
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Success State */
.checkout-success {
    text-align: center;
    padding: 40px 20px;
}

.checkout-success .success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dcfce7 0%, #d1fae5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #16a34a;
    font-size: 36px;
}

.checkout-success h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.checkout-success p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* Processing State */
.checkout-processing {
    padding: 40px 20px;
}

.processing-spinner {
    font-size: 48px;
    color: #3b82f6;
    margin-bottom: 16px;
}

.checkout-processing p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* Plan Details Card */
.plan-details-card .checkout-card-header .card-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
}

.plan-summary {
    margin-bottom: 24px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.plan-summary.selected {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border-color: #22c55e;
}

.plan-summary-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.plan-summary-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.plan-summary-requests {
    font-size: 16px;
    color: #64748b;
    font-weight: 500;
}

.plan-summary-price {
    font-size: 20px;
    font-weight: 700;
    color: #3b82f6;
}

.plan-summary-description {
    margin-top: 12px;
    font-size: 14px;
    color: #64748b;
}

/* Current Plan Card - neutral like other cards */
.current-plan-card {
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.current-plan-card .checkout-card-header {
    border-bottom-color: #e2e8f0;
}

.current-plan-card .card-icon.current {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.current-plan-card .plan-summary {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.plan-summary .plan-name {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.trial-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #dcfce7 0%, #d1fae5 100%);
    color: #16a34a;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.plan-description {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

.plan-features-checkout {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.plan-features-checkout li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    white-space: nowrap;
}

.plan-features-checkout li:last-child {
    border-bottom: none;
}

.plan-features-checkout .feature-check {
    color: #22c55e;
    font-size: 14px;
}

/* Price Breakdown */
.price-breakdown {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

.price-row:last-of-type {
    border-bottom: none;
}

.price-row.total {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    padding-top: 16px;
    margin-top: 8px;
    border-top: 2px solid #e2e8f0;
    border-bottom: none;
}

.price-note {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

/* Checkout Responsive */
@media (max-width: 768px) {
    .checkout-header {
        padding: 80px 0 30px;
    }

    .checkout-header-content h1 {
        font-size: 24px;
    }

    .checkout-form .form-row-grid {
        grid-template-columns: 1fr;
    }
}

/* ================================================
   SUCCESS PAGES (Registration, Plan Changed)
   ================================================ */

.success-page {
    padding: 80px 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.success-card {
    background: #fff;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.success-icon {
    font-size: 64px;
    color: #28a745;
    margin-bottom: 24px;
}

.success-card h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.success-message {
    font-size: 16px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.6;
}

.success-message strong {
    color: #1a1a2e;
}

.success-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}

.success-info .info-icon {
    font-size: 24px;
    color: #0066cc;
    flex-shrink: 0;
    margin-top: 2px;
}

.success-info p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.success-info a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.success-info a:hover {
    text-decoration: underline;
}

.success-actions {
    margin-top: 24px;
}

.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.btn-primary-custom:hover {
    background: #0052a3;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Success Page Responsive */
@media (max-width: 768px) {
    .success-page {
        padding: 40px 16px;
    }

    .success-card {
        padding: 32px 24px;
    }

    .success-icon {
        font-size: 48px;
    }

    .success-card h1 {
        font-size: 22px;
    }

    .success-info {
        flex-direction: column;
        text-align: center;
    }

    .success-info .info-icon {
        margin: 0 auto;
    }
}

/* Activation Page Icons */
.activation-icon {
    font-size: 64px;
    margin-bottom: 24px;
}

.activation-icon.loading {
    color: #0066cc;
}

.activation-icon.success {
    color: #28a745;
}

.activation-icon.warning {
    color: #f59e0b;
}

.activation-icon.error {
    color: #dc2626;
}

.redirect-notice {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
}

/* ================================================
   SETTINGS PAGE
   ================================================ */

.settings-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    overflow: hidden;
}

.settings-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.settings-card-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
}

.settings-icon {
    color: #0066cc;
    font-size: 18px;
}

.settings-card-body {
    padding: 20px;
}

.settings-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.settings-row:last-child {
    border-bottom: none;
}

.settings-label {
    color: #64748b;
    font-size: 14px;
}

.settings-value {
    color: #1a1a2e;
    font-weight: 500;
    font-size: 14px;
}

.api-key-display {
    background: #1e293b;
    padding: 12px 16px;
    border-radius: 8px;
}

.api-key-display .api-key-value {
    color: #e2e8f0;
}

.invoices-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.invoice-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f8fafc;
    border-radius: 8px;
    color: #1a1a2e;
    text-decoration: none;
    transition: background 0.2s;
}

.invoice-item:hover {
    background: #e2e8f0;
    text-decoration: none;
    color: #1a1a2e;
}

.invoice-icon {
    color: #dc2626;
}

/* ============================================
   Plan Slider Card - Subscription Page
   ============================================ */

.plan-slider-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    margin-top: 24px;
}

.plan-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.plan-slider-title {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* Usage Badge */
.usage-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: help;
}

.usage-badge.success {
    background: #dcfce7;
    color: #166534;
}

.usage-badge.warning {
    background: #fef3c7;
    color: #92400e;
}

.usage-badge.danger {
    background: #fee2e2;
    color: #991b1b;
}

.usage-badge.info {
    background: #e0f2fe;
    color: #075985;
}

/* Volume Display */
.volume-display {
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.volume-display .usage-badge {
    margin-bottom: 8px;
}

.volume-number {
    font-size: 48px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.1;
}

.volume-price {
    font-size: 20px;
    color: #3b82f6;
    font-weight: 600;
    margin-top: 4px;
}

/* Plan Slider */
.plan-slider-container {
    padding: 0 8px;
    margin-bottom: 16px;
}

.plan-slider {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #e2e8f0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.plan-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.4);
    transition: transform 0.15s, box-shadow 0.15s;
}

.plan-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.5);
}

.plan-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.4);
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 4px;
}

.slider-label {
    font-size: 12px;
    color: #64748b;
    text-align: center;
    min-width: 32px;
}

.slider-label.active {
    color: #3b82f6;
    font-weight: 600;
}

/* Effectiveness Info Row */
.effectiveness-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.effectiveness-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.effectiveness-label {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.effectiveness-value {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}

.effectiveness-value.immediate {
    color: #22c55e;
}

.effectiveness-value.scheduled {
    color: #64748b;
}

.effectiveness-value.enterprise {
    color: #8b5cf6;
}

/* Plan Action Buttons */
.plan-action-btn {
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    flex-grow: 0;
    width: auto;
}

.plan-action-btn.upgrade {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
}

.plan-action-btn.upgrade:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.plan-action-btn.downgrade {
    background: #f1f5f9;
    color: #475569;
    border: 2px solid #cbd5e1;
}

.plan-action-btn.downgrade:hover {
    background: #e2e8f0;
    border-color: #94a3b8;
    color: #334155;
}

.plan-action-btn.current {
    background: #dcfce7;
    color: #166534;
    cursor: default;
}

.plan-action-btn.scheduled {
    background: #f1f5f9;
    color: #64748b;
    cursor: not-allowed;
}

.plan-action-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.plan-action-btn.enterprise {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.plan-action-btn.enterprise:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

/* Enterprise slider label */
.slider-label.enterprise {
    color: #8b5cf6;
    font-style: italic;
}

.slider-label.enterprise.active {
    color: #8b5cf6;
    font-weight: 600;
}

/* Enterprise volume number */
.volume-number.enterprise {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Scheduled Change Banner */
.scheduled-change-banner {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.scheduled-change-banner.cancel {
    background: #fee2e2;
    border-color: #fca5a5;
}

.scheduled-change-banner .banner-icon {
    color: #f59e0b;
    font-size: 18px;
}

.scheduled-change-banner.cancel .banner-icon {
    color: #ef4444;
}

.scheduled-change-banner .banner-text {
    flex: 1;
    font-size: 14px;
    color: #92400e;
}

.scheduled-change-banner.cancel .banner-text {
    color: #991b1b;
}

.scheduled-change-banner .banner-date {
    font-weight: 600;
}

/* Dashboard Stats - Scheduled Info */
.stat-scheduled-info {
    font-size: 11px;
    color: #f59e0b;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.stat-scheduled-info .clock-icon {
    font-size: 10px;
}

/* Features Badges */
.features-badges {
    display: flex;
    gap: 24px;
    padding: 16px 24px;
    background: #f0fdf4;
    border-radius: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.feature-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #166534;
}

.feature-badge .check-icon {
    color: #22c55e;
}

/* Subscription Header */
.subscription-header {
    margin-bottom: 24px;
}

.subscription-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.subscription-header .subtitle {
    font-size: 14px;
    color: #64748b;
}

/* Tooltip Styles */
.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    max-width: 280px;
    white-space: normal;
    text-align: center;
    transition: opacity 0.2s, visibility 0.2s;
}

.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1e293b;
}

.tooltip-wrapper:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

/* Features Row - compact horizontal display */
.plan-features-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 13px;
}

.plan-features-row .feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.plan-features-row .feature-badge svg {
    color: #22c55e;
    font-size: 11px;
}

.plan-features-row .feature-separator {
    color: #cbd5e1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .plan-slider-card {
        padding: 20px;
    }

    .volume-number {
        font-size: 36px;
    }

    .volume-price {
        font-size: 16px;
    }

    .effectiveness-row {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .plan-action-btn {
        width: 100%;
    }

    .features-badges {
        flex-direction: column;
        gap: 12px;
    }

    .slider-labels {
        font-size: 10px;
    }

    .plan-features-row {
        flex-wrap: wrap;
        font-size: 12px;
    }
}

/* ============================================
   Navigation Account Avatar Icon
   ============================================ */

