:root {
  --black: #111111;
  --black-2: #1a1a1a;
  --white: #ffffff;
  --paper: #f4f4f2;
  --orange: #f37021;
  --orange-d: #d85f14;
  --orange-s: #fff4ec;
  --muted: #5c5c5c;
  --line: #e4e4e0;
  --sans: "Outfit", "Segoe UI", sans-serif;
  --radius: 2px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip {
  position: absolute; left: 12px; top: -80px; background: var(--orange); color: #fff; padding: 8px 12px; z-index: 80;
}
.skip:focus { top: 12px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -0.03em; font-weight: 600; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 22px; border-radius: var(--radius); border: 1px solid transparent;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
}
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-d); }
.btn-black { background: var(--black); color: #fff; }
.btn-line { border-color: var(--black); background: transparent; }
.btn-white { background: #fff; color: var(--black); }
.pill {
  display: inline-block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 9px; border-radius: var(--radius);
}
.pill-on { background: var(--orange-s); color: var(--orange-d); }
.pill-plan { background: #eee; color: #666; }

.topbar {
  background: var(--black); color: #fff; font-size: 13px;
}
.topbar-row {
  min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.topbar-slogan {
  margin: 0; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange);
}
.topbar-links { display: flex; gap: 18px; }
.topbar-links a { display: inline-flex; align-items: center; gap: 6px; color: #eee; }
.topbar-links a:hover { color: var(--orange); }
.topbar-links .ico { width: 14px; height: 14px; color: var(--orange); }

.site-header {
  position: sticky; top: 0; z-index: 80;
  background: #fff; border-bottom: 1px solid var(--line);
}
.site-header.is-stuck { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.header-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; }
.mega-item { position: relative; display: flex; align-items: stretch; align-self: stretch; }
.logo { display: flex; align-items: center; flex: 0 0 auto; }
.logo-wide { height: 58px; width: auto; max-width: 250px; object-fit: contain; }
.logo-mark { display: none; height: 48px; width: auto; object-fit: contain; }
.nav { display: flex; align-items: stretch; align-self: stretch; gap: 22px; }
.nav > a { font-size: 14px; font-weight: 500; color: #333; display: flex; align-items: center; }
.nav > a.is-on, .nav > a:hover { color: var(--orange); }
.nav .nav-cta { align-self: center; }
.nav .nav-cta, .nav .nav-cta:hover, .nav .nav-cta:focus { color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; }
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  display: block; width: 16px; height: 1.5px; background: var(--black); margin: 0 auto; position: relative;
}
.nav-toggle span:before, .nav-toggle span:after { content: ""; position: absolute; left: 0; }
.nav-toggle span:before { top: -5px; }
.nav-toggle span:after { top: 5px; }

.hero {
  background: var(--black); color: #fff;
  padding: 88px 0 72px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 420px; height: 420px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,90,31,.35), transparent 70%);
}
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(40px, 6vw, 72px); max-width: 12ch; margin: 14px 0 18px; }
.hero p { color: #d0d0d0; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-panel { border: 1px solid rgba(255,255,255,.12); padding: 28px; align-self: end; }
.hero-panel h2 { font-size: 24px; margin-bottom: 8px; }
.hero-panel p { color: #bdbdbd; }
.hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.hero-meta span { display: block; color: var(--orange); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.section { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(30px, 4vw, 48px); margin: 10px 0 12px; }
.section-head p { color: var(--muted); margin: 0; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { background: var(--paper); display: flex; flex-direction: column; min-height: 100%; }
.product-card img { width: 100%; height: 220px; object-fit: cover; }
.product-card .body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-card h3 { font-size: 24px; }
.product-card p { margin: 0; color: var(--muted); flex: 1; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { width: 100%; height: 460px; object-fit: cover; }
.steps { display: grid; gap: 18px; margin-top: 24px; }
.steps article { display: grid; grid-template-columns: 56px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.steps b { color: var(--orange); font-size: 22px; }

.black-band { background: var(--black); color: #fff; padding: 84px 0; }
.black-band h2 { font-size: clamp(32px, 4.6vw, 56px); max-width: 16ch; }
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.flow article { border: 1px solid rgba(255,255,255,.12); padding: 24px; }
.flow h3 { font-size: 28px; margin: 12px 0 8px; }
.flow p { color: #c4c4c4; margin: 0; }

.map-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.map-box, .map-info { border: 1px solid var(--line); padding: 24px; background: #fff; }
.map-svg { width: 100%; height: auto; }
.province { cursor: pointer; }
.p-on { fill: var(--black); }
.p-plan { fill: #d9d9d7; }
.p-on.is-sel { fill: var(--orange); }
.chip-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.chip { border: 1px solid var(--line); padding: 7px 12px; font-size: 13px; }
.chip:hover { border-color: var(--orange); color: var(--orange); }

.district-names { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 28px; font-size: 22px; font-weight: 600; }
.district-names a { color: #222; }
.district-names a:hover { color: var(--orange); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.d-card { border: 1px solid var(--line); display: flex; flex-direction: column; background: #fff; }
.d-top { height: 78px; background: var(--black); color: #fff; display: flex; align-items: flex-end; justify-content: space-between; padding: 14px 16px; }
.d-top span { font-size: 24px; font-weight: 600; }
.d-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.d-body p { margin: 0; color: var(--muted); flex: 1; }
.d-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; }

.crumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.crumb a:hover { color: var(--orange); }
.page-hero { background: var(--black); color: #fff; padding: 56px 0 48px; }
.page-hero h1 { font-size: clamp(34px, 5vw, 58px); margin: 8px 0 12px; }
.page-hero p { color: #d0d0d0; max-width: 52ch; margin: 0; }

.prose { max-width: 68ch; }
.prose p { color: #333; }
.two { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.contact-box { border: 1px solid var(--line); padding: 28px; }
.contact-box small { display: block; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; font-size: 11px; }
.contact-box strong { display: block; font-size: 20px; font-weight: 600; margin: 4px 0 16px; }
.map-frame { min-height: 420px; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; }
.field input, .field select, .field textarea {
  border: 1px solid var(--line); padding: 12px; background: #fff; border-radius: var(--radius);
}
.field textarea { min-height: 120px; resize: vertical; }
.alert { padding: 12px 14px; margin-bottom: 14px; }
.alert-ok { background: #eef8ee; }
.alert-err { background: #fdecec; }
.cta-band { background: var(--orange); color: #fff; padding: 48px 0; }
.cta-band h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 10px; }

.site-footer { background: var(--black); color: #cfcfcf; padding: 56px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 28px; border-bottom: 1px solid #2a2a2a; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 18px; margin-bottom: 12px; }
.site-footer a, .site-footer span { display: block; margin-bottom: 7px; }
.site-footer a:hover { color: var(--orange); }
.footer-base { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; padding-top: 16px; font-size: 13px; }
.wa { display: none; }

.btn-round { border-radius: var(--radius); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5d; }
.btn-ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; background: transparent; }
.act { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.ico { width: 28px; height: 28px; color: var(--orange); flex: 0 0 auto; }
.btn .ico { width: 16px; height: 16px; color: currentColor; }
.tag-new {
  display: inline-block; margin-left: 6px; font-size: 9px; font-style: normal; letter-spacing: .08em;
  background: var(--orange); color: #fff; padding: 2px 6px; border-radius: var(--radius); vertical-align: middle;
}
.more { color: var(--orange); font-weight: 600; font-size: 14px; }

.mega-item { position: relative; }
.mega-btn {
  background: none; border: 0; padding: 0 2px; color: #333; font-size: 14px; font-weight: 500; cursor: pointer;
  display: flex; align-items: center;
}
.mega-btn.is-on, .mega-btn:hover { color: var(--orange); }
.mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-40%);
  width: min(860px, 92vw);
  padding-top: 8px;
  z-index: 90;
  background: transparent;
}
.mega-wide { width: min(980px, 94vw); transform: translateX(-55%); }
.mega-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
}
.mega-item.is-open .mega { display: block; }
@media (min-width: 981px) {
  .mega-item:hover .mega,
  .mega-item.is-hover .mega,
  .mega-item:focus-within .mega { display: block; }
}
.mega-links { padding: 18px; display: grid; gap: 4px; }
.mega-prod { grid-template-columns: 1fr 1fr; max-height: 420px; overflow: auto; }
.mega-links a {
  display: grid; grid-template-columns: 44px 1fr; gap: 10px; align-items: center;
  padding: 10px 12px; border-radius: var(--radius); color: #222;
}
.mega-links a:hover { background: var(--orange-s); }
.mega-links strong { display: block; font-size: 14px; }
.mega-links small { display: block; color: var(--muted); font-size: 12px; font-weight: 400; }
.mega-thumb {
  width: 44px; height: 44px; object-fit: cover; background: var(--paper); border: 1px solid var(--line);
}
.mega-aside {
  background: var(--black); color: #fff; padding: 28px 24px; display: flex; flex-direction: column; gap: 12px;
}
.mega-kicker { color: var(--orange); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; margin: 0; }
.mega-lead { font-size: 22px; font-weight: 600; line-height: 1.2; margin: 0; }
.mega-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 8px 0 12px; }
.mega-stats b { display: block; font-size: 18px; }
.mega-stats span { font-size: 11px; color: #bbb; }

.hero-slider {
  position: relative; min-height: calc(100svh - 120px); color: #fff; overflow: hidden; background: #000;
}
.slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease;
  display: flex; align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.25) 100%),
    var(--bg) center/cover no-repeat;
}
.slide.is-on { opacity: 1; z-index: 1; }
.slide-copy { position: relative; z-index: 2; padding: 80px 0 90px; max-width: 760px; }
.slide h1 { font-size: clamp(36px, 6vw, 68px); margin: 10px 0 16px; max-width: 14ch; }
.slide h1 span { color: var(--orange); }
.slide p { color: #ddd; max-width: 42ch; }
.slide-nav {
  position: absolute; top: 50%; z-index: 3; width: 44px; height: 44px; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.25); color: #fff; cursor: pointer;
}
.slide-nav.prev { left: 16px; }
.slide-nav.next { right: 16px; }
.slide-dots { position: absolute; bottom: 22px; left: 0; right: 0; z-index: 3; display: flex; justify-content: center; gap: 8px; }
.slide-dots button { width: 22px; height: 3px; border-radius: 0; border: 0; background: rgba(255,255,255,.4); padding: 0; }
.slide-dots button.is-on { background: var(--orange); }

.stats-bar { background: var(--black); color: #fff; padding: 28px 0; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; text-align: center; }
.stats-row b { display: block; font-size: 28px; }
.stats-row span { color: #bbb; font-size: 13px; }
.stats-row div { position: relative; }
.stats-row div::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange);
  display: inline-block; margin-right: 6px; vertical-align: middle;
}

.potato { padding: 84px 0; background: var(--paper); }
.potato-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.potato-visual { position: relative; }
.potato-visual img { width: 100%; height: 520px; object-fit: cover; }
.potato-badge {
  position: absolute; left: 18px; bottom: 18px; background: var(--orange); color: #fff;
  padding: 10px 14px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.ticks { margin: 18px 0 8px; padding: 0; list-style: none; }
.ticks li { padding: 8px 0 8px 22px; position: relative; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; background: var(--orange); }

.split-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; max-width: none; align-items: end; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-grid article {
  border: 1px solid var(--line); padding: 24px 22px 20px; min-height: 230px; position: relative; background: #fff;
}
.service-grid article .ico { margin-bottom: 4px; }
.service-grid .num {
  position: absolute; right: 16px; top: 10px; font-size: 42px; font-weight: 700; color: #f0f0ee; line-height: 1;
}
.service-grid h3 { font-size: 22px; margin: 14px 0 8px; }
.service-grid p { color: var(--muted); margin: 0 0 14px; }
.service-grid a { color: var(--orange); font-weight: 600; }

.icon-grid .pc-top { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px 0; }
.icon-grid .pc-top em { font-size: 11px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.product-card.is-star { outline: 2px solid var(--orange); }
.product-card { color: inherit; }

.logo-band { background: #f3f3f1; padding: 28px 0 10px; overflow: hidden; }
.logo-marquee { overflow: hidden; }
.logo-track { display: flex; width: max-content; animation: marquee 32s linear infinite; align-items: center; }
.logo-item {
  min-width: 180px; margin: 18px 22px; padding: 16px 18px; border: 1px solid var(--line); background: #fff;
  text-align: center; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; color: #444;
}
.logo-item img { height: 36px; margin: 0 auto; object-fit: contain; filter: grayscale(1); }

.float-ctas {
  position: fixed; right: 16px; bottom: 16px; z-index: 50; display: flex; flex-direction: column; gap: 10px;
}
.fab {
  width: 52px; height: 52px; border-radius: var(--radius); color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
.fab .ico { width: 22px; height: 22px; color: #fff; }
.fab-tel { background: var(--orange); animation: pulse 2s ease-out infinite; }
.fab-wa { background: #25d366; animation: pulseG 2s ease-out infinite .4s; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(243,112,33,.45); }
  70% { box-shadow: 0 0 0 14px rgba(243,112,33,0); }
  100% { box-shadow: 0 0 0 0 rgba(243,112,33,0); }
}
@keyframes pulseG {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.45); }
  70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.cta-band p { margin: 0 0 16px; opacity: .95; }
.cta-band .btn-orange { background: #fff; color: var(--orange-d); }
.cta-band .btn-wa { background: #0d0d0d; color: #fff; }

.promise-strip { background: #fff; border-bottom: 1px solid var(--line); }
.promise-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.promise-row article {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 16px; border-right: 1px solid var(--line);
  font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.promise-row article:last-child { border-right: 0; }
.promise-row .ico { width: 22px; height: 22px; }

.footer-logo {
  display: inline-block; background: #fff; padding: 8px 12px; margin-bottom: 14px;
}
.footer-logo img { height: 48px; width: auto; display: block; }
.footer-slogan {
  color: var(--orange); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px;
}

@media (max-width: 980px) {
  .nav-toggle { display: grid; place-items: center; }
  .nav {
    display: none; position: absolute; left: 12px; right: 12px; top: 70px;
    background: #fff; border: 1px solid var(--line); padding: 14px; flex-direction: column; align-items: stretch; gap: 4px;
    max-height: calc(100svh - 90px); overflow: auto; border-radius: var(--radius); box-shadow: 0 20px 40px rgba(0,0,0,.12);
  }
  .nav.is-open { display: flex; }
  .mega {
    position: static; transform: none; width: 100%; display: none; padding-top: 0;
  }
  .mega-item.is-open .mega { display: block; }
  .mega-item.is-open .mega-panel { grid-template-columns: 1fr; }
  .mega-wide { transform: none; width: 100%; }
  .mega-prod { grid-template-columns: 1fr; max-height: 240px; }
  .hero-grid, .split, .product-grid, .flow, .map-layout, .card-grid, .footer-grid, .two, .form, .hero-meta,
  .potato-grid, .split-head, .service-grid, .stats-row, .promise-row {
    grid-template-columns: 1fr;
  }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .promise-row { grid-template-columns: 1fr 1fr; }
  .promise-row article { border-bottom: 1px solid var(--line); }
  .split img, .potato-visual img { height: 260px; }
  .hero-slider { min-height: 88svh; }
  .slide-copy { padding: 48px 0 80px; }
  .slide-nav { display: none; }
  .nav-cta { width: 100%; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .product-grid { grid-template-columns: 1fr; }
  .header-row { min-height: 64px; }
  .logo-wide { display: none; }
  .logo-mark { display: block; }
  .topbar-slogan { font-size: 11px; }
  .topbar-links a:first-child { display: none; }
  .mega-btn { padding: 12px 0; }
  .act .btn { width: 100%; }
}
