/* ============================================================
   EU-METALLE — styles.css
   Designed by SeeYou247.de
   ============================================================ */

/* --- @font-face: Playfair Display (lokal) --- */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-700i-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-700i-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- @font-face: Inter Variable (lokal, alle Gewichte 100–900) --- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   RESET & VARIABLEN
   ============================================================ */

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

:root {
  --clr-bg:         #0E0E0E;
  --clr-bg2:        #161616;
  --clr-bg3:        #1E1E1E;
  --clr-green:      #8DC63F;
  --clr-green-dark: #1A2A0A;
  --clr-green-hover:#74B52E;
  --clr-text:       #EEEEEE;
  --clr-muted:      #888888;
  --clr-border:     #2A2A2A;
  --font-display:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-body:      'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

ul, ol {
  list-style: none;
}

/* ============================================================
   LAYOUT
   ============================================================ */

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 90px 0;
}

.section--dark {
  background: var(--clr-bg2);
}

.section--darker {
  background: var(--clr-bg);
}

.section-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clr-green);
  display: block;
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--clr-text);
  margin-bottom: 48px;
}

/* ============================================================
   SCROLL FADE-IN
   ============================================================ */

.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in:nth-child(2) { transition-delay: 0.08s; }
.fade-in:nth-child(3) { transition-delay: 0.16s; }
.fade-in:nth-child(4) { transition-delay: 0.24s; }
.fade-in:nth-child(5) { transition-delay: 0.32s; }
.fade-in:nth-child(6) { transition-delay: 0.40s; }

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: #0E0E0E;
  border-bottom: 1px solid var(--clr-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--clr-text);
  position: relative;
  padding-bottom: 4px;
}

.nav-logo span {
  color: var(--clr-green);
}

.nav-logo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--clr-green);
}

/* Logo als Bild (Header-Variante) */
.nav-logo--img {
  padding-bottom: 0;
  line-height: 0;
}

.nav-logo--img::after {
  display: none;
}

.nav-logo--img img {
  height: 56px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clr-muted);
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--clr-green);
  transition: width 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--clr-text);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-cta {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--clr-green);
  color: #0E0E0E !important;
  padding: 10px 20px;
  transition: background 0.2s !important;
}

.nav-cta::after {
  display: none !important;
}

.nav-cta:hover {
  background: var(--clr-green-hover) !important;
  color: #0E0E0E !important;
}

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 910;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--clr-text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
  background-color: var(--clr-bg);
  background-image: radial-gradient(circle, #232323 1px, transparent 1px);
  background-size: 28px 28px;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: var(--clr-bg2);
  clip-path: polygon(0 100%, 100% 40%, 100% 100%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 860px;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clr-green);
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: var(--clr-green);
  flex-shrink: 0;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(52px, 9vw, 90px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--clr-text);
}

.hero h1 .highlight {
  color: var(--clr-green);
}

.hero-sub {
  font-size: 18px;
  color: var(--clr-muted);
  line-height: 1.7;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 28px;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--clr-green);
  color: #0B0B0B;
}

.btn--primary:hover {
  background: var(--clr-green-hover);
}

.btn--outline {
  background: transparent;
  color: var(--clr-text);
  border: 1.5px solid var(--clr-border);
}

.btn--outline:hover {
  border-color: var(--clr-green);
  color: var(--clr-green);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--clr-border);
  padding-top: 36px;
  margin-top: 8px;
}

.hero-stat {
  flex: 1;
  min-width: 140px;
  padding-right: 32px;
}

.hero-stat:not(:last-child) {
  border-right: 1px solid var(--clr-border);
  margin-right: 32px;
}

.hero-stat-value {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--clr-green);
  line-height: 1;
  margin-bottom: 6px;
}

.hero-stat-label {
  font-size: 12px;
  color: var(--clr-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ============================================================
   LEISTUNGEN
   ============================================================ */

.services {
  background: var(--clr-bg2);
  padding: 90px 0 70px;
}

.services-header {
  margin-bottom: 60px;
}

.service-list {
  display: flex;
  flex-direction: column;
}

.service-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 48px;
  padding: 40px 0;
  border-bottom: 1px solid var(--clr-border);
  align-items: start;
  transition: background 0.2s;
}

.service-item:first-child {
  border-top: 1px solid var(--clr-border);
}

.service-item:hover .service-num {
  color: rgba(141, 198, 63, 0.35);
}

.service-num {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  color: var(--clr-border);
  line-height: 1;
  letter-spacing: -0.03em;
  transition: color 0.3s;
  padding-top: 6px;
  position: relative;
}

.service-num::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--clr-green);
  transition: width 0.3s ease;
}

