v-cloak {
    display: none !important;
}

.h1, h1 {
    font-size: 40px;
}

.transform-none {
    transform: none !important;
}

li {
    list-style-type: disc;
}

.ud-btn i {
    transform: none;
}

.btn-thm {
    background-color: #488fcb;
    border-color: #488fcb;
}

.btn-thm:before {
    background-color: #7c52bf;
}

.btn-thm:hover {
    background-color: #7c52bf;
    border-color: #7c52bf;
}

.btn-thm:hover:before {
    background-color: #7c52bf;
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.form-control,
.form-select {
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: none;
    height: 55px;
    outline: 1px solid #686868;
}

.form-control {
    padding-left: 20px;
}

.form-select {
    padding-left: 20px;
    padding-right: 48px;
    background-position: right 20px center;
    background-size: 16px 12px;
}

.form-control:focus,
.form-select:focus {
    border: 2px solid var(--headings-color);
    box-shadow: none;
}

.coupon-tag {
    background-color: #FFF7E8;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 2px 10px;
    color: #D25F00;
}
/* .coupon-tag-original {
    color: red;
    text-decoration: line-through;
} */
.text-coupon {
    color: #D25F00;
}


header.nav-homepage-style .btn-mega {
    color: #333;
}
header.nav-homepage-style .ace-responsive-menu a {
    color: #333;
}
header.nav-homepage-style .sidemenu-btn, header.nav-homepage-style .login-info {
    color: #333;
}

.home14-hero-content .title {
    font-size: 36px;
}

.hero-home16 {
    position: relative;
    overflow: hidden;
    background-color: #fff6ef;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(255, 219, 230, 0.96) 0%, rgba(255, 219, 230, 0) 34%),
        radial-gradient(circle at 86% 18%, rgba(198, 235, 255, 0.92) 0%, rgba(198, 235, 255, 0) 32%),
        radial-gradient(circle at 72% 72%, rgba(214, 246, 230, 0.72) 0%, rgba(214, 246, 230, 0) 28%),
        linear-gradient(120deg, rgba(255, 247, 214, 0.92) 0%, rgba(255, 234, 242, 0.88) 48%, rgba(228, 245, 255, 0.86) 100%),
        url("../img/index_placeholder.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal, normal, normal, screen, normal;
    isolation: isolate;
}

.hero-home16 > .container {
    position: relative;
    z-index: 2;
}

.hero-home16__bubbles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-home16__bubble {
    position: absolute;
    display: block;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.48) 28%, rgba(120, 205, 255, 0.18) 68%, rgba(120, 205, 255, 0) 100%);
    box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.45),
        0 18px 40px rgba(67, 146, 204, 0.18);
    opacity: 0.7;
    animation: hero-home16-bubble-float 8s ease-in-out infinite;
}

.hero-home16__bubble::after {
    content: "";
    position: absolute;
    top: 18%;
    left: 22%;
    width: 18%;
    height: 18%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    filter: blur(1px);
}

.hero-home16__bubble--1 {
    top: 15%;
    left: 7%;
    width: 70px;
    height: 70px;
    animation-duration: 7.5s;
}

.hero-home16__bubble--2 {
    top: 24%;
    left: 26%;
    width: 28px;
    height: 28px;
    animation-duration: 6.2s;
    animation-delay: -1.4s;
}

.hero-home16__bubble--3 {
    right: 31%;
    bottom: 18%;
    width: 84px;
    height: 84px;
    animation-duration: 9.2s;
    animation-delay: -2.2s;
}

.hero-home16__bubble--4 {
    right: 12%;
    top: 18%;
    width: 42px;
    height: 42px;
    animation-duration: 6.8s;
    animation-delay: -3.1s;
}

.hero-home16__bubble--5 {
    right: 20%;
    bottom: 30%;
    width: 22px;
    height: 22px;
    animation-duration: 5.8s;
    animation-delay: -0.9s;
}

@keyframes hero-home16-bubble-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -18px, 0) scale(1.04);
    }
}

.hero-home16 .home16-hero-fltimg {
    right: 0;
    top: 100;
    display: block;
    width: min(42vw, 840px);
    max-width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.about-page-section {
    background:
        radial-gradient(circle at 15% 10%, rgba(255, 221, 195, 0.58), rgba(255, 221, 195, 0) 34%),
        radial-gradient(circle at 82% 22%, rgba(191, 228, 255, 0.52), rgba(191, 228, 255, 0) 30%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.about-hero {
    padding: 12px 0 28px;
}

.about-hero__copy .title {
    margin-bottom: 20px;
    max-width: 620px;
}

.about-hero__copy .paragraph {
    color: #4d5b6a;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 620px;
}

.about-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.about-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-hero__highlights span {
    background: rgba(72, 143, 203, 0.1);
    border: 1px solid rgba(72, 143, 203, 0.15);
    border-radius: 999px;
    color: #22537b;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
}

.about-hero__visual {
    position: relative;
}

.about-hero__visual-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.95fr);
    align-items: end;
}

.about-hero__image {
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(31, 58, 90, 0.16);
    margin: 0;
    overflow: hidden;
}

.about-hero__image img {
    display: block;
    width: 100%;
    height: auto;
}

.about-hero__image--secondary {
    transform: translateY(30px);
}

.about-hero__badge {
    background: #12253d;
    border-radius: 22px;
    bottom: -18px;
    box-shadow: 0 18px 45px rgba(18, 37, 61, 0.22);
    color: #fff;
    max-width: 280px;
    padding: 20px 22px;
    position: absolute;
    right: -10px;
}

.about-hero__badge span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.about-hero__badge strong {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.about-pillar-card,
.about-workflow-card,
.about-story-card {
    background: #fff;
    border: 1px solid rgba(24, 53, 85, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(31, 58, 90, 0.08);
}

.about-story-card {
    padding: 38px;
}

.about-story-card__body p {
    color: #526273;
    line-height: 1.85;
}

.about-pillar-card,
.about-workflow-card {
    height: 100%;
    padding: 28px;
    position: relative;
}

.about-pillar-card__index,
.about-workflow-card__step {
    color: rgba(72, 143, 203, 0.85);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.about-pillar-card h3,
.about-workflow-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.about-pillar-card p,
.about-workflow-card p {
    color: #5a6877;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .about-hero__visual-grid {
        grid-template-columns: 1fr;
    }

    .about-hero__image--secondary {
        transform: none;
    }

    .about-hero__badge {
        margin-top: 18px;
        max-width: none;
        position: static;
    }

    .about-story-card {
        padding: 28px;
    }
}

@media (max-width: 575.98px) {
    .about-pillar-card,
    .about-workflow-card {
        padding: 22px;
    }

    .about-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }
}

.home-index-ad-section {
    position: relative;
    z-index: 4;
    margin-top: -150px;
    padding-bottom: 14px;
}

.home-index-ad {
    position: relative;
    overflow: hidden;
    padding: 26px 32px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255, 219, 230, 0.92) 0%, rgba(255, 219, 230, 0) 34%),
        radial-gradient(circle at bottom right, rgba(188, 233, 255, 0.78) 0%, rgba(188, 233, 255, 0) 40%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 243, 0.98) 100%);
    box-shadow: 0 24px 56px rgba(76, 103, 138, 0.16);
    backdrop-filter: blur(18px);
}

.home-index-ad::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 44%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-55%);
    opacity: 0.9;
    pointer-events: none;
}

.home-index-ad__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.home-index-ad__copy {
    max-width: 720px;
}

.home-index-ad__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #5f7491;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-index-ad__copy h2 {
    margin-bottom: 10px;
    color: #1f4b3f;
    font-size: 30px;
    line-height: 1.2;
}

.home-index-ad__copy p {
    color: #5f6f7a;
    font-size: 16px;
    line-height: 1.7;
}

