/* ═══════════════════════════════════════════════════
   TTS Visions — style.css
   Pest Control & Hygiene Solutions
   ═══════════════════════════════════════════════════ */

/* ─── TOKENS ─────────────────────────────────────── */
:root {
  --teal:        #0abfbc;
  --teal-d:      #089a97;
  --teal-glow:   rgba(10,191,188,0.18);
  --dark:        #0b1120;
  --dark2:       #111927;
  --dark3:       #172031;
  --mid:         #1e2d42;
  --slate:       #2c3e55;
  --white:       #ffffff;
  --off:         #f4f7fb;
  --grey:        #8896aa;
  --text:        #1a2535;
  --border:      rgba(255,255,255,0.07);
  --r:           6px;
}

/* ─── RESET ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }

/* ─── UTILITY ────────────────────────────────────── */
.container { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }

.tag {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: .68rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem;
}
.tag::before { content: ''; width: 24px; height: 2px; background: var(--teal); border-radius: 2px; }

h2.section-title {
  font-family: 'Inter', sans-serif; font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.15; color: var(--text);
}
h2.section-title.light { color: var(--white); }

.section-sub { font-weight: 300; font-size: 1rem; line-height: 1.75; color: var(--grey); max-width: 520px; margin-top: .8rem; }
.section-sub.light { color: rgba(255,255,255,.5); }

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: .8rem;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .85rem 2rem; border-radius: var(--r); border: none; cursor: pointer; transition: all .25s;
}
.btn-teal { background: var(--teal); color: var(--dark); }
.btn-teal:hover { background: #0dd4d1; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(10,191,188,.4); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.25); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }

/* ─── SCROLL REVEAL ──────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .18s; }
.d3 { transition-delay: .26s; }
.d4 { transition-delay: .34s; }

/* ─── NAV ────────────────────────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 3rem;
  background: rgba(11,17,32,0);
  backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: all .4s ease;
}
#nav.scrolled {
  background: rgba(11,17,32,.96);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--border);
  padding: .8rem 3rem;
}
.nav-logo { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
.nav-links a {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: .78rem;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.7); transition: color .2s;
}
.nav-links a:hover { color: var(--teal); }
.nav-cta { background: var(--teal); color: var(--dark) !important; padding: .55rem 1.3rem; border-radius: 5px; transition: all .2s !important; }
.nav-cta:hover { background: #0dd4d1 !important; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(10,191,188,.4); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--white); display: block; transition: all .3s; }

/* ─── HERO ───────────────────────────────────────── */
#hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(to right, rgba(11,17,32,.95) 0%, rgba(11,17,32,.6) 55%, rgba(11,17,32,.2) 100%),
    linear-gradient(to bottom, rgba(11,17,32,.5) 0%, rgba(11,17,32,.2) 50%, rgba(11,17,32,.75) 100%);
}
.hero-bg-img {
  position: absolute; inset: 0; z-index: -1;
  background: url('assets/hero.jpg') center/cover no-repeat;
}
.hero-content { position: relative; z-index: 2; padding: 12rem 3rem 0; width: 100%; }

.hero-label {
  display: inline-flex; align-items: center; gap: .6rem;
  color: var(--teal); font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  margin-bottom: 1.8rem;
  animation: fadeUp .8s .1s both;
}
.hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); animation: blink 2s infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

h1.hero-title {
  font-family: 'Inter', sans-serif; font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.08;
  color: var(--white); max-width: 720px;
  animation: fadeUp .8s .2s both;
}
h1.hero-title em { font-style: normal; color: var(--teal); }

.hero-sub {
  font-weight: 300; font-size: 1.05rem; line-height: 1.8;
  color: rgba(255,255,255,.6); max-width: 520px;
  margin: 1.4rem 0 2.2rem;
  animation: fadeUp .8s .3s both;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp .8s .4s both; }