.service-item:hover .service-num::after {
  width: 36px;
}

.service-body h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--clr-text);
  line-height: 1.2;
  margin-bottom: 12px;
  padding-top: 6px;
}

.service-body p {
  font-size: 16px;
  color: var(--clr-muted);
  line-height: 1.65;
  max-width: 520px;
}

/* ============================================================
   MARQUEE TICKER
   ============================================================ */

.marquee-wrap {
  background: var(--clr-bg);
  border-top: 1px solid var(--clr-border);
  border-bottom: 1px solid var(--clr-border);
  overflow: hidden;
  padding: 18px 0;
}

.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clr-green);
  padding: 0 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 40px;
}

.marquee-item::after {
  content: '·';
  font-size: 20px;
  color: var(--clr-border);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   ÜBER UNS
   ============================================================ */

.about {
  background: var(--clr-bg);
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  min-height: 500px;
}

.about-content {
  padding: 90px 64px 90px 24px;
}

/* Auf breiten Bildschirmen: linken Rand am Container ausrichten */
@media (min-width: 1148px) {
  .about-content {
    padding-left: calc((100vw - 1100px) / 2);
  }
}

.about-content p {
  font-size: 17px;
  color: var(--clr-muted);
  line-height: 1.75;
  margin-bottom: 20px;
}

.about-content p strong {
  color: var(--clr-text);
  font-weight: 600;
}

.about-content .section-title {
  margin-bottom: 28px;
}

.about-panel {
  background: var(--clr-green-dark);
  border-left: 1px solid rgba(141, 198, 63, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 48px;
  gap: 40px;
}

.about-panel-text {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--clr-text);
}

.about-panel-text em {
  color: var(--clr-green);
  font-style: normal;
}

.about-logo {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0.92;
}

/* ============================================================
   KONTAKT
   ============================================================ */

.contact {
  background: var(--clr-bg2);
  padding: 90px 0;
}

.contact-intro {
  max-width: 520px;
  margin-bottom: 60px;
}

.contact-intro p {
  font-size: 17px;
  color: var(--clr-muted);
  line-height: 1.7;
  margin-top: 16px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 40px;
}

.contact-card {
  background: var(--clr-bg3);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: background 0.25s;
}

.contact-card:hover {
  background: #252525;
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  color: var(--clr-green);
}

.contact-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clr-muted);
}

.contact-card-value {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  color: var(--clr-text);
  line-height: 1.2;
  word-break: break-word;
}

.contact-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-green);
  transition: gap 0.2s;
  margin-top: auto;
}

.contact-card-link:hover {
  gap: 14px;
}

.contact-card-link svg {
  width: 16px;
  height: 16px;
}

.contact-address {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid var(--clr-border);
  color: var(--clr-muted);
  font-size: 14px;
  line-height: 1.8;
}

.contact-address strong {
  color: var(--clr-text);
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #080808;
  border-top: 1px solid var(--clr-border);
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--clr-border);
}

