
:root{
  --ink:#24342a;
  --muted:#607066;
  --line:rgba(36,52,42,.13);
  --soft:#f7f8f5;
  --panel:#ffffff;
  --accent:#315943;
  --accent-soft:#e9f0eb;
  --value-soft:#f0f6ef;
  --shadow:0 16px 40px rgba(34,47,38,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.v126-page{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit}
.v126-container{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
}
.v126-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.v126-nav{
  height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.v126-brand{
  font-size:17px;
  font-weight:800;
  text-decoration:none;
  letter-spacing:-.03em;
}
.v126-menu{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:13px;
  font-weight:650;
  color:var(--muted);
}
.v126-menu a{
  text-decoration:none;
  white-space:nowrap;
}
.v126-menu a:hover{color:var(--ink)}

.v126-hero{
  padding:78px 0 58px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%, rgba(49,89,67,.12), transparent 34%),
    linear-gradient(180deg, #fbfcfa 0%, #fff 88%);
}
.v126-contact-hero{padding:70px 0 48px}
.v126-hero-inner{
  display:grid;
  justify-items:center;
  gap:18px;
}
.v126-kicker{
  margin:0;
  font-size:13px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.01em;
  color:var(--accent);
}
.v126-hero h1,
.v126-contact-hero h1{
  margin:0;
  max-width:980px;
  font-size:clamp(58px, 8vw, 104px);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:900;
}
.v126-hero-sub{
  margin:0;
  max-width:760px;
  font-size:clamp(20px, 2.2vw, 28px);
  line-height:1.22;
  font-weight:720;
  color:#3d4e42;
  letter-spacing:-.035em;
}
.v126-value-chips,
.v126-hero-support,
.v126-chip-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}
.v126-value-chips span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 14px;
  border:1px solid rgba(49,89,67,.22);
  border-radius:999px;
  background:var(--value-soft);
  color:var(--accent);
  font-size:14px;
  line-height:1.15;
  font-weight:850;
}
.v126-hero-support span,
.v126-chip-row span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.76);
  color:#405246;
  font-size:13px;
  line-height:1.15;
  font-weight:750;
}
.v126-strip{
  padding:18px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(247,248,245,.7);
}
.v126-strip .v126-chip-row span{
  background:#fff;
  color:var(--accent);
  border-color:rgba(49,89,67,.18);
}