/* Stats bar */
.hero-stats {
  position: relative; z-index: 2; margin-top: 5rem;
  background: rgba(11,17,32,.85); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  display: grid; grid-template-columns: repeat(3,1fr);
}
.stat-cell {
  padding: 2rem 2.5rem; display: flex; align-items: center; gap: 1.2rem;
  border-right: 1px solid var(--border);
  animation: fadeUp .8s .5s both;
}
.stat-cell:last-child { border-right: none; }
.stat-icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(10,191,188,.12); border: 1px solid rgba(10,191,188,.25);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.stat-icon svg { width: 22px; height: 22px; color: var(--teal); }
.stat-n { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 2rem; color: var(--white); line-height: 1; }
.stat-l { font-size: .75rem; color: var(--grey); letter-spacing: .08em; text-transform: uppercase; margin-top: .2rem; }

/* ─── SERVICES ───────────────────────────────────── */
#services { padding: 6rem 0; background: var(--off); }
.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }

.svc-card {
  background: var(--white); border-radius: var(--r);
  overflow: hidden; border: 1px solid #e8edf5;
  transition: all .3s; cursor: default;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.1); border-color: rgba(10,191,188,.3); }
.svc-card:hover .svc-img img { transform: scale(1.06); }
.svc-img { height: 185px; overflow: hidden; position: relative; }
.svc-img img { transition: transform .5s ease; width: 100%; height: 100%; object-fit: cover; }
.svc-badge {
  position: absolute; top: .8rem; left: .8rem;
  background: var(--teal); color: var(--dark);
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: .6rem;
  letter-spacing: .15em; text-transform: uppercase;
  padding: .28rem .65rem; border-radius: 4px;
}
.svc-body { padding: 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.svc-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem; color: var(--text); margin-bottom: .7rem; }
.svc-desc { font-size: 1rem; font-weight: 300; line-height: 1.65; color: var(--grey); flex: 1; }
.svc-link {
  display: inline-flex; align-items: center; gap: .4rem;
  margin-top: 1rem; font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--teal);
  transition: gap .2s;
}
.svc-link:hover { gap: .7rem; }
.svc-link svg { width: 14px; height: 14px; }
.services-cta { text-align: center; margin-top: 3rem; }

/* ─── ABOUT ──────────────────────────────────────── */
#about { padding: 6rem 0; background: var(--dark); overflow: hidden; position: relative; }
#about::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(10,191,188,.08) 0%, transparent 70%);
  pointer-events: none;
}
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { border-radius: 10px; overflow: hidden; height: 440px; }
.about-img img { filter: grayscale(100%); }
.about-img-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--teal); border-radius: var(--r);
  padding: 1.5rem 2rem;
  display: flex; flex-direction: column; align-items: center;
}
.about-img-badge .big { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 2.8rem; color: var(--dark); line-height: 1; }
.about-img-badge .lbl { font-family: 'Inter', sans-serif; font-weight: 600; font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--dark); opacity: .7; margin-top: .2rem; text-align: center; }
.about-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }
.about-creds-full { grid-template-columns: repeat(4, 1fr); margin-top: 3rem; }
.cred {
  background: var(--dark2); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.2rem;
  display: flex; align-items: flex-start; gap: .8rem;
  transition: border-color .2s;
}
.cred:hover { border-color: rgba(10,191,188,.3); }
.cred-icon { width: 42px; height: 42px; border-radius: 8px; background: rgba(10,191,188,.12); border: 1px solid rgba(10,191,188,.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cred-icon svg { width: 20px; height: 20px; color: var(--teal); }
.cred h4 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: .88rem; color: var(--white); margin-bottom: .2rem; }
.cred p { font-size: .8rem; color: var(--grey); line-height: 1.5; }
.about-btn-row { margin-top: 2.5rem; }

/* ─── PROCESS ────────────────────────────────────── */
#process { padding: 6rem 0; background: var(--off); }
.process-header { text-align: center; max-width: 580px; margin: 0 auto 4rem; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.process-connector {
  position: absolute; top: 1.6875rem; left: calc(12.5% + 1px); right: calc(12.5% + 1px);
  height: 2px; background: linear-gradient(90deg, var(--teal), rgba(10,191,188,.2)); z-index: 0;
}
.process-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 1.2rem; position: relative; z-index: 1; }
.step-circle {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--teal); color: var(--dark);
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.6rem;
  box-shadow: 0 0 0 6px rgba(10,191,188,.15);
  transition: all .3s;
}
.process-step:hover .step-circle { transform: scale(1.12); box-shadow: 0 0 0 10px rgba(10,191,188,.2); }
.step-title { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem; color: var(--text); margin-bottom: .5rem; }
.step-desc { font-size: .87rem; line-height: 1.65; color: var(--grey); }