.footer-brand .nav-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-brand p {
  font-size: 14px;
  color: var(--clr-muted);
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 280px;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-contact-info a {
  font-size: 14px;
  color: var(--clr-muted);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-info a:hover {
  color: var(--clr-green);
}

.footer-col h4 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clr-text);
  margin-bottom: 20px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col ul a {
  font-size: 14px;
  color: var(--clr-muted);
  transition: color 0.2s;
}

.footer-col ul a:hover {
  color: var(--clr-green);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
}

.footer-copy {
  font-size: 13px;
  color: #444;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
}

.footer-legal-links a {
  font-size: 13px;
  color: #444;
  transition: color 0.2s;
}

.footer-legal-links a:hover {
  color: var(--clr-muted);
}

.footer-credit-bar {
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #111;
}

.footer-credit-bar p {
  font-size: 12px;
  color: #444;
  letter-spacing: 0.02em;
}

.footer-credit-bar a {
  color: #555;
  transition: color 0.2s;
  font-weight: 600;
}

.footer-credit-bar a:hover {
  color: var(--clr-muted);
}

/* ============================================================
   FLOATING PHONE BUTTON
   ============================================================ */

.phone-float {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 58px;
  height: 58px;
  background: var(--clr-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s;
  box-shadow: 0 4px 20px rgba(141, 198, 63, 0.35);
}

.phone-float.visible {
  opacity: 1;
  transform: scale(1);
}

.phone-float:hover {
  background: var(--clr-green-hover);
  transform: scale(1.08) !important;
}

.phone-float::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(141, 198, 63, 0.5);
  animation: pulse-ring 2.2s ease-out infinite;
}

.phone-float svg {
  width: 26px;
  height: 26px;
  color: #0B0B0B;
  position: relative;
  z-index: 1;
}

@keyframes pulse-ring {
  0%   { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(2); opacity: 0; }
}

/* ============================================================
   COOKIE BANNER
   ============================================================ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1A1A1A;
  border-top: 1px solid var(--clr-border);
  border-left: 4px solid var(--clr-green);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  z-index: 2000;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-banner p {
  font-size: 14px;
  color: var(--clr-muted);
  line-height: 1.6;
  flex: 1;
  min-width: 200px;
}

.cookie-banner a {
  color: var(--clr-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.btn--cookie-accept {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--clr-green);
  color: #0B0B0B;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.btn--cookie-accept:hover {
  background: var(--clr-green-hover);
}

.btn--cookie-decline {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  color: var(--clr-muted);
  padding: 10px 20px;
  border: 1px solid var(--clr-border);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.btn--cookie-decline:hover {
  border-color: var(--clr-muted);
  color: var(--clr-text);
}

/* ============================================================
   IMPRESSUM / DATENSCHUTZ SEITEN
   ============================================================ */

.page-hero {
  background: var(--clr-bg2);
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--clr-border);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--clr-text);
  margin-top: 12px;
}

.page-content {
  padding: 70px 0 90px;
  background: var(--clr-bg);
}

.prose {
  max-width: 740px;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--clr-text);
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 48px;
  border-top: 1px solid var(--clr-border);
}

.prose h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.prose h3 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--clr-text);
  margin-top: 28px;
  margin-bottom: 10px;
}

.prose p {
  font-size: 16px;
  color: var(--clr-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.prose a {
  color: var(--clr-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose strong {
  color: var(--clr-text);
  font-weight: 600;
}

.prose ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

.prose ul li {
  font-size: 16px;
  color: var(--clr-muted);
  line-height: 1.7;
  margin-bottom: 6px;
}

.prose address {
  font-style: normal;
  font-size: 16px;
  color: var(--clr-muted);
  line-height: 2;
  background: var(--clr-bg2);
  border-left: 3px solid var(--clr-green);
  padding: 20px 24px;
  margin-bottom: 24px;
}

/* ============================================================
   RESPONSIVE — TABLET (768px+)
   ============================================================ */

@media (min-width: 768px) {
  .nav-toggle {
    display: none !important;
  }

  .nav-links {
    display: flex !important;
  }
}

/* ============================================================
   RESPONSIVE — MOBILE (max 767px)
   ============================================================ */

@media (max-width: 767px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--clr-bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    z-index: 905;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    font-size: 22px;
    letter-spacing: 0.04em;
  }

  .nav-cta {
    font-size: 16px !important;
    padding: 14px 28px !important;
  }

  /* Hero */
  .hero {
    padding: 90px 0 100px;
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 64px);
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 24px;
  }

  .hero-stat {
    border-right: none !important;
    margin-right: 0 !important;
    padding-right: 0;
    border-bottom: 1px solid var(--clr-border);
    padding-bottom: 24px;
  }

  .hero-stat:last-child {
    border-bottom: none;
  }

  /* Services */
  .service-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 32px 0;
  }

  .service-num {
    font-size: 40px;
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-content {
    padding: 60px 0 40px;
  }

  .about-panel {
    padding: 48px 32px;
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Cookie + float button */
  .phone-float {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px;
  }

  .cookie-actions {
    width: 100%;
  }

  .btn--cookie-accept,
  .btn--cookie-decline {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
}
