/*
Theme Name: AEO GEO AI Agency
Theme URI: https://aeo-geo-aio-agency.com
Description: A one-page WordPress theme for AEO/GEO AI visibility services with built-in structured data and llms.txt support.
Version: 1.1
Author: AEO GEO AI Agency
Author URI: https://aeo-geo-aio-agency.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aeo-geo-theme
Domain Path: /languages
*/

:root {
  --ink: #17211d;
  --muted: #53615b;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --line: #d9ded4;
  --green: #1f7a4d;
  --teal: #0d6f73;
  --gold: #c9972f;
  --navy: #21324d;
  --shadow: 0 20px 60px rgba(23, 33, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Lato, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

a {
  color: inherit;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 72px 0 56px;
  background:
    linear-gradient(115deg, rgba(247, 245, 239, 0.96) 0%, rgba(247, 245, 239, 0.82) 52%, rgba(13, 111, 115, 0.2) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='800' viewBox='0 0 1200 800'%3E%3Crect width='1200' height='800' fill='%23f7f5ef'/%3E%3Cg fill='none' stroke='%231f7a4d' stroke-opacity='.18' stroke-width='2'%3E%3Cpath d='M80 140h320c50 0 70 40 110 40h170c42 0 72 32 112 32h328'/%3E%3Cpath d='M120 330h230c42 0 58-44 103-44h220c44 0 64 48 108 48h298'/%3E%3Cpath d='M96 520h260c54 0 76 38 126 38h180c46 0 68-34 116-34h330'/%3E%3C/g%3E%3Cg fill='%23c9972f' fill-opacity='.45'%3E%3Ccircle cx='405' cy='180' r='8'/%3E%3Ccircle cx='673' cy='286' r='8'/%3E%3Ccircle cx='780' cy='524' r='8'/%3E%3C/g%3E%3C/svg%3E") center/cover;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 6.7rem);
}

h2 {
  max-width: 800px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

h3 {
  font-size: 1.18rem;
}

.lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.22rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #ffffff;
  border-color: var(--green);
  background: var(--green);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.68);
}

.signal-panel {
  display: grid;
  gap: 16px;
}

.signal-card,
.feature,
.steps article,
details,
.contact-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.signal-card {
  padding: 22px;
}

.signal-label {
  display: block;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin-top: 6px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.18rem;
  line-height: 1.3;
}

.section {
  padding: 88px 0;
}

.section h2 + .feature-grid,
.section h2 + .steps,
.section h2 + details {
  margin-top: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature,
.steps article {
  padding: 26px;
}

.feature p,
.steps p,
.contact p,
details p {
  color: var(--muted);
}

.contrast {
  color: #ffffff;
  background: var(--navy);
}

.contrast .eyebrow,
.contrast .check-list p::before {
  color: #a8e0c3;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: 48px;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 16px;
}

.check-list p {
  position: relative;
  margin: 0;
  padding-left: 28px;
}

.check-list p::before {
  content: "+";
  position: absolute;
  left: 0;
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.steps span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--teal);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 800;
}

.faq {
  background: #eef3ef;
}

details {
  margin-top: 14px;
  padding: 20px 24px;
}

summary {
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.contact {
  padding-bottom: 104px;
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.contact h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-grid,
  .split,
  .feature-grid,
  .steps,
  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-box {
    padding: 24px;
  }

  .contact-box .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .wrap {
    width: min(100% - 28px, 1120px);
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.75rem;
  }

  .section {
    padding: 64px 0;
  }

  .button {
    width: 100%;
  }
}
