:root {
  --ink: #062f4f;
  --ink-deep: #031e33;
  --ice: #08c7d8;
  --ice-soft: #dffbfc;
  --sun: #ffad16;
  --snow: #f7faf9;
  --paper: #ffffff;
  --muted: #5d7180;
  --line: #d8e6e9;
  --shadow: 0 22px 60px rgba(3, 30, 51, 0.13);
  --radius: 24px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-deep);
  background: var(--snow);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 10px clamp(20px, 5vw, 76px);
  background: rgba(247, 250, 249, 0.9);
  border-bottom: 1px solid rgba(216, 230, 233, 0.8);
  backdrop-filter: blur(14px);
}
.brand img { width: 255px; height: 62px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); font-weight: 750; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: var(--ice); transform: scaleX(0); transition: .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(70px, 9vw, 130px) clamp(20px, 7vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 173, 22, .18), transparent 18%),
    radial-gradient(circle at 72% 66%, rgba(8, 199, 216, .16), transparent 24%),
    linear-gradient(135deg, #fff 0%, #eefafb 100%);
}
.eyebrow { margin: 0 0 14px; color: #087f91; font-size: .82rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3rem, 6.7vw, 6.5rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4.25rem); }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
.hero-lead { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-weight: 850; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 28px rgba(6, 47, 79, .24); }
.button-primary:hover { background: #074a76; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.66); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: .93rem; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: #079aad; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 550px; }
.hero-visual::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid rgba(8,199,216,.25); border-radius: 50%; transform: scale(1.24); }
.logo-orbit { position: relative; width: min(100%, 510px); padding: 18px; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(255,255,255,.6); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.logo-orbit img { width: 100%; border-radius: 50%; }
.status-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.9); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: 0 12px 30px rgba(3,30,51,.12); font-size: .85rem; font-weight: 800; }
.status-card span { width: 9px; height: 9px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 0 5px rgba(8,199,216,.15); }
.status-card-one { top: 13%; right: -1%; }
.status-card-two { bottom: 13%; left: -5%; }

