/*
Theme Name: Skillbrücke
Theme URI: https://skillbrucke.com
Author: Skillbrücke
Author URI: https://skillbrucke.com
Description: Premium Germany career and migration consultancy theme for Skillbrücke. Featuring Ausbildung programs, work abroad placement, visa assistance, German language training, and settlement support services.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skillbrucke
Tags: business, consultancy, education, migration, germany
*/

/* ─────────────────────────────────────────────
   SKILLBRÜCKE WORDPRESS THEME — MAIN STYLESHEET
   ───────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --black: #0a0a0a;
  --dark: #111318;
  --card: #16191f;
  --border: #2a2d35;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --gold-dim: rgba(201,168,76,0.15);
  --white: #f5f2eb;
  --muted: #8a8d96;
  --text: #d0ccc3;
  --radius: 12px;
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--black);
  color: var(--text);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  color: var(--white);
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ─── WP CORE RESET ─── */
.wp-block-image img { height: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
}

/* ─── NAVIGATION ─── */
nav, #site-navigation {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center;
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  width: 100%; display: flex; align-items: center; justify-content: space-between;
}
.logo {
  display: flex; align-items: center; gap: 10px;
}
.logo-icon {
  width: 38px; height: 38px;
  background: var(--gold);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; color: var(--white);
}
.logo-text span { color: var(--gold); }

.nav-links {
  display: flex; align-items: center; gap: 4px; list-style: none;
}
.nav-links a, .nav-links > li > a {
  padding: 8px 14px; font-size: 14px; font-weight: 500;
  color: var(--muted); border-radius: 8px; transition: all 0.2s;
}
.nav-links a:hover, .nav-links a.active,
.nav-links > li > a:hover, .current-menu-item > a { color: var(--white); background: var(--border); }

/* WP nav menu dropdowns */
.nav-links .sub-menu, .nav-links ul.sub-menu {
  display: none; position: absolute; top: calc(100% + 8px); left: 0;
  background: var(--dark); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 8px; min-width: 220px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5); list-style: none;
  z-index: 1001;
}
.nav-links li:hover > .sub-menu { display: block; }
.nav-links .sub-menu a { display: block; padding: 10px 14px; font-size: 14px; color: var(--muted); border-radius: 8px; transition: all 0.2s; }
.nav-links .sub-menu a:hover { background: var(--border); color: var(--white); }
.nav-links li.menu-item-has-children { position: relative; }
.nav-links li.menu-item-has-children > a::after { content: ' ▾'; font-size: 10px; }

.nav-cta, .menu-item-cta > a {
  background: var(--gold) !important; color: var(--black) !important;
  padding: 10px 22px !important; border-radius: 8px !important;
  font-weight: 600 !important; transition: all 0.2s !important;
}
.nav-cta:hover, .menu-item-cta > a:hover {
  background: var(--gold-light) !important; transform: translateY(-1px);
}

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 8px; background: none; border: none;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px; transition: all 0.3s;
}

/* Mobile nav */
.mobile-nav {
  display: none; flex-direction: column;
  position: fixed; inset: 0; z-index: 999;
  background: var(--dark); padding: 100px 32px 32px;
  gap: 8px; overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 14px 0; font-size: 18px; border-bottom: 1px solid var(--border); color: var(--text); }
.mobile-nav a.gold { color: var(--gold); font-weight: 600; }

/* ─── HERO ─── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding-top: var(--nav-h);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1467269204594-9661b134dd2b?w=1600&q=80');
  background-size: cover; background-position: center; filter: brightness(0.25);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.95) 0%, rgba(201,168,76,0.08) 100%);
}
.hero-content {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto; padding: 80px 32px;
  display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-dim); border: 1px solid rgba(201,168,76,0.3);
  padding: 8px 16px; border-radius: 100px; font-size: 13px; color: var(--gold); margin-bottom: 24px;
}
.hero h1 { font-size: clamp(40px, 5vw, 68px); font-weight: 900; line-height: 1.05; margin-bottom: 24px; }
.hero h1 .accent { color: var(--gold); }
.hero p { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 540px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ─── HERO FORM CARD ─── */
.hero-form-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 20px; padding: 36px; position: relative;
}
.hero-form-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 20px 20px 0 0;
}
.hero-form-card h3 { font-size: 22px; margin-bottom: 6px; }
.hero-form-card p { font-size: 14px; color: var(--muted); margin-bottom: 24px; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600;
  cursor: pointer; border: none; transition: all 0.25s; text-decoration: none;
}
.btn-gold { background: var(--gold); color: var(--black); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,0.35); }
.btn-outline { background: transparent; border: 1px solid var(--border); color: var(--white); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }

/* ─── FORM ELEMENTS ─── */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea,
input[type="text"], input[type="email"], input[type="tel"],
select, textarea {
  width: 100%; background: var(--dark); border: 1px solid var(--border);
  border-radius: 8px; padding: 12px 14px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--white);
  outline: none; transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--dark); }
.form-group textarea { resize: vertical; min-height: 90px; }

