:root {
  --navy: #072f62;
  --navy-2: #0b477e;
  --ink: #10233f;
  --muted: #66758a;
  --line: #dce5ef;
  --pale: #f3f7fb;
  --yellow: #ffd23f;
  --shadow: 0 18px 42px rgba(12, 47, 88, .13);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(20px, 5vw, 64px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,229,239,.5);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}
.brand-mark {
  position: relative;
  width: 42px;
  height: 22px;
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 21px;
  height: 16px;
  border: 4px solid var(--navy);
  border-radius: 50%;
}
.brand-mark::before { left: 0; }
.brand-mark::after { right: 0; border-color: #6d8fb7; }
.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
  font-size: 14px;
  font-weight: 700;
}
.global-nav a { color: #17345a; }
.nav-contact {
  padding: 13px 18px;
  color: #fff !important;
  background: var(--navy);
  border-radius: 4px;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 720px;
  padding: 84px clamp(22px, 6vw, 78px) 76px;
  overflow: hidden;
}
.hero-copy {
  max-width: 700px;
  position: relative;
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0 34%, rgba(255,255,255,.82) 48%, rgba(255,255,255,.2) 66%, rgba(255,255,255,0) 100%),
    url("assets/img/hero-site-workers.png") right center / cover no-repeat;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.82) 100%);
  opacity: .36;
  z-index: -1;
}
.ribbon {
  display: inline-block;
  margin: 0 0 24px;
  padding: 11px 24px;
  color: #fff;
  font-weight: 800;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.hero h1 {
  margin: 0;
  color: #0c203c;
  font-size: clamp(40px, 4.7vw, 72px);
  line-height: 1.16;
  letter-spacing: 0;
}
.hero h1 span { color: var(--navy); }
.lead {
  max-width: 570px;
  margin: 30px 0 34px;
  color: #41516a;
  font-size: 18px;
  font-weight: 700;
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 680px;
  margin-bottom: 32px;
}
.hero-points div {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 0 12px;
  border-right: 1px solid var(--line);
}
.hero-points div:last-child { border-right: 0; }
.hero-points b { font-size: 13px; color: var(--navy); line-height: 1.5; }
.hero-points small { color: var(--muted); font-size: 12px; line-height: 1.6; }
.actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 220px;
  min-height: 58px;
  padding: 14px 24px;
  border-radius: 5px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.primary { background: var(--navy); color: #fff; }
.secondary { color: var(--navy); border: 2px solid var(--navy); background: #fff; }
.ghost { color: #fff; border: 1px solid rgba(255,255,255,.72); background: rgba(255,255,255,.08); }
section { padding: 78px clamp(22px, 5vw, 64px); }
section h2 {
  margin: 0 auto 44px;
  text-align: center;
  color: var(--navy);
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.35;
}
section h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 8px;
  margin: 8px auto 0;
  background: repeating-linear-gradient(135deg, var(--yellow) 0 5px, transparent 5px 8px);
}
.pain {
  position: relative;
  overflow: hidden;
  background: #f5f3ef;
  background-image: radial-gradient(rgba(9,42,80,.08) 1px, transparent 1px);
  background-size: 12px 12px;
}
.stripe {
  position: absolute;
  top: 18px;
  left: clamp(18px, 5vw, 64px);
  z-index: 0;
  width: min(220px, 38vw);
  height: 34px;
  background: repeating-linear-gradient(135deg, rgba(170,180,191,.55) 0 18px, transparent 18px 32px, rgba(15,38,61,.72) 32px 50px, transparent 50px 64px);
  opacity: .55;
  pointer-events: none;
}
.pain h2 {
  position: relative;
  z-index: 1;
  display: table;
  max-width: min(820px, 100%);
  padding: 10px 26px 14px;
  background: rgba(255, 255, 255, .82);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(12, 47, 88, .06);
}
.pain-grid {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.pain-grid article,
.feature-grid article,
.plan,
.process-grid article,
.content-icons article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.pain-grid article {
  position: relative;
  min-height: 210px;
  padding: 38px 24px 28px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
}
.pain-grid span {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--yellow);
}
.pain-grid span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 8px;
  height: 13px;
  border: solid var(--navy);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.dark-section {
  position: relative;
  color: #fff;
  background: linear-gradient(rgba(3,36,72,.94), rgba(3,36,72,.94)), url("assets/img/hero-construction.png") center / cover fixed;
}
.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.dark-section h2 { color: #fff; }
.strength h2 {
  text-align: left;
  margin-left: 0;
  border-bottom: 1px solid rgba(255,210,63,.55);
  padding-bottom: 14px;
}
.strength h2::after { margin-left: 0; }
.strength-list {
  display: grid;
  gap: 18px;
}
.strength-list article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 360px;
  align-items: center;
  min-height: 160px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(5,43,83,.96), rgba(8,55,103,.84));
}
.strength-list b {
  color: var(--yellow);
  font-size: 42px;
  font-weight: 900;
  text-align: center;
}
.strength-list div {
  padding: 0 24px 0 4px;
}
.strength-list h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.strength-list p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-weight: 700;
}
.strength-list img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.panel-mid { object-position: center 50%; }
.panel-bottom { object-position: center 100%; }

.page-examples, .contents, .process, .plans, .faq { background: #fff; }
.page-flow {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
.page-flow article {
  position: relative;
}
.page-thumb {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 180px;
  overflow: hidden;
}
.page-thumb img {
  width: 100%;
  object-fit: cover;
}
.crop-works img { object-position: center 42%; }
.crop-case img { object-position: center top; }
.crop-company img { object-position: center; }
.crop-staff img { object-position: center 52%; }
.crop-maintenance img {
  width: 122%;
  max-width: none;
  margin-left: -11%;
}
.page-flow h3 {
  margin: 14px 0 8px;
  color: var(--navy);
  font-size: 16px;
}
.page-flow p {
  margin: 0;
  color: #536276;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}
.form-ui {
  padding: 34px 24px;
}
.form-ui span {
  display: block;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 2px;
  background: #e9eff5;
}
.form-ui span::before {
  content: "";
  display: block;
  width: 42px;
  height: 100%;
  background: var(--navy);
  opacity: .9;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.feature-grid article {
  min-height: 230px;
  padding: 36px 28px 30px;
  text-align: center;
}
.feature-grid h3 {
  margin: 16px 0 10px;
  color: var(--navy);
  font-size: 18px;
}
.feature-grid p { margin: 0; color: #40516b; font-weight: 700; }

.voices {
  position: relative;
  background: linear-gradient(90deg, #fff 0 72%, rgba(233,240,247,.75)), #f4f8fc;
  overflow: hidden;
}
.voices::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 30px;
  width: 320px;
  height: 85%;
  background: url("assets/img/hero-construction.png") center / cover;
  opacity: .18;
}
.voice-wrap {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
}
.voice-viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.voice-grid {
  display: flex;
  gap: 38px;
  transition: transform .35s ease;
  will-change: transform;
}
.voice-grid article {
  flex: 0 0 calc((100% - 76px) / 3);
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--shadow);
}
.voice-grid img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  object-position: center top;
}
.voice-grid .panel-top { object-position: center top; }
.voice-grid div { padding: 24px; }
.voice-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.6;
}
.voice-grid p { margin: 0 0 18px; color: #465772; font-weight: 700; }
.voice-grid small {
  display: inline-flex;
  gap: 16px;
  padding: 8px 14px;
  background: #f0f5fa;
  border-radius: 3px;
  color: #516178;
  font-weight: 800;
}
.voice-grid small b { color: var(--navy); }
.slide-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: transparent;
  font-size: 48px;
  cursor: pointer;
}
.prev { left: -58px; }
.next { right: -58px; }
.dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b8c5d4;
  cursor: pointer;
}
.dots button.is-active { background: var(--navy); }

.content-icons {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}
.content-icons article {
  min-height: 138px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: var(--navy);
  box-shadow: none;
}
.content-icons b { font-size: 14px; }

.process { padding-top: 30px; }
.process-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.process-grid article {
  position: relative;
  min-height: 230px;
  padding: 32px 20px 24px;
  text-align: center;
  box-shadow: none;
}
.process-grid article:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -24px;
  top: 85px;
  color: var(--navy);
  font-size: 50px;
}
.process-grid b {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 50px;
  padding: 5px;
  color: #132c4e;
  background: var(--yellow);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.1;
}
.process-grid b span { font-size: 27px; }
.process-grid i[data-icon] {
  width: 78px;
  height: 78px;
  margin-top: 8px;
}
.process-grid i[data-icon] svg {
  width: 58px;
  height: 58px;
}
.process-grid h3 { margin: 12px 0 4px; color: var(--navy); }
.process-grid p { margin: 0; color: #4c5d72; font-weight: 700; }

.plans {
  background: linear-gradient(#fff 0 60%, #f7fbff 100%);
}
.plan-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr .9fr;
  gap: 32px;
  align-items: stretch;
}
.plan {
  position: relative;
  padding: 38px 32px;
  box-shadow: none;
}
.plan h3 { margin: 0 0 14px; text-align: center; color: var(--navy); }
.plan p { margin: 0 0 18px; color: #536276; text-align: center; font-weight: 700; }
.featured { border-color: var(--line); }
.featured em { display: none; }
.price {
  margin: 18px 0 24px;
  color: var(--navy);
  text-align: center;
  font-size: 25px;
  font-weight: 900;
}
.price strong {
  font-size: 70px;
  line-height: 1;
}
.plan ul {
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.plan li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}
.plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 900;
}
.custom-plan {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border-radius: 8px;
  background: var(--navy);
}
.custom-plan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}
.custom-plan::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(3,37,76,.5), rgba(3,37,76,.88));
}
.custom-plan div {
  position: absolute;
  z-index: 1;
  inset: 44px 30px auto;
  color: #fff;
  text-align: center;
}
.custom-plan h3 { margin: 0 0 14px; font-size: 24px; }
.custom-plan p { margin: 0; font-weight: 700; }
.note {
  max-width: 1120px;
  margin: 18px auto 0;
  color: #516178;
  font-size: 13px;
  font-weight: 700;
}

