


/* ======================================================
      PAYSTATE TECHNOLOGIES - © 2026 ALLL RIGHTS RESERVED
========================================================== */


:root {
  --page-padding: 20px;
}

.page-shell {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-mark {
  width: 36px;
  height: 36px;
}

.brand-mark__shape {
  width: 24px;
  height: 24px;
}

.contact-button{

    padding:12px 18px;

    font-size:.9rem;
}


.contact-button {
  min-height: 44px;
  padding: 10px 16px;
  gap: 8px;

  font-size: 0.82rem;
}

.button-arrow {
  width: 18px;
  height: 18px;
}




/* ========================================
   MOBILE HERO
======================================== */

.hero {
  min-height: auto;
  padding: 40px 20px 72px;
}

.hero-title {
  font-family: "Gupter", serif;
  font-size: clamp(2.9rem, 13vw, 4.25rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  font-weight: 700;

  max-width: 7.5ch;
  margin: 48px 0 72px;
}

.hero-support {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.hero-arrow{
    width:48px;
    height:48px;
}

.hero-statement {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(2.15rem, 10vw, 3.25rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  font-weight: 500;

  max-width: 8.5ch;
  margin: 0;
}

.info-grid {
  grid-template-columns: 1fr;
  gap: 42px;
  margin-top: 88px;
}

.info-card h2 {
  margin-bottom: 12px;
  font-size: 18px;
}

.info-card p {
  max-width: 95%;
  font-size: 22px;
  line-height: 1.08;
}

.site-footer {
  margin-top: 88px;
}

.footer-main{

    flex-direction:column;

    align-items:flex-start;

    gap:18px;
}

.footer-meta{

    flex-wrap:wrap;

    gap:14px;

    font-size:.74rem;
}

.footer-brand {
  font-size: clamp(72px, 22vw, 110px);
  line-height: 0.82;
}

.footer-copyright {
  margin-top: 34px;
  font-size: 15px;
  white-space: normal;
}

.footer-legal {
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.3;
}

.footer-legal p + p {
  margin-top: 4px;
}
/* ========================================
   MOBILE COOKIE NOTICE
======================================== */

.cookie-banner {
  left: 16px;
  right: 16px;
  bottom: 16px;

  width: auto;
  padding: 16px 17px;

  border-radius: 13px;
}

.cookie-message {
  font-size: 0.84rem;
}

.cookie-actions {
  gap: 16px;
  margin-top: 15px;
}

.cookie-links {
  gap: 16px;
}

.cookie-link,
.cookie-accept {
  font-size: 0.74rem;
}

.cookie-arrow {
  width: 17px;
  height: 17px;
}
.cookie-actions {
  align-items: flex-end;
}

.cookie-choice {
  gap: 14px;
}

.cookie-reject,
.cookie-accept {
  font-size: 0.72rem;
}

/* ========================================
   MOBILE LEGAL PAGES
======================================== */

.legal {
  padding-top: 72px;
}

.legal-hero {
  display: block;
}

.legal-eyebrow {
  margin: 0 0 28px;
  font-size: 0.74rem;
}

.legal-title {
  max-width: none;

  font-size: clamp(5rem, 25vw, 7rem);
  line-height: 0.76;
  letter-spacing: -0.065em;
}

.legal-meta {
  display: flex;

  margin-top: 48px;
  padding-top: 14px;

  font-size: 0.76rem;
}

.legal-layout {
  display: block;
  margin-top: 88px;
}

.legal-index {
  position: static;

  margin-bottom: 82px;
  padding-bottom: 34px;

  border-bottom: 1px solid rgba(5, 5, 5, 0.3);
}

.legal-index__label {
  margin-bottom: 20px;
  font-size: 0.7rem;
}

.legal-index nav {
  gap: 10px;
}

.legal-index a {
  font-size: 0.8rem;
}

.legal-section {
  display: block;
  padding-bottom: 76px;
}

.legal-section + .legal-section {
  padding-top: 42px;
}

.legal-number {
  margin: 0 0 22px;
  font-size: 0.72rem;
}

.legal-section h2 {
  margin-bottom: 28px;

  font-size: clamp(2.7rem, 14vw, 4rem);
  line-height: 0.88;
}

.legal-section > p:not(.legal-number),
.legal-section li,
.legal-contact {
  max-width: none;

  font-size: 1.08rem;
  line-height: 1.3;
}

.legal-section ul {
  max-width: none;
  padding-left: 1.15em;
}

.legal-footer {
  display: block;

  margin-top: 0;
  padding-top: 24px;

  font-size: 0.76rem;
}

.legal-footer > a {
  display: block;

  margin-bottom: 38px;

  font-size: clamp(3.7rem, 18vw, 5rem);
}

.legal-footer__links {
  margin-bottom: 20px;
}

.legal-footer p {
  text-align: left;
}
}


@media (max-width: 390px) {
  .cookie-actions {
    display: block;
  }

  .cookie-choice {
    width: 100%;
    justify-content: space-between;
    margin-top: 18px;
  }
}