/* cookie_policy.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
    background: linear-gradient(180deg, #f8fafc 0%, #fefce8 100%);
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1e293b;
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 50%, rgba(245, 158, 11, 0.06), transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(239, 68, 68, 0.05), transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.cp-wrapper {
    min-height: 100vh;
    padding-top: 80px;
}

.cp-header {
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(180, 83, 9, 0.2);
}

.cp-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1), transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08), transparent 50%);
    pointer-events: none;
}

.cp-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cp-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.cp-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.8s ease-out;
}

.cp-last-updated {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.cp-main {
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cp-container {
    padding: 0 1rem;
}

.cp-intro {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.08);
    border-left: 5px solid #f59e0b;
    animation: fadeInUp 0.6s ease-out;
}

.cp-intro-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #475569;
    margin: 0;
}

.cp-grid {
    display: grid;
    gap: 2rem;
}

.cp-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.cp-card:nth-child(1) { animation-delay: 0.1s; }
.cp-card:nth-child(2) { animation-delay: 0.15s; }
.cp-card:nth-child(3) { animation-delay: 0.2s; }
.cp-card:nth-child(4) { animation-delay: 0.25s; }
.cp-card:nth-child(5) { animation-delay: 0.3s; }
.cp-card:nth-child(6) { animation-delay: 0.35s; }
.cp-card:nth-child(7) { animation-delay: 0.4s; }
.cp-card:nth-child(8) { animation-delay: 0.45s; }

.cp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.3);
}

.cp-card-header {
    background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
    padding: 2rem 2.5rem;
    border-bottom: 2px solid rgba(245, 158, 11, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cp-section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
    color: #ffffff;
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
    flex-shrink: 0;
}

.cp-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.5px;
}

.cp-card-body {
    padding: 2.5rem;
}

.cp-section-intro {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin: 0 0 1.5rem 0;
}

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

.cp-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.04) 0%, rgba(217, 119, 6, 0.04) 100%);
    border-radius: 12px;
    border-left: 4px solid #f59e0b;
    transition: all 0.3s ease;
}

.cp-list li:hover {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(217, 119, 6, 0.08) 100%);
    transform: translateX(8px);
    border-left-color: #b45309;
}

.cp-list li:last-child {
    margin-bottom: 0;
}

.cp-list-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
    color: #ffffff;
}

.cp-list-content {
    flex: 1;
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
}

.cp-list-content strong {
    color: #1e293b;
    font-weight: 600;
}

.cp-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.cp-link:hover {
    text-decoration: underline;
}

.cp-contact-card {
    background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
    border: 2px solid rgba(245, 158, 11, 0.2);
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
    .cp-title { font-size: 3rem; }
    .cp-section-title { font-size: 1.5rem; }
}

@media (max-width: 768px) {
    .cp-wrapper { padding-top: 60px; }
    .cp-header { padding: 3rem 1.5rem; }
    .cp-title { font-size: 2.5rem; }
    .cp-last-updated { font-size: 1rem; }
    .cp-main { padding: 2rem 1rem; }
    .cp-intro { padding: 2rem; margin-bottom: 2rem; }
    .cp-intro-text { font-size: 1rem; }
    .cp-card-header { padding: 1.5rem; flex-direction: column; align-items: flex-start; gap: 1rem; }
    .cp-section-num { width: 45px; height: 45px; font-size: 1.1rem; }
    .cp-section-title { font-size: 1.4rem; }
    .cp-card-body { padding: 1.5rem; }
    .cp-list li { padding: 1rem; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 576px) {
    .cp-title { font-size: 2rem; }
    .cp-intro { padding: 1.5rem; }
    .cp-card-header { padding: 1.25rem; }
    .cp-section-title { font-size: 1.25rem; }
    .cp-card-body { padding: 1.25rem; }
    .cp-section-intro { font-size: 0.95rem; }
    .cp-list-content { font-size: 0.95rem; }
}