/* ─── TESTIMONIALS ───────────────────────────────── */
#testimonials { padding: 6rem 0; background: var(--white); }
.test-header { text-align: center; max-width: 560px; margin: 0 auto 3.5rem; }
.test-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.test-card {
  background: var(--off); border: 1px solid #e8edf5; border-radius: var(--r);
  padding: 2rem; transition: all .3s;
}
.test-card:hover { border-color: rgba(10,191,188,.3); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.07); }
.test-stars { color: var(--teal); font-size: .9rem; letter-spacing: .1em; margin-bottom: 1rem; }
.test-text { font-size: .95rem; line-height: 1.75; color: var(--text); font-style: italic; margin-bottom: 1.5rem; }
.test-author { display: flex; align-items: center; gap: .9rem; }
.test-av {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-d));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: .9rem; color: var(--dark);
  flex-shrink: 0;
}
.test-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: .9rem; color: var(--text); }
.test-role { font-size: .78rem; color: var(--grey); }
.test-rating { display: flex; align-items: center; gap: .5rem; margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid #e8edf5; }
.test-rating .avg { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1rem; color: var(--text); }
.test-rating .note { font-size: .8rem; color: var(--grey); }

/* ─── CONTACT ────────────────────────────────────── */
#contact { padding: 6rem 0; background: var(--dark); position: relative; overflow: hidden; }
#contact::before {
  content: ''; position: absolute; bottom: -200px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(10,191,188,.1) 0%, transparent 70%); pointer-events: none;
}
.contact-intro { text-align: center; max-width: 560px; margin: 0 auto 4rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; position: relative; z-index: 1; }
.contact-info h3 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--white); margin-bottom: 1.4rem; }
.info-block { margin-bottom: 2rem; }
.info-label { font-family: 'Inter', sans-serif; font-weight: 700; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--teal); margin-bottom: .7rem; }
.info-row { display: flex; align-items: flex-start; gap: .8rem; margin-bottom: .6rem; color: rgba(255,255,255,.6); font-size: .92rem; line-height: 1.5; }
.info-row svg { width: 15px; height: 15px; color: var(--teal); flex-shrink: 0; margin-top: .18rem; }
.info-row a { color: inherit; transition: color .2s; }
.info-row a:hover { color: var(--teal); }
.hours-row { display: flex; justify-content: space-between; font-size: .88rem; padding: .45rem 0; border-bottom: 1px solid var(--border); color: rgba(255,255,255,.5); }
.hours-row:last-child { border-bottom: none; }
.hours-row strong { color: var(--white); font-weight: 500; }
.service-areas-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .5rem; }
.sa-tag { background: rgba(255,255,255,.05); border: 1px solid var(--border); color: rgba(255,255,255,.45); font-size: .78rem; padding: .28rem .65rem; border-radius: 4px; font-family: 'Inter', sans-serif; font-weight: 600; }

