* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; /* optional: disables iOS long-press menu */

}

html {
  scroll-padding-top: 64px;
}
/* CENTER TEXT MOBILE, INCREASE TEXT SIZE, PADDING LIST ITEMS, FOOTER MOVE*/

@media (max-width: 700px) {.centered {text-align: center;} .selling-card {position: relative;} .selling-points li::before {  position: absolute;
  left: 1rem;} body {font-size: 1.15rem;} .selling-points li:not(:last-child) {
  margin-bottom: 0.8em; /* existing spacing */
  padding-bottom: 2em; /* new bottom padding */
  } .ledeleft {text-align: center; font-size: 1rem; padding-bottom: 1rem;} .pullup {margin-top: -1rem !important; padding-top: 0;} .step-body {font-size: 1.2rem !important;} .ledeleftspacer {font-size: 1.5rem !important;} h2 {font-size: 2rem !important;} footer.tiny {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
padding: 0rem 0 1rem;
  } #tinier {font-size: 0.85rem;} .fieldtag {display: flex; justify-content: center !important; font-size: 1.25rem; padding-bottom: 0.5rem;} .nav-links {border: none !important; justify-content: space-between;} .underspacer {margin-bottom: 0.75rem !important;} .doubler {padding-bottom: 1rem !important;} .bigboy {font-size: 1.25rem;} .checkbox-group {padding-bottom: 1rem;} .field {padding-bottom: 1rem;} .upspace {padding-top: 1.25rem;}}

@media (min-width: 700px) {footer.tiny {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  padding: 0rem 0 1rem;} .upsize-desktop {font-size: 1.25rem;}}

/**/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


#welcome-section {
  margin-top: 1rem;
  margin-bottom: 0rem;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #0f172a;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  z-index: 10;
}

#navbar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
}

.logo {
  width: 120px;
  /* or whatever fits your header */
  height: auto;
  /* keeps aspect ratio */
  display: inline;
  /* removes inline spacing if needed */
}

#fudge {
  cursor: pointer;
  /* make it clickable */
}

#navbar a:hover {
  text-decoration: underline;
}

  .menu-toggle {
    display: block;
    /* show burger button */
  }

  .nav-links {
    display: none;
    /* hidden until toggled */
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
    text-align: center;
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
  }


  #navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    /* stack links vertically */
    position: fixed;
    align-items: stretch;
    gap: 8px;
  }

  #navbar a {
    font-size: 1.3rem;
    /* even bigger on phones */
    padding: 14px;
    /* fat fingers */
    text-align: center;
  }


  #navbar {
    flex-direction: row;
    /* keep bar across top */
    justify-content: space-between;
    align-items: center;
  }


/* Hide checkbox, style label for mobile */
#nav-toggle {
  display: none;
}

#nav-toggle-label {
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 8px;
  font-family: sans-serif;
}


  #nav-toggle-label,
  #quote-label {
    display: inline-flex;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    margin-bottom: 8px;
    font-family: sans-serif;
  }

  .nav-links {
    display: flex;
    /* block container instead of flex */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
border: 2px solid var(--muted);

  }

  #nav-toggle:checked + #nav-toggle-label + .nav-links {
    max-height: 500px;
    /* enough for all links */
    opacity: 1;
  }

  .nav-links a {
    display: block;
    font-size: 1.3rem;
    padding: 14px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  }

  #navbar {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
  }
}

a {
  color: var(--accent);
  /* use your green accent */
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
}

a:hover {
  text-decoration: underline;
}

#welcome-section a,
#about a,
#contact a {
  color: var(--text);      /* same as normal text */
  font-weight: bold;       /* bold */
  text-decoration: underline;
}

#welcome-section a:hover,
#about a:hover {
  text-decoration: underline; /* optional hover effect */
}

.hero {
  position: relative;
  padding-top: 64px;
  /* space for navbar */
  margin-top: var(--nav-h);
  height: clamp(220px, 55vh, 520px);
  width: 100%;
  overflow: hidden;
}

.hero-logo {
  position: absolute;
  top: 0px;
  /* distance from top of hero */
  height: 65px;
  /* scale as needed */
  left: 50%;
  filter: invert(1);
  transform: translateX(-50%);
  width: auto;
  opacity: 30%;
  z-index: 5;
  /* ensure it’s above hero images */
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fade 40s infinite ease-in-out;

}

#clicksmortar {  width: 100%;
  height: 100%;
  object-fit: contain;}

@media (min-width: 700px) {#clicksmortar {padding-top: 1rem;}}

@media (max-width: 700px) {#clicksmortar {width: 90%;
height: 90%; display: block;
    margin: 0 auto; padding-top: 3.5rem;}}

.hero img:nth-child(1) { animation-delay: 0s; }
.hero img:nth-child(2) { animation-delay: 3s; }
.hero img:nth-child(3) { animation-delay: 8s; }
.hero img:nth-child(4) { animation-delay: 14s; }
.hero img:nth-child(5) { animation-delay: 20s; }
.hero img:nth-child(6) { animation-delay: 26s; }
.hero img:nth-child(7) { animation-delay: 34s; }  