.faq {
  background: linear-gradient(90deg, #f6faff, #fff);
}
.faq-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 54px;
  align-items: center;
}
.faq-layout > img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 7px;
  box-shadow: var(--shadow);
}
details {
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(12,47,88,.06);
}
.accordion details.is-accordion-ready {
  overflow: hidden;
  transition: height .34s cubic-bezier(.22, 1, .36, 1), border-color .25s ease, box-shadow .25s ease;
}
.accordion details[open] {
  border-color: rgba(15,89,178,.22);
  box-shadow: 0 12px 28px rgba(12,47,88,.09);
}
summary {
  position: relative;
  padding: 14px 52px 14px 52px;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  background: #0f59b2;
}
summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: #0f59b2;
  font-size: 20px;
  transition: transform .25s ease;
}
details[open] summary::after { content: "−"; transform: rotate(180deg); }
details p {
  margin: 0;
  padding: 0 28px 18px 52px;
  color: #4e5f75;
  font-weight: 700;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(4,31,65,.94), rgba(3,28,58,.98)),
    url("assets/img/hero-construction.png") center bottom / cover;
}
.site-footer::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -18px;
  width: 340px;
  height: 120px;
  background: url("assets/img/hero-construction.png") right bottom / cover;
  opacity: .16;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
}
.footer-cta {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
  padding: 54px clamp(22px, 5vw, 78px) 48px;
  display: grid;
  grid-template-columns: minmax(380px, .82fr) 1.18fr;
  gap: 68px;
  align-items: center;
  background: rgba(9,48,92,.34);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
}
.footer-cta-copy {
  padding-right: 48px;
  border-right: 1px solid rgba(255,255,255,.75);
}
.footer-cta h2 {
  margin: 0 0 20px;
  color: #fff;
  text-align: left;
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.45;
}
.footer-cta h2::after { display: none; }
.footer-cta p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-weight: 700;
}
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 30px 0 22px;
}
.footer-actions .primary {
  color: #10233f;
  background: var(--yellow);
}
.footer-tel {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer-tel i[data-icon] {
  width: 26px;
  height: 26px;
  color: #fff;
}
.footer-tel i[data-icon] svg {
  width: 24px;
  height: 24px;
}
.footer-tel b {
  font-size: 24px;
  font-weight: 800;
}
.footer-tel small {
  color: rgba(255,255,255,.7);
  font-weight: 700;
}
.footer-downloads h3 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.4;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.download-card {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 24px;
  min-height: 190px;
  padding: 24px;
  color: var(--navy);
  background: linear-gradient(135deg, #fff, #eaf2fb);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.book-cover {
  display: block;
  height: 140px;
  padding: 12px 10px;
  overflow: hidden;
  background: #f8fbff;
  box-shadow: 0 12px 22px rgba(6,29,62,.18);
}
.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-cover.pale img { object-position: center; }
.download-card b {
  display: block;
  margin: 8px 0 10px;
  font-size: 20px;
  line-height: 1.5;
}
.download-card small {
  display: block;
  color: #36506e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.download-card em {
  display: inline-block;
  margin-top: 18px;
  color: var(--navy);
  border-bottom: 2px solid var(--navy);
  font-style: normal;
  font-weight: 900;
}
.footer-downloads > p {
  margin-top: 18px;
  text-align: center;
  color: rgba(255,255,255,.75);
  font-size: 14px;
}
.footer-main {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.18fr 3.8fr 1.15fr;
  gap: 38px;
  align-items: start;
  padding: 42px clamp(22px, 5vw, 78px) 34px;
}
.footer-main .brand {
  color: #fff;
}
.footer-main .brand-mark::before,
.footer-main .brand-mark::after {
  border-color: #fff;
}
.footer-company p {
  margin: 22px 0;
  color: rgba(255,255,255,.82);
  font-weight: 700;
}
address {
  display: grid;
  gap: 14px;
  color: rgba(255,255,255,.88);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255,255,255,.28);
  border-right: 1px solid rgba(255,255,255,.28);
}
.footer-links div {
  min-height: 240px;
  padding: 0 38px;
  border-right: 1px solid rgba(255,255,255,.28);
}
.footer-links div:last-child { border-right: 0; }
.footer-links h3,
.footer-badges h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 22px;
}
.footer-links a {
  position: relative;
  display: block;
  margin: 0 0 14px;
  padding-left: 16px;
  color: rgba(255,255,255,.86);
  font-weight: 700;
}
.footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--yellow);
}
.badge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.badge-grid span {
  display: grid;
  place-items: center;
  height: 86px;
  color: var(--navy);
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 0 0 4px rgba(10,53,100,.08);
}
.badge-grid b {
  font-size: 24px;
}
.footer-badges p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-weight: 700;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  padding: 26px clamp(22px, 5vw, 78px) 34px;
  border-top: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 700;
}
.footer-bottom small { margin-left: auto; }