/* WP Forms / Contact Form 7 compatibility */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form select {
  width: 100%; background: var(--dark); border: 1px solid var(--border);
  border-radius: 8px; padding: 12px 14px; font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--white); outline: none; transition: border-color 0.2s;
  margin-bottom: 12px;
}
.wpcf7-form input[type="submit"] {
  background: var(--gold); color: var(--black); border: none;
  padding: 14px 28px; border-radius: 10px; font-size: 15px;
  font-weight: 600; cursor: pointer; transition: all 0.25s; width: 100%;
}
.wpcf7-form input[type="submit"]:hover { background: var(--gold-light); }

/* ─── SECTIONS ─── */
section { padding: 100px 0; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.section-label {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.section-title { font-size: clamp(32px, 4vw, 52px); margin-bottom: 16px; }
.section-subtitle { font-size: 17px; color: var(--muted); line-height: 1.7; max-width: 600px; margin-bottom: 60px; }

/* ─── STATS BAR ─── */
.stats-bar { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); }
.stat-item { background: var(--card); padding: 32px; text-align: center; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: var(--muted); }

/* ─── SERVICES GRID ─── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 16px; padding: 36px; transition: all 0.3s; position: relative; overflow: hidden; cursor: pointer;
}
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: linear-gradient(180deg, transparent, var(--gold-dim)); transition: height 0.3s; }
.service-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.service-card:hover::before { height: 100%; }
.service-icon { width: 56px; height: 56px; background: var(--gold-dim); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 20px; }
.service-card h3 { font-size: 20px; margin-bottom: 12px; }
.service-card p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.service-link { display: inline-flex; align-items: center; gap: 6px; color: var(--gold); font-size: 14px; font-weight: 500; margin-top: 20px; transition: gap 0.2s; }
.service-card:hover .service-link { gap: 10px; }

/* ─── PROCESS ─── */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 36px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)); }
.step { text-align: center; padding: 0 24px; position: relative; }
.step-num { width: 72px; height: 72px; background: var(--card); border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--gold); position: relative; z-index: 1; }
.step h4 { font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* ─── TESTIMONIALS ─── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.testi-stars { color: var(--gold); font-size: 16px; margin-bottom: 16px; }
.testi-text { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-dim); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.testi-name { font-size: 15px; font-weight: 600; color: var(--white); }
.testi-role { font-size: 13px; color: var(--muted); }

/* ─── BLOG ─── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: all 0.3s; }
.blog-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.blog-img { height: 200px; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-body { padding: 24px; }
.blog-tag { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.blog-body h3 { font-size: 18px; margin-bottom: 10px; line-height: 1.4; }
.blog-body p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.blog-meta { display: flex; gap: 16px; margin-top: 16px; font-size: 13px; color: var(--muted); }

/* WP Posts */
.post-thumbnail img { border-radius: 16px; width: 100%; }
.entry-title { font-size: clamp(28px,3vw,44px); margin-bottom: 16px; }
.entry-content { font-size: 16px; line-height: 1.8; color: var(--text); }
.entry-content h2 { font-size: 26px; margin: 36px 0 14px; }
.entry-content h3 { font-size: 20px; margin: 28px 0 10px; }
.entry-content p { margin-bottom: 18px; }
.entry-content ul, .entry-content ol { padding-left: 20px; margin-bottom: 18px; }
.entry-content li { margin-bottom: 8px; color: var(--muted); }
.entry-content a { color: var(--gold); }
.entry-content a:hover { color: var(--gold-light); }
.entry-meta { font-size: 13px; color: var(--muted); margin-bottom: 32px; }

/* ─── PAGE HERO ─── */
.page-hero { padding: 160px 0 80px; background: var(--dark); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.06), transparent 70%); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--gold); }

