@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");

:root {
  --green-950: #032a20;
  --green-900: #063f2c;
  --green-800: #07543a;
  --green-700: #08744a;
  --green-500: #2b9a59;
  --lime: #a7cf47;
  --lime-light: #eaf5cf;
  --blue: #135f8f;
  --gold: #d7a83a;
  --red: #df3f2f;
  --ink: #13231c;
  --muted: #66746d;
  --line: #dce6df;
  --paper: #f5f8f3;
  --white: #fff;
  --shadow: 0 24px 70px rgba(4, 56, 35, 0.12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; background: #fff; padding: 12px; }
.skip-link:focus { top: 12px; }
.mobile-break { display: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18); transition: .3s ease;
}
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.94); border-color: var(--line); box-shadow: 0 8px 30px rgba(6,63,44,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "DM Sans", sans-serif; line-height: 1; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 5px; }
.brand b { font-size: 1.45rem; letter-spacing: -.04em; }
.brand small { font-family: "Noto Sans JP", sans-serif; font-size: .72rem; font-weight: 800; }
.brand-mark { position: relative; width: 40px; height: 42px; display: inline-block; transform: rotate(-8deg); }
.brand-mark i { position: absolute; display: block; width: 18px; height: 34px; border-radius: 100% 0 100% 0; background: linear-gradient(145deg, var(--lime), #32a65d); }
.brand-mark i:first-child { left: 4px; top: 0; }
.brand-mark i:last-child { right: 2px; bottom: 0; transform: rotate(55deg); }
.desktop-nav { margin-left: auto; display: flex; gap: 27px; font-size: .86rem; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--lime); transition: .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.dealer-login-link { padding: 0; border: 0; color: inherit; background: transparent; font-size: .84rem; font-weight: 700; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--green-900); }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }
.mobile-nav { display: none; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 8px; padding: 0 25px; font-weight: 800; letter-spacing: .01em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(3,42,32,.16); }
.button-small { min-height: 45px; padding: 0 20px; font-size: .84rem; }
.button-primary { color: #fff; background: var(--green-700); }
.button-accent { color: #fff; background: linear-gradient(135deg, #e04d33, #cf3028); box-shadow: 0 12px 30px rgba(209,49,40,.25); }
.button-light { color: var(--green-900); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.text-link { color: #fff; font-size: .88rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.5); }
.section-heading { margin-bottom: 50px; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading h2, .about h2, .portal h2, .contact h2 {
  margin: 7px 0 18px; color: var(--green-950); font-size: clamp(2.1rem, 4.5vw, 3.65rem); line-height: 1.25; letter-spacing: -.055em;
}
.section-heading p:last-child { color: var(--muted); }
.eyebrow { margin: 0; color: var(--green-700); font-family: "DM Sans", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .18em; }
.eyebrow.light { color: #cfeaa6; }
.data-note { margin: 26px 0 0; color: #6c7972; font-size: .75rem; }
.light-note { color: rgba(255,255,255,.58); }

.hero {
  position: relative; overflow: hidden; padding: 145px 0 0; color: #fff;
  background: linear-gradient(124deg, var(--green-950), var(--green-800) 62%, #0a6541);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-orb-one { width: 510px; height: 510px; right: -130px; top: -160px; background: rgba(167,207,71,.16); }
.hero-orb-two { width: 320px; height: 320px; left: 38%; bottom: -220px; background: rgba(255,255,255,.09); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 38px; align-items: center; padding-bottom: 65px; }
.hero-kicker { margin: 0 0 22px; color: #d5efa3; font-family: "DM Sans", sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .16em; }
.hero h1 { margin: 0; font-size: clamp(2.65rem, 4.8vw, 4.25rem); line-height: 1.2; letter-spacing: -.065em; }
.hero h1 em { color: #d6ee9d; font-style: normal; }
.hero-lead { max-width: 680px; margin: 20px 0 0; color: rgba(255,255,255,.85); font-size: .96rem; font-weight: 500; }
.hero-buttons { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-top: 25px; }
.hero-trust { display: flex; gap: 26px; padding: 0; margin: 22px 0 0; list-style: none; font-size: .78rem; font-weight: 700; }
.hero-trust li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; color: var(--green-950); background: var(--lime); font-size: .7rem; }
.hero-visual { position: relative; min-height: 520px; }
.hero-building { position: absolute; inset: 0 0 38px 58px; overflow: hidden; margin: 0; border-radius: 150px 18px 18px 18px; box-shadow: 0 35px 80px rgba(0,0,0,.25); background: #fff; }
.hero-building img { height: 100%; object-fit: cover; object-position: center 15%; }
.hero-install { position: absolute; left: -15px; bottom: 0; width: 47%; overflow: hidden; margin: 0; border: 7px solid rgba(255,255,255,.95); border-radius: 14px; box-shadow: var(--shadow); background: #fff; color: var(--ink); }
.hero-install img { aspect-ratio: 1.25; object-fit: cover; }
.hero-install figcaption { padding: 12px 14px; font-size: .75rem; font-weight: 800; }
.hero-install figcaption span { display: block; color: var(--green-700); font-size: .65rem; }
.hero-number { position: absolute; right: -18px; bottom: 8px; width: 190px; padding: 20px; border-radius: 14px; color: var(--green-950); background: #e6f4c8; box-shadow: var(--shadow); }
.hero-number small, .hero-number span { display: block; font-size: .67rem; font-weight: 700; }
.hero-number strong { display: block; line-height: 1.1; }
.hero-number strong b { font-family: "DM Sans", sans-serif; font-size: 2.55rem; }
.hero-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 18px 18px 0 0; color: var(--ink); background: #fff; box-shadow: 0 -12px 45px rgba(0,0,0,.1); }
.hero-stats > div { padding: 24px 28px; border-right: 1px solid var(--line); }
.hero-stats > div:last-child { border: 0; }
.hero-stats strong { display: block; color: var(--green-700); font-family: "DM Sans", sans-serif; font-size: 2.35rem; line-height: 1.1; letter-spacing: -.05em; }
.hero-stats strong small { font-family: "Noto Sans JP", sans-serif; font-size: .8rem; }
.hero-stats span { font-size: .75rem; font-weight: 700; }

.business-overview { padding: 105px 0 112px; background: #f2f6ef; }
.overview-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 45px; }
.overview-heading h2 { margin: 7px 0 0; color: var(--green-950); font-size: clamp(2.05rem, 4.3vw, 3.55rem); line-height: 1.25; letter-spacing: -.055em; }
.overview-heading > p { margin: 0; color: var(--muted); }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.outcome-panel, .roi-panel { padding: 38px; background: #fff; box-shadow: 0 18px 55px rgba(4,56,35,.08); }
.panel-label { margin: 0 0 25px; color: var(--green-700); font-size: .73rem; font-weight: 800; letter-spacing: .08em; }
.outcome-list { display: grid; gap: 1px; background: var(--line); }
.outcome-list > div { position: relative; padding: 22px 22px 22px 65px; background: #fff; }
.outcome-list span { position: absolute; left: 20px; top: 23px; color: var(--green-500); font-family: "DM Sans", sans-serif; font-size: .7rem; font-weight: 700; }
.outcome-list strong { display: block; color: var(--green-950); font-size: 1.1rem; }
.outcome-list p { margin: 5px 0 0; color: var(--muted); font-size: .79rem; }
.overview-link { display: flex; justify-content: space-between; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--green-500); color: var(--green-700); font-size: .8rem; font-weight: 800; }
.roi-panel { color: #fff; background: var(--green-950); }
.roi-panel .panel-label { color: #cfeaa6; }
.roi-panel h3 { margin: 0 0 24px; font-size: 1.65rem; line-height: 1.45; }
.roi-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.roi-form label { display: grid; gap: 7px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 700; }
.roi-form select, .roi-form input { width: 100%; height: 50px; padding: 0 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: #fff; background: rgba(255,255,255,.09); outline: none; }
.roi-form select option { color: var(--ink); background: #fff; }
.input-unit { position: relative; display: block; }
.input-unit input { padding-right: 48px; }
.input-unit b { position: absolute; right: 14px; top: 13px; font-size: .75rem; }
.roi-form .button { grid-column: 1 / -1; width: 100%; margin-top: 4px; border: 0; background: var(--green-500); }
.roi-result { margin-top: 20px; padding: 20px; color: var(--ink); background: #e8f2d2; }
.roi-result small { display: block; color: var(--green-700); font-weight: 800; }
.roi-result strong { display: block; margin-top: 3px; font-size: 1rem; }
.roi-result strong b { color: var(--green-800); font-family: "DM Sans", sans-serif; font-size: 2.25rem; line-height: 1; }
.roi-result p { margin: 5px 0 0; color: #68766e; font-size: .66rem; }
.roi-note { margin: 12px 0 0; color: rgba(255,255,255,.5); font-size: .64rem; }
.dealer-snapshot { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; margin-top: 24px; padding: 48px; color: #fff; background: #0b2437; }
.dealer-snapshot h2 { margin: 7px 0 17px; font-size: clamp(1.8rem, 3.7vw, 2.8rem); line-height: 1.35; letter-spacing: -.05em; }
.dealer-snapshot-copy > p:last-child { color: rgba(255,255,255,.65); font-size: .85rem; }
.business-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.business-steps > div { padding: 25px 20px; background: #102e44; }
.business-steps span { color: #83c8f4; font-family: "DM Sans", sans-serif; font-size: .65rem; letter-spacing: .13em; }
.business-steps b { display: block; margin: 28px 0 8px; }
.business-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: .7rem; }
.dealer-snapshot-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.dealer-snapshot-cta p { margin: 0; color: rgba(255,255,255,.68); font-size: .78rem; }
.dealer-snapshot-cta b { color: #fff; font-size: .92rem; }

.challenges { background: var(--paper); }
.challenge-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.challenge-image { position: relative; overflow: hidden; min-height: 620px; border-radius: 12px 150px 12px 12px; box-shadow: var(--shadow); }
.challenge-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,42,32,.55), transparent 55%); }
.challenge-image img { height: 100%; position: absolute; object-fit: cover; object-position: 28% center; }
.image-label { position: absolute; z-index: 2; left: 30px; bottom: 28px; padding: 10px 16px; color: #fff; border-left: 3px solid var(--lime); font-weight: 800; }
.heat-line { position: absolute; z-index: 2; width: 130px; height: 130px; border: 3px solid rgba(223,63,47,.7); border-radius: 50%; animation: pulse 2.5s infinite; }
.heat-line-one { left: 18%; top: 24%; }
@media (min-width: 1021px) {
  .heat-line-one { left: 7%; top: 43%; width: 120px; height: 120px; }
}
@keyframes pulse { 0% { transform: scale(.8); opacity: 0; } 45% { opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.challenge-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.challenge-list article { min-height: 164px; padding: 24px; border: 1px solid var(--line); background: #fff; }
.challenge-list span { color: var(--green-500); font-family: "DM Sans", sans-serif; font-size: .75rem; font-weight: 700; }
.challenge-list p { margin: 17px 0 0; font-size: .95rem; }

.about { position: relative; overflow: hidden; color: #fff; background: var(--green-950); }
.about::after { content: "PRO"; position: absolute; right: -20px; bottom: -150px; color: rgba(255,255,255,.03); font-family: "DM Sans", sans-serif; font-size: 26rem; font-weight: 700; line-height: 1; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.about h2 { color: #fff; }
.about h2 em { color: #d5efa3; font-style: normal; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.about-copy .button { margin-top: 20px; }
.about-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,.13); }
.spec-feature { padding: 32px; background: #0a4b35; }
.spec-feature span { color: #b9dd73; font-family: "DM Sans", sans-serif; font-size: .68rem; letter-spacing: .15em; }
.spec-feature strong { display: block; margin: 10px 0; font-size: 1rem; }
.spec-feature strong b { font-family: "DM Sans", sans-serif; font-size: 3.2rem; line-height: 1; }
.spec-feature p { margin: 0; color: rgba(255,255,255,.63); font-size: .76rem; }
.spec-pills { grid-column: 1 / -1; display: flex; gap: 8px; flex-wrap: wrap; padding: 20px; background: #0a4b35; }
.spec-pills span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: .72rem; font-weight: 700; }

.strengths { background: #fff; }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.strength-card { position: relative; min-height: 280px; padding: 34px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: .25s; }
.strength-card:hover { transform: translateY(-5px); border-color: #a9cdb6; box-shadow: var(--shadow); }
.card-no { position: absolute; top: 20px; right: 22px; color: #cbd8d0; font-family: "DM Sans", sans-serif; font-size: .72rem; }
.strength-card h3 { margin: 24px 0 10px; color: var(--green-900); font-size: 1.18rem; }
.strength-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.line-icon { position: relative; width: 54px; height: 54px; border-radius: 50%; background: var(--lime-light); }
.line-icon::before { content: ""; position: absolute; inset: 14px; border: 2px solid var(--green-700); border-radius: 50%; }
.light-icon::before { border-radius: 50% 50% 35% 35%; }.tool-icon::before { border-radius: 3px; transform: rotate(45deg); }
.cost-icon::before { content: "¥"; inset: 0; display: grid; place-items: center; border: 0; font-weight: 900; }
.comfort-icon::before { border-radius: 50% 50% 6px 6px; }.leaf-icon::before { border-radius: 100% 0 100% 0; transform: rotate(-30deg); }

.simulation { background: var(--paper); }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.case-card { overflow: hidden; background: #fff; box-shadow: 0 18px 55px rgba(4,56,35,.08); }
.case-image { position: relative; height: 280px; overflow: hidden; }
.case-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,42,32,.48), transparent); }
.case-image img { height: 100%; object-fit: cover; object-position: top; }
.case-image > span { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: #fff; font-family: "DM Sans", sans-serif; font-weight: 700; letter-spacing: .14em; }
.case-image > small { position: absolute; z-index: 2; right: 20px; bottom: 20px; padding: 4px 9px; border-radius: 99px; color: #fff; background: rgba(3,42,32,.72); font-size: .62rem; font-weight: 700; }
.case-body { padding: 34px; }
.case-type { margin: 0; color: var(--green-700); font-size: .72rem; font-weight: 800; }
.case-body h3 { margin: 4px 0 22px; color: var(--green-950); font-size: 1.65rem; }
.case-body dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 0 28px; border-top: 1px solid var(--line); }
.case-body dl div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.case-body dt { color: var(--muted); font-size: .68rem; }.case-body dd { margin: 2px 0 0; font-size: .86rem; font-weight: 800; }
.case-results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.case-results > div { padding: 18px; color: #fff; background: var(--green-800); }
.case-results small, .case-results span { display: block; font-size: .65rem; }
.case-results strong { display: block; line-height: 1.2; }
.case-results strong b { color: #d7f39c; font-family: "DM Sans", sans-serif; font-size: 2.25rem; }

.facilities { padding: 90px 0; }
.facility-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.facility-grid span { position: relative; flex: 1 0 18%; min-width: 170px; padding: 20px 18px 20px 48px; border: 1px solid var(--line); font-size: .8rem; font-weight: 700; }
.facility-grid span::before { content: ""; position: absolute; left: 20px; top: 50%; width: 14px; height: 18px; border: 2px solid var(--green-500); transform: translateY(-50%); box-shadow: 6px 6px 0 -3px #fff, 6px 6px 0 -1px var(--green-500); }

.comparison { background: #eef4ec; }
.price-message { max-width: 850px; margin: -10px auto 38px; padding: 25px; text-align: center; border: 1px solid #d5e2d5; background: #fff; box-shadow: var(--shadow); }
.price-message span, .price-message strong { display: block; }
.price-message span { color: var(--muted); font-size: .82rem; }
.price-message strong { color: var(--green-950); font-size: clamp(1.45rem, 4vw, 2.4rem); }
.price-message b { color: var(--red); font-family: "DM Sans", sans-serif; font-size: 1.45em; }
.comparison-table-wrap { overflow-x: auto; background: #fff; box-shadow: var(--shadow); }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 20px; border: 1px solid var(--line); text-align: center; font-size: .83rem; }
.comparison-table thead th { color: #fff; background: #526159; }
.comparison-table thead th:first-child { background: var(--green-950); }
.comparison-table thead .recommended { background: var(--green-700); }
.comparison-table tbody th { color: var(--green-950); background: #f6f8f5; }
.comparison-table tbody td:nth-child(2) { color: var(--green-900); font-weight: 700; background: #f5faed; }
.comparison-table tbody td b { display: block; color: var(--green-500); font-size: 1.25rem; }

.benefits { color: #fff; background: linear-gradient(120deg, var(--green-950), #07573a); }
.benefits .section-heading h2 { color: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.benefit-grid article { min-height: 260px; padding: 32px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.benefit-grid article:last-child { border: 0; }
.benefit-grid span { color: #acd05d; font-family: "DM Sans", sans-serif; font-size: .72rem; }
.benefit-grid h3 { margin: 50px 0 13px; font-size: 1.12rem; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .76rem; }

.flow { background: #fff; }
.flow-list { display: grid; grid-template-columns: repeat(7, 1fr); padding: 0; margin: 0; list-style: none; }
.flow-list li { position: relative; padding: 20px 12px; text-align: center; }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; right: -7px; top: 34px; color: #aab9b0; }
.flow-list span { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 16px; border: 1px solid #9cc4aa; border-radius: 50%; color: var(--green-700); font-family: "DM Sans", sans-serif; font-weight: 700; }
.flow-list b, .flow-list small { display: block; }.flow-list b { font-size: .84rem; }.flow-list small { margin-top: 5px; color: var(--muted); font-size: .66rem; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 52px; padding: 32px 38px; color: #fff; background: var(--green-900); }
.inline-cta small, .inline-cta strong { display: block; }.inline-cta small { color: #cfeaa6; font-weight: 700; }.inline-cta strong { margin-top: 5px; font-size: 1.15rem; }

.dealer { position: relative; overflow: hidden; color: #fff; background: #0b2437; }
.dealer::before { content: ""; position: absolute; inset: 0; opacity: .06; background: radial-gradient(circle at 80% 20%, #74c4ff 0 2px, transparent 3px); background-size: 34px 34px; }
.dealer-intro, .dealer-feature-grid, .dealer-flow { position: relative; z-index: 1; }
.dealer-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.dealer .section-heading h2 { color: #fff; }
.dealer-copy { padding-top: 33px; color: rgba(255,255,255,.72); }
.dealer-policy { padding: 18px; border-left: 3px solid var(--lime); background: rgba(255,255,255,.06); }
.dealer-policy b { color: #fff; }
.dealer-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 35px; background: rgba(255,255,255,.14); }
.dealer-feature-grid article { min-height: 210px; padding: 30px; background: #102e44; }
.dealer-feature-grid span { color: #83c8f4; font-family: "DM Sans", sans-serif; font-size: .7rem; }
.dealer-feature-grid h3 { margin: 30px 0 8px; font-size: 1.08rem; }
.dealer-feature-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .76rem; }
.dealer-flow { margin-top: 34px; padding: 34px; color: var(--ink); background: #fff; }
.dealer-flow h3 { margin: 0 0 25px; color: var(--green-950); }
.dealer-flow ol { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0; margin: 0 0 30px; list-style: none; }
.dealer-flow li { position: relative; text-align: center; font-size: .75rem; font-weight: 700; }
.dealer-flow li:not(:last-child)::after { content: ""; position: absolute; top: 18px; right: -25%; width: 50%; border-top: 1px dashed #aab9b0; }
.dealer-flow li span { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 10px; border-radius: 50%; color: #fff; background: var(--green-700); }
.dealer-flow .button { display: flex; width: max-content; margin: auto; }

.portal { background: var(--paper); }
.portal-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.portal-copy > p:not(.eyebrow) { color: var(--muted); }
.portal-copy .button { margin-top: 15px; border: 0; }
.portal-preview { overflow: hidden; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.portal-top { display: flex; justify-content: space-between; padding: 16px 22px; color: #fff; background: var(--green-950); font-family: "DM Sans", sans-serif; font-size: .7rem; }
.portal-body { display: grid; grid-template-columns: 160px 1fr; min-height: 400px; }
.portal-side { display: flex; flex-direction: column; gap: 18px; padding: 26px 20px; color: #fff; background: var(--green-800); font-size: .68rem; }
.portal-side b { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .82rem; }
.portal-content { padding: 32px; }
.portal-content > small { color: var(--green-700); font-family: "DM Sans", sans-serif; letter-spacing: .12em; }
.portal-content h3 { margin: 5px 0 22px; }
.portal-news { padding: 14px; background: var(--lime-light); }
.portal-news p { margin: 3px 0 0; font-size: .72rem; }
.portal-files { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
.portal-files span { padding: 15px; border: 1px solid var(--line); font-size: .68rem; font-weight: 700; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 50px 25px 42px; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::before { content: "Q"; position: absolute; left: 4px; color: var(--green-500); font-family: "DM Sans", sans-serif; font-size: 1.2rem; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; color: var(--green-700); font-size: 1.4rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 0; padding: 0 42px 25px; color: var(--muted); font-size: .84rem; }

.contact { padding: 110px 0; color: #fff; background: linear-gradient(125deg, var(--green-950), var(--green-800)); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact address { display: grid; gap: 16px; margin-top: 45px; font-style: normal; }
.contact address a { display: block; }
.contact address small { display: block; color: #bcdc7e; font-family: "DM Sans", sans-serif; font-size: .65rem; letter-spacing: .13em; }
.contact address strong { font-family: "DM Sans", "Noto Sans JP", sans-serif; font-size: 1.25rem; }
.contact-form { padding: 38px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: #34423b; font-size: .76rem; font-weight: 700; }
.contact-form em { color: var(--red); font-size: .64rem; font-style: normal; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ced9d1; border-radius: 3px; padding: 13px; color: var(--ink); background: #fafcf9; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(43,154,89,.1); }
.contact-form > label { margin-top: 16px; }
.privacy { display: flex !important; grid-template-columns: auto 1fr; align-items: center; justify-content: center; }
.privacy input { width: auto; }
.form-submit { width: 100%; margin-top: 20px; border: 0; }
.form-status { margin: 12px 0 0; color: var(--green-700); font-size: .75rem; font-weight: 700; text-align: center; }

.site-footer { padding: 55px 0 95px; color: rgba(255,255,255,.72); background: #021a12; }
.footer-main { display: grid; grid-template-columns: .7fr 1fr .8fr; gap: 60px; align-items: start; }
.footer-brand { color: #fff; }
.footer-main > div small, .footer-main > div strong { display: block; }.footer-main > div strong { color: #fff; font-size: 1.1rem; }
.footer-main > div p { max-width: 440px; font-size: .7rem; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: .72rem; font-weight: 700; }
.footer-notes { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .64rem; }
.footer-notes p { max-width: 800px; margin: 0; }
.mobile-cta { display: none; }

.login-modal { width: min(900px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; border-radius: 16px; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.login-modal::backdrop { background: rgba(1,21,14,.75); backdrop-filter: blur(5px); }
.modal-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 520px; }
.modal-close { position: absolute; z-index: 2; right: 16px; top: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef3ef; font-size: 1.4rem; }
.modal-brand { padding: 55px 38px; color: #fff; background: linear-gradient(150deg, var(--green-950), var(--green-700)); }
.modal-brand p { color: #cfeaa6; font-family: "DM Sans", sans-serif; font-size: .7rem; letter-spacing: .14em; }
.modal-brand h2 { font-size: 2rem; line-height: 1.4; }
.modal-brand ul { padding-left: 18px; color: rgba(255,255,255,.7); font-size: .76rem; }
.login-form { padding: 60px 50px 35px; }
.login-form > small { color: var(--green-700); font-family: "DM Sans", sans-serif; letter-spacing: .13em; }
.login-form h2 { margin: 4px 0 25px; color: var(--green-950); }
.login-form label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .75rem; font-weight: 700; }
.login-form input { padding: 13px; border: 1px solid var(--line); }
.login-form .button { width: 100%; margin-top: 10px; border: 0; }
.login-links { display: flex; justify-content: center; gap: 18px; margin-top: 18px; }
.login-links button { padding: 0; border: 0; border-bottom: 1px solid #aaa; background: none; font-size: .68rem; }
.login-note { margin-top: 28px; padding: 14px; color: var(--muted); background: var(--paper); font-size: .68rem; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.animations-ready .reveal { opacity: 0; transform: translateY(24px); }
.animations-ready .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .heat-line { animation: none; }
}

@media (max-width: 1020px) {
  .desktop-nav, .dealer-login-link { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; inset: 82px 0 auto; display: grid; max-height: 0; overflow: hidden; background: #fff; color: var(--ink); transition: max-height .3s; }
  .mobile-nav.is-open { max-height: calc(100vh - 82px); border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-nav a, .mobile-nav button { padding: 16px 24px; border: 0; border-bottom: 1px solid var(--line); background: #fff; text-align: left; font-weight: 700; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 680px; width: 100%; margin: auto; }
  .overview-heading, .overview-grid { grid-template-columns: 1fr; gap: 30px; }
  .dealer-snapshot { grid-template-columns: 1fr; gap: 25px; }
  .challenge-layout, .about-grid, .portal-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-grid { gap: 45px; }
  .strength-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid article:nth-child(3) { border-right: 0; }
  .flow-list { grid-template-columns: repeat(4, 1fr); row-gap: 20px; }
  .flow-list li:nth-child(4)::after { display: none; }
  .dealer-intro { grid-template-columns: 1fr; gap: 0; }
  .dealer-copy { padding-top: 0; }
  .dealer-feature-grid { grid-template-columns: 1fr 1fr; }
  .portal-copy { max-width: 650px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 64px; }
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 76px 0; }
  .mobile-break { display: block; }
  .header-inner { min-height: 68px; }
  .site-header { background: rgba(3,42,32,.92); backdrop-filter: blur(12px); }
  .site-header.is-scrolled { background: rgba(255,255,255,.96); }
  .brand b { font-size: 1.18rem; }.brand small { font-size: .61rem; }.brand-mark { width: 32px; height: 34px; transform: scale(.82) rotate(-8deg); }
  .header-actions .button { display: none; }
  .mobile-nav { top: 68px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .about h2, .portal h2, .contact h2 { font-size: clamp(1.9rem, 10vw, 2.6rem); }
  .hero { padding-top: 112px; }
  .hero-grid { gap: 45px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(2.35rem, 11.5vw, 3.25rem); }
  .hero-lead { font-size: .9rem; }
  .hero-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-buttons .button { padding-inline: 12px; font-size: .78rem; }
  .hero-buttons .text-link { grid-column: 1 / -1; width: max-content; }
  .hero-trust { gap: 10px; flex-wrap: wrap; font-size: .7rem; }
  .hero-visual { min-height: 410px; }
  .hero-building { left: 30px; bottom: 30px; border-radius: 90px 12px 12px 12px; }
  .hero-install { left: 0; width: 48%; border-width: 4px; }
  .hero-install figcaption { padding: 7px; font-size: .58rem; }
  .hero-number { right: 0; bottom: 0; width: 150px; padding: 14px; }
  .hero-number strong b { font-size: 2rem; }
  .hero-stats { grid-template-columns: 1fr 1fr; width: calc(100% - 32px); border-radius: 12px 12px 0 0; }
  .hero-stats > div { padding: 17px; border-bottom: 1px solid var(--line); }
  .hero-stats > div:nth-child(2) { border-right: 0; }
  .hero-stats strong { font-size: 1.8rem; }
  .business-overview { padding: 72px 0; }
  .overview-heading { margin-bottom: 30px; }
  .overview-heading h2 { font-size: clamp(1.9rem, 10vw, 2.6rem); }
  .outcome-panel, .roi-panel { padding: 25px 18px; }
  .roi-form { grid-template-columns: 1fr; }
  .roi-form .button { grid-column: auto; }
  .roi-result strong b { font-size: 1.8rem; }
  .dealer-snapshot { padding: 30px 18px; }
  .business-steps { grid-template-columns: 1fr; }
  .business-steps b { margin-top: 12px; }
  .dealer-snapshot-cta { display: grid; }
  .dealer-snapshot-cta .button { width: 100%; }
  .challenge-image { min-height: 440px; border-radius: 8px 90px 8px 8px; }
  .challenge-list { grid-template-columns: 1fr; }
  .challenge-list article { min-height: auto; display: grid; grid-template-columns: 35px 1fr; align-items: center; padding: 18px; }
  .challenge-list p { margin: 0; }
  .about-specs { grid-template-columns: 1fr; }
  .spec-pills { grid-column: auto; }
  .strength-grid, .case-grid { grid-template-columns: 1fr; }
  .strength-card { min-height: auto; }
  .case-image { height: 220px; }
  .case-body { padding: 25px 20px; }
  .case-results strong b { font-size: 1.8rem; }
  .facility-grid span { min-width: calc(50% - 5px); padding: 16px 10px 16px 39px; font-size: .7rem; }
  .facility-grid span::before { left: 14px; }
  .price-message { padding: 20px 12px; }
  .benefit-grid { display: grid; grid-template-columns: 1fr; border: 0; }
  .benefit-grid article { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .benefit-grid h3 { margin: 15px 0 8px; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .flow-list li:nth-child(even)::after { display: none; }
  .inline-cta { display: grid; padding: 25px 20px; }
  .inline-cta .button { width: 100%; }
  .dealer-feature-grid { grid-template-columns: 1fr; }
  .dealer-flow { padding: 26px 18px; }
  .dealer-flow ol { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .dealer-flow li:not(:last-child)::after { display: none; }
  .dealer-flow .button { width: 100%; padding-inline: 14px; }
  .portal-body { grid-template-columns: 95px 1fr; min-height: 360px; }
  .portal-side { padding: 18px 10px; }
  .portal-content { padding: 20px 14px; }
  .portal-files span { padding: 10px 7px; }
  .accordion summary { padding-right: 35px; }
  .contact-form { padding: 25px 18px; }
  .form-two { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-notes { display: grid; }
  .mobile-cta { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: .6fr 1fr 1fr; height: 64px; color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,.15); }
  .mobile-cta a { display: grid; place-items: center; background: var(--green-800); font-size: .75rem; font-weight: 800; }
  .mobile-cta a:nth-child(2) { background: var(--green-700); }
  .mobile-cta a:last-child { background: var(--red); }
  .modal-layout { grid-template-columns: 1fr; }
  .modal-brand { display: none; }
  .login-form { padding: 55px 25px 30px; }
}
