/* Brand tokens - Dark Mode */
:root {
	--brand: #1fb6db;
	--brand-bright: #37d4f5;
	--brand-ink: #024b62;
	--ink: #e2f1f8;
	--ink-soft: #c2e0ed;
	--muted: #8fa3ab;
	--bg: #0a1419;
	--bg-soft: #0f1c23;
	--card: #152329;
	--card-hover: #1a282f;
	--border: #253038;
	--border-soft: #1e2a32;
	--ok: #34d399;
	--warn: #fbbf24;
	--ring: rgba(31, 182, 219, 0.25);
}

/* Base */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

html, body {
	margin: 0;
	padding: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
}

a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Header */
.site-header {
	position: sticky;
	top: 0;
	background: rgba(10,20,25,0.9);
	backdrop-filter: saturate(140%) blur(8px);
	border-bottom: 1px solid var(--border);
	z-index: 100;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { height: 36px; width: auto; }
.logo.small { height: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; color: var(--ink); font-size: 20px; letter-spacing: 0.01em; text-decoration: none; }
.brand:hover { text-decoration: none; }
.nav a { margin-left: 20px; color: var(--ink); font-weight: 600; }
.nav .btn.small { margin-left: 24px; }

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	border: 1px solid var(--border);
	font-weight: 700;
	color: var(--brand);
	background: var(--card);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn.small { padding: 8px 14px; font-size: 14px; }
.btn.primary { background: linear-gradient(135deg, var(--brand), var(--brand-bright)); color: #0a1419; border-color: var(--brand); box-shadow: 0 6px 14px rgba(31,182,219,0.3), inset 0 1px 0 rgba(255,255,255,0.2); }
.btn.primary:hover { filter: brightness(1.1); }
.btn.outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn:hover { filter: brightness(1.1); text-decoration: none; }

/* Hero */
.hero { padding: 80px 0 64px; background: radial-gradient(1200px 600px at 20% -10%, rgba(31,182,219,0.05) 10%, transparent 60%); }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-copy h1 { font-size: 39px; line-height: 1.15; margin: 0 0 20px; letter-spacing: -0.02em; background: linear-gradient(135deg, var(--brand), var(--brand-bright)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-lead { font-size: 20px; color: var(--muted); margin: 0 0 32px; line-height: 1.4; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 0 32px; }
.stat { text-align: center; }
.stat .number { display: block; font-size: 24px; font-weight: 900; color: var(--brand); }
.stat .label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }
.cta-group { display: flex; gap: 16px; flex-wrap: wrap; }

/* Phone-like UI */
.hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.server-panel {
	width: 320px;
	height: 675px;
	border-radius: 16px;
	background: #072531;
	border: 1px solid #0b3442;
	box-shadow: inset 0 0 0 1px rgba(3,116,148,0.2), 0 10px 30px rgba(2,75,98,0.25);
	color: #c2ebf7;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	padding: 12px;
}
.server-header { display: flex; align-items: center; justify-content: space-between; font-weight: 800; color: #7bd3ea; margin-bottom: 12px; }
.server-header > div:first-child { display: flex; align-items: center; gap: 8px; }
.db-icon { filter: saturate(0.9); }
.live-indicator { font-size: 10px; color: #10b981; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
.server-queue { list-style: none; margin: 0; padding: 0; height: calc(100% - 36px); overflow: hidden; display: grid; grid-auto-rows: min-content; gap: 8px; }
.server-item { background: #0a2f3d; border: 1px solid #104455; border-radius: 10px; padding: 10px 12px; box-shadow: 0 1px 0 rgba(0,0,0,0.25); opacity: 0; transform: translateY(8px); animation: in 400ms ease forwards; }
.server-item .row { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; color: #9fdaf0; }
.server-item .row .left { display: inline-flex; align-items: center; gap: 6px; }
.server-item .row strong { color: #e6fbff; }
.server-item .meta { font-size: 11px; color: #75b8c9; margin-top: 6px; }
.server-item.processing { border-color: #f59e0b55; box-shadow: 0 0 0 2px rgba(245,158,11,0.15); }
.server-item.verified { border-color: #10b98155; box-shadow: 0 0 0 2px rgba(16,185,129,0.15); }

/* LED indicator */
.server-item .led { width: 8px; height: 8px; border-radius: 999px; background: #f59e0b; box-shadow: 0 0 0 0 rgba(245,158,11,0.6); animation: blink 1.2s ease-in-out infinite; }
.server-item.verified .led { background: #10b981; box-shadow: 0 0 0 0 rgba(16,185,129,0.5); animation: none; }

@keyframes blink { 0% { box-shadow: 0 0 0 0 rgba(245,158,11,0.6); } 70% { box-shadow: 0 0 0 6px rgba(245,158,11,0); } 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0); } }

/* Pipeline layout */
.pipeline { display: grid; grid-template-columns: 1fr; gap: 8px; height: calc(100% - 28px); grid-template-rows: repeat(3, 1fr); }
.pipeline .col { background: #072a38; border: 1px solid #0f3a49; border-radius: 10px; padding: 8px; display: grid; grid-template-rows: auto 1fr; gap: 6px; min-height: 0; }
.pipeline h4 { margin: 0 0 4px; font-size: 12px; font-weight: 800; color: #9bdcf0; letter-spacing: 0.04em; text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 999px; background: #037494; color: #fff; font-size: 10px; font-weight: 900; }
.col-desc { margin: 0 0 8px; font-size: 10px; color: #75b8c9; line-height: 1.3; }
.server-feed, .server-analysis { list-style: none; margin: 0; padding: 0; display: grid; grid-auto-rows: min-content; gap: 6px; overflow: auto; }
.feed-item, .analysis-item { background: #093341; border: 1px solid #134e5f; border-radius: 8px; padding: 8px 10px; font-size: 12px; color: #cdeff9; opacity: 0; transform: translateY(6px); animation: in 300ms ease forwards; }
.clusters { display: grid; grid-template-columns: 1fr; gap: 6px; overflow: auto; }
.cluster { background: #093341; border: 1px solid #134e5f; border-radius: 8px; padding: 8px; display: grid; gap: 6px; opacity: 0; transform: translateY(6px); animation: in 400ms ease forwards; }
.cluster .head { display: flex; justify-content: space-between; align-items: center; font-weight: 800; color: #d1f7ff; margin-bottom: 4px; }
.cluster .topic { font-size: 10px; color: #7bd3ea; margin-bottom: 6px; font-weight: 600; }
.cluster .members { display: grid; gap: 3px; }
.member { font-size: 10px; color: #9fdaf0; padding: 2px 6px; background: rgba(13,52,65,0.6); border-radius: 4px; border-left: 2px solid var(--brand); }
.cluster.ready { border-color: #f59e0b55; box-shadow: 0 0 0 1px rgba(245,158,11,0.2); }
.cluster.ready .head { color: #fbbf24; }
.cluster.analyzing { border-color: #10b98155; box-shadow: 0 0 0 1px rgba(16,185,129,0.2); }
.cluster.analyzing .head { color: #34d399; }

/* Modern scrollbars */
.server-panel .server-feed::-webkit-scrollbar,
.server-panel .server-analysis::-webkit-scrollbar,
.server-panel .clusters::-webkit-scrollbar { width: 8px; height: 8px; }
.server-panel .server-feed::-webkit-scrollbar-thumb,
.server-panel .server-analysis::-webkit-scrollbar-thumb,
.server-panel .clusters::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #0fb3d4, #037494); border-radius: 8px; border: 2px solid rgba(7,37,49,0.7); }
.server-panel .server-feed::-webkit-scrollbar-track,
.server-panel .server-analysis::-webkit-scrollbar-track,
.server-panel .clusters::-webkit-scrollbar-track { background: transparent; }
.server-panel .server-feed:hover::-webkit-scrollbar-thumb,
.server-panel .server-analysis:hover::-webkit-scrollbar-thumb,
.server-panel .clusters:hover::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #11c8ec, #0695b9); }

.server-panel .server-feed,
.server-panel .server-analysis,
.server-panel .clusters { scrollbar-width: thin; scrollbar-color: #0fb3d4 transparent; }

.server-panel .server-feed,
.server-panel .server-analysis,
.server-panel .clusters { mask-image: linear-gradient(to bottom, transparent, #000 12px, #000 calc(100% - 12px), transparent); -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12px, #000 calc(100% - 12px), transparent); }

.phone-frame {
	width: 320px;
	height: 640px;
	border-radius: 42px;
	background-color: #222;
	border: 5px solid #000;
	box-shadow: 
		0 0 0 1px rgba(255,255,255,0.1),
		0 25px 50px rgba(0,0,0,0.5), 
		0 12px 24px rgba(0,0,0,0.4),
		inset 0 1px 0 rgba(255,255,255,0.15),
		inset 0 -1px 0 rgba(0,0,0,0.3);
	padding: 32px 9px 19px 9px;
	position: relative;
	margin: 0 auto;
}

/* iPhone-like details */
.phone-frame::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 28px;
	background: #000;
	border-radius: 18px;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
	z-index: 10;
}

.phone-frame::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 134px;
	height: 5px;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
}

.phone-screen {
	width: 100%;
	height: 100%;
	border-radius: 32px;
	overflow: hidden;
	background: #000;
	position: relative;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

.app-screenshot {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

@keyframes in { to { opacity: 1; transform: translateY(0); } }

/* Sections */
.process { padding: 72px 0; background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }
.process h2, .how-it-works h2, .download h2, .why-verilumia h2 { font-size: 36px; margin: 0 0 16px; text-align: center; color: var(--ink); }
.section-intro { color: var(--muted); margin: 0 0 48px; text-align: center; font-size: 18px; }
.grid.six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 24px; box-shadow: 0 4px 8px rgba(0,0,0,0.15); transition: all 0.2s ease; }
.card h3 { margin: 0 0 12px; font-size: 18px; color: var(--ink); }
.card p { margin: 0; color: var(--muted); line-height: 1.5; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,0.25), 0 8px 16px rgba(0,0,0,0.15); background: var(--card-hover); }

/* Process cards */
.process-card { text-align: center; }
.process-icon { width: 20px; height: 20px; margin: 0 auto 12px; color: var(--brand); }
.process-icon svg { width: 100%; height: 100%; }
.process-card h3 { color: var(--brand); }

.how-it-works { padding: 8px 0 56px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; padding-left: 0; }
.steps li { list-style: none; background: var(--card); border: 1px solid #e6eef2; border-radius: 14px; padding: 18px; position: relative; }
.steps li h3 { margin: 0 0 6px; font-size: 18px; }
.steps li p { margin: 0; color: var(--muted); }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; top: -10px; left: -10px; width: 32px; height: 32px; border-radius: 999px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 800; box-shadow: 0 6px 16px rgba(3,116,148,0.3); }

.download { padding: 72px 0 50px; background: linear-gradient(135deg, var(--bg-soft), rgba(31,182,219,0.03)); border-top: 1px solid var(--border); }
.download-inner { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.download .cta-group { justify-content: center; }
.download-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 45px; }
.dl-stat { text-align: center; font-size: 14px; color: var(--muted); }
.dl-stat strong { display: block; font-size: 16px; font-weight: 800; color: var(--brand); margin-bottom: 2px; }
.store-image { height: 48px; width: auto; }
.store-icon { width: 20px; height: 20px; color: var(--brand); }
.store-icon svg { width: 100%; height: 100%; }
.store-label { font-size: 12px; color: var(--muted); }
.store-name { font-size: 16px; font-weight: 700; color: var(--ink); }
.dl-mark { height: 80px; opacity: 0.9; }

/* Privacy Page */
.privacy-hero { padding: 80px 0 80px; background: linear-gradient(135deg, var(--bg-soft), rgba(31,182,219,0.03)); }
.privacy-hero h1 { font-size: 48px; margin: 0 0 20px; color: var(--ink); }
.privacy-intro { font-size: 20px; color: var(--muted); margin: 0 0 24px; line-height: 1.4; }
.privacy-meta { display: flex; gap: 24px; font-size: 14px; color: var(--muted); }

.privacy-content { padding: 80px 0; }
.privacy-grid { display: grid; grid-template-columns: 250px 1fr; gap: 48px; }

.privacy-nav { position: sticky; top: 100px; align-self: start; }
.privacy-nav h3 { margin: 0 0 16px; color: var(--ink); font-size: 18px; }
.privacy-nav ul { list-style: none; margin: 0; padding: 0; }
.privacy-nav li { margin: 0 0 8px; }
.privacy-nav a { color: var(--muted); text-decoration: none; padding: 8px 12px; border-radius: 8px; display: block; transition: all 0.2s ease; }
.privacy-nav a:hover { background: var(--card); color: var(--brand); }

.privacy-article { max-width: none; }
.privacy-section { margin: 0 0 48px; }
.privacy-section h2 { font-size: 32px; margin: 0 0 20px; color: var(--ink); }
.privacy-section h3 { font-size: 20px; margin: 32px 0 16px; color: var(--ink-soft); }
.privacy-section h4 { font-size: 16px; margin: 16px 0 8px; color: var(--brand); font-weight: 700; }
.privacy-section p { margin: 0 0 16px; color: var(--muted); line-height: 1.6; }
.privacy-section ul { margin: 0 0 16px; padding-left: 20px; }
.privacy-section li { margin: 0 0 8px; color: var(--muted); line-height: 1.6; }

.usage-grid, .rights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 24px 0; }
.usage-item, .right-item { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.usage-item h4, .right-item h4 { margin: 0 0 8px; color: var(--brand); }
.usage-item p, .right-item p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 24px 0; }
.contact-item { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.contact-item h4 { margin: 0 0 8px; color: var(--brand); }
.contact-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

/* Footer */
.site-footer { padding: 24px 0; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto auto; gap: 20px; align-items: center; }
.site-footer .brand { display: inline-flex; gap: 12px; align-items: center; font-weight: 900; color: var(--ink); font-size: 20px; margin-top: -5px; text-decoration: none; }
.footer-nav a { margin-left: 16px; color: var(--muted); font-weight: 600; }
.footer-social { display: flex; gap: 16px; justify-content: center; align-items: center; }
.footer-social a { color: var(--muted); font-size: 18px; transition: color 0.2s ease; text-decoration: none; }
.footer-social a:hover { color: var(--brand); }
.footer-stores { display: flex; gap: 12px; }
.footer-store { padding: 4px 8px; margin-right: 0; }
.store-image.small { height: 28px; }
.legal { margin: 0; text-align: right; color: var(--muted); }

/* Cookie Consent Banner */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--card);
	border-top: 2px solid var(--brand);
	box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
	padding: 16px;
	z-index: 1000;
	transform: translateY(100%);
	animation: slideUp 0.5s ease-out forwards;
	display: none;
}

.cookie-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.cookie-text {
	flex: 1;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.4;
}

.cookie-buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.cookie-btn {
	padding: 8px 16px;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.cookie-btn.accept {
	background: var(--brand);
	color: #0a1419;
}

.cookie-btn.accept:hover {
	background: var(--brand-bright);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(31,182,219,0.3);
}

.cookie-btn.decline {
	background: transparent;
	color: var(--muted);
	border: 1px solid var(--border);
}

.cookie-btn.decline:hover {
	background: var(--card-hover);
	color: var(--ink);
}

.cookie-link {
	color: var(--brand);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.cookie-link:hover {
	color: var(--brand-bright);
	text-decoration: underline;
}

@keyframes slideUp {
	from { transform: translateY(100%); }
	to { transform: translateY(0); }
}

/* Mobile cookie banner */
@media (max-width: 768px) {
	.cookie-content {
		flex-direction: column;
		text-align: center;
		gap: 16px;
	}

	.cookie-buttons {
		flex-direction: column;
		width: 100%;
	}

	.cookie-btn {
		width: 100%;
		padding: 12px;
	}

	.cookie-link {
		margin-top: 8px;
	}
}

/* Responsive */
@media (max-width: 960px) {
	.hero-inner { grid-template-columns: 1fr; }
	.hero-copy { text-align: center; }
	.hero-visual { grid-template-columns: 1fr; }
	.phone-frame { margin-top: 8px; }
	.hero-stats { grid-template-columns: repeat(3, 1fr); gap: 16px; }
	.grid.six { grid-template-columns: repeat(2, 1fr); }
	.steps { grid-template-columns: repeat(2, 1fr); }
	.download-inner { grid-template-columns: 1fr; text-align: center; }
	.download-stats { grid-template-columns: repeat(3, 1fr); }
	.legal { text-align: left; }
	
	/* Privacy responsive */
	.privacy-grid { grid-template-columns: 1fr; gap: 24px; }
	.privacy-nav { position: relative; top: auto; }
	.usage-grid, .rights-grid { grid-template-columns: 1fr; }

	/* Hide privacy sidebar on mobile */
	.privacy-nav { display: none; }
	.contact-info { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.header-inner { height: 56px; }
	.nav a { display: none; }
	.nav .btn.small { display: inline-flex; }
	
	/* Fix title text overflow */
	.hero-copy h1 {
		font-size: 32px;
		line-height: 1.2;
		word-break: break-word;
		hyphens: none;
	}
	.hero { padding: 60px 0 40px; }
	.hero-stats { grid-template-columns: 1fr; gap: 16px; }
	.stat { 
		display: flex; 
		flex-direction: column; 
		text-align: center; 
		gap: 4px;
		padding: 12px;
		background: rgba(31,182,219,0.05);
		border-radius: 12px;
		border: 1px solid rgba(31,182,219,0.1);
	}
	
	/* Smaller verification engine on mobile */
	.hero-visual { grid-template-columns: 1fr; gap: 12px; }
	.server-panel { 
		width: 100%; 
		max-width: 280px; 
		height: 400px; 
		margin: 0 auto;
	}
	.pipeline { grid-template-rows: repeat(3, minmax(80px, 1fr)); }
	.pipeline .col { padding: 6px; }
	.pipeline h4 { font-size: 10px; margin-bottom: 2px; }
	.col-desc { font-size: 9px; margin-bottom: 4px; }
	.feed-item, .analysis-item { padding: 6px 8px; font-size: 10px; }
	.cluster { padding: 6px; }
	.cluster .topic { font-size: 9px; }
	.member { font-size: 9px; padding: 1px 4px; }
	
	.phone-frame { width: 100%; max-width: 280px; height: 560px; margin: 16px auto 0; }
	.phone-frame::before { width: 80px; height: 18px; top: 6px; }
	.phone-screen { height: 100%; }
	.app-screenshot { object-fit: cover; }
	
	.grid.six { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	
	/* Center download section on mobile */
	.download { padding: 48px 0 32px; }
	.download-inner { 
		grid-template-columns: 1fr; 
		text-align: center; 
		gap: 16px;
	}
	.download-stats { grid-template-columns: 1fr; gap: 8px; margin-bottom: 16px; }
	.cta-group { justify-content: center; flex-direction: column; align-items: center; margin-bottom: 16px; }
	.dl-mark { margin: 0 auto; height: 60px; }
	
	/* Fix footer on mobile */
	.site-footer { padding: 32px 0; }
	.footer-inner { 
		grid-template-columns: 1fr; 
		gap: 16px; 
		text-align: center; 
	}
	.site-footer .brand { justify-content: center; }
	.footer-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
	.footer-nav a { margin: 0; }
	.footer-social { justify-content: center; gap: 16px; margin: 16px 0; }
	.footer-social a { font-size: 20px; }
	.footer-stores { justify-content: center; }
	.legal { text-align: center; margin-top: 8px; }
	
	/* Privacy mobile */
	.privacy-hero h1 { font-size: 36px; }
	.privacy-hero { padding: 60px 0 60px; }
	.privacy-content { padding: 60px 0; }
}


