/* SwissUnited – Shared Stylesheet (Updated Design) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

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

:root {
  --red: #c8102e;
  --red-dark: #a00e25;
  --dark: #111827;
  --gray: #f5f7fa;
  --gray-mid: #e2e8f0;
  --text: #1e293b;
  --text-light: #64748b;
  --white: #fff;
  --max: 1200px;
  --radius: 6px;
  --shadow: 0 2px 16px rgba(0,0,0,0.08);
}

body { font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif; color: var(--text); line-height: 1.6; background: var(--white); }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
header { background: var(--white); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--gray-mid); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 32px; display: flex; align-items: center; height: 72px; gap: 4px; }

.logo { display: flex; align-items: center; gap: 10px; margin-right: 40px; flex-shrink: 0; }
.logo-text { font-size: 20px; font-weight: 700; color: var(--dark); letter-spacing: -0.3px; }
.logo-text span { color: var(--red); }

nav { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-item { position: relative; }
.nav-item > a { display: flex; align-items: center; gap: 5px; padding: 8px 14px; font-size: 14px; font-weight: 600; color: var(--text); border-radius: var(--radius); transition: color .2s, background .2s; white-space: nowrap; }
.nav-item > a:hover, .nav-item > a.active { color: var(--red); background: var(--gray); }
.nav-item > a .caret { font-size: 9px; opacity: .6; }

.dropdown { display: none; position: absolute; top: calc(100% + 4px); left: 0; background: var(--white); border: 1px solid var(--gray-mid); border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); min-width: 190px; padding: 6px 0; z-index: 999; }
.nav-item:hover .dropdown { display: block; }
.dropdown a { display: block; padding: 9px 18px; font-size: 14px; color: var(--text); transition: background .12s, color .12s; }
.dropdown a:hover { background: var(--gray); color: var(--red); }

.btn-nav-cta { margin-left: auto; background: var(--red) !important; color: var(--white) !important; padding: 10px 22px !important; border-radius: var(--radius) !important; font-weight: 700 !important; transition: background .2s !important; white-space: nowrap; }
.btn-nav-cta:hover { background: var(--red-dark) !important; }

/* ── PAGE HERO (subpages) ── */
.page-hero { position: relative; background-color: #0f1923; color: var(--white); padding: 32px; overflow: hidden; min-height: 440px; display: flex; align-items: center; }
.page-hero-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=90&auto=format&fit=crop'); background-size: cover; background-position: center; opacity: 0.4; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,15,25,0.95) 0%, rgba(10,15,25,0.75) 55%, rgba(10,15,25,0.4) 100%); }
.page-hero-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; width: 100%; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,0.55); transition: color .2s; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { color: var(--red); }
.page-hero h1 { font-size: clamp(30px, 4.5vw, 54px); font-weight: 800; line-height: 1.15; margin-bottom: 18px; }
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.72); max-width: 580px; line-height: 1.7; }

/* ── SECTION UTILS ── */
section { padding: 80px 32px; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.s-label { font-size: 12px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.s-title { font-size: clamp(24px, 3.5vw, 40px); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 14px; }
.s-sub { font-size: 16px; color: var(--text-light); max-width: 580px; line-height: 1.7; margin-bottom: 48px; }
.bg-gray { background: var(--gray); }
.bg-dark { background: var(--dark); color: var(--white); }
.bg-dark .s-title { color: var(--white); }
.bg-dark .s-sub { color: rgba(255,255,255,0.6); }

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.service-card { background: var(--white); border: 1px solid var(--gray-mid); border-radius: 10px; padding: 28px 24px; transition: box-shadow .2s, transform .2s, border-color .2s; }
.service-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); transform: translateY(-3px); border-color: var(--red); }
.sc-icon { width: 48px; height: 48px; background: rgba(200,16,46,0.09); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--red); border: none; }
.sc-icon svg { width: 22px; height: 22px; stroke: var(--red); }
.service-card h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.service-card p { font-size: 13px; color: var(--text-light); line-height: 1.65; }
.service-card a.more { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--red); }
.service-card a.more:hover { text-decoration: underline; }