i[data-icon] {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--navy);
}
i[data-icon] svg {
  width: 46px;
  height: 46px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

/* Motion */
.site-header {
  transition: background-color .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.98);
  border-bottom-color: rgba(220,229,239,.9);
  box-shadow: 0 10px 28px rgba(12, 47, 88, .08);
}
.hero-copy > * {
  opacity: 0;
  transform: translateY(24px);
  animation: hero-rise .9s cubic-bezier(.22, 1, .36, 1) forwards;
}
.hero-copy .ribbon { animation-delay: .08s; }
.hero-copy h1 { animation-delay: .18s; }
.hero-copy .lead { animation-delay: .28s; }
.hero-copy .hero-points { animation-delay: .38s; }
.hero-copy .actions { animation-delay: .48s; }
@keyframes hero-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .8s cubic-bezier(.22, 1, .36, 1),
    transform .8s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-fade {
  transform: none;
}
.reveal-left {
  transform: translateX(-28px);
}
.reveal-right {
  transform: translateX(28px);
}
.reveal-left.is-visible,
.reveal-right.is-visible {
  transform: translateX(0);
}
.voice-grid article.reveal {
  transition-duration: .55s;
}
.btn,
.nav-contact,
.download-card,
.slide-btn,
.global-nav a {
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.btn:active,
.nav-contact:active,
.download-card:active {
  transform: translateY(0) scale(.985);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-copy > *,
  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
.feature-grid i[data-icon] {
  width: 92px;
  height: 92px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  background: #fff;
}
.feature-grid i[data-icon] svg { width: 52px; height: 52px; }
.content-icons i[data-icon],
.process-grid i[data-icon] { color: var(--navy); }

@media (max-width: 1080px) {
  .global-nav { gap: 14px; font-size: 12px; }
  .hero { min-height: 660px; }
  .pain-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .page-flow { grid-template-columns: repeat(3, 1fr); }
  .page-flow article::after { display: none; }
  .feature-grid, .plan-grid { grid-template-columns: 1fr; }
  .voice-grid article { flex-basis: calc((100% - 38px) / 2); }
  .custom-plan { min-height: 320px; }
  .content-icons { grid-template-columns: repeat(4, 1fr); }
  .strength-list article { grid-template-columns: 86px minmax(0, 1fr) 280px; }
  .footer-cta { grid-template-columns: 1fr; gap: 34px; }
  .footer-cta-copy {
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
  }
  .download-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    border-right: 0;
  }
  .footer-links div:nth-child(2) { border-right: 0; }
  .footer-links div:nth-child(n+3) { padding-top: 28px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .site-header { height: 66px; padding-inline: 18px; }
  .brand { font-size: 17px; }
  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 0;
    background: var(--navy);
    border-radius: 4px;
  }
  .nav-toggle span { height: 2px; background: #fff; }
  .global-nav {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    display: none;
    padding: 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .global-nav.is-open { display: grid; }
  .nav-contact { text-align: center; }
  .hero {
    padding-top: 38px;
    min-height: 720px;
    overflow: hidden;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0 46%, rgba(255,255,255,.82) 62%, rgba(255,255,255,.16) 100%),
      url("assets/img/hero-site-workers.png") 70% bottom / auto 78% no-repeat;
  }
  .ribbon { font-size: 13px; }
  .hero h1 { font-size: 42px; }
  .lead { font-size: 16px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-points div { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
  .actions .btn, .footer-actions .btn { width: 100%; }
  section { padding: 58px 18px; }
  .pain-grid, .page-flow, .content-icons, .process-grid { grid-template-columns: 1fr; }
  .process-grid article::after { display: none; }
  .strength-list article {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }
  .strength-list b { text-align: left; padding-left: 22px; }
  .strength-list div { padding: 0 22px 18px; }
  .strength-list img {
    height: 170px;
    clip-path: none;
  }
  .feature-grid { grid-template-columns: 1fr; }
  .voice-grid { gap: 20px; }
  .voice-grid article { flex-basis: 100%; }
  .prev { left: 0; }
  .next { right: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-layout > img { height: 240px; }
  .footer-cta {
    padding: 42px 18px 34px;
    border-radius: 0;
  }
  .footer-actions { gap: 12px; }
  .footer-tel {
    display: grid;
    gap: 6px;
  }
  .footer-tel b { font-size: 22px; }
  .download-card {
    grid-template-columns: 100px 1fr;
    gap: 16px;
    min-height: 0;
    padding: 18px;
  }
  .book-cover { height: 116px; }
  .download-card b { font-size: 17px; }
  .download-card small { font-size: 13px; }
  .footer-main { padding: 34px 18px; }
  .footer-links {
    grid-template-columns: 1fr;
    border: 0;
  }
  .footer-links div {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,.24);
  }
  .footer-links div:nth-child(n+3) { padding-top: 24px; }
  .badge-grid { grid-template-columns: repeat(2, minmax(0, 120px)); }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
    padding-inline: 18px;
  }
  .footer-bottom small { margin-left: 0; width: 100%; }

  /* Mobile tuning: text, icons and images */
  section {
    padding: 44px 18px;
  }
  section h2 {
    margin-bottom: 28px;
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1.35;
  }
  section h2::after {
    width: 72px;
    height: 6px;
  }
  .stripe {
    top: 14px;
    left: 18px;
    width: 150px;
    height: 24px;
    opacity: .38;
  }
  .pain h2 {
    display: block;
    padding: 8px 14px 12px;
    border-radius: 14px;
  }
  i[data-icon] {
    width: 42px;
    height: 42px;
  }
  i[data-icon] svg {
    width: 32px;
    height: 32px;
  }
  .site-header {
    height: 62px;
  }
  .brand {
    gap: 8px;
    font-size: 16px;
  }
  .brand-mark {
    width: 36px;
    height: 20px;
  }
  .brand-mark::before,
  .brand-mark::after {
    width: 18px;
    height: 14px;
    border-width: 3px;
  }
  .nav-toggle {
    width: 38px;
    height: 38px;
    padding: 9px;
  }
  .global-nav {
    top: 62px;
  }
  .hero {
    min-height: auto;
    padding: 32px 20px 38px;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.99) 0 42%, rgba(255,255,255,.88) 60%, rgba(255,255,255,.2) 100%),
      url("assets/img/hero-site-workers.png") 72% bottom / auto 58% no-repeat;
  }
  .ribbon {
    margin-bottom: 18px;
    padding: 9px 18px;
    font-size: 12px;
  }
  .hero h1 {
    font-size: clamp(32px, 10vw, 38px);
    line-height: 1.18;
  }
  .lead {
    margin: 20px 0 22px;
    font-size: 15px;
    line-height: 1.75;
  }
  .hero-points {
    gap: 0;
    margin-bottom: 22px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(220,229,239,.82);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(12,47,88,.08);
  }
  .hero-points div {
    grid-template-columns: 42px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
    gap: 4px 10px;
    padding: 10px 12px;
  }
  .hero-points div:last-child {
    border-bottom: 0;
  }
  .hero-points i[data-icon] {
    grid-row: span 2;
    width: 34px;
    height: 34px;
  }
  .hero-points i[data-icon] svg {
    width: 27px;
    height: 27px;
  }
  .hero-points b {
    font-size: 12px;
    line-height: 1.35;
  }
  .hero-points small {
    font-size: 11px;
    line-height: 1.45;
  }
  .btn {
    min-height: 50px;
    min-width: 0;
    padding: 12px 18px;
    font-size: 14px;
  }
  .pain-grid {
    gap: 10px;
  }
  .pain-grid article {
    min-height: 128px;
    padding: 20px 18px 18px;
    font-size: 14px;
    line-height: 1.65;
  }
  .pain-grid span {
    top: 14px;
    right: 14px;
    width: 25px;
    height: 25px;
  }
  .pain-grid span::after {
    left: 8px;
    top: 5px;
    width: 7px;
    height: 11px;
  }
  .strength h2 {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }
  .strength-list {
    gap: 14px;
  }
  .strength-list article {
    min-height: 0;
    padding-top: 0;
  }
  .strength-list b {
    padding: 16px 18px 0;
    font-size: 30px;
  }
  .strength-list div {
    padding: 0 18px 16px;
  }
  .strength-list h3 {
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 1.45;
  }
  .strength-list p {
    font-size: 13px;
    line-height: 1.7;
  }
  .strength-list img {
    height: 132px;
  }
  .page-flow {
    gap: 14px;
  }
  .page-flow article {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 10px 14px;
    align-items: center;
    min-height: 0;
  }
  .page-thumb {
    grid-row: span 2;
    height: 86px;
  }
  .crop-maintenance img {
    width: 112%;
    margin-left: -6%;
  }
  .form-ui {
    padding: 18px 14px;
  }
  .form-ui span {
    height: 8px;
    margin-bottom: 10px;
  }
  .page-flow h3 {
    margin: 0;
    font-size: 16px;
  }
  .page-flow p {
    font-size: 12px;
    line-height: 1.6;
  }
  .feature-grid {
    gap: 12px;
  }
  .feature-grid article {
    min-height: 0;
    padding: 24px 20px 20px;
  }
  .feature-grid i[data-icon] {
    width: 66px;
    height: 66px;
  }
  .feature-grid i[data-icon] svg {
    width: 38px;
    height: 38px;
  }
  .feature-grid h3 {
    margin: 10px 0 6px;
    font-size: 17px;
  }
  .feature-grid p {
    font-size: 13px;
    line-height: 1.7;
  }
  .voice-grid img {
    height: 150px;
  }
  .voice-grid div {
    padding: 18px;
  }
  .voice-grid h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .voice-grid p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.7;
  }
  .slide-btn {
    width: 38px;
    height: 38px;
    font-size: 38px;
  }
  .content-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .content-icons article {
    min-height: 94px;
    gap: 6px;
  }
  .content-icons b {
    font-size: 13px;
  }
  .process-grid {
    gap: 14px;
  }
  .process-grid article {
    min-height: 0;
    padding: 24px 18px 18px;
  }
  .process-grid b {
    left: 14px;
    top: 14px;
    width: 44px;
    font-size: 10px;
  }
  .process-grid b span {
    font-size: 22px;
  }
  .process-grid i[data-icon] {
    width: 64px;
    height: 64px;
    margin-top: 4px;
  }
  .process-grid i[data-icon] svg {
    width: 48px;
    height: 48px;
  }
  .process-grid h3 {
    margin-top: 8px;
    font-size: 17px;
  }
  .process-grid p {
    font-size: 13px;
    line-height: 1.7;
  }
  .plan {
    padding: 26px 22px;
  }
  .plan h3,
  .custom-plan h3 {
    font-size: 19px;
  }
  .plan p,
  .custom-plan p,
  .note {
    font-size: 13px;
    line-height: 1.7;
  }
  .plan ul {
    padding-top: 14px;
  }
  .plan li {
    padding-left: 24px;
    font-size: 13px;
  }
  .custom-plan {
    min-height: 230px;
  }
  .custom-plan div {
    inset: 26px 22px auto;
  }
  .faq-layout > img {
    height: 180px;
    border-width: 5px;
  }
  summary {
    padding: 13px 42px 13px 46px;
    font-size: 14px;
    line-height: 1.55;
  }
  summary::before {
    left: 14px;
    top: 12px;
    width: 24px;
    height: 24px;
  }
  details p {
    padding: 0 18px 16px 46px;
    font-size: 13px;
  }
  .footer-cta h2 {
    font-size: clamp(24px, 7vw, 30px);
  }
  .footer-cta p,
  .footer-tel,
  .footer-downloads > p {
    font-size: 13px;
    line-height: 1.7;
  }
  .download-card {
    grid-template-columns: 82px 1fr;
    gap: 14px;
    padding: 16px;
  }
  .book-cover {
    height: 98px;
  }
  .download-card b {
    margin: 4px 0 6px;
    font-size: 15px;
    line-height: 1.45;
  }
  .download-card small {
    font-size: 12px;
    line-height: 1.55;
  }
  .download-card em {
    margin-top: 10px;
    font-size: 12px;
  }
  .footer-main {
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .footer-company p,
  address,
  .footer-links a,
  .footer-badges p {
    font-size: 13px;
    line-height: 1.65;
  }
  .footer-links h3,
  .footer-badges h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .footer-links div {
    padding: 18px 0;
  }
  .badge-grid span {
    height: 66px;
  }
  .badge-grid b {
    font-size: 20px;
  }
}


.subpage .site-header {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(9, 35, 70, .08);
  backdrop-filter: blur(14px);
}

.subpage-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  padding: 150px clamp(22px, 6vw, 90px) 86px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 31, 59, .9), rgba(8, 31, 59, .68)),
    url("assets/img/hero-site-workers.png") center / cover no-repeat;
}