/* ─── CTA SECTION ─── */
.cta-section { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-inner { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: center; }

/* ─── FOOTER ─── */
footer, #colophon {
  background: var(--dark); border-top: 1px solid var(--border); padding: 80px 0 40px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-brand p { font-size: 15px; color: var(--muted); line-height: 1.7; margin: 16px 0 24px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn { width: 38px; height: 38px; background: var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: all 0.2s; }
.social-btn:hover { background: var(--gold); color: var(--black); }
.footer-col h4 { font-size: 15px; margin-bottom: 20px; color: var(--white); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 14px; color: var(--muted); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 13px; color: var(--muted); }

/* ─── MODAL ─── */
.modal-overlay { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.8); backdrop-filter: blur(8px); align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.active { display: flex; }
.modal-box { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 48px; width: 100%; max-width: 540px; position: relative; animation: modalIn 0.3s ease; }
@keyframes modalIn { from { opacity: 0; transform: scale(0.95) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.modal-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 20px 20px 0 0; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; background: var(--border); border: none; border-radius: 8px; font-size: 18px; color: var(--muted); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.modal-close:hover { background: var(--gold); color: var(--black); }
.modal-title { font-size: 26px; margin-bottom: 6px; }
.modal-subtitle { font-size: 14px; color: var(--muted); margin-bottom: 28px; }

/* ─── ABOUT PAGE ─── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: 20px; width: 100%; height: 480px; object-fit: cover; }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--gold); border-radius: 16px; padding: 20px 24px; color: var(--black); }
.about-badge .num { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 900; }
.about-badge .lbl { font-size: 12px; font-weight: 600; }
.value-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chip { background: var(--gold-dim); border: 1px solid rgba(201,168,76,0.25); border-radius: 100px; padding: 8px 16px; font-size: 13px; color: var(--gold); font-weight: 500; }

/* ─── TEAM ─── */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; text-align: center; transition: all 0.3s; }
.team-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.team-img { height: 220px; overflow: hidden; }
.team-img img { width: 100%; height: 100%; object-fit: cover; }
.team-info { padding: 20px; }
.team-info h4 { font-size: 17px; margin-bottom: 4px; }
.team-info p { font-size: 13px; color: var(--gold); }

/* ─── CONTACT ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; }
.contact-info h3 { font-size: 28px; margin-bottom: 16px; }
.contact-info p { color: var(--muted); line-height: 1.7; margin-bottom: 40px; }
.contact-item { display: flex; gap: 16px; margin-bottom: 28px; }
.contact-icon { width: 48px; height: 48px; min-width: 48px; background: var(--gold-dim); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.contact-item h4 { font-size: 15px; margin-bottom: 4px; }
.contact-item p { font-size: 14px; color: var(--muted); margin: 0; }
.contact-form-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 48px; position: relative; }
.contact-form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 20px 20px 0 0; }

/* ─── SUCCESS STORIES ─── */
.story-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; display: grid; grid-template-columns: 280px 1fr; margin-bottom: 32px; transition: all 0.3s; }
.story-card:hover { border-color: var(--gold); }
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-body { padding: 40px; }
.story-flag { font-size: 28px; margin-bottom: 16px; }
.story-body h3 { font-size: 24px; margin-bottom: 6px; }
.story-role { color: var(--gold); font-size: 14px; font-weight: 500; margin-bottom: 16px; display: block; }
.story-body p { color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.story-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag { background: var(--border); border-radius: 100px; padding: 5px 12px; font-size: 12px; color: var(--muted); }

/* ─── AUSBILDUNG ─── */
.ausbildung-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ausi-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; transition: all 0.3s; }
.ausi-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.ausi-icon { font-size: 40px; margin-bottom: 16px; }
.ausi-card h3 { font-size: 19px; margin-bottom: 10px; }
.ausi-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.ausi-duration { display: inline-flex; align-items: center; gap: 6px; background: var(--gold-dim); border-radius: 100px; padding: 6px 12px; font-size: 12px; color: var(--gold); margin-top: 16px; }

/* ─── FAQ ─── */
.faq-item { border-bottom: 1px solid var(--border); padding: 24px 0; }
.faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 17px; color: var(--white); font-weight: 500; font-family: 'Playfair Display', serif; }
.faq-icon { color: var(--gold); font-size: 20px; transition: transform 0.3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { font-size: 15px; color: var(--muted); line-height: 1.7; margin-top: 14px; display: none; }
.faq-item.open .faq-a { display: block; }

/* ─── VISA / WORK ABROAD ─── */
.visa-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.visa-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; transition: all 0.3s; }
.visa-card:hover { border-color: var(--gold); }
.visa-card h3 { font-size: 20px; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.visa-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.visa-card ul li { font-size: 14px; color: var(--muted); padding-left: 20px; position: relative; }
.visa-card ul li::before { content: '→'; position: absolute; left: 0; color: var(--gold); font-size: 12px; }

/* ─── LANGUAGE ─── */
.lang-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.level-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; text-align: center; transition: all 0.3s; }
.level-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.level-badge { display: inline-block; background: var(--gold); color: var(--black); font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 900; padding: 12px 20px; border-radius: 10px; margin-bottom: 16px; }
.level-card h3 { font-size: 18px; margin-bottom: 8px; }
.level-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.level-price { font-size: 22px; font-weight: 700; color: var(--gold); margin-top: 16px; }

/* ─── TERMS ─── */
.terms-content { max-width: 860px; }
.terms-section { margin-bottom: 48px; }
.terms-section h2 { font-size: 24px; margin-bottom: 16px; }
.terms-section p, .terms-section li { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 10px; }
.terms-section ul { padding-left: 20px; }

/* ─── UTILITY ─── */
.text-center { text-align: center; }
.text-center .section-subtitle { margin-left: auto; margin-right: auto; }
.gold { color: var(--gold); }
.mb-0 { margin-bottom: 0; }
.mt-40 { margin-top: 40px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.divider { border: none; border-top: 1px solid var(--border); margin: 60px 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; gap: 60px; }
  .hero-form-card { max-width: 540px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .story-card { grid-template-columns: 1fr; }
  .story-img { height: 240px; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  section { padding: 70px 0; }
  .services-grid, .blog-grid, .testimonials-grid,
  .ausbildung-grid, .visa-grid, .lang-levels { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .process-steps::before { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .grid-2 { grid-template-columns: 1fr; }
}