.home-index-ad__actions {
    flex: 0 0 auto;
}

.home-index-ad__cta {
    display: inline-flex;
    align-items: center;
    min-width: 188px;
    justify-content: center;
    padding-inline: 28px;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(72, 143, 203, 0.2);
}

@media (max-width: 991.98px) {
    .hero-home16__bubble--3,
    .hero-home16__bubble--4,
    .hero-home16__bubble--5 {
        display: none;
    }

    .hero-home16 .home16-hero-fltimg {
        display: none;
    }

    .home-index-ad-section {
        margin-top: -44px;
    }

    .home-index-ad {
        padding: 24px 24px 22px;
    }

    .home-index-ad__content {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .hero-home16__bubble--1 {
        left: 4%;
        width: 52px;
        height: 52px;
    }

    .hero-home16__bubble--2 {
        left: 34%;
    }

    .home-index-ad-section {
        margin-top: -28px;
        padding-bottom: 6px;
    }

    .home-index-ad {
        padding: 20px 18px;
        border-radius: 24px;
    }

    .home-index-ad__copy h2 {
        font-size: 24px;
    }

    .home-index-ad__copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .home-index-ad__cta {
        min-width: 100%;
    }
}

.partner_item--ai-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 16px 36px rgba(31, 75, 63, 0.08);
}

.partner_item--ai-brand .home-brand-logo {
    display: block;
    width: min(140px, 100%);
    height: 44px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 575.98px) {
    .partner_item--ai-brand {
        min-height: 96px;
        padding: 16px;
    }

    .partner_item--ai-brand .home-brand-logo {
        width: min(124px, 100%);
        height: 40px;
    }
}

.site-alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
    padding: 20px 56px 20px 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.site-alert::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