/* Make first hero image appear instantly */
.hero img:first-child {
  opacity: 1;
  animation: none;
}

@keyframes fade {
  0%, 4% { opacity: 0; }      /* invisible at start */
  9%, 21% { opacity: 1; }    /* fade in & stay visible */
  26% { opacity: 0; }   /* fade out fully */
}


/* Motion accessibility: just show first image */
@media
  (prefers-reduced-motion: reduce) {
  .hero img {
    animation: none;
    opacity: 0;
  }

  .hero img:first-child {
    opacity: 1;
  }
}

@media (max-width: 700px) {#about-header {margin-bottom: 2rem;} #how-it-works {margin-bottom: 2rem;} #pricing-header {margin-bottom: 2rem;}}

@media (min-width: 700px) {
  .hero img {
    width: 67%;
    left: 50%;
    transform: translateX(-50%);
  }
}


.next-fact {
  width: auto !important;
  /* override .btn */
  padding: 8px 16px;
  /* smaller button */
  font-size: 0.95rem;
  display: inline-block;
  /* make sure inline for shrink-to-fit */
}

.next-fact:hover  {filter: brightness(1.15);                      /* perceptible lift */
  transform: translateY(3px) scale(1.05);       /* actual “jump” */
box-shadow: 0 0 20px rgba(34, 197, 94, 0.7);}

.fact-button-wrapper {
  text-align: right;
  margin-top: -2rem;
}

.fact-text {
  font-size: 1.5rem;
  /* same as Menu */
  font-weight: 500;
  /* slightly lighter than bold */
  line-height: 1.1;
  /* tighter to shrink vertical “chubbiness” */
  font-family: system-ui, sans-serif;
  /* match OS rendering of Menu */
  margin-bottom: 0.3rem;
  /* spacing before source */
}

.source {
  font-size: 0.85rem;
  /* unchanged, smaller than quote */
  color: var(--muted);
}

.fact-card {
  display: flex;
  flex-direction: column;
  /* stack vertically */
  gap: 0.5rem;
}

.selling-points {
  list-style: none;
  margin: 1em 0;
  padding-left: 1em;
  margin-bottom: 0;
}

.selling-points li::before {
  content: "✓";
  /* or any icon you like */
  color: var(--accent);
  /* green */
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  /* space before text */
}

.selling-points li {
  margin-bottom: 0.8em;
  /* space between bullets */
}

section {
  margin-bottom: 2rem;
  /* uniform gap between sections */
}

#about p {
  margin-bottom: 1em;
  /* same spacing as .selling-points */
}

.headshot {height: auto; width: 100%;   display: block;        /* makes sure margin auto works */
  margin: 0 auto;
  opacity: 1; /* subtle fade */
    margin: 0 auto 1.5rem; /* center with some bottom spacing */
border-radius: var(--radius);
  }

#about,
#pricing {
  margin: 0 auto; /* centers them */
  padding-left: 10px; /* space from left edge */
  padding-right: 10px; /* space from right edge */
}

/* Base */
:root {
  --bg: #0f172a;
  /* slate-900 */
  --panel: #111827;
  /* gray-900 */
  --muted: #94a3b8;
  /* slate-400 */
  --text: #e5e7eb;
  /* gray-200 */
  --accent: #e5e7eb;
  /* green-500 */
  --accent-fg: #062c15;
  /* deep green for focus ring bg contrast */
  --ring: 2px solid #22c55e;
  --radius: 1.25rem;
  /* 20px, finger-friendly */
  --gap: 14px;
  --pad: 16px;
  --maxw: 680px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  --nav-h: 64px;
}

.workflow-steps .step {
  position: relative;
  display: flex;
  align-items: flex-start; /* circle top aligns with text top */
  gap: 16px; /* horizontal space between circle and text */
  margin-bottom: 80px; /* spacing between steps */
}

p.spacer {
  height: 2rem; /* or whatever you need */
  margin: 0;
}

.hiw-card {padding-top: 2.5rem !important; padding-bottom: 2.5rem !important;}

.workflow-steps .num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--panel);
  color: var(--text);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--accent);
  box-shadow: var(--shadow);
  font-size: 1rem;
  position: relative; /* for arrow positioning */
}

.workflow-steps .step-body {
  flex: 1; /* text takes remaining width */
  font-size: 1.05rem;
  line-height: 1.35;
}

.workflow-steps .step.four {
  margin-bottom: 0;
}

.workflow-steps svg[class^="connector"] {
  position: absolute;
  left: 50%; /* center under the circle */
  top: calc(100% + 12px); /* 12px buffer below the circle */
  width: 24px;
  height: 60px;
  overflow: visible;
  pointer-events: none;
}

#pricing p {
  margin-bottom: 1em;
  /* same spacing as .selling-points */
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: radial-gradient(
      1200px 600px at 20% -10%,
      #1f2937 0%,
      var(--bg) 55%
    )
    fixed;
  color: var(--text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.5;
}

