/* Pterodactyl Panel landing page */
.gutenberg-page .wp-block-cover.pterodactyl-hero {
    min-height: 680px !important;
    background:
        linear-gradient(90deg, rgba(3, 7, 18, 0.94) 0%, rgba(3, 7, 18, 0.78) 42%, rgba(3, 7, 18, 0.34) 74%, rgba(3, 7, 18, 0.58) 100%),
        url("../images/pterodactyl-vps-hero.webp") center / cover no-repeat !important;
}

.gutenberg-page .wp-block-cover.pterodactyl-hero .wp-block-cover__background {
    opacity: 0 !important;
}

.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-cover__inner-container {
    max-width: 1120px;
    text-align: left;
}

.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-cover__inner-container > * {
    max-width: 720px;
    margin-left: 0;
}

.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .section-label {
    margin-left: 0;
}

.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero h1,
.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero p {
    text-align: left;
}

.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero h1 {
    font-size: clamp(3rem, 6vw, 5.4rem);
    max-width: 820px;
}

.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-list,
.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-buttons {
    justify-content: flex-start;
}

.gutenberg-page .pterodactyl-hero-price {
    color: rgba(255, 255, 255, 0.82) !important;
}

.gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero p.pterodactyl-hero-price strong {
    color: #67e8f9;
    font-size: 1.25em;
}

.gutenberg-page .wp-block-group.pterodactyl-speed-strip {
    position: relative;
    z-index: 2;
    margin-top: -44px;
    padding: 1.35rem 2rem;
    border: 1px solid rgba(34, 211, 238, 0.26);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 22px 60px rgba(2, 8, 23, 0.28);
}

.gutenberg-page .pterodactyl-speed-strip .wp-block-columns {
    margin: 0;
}

.gutenberg-page .pterodactyl-stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0;
    color: #cbd5e1;
}

.gutenberg-page .pterodactyl-stat strong {
    color: #67e8f9;
    font-size: 1.55rem;
}

.gutenberg-page .pterodactyl-stat span {
    font-size: 0.82rem;
    letter-spacing: 0.03em;
}