.site-alert--error {
    background: linear-gradient(180deg, rgba(255, 245, 245, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.site-alert--error::before {
    box-shadow: inset 0 0 0 1px rgba(220, 38, 38, 0.08);
}

.site-alert--success {
    background: linear-gradient(180deg, rgba(240, 253, 244, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.site-alert--success::before {
    box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.08);
}

.site-alert__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    font-size: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.site-alert--error .site-alert__icon {
    background: linear-gradient(180deg, #fee2e2 0%, #fff1f2 100%);
    color: #dc2626;
}

.site-alert--success .site-alert__icon {
    background: linear-gradient(180deg, #dcfce7 0%, #ecfdf3 100%);
    color: #16a34a;
}

.site-alert__content {
    flex: 1;
    min-width: 0;
}

.site-alert__eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-alert--error .site-alert__eyebrow {
    color: #b91c1c;
}

.site-alert--success .site-alert__eyebrow {
    color: #15803d;
}

.site-alert__title {
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

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

.site-alert__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #475467;
    font-size: 15px;
    line-height: 1.7;
}

.site-alert--error .site-alert__list li i {
    color: #dc2626;
}

.site-alert--success .site-alert__list li i {
    color: #16a34a;
}

.site-alert__close {
    position: absolute;
    top: 18px;
    right: 18px;
    opacity: 0.65;
}

.site-alert__close:hover {
    opacity: 1;
}

.plans-pricing-section {
    position: relative;
    padding: 120px 0 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(168, 196, 255, 0.22), transparent 32%),
        radial-gradient(circle at top right, rgba(175, 232, 206, 0.28), transparent 30%),
        linear-gradient(180deg, #fffdf8 0%, #f7f9fc 100%);
}

.plans-pricing-section::before,
.plans-pricing-section::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(20px);
    pointer-events: none;
}

.plans-pricing-section::before {
    top: 72px;
    left: -60px;
    width: 180px;
    height: 180px;
    background: rgba(176, 152, 255, 0.18);
}

.plans-pricing-section::after {
    right: -40px;
    bottom: 40px;
    width: 220px;
    height: 220px;
    background: rgba(140, 223, 190, 0.18);
}

.plans-section-heading {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 36px;
}

.plans-section-heading .title,
.faq-sidebar-card .title {
    color: #0f172a;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.plans-section-heading .paragraph,
.faq-sidebar-card .paragraph {
    color: #516076;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-surface {
    position: relative;
    z-index: 1;
    display: block;
    padding: 34px;
    border-radius: 36px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(20px);
}

.checkout-section .plans-section-heading {
    max-width: 920px;
}

.checkout-surface,
.checkout-layout,
.checkout-main,
.checkout-sidebar {
    min-height: 0;
}

.checkout-sidebar {
    position: sticky;
    top: 120px;
}

.checkout-billing-control {
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 6px;
}

.checkout-sidebar .pricing-card {
    height: auto;
}

.pricing-toggle-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pricing-billing-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 30px;
    color: #6b7280;
    font-size: 18px;
    font-weight: 600;
}

.billing-label {
    transition: color 0.25s ease;
}

.billing-label strong {
    color: #38a169;
    font-weight: 700;
}

.billing-switch {
    position: relative;
    flex: 0 0 auto;
    width: 72px;
    height: 40px;
    margin: 0;
    border-radius: 999px;
    background: #dbe6ff;
    box-shadow: inset 0 0 0 1px rgba(53, 88, 215, 0.12);
    cursor: pointer;
}

.billing-switch-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f7cff 0%, #77a6ff 100%);
    box-shadow: 0 8px 18px rgba(79, 124, 255, 0.28);
    transition: transform 0.25s ease;
}

.pricing-toggle-input:checked ~ .pricing-billing-control .billing-switch-slider {
    transform: translateX(32px);
}

.pricing-toggle-input:not(:checked) ~ .pricing-billing-control .billing-label-monthly,
.pricing-toggle-input:checked ~ .pricing-billing-control .billing-label-yearly {
    color: #0f172a;
}

.checkout-main .invoice {
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
}

/* v0.1.3：改用 Font Awesome 顯示 PayPal 圖示，避免壞掉的靜態圖片路徑造成破圖。 */
.checkout-main .payment-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkout-main .payment-icons__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 48px;
    padding: 10px 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #fff;
    color: #003087;
    font-size: 28px;
    line-height: 1;
}

.checkout-main .invoice table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.checkout-main .invoice thead th {
    padding: 0 0 14px;
    border-bottom: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.checkout-main .invoice tbody td,
.checkout-main .invoice .summary td {
    padding: 16px 0;
    vertical-align: top;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.6;
}

.checkout-main .invoice tbody tr + tr td {
    border-top: 1px solid #eef2f7;
}

.checkout-main .invoice td.text-right,
.checkout-main .invoice th.text-right {
    text-align: right;
    white-space: nowrap;
}

.checkout-main .checkout-bank-transfer-table td {
    min-width: 100px;
}

.checkout-main .checkout-bank-transfer-table .checkout-bank-transfer-detail {
    text-align: right;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.checkout-main .invoice .text-coupon {
    display: inline-block;
    margin-top: 4px;
    /* color: #64748b; */
    font-size: 13px;
}

.checkout-main .invoice .summary {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dbe3ee;
}

.checkout-main .invoice .summary td {
    padding: 10px 0;
}

.checkout-main .invoice .summary .label {
    color: #64748b;
}

.checkout-main .invoice .summary tr:last-child td {
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.checkout-main .invoice .summary .total {
    color: #111827;
    font-size: 17px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .checkout-main .invoice {
        padding: 18px;
        border-radius: 16px;
        overflow-x: auto;
    }

    .checkout-main .invoice table {
        min-width: 560px;
    }
}

.pricing-card-grid {
    align-items: stretch;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px;
    border-radius: 30px;
    border: 1.5px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(15, 23, 42, 0.11);
}

.pricing-card--lavender {
    background: linear-gradient(180deg, #eeebff 0%, #fbfaff 100%);
}

.pricing-card--blue {
    background: linear-gradient(180deg, #edf5ff 0%, #f9fbff 100%);
}

.pricing-card--gold {
    background: linear-gradient(180deg, #fff8d6 0%, #fffcf0 100%);
}

.pricing-card--mint {
    background: linear-gradient(180deg, #e9f9f1 0%, #f8fdfb 100%);
}

.pricing-card.is-featured {
    border-color: rgba(224, 168, 0, 0.38);
    box-shadow: 0 32px 75px rgba(227, 179, 65, 0.2);
}

.pricing-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
    min-height: 85px;
}

.plan-name {
    color: #111827;
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 8px;
}

.plan-label {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: #111827;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.pricing-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.plan-price-wrap {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 12px;
}

.plan-price {
    display: flex;
    align-items: flex-start;
    color: #111827;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.price-prefix {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 8px;
}

.price-value {
    font-size: 32px;
    line-height: 1.5;
}

.price-yearly,
.note-yearly {
    display: none;
}

.price-suffix {
    color: #6b7280;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 6px;
}

.plan-note {
    color: #667085;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.page-preloader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.page-preloader.is-active {
    opacity: 1;
    visibility: visible;
}

.page-preloader__spinner {
    width: 42px;
    height: 42px;
    border: 3px solid rgba(15, 23, 42, 0.12);
    border-top-color: #111827;
    border-radius: 999px;
    animation: page-preloader-spin 0.8s linear infinite;
}

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

.pricing-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    margin-top: 26px;
    margin-bottom: 26px;
    border-radius: 999px;
    border: 1px solid #111827;
    background: #111827;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.pricing-cta.cta-yearly {
    display: none;
}

.pricing-cta:hover {
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    transform: translateY(-2px);
}

.pricing-toggle-input:checked ~ .pricing-card-grid .price-monthly,
.pricing-toggle-input:checked ~ .pricing-card-grid .note-monthly,
.pricing-toggle-input:checked ~ .pricing-card-grid .cta-monthly {
    display: none;
}

.checkout-sidebar.is-yearly .price-monthly,
.checkout-sidebar.is-yearly .note-monthly,
.checkout-sidebar.is-yearly .cta-monthly {
    display: none;
}

.pricing-toggle-input:checked ~ .pricing-card-grid .price-yearly,
.pricing-toggle-input:checked ~ .pricing-card-grid .note-yearly {
    display: inline;
}

.checkout-sidebar.is-yearly .price-yearly,
.checkout-sidebar.is-yearly .note-yearly {
    display: inline;
}

.pricing-toggle-input:checked ~ .pricing-card-grid .note-yearly {
    display: block;
}

.checkout-sidebar.is-yearly .note-yearly {
    display: block;
}

.pricing-toggle-input:checked ~ .pricing-card-grid .cta-yearly {
    display: flex;
}

.checkout-sidebar.is-yearly .cta-yearly {
    display: flex;
}

.checkout-sidebar.is-monthly .billing-label-monthly,
.checkout-sidebar.is-yearly .billing-label-yearly {
    color: #0f172a;
}

.contact-shell {
    position: relative;
}

.contact-panel,
.contact-form-card {
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.contact-panel {
    padding: 36px 32px;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 42%),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #f8fafc;
}

.contact-panel__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-panel__title {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
}

.contact-panel__desc {
    margin-bottom: 28px;
    color: rgba(248, 250, 252, 0.78);
    font-size: 16px;
    line-height: 1.8;
}

.contact-panel__list {
    display: grid;
    gap: 16px;
}

.contact-panel__item {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
}

.contact-panel__item strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 16px;
}

.contact-panel__item span {
    display: block;
    color: rgba(248, 250, 252, 0.74);
    line-height: 1.7;
}

.contact-form-card {
    padding: 36px 32px;
}

.contact-form-card__title {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.2;
}

.contact-form-card__desc {
    margin-bottom: 28px;
    color: #64748b;
    line-height: 1.8;
}

.contact-field-hint {
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
}

.contact-captcha {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.contact-captcha__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    padding: 6px;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.contact-captcha__image {
    width: 100%;
}

.contact-captcha__image svg {
    display: block;
    width: 100%;
    height: 40px;
}

.contact-captcha__refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    border: 1px solid #111827;
    border-radius: 18px;
    background: #111827;
    color: #ffffff;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.contact-captcha__refresh:hover {
    background: #ffffff;
    color: #111827;
    transform: translateY(-2px);
}

.legal-page-shell {
    display: grid;
    gap: 20px;
}

.legal-page-section > .container {
    max-width: 920px;
}

.legal-page-updated {
    margin-top: 12px;
    color: #64748b;
    font-size: 14px;
}

.legal-page-card {
    padding: 30px 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.06);
}

.legal-page-card h2 {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 24px;
}

.legal-page-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .contact-panel,
    .contact-form-card {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .contact-panel__title,
    .contact-form-card__title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .contact-captcha {
        flex-direction: column;
    }

    .contact-captcha__image-wrap,
    .contact-captcha__refresh {
        width: 100%;
    }
}

.checkout-sidebar.is-yearly .billing-switch-slider {
    transform: translateX(32px);
}

.plan-feature-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.plan-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
}

.plan-feature-list i {
    color: #42c56c;
    font-size: 16px;
}

.plans-faq-section {
    position: relative;
    padding-bottom: 80px;
}

.plans-faq-shell {
    padding: 36px;
    border-radius: 36px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.07);
}

.faq-sidebar-card {
    position: sticky;
    top: 120px;
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(134, 160, 255, 0.35), transparent 34%),
        linear-gradient(180deg, #101828 0%, #172554 100%);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.24);
}

.faq-sidebar-card .section-kicker {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #dbeafe;
}

.faq-sidebar-card .title,
.faq-sidebar-card .paragraph,
.faq-highlight-item strong,
.faq-sidebar-link {
    color: #ffffff;
}

.faq-sidebar-card .paragraph {
    color: rgba(255, 255, 255, 0.76);
}

.faq-highlight-list {
    display: grid;
    gap: 14px;
    margin: 28px 0;
}

.faq-highlight-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.highlight-label {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.faq-highlight-item strong {
    font-size: 18px;
    line-height: 1.45;
}

.faq-sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}

.plans-faq-accordion .accordion-item {
    margin-bottom: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.plans-faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.plans-faq-accordion .accordion-button {
    align-items: flex-start;
    padding: 24px 28px;
    color: #0f172a;
    background: transparent;
    box-shadow: none;
}

.plans-faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, rgba(245, 248, 255, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.plans-faq-accordion .accordion-button::after {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background-position: center;
    background-color: #f1f5f9;
}

.plans-faq-accordion .accordion-button:not(.collapsed)::after {
    background-color: #dbe6ff;
}

.faq-question-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-right: 20px;
}

.faq-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-question {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}

.plans-faq-accordion .accordion-body {
    padding: 0 28px 26px;
    color: #516076;
    font-size: 16px;
    line-height: 1.8;
}

.auth-signin-section {
    padding-bottom: 84px;
}

.auth-signin-shell {
    max-width: 640px;
    margin: 0 auto;
}

.auth-signin-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(circle at top right, rgba(120, 162, 255, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.96) 100%);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
}

.auth-signin-card__head {
    margin-bottom: 28px;
}

.auth-signin-card__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-signin-card__title {
    margin: 18px 0 10px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.auth-signin-card__desc {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
}

.auth-signin-form__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

.auth-signin-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.auth-signin-check input {
    width: 18px;
    height: 18px;
    accent-color: #3558d7;
}

.auth-signin-form__link {
    color: #3558d7;
    font-size: 15px;
    font-weight: 700;
}

.auth-signin-form__cta {
    margin-top: 24px;
}

.auth-signin-form__hint {
    display: flex;
    align-items: center;
    margin: 18px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.app-dashboard-section {
    padding-bottom: 88px;
}

.app-dashboard-shell {
    display: grid;
    gap: 24px;
}

.app-dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(180, 228, 214, 0.38), transparent 28%),
        radial-gradient(circle at bottom left, rgba(182, 201, 255, 0.28), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 249, 255, 0.98) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.app-dashboard-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.app-dashboard-hero__title {
    margin: 16px 0 10px;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.app-dashboard-hero__desc {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
}

.app-dashboard-metrics {
    align-items: stretch;
}

.app-metric-card {
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.app-metric-card__label {
    display: block;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-metric-card__value {
    display: block;
    margin-top: 14px;
    color: #111827;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.app-projects-card {
    padding: 28px 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.app-projects-card__head {
    margin-bottom: 22px;
}

.app-projects-card__title {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.2;
}

.app-projects-card__desc {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
}

.app-projects-table-wrap {
    overflow-x: auto;
}

.app-projects-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.app-projects-table thead th {
    padding: 0 16px 14px 0;
    border-bottom: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.app-projects-table tbody td {
    padding: 18px 16px 18px 0;
    border-bottom: 1px solid #eef2f7;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.6;
    vertical-align: top;
}

.app-projects-table tbody tr:last-child td {
    border-bottom: 0;
}

.app-projects-table__project,
.app-projects-table__plan {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.app-projects-table__project strong {
    color: #111827;
    font-size: 16px;
}

.app-projects-table__project span,
.app-projects-plan__meta,
.app-project-muted,
.app-project-action__hint {
    color: #64748b;
    font-size: 13px;
}

.app-projects-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-project-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.app-project-status--draft,
.app-project-status--pending {
    background: #fff7e8;
    color: #d97706;
}

.app-project-status--paid,
.app-project-status--ongoing {
    background: #ecfdf3;
    color: #15803d;
}

.app-project-status--completed {
    background: #eef4ff;
    color: #3558d7;
}

.app-project-status--cancelled,
.app-project-status--expired,
.app-project-status--expired_non_order,
.app-project-status--refunded,
.app-project-status--deleted {
    background: #f3f4f6;
    color: #6b7280;
}

.app-project-link,
.app-project-action {
    color: #3558d7;
    font-weight: 700;
    word-break: break-word;
}

.app-project-action {
    display: inline-flex;
    margin-bottom: 4px;
}

.app-projects-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 42px 24px 18px;
    text-align: center;
}

.app-projects-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #eef4ff;
    color: #3558d7;
    font-size: 28px;
}

.app-projects-empty h4 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
}

.app-projects-empty p {
    max-width: 520px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.app-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #eef2f7;
}

.app-pagination__summary {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.app-pagination__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.app-pagination__link,
.app-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.9);
    color: #3558d7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.2s ease;
}

.app-pagination__link:hover {
    border-color: rgba(53, 88, 215, 0.2);
    background: #eef4ff;
}

.app-pagination__link.is-current {
    border-color: transparent;
    background: linear-gradient(135deg, #3558d7 0%, #5f7cf0 100%);
    box-shadow: 0 16px 30px rgba(53, 88, 215, 0.2);
    color: #ffffff;
}

.app-pagination__link.is-disabled {
    background: #f8fafc;
    color: #94a3b8;
    pointer-events: none;
}

.app-pagination__ellipsis {
    min-width: auto;
    padding: 0 12px;
    border-color: transparent;
    background: transparent;
    color: #94a3b8;
}

@media (max-width: 1199.98px) {
    .plans-section-heading .title,
    .faq-sidebar-card .title {
        font-size: 22px;
    }

    .faq-sidebar-card {
        position: static;
    }

    .checkout-sidebar {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .plans-pricing-section {
        padding: 96px 0 56px;
    }

    .pricing-surface,
    .plans-faq-shell {
        padding: 24px;
        border-radius: 28px;
    }

    .checkout-billing-control {
        justify-content: center;
        padding-left: 0;
    }

    .plans-section-heading .title,
    .faq-sidebar-card .title {
        font-size: 20px;
    }

    .price-value {
        font-size: 48px;
    }

    .faq-sidebar-card {
        padding: 28px;
    }

    .auth-signin-card {
        padding: 28px;
    }

    .auth-signin-card__title {
        font-size: 24px;
    }

    .app-dashboard-hero {
        padding: 24px;
    }

    .app-dashboard-hero__title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .plans-pricing-section {
        padding: 30px 0 48px;
    }

    .blog-index-section,
    .blog-post-section {
        padding-top: 30px;
        padding-bottom: 56px;
    }

    .site-alert {
        gap: 14px;
        padding: 16px 48px 16px 16px;
        border-radius: 20px;
    }

    .site-alert__icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 18px;
    }

    .site-alert__title {
        font-size: 18px;
    }

    .plans-section-heading {
        margin-bottom: 28px;
    }

    .plans-section-heading .title,
    .faq-sidebar-card .title {
        font-size: 18px;
    }

    .plans-section-heading .paragraph,
    .faq-sidebar-card .paragraph {
        font-size: 16px;
    }

    .pricing-billing-control {
        gap: 10px;
        font-size: 15px;
    }

    .billing-switch {
        width: 64px;
        height: 36px;
    }

    .billing-switch-slider {
        width: 28px;
        height: 28px;
    }

    .pricing-toggle-input:checked ~ .pricing-billing-control .billing-switch-slider {
        transform: translateX(28px);
    }

    .checkout-sidebar.is-yearly .billing-switch-slider {
        transform: translateX(28px);
    }

    .pricing-card {
        padding: 20px;
    }

    .auth-signin-card {
        padding: 22px;
        border-radius: 24px;
    }

    .auth-signin-form__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .auth-signin-card__title {
        font-size: 22px;
    }

    .app-dashboard-hero,
    .app-projects-card {
        padding: 22px;
        border-radius: 24px;
    }

    .app-dashboard-metrics {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
        margin: 0;
    }

    .app-dashboard-metrics > [class*="col-"] {
        width: 100%;
        max-width: none;
        padding: 0;
        flex: none;
    }

    .app-dashboard-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .app-dashboard-hero__title,
    .app-projects-card__title,
    .app-projects-empty h4 {
        font-size: 22px;
    }

    .app-projects-table {
        min-width: 0;
    }

    .app-projects-table-wrap {
        overflow: visible;
    }

    .app-projects-table thead {
        display: none;
    }

    .app-projects-table,
    .app-projects-table tbody,
    .app-projects-table tbody tr,
    .app-projects-table tbody td {
        display: block;
        width: 100%;
    }

    .app-projects-table tbody {
        display: grid;
        gap: 16px;
    }

    .app-projects-table tbody tr {
        padding: 18px;
        border: 1px solid #eef2f7;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    }

    .app-projects-table tbody td {
        display: grid;
        grid-template-columns: minmax(88px, 104px) minmax(0, 1fr);
        gap: 8px 14px;
        align-items: start;
        padding: 12px 0;
        border-bottom: 1px solid #eef2f7;
    }

    .app-projects-table tbody td::before {
        content: attr(data-label);
        color: #64748b;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .app-projects-table tbody tr td:first-child {
        padding-top: 0;
    }

    .app-projects-table tbody tr td:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .app-projects-table__project strong {
        font-size: 15px;
    }

    .app-project-status {
        width: fit-content;
    }

    .app-project-action {
        margin-bottom: 0;
    }

    .app-projects-card {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .plans-pricing-section .pricing-surface,
    .checkout-section .pricing-surface,
    .plans-faq-shell,
    .app-project-detail-section #project-pages.app-project-panel {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .plans-pricing-section .pricing-billing-control,
    .plans-pricing-section .pricing-card-grid,
    .checkout-section .checkout-layout,
    .plans-faq-section .row,
    .app-project-detail-section #project-pages .app-project-panel__head {
        margin-left: 0;
        margin-right: 0;
    }

    .plans-pricing-section .pricing-billing-control,
    .app-project-detail-section #project-pages .app-project-panel__head {
        padding-left: 0;
        padding-right: 0;
    }

    .app-pagination {
        flex-direction: column;
        align-items: flex-start;
    }

    .app-pagination__nav {
        width: 100%;
        justify-content: flex-start;
    }

    .price-prefix {
        font-size: 22px;
    }

    .price-value {
        font-size: 42px;
    }

    .price-suffix {
        font-size: 16px;
    }

    .pricing-cta {
        font-size: 18px;
    }

    .plans-faq-accordion .accordion-button,
    .plans-faq-accordion .accordion-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-question {
        font-size: 18px;
    }
}

.app-project-detail-section {
    padding-bottom: 88px;
}

.app-project-detail-shell {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.app-project-sidebar {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 18px;
}

.app-project-back,
.app-project-sidebar__card,
.app-project-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(20px);
}

.app-project-back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 22px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.app-project-back:hover {
    color: #3558d7;
    transform: translateX(-2px);
}

.app-project-sidebar__card,
.app-project-panel {
    border-radius: 28px;
}

.app-project-sidebar__card {
    padding: 24px;
}

.app-project-sidebar__eyebrow,
.app-project-workspace__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.app-project-sidebar__title,
.app-project-workspace__title {
    margin: 0;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.12;
    margin-bottom: 15px;
}

.app-project-sidebar__desc,
.app-project-workspace__desc,
.app-project-panel__desc,
.app-project-pages-empty p,
.app-website-page-row__meta,
.app-website-page-row__updated {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.app-project-sidebar__meta {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.app-project-sidebar__order {
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.app-project-sidebar__menu-title {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
}

.app-project-menu {
    display: grid;
    gap: 12px;
}

.app-project-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
    color: #0f172a;
    font-weight: 700;
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.app-project-menu__link:hover {
    color: #3558d7;
    transform: translateY(-1px);
}

.app-project-menu__link.is-active {
    color: #1d4ed8;
    border-color: rgba(59, 130, 246, 0.18);
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.96) 0%, rgba(239, 246, 255, 1) 100%);
    box-shadow: 0 14px 60px rgba(37, 99, 235, 0.14);
}

.app-project-menu__link.is-active i {
    color: #1d4ed8;
}

.app-project-settings-block {
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(21, 27, 38, 0.08);
    border-radius: 18px;
    background: #fff;
}

.app-project-settings-block + .app-project-settings-block {
    margin-top: 1rem;
}

.app-project-settings-toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
}

.app-project-settings-hint {
    margin: 0.5rem 0 0;
    color: #5f6b7a;
    line-height: 1.7;
}

.app-project-settings-switch {
    margin: 0;
    padding: 0;
    min-width: 3.25rem;
    display: flex;
    justify-content: flex-end;
}

.app-project-settings-switch .form-check-input {
    float: none;
    width: 3rem;
    height: 1.65rem;
    margin: 0;
    cursor: pointer;
    background-color: #cdd5df;
    border-color: #cdd5df;
}

.app-project-settings-switch .form-check-input:checked {
    background-color: #111827;
    border-color: #111827;
}

@media (max-width: 767.98px) {
    .app-project-settings-toggle {
        flex-direction: column;
    }

    .app-project-settings-switch {
        justify-content: flex-start;
    }
}

.app-project-sidebar__stats {
    display: grid;
    gap: 14px;
}

.app-project-sidebar__stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f7;
}

.app-project-sidebar__stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.app-project-sidebar__stat span,
.app-project-overview-card span,
.app-project-order-item span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.app-project-sidebar__stat strong,
.app-project-overview-card strong,
.app-project-order-item strong {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.app-project-workspace {
    display: grid;
    gap: 22px;
}

.app-project-workspace__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 30px 32px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(126, 176, 255, 0.22), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 255, 0.92) 100%);
    border: 1px solid rgba(53, 88, 215, 0.12);
    box-shadow: 0 28px 60px rgba(53, 88, 215, 0.12);
}

.app-project-workspace__cta {
    flex: 0 0 auto;
}

.app-project-panel {
    padding: 28px;
}

.app-project-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.app-project-panel__title {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 24px;
}

.app-project-panel__badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3558d7;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.app-project-overview-grid,
.app-project-order-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.app-project-overview-card,
.app-project-order-item {
    display: grid;
    gap: 10px;
    padding: 20px 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #eef2f7;
}

.app-project-order-item--full {
    grid-column: 1 / -1;
}

.app-project-overview-card strong,
.app-project-order-item strong {
    text-align: left;
    font-size: 17px;
    line-height: 1.6;
    word-break: break-word;
}

.app-project-pages-list {
    display: grid;
    gap: 14px;
}

.app-website-page-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid #e7eef8;
}

.app-website-page-row__main {
    min-width: 0;
}

.app-website-page-row__path {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
}

.app-website-page-row__title {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.4;
}

.app-website-page-row__meta {
    display: grid;
    gap: 8px;
}

.app-website-page-row__meta strong {
    margin-right: 6px;
    color: #334155;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.app-website-page-row__side {
    display: grid;
    justify-items: end;
    gap: 12px;
    min-width: 160px;
}

.app-website-page-row__updated {
    text-align: right;
}

.app-project-pages-empty {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 22px 12px 8px;
    text-align: center;
}

.app-project-pages-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #eef4ff;
    color: #3558d7;
    font-size: 28px;
}

.app-project-pages-empty h4 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
}

@media (max-width: 1199.98px) {
    .app-project-detail-shell {
        grid-template-columns: 1fr;
    }

    .app-project-sidebar {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .app-project-workspace__hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }

    .app-project-sidebar__title,
    .app-project-workspace__title {
        font-size: 28px;
    }

    .app-project-overview-grid,
    .app-project-order-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .app-project-back,
    .app-project-sidebar__card,
    .app-project-panel {
        border-radius: 24px;
    }

    .app-project-sidebar__card,
    .app-project-panel {
        padding: 22px;
    }

    .app-project-panel__head,
    .app-website-page-row {
        flex-direction: column;
    }

    .app-website-page-row__side {
        justify-items: start;
        min-width: 0;
    }

    .app-website-page-row__updated {
        text-align: left;
    }
}

.home-process-shell {
    position: relative;
    overflow: hidden;
    padding: 60px 45px;
    border: 1px solid rgba(72, 143, 203, 0.12);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(124, 82, 191, 0.14), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(72, 143, 203, 0.16), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 30px 80px rgba(24, 47, 84, 0.08);
}

.home-process-shell::before,
.home-process-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.home-process-shell::before {
    top: -48px;
    right: -36px;
    width: 180px;
    height: 180px;
    background: rgba(124, 82, 191, 0.08);
}

.home-process-shell::after {
    bottom: -60px;
    left: -30px;
    width: 220px;
    height: 220px;
    background: rgba(72, 143, 203, 0.08);
}

.home-process-intro,
.home-blog-header__copy {
    position: relative;
    z-index: 1;
}

.home-process-intro {
    max-width: 560px;
}

.home-process-eyebrow,
.home-blog-header__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(72, 143, 203, 0.1);
    color: #488fcb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-process-intro h2,
.home-blog-header__copy h2 {
    margin-bottom: 14px;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.home-process-intro h2 {
    font-size: 32px;
    line-height: 1.18;
}

.home-process-intro .text,
.home-process-summary__text,
.home-blog-header__copy p,
.home-blog-header__panel p {
    color: #5b6475;
    font-size: 16px;
    line-height: 1.8;
}

.home-process-summary {
    position: relative;
    z-index: 1;
    padding: 24px 26px;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
}

.home-process-summary__label {
    margin-bottom: 10px;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.home-process-summary__chips,
.home-process-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-process-summary__chips span,
.home-process-card__tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.home-process-summary__chips span {
    background: #f3f7fb;
    color: #34526f;
}

.home-process-grid {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.home-process-grid::before {
    content: "";
    position: absolute;
    top: 54px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, rgba(72, 143, 203, 0.15) 0%, rgba(124, 82, 191, 0.28) 48%, rgba(72, 143, 203, 0.15) 100%);
}

.home-process-card {
    --process-accent: #488fcb;
    --process-soft: rgba(72, 143, 203, 0.14);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
    padding: 26px 24px 24px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-process-card::before {
    content: attr(data-step);
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(17, 24, 39, 0.06);
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.home-process-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: calc(100% - 48px);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--process-accent) 0%, rgba(255, 255, 255, 0.2) 100%);
    opacity: 0.9;
}

.home-process-card:hover {
    transform: translateY(-8px);
    border-color: rgba(72, 143, 203, 0.22);
    box-shadow: 0 28px 60px rgba(50, 82, 120, 0.14);
}

.home-process-card--offset {
    margin-top: 44px;
}

.home-process-card--sky {
    --process-accent: #488fcb;
    --process-soft: rgba(72, 143, 203, 0.14);
}

.home-process-card--violet {
    --process-accent: #7c52bf;
    --process-soft: rgba(124, 82, 191, 0.14);
}

.home-process-card--mint {
    --process-accent: #3aa89f;
    --process-soft: rgba(58, 168, 159, 0.14);
}

.home-process-card--amber {
    --process-accent: #f08a5d;
    --process-soft: rgba(240, 138, 93, 0.16);
}

.home-process-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.home-process-card__step {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--process-soft);
    color: var(--process-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-process-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(180deg, var(--process-soft) 0%, rgba(255, 255, 255, 0.95) 100%);
    color: var(--process-accent);
    font-size: 26px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.home-process-card__title {
    margin-bottom: 12px;
    padding-right: 50px;
    color: #111827;
    font-size: 24px;
    line-height: 1.35;
}

.home-process-card__text {
    margin-bottom: 18px;
    color: #5b6475;
    font-size: 15px;
    line-height: 1.8;
}

.home-process-card__tags {
    margin-top: auto;
}

.home-process-card__tags span {
    background: #f8fafc;
    color: #334155;
}

.home-blog-shell {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(72, 143, 203, 0.12), transparent 28%),
        radial-gradient(circle at bottom left, rgba(124, 82, 191, 0.1), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
}

.home-blog-header {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 30px;
}

.home-blog-header__copy {
    max-width: 720px;
}

.home-blog-header__copy h2 {
    font-size: 40px;
    line-height: 1.14;
}

.home-blog-header__panel {
    padding: 24px 26px;
    border-radius: 24px;
    border: 1px solid rgba(72, 143, 203, 0.1);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-blog-header__panel h3 {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.4;
}

.home-blog-card {
    height: 100%;
}

.home-blog-card .blog-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-blog-card .blog-card__title {
    font-size: 24px;
    line-height: 1.5;
}

.home-blog-card .blog-card__excerpt {
    font-size: 15px;
    line-height: 1.8;
}

.home-blog-card .blog-card__link {
    margin-top: auto;
    padding-top: 22px;
}

.blog-index-section,
.blog-post-section {
    padding-bottom: 96px;
}

.blog-category-shell,
.blog-post-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 32px;
}

.blog-post-shell {
    gap: 24px;
}

.blog-section-heading {
    max-width: 860px;
}

.blog-category-hero,
.blog-post-hero,
.blog-featured-card,
.blog-card,
.blog-side-card,
.blog-article-card,
.blog-cta-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.blog-category-hero,
.blog-post-hero,
.blog-side-card,
.blog-article-card,
.blog-cta-card {
    padding: 32px;
}

.blog-post-hero {
    position: relative;
    overflow: hidden;
    padding: 38px 42px;
    background:
        radial-gradient(circle at top right, rgba(79, 124, 255, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
}

.blog-post-hero__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.blog-post-hero__content {
    flex: 1 1 auto;
    min-width: 0;
}

.blog-post-hero__actions {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.blog-post-hero::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -82px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(110, 231, 183, 0.2) 0%, rgba(110, 231, 183, 0) 68%);
    pointer-events: none;
}

.blog-category-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: stretch;
}

.blog-category-hero__label,
.blog-summary-box__eyebrow,
.blog-side-card__eyebrow,
.blog-cta-card__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #3558d7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-category-hero h2,
.blog-post-hero h1,
.blog-side-card h3,
.blog-cta-card h2,
.blog-richtext h2 {
    color: #0f172a;
    letter-spacing: -0.03em;
}

.blog-category-hero h2,
.blog-post-hero h1 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1.4;
}

.blog-category-hero p,
.blog-post-hero p,
.blog-side-card p,
.blog-cta-card p,
.blog-card__excerpt,
.blog-featured-card__excerpt {
    margin: 0;
    color: #516076;
    font-size: 17px;
    line-height: 1.8;
}

.blog-category-stats {
    display: grid;
    gap: 16px;
}

.blog-category-stats article,
.blog-summary-box {
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #fdfefe 100%);
    border: 1px solid rgba(53, 88, 215, 0.08);
}

.blog-category-stats span,
.blog-post-hero__author span {
    display: block;
    color: #64748b;
    font-size: 14px;
}

.blog-category-stats strong {
    display: block;
    margin-top: 10px;
    color: #0f172a;
    font-size: 28px;
}

.blog-topic-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 0 6px;
}

.blog-topic-nav__label {
    color: #475467;
    font-size: 15px;
    font-weight: 700;
}

.blog-topic-nav__items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog-topic-pill {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.8);
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.blog-topic-pill:hover,
.blog-topic-pill.is-active {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

.blog-featured-card,
.blog-card {
    overflow: hidden;
}

.blog-empty-state {
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.94) 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.blog-empty-state h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.18;
}

.blog-empty-state p {
    max-width: 560px;
    margin: 0;
    color: #516076;
    font-size: 17px;
    line-height: 1.8;
}

.blog-featured-card__media,
.blog-card__media,
.blog-post-banner {
    display: block;
    background: #e2e8f0;
}

.blog-featured-card__media img,
.blog-card__media img,
.blog-post-banner img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.blog-featured-card__body,
.blog-card__body {
    padding: 28px;
}

.blog-featured-card__title,
.blog-card__title {
    margin: 14px 0 12px;
    color: #0f172a;
    line-height: 1.2;
}

.blog-featured-card__title {
    font-size: 34px;
}

.blog-card__title {
    font-size: 26px;
}

.blog-card__title a,
.blog-featured-card__title a {
    color: inherit;
}

.blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.blog-card__meta time {
    color: inherit;
}

.blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.blog-post-meta time {
    color: inherit;
}

.blog-post-meta__sep {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(100, 116, 139, 0.45);
}

.blog-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(53, 88, 215, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #3558d7;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(53, 88, 215, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.blog-share-button:hover {
    transform: translateY(-1px);
    background: #3558d7;
    color: #ffffff;
    box-shadow: 0 22px 44px rgba(53, 88, 215, 0.18);
}

.blog-share-button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.blog-share-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.blog-share-toast {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 1200;
    min-width: 220px;
    max-width: min(92vw, 360px);
    padding: 14px 18px;
    border-radius: 18px;
    background: #0f172a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.blog-share-toast.is-error {
    background: #991b1b;
}

.blog-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #3558d7;
}

.blog-featured-card__link,
.blog-card__link,
.blog-cta-card__secondary,
.blog-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-weight: 700;
}

.blog-featured-card__link,
.blog-card__link {
    margin-top: 22px;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.blog-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-side-stack {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 24px;
}

.blog-side-card__list,
.blog-summary-box__list {
    display: grid;
    gap: 6px;
    padding: 0;
    margin: 12px 0 0;
    list-style: none;
}

.blog-side-card__list li,
.blog-summary-box__list li {
    position: relative;
    padding-left: 18px;
    color: #475467;
    font-size: 16px;
    line-height: 1.62;
    list-style: none;
}

.blog-side-card__list li::before,
.blog-summary-box__list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f7cff 0%, #6ee7b7 100%);
}

.blog-side-card__article-list {
    display: grid;
    gap: 14px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.blog-side-card__article-item {
    list-style: none;
}

.blog-side-card__article-link {
    display: grid;
    gap: 6px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.blog-side-card__article-item:last-child .blog-side-card__article-link {
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-side-card__article-title {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.blog-side-card__article-meta {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.blog-side-card--dark,
.blog-cta-card {
    background:
        radial-gradient(circle at top right, rgba(134, 160, 255, 0.3), transparent 30%),
        linear-gradient(180deg, #101828 0%, #172554 100%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.blog-side-card--dark h3,
.blog-side-card--dark p,
.blog-cta-card h2,
.blog-cta-card p,
.blog-cta-card small {
    color: #ffffff;
}

.blog-side-card--dark p,
.blog-cta-card p,
.blog-cta-card small {
    color: rgba(255, 255, 255, 0.78);
}

.blog-cta-card .blog-cta-card__secondary {
    color: #ffffff;
}

.blog-side-card--dark .blog-side-card__eyebrow,
.blog-cta-card .blog-cta-card__eyebrow {
    background: rgba(255, 255, 255, 0.08);
    color: #dbeafe;
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

.blog-post-intro {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.75;
    color: #475467;
}

.blog-post-hero__author {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px;
}

.blog-post-banner {
    overflow: hidden;
    border-radius: 32px;
    margin-bottom: 30px;
}

.blog-summary-box {
    margin-bottom: 28px;
}

.blog-article-quote {
    margin: 0 0 30px;
    padding: 24px 28px;
    border-left: 4px solid #4f7cff;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    color: #0f172a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
}

.blog-richtext {
    display: grid;
    gap: 20px;
    min-width: 0;
    max-width: 760px;
    color: #1f2937;
}

/* v0.1.1：限制文章 rich text 內嵌圖片與 figure 寬度，避免超出 card。 */
.blog-richtext figure,
.blog-richtext img,
.blog-richtext picture {
    max-width: 100%;
}

.blog-richtext figure {
    margin: 0;
}

.blog-richtext img {
    height: auto;
}

.blog-richtext figure img,
.blog-richtext picture,
.blog-richtext picture img {
    display: block;
}

.blog-richtext section {
    display: grid;
    gap: 10px;
}

.blog-richtext h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.26;
}

.blog-richtext h3 {
    margin: 6px 0 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.35;
}

.blog-richtext p {
    margin: 0;
    color: #475467;
    font-size: 16px;
    line-height: 1.82;
}

.blog-richtext ul {
    display: grid;
    gap: 8px;
    margin: 10px 0 4px;
    padding: 0;
    list-style: none;
}

.blog-richtext ul li {
    position: relative;
    margin: 0;
    padding-left: 22px;
    color: #475467;
    font-size: 16px;
    line-height: 1.75;
    list-style: none;
}

.blog-richtext ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4f7cff;
}

.blog-richtext li > p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-richtext li > p + p {
    margin-top: 8px;
}

.blog-richtext > * + h2,
.blog-richtext > * + h3 {
    margin-top: 8px;
}

.blog-richtext a {
    color: #3558d7;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.blog-richtext strong,
.blog-richtext b {
    color: #0f172a;
    font-weight: 700;
}

.blog-richtext blockquote {
    margin: 4px 0;
    padding: 20px 22px;
    border-left: 3px solid #4f7cff;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    color: #0f172a;
    font-size: 19px;
    line-height: 1.75;
}

.blog-richtext ol {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding-left: 22px;
}

.blog-richtext ol li {
    padding-left: 4px;
    color: #475467;
    font-size: 16px;
    line-height: 1.65;
}

/* v0.1.1：避免文章內文圖片或媒體使用原始尺寸時撐破卡片寬度。 */
.blog-article-card {
    overflow: hidden;
    padding: 20px;
    background: rgba(255, 255, 255, 0.92);
}

.blog-article-card__body {
    padding: 0 14px 6px;
}

/* v0.1.2：強化文章內容程式碼區塊的可讀性，統一字級為 16px 並加入淺灰藍底色辨識。 */
.blog-article-card .blog-richtext pre {
    margin: 20px 0;
    padding: 18px 20px;
    overflow-x: auto;
    border: 1px solid #d7e3f4;
    border-radius: 14px;
    background: #eef4ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.blog-article-card .blog-richtext pre code {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #1f3556;
    background: transparent;
}

.blog-article-card .blog-richtext :not(pre) > code {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 16px;
    color: #1f3556;
    background: #eef4ff;
}

.blog-post-main {
    display: grid;
    gap: 20px;
}

.blog-post-layout {
    align-items: start;
}

.blog-side-stack--post {
    top: 104px;
}

.blog-cta-card {
    margin-top: 28px;
}

.blog-cta-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 26px 0 16px;
}

.blog-related-section {
    display: grid;
    gap: 24px;
    padding-top: 4px;
}

@media (max-width: 1199.98px) {
    .home-process-grid::before {
        display: none;
    }

    .home-process-card--offset {
        margin-top: 0;
    }

    .home-blog-header {
        grid-template-columns: 1fr;
    }

    .blog-card-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home-process-shell,
    .home-blog-shell {
        padding: 34px 24px 30px;
        border-radius: 28px;
    }

    .home-process-intro h2,
    .home-blog-header__copy h2 {
        font-size: 32px;
    }

    .blog-category-hero {
        grid-template-columns: 1fr;
    }

    .blog-side-stack {
        position: static;
    }

    .blog-post-hero {
        padding: 32px;
    }

    .blog-category-hero h2,
    .blog-post-hero h1 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .home-process-shell,
    .home-blog-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-process-summary,
    .home-blog-header__panel {
        padding: 20px 18px;
    }

    .home-process-card {
        min-height: auto;
        padding: 22px 18px 18px;
        border-radius: 24px;
    }

    .home-process-card__title {
        padding-right: 34px;
        font-size: 21px;
    }

    .blog-category-hero,
    .blog-post-hero,
    .blog-side-card,
    .blog-article-card,
    .blog-cta-card,
    .blog-featured-card,
    .blog-card,
    .blog-empty-state,
    .blog-post-banner {
        border-radius: 24px;
    }

    .blog-category-hero,
    .blog-post-hero,
    .blog-side-card,
    .blog-article-card,
    .blog-cta-card,
    .blog-empty-state,
    .blog-featured-card__body,
    .blog-card__body {
        padding: 22px;
    }

    .blog-card-grid,
    .blog-card-grid--three {
        grid-template-columns: 1fr;
    }

    .blog-post-hero__head {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-post-hero__actions {
        width: 100%;
    }

    .blog-share-button {
        width: 100%;
    }

    .blog-share-toast {
        right: 16px;
        bottom: 16px;
        min-width: 0;
    }

    .home-process-intro h2,
    .home-blog-header__copy h2,
    .blog-category-hero h2,
    .blog-post-hero h1,
    .blog-featured-card__title,
    .blog-card__title,
    .blog-richtext h2 {
        font-size: 28px;
    }

    .blog-article-card__body {
        padding: 0;
    }

    .blog-post-intro {
        font-size: 17px;
    }

    .blog-article-quote {
        padding: 20px;
        font-size: 20px;
    }
}

.header-logo img,.footer-logo img,.img-logo, .mobile_logo img {
    height: 36px;
}

/* v0.1.0：將 blade 內嵌樣式集中到前台主樣式檔，避免版型與頁面重複維護。 */
@media (min-width: 1200px) {
    .header-nav__container {
        max-width: 1260px;
    }
}

.editor-wrapper {
    border: 1px solid #d7deea;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.editor-toolbar {
    border-bottom: 1px solid #d7deea;
    background: #fff;
}

.editor-container {
    min-height: 420px;
}

.editor-container .w-e-text-container,
.editor-container .w-e-scroll,
.editor-container .w-e-text-container [data-slate-editor] {
    min-height: 420px;
}

.editor-container .w-e-text-container [data-slate-editor] {
    padding: 24px 24px 40px;
    cursor: text;
}

.editor-container .w-e-text-placeholder {
    top: 24px;
    left: 24px;
}

/* v0.1.0：400/404/500 錯誤頁改用前台品牌藍色系，與 logo 及前台主視覺一致。 */
.front-error-section {
    position: relative;
    overflow: hidden;
    padding-top: 112px;
    padding-bottom: 120px;
    background:
        radial-gradient(circle at top left, rgba(72, 143, 203, 0.18), transparent 28%),
        radial-gradient(circle at bottom right, rgba(53, 88, 215, 0.14), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.front-error-shell {
    position: relative;
    margin-top: 56px;
}

.front-error-card {
    position: relative;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(53, 88, 215, 0.12);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.front-error-card--primary {
    padding: 48px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.95));
}

.front-error-card--side {
    min-height: 100%;
    padding: 36px;
    background:
        linear-gradient(160deg, rgba(15, 23, 42, 0.98), rgba(53, 88, 215, 0.94)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    color: #f8fbff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.front-error-card__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(72, 143, 203, 0.12);
    color: #3558d7;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.front-error-card__title {
    margin: 24px 0 14px;
    color: #0f172a;
    font-size: clamp(32px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.front-error-card__desc {
    max-width: 560px;
    margin: 0;
    color: #516076;
    font-size: 17px;
    line-height: 1.85;
}

.front-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.front-error-code-wrap {
    position: relative;
    min-height: 240px;
    border-radius: 24px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(219, 234, 254, 0.18);
    overflow: hidden;
}

.front-error-code {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(90px, 13vw, 156px);
    line-height: 0.86;
    font-weight: 800;
    letter-spacing: -0.08em;
    color: #fff;
}

.front-error-orbit {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(191, 219, 254, 0.2);
    background: radial-gradient(circle, rgba(96, 165, 250, 0.22), rgba(255, 255, 255, 0));
}

.front-error-orbit--one {
    width: 180px;
    height: 180px;
    top: -18px;
    right: -34px;
}

.front-error-orbit--two {
    width: 220px;
    height: 220px;
    bottom: -90px;
    left: 18px;
}

.front-error-side-copy__eyebrow {
    margin: 0 0 10px;
    color: rgba(219, 234, 254, 0.78);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.front-error-side-copy__title {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}

.front-error-side-copy__desc {
    margin: 0;
    color: rgba(239, 246, 255, 0.86);
    line-height: 1.85;
}

.pk-flip-x {
    transform: scaleX(-1);
}

.pk-textarea-sm {
    min-height: 100px;
}

.pk-textarea-md {
    min-height: 120px;
}

.pk-textarea-lg {
    min-height: 200px;
}

.pk-otp-input {
    width: 55px;
    padding-left: .75rem !important;
}

.pk-btn-disabled[disabled] {
    cursor: not-allowed;
}

.pk-btn-h55 {
    height: 55px;
}

.error-page-body {
    --error-bg: #f4efe6;
    --error-surface: rgba(255, 255, 255, 0.82);
    --error-border: rgba(25, 20, 0, 0.1);
    --error-text: #1f1a13;
    --error-muted: #685d50;
    --error-accent: #c5652d;
    --error-accent-dark: #7a3414;
    --error-shadow: 0 30px 80px rgba(59, 35, 18, 0.12);
    margin: 0;
    min-height: 100vh;
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    color: var(--error-text);
    background:
        radial-gradient(circle at top left, rgba(197, 101, 45, 0.2), transparent 30%),
        radial-gradient(circle at bottom right, rgba(122, 52, 20, 0.15), transparent 28%),
        linear-gradient(160deg, #fbf7f1 0%, var(--error-bg) 52%, #efe4d5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
}

.error-page-body * {
    box-sizing: border-box;
}

.error-page-body .error-shell {
    position: relative;
    width: 100%;
    max-width: 1080px;
    border: 1px solid var(--error-border);
    border-radius: 28px;
    overflow: hidden;
    background: var(--error-surface);
    box-shadow: var(--error-shadow);
    backdrop-filter: blur(14px);
}

.error-page-body .error-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
}

.error-page-body .error-main {
    padding: 56px;
}

.error-page-body .error-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(197, 101, 45, 0.1);
    color: var(--error-accent-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.error-page-body .error-title {
    margin: 22px 0 14px;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.error-page-body .error-desc {
    max-width: 560px;
    margin: 0;
    color: var(--error-muted);
    font-size: 17px;
    line-height: 1.8;
}

.error-page-body .error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.error-page-body .error-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.error-page-body .error-action:hover {
    transform: translateY(-1px);
}

.error-page-body .error-action--primary {
    background: linear-gradient(135deg, var(--error-accent-dark), var(--error-accent));
    color: #fff;
    box-shadow: 0 16px 30px rgba(122, 52, 20, 0.22);
}

.error-page-body .error-action--secondary {
    border-color: rgba(122, 52, 20, 0.18);
    background: rgba(255, 255, 255, 0.55);
    color: var(--error-text);
}

.error-page-body .error-side {
    position: relative;
    padding: 40px;
    min-height: 420px;
    background:
        linear-gradient(180deg, rgba(122, 52, 20, 0.08), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(197, 101, 45, 0.1));
    border-left: 1px solid var(--error-border);
}

.error-page-body .error-side::before,
.error-page-body .error-side::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(197, 101, 45, 0.2), rgba(122, 52, 20, 0.08));
}

.error-page-body .error-side::before {
    width: 180px;
    height: 180px;
    top: 44px;
    right: -30px;
}

.error-page-body .error-side::after {
    width: 220px;
    height: 220px;
    bottom: -90px;
    left: -60px;
}

.error-page-body .error-code-block {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.error-page-body .error-code {
    margin: 0;
    font-size: clamp(88px, 14vw, 180px);
    line-height: 0.88;
    font-weight: 800;
    letter-spacing: -0.08em;
    color: rgba(122, 52, 20, 0.9);
}

.error-page-body .error-site {
    max-width: 240px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(122, 52, 20, 0.12);
}

.error-page-body .error-site__label {
    display: block;
    margin-bottom: 8px;
    color: var(--error-muted);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.error-page-body .error-site__name {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

@media (max-width: 991.98px) {
    .front-error-section {
        padding-top: 88px;
        padding-bottom: 96px;
    }

    .front-error-card--primary,
    .front-error-card--side {
        padding: 32px 24px;
    }
}

@media (max-width: 900px) {
    .error-page-body .error-grid {
        grid-template-columns: 1fr;
    }

    .error-page-body .error-side {
        min-height: 260px;
        border-left: 0;
        border-top: 1px solid var(--error-border);
    }
}

@media (max-width: 640px) {
    .error-page-body .error-main,
    .error-page-body .error-side {
        padding: 28px;
    }

    .error-page-body .error-action {
        width: 100%;
    }

    .error-page-body .error-desc {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 575.98px) {
    .front-error-actions .ud-btn {
        width: 100%;
        text-align: center;
    }
}