.subpage-hero::after {
  content: "";
  position: absolute;
  right: -9vw;
  bottom: -14vw;
  width: 34vw;
  height: 34vw;
  min-width: 260px;
  min-height: 260px;
  background: rgba(255, 196, 54, .16);
  border-radius: 50%;
}

.documents-hero {
  background:
    linear-gradient(90deg, rgba(8, 31, 59, .9), rgba(8, 31, 59, .62)),
    url("assets/img/construction-panels.png") center / cover no-repeat;
}

.subpage-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #fff;
}

.subpage-hero h1 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.12;
}

.subpage-hero h1 span {
  color: var(--yellow);
}

.subpage-hero .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, .9);
}

.subpage-section {
  padding: 86px clamp(18px, 5vw, 78px);
  background: #f6f8fb;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: start;
}

.contact-form-card,
.contact-side-card,
.document-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.contact-form-card {
  padding: clamp(24px, 4vw, 42px);
}

.contact-form-card h2,
.contact-side-card h2,
.document-card h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
}

.contact-form-card > p,
.document-card p {
  margin: 0 0 24px;
  color: #4c617d;
  font-weight: 700;
}

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

.dummy-form label {
  display: grid;
  gap: 8px;
  color: #405772;
  font-weight: 800;
}

.dummy-form .form-wide,
.dummy-form button {
  grid-column: 1 / -1;
}