/* Form */
.contact-form { background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: 10px; padding: 2.5rem; }
.form-title { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1.2rem; color: var(--white); margin-bottom: .4rem; }
.form-sub { font-size: .88rem; color: var(--grey); margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fg { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.fg label { font-family: 'Inter', sans-serif; font-weight: 600; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.3); }
.fg input, .fg select, .fg textarea {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px; padding: .78rem 1rem; color: var(--white);
  font-family: 'Inter', sans-serif; font-size: .92rem; outline: none;
  transition: border-color .2s, background .2s; width: 100%;
}
.fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,.2); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: rgba(10,191,188,.5); background: rgba(10,191,188,.04); }
.fg select option { background: #111927; }
.fg textarea { resize: vertical; min-height: 90px; }

/* Form status messages */
.form-msg {
  display: none; padding: .85rem 1.2rem; border-radius: 5px;
  font-size: .88rem; font-weight: 600; margin-bottom: 1rem; text-align: center;
}
.form-msg.success { display: block; background: rgba(10,191,188,.12); border: 1px solid rgba(10,191,188,.3); color: var(--teal); }
.form-msg.error   { display: block; background: rgba(220,53,69,.12); border: 1px solid rgba(220,53,69,.3); color: #f87171; }

.form-btn {
  width: 100%; background: var(--teal); color: var(--dark);
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: .88rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 1rem; border: none; border-radius: 5px; cursor: pointer;
  transition: all .25s; margin-top: .5rem;
  display: flex; align-items: center; justify-content: center; gap: .6rem;
}
.form-btn:hover { background: #0dd4d1; box-shadow: 0 8px 24px rgba(10,191,188,.35); transform: translateY(-1px); }
.form-btn:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.form-btn svg { width: 16px; height: 16px; }

/* ─── FOOTER ─────────────────────────────────────── */
footer { background: var(--dark2); border-top: 1px solid var(--border); }
.footer-simple {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 3rem;
  padding: 2.5rem 3rem;
  border-bottom: 1px solid var(--border);
}
.footer-simple-contact { display: flex; flex-wrap: wrap; gap: .5rem 2rem; }
.footer-simple-right { display: flex; flex-direction: column; align-items: flex-end; gap: 1rem; }
.footer-socials { display: flex; gap: .6rem; }
.social-btn {
  width: 36px; height: 36px; border-radius: 6px;
  background: rgba(255,255,255,.06); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--grey); transition: all .2s;
}
.social-btn:hover { background: rgba(10,191,188,.12); border-color: rgba(10,191,188,.3); color: var(--teal); }
.social-btn svg { width: 15px; height: 15px; }
.footer-contact-item { display: flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--grey); line-height: 1.5; }
.footer-contact-item svg { width: 14px; height: 14px; color: var(--teal); flex-shrink: 0; }
.footer-contact-item a { color: inherit; transition: color .2s; }
.footer-contact-item a:hover { color: var(--teal); }
.footer-wa-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #25d366; color: var(--white);
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: .75rem;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .55rem 1.2rem; border-radius: 6px; transition: all .2s;
}
.footer-wa-btn:hover { background: #1fb959; box-shadow: 0 4px 14px rgba(37,211,102,.4); }
.footer-wa-btn svg { width: 16px; height: 16px; }
.footer-bottom { padding: 1.2rem 3rem; display: flex; align-items: center; justify-content: center; }
.footer-copy { font-size: .8rem; color: rgba(255,255,255,.2); }

/* ─── WHATSAPP FLOAT ─────────────────────────────── */
.wa {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 300;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  animation: wa-bob 3s ease-in-out infinite; transition: box-shadow .3s;
}
.wa:hover { box-shadow: 0 8px 30px rgba(37,211,102,.6); animation: none; transform: scale(1.08); }
.wa svg { width: 27px; height: 27px; fill: white; }
@keyframes wa-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ─── KEYFRAMES ──────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* ─── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 1000px) {
  #nav, #nav.scrolled { padding: .8rem 1.5rem; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(11,17,32,.97); padding: 1.5rem 2rem; gap: 1.2rem; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-hamburger { display: flex; }
  .hero-content { padding: 9rem 1.5rem 0; }
  footer .container { padding: 0 1.5rem; }
  .hero-stats { grid-template-columns: 1fr; }
  .stat-cell { border-right: none; border-bottom: 1px solid var(--border); }
  .stat-cell:last-child { border-bottom: none; }
  .services-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-img-badge { bottom: 1rem; right: 1rem; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .process-connector { display: none; }
  .test-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-simple { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.5rem; }
  .footer-simple-right { align-items: flex-start; }
  .footer-bottom { padding: 1.2rem 1.5rem; }
}
@media (max-width: 600px) {
  .container { padding: 0 1.6rem; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .about-creds { grid-template-columns: 1fr; }
  .about-creds-full { grid-template-columns: 1fr 1fr; }
  h1.hero-title { font-size: 2.2rem; }
  .hero-btns { flex-direction: column; }
  .btn { text-align: center; justify-content: center; }
}
