@charset "UTF-8";

:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-highlight: #ffffff;
  --border-muted: rgba(15, 23, 42, 0.08);
  --accent-primary: #0ea5e9;
  --accent-secondary: #FF6F61;
  --text-main: #0f172a;
  --text-muted: #475569;
  --shadow-soft: 0 20px 45px rgba(15, 23, 42, 0.08);
}

html {
  background: var(--bg-primary);
  background-image: linear-gradient( rgba(15, 23, 42, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.08) 1px, transparent 1px);
  background-size: 100px 100px;
  background-attachment: fixed;
}

body {
  margin: 0;
  min-height: 100vh;
  background: transparent;
  font-family: 'Source Sans Pro', 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text-main);
  letter-spacing: 0.01em;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}

.headerholder {
  background: transparent;
  padding-top: 0.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.user-menu-toggle {
  border-color: var(--accent-primary);
  color: var(--accent-primary);
}

.user-menu-toggle .material-icons,
.user-menu-chevron {
  color: var(--accent-primary);
}

.user-menu-toggle:hover,
.user-menu-toggle:focus {
  background: var(--accent-primary);
  color: #fff;
  border-color: var(--accent-primary);
}

.user-menu-toggle:hover .material-icons,
.user-menu-toggle:focus .material-icons,
.user-menu-toggle:hover .user-menu-chevron,
.user-menu-toggle:focus .user-menu-chevron {
  color: #fff;
}

.user-menu-item:hover,
.user-menu-item:focus {
  color: var(--accent-primary);
}

.user-menu-name {
  color: var(--accent-primary);
}

.about-logo-holder {
  text-align: center;
  margin-bottom: 1rem;
}

.about-logo {
  width: 220px;
  display: inline-block;
  filter: none;
}

.topnav {
  padding-bottom: 0.3rem;
}

.topnav-left,
.topnav-right {
  align-items: center;
}

.topnav a.icon3 {
  border-color: var(--accent-primary);
  color: var(--accent-primary);
  background: #fff;
}

.topnav .icon3:hover {
  background-color: var(--accent-primary);
  color: #fff;
}

.logoimage {
  width: 220px;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4));
}

.full-height {
  min-height: 75vh;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.overlay-container {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.frontimage {

  width: 100%;
  padding: 15px;

}

.hero-intro {
  padding: 1rem 0rem;
  background: transparent;
}

.hero-intro-text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.hero-pair {
  margin-bottom: 1.25rem;
}

.hero-line {
  font-size: clamp(3rem, 5vw, 4.3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0.3rem 0 0;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px var(--accent-primary);
}

.hero-tagline {
  margin: 0.4rem 0 0;
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 1200px;
  line-height: 1.5;
  
}

.hero-highlights {
  position: relative;
  z-index: auto;
}

.hero-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}

.highlight-card {
  background: #ffffff;
  border: 1px solid var(--border-muted);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card .material-icons {
  font-size: 2.3rem;
  color: var(--accent-secondary);
  margin-bottom: 0.4rem;
  display: block;
}

.highlight-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-primary);
  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.08);
}

.highlight-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  color: var(--text-main);
}

.highlight-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.grey-back {
  background: transparent;
  padding: 0;
  max-width: 1200px;
  margin: auto;
}

.about-section,
.features-section,
.contact-section {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid var(--border-muted);
  box-shadow: var(--shadow-soft);
  margin: 1.75rem 0;
  padding: 1.5rem 1.5rem;
}

.inner-section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.h8 {
  color: var(--accent-primary);
  font-size: 2rem;
  letter-spacing: 0.07em;
}

.h9 {
  font-size: 1.15rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-main);
}

.bodytext {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.feature-pair-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 2fr);
  gap: 2.5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-image {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border-muted);
  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.08);
  background: #fff;
  padding: 50px 0;
}

.feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.feature-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
}

.feature-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--border-muted);
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
  padding: 1.35rem;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.feature-card span.material-icons {
  font-size: 2rem;
  color: var(--accent-primary);
}

.feature-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--text-main);
}

.feature-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-section form {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
}

.contact-section label {
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.35rem;
}

.contact-section input,
.contact-section textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #ccc;
  color: var(--text-main);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-section input:focus,
.contact-section textarea:focus {
  border-color: var(--accent-primary);
  box-shadow: 0 0 0 3px rgba(0, 195, 255, 0.25);
  outline: none;
}

.submit-button {
  border: none;
  border-radius: 999px;
  padding: 0.9rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.submit-button:hover {
  transform: translateY(-2px);
}

.form-message {
  color: var(--accent-secondary);
  font-size: 1rem;
  margin-top: 0.5rem;
}

footer.footer {
  position: static;
  margin: 3rem auto 1rem;
  background: none;
  padding: 2rem 1rem;
  max-width: 1200px;
  text-align: center;
  color: var(--text-muted);
}

@media (max-width: 900px) {

  .overlay-text {
    padding: 2rem;
  }

  .features-section ul {
    grid-template-columns: 1fr;
  }
}
