:root {
--primary: #17a398;
--primary-dark: #148f85;
--primary-light: #1ab5a9;
--secondary: #20b2aa;
--secondary-light: #40c9c0;
--accent: #ff6b6b;
--accent-light: #ff8787;
--gold: #ffd700;
--success: #2ecc71;
--warning: #f39c12;
--danger: #e74c3c;
--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 {
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: var(--light);
color: var(--dark);
line-height: 1.6;
}
a, a:hover, a:focus, a:active, a:visited { text-decoration: none !important; }
.hero {
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/privatumas.png') center/cover no-repeat;
padding: 110px 0 60px;
text-align: center;
color: var(--white);
position: relative;
}
.hero-content { 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(10px);
backdrop-filter: blur(10px);
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 h1 { font-size: 38px; font-weight: 800; margin-bottom: 15px; color: var(--white); text-shadow: 0 3px 10px rgba(0,0,0,0.2); }
.hero p { font-size: 16px; opacity: 0.95; max-width: 600px; margin: 0 auto; }
.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);
}
.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;
}
.last-updated {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(23,163,152,0.08);
padding: 8px 16px;
border-radius: 50px;
color: var(--primary);
font-size: 13px;
font-weight: 500;
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 p { color: var(--medium); font-size: 14px; line-height: 1.6; margin-bottom: 12px; }
.policy-section p:last-child { margin-bottom: 0; }
.data-types {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 15px;
margin-top: 15px;
}
.data-types.three-cols { grid-template-columns: repeat(3, 1fr); }
.data-type-card {
background: rgba(23,163,152,0.03);
border-radius: 12px;
padding: 20px;
border: 1px solid var(--border-soft);
}
.data-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);
}
.data-type-card h4 { font-size: 15px; color: var(--dark); margin-bottom: 8px; font-weight: 600; }
.data-type-card p { color: var(--medium); font-size: 13px; line-height: 1.5; margin: 0; }
.policy-section ul { list-style: none; padding: 0; margin: 12px 0 0; }
.policy-section ul li {
display: flex;
align-items: baseline;
gap: 10px;
margin-bottom: 12px;
color: var(--medium);
font-size: 13px;
line-height: 1.6;
}
.policy-section ul li i {
color: var(--primary);
font-size: 15px;
flex-shrink: 0;
}
.policy-section ul li span { flex: 1; }
.policy-section ul li strong { color: var(--dark); font-weight: 600; }
.alert-box {
background: linear-gradient(135deg, rgba(23,163,152,0.08), rgba(23,163,152,0.03));
border-left: 4px solid var(--primary);
border-radius: 12px;
padding: 20px;
display: flex;
align-items: flex-start;
gap: 15px;
margin-top: 15px;
}
.alert-icon {
width: 40px; height: 40px;
background: var(--primary);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
color: var(--white);
font-size: 18px;
flex-shrink: 0;
}
.alert-content h4 { color: var(--primary); font-size: 16px; margin-bottom: 5px; font-weight: 600; }
.alert-content p { color: var(--medium); font-size: 13px; margin: 0; }
.contact-section .contact-info { margin-top: 15px; }
.contact-section .contact-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid var(--border-soft);
}
.contact-section .contact-item:last-child { border-bottom: none; }
.contact-section .contact-item i {
width: 35px; height: 35px;
background: linear-gradient(135deg, var(--primary), var(--secondary-light));
border-radius: 8px;
display: flex; align-items: center; justify-content: center;
color: var(--white);
font-size: 14px;
flex-shrink: 0;
}
.contact-section .contact-item span { color: var(--medium); font-size: 14px; }
.contact-section .contact-item a { color: var(--primary); font-weight: 500; }
.contact-section .contact-item a:hover { color: var(--primary-dark); }
.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 { padding: 100px 0 50px; }
.hero h1 { font-size: 28px; }
.hero p { font-size: 14px; }
.hero-icon { width: 60px; height: 60px; font-size: 28px; }
.policy-section { padding: 20px; }
.policy-section h2 { font-size: 18px; }
.data-types { grid-template-columns: 1fr 1fr; }
.data-types.three-cols { grid-template-columns: 1fr; }
.action-buttons { flex-direction: column; align-items: center; }
.btn, .btn-outline { width: 100%; max-width: 280px; justify-content: center; }
}
@media (max-width: 480px) {
.data-types { grid-template-columns: 1fr; }
}
html { scroll-behavior: smooth; }
