/*
Theme Name: Vitaris Medical BV
Theme URI: https://vitarismedical.nl/
Author: ChatGPT
Description: One-page marketing theme for Vitaris Medical BV.
Version: 1.0
Text Domain: vitaris-medical
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f5f7fb;
  color: #111827;
}

a {
  color: #0b4bb5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 0;
  z-index: 10;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 20px;
  color: #0b4bb5;
}

.logo-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #0b4bb5;
  position: relative;
}

.logo-icon::before,
.logo-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.logo-icon::before {
  width: 60%;
  height: 6px;
  top: 10px;
  left: 4px;
}

.logo-icon::after {
  width: 6px;
  height: 60%;
  top: 4px;
  left: 10px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
}

.main-nav a {
  color: #111827;
}

.button-primary {
  background: #0b4bb5;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.button-primary:hover {
  filter: brightness(0.95);
}

.button-outline {
  background: #ffffff;
  color: #111827;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}

.hero {
  background: linear-gradient(135deg, #f3f6ff 0%, #ffffff 60%);
}

.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
}

.hero h1 {
  font-size: 44px;
  color: #15316b;
  margin: 0 0 12px;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.hero-text {
  font-size: 15px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-image {
  width: 100%;
  max-width: 360px;
  justify-self: center;
  border-radius: 24px;
  background: #e5f0ff;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-image-placeholder {
  width: 70%;
  height: 80%;
  border-radius: 24px;
  background: linear-gradient(160deg, #ffffff 0%, #dbeafe 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

/* Why section */

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 20px;
}

.section h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.section-intro {
  font-size: 15px;
  max-width: 520px;
  margin-bottom: 28px;
  color: #4b5563;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 40px;
  align-items: flex-start;
}

.why-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #0b4bb5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}

.why-card h3 {
  font-size: 16px;
  margin: 0 0 6px;
}

.why-card p {
  font-size: 14px;
  margin: 0;
  color: #4b5563;
}

.building-placeholder {
  width: 100%;
  height: 260px;
  border-radius: 18px;
  background: linear-gradient(145deg, #dbeafe 0%, #9ca3af 55%, #111827 100%);
}

/* Services */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 20px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.service-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #0b4bb5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}

.service-card h3 {
  font-size: 16px;
  margin: 0 0 6px;
}

.service-card p {
  font-size: 14px;
  margin: 0;
  color: #4b5563;
}

/* Contact block */

.contact-section {
  background: #0b4bb5;
  color: #ffffff;
}

.contact-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.contact-inner h2 {
  font-size: 26px;
  margin-top: 0;
}

.contact-intro {
  font-size: 15px;
  margin-bottom: 20px;
}

.contact-card {
  background: #0b4bb5;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.contact-card .button-primary {
  background: #ffffff;
  color: #0b4bb5;
}

.contact-details {
  font-size: 14px;
  margin-top: 18px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.contact-icon {
  width: 20px;
  text-align: center;
}

.site-footer {
  background: #0b1120;
  color: #9ca3af;
  text-align: center;
  font-size: 13px;
  padding: 16px 12px;
}

/* Responsive */

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }
  .hero-image {
    order: -1;
  }
  .why-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .main-nav {
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero h1 {
    font-size: 32px;
  }
}