/* Layout */
.wrap {
  margin: 0 auto;
  padding: 28px 18px 1.5rem;
  max-width: var(--maxw);
}

@media (min-width: 700px) {
  .wrap {
    max-width: 70%; /* desktop: 75% of viewport */
  }
}

h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin: 8px 0 6px;
  letter-spacing: 0.2px;
}

.lede {
  color: var(--muted);
  margin: 0 0 18px;
  text-align: center;
}
.ledeleft {
  color: var(--muted);
  margin: 0 0 18px;
}

.ledeleftspacer {
  color: var(--muted);
  margin: 0 0 18px;
text-align: center;
padding-bottom: 2rem;
padding-top: 1rem;
}

#spaced-pricing {padding-bottom: 2rem;}

.or-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0; /* equal top & bottom spacing */
  color: var(--muted);
  font-weight: bold;
  text-align: center;
}

.or-separator::before,
.or-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 1rem;
}


/* Card */
.card {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.015)
    ),
    var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: calc(var(--pad) + 6px);
  box-shadow: var(--shadow);
}

.tiny {
  text-align: center;
  /* added */
}

/* Fields */
.field {
  display: grid;
  gap: 6px;
  margin-bottom: var(--gap);
}

label {
  font-size: 0.95rem;
}

.contact-header {
  text-align: center;
}

textarea {  line-height: 1.5;         /* vertical spacing */
  height: 120px; }

input,
textarea {
  width: 100%;
  background: #0b1220;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /* fix */
  padding: 14px 14px;
  font-size: 1.05rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.02s ease;
}

input::placeholder,
textarea::placeholder {
  color: #7c8aa5;
}

input:focus,
textarea:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.checkbox-group label {
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.checkbox-group input[type="checkbox"] {
  width: auto;
  height: auto;
}

#preference {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

#anything-else {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 15px !important;
}

/* Button */
.btn {
  display: block;
  width: auto;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(180deg, #34d399, #22c55e);
  color: #0c1b10;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.25);
  transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.3s ease;
    width: auto;           /* shrink to fit content */
    margin: 0 auto;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

.btnog {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(180deg, #34d399, #22c55e);
  color: #0c1b10;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.25);
  transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.3s ease;
}

.btn:hover {
    filter: brightness(1.2);                /* stronger highlight */
  transform: translateY(-3px) scale(1.03); /* small jump */
  box-shadow: 0 0 15px rgba(34, 197, 94, 0.6); /* green glow */
}

.btn:active {
  transform: translateY(1px);
}

.btnog:hover {
  filter: brightness(1.05);
}

.btnog:active {
  transform: translateY(1px);
}

/* Small print */
.tiny {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

/* Desktop tweaks */
@media (min-width: 700px) {
  .card {
    padding: 28px;
  }

.nav-links {min-height: calc(100vh - 68px);
  justify-content: space-between; padding: 1rem 0;}

  .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap);
  }
}

/* Hide honeypot */
.hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.fact-text,
.source {
  transition: opacity 1.5s ease-in-out;
  /* half of 3s duration per fade in/out */
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

@media (min-width: 700px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;            /* start from left edge of viewport */
    width: calc(16.5vw - 2px);      /* width = half of remaining space left of hero */
    max-height: none;
    display: flex !important;
    flex-direction: column;
    background: #0b1220 !important;
  }
.nav-links a:hover {
  text-decoration: none !important;
}
  #navbar {
    background: #0b1220 !important;
  }
.nav-links a {
    border-bottom: none; /* remove the line between links */
  }

  .desktop-card {  margin: 0 auto 2rem;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.015)
      ),
      var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius);
    padding: 28px; /* match .card padding on desktop */
    box-shadow: var(--shadow);
    margin-bottom: 2rem; /* spacing from other sections */
max-width: 67%;
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
  }

  form.card .btn {
    min-width: 200px;      /* reasonable size */
    max-width: 350px;      /* cap width */

  }
#about .desktop-card #sampler {
  padding-left: 0;
  padding-right: 0;
}
html {
  font-size: 110%; /* increases all text by 12% */
}
  h2 {
    text-align: center;
padding-bottom: 2rem;
  }
  #about .headshot {
    width: 70%;      /* adjust as needed */
    height: auto;      /* maintain aspect ratio */
    display: block;
    margin: 0 auto 1.5rem; /* center with some bottom spacing */
border-radius: var(--radius);
  }
}

/* Mobile-only: both buttons hop & glow on press, then reset after */
@media (hover: none) {
  .btn,
  .btnog.next-fact {
    transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.3s ease;
  }

  /* Reset idle and fake-hover/focus */
  .btn:hover,
  .btn:focus,
  .btnog.next-fact:hover,
  .btnog.next-fact:focus {
    filter: brightness(1);
    transform: none;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.25);
  }

  /* Actual press feedback */
  .btn:active,
  .btnog.next-fact:active {
    filter: brightness(1.18);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.55);
  }
}



footer.tiny {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  margin-bottom: 4rem; /* optional extra spacing */
}