.dummy-form input,
.dummy-form select,
.dummy-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--navy);
  font: inherit;
  font-weight: 700;
  background: #f8fafc;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
}

.dummy-form textarea {
  resize: vertical;
}

.contact-side-card {
  padding: 28px;
  position: sticky;
  top: 110px;
}

.contact-side-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.contact-side-card li {
  position: relative;
  padding-left: 24px;
  color: #405772;
  font-weight: 800;
}

.contact-side-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 10px;
  height: 10px;
  background: var(--yellow);
  border-radius: 50%;
}

.contact-phone-box {
  display: grid;
  gap: 6px;
  padding: 20px;
  color: #fff;
  background: var(--navy);
  border-radius: 14px;
}

.contact-phone-box a {
  color: var(--yellow);
  font-size: 26px;
  font-weight: 900;
}

.document-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 28px;
  max-width: 1120px;
}

.document-filter button {
  min-height: 42px;
  padding: 0 18px;
  color: var(--navy);
  font: inherit;
  font-weight: 900;
  background: #fff;
  border: 1px solid #d8e1ec;
  border-radius: 999px;
}

.document-filter button.is-active {
  color: #10233f;
  background: var(--yellow);
  border-color: var(--yellow);
}

.document-grid {
  display: grid;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.document-card {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  gap: 28px;
  padding: 22px;
}

.document-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 14px;
}

.document-card > div > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 12px;
  color: #10233f;
  font-size: 13px;
  font-weight: 900;
  background: var(--yellow);
  border-radius: 999px;
}

.document-card .btn span {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border-radius: 0;
  line-height: 1;
}

.document-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.document-card li {
  padding: 10px 12px;
  color: #405772;
  font-weight: 800;
  background: #f6f8fb;
  border-radius: 8px;
}

@media (max-width: 980px) {
  .contact-layout,
  .document-card {
    grid-template-columns: 1fr;
  }

  .contact-side-card {
    position: static;
  }

  .document-card img {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  .subpage-hero {
    min-height: 0;
    padding: 116px 18px 58px;
  }

  .subpage-hero h1 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .subpage-section {
    padding: 54px 18px;
  }

  .dummy-form,
  .document-card ul {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .contact-side-card,
  .document-card {
    border-radius: 14px;
  }

  .document-card {
    padding: 16px;
  }

  .document-card img {
    min-height: 180px;
  }

  .contact-phone-box a {
    font-size: 22px;
  }
}
