/* ====================================================================
   PREMIUM INNER PAGES DESIGN SYSTEM
   ==================================================================== */

/* Page hero banner for inner pages */
.page-hero {
    background: linear-gradient(135deg, #0E131D 0%, #1a2332 100%);
    padding: 60px 0 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 75, 34, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.page-hero .breadcrumb-nav {
    margin-bottom: 16px;
}

.page-hero .breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.page-hero .breadcrumb-nav a:hover {
    color: #ff4b22;
}

.page-hero .breadcrumb-nav span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin: 0 8px;
}

.page-hero h1 {
    color: #fff;
    font-family: 'Adineue', sans-serif;
    font-weight: 600;
    font-size: 42px;
    margin: 0 0 12px;
    line-height: 1.2;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin: 0;
    max-width: 600px;
    line-height: 1.6;
}

/* Premium card */
.premium-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    margin-bottom: 24px;
}

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

.premium-card-flat {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    margin-bottom: 24px;
}

/* Premium buttons */
.btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #ff4b22;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 75, 34, 0.25);
}

.btn-premium:hover {
    background: #e0401a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 75, 34, 0.3);
}

.btn-premium-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background: transparent;
    color: #ff4b22;
    border: 2px solid #ff4b22;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-premium-outline:hover {
    background: #ff4b22;
    color: #fff;
    transform: translateY(-2px);
}

.btn-premium-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-premium-ghost:hover {
    background: #fff;
    border-color: #ff4b22;
    color: #ff4b22;
}

.btn-premium-ghost.active {
    background: #ff4b22;
    color: #fff;
    border-color: #ff4b22;
    pointer-events: none;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    transition: color 0.3s;
    margin-bottom: 16px;
}

.btn-back:hover {
    color: #ff4b22;
}

.btn-back::before {
    content: '\2190';
    font-size: 18px;
}

/* Category filter pills */
.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

/* Service/item cards in list */
.item-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.item-card:hover {
    border-color: #ff4b22;
    box-shadow: 0 4px 20px rgba(255, 75, 34, 0.08);
    transform: translateX(4px);
}

.item-card h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111;
}

.item-card .item-date {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
}

.item-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.item-card .item-card-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 16px;
    object-fit: cover;
}

/* Grid card style for catalog */
.grid-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.grid-card:hover {
    border-color: #ff4b22;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.grid-card-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #f9f9f9;
    padding: 16px;
}

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

.grid-card-body h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.grid-card-body .item-date {
    font-size: 13px;
    color: #999;
}

.grid-card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Pagination */
.premium-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 40px 0 20px;
    flex-wrap: wrap;
}

.premium-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.premium-pagination a:hover {
    border-color: #ff4b22;
    color: #ff4b22;
    background: #fff5f2;
}

.premium-pagination .current {
    font-size: 14px;
    color: #999;
    padding: 0 8px;
}

.pagination-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #ff4b22;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.pagination-dots {
    color: #ccc;
    padding: 0 4px;
    font-size: 16px;
    user-select: none;
}

.pagination-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.pagination-arrow:hover {
    border-color: #ff4b22;
    color: #ff4b22;
    background: #fff5f2;
}

/* Premium forms */
.premium-form {
    max-width: 480px;
}

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

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

.premium-form .form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: none;
}

.premium-form textarea.form-control {
    height: auto;
    padding: 12px 16px;
    min-height: 100px;
    resize: vertical;
}

.premium-form .form-control:focus {
    border-color: #ff4b22;
    box-shadow: 0 0 0 3px rgba(255, 75, 34, 0.1);
}

.premium-form .form-control::placeholder {
    color: #aaa;
}

/* Contact info block */
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px 16px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.contact-info-item:hover {
    background: #fff5f2;
}

.contact-info-item .info-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    min-width: 80px;
}

.contact-info-item a {
    color: #ff4b22;
    text-decoration: none;
    font-size: 15px;
}

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

/* Feature blocks (about page) */
.feature-block {
    text-align: center;
    padding: 30px 20px;
}

.feature-block .feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff5f2 0%, #ffe8e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
}

.feature-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Bauhaus', sans-serif;
}

.feature-block p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Tech list styling */
.tech-section h3 {
    font-family: 'Bauhaus', sans-serif;
    font-size: 22px;
    margin: 32px 0 16px;
    color: #111;
    padding-left: 16px;
    border-left: 3px solid #ff4b22;
}

.tech-section ul {
    list-style: none;
    padding: 0;
}