/* ── TWO COL ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 768px) { .two-col { grid-template-columns: 1fr; gap: 36px; } }
.img-placeholder { background: linear-gradient(135deg, #1a1a2e, #2d2d4e); border-radius: 14px; height: 360px; display: flex; align-items: center; justify-content: center; font-size: 72px; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--text); }
.feature-list li::before { content: '✓'; color: var(--white); background: var(--red); border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; flex-shrink: 0; margin-top: 2px; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: var(--white); padding: 13px 28px; border-radius: var(--radius); font-weight: 700; font-size: 15px; transition: background .2s, transform .15s; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--red); border: 2px solid var(--red); padding: 11px 26px; border-radius: var(--radius); font-weight: 700; font-size: 15px; transition: background .2s, color .2s; }
.btn-outline:hover { background: var(--red); color: var(--white); }

/* ── PROCESS STEPS ── */
.process-steps { display: flex; gap: 0; flex-wrap: wrap; }
.ps { flex: 1; min-width: 120px; text-align: center; padding: 0 16px; position: relative; }
.ps:not(:last-child)::after { content: ''; position: absolute; top: 30px; right: 0; height: 2px; width: 50%; background: var(--gray-mid); }
.ps-num { width: 60px; height: 60px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; margin: 0 auto 16px; position: relative; z-index: 1; }
.ps h4 { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.ps p { font-size: 12px; color: var(--text-light); line-height: 1.5; }

/* ── STATS BAR ── */
.stats-bar { background: var(--white); border-bottom: 1px solid var(--gray-mid); }
.stats-inner { max-width: var(--max); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 28px 24px; border-right: 1px solid var(--gray-mid); display: flex; align-items: center; gap: 16px; }
.stat-item:last-child { border-right: none; }
.stat-icon { width: 44px; height: 44px; background: rgba(200,16,46,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; }
.stat-num { font-size: 26px; font-weight: 800; color: var(--dark); line-height: 1.1; }
.stat-label { font-size: 12px; color: var(--text-light); margin-top: 2px; }

/* ── TESTIMONIAL ── */
.testimonial { background: var(--red); border-radius: 14px; padding: 52px 48px; max-width: 820px; margin: 0 auto; text-align: center; position: relative; }
.testimonial::before { content: '\201C'; position: absolute; top: 16px; left: 36px; font-size: 120px; line-height: 1; color: rgba(255,255,255,0.15); font-family: Georgia, serif; }
.testimonial blockquote { font-size: 20px; font-weight: 600; color: var(--white); line-height: 1.6; margin-bottom: 20px; }
.testimonial cite { font-size: 14px; color: rgba(255,255,255,0.7); }

/* ── VALUES GRID ── */
.values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.value-card { display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,0.05); border-radius: 10px; padding: 24px; }
.value-icon { flex-shrink: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(200,16,46,0.22); border-radius: 10px; color: #ff6b82; }
.value-icon svg { width: 22px; height: 22px; stroke: #ff6b82; }
.value-card h4 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 5px; }
.value-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* ── TIMELINE ── */
.timeline { position: relative; padding-left: 40px; max-width: 700px; }
.timeline::before { content: ''; position: absolute; left: 14px; top: 0; bottom: 0; width: 3px; background: var(--gray-mid); border-radius: 2px; }
.timeline-item { position: relative; margin-bottom: 44px; }
.timeline-dot { position: absolute; left: -33px; top: 5px; width: 18px; height: 18px; background: var(--red); border-radius: 50%; border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--red); }
.timeline-year { font-size: 12px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.timeline-item h4 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.timeline-item p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* ── FAQ ── */
.faq-list { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--gray-mid); }
details.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; font-size: 16px; font-weight: 600; color: var(--dark); gap: 12px; }
details.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { width: 28px; height: 28px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: transform .2s; }
details[open] .faq-icon { transform: rotate(45deg); }
.faq-body { padding: 0 0 20px; font-size: 15px; color: var(--text-light); line-height: 1.7; }

/* ── ARTICLE GRID ── */
/* ── ARTIKEL / MAGAZIN ── */
.mag-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }

.mag-card {
  background: var(--white);
  border: 1px solid #e8edf2;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.mag-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.1); transform: translateY(-3px); }

.mag-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.mag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.mag-card:hover .mag-img img { transform: scale(1.04); }

.mag-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
  z-index: 2;
  letter-spacing: 0.2px;
}

.mag-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mag-date { font-size: 12px; color: var(--text-light); margin-bottom: 8px; }
.mag-card h3 { font-size: 16px; font-weight: 700; color: var(--dark); line-height: 1.4; margin-bottom: 10px; }
.mag-card p { font-size: 13px; color: var(--text-light); line-height: 1.65; margin-bottom: 0; flex: 1; }
.mag-read {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  margin-top: 16px;
}
.mag-read svg { width: 14px; height: 14px; transition: transform .2s; }
.mag-card:hover .mag-read svg { transform: translateX(3px); }

