.digital-card-wrapper {
	max-width: 420px;
	margin: 40px auto;
	padding: 30px 20px;
	text-align: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.profile-img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}

.name-title {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	color: #222;
}

.company-title {
	font-size: 15px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 25px;
}

.btn-save {
	display: inline-block;
	box-sizing: border-box;
	background: #1a73e8;
	color: #fff;
	border: none;
	padding: 14px 25px;
	border-radius: 30px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	width: 85%;
	margin-bottom: 30px;
	transition: background .3s;
	box-shadow: 0 4px 10px rgba(26, 115, 232, 0.3);
}

.btn-save:hover {
	background: #1557b0;
	color: #fff;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}

.social-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f1f3f4;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.2s, background .3s;
}

.social-circle svg {
	width: 24px;
	height: 24px;
	fill: #444;
}

.social-circle:hover {
	background: #e8eaed;
	transform: scale(1.1);
}

.info-list {
	text-align: left;
	margin-bottom: 30px;
	padding: 0 10px;
}

.info-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #f1f3f4;
	text-decoration: none;
	color: #444;
	font-size: 15px;
}

.info-item:last-child {
	border-bottom: none;
}

.info-item svg {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	fill: #1a73e8;
	flex-shrink: 0;
}

.iban-box {
	background: #f8f9fa;
	border: 1px dashed #ccc;
	padding: 20px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.iban-label {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

.iban-text {
	font-family: monospace;
	font-size: 15px;
	color: #222;
	word-break: break-all;
	font-weight: bold;
}

.btn-copy {
	background: #34a853;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	transition: .3s;
	box-shadow: 0 2px 8px rgba(52, 168, 83, 0.3);
}

.btn-copy:hover {
	background: #2b8c46;
}
:root {
  --bg: #0b1020;
  --bg2: #11172b;
  --card: rgba(255,255,255,0.06);
  --card-border: rgba(255,255,255,0.12);
  --text: #f5f7fb;
  --muted: #b8c0d4;
  --primary: #5b7cff;
  --secondary: #8b5cf6;
  --accent: #00d4ff;
  --success: #25D366;
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
  --radius: 22px;
}

body {
  background: linear-gradient(180deg, #0b1020 0%, #11172b 100%);
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  letter-spacing: -0.02em;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.site-section {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 90px 0;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 16px;
  font-weight: 800;
}

.section-desc {
  max-width: 760px;
  font-size: 1.05rem;
  margin-bottom: 40px;
}

.glass-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.35s ease;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  box-shadow: 0 12px 30px rgba(91,124,255,0.35);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 40px rgba(91,124,255,0.45);
}

.btn-secondary {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.1);
}

.gradient-text {
  background: linear-gradient(135deg, #ffffff, #b6c3ff, #83e7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.site-header-pro {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(11, 16, 32, 0.7);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Scroll bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  width: 0%;
  z-index: 9999;
}

/* Responsive */
@media (max-width: 768px) {
  .site-section {
    padding: 70px 0;
  }
}
header, .site-header, .main-header {
  background: rgba(11,16,32,0.72) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

header a, .site-header a, .main-header a {
  color: #fff !important;
  transition: all .3s ease;
}

header a:hover, .site-header a:hover, .main-header a:hover {
  color: #8ab4ff !important;
}