* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

img {
  max-width: 100%;
}

/* HEADER */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-flex {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 52px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a:hover {
  color: #1d4ed8;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

/* COMMON HERO */

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background: linear-gradient(90deg, #ffffff 0%, #f8fbff 55%, #eef5ff 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 520px;
  height: 330px;
  background: url("images/printer-bg.png") no-repeat right bottom;
  background-size: contain;
  opacity: 0.18;
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: 46px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.page-hero p {
  max-width: 720px;
  font-size: 18px;
  color: #334155;
}

/* PRINT HELP LANDING */

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 55px;
  min-height: 720px;
  background: linear-gradient(90deg, #ffffff 0%, #f8fbff 55%, #eef5ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 620px;
  height: 420px;
  background: url("images/printer-bg.png") no-repeat left bottom;
  background-size: contain;
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 55px;
  align-items: start;
}

.badge {
  display: inline-block;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  border-radius: 30px;
  padding: 5px 14px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h1 {
  font-size: 56px;
  line-height: 1.08;
  margin-bottom: 22px;
  letter-spacing: -1.5px;
  color: #0f172a;
}

.blue {
  color: #1d4ed8;
}

.hero-text {
  font-size: 18px;
  color: #334155;
  max-width: 560px;
  margin-bottom: 30px;
}

.feature {
  display: flex;
  gap: 14px;
  margin: 22px 0;
  align-items: flex-start;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.feature strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
}

.feature span {
  font-size: 14px;
  color: #475569;
}

.form-card {
  background: #ffffff;
  padding: 38px 34px;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  border: 1px solid #e5e7eb;
}

.form-card h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px;
}

.form-card p {
  text-align: center;
  color: #475569;
  font-size: 15px;
  margin-bottom: 22px;
}

.input-wrap {
  position: relative;
  margin-bottom: 16px;
}

.input-wrap span {
  position: absolute;
  left: 16px;
  top: 14px;
  color: #64748b;
  font-size: 18px;
}

.input-wrap input,
.input-wrap textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 14px 14px 14px 48px;
  font-size: 15px;
  outline: none;
}

.input-wrap textarea {
  height: 125px;
  resize: none;
}

.input-wrap input:focus,
.input-wrap textarea:focus {
  border-color: #1d4ed8;
}

.submit-btn {
  width: 100%;
  background: #16b957;
  border: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
}

.form-safe {
  text-align: center;
  color: #64748b;
  font-size: 13px;
  margin-top: 15px;
}

.cta-strip {
  position: relative;
  z-index: 5;
  margin: 55px auto 0;
  background: #eaf2ff;
  border-radius: 14px;
  padding: 26px 34px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
}

.cta-left {
  display: flex;
  gap: 18px;
  align-items: center;
}

.cta-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #dbeafe;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.cta-left h3 {
  font-size: 22px;
}

.cta-left p {
  color: #475569;
  font-size: 15px;
}

.call-btn,
.chat-btn {
  border: none;
  border-radius: 10px;
  padding: 17px 28px;
  min-width: 200px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.call-btn {
  background: #ffffff;
  color: #1d4ed8;
}

.chat-btn {
  background: #0646c8;
  color: #ffffff;
}

.call-btn small,
.chat-btn small {
  display: block;
  font-weight: 600;
  font-size: 13px;
}

/* SECTIONS */

.section,
.services {
  padding: 70px 0;
  background: #ffffff;
}

.section h2,
.section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}

.section-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 35px;
  color: #64748b;
}

.underline {
  width: 58px;
  height: 4px;
  background: #1d4ed8;
  margin: 0 auto 35px;
  border-radius: 10px;
}

.service-grid,
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card,
.card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 42px 28px;
  text-align: center;
  min-height: 250px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  background: #ffffff;
}

.service-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #1d4ed8;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.service-card h3,
.card h3 {
  font-size: 19px;
  margin-bottom: 14px;
}

.service-card p,
.card p {
  color: #334155;
  font-size: 15px;
}

/* CONTENT PAGES */

.content {
  max-width: 900px;
  margin: auto;
}

.content h2 {
  font-size: 28px;
  margin: 28px 0 12px;
}

.content h3 {
  font-size: 22px;
  margin: 24px 0 10px;
}

.content p,
.content li {
  margin-bottom: 14px;
  color: #334155;
}

.content ul {
  padding-left: 22px;
}

/* CONTACT */

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
}

.contact-box,
.contact-form {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}

.contact-form label {
  display: block;
  margin: 14px 0 6px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 16px;
}

.btn {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 12px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn.primary {
  background: #1d4ed8;
  color: #ffffff;
}

.btn.secondary {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #1d4ed8;
}

.btn.full {
  width: 100%;
  text-align: center;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.small-note {
  font-size: 13px;
  color: #64748b;
  margin: 14px 0;
}

/* DISCLAIMER */

.disclaimer {
  margin-bottom: 40px;
}

.disclaimer-box {
  border: 1px solid #fbbf24;
  background: #fffbeb;
  border-radius: 10px;
  padding: 24px 28px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.disclaimer-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fef3c7;
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

/* PROCESS */

.process-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #eff6ff;
}

.process-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.12);
}

.loader {
  width: 58px;
  height: 58px;
  border: 6px solid #dbeafe;
  border-top-color: #1d4ed8;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* FOOTER */

.footer {
  background: #071525;
  color: #cbd5e1;
  padding: 45px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 35px;
}

.footer h3,
.footer h4 {
  color: #ffffff;
  margin-bottom: 14px;
}

.footer a,
.footer p {
  display: block;
  color: #cbd5e1;
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  margin-top: 35px;
  padding: 16px;
  text-align: center;
  font-size: 14px;
}

/* MOBILE */

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #ffffff;
    padding: 22px;
    border-bottom: 1px solid #e5e7eb;
  }

  .main-nav.show {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding: 35px 0;
  }

  .hero::before {
    width: 100%;
    height: 260px;
    left: 0;
    bottom: 310px;
    background-position: center bottom;
    background-size: 90% auto;
    opacity: 0.18;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .hero-text {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .badge {
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 14px;
  }

  .feature {
    margin: 14px 0;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .form-card {
    padding: 24px 18px;
    border-radius: 14px;
    margin-top: 120px;
  }

  .form-card h2 {
    font-size: 25px;
  }

  .cta-strip {
    grid-template-columns: 1fr;
    padding: 22px;
    margin-top: 28px;
  }

  .cta-left {
    align-items: flex-start;
  }

  .cta-circle {
    width: 56px;
    height: 56px;
    font-size: 26px;
  }

  .call-btn,
  .chat-btn {
    width: 100%;
    min-width: auto;
  }

  .service-grid,
  .cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    text-align: left;
    gap: 14px;
    padding: 16px;
    min-height: auto;
    align-items: center;
  }

  .service-icon {
    width: 54px;
    height: 54px;
    font-size: 25px;
    margin: 0;
  }

  .service-card h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .service-card p {
    font-size: 13px;
  }

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

  .page-hero {
    padding: 50px 0;
  }

  .page-hero h1 {
    font-size: 36px;
  }

  .page-hero::before {
    width: 100%;
    height: 220px;
    opacity: 0.12;
  }

  .disclaimer-box {
    padding: 18px;
    gap: 14px;
  }

  .disclaimer-icon {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

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