:root {
  --ink: #183d4c;
  --ink-deep: #0e2d38;
  --muted: #5f727a;
  --teal: #168f91;
  --teal-dark: #0a6f7f;
  --teal-soft: #e7f7f5;
  --green: #75b745;
  --green-deep: #4f8f2b;
  --green-soft: #eef8e8;
  --coral: #f58a72;
  --coral-soft: #fff0eb;
  --gold: #f2b34e;
  --gold-soft: #fff7df;
  --purple: #8769b3;
  --purple-soft: #f2eef9;
  --blue: #5b9dcf;
  --blue-soft: #ebf5fb;
  --rose: #d87688;
  --rose-soft: #fdeff2;
  --surface: #ffffff;
  --surface-warm: #fffdf9;
  --canvas: #f8faf6;
  --border: #dce8e3;
  --shadow: 0 22px 60px rgba(27, 73, 73, 0.12);
  --shadow-soft: 0 12px 32px rgba(34, 77, 77, 0.09);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink-deep);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 232, 227, 0.92);
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1220px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: clamp(210px, 24vw, 320px);
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--teal-dark);
}

.site-nav .nav-cta {
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--ink-deep);
  color: #fff;
  box-shadow: 0 8px 20px rgba(14, 45, 56, 0.16);
}

.site-nav .nav-cta:hover {
  background: var(--teal-dark);
  color: #fff;
}

