﻿:root {
  --ink: #111316;
  --muted: #5f6874;
  --paper: #f5fbff;
  --white: #ffffff;
  --line: #d8e8f5;
  --accent: #e5242a;
  --accent-dark: #b8181d;
  --cyan: #00a7b5;
  --dark: #10243a;
  --radius: 8px;
  --shadow: 0 20px 60px rgba(28, 88, 132, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(184, 225, 255, 0.54), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(218, 244, 255, 0.78), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef8ff 42%, #dbefff 100%);
  background-attachment: fixed;
  line-height: 1.55;
}

.top-visual {
  width: 100%;
  height: clamp(120px, 21vw, 310px);
  overflow: hidden;
  background: #ffffff;
}

.top-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(201, 226, 244, 0.86);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1420px, calc(100% - 24px));
  min-height: 72px;
  margin: 0 auto;
  gap: 16px;
  padding: 8px 0;
}

.brand {
  display: grid;
  flex: 0 0 auto;
  gap: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand span {
  color: var(--accent);
}

.brand small {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 6px;
  font-size: clamp(11px, 0.78vw, 12px);
  font-weight: 700;
  line-height: 1.1;
}

.nav-links a,
.nav-menu summary {
  color: #232932;
  cursor: pointer;
  white-space: nowrap;
}

.nav-links > a,
.nav-menu summary {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
}

.nav-links > a:not(:first-child)::before,
.nav-menu::before {
  content: "|";
  margin-right: 7px;
  color: #8aa9bd;
  font-weight: 700;
}

.nav-links a:hover,
.nav-menu summary:hover {
  color: var(--accent);
}

.nav-links a[aria-current="page"],
.nav-menu summary[aria-current="page"] {
  color: var(--accent);
}

.nav-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-menu summary {
  list-style: none;
  line-height: 1.1;
}

.nav-menu summary::-webkit-details-marker {
  display: none;
}

.nav-menu summary::after {
  content: "▾";
  margin-left: 5px;
  font-size: 10px;
}

.nav-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 25;
  display: grid;
  min-width: 250px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.nav-menu-panel a {
  padding: 10px 12px;
  border-radius: 6px;
}

.nav-menu-panel a:hover {
  background: #eef8ff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  font-size: 22px;
}

.nav-links .btn {
  min-height: 38px;
  padding: 0 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.btn.primary {
  color: var(--white);
  background: var(--accent);
}

.btn.primary:hover {
  background: var(--accent-dark);
}

.btn.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
}

.btn.light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(15, 39, 61, 0.9) 0%, rgba(24, 67, 97, 0.72) 42%, rgba(210, 235, 249, 0.18) 78%), url("../hero-dtf-machine.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: #91eef5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(42px, 7vw, 88px);
}

.hero-copy {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
}

.hero-strip span {
  border-left: 2px solid var(--accent);
  padding-left: 12px;
}

.section {
  padding: 86px 0;
}

.section.dark {
  color: var(--white);
  background: linear-gradient(135deg, #10243a 0%, #173b5a 58%, #1f6687 100%);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head h2 {
  max-width: 760px;
  font-size: clamp(31px, 4vw, 54px);
}

.section-head p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
}

.dark .section-head p {
  color: rgba(255, 255, 255, 0.68);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(194, 221, 239, 0.82);
  border: 1px solid var(--line);
}

.product-card {
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-card:hover {
  position: relative;
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.product-card .num {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.product-card h3 {
  margin-top: 42px;
  font-size: 25px;
}

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

.feature-line {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 46px;
  align-items: start;
}

.feature-line h2 {
  font-size: clamp(34px, 5vw, 64px);
}

.spec-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.spec-list strong {
  color: var(--white);
}

.spec-list span {
  color: rgba(255, 255, 255, 0.68);
}

.service-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(194, 221, 239, 0.82);
  border: 1px solid var(--line);
}

.service-item {
  padding: 34px;
  background: rgba(255, 255, 255, 0.88);
}

.service-item h3 {
  font-size: 28px;
}

.service-item p {
  color: var(--muted);
}

.service-cities-section {
  padding-top: 0;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(174px, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.city-card {
  display: grid;
  gap: 10px;
  align-items: center;
  min-height: 104px;
  padding: 14px;
  color: #244056;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(153, 199, 226, 0.68);
  border-radius: 6px;
}

.city-card strong {
  font-size: 14px;
  text-align: center;
}

.city-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 10px;
  color: var(--white);
  background: #25d366;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.city-whatsapp:hover {
  background: #1fae55;
  transform: translateY(-1px);
}

.brand-service-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 36px;
  background: rgba(194, 221, 239, 0.82);
  border: 1px solid var(--line);
}

.brand-service-contact > div {
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.88);
}

.brand-service-contact h3 {
  font-size: 24px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 70px;
  color: var(--white);
  background: linear-gradient(135deg, #16314d 0%, #245a7d 58%, #b8e4fb 100%);
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(38px, 6vw, 76px);
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.service-hero .wrap {
  max-width: 1320px;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  align-items: center;
  gap: 42px;
}

.service-hero-copy {
  min-width: 0;
}

.service-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 48px;
  padding: 10px 18px;
  color: #10243a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(9, 27, 43, 0.18);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
}

.epson-logo {
  color: #0d47a1;
}

.roland-logo {
  color: #d71920;
}

.mimaki-logo {
  color: #008a4e;
}

.service-product-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(9, 27, 43, 0.26);
}

.service-product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #fff;
}