.gutenberg-page .pterodactyl-intro,
.gutenberg-page .pterodactyl-features,
.gutenberg-page .pterodactyl-configuration {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.gutenberg-page .pterodactyl-step-grid {
    margin-top: 2.5rem;
}

.gutenberg-page .wp-block-group.pterodactyl-step {
    position: relative;
    overflow: hidden;
    min-height: 290px;
}

.gutenberg-page .pterodactyl-step-number {
    margin: 0 0 1.2rem;
    color: var(--brand-primary-text);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
}

.gutenberg-page .wp-block-group.pterodactyl-panel-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.gutenberg-page .pterodactyl-dashboard-image {
    margin: 0;
}

.gutenberg-page .pterodactyl-dashboard-image img {
    width: 100%;
    height: auto;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(2, 8, 23, 0.34), 0 0 60px rgba(8, 145, 178, 0.12);
}

.gutenberg-page .pterodactyl-panel-section .section-label {
    margin-left: 0;
}

.gutenberg-page .pterodactyl-panel-section h2,
.gutenberg-page .pterodactyl-panel-section > .wp-block-columns > .wp-block-column > p {
    text-align: left;
}

.gutenberg-page .pterodactyl-check-list {
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.gutenberg-page .pterodactyl-check-list li {
    position: relative;
    margin-bottom: 0.85rem;
    padding-left: 1.75rem;
}

.gutenberg-page .pterodactyl-check-list li::before {
    position: absolute;
    left: 0;
    color: var(--brand-primary-text);
    font-weight: 800;
    content: "✓";
}

.gutenberg-page .pterodactyl-game-grid {
    max-width: 980px;
    margin: 2.25rem auto 1.25rem;
}

.gutenberg-page .pterodactyl-game-pill {
    margin: 0;
    padding: 1rem 1.15rem;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: var(--bg-card);
    box-shadow: var(--shadow-sm);
    font-weight: 700;
}

.gutenberg-page .pterodactyl-fine-print {
    color: var(--text-secondary);
    font-size: 0.82rem;
    line-height: 1.6;
}

.gutenberg-page .pterodactyl-config-grid {
    max-width: 1040px;
    margin: 2.5rem auto 0;
}

.gutenberg-page .pterodactyl-pricing-card {
    height: 100%;
}

.gutenberg-page .pterodactyl-popular-label {
    display: table;
    margin: -0.4rem auto 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(8, 145, 178, 0.12);
    color: var(--brand-primary-text);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.gutenberg-page .pterodactyl-spec-list {
    text-align: left;
}

.gutenberg-page .wp-block-group.pterodactyl-config-notes {
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    background: var(--bg-card);
    box-shadow: var(--shadow-md);
}

.gutenberg-page .pterodactyl-config-notes h3,
.gutenberg-page .pterodactyl-config-notes p {
    text-align: left;
}

.gutenberg-page .pterodactyl-config-notes h3 {
    margin-top: 0;
}

.gutenberg-page .pterodactyl-final-cta {
    min-height: 440px;
    background:
        linear-gradient(135deg, rgba(8, 145, 178, 0.96), rgba(15, 23, 42, 0.98)),
        url("../images/pterodactyl-vps-hero.webp") center / cover no-repeat;
}

.gutenberg-page .pterodactyl-final-cta .wp-block-cover__background {
    opacity: 0 !important;
}

.gutenberg-page .pterodactyl-final-cta .wp-block-cover__inner-container {
    max-width: 820px;
}

@media (max-width: 960px) {
    .gutenberg-page .wp-block-cover.pterodactyl-hero {
        background:
            linear-gradient(rgba(3, 7, 18, 0.78), rgba(3, 7, 18, 0.94)),
            url("../images/pterodactyl-vps-hero.webp") 68% center / cover no-repeat !important;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-cover__inner-container,
    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-cover__inner-container > * {
        max-width: 100%;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero h1,
    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero p {
        text-align: center;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .section-label {
        margin-left: auto;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-list,
    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-buttons {
        justify-content: center;
    }

    .gutenberg-page .wp-block-group.pterodactyl-speed-strip {
        margin: -30px 1rem 0;
    }

    .gutenberg-page .pterodactyl-panel-section .section-label {
        margin-left: auto;
    }

    .gutenberg-page .pterodactyl-panel-section h2,
    .gutenberg-page .pterodactyl-panel-section > .wp-block-columns > .wp-block-column > p {
        text-align: center;
    }
}

@media (max-width: 782px) {
    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero {
        min-height: auto !important;
        padding: 120px 1.25rem 72px;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero h1 {
        font-size: clamp(2.25rem, 8.5vw, 3.25rem);
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .has-large-font-size {
        font-size: 1.15rem !important;
        line-height: 1.6 !important;
    }

    .gutenberg-page .pterodactyl-step-grid,
    .gutenberg-page .pterodactyl-features .wp-block-columns,
    .gutenberg-page .pterodactyl-config-grid {
        gap: 1rem;
    }

    .gutenberg-page .wp-block-group.pterodactyl-step {
        min-height: 0;
    }

    .gutenberg-page .pterodactyl-panel-section > .wp-block-columns {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .gutenberg-page .wp-block-cover.pterodactyl-hero {
        min-height: auto !important;
        padding: 106px 1rem 58px;
        background:
            linear-gradient(rgba(3, 7, 18, 0.82), rgba(3, 7, 18, 0.96)),
            url("../images/pterodactyl-vps-hero.webp") 72% center / cover no-repeat !important;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-cover__inner-container,
    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-cover__inner-container > * {
        width: 100%;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .section-label {
        max-width: 100%;
        padding: 0.42rem 0.75rem;
        font-size: 0.68rem;
        line-height: 1.3;
        text-align: center;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero h1 {
        margin-bottom: 1rem;
        font-size: clamp(2.05rem, 10vw, 2.75rem) !important;
        line-height: 1.08 !important;
        text-wrap: balance;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .has-large-font-size {
        margin-bottom: 1.25rem;
        font-size: 1.05rem !important;
        line-height: 1.55 !important;
        text-wrap: pretty;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
        width: 100%;
        margin: 1.25rem 0;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-list li {
        justify-content: center;
        min-height: 48px;
        padding: 0.5rem 0.55rem;
        font-size: 0.72rem;
        line-height: 1.35;
        text-align: center;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        width: 100%;
        margin: 1.35rem 0 1rem;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-button,
    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-button__link {
        width: 100%;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero .wp-block-button__link {
        min-height: 48px;
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero p.pterodactyl-hero-price {
        margin-top: 0.85rem;
        font-size: 0.82rem !important;
        line-height: 1.45 !important;
        text-align: center;
    }

    .gutenberg-page .wp-block-cover.hero-section.pterodactyl-hero p.pterodactyl-hero-price strong {
        display: block;
        margin-top: 0.15rem;
        font-size: 1.35rem;
    }

    .gutenberg-page .wp-block-group.pterodactyl-speed-strip {
        width: auto !important;
        max-width: none !important;
        margin: -24px 0.75rem 0 !important;
        padding: 0.75rem !important;
        border-radius: 16px;
    }

    .gutenberg-page .pterodactyl-speed-strip .wp-block-columns {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .gutenberg-page .pterodactyl-speed-strip .wp-block-column {
        display: flex;
        align-items: center;
        min-height: 88px;
        padding: 0.65rem 0.4rem;
        border: 1px solid rgba(34, 211, 238, 0.1);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.035);
    }

    .gutenberg-page .pterodactyl-stat {
        width: 100%;
        gap: 0.15rem;
        line-height: 1.25;
    }

    .gutenberg-page .pterodactyl-stat strong {
        font-size: 1.12rem;
    }

    .gutenberg-page .pterodactyl-stat span {
        font-size: 0.66rem;
        line-height: 1.3;
    }

    .gutenberg-page .pterodactyl-intro,
    .gutenberg-page .pterodactyl-features,
    .gutenberg-page .pterodactyl-configuration {
        padding: 54px 1rem !important;
    }

    .gutenberg-page .wp-block-group.pterodactyl-panel-section,
    .gutenberg-page .wp-block-group.pterodactyl-games,
    .gutenberg-page .wp-block-group.pterodactyl-faqs {
        padding: 54px 1rem !important;
    }

    .gutenberg-page .pterodactyl-intro .section-label,
    .gutenberg-page .pterodactyl-panel-section .section-label,
    .gutenberg-page .pterodactyl-features .section-label,
    .gutenberg-page .pterodactyl-games .section-label,
    .gutenberg-page .pterodactyl-configuration .section-label,
    .gutenberg-page .pterodactyl-faqs .section-label {
        max-width: 100%;
        padding: 0.4rem 0.7rem;
        font-size: 0.65rem;
        line-height: 1.3;
        text-align: center;
    }

    .gutenberg-page .pterodactyl-intro h2,
    .gutenberg-page .pterodactyl-panel-section h2,
    .gutenberg-page .pterodactyl-features h2,
    .gutenberg-page .pterodactyl-games h2,
    .gutenberg-page .pterodactyl-configuration h2,
    .gutenberg-page .pterodactyl-faqs h2,
    .gutenberg-page .pterodactyl-final-cta h2 {
        margin-top: 1rem;
        font-size: 1.75rem !important;
        line-height: 1.15 !important;
        letter-spacing: -0.025em;
        text-wrap: balance;
    }

    .gutenberg-page .pterodactyl-intro > p,
    .gutenberg-page .pterodactyl-features > p,
    .gutenberg-page .pterodactyl-games > p,
    .gutenberg-page .pterodactyl-configuration > p {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .gutenberg-page .pterodactyl-step-grid,
    .gutenberg-page .pterodactyl-features .wp-block-columns {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        gap: 0.85rem;
    }

    .gutenberg-page .wp-block-group.pterodactyl-step,
    .gutenberg-page .pterodactyl-features .feature-card {
        min-height: 0;
        padding: 1.15rem;
    }

    .gutenberg-page .pterodactyl-step-number {
        margin-bottom: 0.65rem;
        font-size: 1.65rem;
    }

    .gutenberg-page .pterodactyl-step h3,
    .gutenberg-page .pterodactyl-features .feature-card h3 {
        margin-bottom: 0.5rem;
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .gutenberg-page .pterodactyl-step p,
    .gutenberg-page .pterodactyl-features .feature-card p {
        font-size: 0.85rem;
        line-height: 1.55;
    }

    .gutenberg-page .pterodactyl-dashboard-image img {
        border-radius: 16px;
    }

    .gutenberg-page .pterodactyl-panel-section > .wp-block-columns {
        gap: 1.5rem;
    }

    .gutenberg-page .pterodactyl-panel-section .wp-block-column > p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .gutenberg-page .pterodactyl-check-list {
        margin-top: 1.25rem;
    }

    .gutenberg-page .pterodactyl-check-list li {
        margin-bottom: 0.65rem;
        padding-left: 1.5rem;
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .gutenberg-page .pterodactyl-game-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        margin: 1.5rem auto 1rem;
    }

    .gutenberg-page .pterodactyl-game-grid > .wp-block-column {
        display: block;
        margin: 0;
    }

    .gutenberg-page .pterodactyl-game-pill {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        padding: 0.65rem 0.4rem;
        font-size: 0.82rem;
        line-height: 1.25;
    }

    .gutenberg-page .pterodactyl-fine-print {
        font-size: 0.76rem !important;
        line-height: 1.5 !important;
    }

    .gutenberg-page .pterodactyl-config-grid {
        margin-top: 1.5rem;
        gap: 1rem;
    }

    .gutenberg-page .wp-block-group.pterodactyl-pricing-card {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .gutenberg-page .pterodactyl-pricing-card h3 {
        font-size: 1.25rem;
    }

    .gutenberg-page .pterodactyl-pricing-card .has-large-font-size {
        margin: 0.5rem 0 1rem;
        font-size: 1rem !important;
        line-height: 1.35 !important;
    }

    .gutenberg-page .pterodactyl-pricing-card .has-large-font-size strong {
        display: block;
        font-size: 2.15rem !important;
        line-height: 1.05;
    }

    .gutenberg-page .pterodactyl-spec-list li {
        padding: 0.6rem 0;
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .gutenberg-page .pterodactyl-pricing-card .wp-block-button,
    .gutenberg-page .pterodactyl-pricing-card .wp-block-button__link {
        width: 100%;
    }

    .gutenberg-page .pterodactyl-pricing-card .wp-block-button__link {
        min-height: 48px;
        padding: 0.8rem 0.75rem;
        font-size: 0.85rem;
    }

    .gutenberg-page .wp-block-group.pterodactyl-config-notes {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .gutenberg-page .pterodactyl-config-notes h3 {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .gutenberg-page .pterodactyl-config-notes p {
        font-size: 0.85rem;
        line-height: 1.55;
    }

    .gutenberg-page .pterodactyl-config-notes .wp-block-button,
    .gutenberg-page .pterodactyl-config-notes .wp-block-button__link {
        width: 100%;
    }

    .gutenberg-page .pterodactyl-faqs .faq-item {
        padding: 1.1rem;
        border-radius: 12px;
    }

    .gutenberg-page .pterodactyl-faqs .faq-item h3 {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.35;
    }

    .gutenberg-page .pterodactyl-faqs .faq-item p {
        font-size: 0.84rem;
        line-height: 1.55;
    }

    .gutenberg-page .wp-block-cover.pterodactyl-final-cta {
        min-height: auto;
        padding: 60px 1rem;
    }

    .gutenberg-page .pterodactyl-final-cta .wp-block-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        width: 100%;
        margin-top: 1.5rem;
    }

    .gutenberg-page .pterodactyl-final-cta .wp-block-button,
    .gutenberg-page .pterodactyl-final-cta .wp-block-button__link {
        width: 100%;
    }

    .gutenberg-page .pterodactyl-final-cta .wp-block-button__link {
        min-height: 48px;
        padding: 0.8rem 1rem;
    }
}