.tech-section li {
    padding: 10px 0 10px 24px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    border-bottom: 1px solid #f5f5f5;
}

.tech-section li:last-child {
    border-bottom: none;
}

.tech-section li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #ff4b22;
    border-radius: 50%;
}

.tech-section li strong {
    color: #111;
}

/* Review card */
.review-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.review-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.review-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.review-card .review-prof {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
}

.review-card .review-body {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Login / Auth pages */
.auth-wrapper {
    max-width: 440px;
    margin: 60px auto;
}

.auth-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.auth-card h1 {
    font-family: 'Adineue', sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
}

.auth-card .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 15px;
    margin-bottom: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: none;
}

.auth-card .form-control:focus {
    border-color: #ff4b22;
    box-shadow: 0 0 0 3px rgba(255, 75, 34, 0.1);
}

.auth-card .auth-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
}

.auth-card .auth-actions a {
    color: #ff4b22;
    text-decoration: none;
}

.auth-card .auth-actions a:hover {
    text-decoration: underline;
}

.auth-card .auth-footer {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #666;
}

.auth-card .auth-footer a {
    color: #ff4b22;
    font-weight: 600;
    text-decoration: none;
}

/* Error pages */
.error-page {
    text-align: center;
    padding: 80px 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page .error-code {
    font-size: 120px;
    font-family: 'Adineue', sans-serif;
    font-weight: 600;
    color: #ff4b22;
    line-height: 1;
    margin-bottom: 16px;
    opacity: 0.8;
}

.error-page h1 {
    font-size: 28px;
    margin-bottom: 12px;
}

.error-page p {
    color: #666;
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Article/detail page */
.article-header {
    margin-bottom: 32px;
}

.article-header h1 {
    font-family: 'Adineue', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.article-body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.article-body img {
    border-radius: 12px;
    margin: 20px 0;
    max-width: 100%;
}

.article-body h2, .article-body h3 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.article-image {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Service detail pricing */
.service-price {
    display: inline-block;
    font-family: 'Adineue', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #ff4b22;
    margin-bottom: 24px;
}

/* Empty state */
.empty-state {
    text-align: center;
    padding: 60px 20px;
}

.empty-state h2 {
    font-size: 22px;
    color: #999;
    font-weight: 400;
}

/* Divider */
.premium-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
    margin: 40px 0;
    border: none;
}

/* SEO footer text */
.seo-footer {
    color: #aaa;
    font-size: 13px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

/* Inner page content wrapper */
.inner-content {
    padding: 0 0 60px;
}

/* ===== PORTFOLIO CARDS ===== */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.portfolio-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: transparent;
}

.portfolio-card-inactive {
    opacity: 0.7;
}

.portfolio-card-image-wrap {
    position: relative;
    overflow: hidden;
}

.portfolio-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-card:hover .portfolio-card-image {
    transform: scale(1.05);
}

.portfolio-card-type-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(14, 19, 29, 0.85);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}

.portfolio-card-status-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

.portfolio-card-status-active {
    background: rgba(34, 197, 94, 0.9);
    color: #fff;
}

.portfolio-card-status-down {
    background: rgba(200, 200, 200, 0.85);
    color: #666;
}

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

.portfolio-card-title {
    font-family: 'Bauhaus', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #111;
}

.portfolio-card-link {
    font-size: 14px;
    color: #ff4b22;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.portfolio-card-link:hover {
    color: #e0401a;
    text-decoration: underline;
}

.portfolio-card-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin: 0 0 12px;
}

.portfolio-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f5f5f5;
}

.portfolio-card-tag {
    font-size: 12px;
    color: #999;
    background: #f5f5f5;
    padding: 3px 8px;
    border-radius: 5px;
}

.portfolio-card-date {
    font-size: 12px;
    color: #bbb;
}

@media (max-width: 991px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== REQUEST MODAL STYLES ===== */
#requestModal .modal-content input[type="tel"]:focus,
#requestModal .modal-content .phone-input:focus {
    border-color: #ff4b22;
    box-shadow: 0 0 0 3px rgba(255, 75, 34, 0.1);
}

#requestModal .modal-content button[type="submit"]:hover {
    background: #e0401a;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 75, 34, 0.35);
}

/* Phone input universal styling */
input[type="tel"],
.phone-input {
    font-variant-numeric: tabular-nums;
}

/* ===== PAGE HERO WITH BACKGROUND IMAGE ===== */
.page-hero-has-image {
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
}