.menu-button {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 100px;
  background:
    radial-gradient(circle at 10% 12%, rgba(117, 183, 69, 0.14), transparent 28%),
    radial-gradient(circle at 87% 20%, rgba(22, 143, 145, 0.14), transparent 31%),
    linear-gradient(180deg, #fffdf9 0%, #f7fbf8 100%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.65;
}

.hero-orb-one {
  width: 220px;
  height: 220px;
  right: -70px;
  top: 100px;
  background: rgba(245, 138, 114, 0.13);
}

.hero-orb-two {
  width: 170px;
  height: 170px;
  left: -80px;
  bottom: 42px;
  background: rgba(91, 157, 207, 0.12);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 74px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 22px;
  color: var(--ink-deep);
  font-size: clamp(3.2rem, 6vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-copy h1 span {
  background: linear-gradient(90deg, var(--teal-dark), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: #fff;
  box-shadow: 0 14px 30px rgba(10, 111, 127, 0.22);
}

.button-primary:hover {
  box-shadow: 0 18px 34px rgba(10, 111, 127, 0.28);
}

.button-secondary {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: #b7d1c8;
  box-shadow: var(--shadow-soft);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.phone-shell {
  position: relative;
  width: min(100%, 410px);
  padding: 16px;
  border: 7px solid #203741;
  border-radius: 48px;
  background: #1b3038;
  box-shadow: 0 35px 80px rgba(18, 58, 66, 0.24);
  transform: rotate(1.2deg);
}

.phone-top {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 112px;
  height: 23px;
  border-radius: 0 0 15px 15px;
  background: #203741;
  transform: translateX(-50%);
  z-index: 2;
}

.phone-screen {
  min-height: 580px;
  padding: 28px 20px 20px;
  border-radius: 34px;
  background: linear-gradient(180deg, #fcfffd 0%, #f4faf5 100%);
  overflow: hidden;
}

.mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: var(--ink);
  font-weight: 900;
}

.mini-header img {
  width: 178px;
  max-height: 38px;
  object-fit: contain;
  object-position: left center;
}

.mini-welcome small,
.mini-category > span {
  display: block;
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-welcome strong {
  display: block;
  margin-top: 3px;
  color: var(--ink-deep);
  font-size: 1.3rem;
}

.mini-category {
  margin-top: 18px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.mini-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.mini-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.mini-tool {
  min-height: 104px;
  padding: 12px 8px;
  border: 1px solid rgba(24, 61, 76, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(27, 73, 73, 0.06);
}

.mini-tool b {
  font-size: 1.65rem;
}

.mini-tool small {
  color: var(--ink-deep);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.15;
}

.mini-tool.mint { background: var(--teal-soft); }
.mini-tool.green { background: var(--green-soft); }
.mini-tool.gold { background: var(--gold-soft); }
.mini-tool.blue { background: var(--blue-soft); }
.mini-tool.coral { background: var(--coral-soft); }
.mini-tool.purple { background: var(--purple-soft); }
.mini-tool.aqua { background: #e9f8f8; }
.mini-tool.rose { background: var(--rose-soft); }

.mini-private {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px;
  border-radius: 12px;
  background: #eaf6ec;
  color: #397044;
  font-size: 0.78rem;
  font-weight: 850;
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(220, 232, 227, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  color: var(--ink-deep);
  font-size: 0.86rem;
  backdrop-filter: blur(12px);
}

.floating-card span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-soft);
}

.floating-card-one {
  left: -10px;
  top: 102px;
}

.floating-card-two {
  right: -22px;
  bottom: 84px;
}

.purpose-section {
  padding: 84px 0;
  background: #fff;
}

.purpose-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.purpose-grid h2,
.section-heading h2,
.privacy-copy h2,
.provider-copy h2,
.faq-grid h2,
.closing-panel h2 {
  margin: 12px 0 0;
  color: var(--ink-deep);
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.purpose-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
}

.tools-section {
  padding: 104px 0;
  background: linear-gradient(180deg, #f8fbf8 0%, #fffdf9 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading p {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.category-block {
  margin-top: 58px;
}

.category-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.category-badge {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  font-size: 1.7rem;
}

.category-title span {
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.category-title h3 {
  margin: 3px 0 0;
  color: var(--ink-deep);
  font-size: 1.45rem;
}

.tool-cards {
  display: grid;
  gap: 20px;
}

.tool-cards.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tool-cards.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tool-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(24, 61, 76, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.tool-card::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  right: -38px;
  bottom: -38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.tool-card-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 1.7rem;
  box-shadow: 0 8px 20px rgba(27, 73, 73, 0.08);
}

.tool-card h4 {
  margin: 20px 0 8px;
  color: var(--ink-deep);
  font-size: 1.35rem;
}

.tool-card p {
  margin: 0;
  color: #526971;
}

.best-for {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  color: var(--ink);
  font-size: 0.84rem;
}

.mint-card { background: linear-gradient(145deg, #effbf7, #e4f5ee); }
.green-card { background: linear-gradient(145deg, #f4faed, #eaf5dd); }
.gold-card { background: linear-gradient(145deg, #fff9e9, #fff1ca); }
.blue-card { background: linear-gradient(145deg, #f0f8fd, #e2f1fa); }
.coral-card { background: linear-gradient(145deg, #fff4ef, #ffe7dc); }
.purple-card { background: linear-gradient(145deg, #f7f3fc, #eee7f8); }
.aqua-card { background: linear-gradient(145deg, #effcfc, #ddf4f4); }
.rose-card { background: linear-gradient(145deg, #fff3f6, #fbe3e8); }

.how-section {
  padding: 102px 0;
  background: #fff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  box-shadow: var(--shadow-soft);
}

.step-number {
  position: absolute;
  right: 18px;
  top: 16px;
  color: #c0d2ca;
  font-size: 2.4rem;
  font-weight: 900;
}

.step-icon {
  font-size: 2.2rem;
}

.step-card h3 {
  margin: 18px 0 8px;
  color: var(--ink-deep);
  font-size: 1.25rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
}

.privacy-section {
  padding: 104px 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(22, 143, 145, 0.12), transparent 32%),
    #eff8f5;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.privacy-art {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.shield-ring {
  display: grid;
  width: 230px;
  height: 230px;
  place-items: center;
  border: 18px solid rgba(22, 143, 145, 0.12);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
}

.shield-ring span {
  font-size: 5rem;
}

.privacy-chip {
  position: absolute;
  padding: 9px 13px;
  border: 1px solid rgba(22, 143, 145, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: var(--shadow-soft);
}

.chip-one { left: 6%; top: 18%; }
.chip-two { right: 2%; top: 27%; }
.chip-three { left: 4%; bottom: 21%; }
.chip-four { right: 7%; bottom: 14%; }

.privacy-copy > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.privacy-list {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.privacy-list > div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 15px;
  border: 1px solid rgba(22, 143, 145, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.privacy-list span {
  display: grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #dff2e5;
  color: #397044;
  font-weight: 900;
}

.privacy-list p {
  margin: 0;
  color: #526971;
}

.provider-section {
  padding: 104px 0;
  background: #fff;
}

.provider-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 70px;
  align-items: center;
  padding: 64px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(117, 183, 69, 0.22), transparent 25%),
    linear-gradient(145deg, #0d4653, #0a6f7f);
  box-shadow: 0 32px 80px rgba(13, 70, 83, 0.25);
}

.provider-copy h2,
.provider-copy p,
.provider-copy .section-kicker {
  color: #fff;
}

.provider-copy > p {
  color: rgba(255, 255, 255, 0.8);
}

.provider-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.provider-points span {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.provider-points b {
  display: grid;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.button-light {
  background: #fff;
  color: var(--teal-dark);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.provider-card-stack {
  position: relative;
  min-height: 340px;
}

.provider-card {
  position: absolute;
  width: 78%;
  min-height: 230px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

.provider-card span {
  font-size: 2.2rem;
}

.provider-card small,
.provider-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ink-deep);
}

.provider-card p {
  color: var(--muted);
}

.provider-card-back {
  left: 2%;
  top: 6%;
  transform: rotate(-8deg);
  opacity: 0.62;
}

.provider-card-middle {
  right: 4%;
  top: 12%;
  transform: rotate(7deg);
  opacity: 0.82;
}

.provider-card-front {
  left: 12%;
  top: 44px;
  z-index: 3;
}

.faq-section {
  padding: 104px 0;
  background: #fbfcfa;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.faq-intro {
  color: var(--muted);
}

.accordion-list {
  display: grid;
  gap: 12px;
}

.accordion-list details {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(27, 73, 73, 0.05);
}

.accordion-list summary {
  padding: 20px 22px;
  color: var(--ink-deep);
  font-weight: 850;
  cursor: pointer;
}

.accordion-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.closing-section {
  padding: 90px 0;
  background: #fff;
}

.closing-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 36px 40px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(135deg, #f1fbf7, #fff8ef);
  box-shadow: var(--shadow-soft);
}

.closing-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 20px;
  background: #fff;
  font-size: 2.2rem;
  box-shadow: var(--shadow-soft);
}

.closing-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.closing-panel p {
  margin: 7px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--border);
  background: #f5f8f5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-brand img {
  width: 240px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand p,
.footer-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.footer-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

:focus-visible {
  outline: 3px solid rgba(22, 143, 145, 0.32);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 88px;
    display: none;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero-grid,
  .purpose-grid,
  .privacy-grid,
  .provider-panel,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lead,
  .section-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .hero-visual {
    min-height: 630px;
  }

  .purpose-grid,
  .privacy-grid,
  .faq-grid {
    gap: 36px;
  }

  .tool-cards.three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .provider-panel {
    padding: 48px 38px;
  }

  .provider-card-stack {
    min-height: 330px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }

  .closing-panel {
    grid-template-columns: auto 1fr;
  }

  .closing-panel .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .section-inner,
  .header-inner {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 185px;
  }

  .menu-label {
    display: none;
  }

  .hero-section {
    padding: 58px 0 72px;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .hero-actions .button,
  .closing-panel .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 570px;
  }

  .phone-shell {
    width: min(100%, 355px);
    border-radius: 40px;
  }

  .phone-screen {
    min-height: 515px;
    padding: 25px 14px 16px;
  }

  .mini-header img {
    width: 150px;
  }

  .mini-tool {
    min-height: 88px;
  }

  .floating-card {
    display: none;
  }

  .purpose-section,
  .tools-section,
  .how-section,
  .privacy-section,
  .provider-section,
  .faq-section,
  .closing-section {
    padding: 72px 0;
  }

  .tool-cards.three-up,
  .tool-cards.two-up,
  .steps-grid,
  .provider-points {
    grid-template-columns: 1fr;
  }

  .tool-card {
    min-height: auto;
    padding-bottom: 84px;
  }

  .category-title {
    align-items: flex-start;
  }

  .privacy-art {
    min-height: 350px;
  }

  .shield-ring {
    width: 190px;
    height: 190px;
  }

  .provider-panel {
    width: min(100% - 20px, 1180px);
    padding: 38px 22px;
    border-radius: 26px;
  }

  .provider-card {
    width: 84%;
  }

  .closing-panel {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .closing-icon {
    width: 60px;
    height: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
