/* General */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: system-ui, sans-serif;
  margin: 0;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
}

header {
  text-align: center;
  padding: 2rem 1rem;
}

header h1 {
  font-size: 2rem;
}

footer {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 0.9rem;
}

footer a {
  color: inherit;
  text-decoration: underline;
}

footer a:hover {
  color: #007acc;
}

/* HERO SECTION */
.hero {
  background: linear-gradient(135deg, #4FACFE, #00F2FE);
  color: white;
  padding: 2rem 1.5rem 3rem;
  position: relative;
}

/* Top nav bar */
.hero-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.hero-nav > nav > a {
  font-size: 1.2rem;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.hero-nav nav a {
  color: white;
  text-decoration: none;
  margin-left: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
}

/* Main hero content layout */
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.hero-text,
.hero-screenshots {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

/* Inner alignment wrappers */
.hero-text-inner > * {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

.hero-text-inner,
.hero-screenshots-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-screenshots-inner {
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Title styling */
.hero-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  align-self: flex-start;
  line-height: 1;
}

.hero-title h1 {
  margin: 0;
  padding: 0;
  font-size: 3.5rem;
}

.icon-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  width: auto;
  height: 48px;
}

/* Text block */
.hero-text h1 {
  font-size: 3.5rem;
  margin: 0.5rem 0;
}

.hero-text .tagline,
.hero-text .button {
  margin-left: 0;
}

.tagline {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  color: #007acc;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* Screenshot styling */
.hero-screenshots img {
  width: 180px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Section base styling */
section {
  padding: 2rem 1.5rem;
}

section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

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

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.feature {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.feature span.material-symbols-rounded {
  font-size: 36px;
  color: #007acc;
  display: block;
  margin-bottom: 0.5rem;
}

/* Screenshots row */
.screenshot-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.screenshot-row img {
  width: 240px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Privacy Policy */
.privacy-policy-content {
  padding: 2rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* CTA section */
.small-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

.pro-banner {
  background-color: #0A2540; /*#03A9F4;*/
  /*background: linear-gradient(135deg, #3B82F6, #0EA5E9);*/
  color: white;
  padding: 4rem 1.5rem;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  box-sizing: border-box;
}

.pro-banner-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.pro-banner h2 {
  font-size: 2rem;
  margin: 0;
}

.pro-banner-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* spacing between title and badge */
  flex-wrap: wrap; /* in case it needs to wrap on small screens */
}

.pro-badge {
  display: inline-flex;
  align-items: center;         /* Vertically center the text */
  padding: 0.25rem 0.5rem;
  background-color: #03A9F4; /*rgba(255, 255, 255, 0.15);*/
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  vertical-align: middle;
}

.pro-banner .lead {
  font-size: 1.25rem;
}

.pro-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  text-align: left;
}

.pro-features li {
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
  border-radius: 8px;
}

.signup-form {
  margin-top: 2rem;
}

.signup-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.signup-form input[type="email"] {
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
  max-width: 320px;
}

.signup-form button {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  background-color: white;
  color: #007acc;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.signup-form button:hover {
  background-color: #e6e6e6;
}

.small-note {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Responsive layout */
@media (min-width: 768px) {
  .hero-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero-text {
    max-width: 50%;
    text-align: left;
    align-items: flex-start;
  }

  .hero-screenshots {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .hero-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
  }

  .hero-text,
  .hero-screenshots {
    max-width: 100%;
    text-align: center;
  }

  .hero-text-inner,
  .hero-screenshots-inner {
    align-items: center;
  }
}