/* ===== SERVICE CATALOG CARDS ===== */
.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

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

.service-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #ff4b22;
    border-radius: 0 0 4px 0;
    transition: height 0.3s ease;
}

.service-card:hover {
    border-color: #ff4b22;
    box-shadow: 0 12px 35px rgba(255, 75, 34, 0.08);
    transform: translateY(-3px);
}

.service-card:hover::before {
    height: 100%;
}

.service-card-top {
    margin-bottom: 12px;
}

.service-card-title {
    font-family: 'Bauhaus', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.3;
}

.service-card-price {
    font-family: 'Adineue', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ff4b22;
    line-height: 1;
}

.service-card-price span {
    font-size: 18px;
    font-weight: 400;
}

.service-card-old-price {
    font-size: 14px;
    color: #bbb;
    text-decoration: line-through;
    margin-top: 2px;
}

.service-card-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    flex: 1;
    margin: 0 0 16px;
}

.service-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #f5f5f5;
    margin-top: auto;
}

.service-card-tag {
    font-size: 12px;
    color: #999;
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
}

.service-card-action {
    font-size: 13px;
    font-weight: 600;
    color: #ff4b22;
    transition: padding-right 0.2s;
}

.service-card:hover .service-card-action {
    padding-right: 4px;
}

/* ===== SIDEBAR ELEMENTS ===== */
.sidebar-phone-display {
    display: block;
    font-family: 'Adineue', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ff4b22;
    text-decoration: none;
    transition: color 0.2s;
}

.sidebar-phone-display:hover {
    color: #e0401a;
}

.sidebar-cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    margin-bottom: 6px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    background: #f9f9f9;
}

.sidebar-cat-link:hover {
    background: #fff5f2;
    color: #ff4b22;
    padding-left: 18px;
}

.sidebar-cat-count {
    background: #eee;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    transition: all 0.2s;
}

.sidebar-cat-link:hover .sidebar-cat-count {
    background: #ff4b22;
    color: #fff;
}

/* Gallery cards */
.gallery-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

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

.gallery-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-card-body {
    padding: 16px;
}

.gallery-card-body h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px;
}

/* ===== SERVICE DETAIL PAGE ===== */

.service-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.service-meta-item {
    flex: 1;
    min-width: 160px;
    padding: 20px 24px;
    border-right: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.service-meta-item:last-child {
    border-right: none;
}

.service-meta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    font-weight: 600;
}

.service-meta-value {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    font-family: 'Adineue', sans-serif;
}

.service-meta-price {
    color: #ff4b22;
    font-size: 24px;
}

.service-meta-old-price {
    font-size: 14px;
    color: #bbb;
    text-decoration: line-through;
}

/* Service sidebar */
.service-sidebar-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.service-sidebar-title {
    font-family: 'Bauhaus', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}

.service-sidebar-phone {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-family: 'Adineue', sans-serif;
    transition: opacity 0.2s;
}

.service-sidebar-phone:hover {
    opacity: 0.8;
    color: #fff;
}

/* Service catalog cards - enhanced */
.services-row .item-card,
.item-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.item-card:hover {
    border-color: #ff4b22;
    box-shadow: 0 8px 30px rgba(255, 75, 34, 0.08);
    transform: translateY(-2px);
}

.item-card::after {
    content: '\2192';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ddd;
    transition: all 0.3s;
}

.item-card:hover::after {
    color: #ff4b22;
    right: 20px;
}

/* Responsive inner pages */
@media (max-width: 767px) {
    .page-hero {
        padding: 40px 0 30px;
        margin-bottom: 30px;
    }

    .page-hero h1 {
        font-size: 28px;
    }

    .page-hero p {
        font-size: 15px;
    }

    .premium-card {
        padding: 20px;
        border-radius: 12px;
    }

    .auth-wrapper {
        margin: 30px auto;
        padding: 0 16px;
    }

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

    .error-page .error-code {
        font-size: 80px;
    }

    .filter-pills {
        gap: 6px;
    }

    .btn-premium-ghost {
        padding: 8px 14px;
        font-size: 13px;
    }

    .article-header h1 {
        font-size: 26px;
    }

    .service-price {
        font-size: 28px;
    }

    .service-meta-bar {
        flex-direction: column;
    }

    .service-meta-item {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 16px 20px;
    }

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

    .service-sidebar-card {
        padding: 20px;
    }

    .item-card::after {
        display: none;
    }

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

    .feature-block {
        padding: 20px 10px;
    }
}
