/* ═══════════════════════════════════════════════════════
   Vardea – Tjenester / Service Subpage Styles
   vardea-tjenester.css
   ═══════════════════════════════════════════════════════ */

.page-hero {
  padding: 160px 15% 80px;
  background: var(--sand);
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; bottom: 0; right: 0;
  width: 44%; padding-bottom: 44%;
  background-image: url('/img/varde.svg');
  background-size: contain; background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none; opacity: 0.14; z-index: 0;
}
.page-hero-inner { position: relative; z-index: 1; max-width: 700px; }
.breadcrumb { font-family: var(--font-head); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); margin-bottom: 24px; display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--text-faint); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb span { color: var(--text-faint); }
.page-hero h1 { font-family: var(--font-head); font-size: clamp(32px, 4vw, 52px); font-weight: 300; line-height: 1.15; letter-spacing: -0.025em; color: var(--text); margin-bottom: 24px; }
.page-hero h1 strong { font-weight: 700; color: var(--green); }
.page-hero-intro { font-size: 18px; font-weight: 300; color: var(--text-muted); line-height: 1.75; max-width: 600px; margin-bottom: 40px; }
.btn-primary { font-family: var(--font-head); font-size: 12px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; background: var(--green); color: var(--white); padding: 15px 32px; border-radius: var(--radius); border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); }

/* CONTENT */
.content-section { padding: 80px 15%; background: var(--white); }
.content-inner { max-width: 760px; }
.content-inner p { font-size: 16px; font-weight: 300; color: var(--text-muted); line-height: 1.85; margin-bottom: 24px; }
.content-inner p:last-child { margin-bottom: 0; }
.content-inner strong { font-weight: 600; color: var(--text); }

/* RELATED */
.related-section { padding: 80px 15%; background: var(--sand); }
.eyebrow { font-family: var(--font-head); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--green); }
h2.heading { font-family: var(--font-head); font-size: clamp(22px, 2.5vw, 32px); font-weight: 300; line-height: 1.2; letter-spacing: -0.02em; color: var(--text); margin-bottom: 40px; }
h2.heading strong { font-weight: 700; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
a.related-card { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 28px 24px; text-decoration: none; color: inherit; display: block; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; position: relative; overflow: hidden; }
a.related-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
a.related-card:hover { border-color: var(--border); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(43,43,43,0.07); }
a.related-card:hover::after { transform: scaleX(1); }
.rc-title { font-family: var(--font-head); font-size: 14px; font-weight: 600; margin-bottom: 8px; line-height: 1.3; }
.rc-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.55; margin-bottom: 16px; }
.rc-link { font-family: var(--font-head); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); }

/* CTA BAND */
.cta-band { background: var(--footer); padding: 72px 15%; color: var(--white); }
.cta-band-inner { max-width: 600px; }
.cta-band h2 { font-family: var(--font-head); font-size: clamp(22px, 2.5vw, 32px); font-weight: 300; letter-spacing: -0.02em; margin-bottom: 16px; color: var(--sand); }
.cta-band h2 strong { font-weight: 700; }
.cta-band p { font-size: 16px; font-weight: 300; color: rgba(239,234,227,0.7); line-height: 1.7; margin-bottom: 32px; }
.btn-sand { font-family: var(--font-head); font-size: 12px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; background: var(--sand); color: var(--footer); padding: 15px 32px; border-radius: var(--radius); border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s; }
.btn-sand:hover { background: var(--white); }

/* FOOTER */
footer { background: var(--footer); color: rgba(239,234,227,0.5); padding: 56px 56px 36px; }
.footer-inner { max-width: 1120px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 52px; }
.footer-logo img { height: 56px; width: auto; display: block; filter: invert(1) brightness(0.85); margin-bottom: 14px; }
.footer-tagline { font-size: 13px; font-weight: 300; max-width: 220px; line-height: 1.6; }
.footer-cols { display: flex; gap: 60px; }
.footer-col h4 { font-family: var(--font-head); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(239,234,227,0.9); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(239,234,227,0.5); text-decoration: none; font-size: 14px; font-weight: 300; transition: color 0.2s; }
.footer-col a:hover { color: var(--green-light); }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(239,234,227,0.1); display: flex; justify-content: space-between; font-size: 12px; font-weight: 300; flex-wrap: wrap; gap: 8px; }
