:root {
  --ink: #172033;
  --muted: #667085;
  --cream: #fffaf2;
  --white: #ffffff;
  --purple: #6c4cff;
  --purple-dark: #4d32d0;
  --pink: #ff6ea9;
  --yellow: #ffd85a;
  --mint: #69d7c0;
  --sky: #71c5ff;
  --border: #e8e7ee;
  --shadow: 0 20px 50px rgba(31, 25, 68, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, .brand strong {
  font-family: "Fredoka", sans-serif;
  line-height: 1.08;
}
h1, h2, h3, p { margin-top: 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232,231,238,.85);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.brand-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: white;
  font: 700 14px/1 "Fredoka", sans-serif;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 9px 20px rgba(108,76,255,.25);
}
.brand strong { display: block; font-size: 21px; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
}
.main-nav a:hover { color: var(--purple); }
.nav-cta {
  color: white !important;
  background: var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
}
.menu-button {
  display: none;
  width: 44px;
  height: 42px;
  border: 1px solid var(--border);
  background: white;
  border-radius: 12px;
  padding: 9px 10px;
}
.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  border-radius: 2px;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 60px;
  padding: 78px max(24px, calc((100vw - 1180px) / 2)) 65px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(255,110,169,.16), transparent 27%),
    radial-gradient(circle at 58% 88%, rgba(105,215,192,.18), transparent 30%),
    var(--cream);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--purple-dark);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero h1 {
  max-width: 690px;
  font-size: clamp(48px, 6vw, 78px);
  letter-spacing: -.04em;
  margin-bottom: 24px;
}
.hero h1 span { color: var(--purple); }
.hero-content > p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 30px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 25px;
}
.button {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: var(--purple);
  color: white;
  box-shadow: 0 12px 24px rgba(108,76,255,.25);
}
.button.primary:hover { background: var(--purple-dark); }
.button.secondary {
  background: white;
  color: var(--ink);
  border: 1px solid var(--border);
}
.button.light {
  background: white;
  color: var(--purple-dark);
}
.button.wide { width: 100%; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

.hero-art {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}
.printer {
  width: min(410px, 92%);
  background: #25273f;
  border: 10px solid #25273f;
  border-radius: 36px;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.printer-top {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 23px;
}
.printer-light {
  width: 12px;
  height: 12px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--mint);
}
.printer-window {
  height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #eaf8ff, #fff7fc);
  border: 5px solid #41445f;
}
.print-head {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 115px;
  height: 56px;
  transform: translateX(-50%);
  background: #353851;
  border-radius: 10px 10px 18px 18px;
}
.print-head:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 28px;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  background: var(--purple);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}
.print-line {
  position: absolute;
  left: 50%;
  height: 4px;
  border-radius: 99px;
  background: rgba(108,76,255,.28);
  transform: translateX(-50%);
}
.line-one { width: 220px; top: 118px; }
.line-two { width: 178px; top: 137px; }
.line-three { width: 140px; top: 156px; }
.printer-bed {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 76%;
  height: 19px;
  border-radius: 50%;
  background: #575a73;
  transform: translateX(-50%);
}
.printer-base {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.printer-base span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #565a78;
}
.tiny-bear {
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: 150px;
  height: 190px;
  transform: translateX(-50%);
  z-index: 2;
}
.bear-head {
  position: absolute;
  left: 27px;
  top: 28px;
  width: 96px;
  height: 86px;
  background: var(--yellow);
  border-radius: 46% 46% 42% 42%;
}
.ear {
  position: absolute;
  top: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--yellow);
}
.ear.left { left: 18px; }
.ear.right { right: 18px; }
.eye {
  position: absolute;
  top: 35px;
  width: 8px;
  height: 11px;
  border-radius: 50%;
  background: var(--ink);
}
.eye-left { left: 26px; }
.eye-right { right: 26px; }
.snout {
  position: absolute;
  width: 30px;
  height: 23px;
  left: 33px;
  top: 50px;
  background: #fff0c4;
  border-radius: 50%;
}
.snout:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  left: 11px;
  top: 5px;
  border-radius: 50%;
  background: var(--ink);
}
.bear-body {
  position: absolute;
  bottom: 0;
  left: 36px;
  width: 78px;
  height: 94px;
  background: var(--yellow);
  border-radius: 36px 36px 24px 24px;
}
.floating-chip {
  position: absolute;
  padding: 9px 14px;
  border-radius: 999px;
  font: 700 13px "Fredoka", sans-serif;
  background: white;
  box-shadow: var(--shadow);
}
.chip-one { top: 74px; left: 5%; transform: rotate(-7deg); }
.chip-two { top: 150px; right: -1%; transform: rotate(7deg); }
.chip-three { bottom: 68px; left: 3%; transform: rotate(5deg); }

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1180px;
  margin: -31px auto 0;
  position: relative;
  z-index: 5;
  background: white;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.category-strip a {
  min-height: 88px;
  padding: 16px;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid var(--border);
}
.category-strip a:last-child { border-right: 0; }
.category-strip a:hover { background: #faf9ff; color: var(--purple); }
.category-strip span { font-size: 24px; }

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 105px 24px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
}
.section-heading.centered {
  justify-content: center;
  text-align: center;
}
.section-heading.centered p { max-width: 680px; color: var(--muted); }
.section h2 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.025em;
  margin-bottom: 12px;
}
.text-link {
  color: var(--purple);
  font-weight: 800;
  white-space: nowrap;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.product-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: white;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.product-image {
  position: relative;
  min-height: 245px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.product-bear { background: #eaf7ff; }
.product-fidget { background: #fff4d3; }
.product-organizer { background: #e8fbf6; }
.product-name { background: #f5ecff; }
.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  padding: 6px 10px;
  background: white;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 6px 15px rgba(0,0,0,.08);
}
.product-info { padding: 20px; }
.product-meta {
  color: var(--purple);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 800;
  margin-bottom: 7px;
}
.product-info h3 { font-size: 25px; margin-bottom: 9px; }
.product-info p { color: var(--muted); font-size: 14px; min-height: 68px; }
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.small-button {
  border: 1px solid var(--border);
  background: white;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 800;
}
.small-button:hover { border-color: var(--purple); color: var(--purple); }
.editing-note {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.simple-bear {
  position: relative;
  width: 142px;
  height: 165px;
}
.simple-ear {
  position: absolute;
  top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #d89a59;
}
.simple-ear.left { left: 15px; }
.simple-ear.right { right: 15px; }
.simple-head {
  position: absolute;
  top: 28px;
  left: 21px;
  width: 100px;
  height: 86px;
  display: grid;
  place-items: center;
  background: #e8ad6d;
  border-radius: 45%;
  font-size: 23px;
}
.simple-body {
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 74px;
  height: 79px;
  background: #e8ad6d;
  border-radius: 34px 34px 20px 20px;
}
.mini-pack {
  position: absolute;
  right: 8px;
  bottom: 27px;
  width: 48px;
  height: 58px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(#ef4d5e 0 33%, white 33% 66%, #4267d5 66%);
  color: var(--ink);
  font: 800 10px "Fredoka";
  border: 3px solid white;
  transform: rotate(5deg);
}
.fidget-rings { position: relative; width: 170px; height: 170px; }
.fidget-rings span {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  border: 18px solid var(--purple);
}
.fidget-rings span:nth-child(2) { inset: 24px; border-color: var(--pink); }
.fidget-rings span:nth-child(3) { inset: 48px; border-color: var(--mint); }
.fidget-rings span:nth-child(4) { inset: 72px; border-color: var(--yellow); }
.organizer {
  width: 170px;
  height: 145px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-radius: 24px 24px 30px 30px;
  background: var(--mint);
  box-shadow: inset 0 -12px 0 rgba(0,0,0,.07);
}
.organizer-slot {
  flex: 1;
  height: 110px;
  border-radius: 18px 18px 8px 8px;
  background: #cbfff4;
  border: 7px solid #56c7af;
}
.organizer-slot.short { height: 82px; }
.name-keychain {
  padding: 14px 19px;
  border-radius: 15px;
  background: var(--purple);
  color: white;
  font: 800 25px "Fredoka";
  letter-spacing: .08em;
  box-shadow: 12px 12px 0 var(--pink);
  transform: rotate(-4deg);
}
.name-keychain:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 9px;
  border-radius: 50%;
  background: #f5ecff;
}

.services-section {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  background: #f9f8ff;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1180px;
  margin: auto;
}
.service-card {
  position: relative;
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: white;
}
.featured-service {
  border: 2px solid var(--purple);
  transform: translateY(-10px);
}
.featured-label {
  position: absolute;
  top: -13px;
  right: 22px;
  padding: 6px 11px;
  color: white;
  background: var(--purple);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.service-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: #f2efff;
  font-size: 25px;
  margin-bottom: 18px;
}
.service-card h3 { font-size: 28px; margin-bottom: 10px; }
.service-card p, .service-card li { color: var(--muted); font-size: 14px; }
.service-card ul { padding-left: 20px; margin: 20px 0 25px; }
.service-card .button { width: 100%; }

.files-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
.files-copy > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}
.file-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0;
}
.file-benefits div {
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 16px;
}
.file-benefits strong, .file-benefits span { display: block; }
.file-benefits span { color: var(--muted); font-size: 11px; margin-top: 4px; }
.file-preview {
  position: relative;
  min-height: 440px;
}
.file-card {
  position: absolute;
  width: min(360px, 90%);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.back-card {
  top: 20px;
  right: 0;
  height: 260px;
  padding: 35px;
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  transform: rotate(8deg);
}
.back-card span, .back-card strong { display: block; }
.back-card span { font: 800 56px "Fredoka"; }
.back-card strong { margin-top: 80px; }
.front-card {
  left: 10px;
  bottom: 12px;
  padding: 28px;
  background: white;
  border: 1px solid var(--border);
  transform: rotate(-3deg);
}
.file-symbol {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #efecff;
  color: var(--purple);
  font: 800 20px "Fredoka";
  margin-bottom: 20px;
}
.front-card h3 { font-size: 27px; margin-bottom: 7px; }
.front-card p { color: var(--muted); font-size: 13px; }
.file-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid var(--border);
  font-size: 13px;
}

.process-section {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: white;
}
.process-section .eyebrow { color: #c7bbff; }
.steps {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.step {
  position: relative;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
}
.step span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--purple);
  font-weight: 800;
}
.step h3 { font-size: 22px; }
.step p { color: #c8ccda; font-size: 13px; margin-bottom: 0; }

.about-card {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 55px;
  align-items: center;
  padding: 52px;
  border-radius: 34px;
  background: var(--cream);
}
.about-art {
  min-height: 300px;
  position: relative;
  display: grid;
  place-items: center;
}
.spool {
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  border: 25px solid #ffb5d2;
  box-shadow: inset 0 0 0 18px var(--pink);
}
.spool-hole {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--cream);
  border: 11px solid white;
}
.filament-path {
  position: absolute;
  width: 135px;
  height: 65px;
  right: 9%;
  top: 39%;
  border-top: 8px solid var(--pink);
  border-radius: 50%;
  transform: rotate(12deg);
}
.mini-print {
  position: absolute;
  right: 1%;
  bottom: 18%;
  padding: 15px;
  border-radius: 14px;
  background: var(--purple);
  color: white;
  font: 800 18px "Fredoka";
}
.about-copy p { color: var(--muted); font-size: 16px; }

.contact-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.contact-copy > p { color: var(--muted); }
.contact-details { margin-top: 35px; }
.contact-details div {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.contact-details span, .contact-details strong { display: block; }
.contact-details span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}
.quote-form {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.quote-form label {
  display: block;
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 800;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d9d8e2;
  border-radius: 13px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  outline: none;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(108,76,255,.10);
}
.form-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--purple-dark);
  font-size: 12px;
  text-align: center;
}

.newsletter {
  max-width: 1180px;
  margin: 0 auto 85px;
  padding: 38px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-radius: 28px;
  color: white;
  background: linear-gradient(135deg, var(--purple), #8d5fff);
}
.newsletter h2 { font-size: 34px; margin-bottom: 5px; }
.newsletter p { margin-bottom: 0; color: #ebe7ff; }

footer {
  max-width: 1180px;
  margin: auto;
  padding: 35px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}
.footer-brand p { margin: 2px 0 0; color: var(--muted); }
.brand-icon.small { width: 40px; height: 40px; border-radius: 12px; font-size: 11px; }
.footer-links { display: flex; gap: 20px; }
footer > p { text-align: right; margin: 0; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 24px 22px;
    background: white;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 5px; }
  .nav-cta { text-align: center; margin-top: 8px; }

  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-content { text-align: center; }
  .hero-content > p { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { min-height: 500px; }

  .category-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 24px;
    margin-right: 24px;
  }
  .category-strip a { border-bottom: 1px solid var(--border); }

  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .featured-service { transform: none; }
  .files-section, .contact-section { grid-template-columns: 1fr; }
  .files-section { gap: 30px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .about-card { grid-template-columns: 1fr; }
  .about-copy { text-align: center; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  footer > p { text-align: center; }
}

@media (max-width: 620px) {
  .site-header { padding-left: 16px; padding-right: 16px; }
  .brand small { display: none; }
  .brand-icon { width: 42px; height: 42px; }

  .hero { min-height: auto; padding: 54px 19px 45px; gap: 25px; }
  .hero h1 { font-size: 48px; }
  .hero-content > p { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-row { font-size: 11px; gap: 10px; }
  .hero-art { min-height: 400px; }
  .printer { width: 310px; }
  .printer-window { height: 285px; }
  .tiny-bear { transform: translateX(-50%) scale(.82); transform-origin: bottom; }
  .floating-chip { font-size: 11px; }
  .chip-two { right: 2%; }

  .category-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -12px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .category-strip a { min-height: 72px; font-size: 12px; }

  .section { padding: 75px 18px; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 10px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-info p { min-height: 0; }
  .file-benefits { grid-template-columns: 1fr; }
  .file-preview { min-height: 390px; }
  .steps { grid-template-columns: 1fr; }
  .about-card { padding: 28px 20px; }
  .contact-section { gap: 35px; }
  .quote-form { padding: 24px 18px; }
  .newsletter {
    margin: 0 18px 65px;
    padding: 30px 22px;
    display: block;
    text-align: center;
  }
  .newsletter .button { margin-top: 20px; width: 100%; }
  .newsletter h2 { font-size: 29px; }
  .footer-links { flex-wrap: wrap; }
}