/* ── CTA BANNER ── */
.cta-banner { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: var(--white); border-radius: 14px; padding: 60px 48px; text-align: center; }
.cta-banner h2 { font-size: clamp(22px, 3vw, 36px); font-weight: 800; margin-bottom: 14px; }
.cta-banner p { font-size: 16px; opacity: .82; margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
.btn-white { display: inline-block; background: var(--white); color: var(--red); padding: 13px 32px; border-radius: var(--radius); font-weight: 700; font-size: 15px; transition: transform .15s, box-shadow .2s; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
.ci h3 { font-size: 22px; font-weight: 700; color: var(--dark); margin-bottom: 24px; }
.ci-row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.ci-icon { flex-shrink: 0; margin-top: 2px; color: var(--red); }
.ci-icon svg { width: 20px; height: 20px; }
.ci-row p { font-size: 14px; color: var(--text-light); line-height: 1.6; }
.ci-row strong { display: block; color: var(--dark); font-weight: 700; margin-bottom: 2px; }
.contact-form { background: var(--white); border: 1px solid var(--gray-mid); border-radius: 12px; padding: 36px; box-shadow: var(--shadow); }
.contact-form h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 12px; border: 1.5px solid var(--gray-mid); border-radius: var(--radius); font-size: 14px; font-family: inherit; color: var(--text); outline: none; transition: border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--red); }
.form-group textarea { resize: vertical; min-height: 90px; }
.btn-submit { display: block; width: 100%; background: var(--red); color: var(--white); padding: 13px; border: none; border-radius: var(--radius); font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .2s; text-align: center; }
.btn-submit:hover { background: var(--red-dark); }

/* ── NEWSLETTER ── */
.nl-box { background: var(--dark); border-radius: 14px; padding: 44px 48px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.nl-box .nl-text { flex: 1; min-width: 240px; }
.nl-box h3 { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.nl-box p { font-size: 14px; color: rgba(255,255,255,0.55); }
.nl-form { display: flex; gap: 10px; flex: 1; min-width: 280px; }
.nl-form input { flex: 1; padding: 12px 16px; border-radius: var(--radius); border: none; font-size: 14px; }
.nl-form button { background: var(--red); color: var(--white); border: none; padding: 12px 22px; border-radius: var(--radius); font-weight: 700; cursor: pointer; font-size: 14px; transition: background .2s; white-space: nowrap; }
.nl-form button:hover { background: var(--red-dark); }

/* ── JOB CARD ── */
.job-card { background: var(--white); border: 1px solid var(--gray-mid); border-radius: 10px; padding: 28px 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: box-shadow .2s, transform .2s; flex-wrap: wrap; }
.job-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.job-card h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.job-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.job-tag { background: var(--gray); color: var(--text-light); padding: 4px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.job-tag.red { background: rgba(200,16,46,0.1); color: var(--red); }

/* ── FOOTER ── */
footer { background: #0d0d0d; color: #aaa; padding: 64px 32px 0; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand p { font-size: 13px; color: #666; line-height: 1.7; margin: 14px 0 18px; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 34px; height: 34px; background: #1e1e1e; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #777; font-weight: 700; transition: background .2s, color .2s; }
.social-links a:hover { background: var(--red); color: var(--white); }
.footer-col h4 { font-size: 12px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 13px; color: #666; transition: color .2s; }
.footer-col ul li a:hover { color: var(--red); }
.footer-bottom { max-width: var(--max); margin: 0 auto; border-top: 1px solid #1e1e1e; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: #444; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: #444; transition: color .2s; }
.footer-bottom-links a:hover { color: var(--red); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { flex-wrap: wrap; }
  .ps { min-width: 140px; }
}
@media (max-width: 600px) {
  section { padding: 56px 20px; }
  .page-hero { padding: 64px 20px 56px; }
  .nav-inner { padding: 0 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .nl-box { padding: 32px 24px; }
  .testimonial { padding: 36px 24px; }
  .cta-banner { padding: 40px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--gray-mid); }
}

/* ── MOBILE NAV ── */
.nav-toggle { display: none; }
.nav-burger { display: none; }
.nav-mobile-cta { display: none; }

@media (max-width: 768px) {
  .nav-burger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    margin-left: auto; width: 42px; height: 42px; padding: 9px;
    cursor: pointer; border-radius: 8px;
  }
  .nav-burger span { display: block; width: 100%; height: 2px; background: var(--dark); border-radius: 2px; }
  header nav {
    display: none;
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-top: 1px solid var(--gray-mid);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12); padding: 8px 0; z-index: 1000;
  }
  .nav-toggle:checked ~ nav { display: flex; }
  header nav .nav-item { width: 100%; position: static; }
  header nav .nav-item > a { padding: 14px 24px; font-size: 15px; }
  header nav .nav-item > a .caret { display: none; }
  header nav .dropdown { display: none !important; }
  .btn-nav-cta { display: none !important; }
  .nav-mobile-cta { display: block; border-top: 1px solid var(--gray-mid); margin-top: 6px; }
  .nav-mobile-cta > a { color: var(--red) !important; font-weight: 700; }
}