.service-product-card > div {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.service-product-card h2 {
  font-size: clamp(24px, 2.2vw, 32px);
}

.service-product-card p {
  color: var(--muted);
  font-size: 16px;
}

.service-price {
  color: var(--accent-dark);
  font-size: 24px;
}

.rip-products-section {
  padding-top: 0;
}

.rip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.rip-card {
  display: grid;
  gap: 18px;
  align-content: start;
  overflow: hidden;
  padding: 0 28px 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.rip-image {
  width: calc(100% + 56px);
  max-width: none;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  margin: 0 -28px;
  background: linear-gradient(135deg, #ffffff 0%, #e8f6ff 100%);
  border-bottom: 1px solid var(--line);
}

.rip-card h3 {
  font-size: 27px;
}

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

.rip-card .check-list {
  margin: 0;
}

.rip-badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  color: var(--accent-dark);
  background: #e7f6ff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rip-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--ink);
}

.rip-price strong {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.rip-price span {
  color: var(--muted);
  font-weight: 800;
}

.tia-rip {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(231, 246, 255, 0.94));
}

.printhead-section {
  padding-top: 0;
}

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

.printhead-card {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.printhead-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
  background: linear-gradient(135deg, #ffffff 0%, #e8f6ff 100%);
  border-right: 1px solid var(--line);
}

.printhead-card > div {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px 24px 24px 0;
}

.printhead-card h3 {
  font-size: 26px;
}

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

.printhead-card .check-list {
  margin: 0;
}

.printhead-note {
  margin-top: 24px;
  color: var(--muted);
  font-weight: 700;
}

.content-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
}

.content-layout h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.copy p,
.copy li {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  background: linear-gradient(var(--accent), var(--accent)) 0 0.73em / 12px 2px no-repeat;
}

.blog-list {
  display: grid;
  gap: 1px;
  background: rgba(194, 221, 239, 0.82);
  border: 1px solid var(--line);
}

.blog-post {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.88);
}

.blog-post time {
  color: var(--accent);
  font-weight: 900;
}

.blog-post p {
  margin-bottom: 0;
  color: var(--muted);
}

.cta {
  color: var(--white);
  background: var(--accent);
  padding: 70px 0;
}

.cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.cta h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.74);
  background: #080a0d;
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-note {
  flex-basis: 100%;
  order: 3;
  text-align: left;
  color: rgba(255, 255, 255, 0.74);
}

.site-counter {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 6px;
  color: #080a0d;
  background: #080a0d;
  border-radius: 4px;
  transition: color 180ms ease, background 180ms ease;
}

.site-counter:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
}

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 62px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: #16a34a;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(10, 80, 40, 0.26);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.package-item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}

.package-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: linear-gradient(135deg, #ffffff 0%, #e8f6ff 100%);
}

.package-copy {
  padding: 26px;
}

.package-copy h3 {
  font-size: 28px;
}

.package-copy p {
  color: var(--muted);
}

.payment-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.payment-note {
  flex-basis: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.machine-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
}

.machine-showcase img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: linear-gradient(135deg, #ffffff 0%, #e7f6ff 100%);
}

.machine-info {
  color: var(--white);
}

.machine-info h2 {
  font-size: clamp(32px, 4vw, 56px);
}

.machine-info p {
  color: rgba(255, 255, 255, 0.72);
}

.machine-info .check-list li {
  color: rgba(255, 255, 255, 0.78);
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 24px 0;
  color: var(--white);
}

.price-line strong {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.price-line span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.package-price {
  color: var(--ink);
}

.package-price span {
  color: var(--muted);
}

.package-price strong {
  font-size: clamp(30px, 4vw, 46px);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.media-grid img,
.media-grid video {
  width: 100%;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff 0%, #e9f7ff 100%);
}

.media-grid img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.media-grid video {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.spec-panel {
  display: grid;
  gap: 1px;
  background: rgba(194, 221, 239, 0.82);
  border: 1px solid var(--line);
}

.spec-panel div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
}

.spec-panel strong {
  color: var(--ink);
}

.spec-panel span {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: absolute;
    inset: 72px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-height: calc(100svh - 72px);
    overflow: auto;
    padding: 18px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

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

  .nav-links > a:not(:first-child)::before,
  .nav-menu::before {
    content: none;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-menu summary,
  .nav-links > a {
    padding: 10px 0;
  }

  .nav-menu-panel {
    position: static;
    min-width: 0;
    padding: 8px 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-links .btn {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: absolute;
    inset: 72px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-height: calc(100svh - 72px);
    overflow: auto;
    padding: 18px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

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

  .nav-links > a:not(:first-child)::before,
  .nav-menu::before {
    content: none;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-menu summary {
    padding: 10px 0;
  }

  .nav-links > a {
    padding: 10px 0;
  }

  .nav-menu-panel {
    position: static;
    min-width: 0;
    padding: 8px 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-links .btn {
    width: 100%;
    min-height: 44px;
  }

  .hero {
    background-position: 62% center;
  }

  .section-head,
  .feature-line,
  .content-layout,
  .machine-showcase,
  .service-hero-grid,
  .printhead-card,
  .cta .wrap {
    display: block;
  }

  .service-product-card {
    margin-top: 30px;
  }

  .machine-info {
    margin-top: 28px;
  }

  .section-head p,
  .cta p {
    margin-top: 14px;
  }

  .product-grid,
  .service-band,
  .media-grid,
  .package-grid,
  .rip-grid,
  .printhead-grid,
  .brand-service-contact {
    grid-template-columns: 1fr;
  }

  .printhead-card img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .printhead-card > div {
    padding: 24px;
  }

  .media-grid video {
    grid-column: auto;
  }

  .spec-panel div {
    grid-template-columns: 1fr;
  }

  .blog-post {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: auto;
  }

  .hero-inner,
  .section,
  .page-hero {
    padding: 54px 0;
  }

  .product-card,
  .service-item,
  .blog-post {
    padding: 22px;
  }
}

