/* Graphic Design Page - Professional & Clean */

/* Page Container */
.gd-page { padding: 0; position: relative; }

/* Super Class Container Fix */
.super_class { overflow-x: hidden; }
.common_container { overflow-x: hidden; }

/* Full-Width Hero Section */
.gd-hero { background: linear-gradient(135deg, var(--color-purple) 0%, #2d1549 100%); padding: 50px 30px; text-align: center; margin-bottom: 40px; position: relative; overflow: hidden; width: 100%; max-width: 100vw; box-sizing: border-box; }
.gd-hero::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--color-orange), transparent); }
.gd-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 350px; height: 350px; background: radial-gradient(circle, rgba(246, 155, 9, 0.08) 0%, transparent 70%); pointer-events: none; animation: glow 8s ease-in-out infinite; }
.gd-hero h1 { font-size: 2.2rem; font-weight: 700; color: var(--color-orange); margin-bottom: 6px; position: relative; z-index: 1; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.gd-hero p { font-size: 1rem; color: var(--color-white); margin: 0; position: relative; z-index: 1; }

/* Section Styles */
.gd-section { padding: 40px 0; position: relative; }
.gd-section.alt { background: linear-gradient(to bottom, #fafafa 0%, #f5f5f5 100%); padding: 40px 20px; margin: 40px 0; border-radius: 10px; box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); }

/* Section Header */
.gd-section-header { text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 15px; }
.gd-section-header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(90deg, transparent, var(--color-orange), transparent); }
.gd-section-header h2 { font-size: 1.8rem; font-weight: 700; color: var(--color-purple); margin-bottom: 6px; line-height: 1.3; }
.gd-section-header p { font-size: 0.9rem; color: #666; margin: 0; line-height: 1.5; }

/* Packages Table Container */
.gd-packages-table { overflow-x: auto; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-radius: 8px; -webkit-overflow-scrolling: touch; margin-left: 0; margin-right: 0; }
.gd-packages-table::-webkit-scrollbar { height: 6px; }
.gd-packages-table::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }
.gd-packages-table::-webkit-scrollbar-thumb { background: var(--color-orange); border-radius: 4px; }
.gd-packages-table::-webkit-scrollbar-thumb:hover { background: #e08900; }

/* Packages Table */
.packages-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--color-white); border-radius: 8px; overflow: hidden; min-width: 700px; }

/* Table Header */
.packages-table thead tr { background: linear-gradient(135deg, var(--color-purple), #2d1549); }
.packages-table th { padding: 14px 16px; text-align: center; font-weight: 700; font-size: 0.95rem; color: var(--color-white); position: relative; border-right: 1px solid rgba(255,255,255,0.1); text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.3; }
.packages-table th:last-child { border-right: none; }
.packages-table th.feature-col { text-align: left; background: var(--color-purple); color: var(--color-orange); min-width: 180px; text-transform: none; letter-spacing: normal; }
.packages-table th.featured { background: linear-gradient(135deg, var(--color-orange), #e08900); color: var(--color-white); position: relative; box-shadow: 0 4px 8px rgba(246, 155, 9, 0.2); }
.packages-table th .badge { display: inline-block; font-size: 0.65rem; font-weight: 600; margin-top: 3px; padding: 2px 6px; background: rgba(255,255,255,0.2); border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; }

/* Table Body */
.packages-table tbody tr { transition: background 0.2s ease; }
.packages-table tbody tr:hover { background: #fcfcfc; }
.packages-table tbody tr:nth-child(even) { background: rgba(0,0,0,0.01); }
.packages-table tbody tr:nth-child(even):hover { background: #fcfcfc; }

/* Table Cells */
.packages-table td { padding: 10px 16px; text-align: center; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; font-size: 0.85rem; color: #444; line-height: 1.4; vertical-align: middle; }
.packages-table td:last-child { border-right: none; }
.packages-table tbody tr:last-child td { border-bottom: none; }
.packages-table td.feature-col { text-align: left; font-weight: 600; color: var(--color-purple); background: #f8f8f8; }
.packages-table td.featured { background: linear-gradient(to bottom, rgba(246, 155, 9, 0.03), rgba(246, 155, 9, 0.08)); position: relative; font-weight: 500; }
.packages-table td.featured::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--color-orange); }

/* Price Row */
.packages-table tr.price-row td { padding: 14px 16px; background: #fafafa; font-weight: 600; }
.packages-table tr.price-row td.featured { background: linear-gradient(to bottom, rgba(246, 155, 9, 0.08), rgba(246, 155, 9, 0.12)); }
.packages-table .price { font-size: 1.3rem; font-weight: 700; color: var(--color-purple); display: block; line-height: 1.2; }
.packages-table td.featured .price { color: var(--color-orange); }

/* Check/Cross Icons */
.packages-table .check { color: #4CAF50; font-weight: bold; font-size: 1.1rem; display: inline-block; }
.packages-table .cross { color: #ccc; font-weight: bold; font-size: 1.1rem; opacity: 0.5; display: inline-block; }

/* Action Row */
.packages-table tr.action-row td { padding: 14px 16px; background: var(--color-white); border-top: 2px solid #e8e8e8; }
.packages-table tr.action-row td.featured { background: rgba(246, 155, 9, 0.02); }

/* Table Button */
.table-btn { display: inline-block; background: linear-gradient(135deg, var(--color-orange), #e08900); color: var(--color-white); padding: 9px 24px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 0.85rem; transition: all 0.3s ease; position: relative; overflow: hidden; text-transform: uppercase; letter-spacing: 0.5px; border: none; cursor: pointer; }
.table-btn::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255,255,255,0.2); transform: translate(-50%, -50%); transition: width 0.3s ease, height 0.3s ease; }
.table-btn:hover { background: linear-gradient(135deg, var(--color-purple), #2d1549); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.table-btn:hover::before { width: 300px; height: 300px; }
.table-btn:active { transform: translateY(0); }
.table-btn.featured { background: linear-gradient(135deg, var(--color-purple), #2d1549); }
.table-btn.featured:hover { background: linear-gradient(135deg, var(--color-orange), #e08900); }
.table-btn:focus-visible { outline: 2px solid var(--color-orange); outline-offset: 2px; }

/* Note */
.gd-note { text-align: center; font-size: 0.8rem; color: #666; font-style: italic; margin-top: 15px; padding: 10px 18px; background: rgba(246, 155, 9, 0.05); border-radius: 6px; border-left: 3px solid var(--color-orange); line-height: 1.5; }

/* CTA Section */
.gd-cta { background: linear-gradient(135deg, var(--color-purple) 0%, #2d1549 100%); padding: 45px 30px; text-align: center; border-radius: 10px; margin-top: 40px; position: relative; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.gd-cta::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(246, 155, 9, 0.1) 0%, transparent 70%); animation: glow 8s ease-in-out infinite; }
.gd-cta h2 { font-size: 1.8rem; font-weight: 700; color: var(--color-orange); margin-bottom: 8px; position: relative; z-index: 1; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.gd-cta p { font-size: 1rem; color: var(--color-white); margin-bottom: 22px; position: relative; z-index: 1; line-height: 1.5; }

/* CTA Button */
.gd-cta-btn { display: inline-block; background: linear-gradient(135deg, var(--color-orange), #e08900); color: var(--color-white); padding: 12px 36px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; position: relative; z-index: 1; overflow: hidden; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 12px rgba(246, 155, 9, 0.3); }
.gd-cta-btn::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255,255,255,0.2); transform: translate(-50%, -50%); transition: width 0.4s ease, height 0.4s ease; z-index: -1; }
.gd-cta-btn:hover { background: linear-gradient(135deg, #e08900, var(--color-orange)); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(246, 155, 9, 0.4); }
.gd-cta-btn:hover::before { width: 300px; height: 300px; }
.gd-cta-btn:active { transform: translateY(0); }
.gd-cta-btn:focus-visible { outline: 2px solid var(--color-orange); outline-offset: 3px; }

/* Accessibility */
*:focus-visible { outline: 2px solid var(--color-orange); outline-offset: 2px; }

/* Animations */
@keyframes glow { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; } 50% { transform: translate(-10%, -10%) scale(1.1); opacity: 0.8; } }

/* Responsive - Tablet */
@media (max-width: 991px) {
    .gd-hero { padding: 40px 20px; width: 100%; margin-left: 0; margin-right: 0; }
    .gd-hero h1 { font-size: 1.8rem; }
    .gd-hero p { font-size: 0.9rem; }
    .gd-section-header h2 { font-size: 1.6rem; }
    .gd-section-header p { font-size: 0.85rem; }
    .packages-table { min-width: 600px; }
    .packages-table th { font-size: 0.8rem; padding: 10px 12px; }
    .packages-table td { font-size: 0.75rem; padding: 8px 12px; }
    .packages-table th.feature-col { min-width: 140px; }
    .packages-table .price { font-size: 1.1rem; }
    .table-btn { padding: 7px 20px; font-size: 0.75rem; }
    .gd-cta h2 { font-size: 1.6rem; }
    .gd-cta p { font-size: 0.9rem; }
    .gd-cta-btn { padding: 10px 28px; font-size: 0.85rem; }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    body { overflow-x: hidden; }
    .super_class { padding: 0; }
    .common_container { padding-left: 10px; padding-right: 10px; }
    .gd-hero { padding: 35px 15px; margin-bottom: 30px; width: 100%; margin-left: 0; margin-right: 0; }
    .gd-hero::before { width: 250px; height: 250px; }
    .gd-hero h1 { font-size: 1.5rem; }
    .gd-hero p { font-size: 0.8rem; }
    .gd-section { padding: 30px 0; }
    .gd-section.alt { padding: 30px 10px; margin: 30px 0; }
    .gd-section-header { margin-bottom: 20px; padding-bottom: 12px; }
    .gd-section-header h2 { font-size: 1.3rem; }
    .gd-section-header p { font-size: 0.75rem; }
    .gd-packages-table { border-radius: 6px; margin-bottom: 15px; margin-left: -10px; margin-right: -10px; width: calc(100% + 20px); }
    .packages-table { font-size: 0.7rem; min-width: auto; border-radius: 6px; }
    .packages-table th { font-size: 0.6rem; padding: 6px 4px; min-width: 70px; max-width: 80px; line-height: 1.2; white-space: normal; word-wrap: break-word; }
    .packages-table th .badge { font-size: 0.5rem; padding: 1px 3px; margin-top: 2px; }
    .packages-table th.feature-col { min-width: 90px; max-width: 90px; position: sticky; left: 0; z-index: 2; box-shadow: 2px 0 4px rgba(0,0,0,0.1); font-size: 0.65rem; }
    .packages-table td.feature-col { position: sticky; left: 0; z-index: 1; box-shadow: 2px 0 4px rgba(0,0,0,0.05); font-size: 0.6rem; min-width: 90px; max-width: 90px; }
    .packages-table td { font-size: 0.6rem; padding: 5px 4px; min-width: 70px; max-width: 80px; line-height: 1.3; white-space: normal; word-wrap: break-word; }
    .packages-table tr.price-row td { padding: 8px 4px; }
    .packages-table .price { font-size: 0.85rem; }
    .packages-table .check { font-size: 0.9rem; }
    .packages-table .cross { font-size: 0.9rem; }
    .packages-table tr.action-row td { padding: 8px 4px; }
    .table-btn { padding: 5px 10px; font-size: 0.6rem; letter-spacing: 0.2px; }
    .gd-note { font-size: 0.7rem; padding: 8px 12px; margin-top: 12px; }
    .gd-cta { padding: 30px 15px; margin-top: 30px; }
    .gd-cta h2 { font-size: 1.3rem; }
    .gd-cta p { font-size: 0.8rem; margin-bottom: 18px; }
    .gd-cta-btn { padding: 9px 24px; font-size: 0.75rem; }
}

/* Responsive - Small Mobile */
@media (max-width: 576px) {
    .common_container { padding-left: 8px; padding-right: 8px; }
    .gd-hero { padding: 30px 10px; }
    .gd-hero::before { width: 200px; height: 200px; }
    .gd-hero h1 { font-size: 1.3rem; }
    .gd-hero p { font-size: 0.75rem; }
    .gd-section { padding: 25px 0; }
    .gd-section.alt { padding: 25px 8px; }
    .gd-section-header h2 { font-size: 1.2rem; }
    .gd-section-header p { font-size: 0.7rem; }
    .gd-packages-table { margin-left: -8px; margin-right: -8px; width: calc(100% + 16px); }
    .packages-table { min-width: auto; }
    .packages-table th { font-size: 0.55rem; padding: 5px 3px; min-width: 60px; max-width: 70px; }
    .packages-table th .badge { font-size: 0.45rem; padding: 1px 2px; }
    .packages-table th.feature-col { min-width: 80px; max-width: 80px; font-size: 0.6rem; }
    .packages-table td.feature-col { font-size: 0.55rem; min-width: 80px; max-width: 80px; }
    .packages-table td { font-size: 0.55rem; padding: 4px 3px; min-width: 60px; max-width: 70px; }
    .packages-table tr.price-row td { padding: 6px 3px; }
    .packages-table .price { font-size: 0.8rem; }
    .packages-table .check { font-size: 0.8rem; }
    .packages-table .cross { font-size: 0.8rem; }
    .packages-table tr.action-row td { padding: 6px 3px; }
    .table-btn { padding: 4px 8px; font-size: 0.55rem; }
    .gd-note { font-size: 0.65rem; padding: 6px 10px; }
    .gd-cta { padding: 25px 10px; }
    .gd-cta h2 { font-size: 1.2rem; }
    .gd-cta p { font-size: 0.75rem; margin-bottom: 15px; }
    .gd-cta-btn { padding: 8px 20px; font-size: 0.7rem; }
}

/* Responsive - Extra Small */
@media (max-width: 400px) {
    .common_container { padding-left: 5px; padding-right: 5px; }
    .gd-hero { padding: 25px 8px; }
    .gd-hero h1 { font-size: 1.15rem; }
    .gd-hero p { font-size: 0.7rem; }
    .gd-section-header h2 { font-size: 1.1rem; }
    .gd-section-header p { font-size: 0.65rem; }
    .gd-packages-table { margin-left: -5px; margin-right: -5px; width: calc(100% + 10px); }
    .packages-table { min-width: auto; }
    .packages-table th { font-size: 0.5rem; padding: 4px 2px; min-width: 55px; max-width: 65px; }
    .packages-table th .badge { font-size: 0.4rem; }
    .packages-table th.feature-col { min-width: 70px; max-width: 70px; font-size: 0.55rem; }
    .packages-table td.feature-col { font-size: 0.5rem; min-width: 70px; max-width: 70px; }
    .packages-table td { font-size: 0.5rem; padding: 3px 2px; min-width: 55px; max-width: 65px; }
    .packages-table .price { font-size: 0.7rem; }
    .packages-table .check { font-size: 0.7rem; }
    .packages-table .cross { font-size: 0.7rem; }
    .table-btn { padding: 3px 6px; font-size: 0.5rem; }
    .gd-note { font-size: 0.6rem; }
    .gd-cta { padding: 20px 8px; }
    .gd-cta h2 { font-size: 1.1rem; }
    .gd-cta p { font-size: 0.7rem; }
    .gd-cta-btn { padding: 7px 18px; font-size: 0.65rem; }
}