/*
Theme Name: AMP GP Child
Theme URI: https://amptaxservice.com
Description: Child theme for GeneratePress (AMP Tax Service)
Author: AMP Tax Service
Template: generatepress
Version: 1.0.0
*/

/* ---- AMP baseline styles ---- */
:root{
  --amp-text: #0f172a;
  --amp-muted: #475569;
  --amp-border: #e5e7eb;
  --amp-bg: #ffffff;
  --amp-accent: #0f172a; /* keep buttoned-up */
  --amp-accent-hover: #111827;
}

body{
  color: var(--amp-text);
}

a{
  text-underline-offset: 3px;
}

.amp-container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Header CTA button */
.amp-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  padding:.6rem 1rem;
  border-radius: 14px;
  background: var(--amp-accent);
  color:#fff !important;
  font-weight:600;
  font-size:14px;
  text-decoration:none;
}
.amp-cta:hover{
  background: var(--amp-accent-hover);
}

/* Simple card styling for service blocks */
.amp-card{
  border:1px solid var(--amp-border);
  border-radius: 18px;
  padding: 18px;
  background: var(--amp-bg);
}

.amp-muted{
  color: var(--amp-muted);
}

/* Footer disclaimer styling */
.amp-footer{
  border-top:1px solid var(--amp-border);
  margin-top: 60px;
  padding: 28px 0;
  font-size: 13px;
  color: var(--amp-muted);
}
.amp-footer strong{ color: var(--amp-text); }
