:root {
--primary: #17a398;
--primary-dark: #148f85;
--primary-light: #1ab5a9;
--secondary: #20b2aa;
--secondary-light: #40c9c0;
--accent: #40c9c0;
--dark: #1a1a2e;
--medium: #666666;
--light: #f0f7f7;
--white: #ffffff;
--border-soft: #d0e8e8;
--shadow-sm: 0 2px 4px rgba(32,178,170,0.08);
--shadow-md: 0 4px 12px rgba(32,178,170,0.12);
--shadow-lg: 0 8px 24px rgba(32,178,170,0.16);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body { background-color: var(--light); margin: 0; padding: 0; min-height: 100vh; }
main { background-color: var(--light); min-height: 100vh; }
.hero-section {
background: linear-gradient(135deg, rgba(23,163,152,0.95) 0%, rgba(32,178,170,0.9) 50%, rgba(64,201,192,0.85) 100%),
url('/assets/images/computersbackground.jpg') center/cover;
padding: 100px 0 50px;
text-align: center;
color: var(--white);
position: relative;
overflow: hidden;
min-height: 200px;
display: flex;
align-items: center;
}
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.1); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; padding: 0 20px; }
.hero-icon {
width: 70px; height: 70px;
background: rgba(255,255,255,0.15);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
margin: 0 auto 20px;
font-size: 32px;
color: var(--white);
border: 2px solid rgba(255,255,255,0.25);
}
.hero-title { font-size: 32px; font-weight: 800; margin-bottom: 12px; color: var(--white); text-shadow: 0 3px 10px rgba(0,0,0,0.2); }
.hero-subtitle { font-size: 15px; opacity: 0.95; max-width: 600px; margin: 0 auto; line-height: 1.5; }
.main-content { max-width: 1000px; margin: -30px auto 0; padding: 0 20px 30px; position: relative; z-index: 10; }
.policy-section {
background: var(--white);
border-radius: 16px;
padding: 25px 30px;
box-shadow: var(--shadow-md);
margin-bottom: 15px;
border: 1px solid var(--border-soft);
position: relative;
opacity: 1;
transform: none;
}
.section-icon {
width: 50px; height: 50px;
background: linear-gradient(135deg, rgba(23,163,152,0.1), rgba(64,201,192,0.05));
border-radius: 12px;
display: flex; align-items: center; justify-content: center;
color: var(--primary);
font-size: 24px;
margin-bottom: 15px;
}
.policy-section h2 {
font-size: 20px;
color: var(--primary);
font-weight: 700;
margin-bottom: 12px;
display: flex; align-items: center; gap: 12px;
}
.policy-section h2 .number {
width: 30px; height: 30px;
background: linear-gradient(135deg, var(--primary), var(--secondary-light));
color: var(--white);
border-radius: 50%;
display: inline-flex; align-items: center; justify-content: center;
font-size: 14px;
font-weight: 600;
flex-shrink: 0;
}
.policy-section h3 { font-size: 16px; color: var(--dark); font-weight: 600; margin: 18px 0 10px; text-align: center; }
.policy-section p { color: var(--medium); font-size: 14px; line-height: 1.6; margin-bottom: 12px; }
.text-link { color: var(--primary); font-weight: 500; transition: var(--transition); text-decoration: none; }
.text-link:hover { color: var(--secondary); text-decoration: underline; }
.policy-section ul { list-style: none; padding: 0; margin: 12px 0; }
.policy-section ul li {
padding-left: 28px;
margin-bottom: 10px;
color: var(--medium);
font-size: 13px;
line-height: 1.5;
position: relative;
}
.policy-section ul li::before {
content: '\f058';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
position: absolute;
left: 0;
top: 0;
color: var(--secondary);
font-size: 13px;
line-height: 1.5;
}
.policy-section ul li strong {
color: var(--dark);
font-weight: 600;
}
.last-updated {
background: rgba(23,163,152,0.05);
border: 1px solid var(--border-soft);
border-radius: 50px;
padding: 6px 14px;
display: inline-flex; align-items: center; gap: 6px;
color: var(--primary);
font-size: 12px;
font-weight: 500;
margin-bottom: 15px;
}
.last-updated i { font-size: 12px; }
.cookie-types { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px; margin: 15px 0; }
.cookie-type-card {
background: rgba(23,163,152,0.03);
border-radius: 12px;
padding: 20px;
border: 1px solid var(--border-soft);
opacity: 1;
transform: none;
}
.cookie-type-icon {
width: 45px; height: 45px;
background: linear-gradient(135deg, var(--primary), var(--secondary-light));
border-radius: 10px;
display: flex; align-items: center; justify-content: center;
margin-bottom: 12px;
font-size: 20px;
color: var(--white);
}
.cookie-type-card h4 { font-size: 15px; color: var(--dark); margin-bottom: 8px; font-weight: 600; }
.cookie-type-card p { color: var(--medium); font-size: 12px; line-height: 1.5; margin: 0; }
.browser-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 15px 0; }
.browser-link {
background: rgba(23,163,152,0.03);
border-radius: 10px;
padding: 12px 15px;
display: flex; align-items: center; gap: 10px;
transition: var(--transition);
border: 1px solid var(--border-soft);
text-decoration: none;
}
.browser-link:hover { background: linear-gradient(135deg, var(--primary), var(--secondary-light)); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.browser-link i { font-size: 18px; color: var(--primary); transition: var(--transition); }
.browser-link:hover i { color: var(--white); }
.browser-link span { color: var(--dark); font-weight: 500; font-size: 13px; transition: var(--transition); }
.browser-link:hover span { color: var(--white); }
.action-buttons { display: flex; gap: 15px; justify-content: center; margin-top: 25px; flex-wrap: wrap; }
.btn {
background: linear-gradient(135deg, var(--primary), var(--secondary-light));
color: var(--white);
padding: 12px 28px;
border-radius: 50px;
font-weight: 600;
font-size: 14px;
transition: var(--transition);
display: inline-flex; align-items: center; gap: 8px;
text-transform: uppercase;
letter-spacing: 0.5px;
border: none;
cursor: pointer;
box-shadow: var(--shadow-md);
text-decoration: none;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--white); }
@media (max-width: 768px) {
.hero-section { padding: 90px 0 40px; min-height: 180px; }
.hero-title { font-size: 26px; }
.hero-subtitle { font-size: 14px; }
.hero-icon { width: 60px; height: 60px; font-size: 28px; }
.policy-section { padding: 20px; }
.policy-section h2 { font-size: 18px; }
.cookie-types { grid-template-columns: 1fr 1fr; }
.browser-links { grid-template-columns: 1fr 1fr; }
.action-buttons { flex-direction: column; align-items: center; }
.btn, .btn-outline { width: 100%; max-width: 280px; justify-content: center; }
}
@media (max-width: 480px) {
.cookie-types { grid-template-columns: 1fr; }
.browser-links { grid-template-columns: 1fr; }
}
html { scroll-behavior: smooth; }
