@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');

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

:root {
  --night: #0D1B2A;
  --amber: #F4A01C;
  --amber-dark: #C27D0C;
  --amber-light: #FDE9B5;
  --ice: #F5F7FA;
  --slate: #2A3F58;
  --text-light: #8A9BB5;
  --white: #FFFFFF;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--night); background: var(--white); line-height: 1.6; }

/* NAV */
.tt-nav { background: var(--night); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 68px; position: sticky; top: 0; z-index: 100; }
.tt-logo { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--white); letter-spacing: -0.5px; text-decoration: none; }
.tt-logo .accent { color: var(--amber); }
.tt-logo .muted  { color: rgba(255,255,255,0.3); }
.tt-nav-links { display: flex; gap: 36px; list-style: none; }
.tt-nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.tt-nav-links a:hover, .tt-nav-links a.active { color: var(--amber); }
.tt-nav-cta { background: var(--amber); color: var(--night); font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; border: none; padding: 10px 22px; border-radius: 6px; cursor: pointer; text-decoration: none; transition: background 0.2s; }
.tt-nav-cta:hover { background: #e0920f; }

/* PAGE HERO (subpages) */
.tt-page-hero { background: var(--night); padding: 64px 48px 56px; position: relative; overflow: hidden; }
.tt-page-hero::after { content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(244,160,28,0.06); }
.tt-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; }
.tt-page-hero h1 { font-family: 'Syne', sans-serif; font-size: 44px; font-weight: 800; color: var(--white); letter-spacing: -1px; line-height: 1.1; }
.tt-page-hero p { font-size: 17px; color: rgba(255,255,255,0.6); margin-top: 14px; max-width: 520px; line-height: 1.7; }

/* PERF DIVIDER */
.tt-perf-divider { height: 32px; display: flex; align-items: center; overflow: hidden; }
.tt-perf-inner { width: 100%; border-top: 2.5px dashed rgba(13,27,42,0.13); position: relative; }
.tt-perf-inner::before, .tt-perf-inner::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 50%; }
.tt-perf-inner::before { left: -11px; }
.tt-perf-inner::after  { right: -11px; }
.perf-ice  .tt-perf-inner { border-color: rgba(13,27,42,0.10); }
.perf-ice  .tt-perf-inner::before, .perf-ice  .tt-perf-inner::after { background: var(--ice);   border: 2px solid rgba(13,27,42,0.08); }
.perf-white .tt-perf-inner { border-color: rgba(13,27,42,0.10); }
.perf-white .tt-perf-inner::before, .perf-white .tt-perf-inner::after { background: var(--white); border: 2px solid rgba(13,27,42,0.08); }
.perf-night .tt-perf-inner { border-color: rgba(255,255,255,0.10); }
.perf-night .tt-perf-inner::before, .perf-night .tt-perf-inner::after { background: var(--night); border: 2px solid rgba(255,255,255,0.08); }

/* SECTION HELPERS */
.tt-section { padding: 72px 48px; }
.tt-section-ice { background: var(--ice); }
.tt-section-white { background: var(--white); }
.tt-section-night { background: var(--night); }
.tt-section-label { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--amber-dark); margin-bottom: 14px; }
.tt-section-night .tt-section-label { color: var(--amber); }
.tt-section-title { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 700; color: var(--night); letter-spacing: -0.8px; margin-bottom: 40px; }
.tt-section-night .tt-section-title { color: var(--white); }