.section { padding: clamp(85px, 10vw, 145px) clamp(20px, 7vw, 110px); }
.section-heading { max-width: 810px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin: -22px 0 32px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); background: var(--snow); font-size: .84rem; }
.price-legend span { display: inline-flex; align-items: center; gap: 8px; }
.price-legend strong { margin-left: auto; color: var(--ink); }
.price-legend i { width: 9px; height: 9px; border-radius: 50%; }
.basic-dot { background: var(--ice); }
.gamer-dot { background: var(--sun); }
.catalog-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin: -18px 0 30px; }
.filter-button { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; font-weight: 800; cursor: pointer; }
.filter-button.active { color: white; border-color: var(--ink); background: var(--ink); }
.service-card { display: flex; flex-direction: column; min-height: 365px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card[hidden] { display: none; }
.service-card:hover { transform: translateY(-6px); border-color: #9be6ec; box-shadow: var(--shadow); }
.service-card.featured { color: white; border-color: var(--ink); background: var(--ink); }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured p { color: #c7e6ec; }
.service-card ul { margin: 20px 0 24px; padding-left: 18px; color: var(--muted); font-size: .88rem; }
.service-card.featured ul { color: #c7e6ec; }
.service-number { display: inline-block; margin-bottom: 30px; color: #069bad; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.price-matrix { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 5px 10px; margin: auto 0 20px; padding: 14px; border-radius: 14px; color: var(--muted); background: var(--snow); font-size: .76rem; line-height: 1.35; }
.price-matrix strong { color: var(--ink); }
.price-matrix.compact { grid-template-columns: 1fr 1fr; }
.featured .price-matrix { color: #d6edf1; background: rgba(255,255,255,.09); }
.featured .price-matrix strong { color: white; }
.add-service { width: 100%; margin-top: auto; padding: 12px 15px; border: 1px solid #9ddfe5; border-radius: 12px; color: var(--ink); background: var(--ice-soft); font-weight: 850; cursor: pointer; }
.featured .add-service { color: var(--ink-deep); border-color: var(--ice); background: var(--ice); }
.add-service.added { color: white; border-color: #0b846f; background: #0b846f; }
.service-note { background: var(--ice-soft); }

.plans { background: #edf8f9; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(3,30,51,.06); }
.plan-card p, .plan-card li { color: var(--muted); }
.plan-card ul { flex: 1; padding-left: 20px; }
.plan-price { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; margin: 6px 0 24px; padding: 14px; border-radius: 14px; color: var(--ink); background: var(--ice-soft); font-size: .92rem; font-weight: 850; }
.plan-price small { align-self: center; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.plan-featured { transform: translateY(-12px); border: 2px solid var(--ice); }
.plan-tag { align-self: flex-start; margin-bottom: 36px; padding: 6px 11px; border-radius: 99px; color: #087f91; background: var(--ice-soft); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.process { background: var(--ink-deep); color: white; }
.process .eyebrow { color: var(--ice); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; counter-reset: process; background: rgba(255,255,255,.15); }
.process-list li { min-height: 245px; padding: 32px; background: var(--ink-deep); counter-increment: process; }
.process-list li::before { content: "0" counter(process); display: block; margin-bottom: 58px; color: var(--ice); font-weight: 900; }
.process-list strong, .process-list span { display: block; }
.process-list strong { margin-bottom: 10px; font-size: 1.15rem; }
.process-list span { color: #a8c2cf; }

.assurances { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); background: white; }
.assurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.assurance-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 18px; }
.assurance-grid strong { color: var(--ice); font-size: .78rem; }
.assurance-grid h3 { margin: 28px 0 8px; }
.assurance-grid p { margin: 0; color: var(--muted); }

.faq { background: var(--snow); }
.faq-list { max-width: 940px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 4px; color: var(--ink); font-size: 1.08rem; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; color: #079aad; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: -8px 0 25px; color: var(--muted); }

.quote-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); background: #eaf7f8; }
.quote-copy img { width: 330px; margin-top: 50px; }
.quote-copy > p:not(.eyebrow) { color: var(--muted); }
.selection-box { margin-top: 30px; padding: 20px; border: 1px solid #b9e7eb; border-radius: 16px; background: rgba(255,255,255,.72); }
.selection-box ul { margin: 10px 0 0; padding-left: 20px; color: var(--muted); }
.selection-box li { margin: 5px 0; }
.selection-box button { margin-left: 8px; border: 0; color: #a63d40; background: none; cursor: pointer; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: clamp(24px, 4vw, 48px); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.quote-form label { display: grid; gap: 8px; color: var(--ink); font-size: .9rem; font-weight: 800; }
.quote-form .wide-field, .quote-form .button, .form-note, .quote-result { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--ink-deep); background: #fbfdfd; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--ice); box-shadow: 0 0 0 4px rgba(8,199,216,.12); }
textarea { resize: vertical; }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: .82rem; }
.quote-result { padding: 18px; border-radius: 14px; background: var(--ice-soft); white-space: pre-wrap; }
.quote-result button { margin-top: 12px; }

.service-order-section { background: white; }
.admin-login { max-width: 520px; margin: 0 auto; padding: clamp(28px, 5vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--snow); box-shadow: var(--shadow); }
.admin-login > img { width: 260px; margin: 0 auto 34px; }
.admin-login > p:not(.eyebrow) { color: var(--muted); }
.admin-login form { display: grid; gap: 17px; margin-top: 26px; }
.admin-login label, .order-search { display: grid; gap: 7px; color: var(--ink); font-size: .88rem; font-weight: 800; }
.admin-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 42px; padding: 16px 20px; border: 1px solid #9fded1; border-radius: 16px; background: #ebfaf5; }
.admin-bar div, .admin-bar strong { display: flex; align-items: center; gap: 12px; }
.secure-badge { padding: 6px 10px; border-radius: 999px; color: white; background: #0b846f; font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.order-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .55fr); gap: 26px; align-items: start; }
.service-order-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--snow); box-shadow: var(--shadow); }
.service-order-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-width: 0; margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.service-order-form fieldset.wide-field, .service-order-form .order-actions, .service-order-form > .form-note { grid-column: 1 / -1; }
.service-order-form legend { padding: 0 8px; color: var(--ink); font-size: 1.05rem; font-weight: 900; }
.service-order-form label { display: grid; align-content: start; gap: 7px; color: var(--ink); font-size: .88rem; font-weight: 800; }
.service-order-form label span { color: var(--muted); font-size: .75rem; font-weight: 600; }
.service-order-form .wide-field { grid-column: 1 / -1; }
.accessory-picker { display: flex; flex-wrap: wrap; gap: 10px; padding: 15px; border-radius: 13px; background: var(--ice-soft); }
.accessory-picker strong { width: 100%; color: var(--ink); }
.accessory-picker label { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #b9e7eb; border-radius: 10px; background: white; font-weight: 700; }
.accessory-picker input, .consent input { width: auto; margin: 0; accent-color: var(--ink); }
.service-order-form .consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 10px; padding: 15px; border-radius: 13px; background: #fff8e9; }
.order-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.order-benefits { position: sticky; top: 110px; padding: 28px; border-radius: var(--radius); color: white; background: var(--ink); }
.order-benefits h3 { margin-bottom: 20px; }
.order-benefits ul { padding-left: 20px; color: #d6edf1; }
.order-benefits p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: #a8cbd5; font-size: .83rem; }
.service-order-preview { margin-top: 34px; }
.receipt-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.service-receipt { max-width: 900px; margin: 0 auto; padding: 42px; border: 1px solid var(--line); color: #15242c; background: white; box-shadow: var(--shadow); }
.receipt-header { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; padding-bottom: 22px; border-bottom: 3px solid var(--ink); }
.receipt-header img { width: 270px; }
.receipt-meta { text-align: right; }
.receipt-meta strong, .receipt-meta span { display: block; }
.receipt-meta strong { color: var(--ink); font-size: 1.15rem; }
.receipt-meta span { color: var(--muted); font-size: .82rem; }
.receipt-title { margin: 28px 0 20px; color: var(--ink); font-size: 1.7rem; letter-spacing: -.02em; }
.receipt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.receipt-block { margin-top: 22px; }
.receipt-block h4 { margin: 0 0 11px; padding-bottom: 7px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.receipt-field { min-height: 42px; }
.receipt-field strong, .receipt-field span { display: block; }
.receipt-field strong { color: var(--muted); font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.receipt-field span { white-space: pre-wrap; }
.receipt-full { grid-column: 1 / -1; }
.receipt-notice { margin-top: 24px; padding: 14px; border: 1px solid #f0d9a4; border-radius: 10px; background: #fff9ec; font-size: .78rem; }
.receipt-signatures { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 58px; }
.signature-line { padding-top: 8px; border-top: 1px solid #657781; text-align: center; font-size: .78rem; }
.receipt-footer { margin-top: 28px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; text-align: center; }
.orders-dashboard { margin-top: 55px; padding-top: 45px; border-top: 1px solid var(--line); }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dashboard-heading h3 { margin: 0; font-size: 2rem; }
.order-search { max-width: 620px; margin: 24px 0 12px; }
.orders-list { display: grid; gap: 14px; margin-top: 22px; }
.order-record { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--snow); }
.order-record-main > span { color: var(--muted); font-size: .74rem; }
.order-record-main h4 { margin: 4px 0; color: var(--ink); font-size: 1.15rem; }
.order-record-main p { margin: 5px 0 0; color: var(--muted); }
.order-record-actions { display: grid; grid-template-columns: minmax(190px, 1fr); gap: 8px; align-content: start; }
.order-record-actions label { display: grid; gap: 5px; color: var(--ink); font-size: .75rem; font-weight: 800; }
.order-delete { padding: 9px 12px; border: 0; color: #a63d40; background: transparent; font-weight: 800; cursor: pointer; }
.contact-dock { position: fixed; right: 18px; bottom: 18px; z-index: 18; display: flex; flex-direction: column; gap: 9px; }
.contact-dock a { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 8px 14px 8px 8px; border-radius: 999px; color: white; box-shadow: 0 10px 28px rgba(3,30,51,.24); }
.contact-dock span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: .72rem; font-weight: 900; }
.contact-dock strong { font-size: .82rem; }
.whatsapp-link { background: #128c7e; }
.email-link { background: var(--ink); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 28px clamp(20px, 7vw, 110px); color: #c7e6ec; background: var(--ink-deep); }
.site-footer img { width: 54px; }
.site-footer strong, .site-footer span { display: block; }
.site-footer span, .site-footer p { margin: 0; font-size: .8rem; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .logo-orbit { width: min(82vw, 430px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-featured { transform: none; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .assurances { grid-template-columns: 1fr; }
  .quote-section { grid-template-columns: 1fr; }
  .order-layout { grid-template-columns: 1fr; }
  .order-benefits { position: static; }
  .order-record { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; }
  .brand img { width: 190px; height: 50px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: var(--snow); box-shadow: 0 16px 30px rgba(3,30,51,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 4px; }
  .hero { min-height: auto; padding-top: 78px; }
  .hero-visual { min-height: 340px; }
  .status-card { display: none; }
  .service-grid, .process-list, .quote-form, .assurance-grid { grid-template-columns: 1fr; }
  .service-order-form, .service-order-form fieldset, .receipt-grid { grid-template-columns: 1fr; }
  .service-order-form fieldset, .service-order-form fieldset.wide-field, .service-order-form .order-actions, .service-order-form > .form-note, .service-order-form .wide-field, .receipt-full { grid-column: 1; }
  .service-receipt { padding: 24px; }
  .receipt-header { grid-template-columns: 1fr; }
  .receipt-meta { text-align: left; }
  .receipt-signatures { gap: 25px; }
  .admin-bar, .dashboard-heading { align-items: stretch; flex-direction: column; }
  .admin-bar div, .admin-bar strong { align-items: flex-start; flex-direction: column; }
  .contact-dock { right: 12px; bottom: 12px; }
  .contact-dock strong { display: none; }
  .contact-dock a { min-height: 46px; padding: 7px; }
  .price-legend strong { width: 100%; margin-left: 0; }
  .quote-form label, .quote-form .button, .form-note, .quote-result { grid-column: 1; }
  .process-list li { min-height: 210px; }
  .site-footer { grid-template-columns: auto 1fr; }
  .site-footer p { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media print {
  @page { size: A4; margin: 8mm 10mm; }
  body.printing-service-order { background: white; }
  body.printing-service-order > *:not(main), body.printing-service-order main > section:not(#orden-servicio), body.printing-service-order #orden-servicio > *:not(#service-order-preview), body.printing-service-order .receipt-toolbar { display: none !important; }
  body.printing-service-order main, body.printing-service-order #orden-servicio, body.printing-service-order #service-order-preview { display: block !important; margin: 0; padding: 0; }
  body.printing-service-order .service-receipt { display: block; max-width: none; margin: 0; padding: 0; border: 0; box-shadow: none; font-size: 9pt; line-height: 1.35; }
  body.printing-service-order .receipt-header { padding-bottom: 4mm; }
  body.printing-service-order .receipt-header img { width: 50mm; }
  body.printing-service-order .receipt-title { margin: 4mm 0 2.5mm; font-size: 18pt; }
  body.printing-service-order .receipt-block { margin-top: 2.5mm; break-inside: avoid; }
  body.printing-service-order .receipt-block h4 { margin-bottom: 1.5mm; padding-bottom: 1mm; }
  body.printing-service-order .receipt-grid { gap: 1.5mm 6mm; }
  body.printing-service-order .receipt-field { min-height: 6mm; }
  body.printing-service-order .receipt-notice { margin-top: 3mm; padding: 2.5mm; font-size: 7.5pt; }
  body.printing-service-order .receipt-signatures { margin-top: 8mm; }
  body.printing-service-order .receipt-footer { margin-top: 3mm; padding-top: 2mm; }
}
