/* Simplified VRUK Website Styles - Light & Clean */

@font-face {
  font-family: "TT Hoves Pro";
  src: url(../fonts/ce784b6cbf9e08d713dd.woff2) format("woff2"), url(../fonts/10da2f176c76bcfee390.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url(../fonts/8daa91c7a86635a9ba9e.woff2) format("woff2"), url(../fonts/a93417f46ac8c635fc04.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url(../fonts/15f15e0fe166a61aa589.woff2) format("woff2"), url(../fonts/1dba1c0c84485c2470c3.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url(../fonts/405e3edeb8804fa2b8e9.woff2) format("woff2"), url(../fonts/7dbea3a237c8e2634c7c.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

/* Header */
header {
  background: #000;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 40px;
  width: auto;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 14px;
}

.header-contact a {
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: background 0.3s;
}

.header-contact a:hover {
  background: rgba(255,255,255,0.1);
}

.menu-button {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-button span {
  width: 25px;
  height: 2px;
  background: #fff;
}

/* Main Content */
main {
  min-height: calc(100vh - 200px);
}

section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #045B71 0%, #034a5a 100%);
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.hero-image {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image img {
  width: 100%;
  height: auto;
}

/* Section Titles */
.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #045B71;
}

.section-small-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  margin-bottom: 10px;
}

.section-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

/* Cards */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.card {
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-icon {
  margin-bottom: 15px;
}

.card-icon img {
  width: 30px;
  height: 30px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #045B71;
}

.card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Footer */
footer {
  background: #f5f5f5;
  padding: 60px 20px 30px;
  margin-top: 80px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-logo svg {
  width: 200px;
  height: auto;
}

.footer-title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: #666;
}

.footer-contact p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.footer-nav {
  list-style: none;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #045B71;
}

.copyright-text {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #666;
}

/* Cookie Consent Banner - Simplified */
#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 10000;
  padding: 15px 20px;
  font-family: "TT Hoves Pro", sans-serif;
  border-top: 2px solid #045B71;
}

.cookie-consent-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-consent-text {
  flex: 1;
  min-width: 300px;
}

.cookie-consent-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #045B71;
}

.cookie-consent-text p {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

.cookie-consent-text a {
  color: #045B71;
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: "TT Hoves Pro", sans-serif;
  transition: all 0.3s;
}

.cookie-btn-primary {
  background: #045B71;
  color: #fff;
}

.cookie-btn-primary:hover {
  background: #034a5a;
}

.cookie-btn-secondary {
  background: #f5f5f5;
  color: #333;
}

.cookie-btn-secondary:hover {
  background: #e0e0e0;
}

.cookie-btn-link {
  background: transparent;
  color: #045B71;
  text-decoration: underline;
}

.cookie-settings-panel {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}

.cookie-settings-panel h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #045B71;
}

.cookie-setting-item {
  margin-bottom: 15px;
}

.cookie-setting-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
}

.cookie-setting-item input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.cookie-setting-item span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.cookie-setting-item p {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.cookie-settings-actions {
  margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 32px;
  }
  
  .hero p {
    font-size: 16px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
  }
  
  .menu-button {
    display: flex;
  }
  
  .header-contact {
    display: none;
  }
  
  .cookie-consent-content {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cookie-consent-actions {
    width: 100%;
  }
  
  .cookie-btn {
    flex: 1;
    min-width: 120px;
  }
}

/* Links */
a {
  color: #045B71;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #045B71;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.3s;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #034a5a;
  text-decoration: none;
}

/* Legal Pages */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #045B71;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #045B71;
}

.legal-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
}

.legal-content p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.legal-content ul, .legal-content ol {
  margin-left: 30px;
  margin-bottom: 15px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.legal-content table th,
.legal-content table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.legal-content table th {
  font-weight: 600;
  background: #f5f5f5;
}