/* FEATURE GRID (features page) */
.tt-feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.tt-feat-card { background: var(--white); border-radius: 14px; padding: 32px 28px; border: 1px solid rgba(13,27,42,0.07); display: flex; gap: 18px; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; }
.tt-feat-card:hover { box-shadow: 0 8px 32px rgba(13,27,42,0.09); transform: translateY(-2px); }
.tt-feat-icon { width: 48px; height: 48px; background: var(--amber-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.tt-feat-card h3 { font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700; color: var(--night); margin-bottom: 6px; }
.tt-feat-card p { font-size: 14px; color: var(--text-light); line-height: 1.65; }

/* FEATURE IMAGE (features page) */
.tt-feat-images { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
.tt-feat-img-wrap { border-radius: 12px; overflow: hidden; height: 380px; }
.tt-feat-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* REFERENZEN */
.tt-ref-grid-main { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.tt-ref-card { background: var(--white); border-radius: 14px; overflow: hidden; border: 1px solid rgba(13,27,42,0.07); transition: box-shadow 0.2s, transform 0.2s; }
.tt-ref-card:hover { box-shadow: 0 8px 32px rgba(13,27,42,0.1); transform: translateY(-3px); }
.tt-ref-img { height: 160px; background: var(--ice); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.tt-ref-img img { width: 100%; height: 100%; object-fit: cover; }
.tt-ref-body { padding: 20px 22px; }
.tt-ref-body h3 { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: var(--night); margin-bottom: 6px; }
.tt-ref-body a { font-size: 13px; color: var(--amber-dark); text-decoration: none; font-weight: 500; }
.tt-ref-body a:hover { text-decoration: underline; }
.tt-ref-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tt-ref-list-item { background: var(--white); border-radius: 10px; padding: 18px 20px; border: 1px solid rgba(13,27,42,0.07); }
.tt-ref-list-item h4 { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; color: var(--night); margin-bottom: 4px; }
.tt-ref-list-item a { font-size: 13px; color: var(--amber-dark); text-decoration: none; }
.tt-ref-list-item a:hover { text-decoration: underline; }

/* SERVICES */
.tt-services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.tt-service-list { display: flex; flex-direction: column; gap: 20px; }
.tt-service-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; background: var(--white); border-radius: 12px; border: 1px solid rgba(13,27,42,0.07); transition: box-shadow 0.2s; }
.tt-service-item:hover { box-shadow: 0 4px 20px rgba(13,27,42,0.07); }
.tt-service-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); margin-top: 6px; flex-shrink: 0; }
.tt-service-item p { font-size: 15px; color: var(--night); line-height: 1.6; }
.tt-service-img { border-radius: 14px; overflow: hidden; height: 440px; }
.tt-service-img img { width: 100%; height: 100%; object-fit: cover; }

/* KONTAKT */
.tt-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.tt-contact-card { background: var(--white); border-radius: 16px; padding: 40px; border: 1px solid rgba(13,27,42,0.08); }
.tt-contact-card h3 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; color: var(--night); margin-bottom: 28px; }
.tt-contact-row { display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start; }
.tt-contact-label { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--text-light); min-width: 90px; padding-top: 2px; }
.tt-contact-value { font-size: 15px; color: var(--night); font-weight: 500; }
.tt-contact-value a { color: var(--amber-dark); text-decoration: none; }
.tt-contact-value a:hover { text-decoration: underline; }
.tt-contact-note { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(13,27,42,0.07); font-size: 14px; color: var(--text-light); line-height: 1.65; }
.tt-contact-img { border-radius: 14px; overflow: hidden; height: 340px; }
.tt-contact-img img { width: 100%; height: 100%; object-fit: cover; }

/* NEWS SIDEBAR */
.tt-news-card { background: var(--slate); border-radius: 14px; padding: 32px; border: 1px solid rgba(255,255,255,0.06); max-width: 540px; }
.tt-news-date { font-size: 12px; color: var(--amber); font-weight: 600; letter-spacing: 1px; margin-bottom: 12px; }
.tt-news-card h3 { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 18px; }
.tt-news-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tt-tag { background: rgba(244,160,28,0.15); color: var(--amber); font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 20px; }

/* FOOTER */
.tt-footer { background: #06111C; padding: 36px 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.tt-footer-logo { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; color: rgba(255,255,255,0.45); text-decoration: none; }
.tt-footer-logo .accent { color: rgba(244,160,28,0.55); }
.tt-footer p { font-size: 13px; color: rgba(255,255,255,0.28); }
.tt-footer-nav { display: flex; gap: 28px; }
.tt-footer-nav a { font-size: 13px; color: rgba(255,255,255,0.32); text-decoration: none; transition: color 0.2s; }
.tt-footer-nav a:hover { color: rgba(255,255,255,0.65); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .tt-nav { padding: 0 24px; }
  .tt-nav-links { display: none; }
  .tt-page-hero { padding: 48px 24px 40px; }
  .tt-page-hero h1 { font-size: 32px; }
  .tt-section { padding: 48px 24px; }
  .tt-feat-grid, .tt-ref-grid-main, .tt-ref-list,
  .tt-services-grid, .tt-contact-grid { grid-template-columns: 1fr; }
  .tt-footer { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
}
