:root {
  --bg-color: #ffffff;
  --text-color: #000000;
  --card-bg: #ffffff;
  --border-color: #000000;
  --apple-green: #63d22b;
  --apple-yellow: #fddb32;
  --apple-orange: #ff9927;
  --apple-red: #ff473a;
  --apple-purple: #c06df9;
  --apple-blue: #238bfb;
  --button-color: #000000;
  --button-hover: #333333;
  --finder-gray: #dddddd;
  --window-bg: #ffffff;
}

body {
  font-family: "Geneva", "Tahoma", "Verdana", sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'EB Garamond', serif;
  font-weight: 400; /* Regular weight for that classic print look */
  margin-top: 0;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

/* Finder Bar */
.finder-bar {
  background-color: var(--finder-gray);
  border-bottom: 1px solid var(--border-color);
  padding: 4px 12px;
  display: flex;
  align-items: center;
  font-size: 13px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.apple-logo {
  font-size: 16px;
  margin-right: 16px;
  cursor: default;
}

.finder-item {
  margin-right: 16px;
  cursor: default;
}

.finder-item.right {
  margin-left: auto;
  margin-right: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Hero Section */
.hero {
  text-align: center;
  margin-bottom: 4rem;
}

.rainbow-stripe {
  display: flex;
  height: 6px;
  width: 120px;
  margin: 0 auto 2rem;
}
.c-green { background: var(--apple-green); flex: 1; }
.c-yellow { background: var(--apple-yellow); flex: 1; }
.c-orange { background: var(--apple-orange); flex: 1; }
.c-red { background: var(--apple-red); flex: 1; }
.c-purple { background: var(--apple-purple); flex: 1; }
.c-blue { background: var(--apple-blue); flex: 1; }

.subhead {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Form */
.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

input[type="email"] {
  padding: 10px 14px;
  font-size: 1rem;
  border: 1px solid var(--border-color);
  border-radius: 0; /* Sharp corners */
  background: white;
  min-width: 280px;
  font-family: "Geneva", "Tahoma", sans-serif;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

button.retro-btn {
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: var(--button-color);
  border: 1px solid black;
  border-radius: 0; /* Sharp corners */
  cursor: pointer;
  font-family: "Geneva", "Tahoma", sans-serif;
  transition: all 0.2s;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

button.retro-btn:hover {
  background-color: var(--button-hover);
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

button.retro-btn:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.micro-copy {
  font-size: 0.8rem;
  color: #777;
  margin-top: 0.8rem;
}

/* Social Proof */
.social-proof {
  margin: 4rem 0;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

.proof-label {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  opacity: 0.7;
  filter: grayscale(100%);
}

.logo {
  height: 24px;
  width: auto;
  max-width: 100px;
}

/* Mac Window Preview */
.preview-section {
  margin: 5rem 0;
}

.mac-window {
  border: 1px solid var(--border-color);
  background: white;
  box-shadow: 6px 6px 0px rgba(0,0,0,0.15); /* Retro drop shadow */
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.window-title-bar {
  background: linear-gradient(to bottom, #fff, #ccc); /* Classic Platinum gradient attempt */
  background: #ddd; /* Fallback flat */
  border-bottom: 1px solid var(--border-color);
  padding: 4px 6px;
  display: flex;
  align-items: center;
  height: 20px;
}

/* Mimic window controls */
.close-box {
  width: 10px;
  height: 10px;
  border: 1px solid black;
  background: white;
  margin-right: 10px;
  box-shadow: inset 1px 1px 0 #999;
}

.window-title {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* Scrollbar imitation */
.window-content-area {
  display: flex;
  height: 350px; /* Fixed height for scrollbar look */
  position: relative;
}

.content-text {
  flex: 1;
  padding: 2rem;
  font-family: 'EB Garamond', serif;
  overflow-y: hidden; /* Don't actually scroll, just look like it */
}

.scroll-bar {
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="4" height="4" viewBox="0 0 4 4" xmlns="http://www.w3.org/2000/svg"><rect width="2" height="2" fill="%23ccc"/><rect x="2" y="2" width="2" height="2" fill="%23ccc"/></svg>') #eee; /* Dotted pattern */
  border-left: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scroll-up, .scroll-down {
  height: 16px;
  border: 1px solid black;
  background: #ddd;
  position: relative;
}
.scroll-up::after {
  content: "▲";
  font-size: 8px;
  position: absolute;
  top: 1px; left: 3px;
}
.scroll-down::after {
  content: "▼";
  font-size: 8px;
  position: absolute;
  top: 2px; left: 3px;
}

.scroll-thumb {
  height: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid black;
  margin-top: 2px;
  box-shadow: 1px 1px 0 #999;
}

.file-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.file-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.5rem;
}

.file-list li:last-child {
  border-bottom: none;
}

.icon {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.item-details strong {
  display: block;
  font-size: 1.1rem;
}

.item-details .desc {
  font-size: 1rem;
  color: #555;
  font-style: italic;
}

.preview-excerpt {
  margin-top: 1.5rem;
  background: #f9f9f9;
  padding: 1rem;
  border-left: 3px solid black;
  font-style: italic;
}

/* Testimonials */
.testimonials h3 {
  text-align: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 2rem;
}

.card {
  border: 1px solid black;
  background: white;
  padding: 1.5rem;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  position: relative;
}

.card-header {
  border-bottom: 1px solid black;
  margin: -1.5rem -1.5rem 1rem -1.5rem;
  padding: 0.5rem 1rem;
  background: #eee;
  display: flex;
  align-items: center;
  font-size: 11px;
}

.card-dot {
  width: 8px;
  height: 8px;
  border: 1px solid black;
  border-radius: 50%; /* or square for retro */
  margin-right: 8px;
  background: white;
}

.quote {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.author {
  font-size: 0.85rem;
  text-align: right;
  color: #444;
}

/* Footer */
.footer-cta {
  margin-top: 6rem;
  text-align: center;
  border-top: 2px solid black;
  padding-top: 3rem;
}

.copyright {
  font-size: 0.75rem;
  color: #999;
  margin-top: 3rem;
}

@media (max-width: 600px) {
  h1 { font-size: 2.5rem; }
  .subscribe-form { flex-direction: column; }
  .logo-grid { gap: 1.5rem; }
  .container { padding: 40px 15px; }
  .finder-bar { display: none; } /* Hide on mobile often feels cleaner, or keep it */
}
