/* Gubernos — gedeelde stijlen voor marketing site */
/* Automatisch geëxtraheerd uit: index, av, privacy, case_1, care */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root { --charcoal: #1A202C; --charcoal2: #2D3748; --teal: #0F766E; --teal2: #0D6B63; --slate: #334155; --white: #FFFFFF; --gray-light: #F3F4F6; --gray-mid: #E5E7EB; --text: #1F2937; --muted: #6B7280; --border: #D1D5DB; --card: #FFFFFF; }

html { scroll-behavior: smooth; }

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--white); color: var(--text); line-height: 1.65; font-size: 16px; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 16px 5%; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }

.logo { display: flex; align-items: center; text-decoration: none; }

.logo-text { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.5px; }

.logo-guber { color: var(--charcoal); }

.logo-nos { color: var(--teal); }

nav ul { list-style: none; display: flex; gap: 28px; }

nav ul a { color: var(--muted); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color .2s; }

nav ul a:hover { color: var(--charcoal); }

.nav-cta { background: var(--teal); color: #fff; padding: 9px 20px; border-radius: 6px; font-size: 0.875rem; font-weight: 600; text-decoration: none; transition: background .2s; }

.nav-cta:hover { background: var(--teal2); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }

.hamburger span { display: block; width: 22px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all .25s; }

.mobile-menu { display: none; position: fixed; top: 61px; left: 0; right: 0; z-index: 99; background: var(--white); border-bottom: 1px solid var(--border); padding: 16px 5%; flex-direction: column; gap: 0; }

.mobile-menu.open { display: flex; }

.mobile-menu a { color: var(--muted); text-decoration: none; font-size: .95rem; font-weight: 500; padding: 12px 0; border-bottom: 1px solid var(--gray-mid); }

.mobile-menu a:last-child { border-bottom: none; }

.mobile-menu a:hover { color: var(--teal); }

.hero-inner { max-width: 720px; margin: 0 auto; }

.hero-badge { display: inline-block; background: #E6F4F3; border: 1px solid #A7D4D0; color: var(--teal); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 28px; }

h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.15; letter-spacing: -1.2px; margin-bottom: 20px; color: var(--charcoal); }

h1 em { font-style: normal; color: var(--teal); }

.hero-sub { font-size: clamp(1rem, 2vw, 1.15rem); color: var(--muted); max-width: 560px; margin: 0 auto 40px; line-height: 1.7; }

.btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn-primary { background: var(--teal); color: #fff; padding: 13px 26px; border-radius: 6px; font-weight: 700; font-size: .93rem; text-decoration: none; transition: background .2s, transform .15s; }

.btn-primary:hover { background: var(--teal2); transform: translateY(-1px); }

.btn-secondary { background: transparent; color: var(--charcoal); padding: 13px 26px; border-radius: 6px; font-weight: 600; font-size: .93rem; text-decoration: none; border: 1px solid var(--border); transition: border-color .2s, color .2s; }

.btn-secondary:hover { border-color: var(--teal); color: var(--teal); }

section { padding: 96px 5%; }

.section-label { text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }

h2 { text-align: center; font-size: clamp(1.55rem, 3.2vw, 2.2rem); font-weight: 800; letter-spacing: -0.6px; margin-bottom: 16px; color: var(--charcoal); }

.voorna-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 820px; margin: 0 auto; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }

.voorna-col { padding: 36px 32px; }

.voorna-col.voor { background: var(--gray-light); border-right: 1px solid var(--border); }

.voorna-col.na { background: var(--white); }

.voorna-header { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }

.voorna-label { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 4px; }

.na .voorna-label { background: #E6F4F3; color: var(--teal); }

.voorna-col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }

.voorna-col ul li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; line-height: 1.55; }

.voor ul li { color: var(--muted); }

.na ul li { color: var(--slate); font-weight: 500; }

.voorna-icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }

.pain-icon { width: 36px; height: 36px; margin-bottom: 14px; background: #E6F4F3; border-radius: 8px; display: flex; align-items: center; justify-content: center; }

.pain-icon svg { width: 18px; height: 18px; color: var(--teal); }

.pain-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 6px; color: var(--charcoal); }

.pain-card p { font-size: .875rem; color: var(--muted); line-height: 1.65; }

footer { padding: 28px 5%; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: var(--muted); background: var(--white); }

footer a { color: var(--muted); text-decoration: none; }

footer a:hover { color: var(--charcoal); text-decoration: underline; }

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

.hero-anim { opacity: 0; animation: heroIn .7s cubic-bezier(.22,.61,.36,1) forwards; }

.hero-anim.d1 { animation-delay: .05s; }

.hero-anim.d2 { animation-delay: .18s; }

.hero-anim.d3 { animation-delay: .31s; }

.hero-anim.d4 { animation-delay: .44s; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--teal), #5EEAD4); z-index: 200; transition: width .1s linear; }

nav.scrolled { padding: 10px 5%; box-shadow: 0 2px 20px rgba(16,24,40,.06); }

.pain-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(16,24,40,.07); border-color: var(--teal); }

:root { --charcoal: #1A202C; --charcoal2: #2D3748; --teal: #0F766E; --teal2: #0D6B63; --slate: #334155; --white: #FFFFFF; --gray-light: #F3F4F6; --gray-mid: #E5E7EB; --text: #1F2937; --muted: #6B7280; --border: #D1D5DB; }