.v126-section{
  padding:64px 0;
}
.v126-compact{padding-top:46px;padding-bottom:46px}
.v126-center{text-align:center}
.v126-section h2{
  margin:8px auto 0;
  max-width:900px;
  font-size:clamp(38px, 5vw, 72px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:900;
}
.v126-lead{
  margin:18px auto 0;
  max-width:720px;
  color:var(--muted);
  font-size:clamp(18px, 2vw, 24px);
  line-height:1.32;
  letter-spacing:-.025em;
  font-weight:650;
}
.v126-card-grid{
  display:grid;
  gap:18px;
  margin-top:34px;
}
.v126-three{grid-template-columns:repeat(3, minmax(0,1fr))}
.v126-two{
  grid-template-columns:repeat(2, minmax(0,1fr));
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
.v126-card{
  min-height:190px;
  padding:26px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--panel);
  box-shadow:var(--shadow);
}
.v126-card-strong,
.v126-limflex-card,
.v126-value-card{
  background:linear-gradient(180deg, #ffffff 0%, var(--accent-soft) 100%);
}
.v126-card-no{
  display:block;
  margin-bottom:28px;
  color:#7b897f;
  font-size:12px;
  font-weight:850;
  letter-spacing:.04em;
}
.v126-card h3{
  margin:0;
  font-size:clamp(23px, 2.4vw, 34px);
  line-height:1.03;
  letter-spacing:-.045em;
  font-weight:900;
}
.v126-card p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.5;
  font-weight:520;
}
.v126-bigline{
  color:var(--ink) !important;
  font-size:22px !important;
  line-height:1.12 !important;
  font-weight:850 !important;
  letter-spacing:-.04em;
}
.v126-result-line{
  margin:28px auto 0;
  max-width:880px;
  text-align:center;
  font-size:clamp(22px, 3vw, 40px);
  line-height:1.1;
  letter-spacing:-.055em;
  font-weight:900;
}
.v126-inquiry-section{
  background:var(--soft);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.v126-primary-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  margin-top:20px;
  padding:14px 22px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  line-height:1.2;
  font-weight:850;
  box-shadow:0 12px 32px rgba(36,52,42,.18);
}
.v126-note{
  margin:16px auto 0;
  max-width:620px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.v126-disclaimer{
  padding:28px 0;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.v126-disclaimer p,
.v126-footer p{
  margin:0 auto;
  max-width:900px;
  color:#66736b;
  font-size:12px;
  line-height:1.55;
  text-align:center;
}
.v126-footer{
  padding:24px 0;
  background:#fafbf8;
}

@media (max-width: 768px){
  .v126-container{
    width:min(100% - 28px, 1120px);
  }
  .v126-nav{
    height:48px;
  }
  .v126-brand{
    font-size:16px;
  }
  .v126-menu{
    gap:0;
  }
  .v126-menu a{
    display:none;
  }
  .v126-menu a:last-child{
    display:inline-flex;
    padding:8px 10px;
    border:1px solid var(--line);
    border-radius:999px;
    font-size:12px;
    color:var(--ink);
    background:#fff;
  }
  .v126-hero{
    padding:50px 0 40px;
  }
  .v126-contact-hero{
    padding:48px 0 34px;
  }
  .v126-kicker{
    font-size:12px;
  }
  .v126-hero h1,
  .v126-contact-hero h1{
    font-size:clamp(38px, 12vw, 50px);
    line-height:.98;
    letter-spacing:-.055em;
  }
  .v126-hero-sub{
    font-size:18px;
    line-height:1.35;
    font-weight:650;
    letter-spacing:-.035em;
  }
  .v126-value-chips{
    max-width:360px;
  }
  .v126-value-chips span{
    min-height:34px;
    padding:8px 11px;
    font-size:13px;
  }
  .v126-hero-support{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    max-width:340px;
  }
  .v126-hero-support span{
    justify-content:center;
    font-size:13px;
    min-height:34px;
  }
  .v126-strip{
    padding:14px 0;
  }
  .v126-chip-row{
    justify-content:center;
    gap:8px;
  }
  .v126-chip-row span{
    font-size:13px;
    line-height:1.2;
    padding:7px 10px;
    min-height:32px;
  }
  .v126-section{
    padding:36px 0;
  }
  .v126-compact{
    padding-top:34px;
    padding-bottom:34px;
  }
  .v126-section h2{
    font-size:clamp(30px, 9.2vw, 42px);
    line-height:1.02;
    letter-spacing:-.055em;
  }
  .v126-lead{
    margin-top:14px;
    font-size:17px;
    line-height:1.42;
  }
  .v126-card-grid,
  .v126-three,
  .v126-two{
    grid-template-columns:1fr !important;
    gap:14px;
    max-width:none;
    margin-top:24px;
  }
  .v126-card{
    min-height:auto;
    padding:20px 18px;
    border-radius:20px;
  }
  .v126-card-no{
    margin-bottom:18px;
  }
  .v126-card h3{
    font-size:24px;
    line-height:1.08;
  }
  .v126-card p{
    font-size:15.5px;
    line-height:1.52;
  }
  .v126-bigline{
    font-size:20px !important;
  }
  .v126-result-line{
    margin-top:22px;
    font-size:26px;
    line-height:1.08;
  }
  .v126-primary-button{
    width:100%;
    min-height:56px;
    padding:14px 18px;
  }
  .v126-disclaimer{
    padding:22px 0;
  }
  .v126-disclaimer p,
  .v126-footer p{
    text-align:left;
    font-size:11.5px;
  }
}
