/*
Theme Name: Smart App Picks
Theme URI: https://smartapppicks.com/
Author: ChatGPT
Description: A clean CPA/affiliate landing page theme for Smart App Picks. Includes a professional homepage, compliance sections, and basic legal pages.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smart-app-picks
*/

:root {
  --sap-navy: #111827;
  --sap-navy-soft: #1f2937;
  --sap-blue: #2563eb;
  --sap-blue-dark: #1d4ed8;
  --sap-gray: #374151;
  --sap-light: #f7f9fc;
  --sap-border: #e5e7eb;
  --sap-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--sap-light);
  color: var(--sap-navy-soft);
  line-height: 1.6;
}

a {
  color: inherit;
}

.sap-header {
  background: var(--sap-navy);
  color: var(--sap-white);
  padding: 22px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.sap-logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.sap-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.sap-menu a {
  color: var(--sap-white);
  text-decoration: none;
  font-size: 15px;
  opacity: 0.92;
}

.sap-menu a:hover {
  opacity: 1;
  text-decoration: underline;
}

.sap-menu .sap-menu-button {
  background: var(--sap-blue);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  opacity: 1;
}

.sap-menu .sap-menu-button:hover {
  background: var(--sap-blue-dark);
  text-decoration: none;
}

.sap-hero {
  padding: 96px 8%;
  text-align: center;
  background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.42), transparent 35%), linear-gradient(135deg, #111827, #374151);
  color: var(--sap-white);
}

.sap-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #dbeafe;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 22px;
  font-size: 14px;
}

.sap-hero h1 {
  font-size: clamp(36px, 6vw, 62px);
  max-width: 950px;
  margin: 0 auto 22px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.sap-hero p {
  font-size: 20px;
  max-width: 760px;
  margin: 0 auto 34px;
  color: #e5e7eb;
}

.sap-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sap-btn {
  display: inline-block;
  background: var(--sap-blue);
  color: var(--sap-white);
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  border: 2px solid var(--sap-blue);
  transition: 0.2s ease;
}

.sap-btn:hover {
  background: var(--sap-blue-dark);
  border-color: var(--sap-blue-dark);
  transform: translateY(-1px);
}

.sap-btn-outline {
  background: transparent;
  color: var(--sap-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.sap-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--sap-white);
}

.sap-section {
  padding: 68px 8%;
  max-width: 1180px;
  margin: auto;
}

.sap-section.sap-white {
  background: var(--sap-white);
  max-width: none;
}

.sap-section-inner {
  max-width: 1180px;
  margin: auto;
}

.sap-section h2,
.sap-page h1,
.sap-page h2 {
  font-size: clamp(30px, 4vw, 42px);
  color: var(--sap-navy);
  margin: 0 0 18px;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.sap-section p,
.sap-page p,
.sap-page li {
  color: var(--sap-gray);
  font-size: 17px;
  line-height: 1.75;
}

.sap-lead {
  max-width: 830px;
}

.sap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.sap-card {
  background: var(--sap-white);
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07);
  border: 1px solid var(--sap-border);
}

.sap-card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eff6ff;
  color: var(--sap-blue);
  font-size: 24px;
  margin-bottom: 14px;
}

.sap-card h3 {
  margin: 0 0 12px;
  color: var(--sap-navy);
  font-size: 22px;
  letter-spacing: -0.02em;
}

.sap-card p {
  margin-bottom: 0;
}

.sap-notice {
  background: #eef2ff;
  border-left: 5px solid var(--sap-blue);
  padding: 24px;
  border-radius: 14px;
  color: var(--sap-navy-soft);
  margin-top: 28px;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
}

.sap-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.sap-step {
  background: var(--sap-white);
  border: 1px solid var(--sap-border);
  border-radius: 18px;
  padding: 28px;
}

.sap-step-number {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sap-navy);
  color: var(--sap-white);
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 14px;
}

.sap-contact-box {
  background: linear-gradient(135deg, #111827, #1f2937);
  color: var(--sap-white);
  border-radius: 22px;
  padding: 44px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.18);
}

.sap-contact-box h2,
.sap-contact-box p {
  color: var(--sap-white);
}

.sap-contact-box a {
  color: #bfdbfe;
  font-weight: 800;
}

.sap-footer {
  background: var(--sap-navy);
  color: #d1d5db;
  text-align: center;
  padding: 34px 8%;
  font-size: 14px;
}

.sap-footer a {
  color: #d1d5db;
  margin: 0 8px;
  text-decoration: none;
}

.sap-footer a:hover {
  color: var(--sap-white);
  text-decoration: underline;
}

.sap-page {
  max-width: 940px;
  margin: 0 auto;
  padding: 70px 8%;
  background: var(--sap-white);
}

.sap-page-content {
  background: var(--sap-white);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
  border: 1px solid var(--sap-border);
  padding: 36px;
}

.sap-page-content h1 {
  margin-top: 0;
}

@media (max-width: 800px) {
  .sap-header {
    flex-direction: column;
    text-align: center;
    position: static;
  }

  .sap-menu {
    justify-content: center;
    gap: 10px;
  }

  .sap-menu a {
    margin: 4px;
  }

  .sap-hero {
    padding: 72px 6%;
  }

  .sap-section {
    padding: 54px 6%;
  }

  .sap-contact-box {
    padding: 30px;
  }
}
