/* KIKKAKE HP — design system (teal x white, based on brand mock) */
:root {
  --teal: #14a3a5;
  --teal-dark: #0d8385;
  --teal-deep: #0a6b6d;
  --teal-light: #e7f5f5;
  --teal-pale: #f3fafa;
  --cyan-logo: #00b8cc;
  --ink: #1d2529;
  --gray: #5c6b70;
  --gray-light: #eef2f3;
  --line: #dde6e7;
  --gold: #c2a15f;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(13, 90, 92, 0.10);
  --shadow-sm: 0 4px 14px rgba(13, 90, 92, 0.08);
  --font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-logo: "Yellowtail", cursive;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.85;
  font-size: 16px;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
picture { display: contents; }
a { color: var(--teal-dark); text-decoration: none; }
a:hover { opacity: .85; }
ul { list-style: none; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section.alt { background: var(--teal-pale); }
.center { text-align: center; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 20px; max-width: 1280px; margin: 0 auto; padding: 10px 20px; }
.logo { display: flex; flex-direction: column; line-height: 1.1; }
.logo-script { font-family: var(--font-logo); font-size: 34px; color: var(--cyan-logo); letter-spacing: .5px; }
.logo-sub { font-size: 10px; color: var(--gray); letter-spacing: .08em; margin-top: 2px; }
.gnav { margin-left: auto; }
.gnav ul { display: flex; gap: 18px; }
.gnav a { color: var(--ink); font-size: 13.5px; font-weight: 600; }
.gnav a:hover { color: var(--teal); opacity: 1; }
.gnav .sp-only { display: none; }
.header-cta { display: flex; gap: 10px; }
.nav-toggle { display: none; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; border-radius: 8px; padding: 13px 26px; font-size: 15px; transition: .2s; border: 2px solid transparent; cursor: pointer; white-space: nowrap; }
.btn svg { flex: none; }
.btn-solid { background: var(--teal); color: #fff; }
.btn-solid:hover { background: var(--teal-dark); opacity: 1; }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); opacity: 1; }
.btn-ghost-teal { background: #fff; color: var(--teal-dark); border-color: var(--teal); }
.btn-ghost-teal:hover { background: var(--teal-light); opacity: 1; }
.btn-white { background: #fff; color: var(--teal-dark); }
.btn-lg { padding: 16px 38px; font-size: 16px; }
.btn-sm { padding: 9px 18px; font-size: 13px; border-radius: 6px; }

/* ---------- hero (top, full-bleed photo) ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg,#fff 0%, #f4fbfb 100%); min-height: min(calc(100vh - 71px), 860px); display: flex; align-items: center; }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1280px; margin: 0 auto; padding: 56px 20px 64px; }
.hero-txt { max-width: 46%; }
.hero-lead { font-size: 15px; font-weight: 700; letter-spacing: .04em; color: var(--ink); border-left: 4px solid var(--teal); padding-left: 10px; margin-bottom: 18px; }
.hero h1 { font-size: 44px; line-height: 1.45; font-weight: 900; letter-spacing: .01em; }
.hero h1 .t { color: var(--teal); }
.hero h1 .brand { font-size: 52px; letter-spacing: .04em; }
.hero-desc { margin: 18px 0 26px; color: var(--gray); font-size: 15.5px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-photo-wrap { position: absolute; top: 0; right: 0; bottom: 0; width: 57%; z-index: 1; clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%); }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-photo-accent { position: absolute; right: 0; bottom: 0; width: 230px; height: 230px; background: var(--teal); clip-path: polygon(100% 8%, 100% 100%, 8% 100%); opacity: .92; }
.hero-badges { position: absolute; right: 28px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 14px; z-index: 3; }
.cbadge { width: 108px; height: 108px; border-radius: 50%; background: #fff; border: 2px solid var(--teal); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: var(--shadow-sm); }
.cbadge b { color: var(--teal-dark); font-size: 15px; }
.cbadge span { font-size: 10px; color: var(--gray); line-height: 1.5; padding: 0 8px; }
/* laurel badges */
.laurels { display: flex; gap: 18px; flex-wrap: wrap; }
.laurel { position: relative; width: 120px; text-align: center; padding: 14px 6px; }
.laurel::before, .laurel::after { content: ""; position: absolute; top: 0; bottom: 0; width: 22px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 64'><path d='M20 2C8 10 4 22 6 34c2 12 8 20 14 26' fill='none' stroke='%23c2a15f' stroke-width='2'/><g fill='%23c2a15f'><ellipse cx='9' cy='12' rx='5' ry='2.4' transform='rotate(-40 9 12)'/><ellipse cx='6' cy='22' rx='5' ry='2.4' transform='rotate(-15 6 22)'/><ellipse cx='6' cy='33' rx='5' ry='2.4' transform='rotate(5 6 33)'/><ellipse cx='9' cy='44' rx='5' ry='2.4' transform='rotate(28 9 44)'/><ellipse cx='14' cy='53' rx='5' ry='2.4' transform='rotate(45 14 53)'/></g></svg>") no-repeat center / contain; }
.laurel::before { left: 0; }
.laurel::after { right: 0; transform: scaleX(-1); }
.laurel b { display: block; font-size: 14px; line-height: 1.5; color: var(--ink); }

/* ---------- area bar ---------- */
.areabar { background: var(--teal); color: #fff; padding: 16px 0; }
.areabar-inner { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.areabar-title { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; flex: none; }
.areabar-links { display: flex; gap: 10px; flex-wrap: wrap; }
.areabar-links a { background: #fff; color: var(--ink); font-size: 13.5px; font-weight: 600; padding: 9px 18px; border-radius: 6px; }
.areabar-more { margin-left: auto; color: #fff; font-weight: 700; font-size: 14px; flex: none; }

/* ---------- section headings ---------- */
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head .en { display: block; color: var(--teal); font-size: 13px; font-weight: 700; letter-spacing: .18em; margin-bottom: 6px; }
.sec-head h2 { font-size: 32px; font-weight: 900; line-height: 1.5; }
.sec-head .bar { display: block; width: 46px; height: 3px; background: var(--teal); margin: 14px auto 0; border-radius: 2px; }
.sec-head p.sub { color: var(--gray); margin-top: 14px; font-size: 15px; }

/* ---------- cards ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-6 { grid-template-columns: repeat(6, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; }
.card:hover { box-shadow: var(--shadow-sm); }
.reason-card { text-align: center; }
.reason-card .icon { width: 64px; height: 64px; margin: 0 auto 14px; color: var(--teal); }
.reason-card h3 { color: var(--teal-dark); font-size: 17px; margin-bottom: 8px; }
.reason-card p { font-size: 13.5px; color: var(--gray); }

.service-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.service-card .thumb img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.service-card .body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.service-card h3 { font-size: 19px; color: var(--ink); margin-bottom: 8px; }
.service-card h3 small { display: block; color: var(--teal); font-size: 12px; letter-spacing: .1em; font-weight: 700; }
.service-card p { font-size: 14px; color: var(--gray); flex: 1; }
.service-card .more { margin-top: 14px; color: var(--teal-dark); font-weight: 700; font-size: 14px; }

/* ---------- page hero (lower pages) ---------- */
.page-hero { background: linear-gradient(120deg, var(--teal-deep), var(--teal) 70%, #2fb7b9); color: #fff; padding: 54px 0 46px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -120px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.08); }
.page-hero .en { font-size: 13px; letter-spacing: .2em; font-weight: 700; opacity: .85; }
.page-hero h1 { font-size: 34px; font-weight: 900; line-height: 1.5; margin-top: 6px; }
.page-hero p.lead { margin-top: 12px; font-size: 15px; opacity: .95; max-width: 860px; }
.breadcrumb { background: var(--gray-light); font-size: 12.5px; padding: 10px 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--gray); }
.breadcrumb a { color: var(--gray); }
.breadcrumb li:last-child { color: var(--ink); font-weight: 600; }

/* ---------- article/content ---------- */
.content { max-width: 860px; }
.content h2 { font-size: 24px; font-weight: 800; border-left: 5px solid var(--teal); padding: 4px 0 4px 14px; margin: 48px 0 20px; line-height: 1.5; }
.content h2:first-child { margin-top: 0; }
.content h3 { font-size: 19px; font-weight: 700; color: var(--teal-deep); margin: 32px 0 12px; padding-bottom: 6px; border-bottom: 2px solid var(--teal-light); }
.content p { margin-bottom: 16px; }
.content ul.disc { list-style: none; margin: 14px 0 20px; }
.content ul.disc li { position: relative; padding-left: 26px; margin-bottom: 8px; }
.content ul.disc li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 14px; height: 8px; border-left: 3px solid var(--teal); border-bottom: 3px solid var(--teal); transform: rotate(-45deg); }
.content ol.num { margin: 14px 0 20px; padding-left: 26px; }
.content ol.num li { margin-bottom: 8px; }
.content ol.num li::marker { color: var(--teal); font-weight: 700; }
.content .note { background: var(--teal-pale); border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; font-size: 14.5px; margin: 20px 0; }
.two-col { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 40px; align-items: start; }
.sidebar .sb-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.sidebar .sb-box h3 { font-size: 15px; color: var(--teal-deep); border-bottom: 2px solid var(--teal-light); padding-bottom: 8px; margin-bottom: 12px; }
.sidebar .sb-box ul li { border-bottom: 1px dashed var(--line); }
.sidebar .sb-box ul li a { display: block; padding: 8px 2px; font-size: 13.5px; color: var(--ink); }
.sidebar .sb-box ul li a:hover { color: var(--teal); }

/* tables */
.tbl { width: 100%; border-collapse: collapse; margin: 18px 0 26px; font-size: 14.5px; }
.tbl th, .tbl td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; }
.tbl th { background: var(--teal-light); color: var(--teal-deep); font-weight: 700; white-space: nowrap; }
.tbl tr:nth-child(even) td { background: var(--teal-pale); }

/* steps */
.steps { counter-reset: step; display: grid; gap: 16px; margin: 20px 0; }
.step { display: flex; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; align-items: flex-start; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-weight: 900; font-size: 26px; color: var(--teal); font-family: Georgia, serif; line-height: 1.1; flex: none; }
.step h3 { font-size: 16.5px; margin-bottom: 4px; border: none; padding: 0; }
.step p { font-size: 14px; color: var(--gray); margin: 0; }

/* faq */
.faq { margin: 20px 0; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 16px 20px 16px 48px; font-weight: 700; position: relative; list-style: none; font-size: 15px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; position: absolute; left: 16px; top: 14px; color: var(--teal); font-weight: 900; font-size: 17px; }
.faq .a { padding: 0 20px 16px 48px; position: relative; font-size: 14.5px; color: var(--gray); }
.faq .a::before { content: "A"; position: absolute; left: 16px; top: -2px; color: var(--gold); font-weight: 900; font-size: 17px; }

/* pricing */
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 26px 0; }
.price-cards.two { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin-left: auto; margin-right: auto; }
.price-card { background: #fff; border: 2px solid var(--line); border-radius: 16px; padding: 30px 26px; text-align: center; position: relative; }
.price-card.hot { border-color: var(--teal); box-shadow: var(--shadow); }
.price-card .tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 16px; border-radius: 99px; white-space: nowrap; }
.price-card h3 { color: var(--teal-deep); font-size: 18px; margin-bottom: 6px; }
.price-card .price { font-size: 34px; font-weight: 900; color: var(--ink); margin: 10px 0 2px; }
.price-card .price small { font-size: 14px; font-weight: 600; color: var(--gray); }
.price-card .per { color: var(--gray); font-size: 12.5px; margin-bottom: 14px; }
.price-card ul { text-align: left; font-size: 13.5px; color: var(--gray); margin: 14px 0 20px; }
.price-card ul li { padding: 6px 0 6px 24px; position: relative; border-bottom: 1px dashed var(--line); }
.price-card ul li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 12px; height: 7px; border-left: 3px solid var(--teal); border-bottom: 3px solid var(--teal); transform: rotate(-45deg); }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--teal-deep), var(--teal)); color: #fff; padding: 60px 0; text-align: center; }
.cta-band h2 { font-size: 28px; font-weight: 900; margin-bottom: 10px; }
.cta-band p { opacity: .95; margin-bottom: 26px; font-size: 15px; }
.cta-band .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn-outline { border-color: #fff; color: #fff; background: transparent; }
.cta-band .btn-outline:hover { background: rgba(255,255,255,.12); }

/* mama banner */
.mama-banner { display: grid; grid-template-columns: 1fr 1fr; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.mama-banner .txt { padding: 40px 38px; display: flex; flex-direction: column; justify-content: center; }
.mama-banner .txt .en { color: var(--teal); font-weight: 700; letter-spacing: .15em; font-size: 12px; }
.mama-banner .txt h3 { font-size: 26px; font-weight: 900; margin: 8px 0 12px; line-height: 1.5; }
.mama-banner .txt p { color: var(--gray); font-size: 14.5px; margin-bottom: 20px; }
.mama-banner .img img { width: 100%; height: 100%; object-fit: cover; }

/* case */
.case-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.case-card .thumb img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.case-card .body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.case-card .cat { display: inline-block; background: var(--teal-light); color: var(--teal-deep); font-size: 11.5px; font-weight: 700; border-radius: 4px; padding: 3px 10px; margin-bottom: 10px; align-self: flex-start; }
.case-card h3 { font-size: 16.5px; line-height: 1.6; margin-bottom: 8px; }
.case-card p { font-size: 13.5px; color: var(--gray); flex: 1; }

/* column list */
.col-card { padding: 22px 24px; }
.col-card .date { font-size: 12px; color: var(--gray); }
.col-card h3 { font-size: 16px; line-height: 1.6; margin: 6px 0 8px; }
.col-card p { font-size: 13.5px; color: var(--gray); }

/* area links grid */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.area-tile { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; }
.area-tile b { color: var(--teal-deep); font-size: 15.5px; display: block; margin-bottom: 8px; }
.area-tile ul { display: flex; flex-wrap: wrap; gap: 6px 12px; }
.area-tile ul a { font-size: 12.5px; color: var(--gray); }
.area-tile ul a:hover { color: var(--teal); }

/* contact form */
.form { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 34px; max-width: 760px; margin: 0 auto; }
.form .row { margin-bottom: 20px; }
.form label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.form label .req { background: #d9534f; color: #fff; font-size: 10.5px; padding: 2px 8px; border-radius: 4px; margin-left: 8px; vertical-align: 2px; }
.form input, .form select, .form textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 8px; padding: 12px 14px; font-size: 16px; font-family: inherit; background: var(--teal-pale); }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--teal); background: #fff; }

/* footer */
.footer { background: #10373b; color: #cfe2e3; padding: 56px 0 26px; font-size: 13.5px; }
.footer a { color: #cfe2e3; }
.footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1.2fr; gap: 30px; margin-bottom: 36px; }
.footer h4 { color: #fff; font-size: 14px; margin-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 8px; }
.footer li { margin-bottom: 7px; }
.footer .f-logo .logo-script { font-size: 30px; color: #4fd6e0; font-family: var(--font-logo); }
.footer .f-logo p { margin-top: 10px; font-size: 12.5px; opacity: .85; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12px; opacity: .8; }
.footer-areas { margin-bottom: 30px; font-size: 12px; line-height: 2.2; opacity: .9; }
.footer-areas b { color: #fff; margin-right: 10px; }
.footer-areas a { margin-right: 12px; white-space: nowrap; }

/* sticky mobile cta */
.sp-cta { display: none; }

/* hamburger */
.nav-toggle { display: none; background: none; border: none; width: 44px; height: 44px; cursor: pointer; position: relative; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: .25s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .header-cta { margin-left: auto; }
  .nav-toggle { margin-left: 0; }
  .gnav { display: none; }
  .gnav.open { display: block; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); max-height: calc(100vh - 70px); overflow-y: auto; }
  .gnav.open ul { flex-direction: column; gap: 0; padding: 10px 0; }
  .gnav.open a { display: block; padding: 13px 24px; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
  .gnav .sp-only { display: list-item; }
  .gnav.open .sp-only a { color: var(--teal-deep); }
}

/* responsive */
@media (max-width: 1080px) {
  .gnav { display: none; }
  .header-cta .btn-outline { display: none; }
  .hero { display: block; min-height: 0; }
  .hero-inner { padding-bottom: 30px; }
  .hero-txt { max-width: 100%; }
  .hero-photo-wrap { position: relative; width: 100%; height: 320px; clip-path: none; }
  .hero-photo-accent { width: 130px; height: 130px; }
  .hero-badges { position: static; transform: none; flex-direction: row; justify-content: center; padding: 18px 12px 26px; flex-wrap: wrap; }
  .grid-6 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  body { font-size: 15px; }
  .wrap { padding: 0 16px; }
  /* hero */
  .hero-inner { padding: 32px 16px 20px; }
  .hero h1 { font-size: 29px; line-height: 1.4; }
  .hero h1 .brand { font-size: 36px; }
  .hero-lead { font-size: 13.5px; margin-bottom: 14px; }
  .hero-desc { font-size: 14px; margin: 14px 0 20px; }
  .hero-btns { gap: 10px; margin-bottom: 22px; }
  .hero-btns .btn { width: 100%; }
  .hero-photo-wrap { height: 260px; }
  .laurels { gap: 8px; justify-content: center; }
  .laurel { width: 108px; padding: 10px 4px; }
  .laurel b { font-size: 12.5px; }
  /* headings & grids */
  .sec-head h2 { font-size: 23px; }
  .sec-head { margin-bottom: 30px; }
  .page-hero { padding: 36px 0 32px; }
  .page-hero h1 { font-size: 22px; }
  .page-hero p.lead { font-size: 13.5px; }
  .grid { gap: 16px; }
  .grid-2, .grid-3, .grid-6 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .price-cards, .price-cards.two { grid-template-columns: 1fr; }
  .mama-banner { grid-template-columns: 1fr; }
  .mama-banner .img { order: -1; }
  .mama-banner .txt { padding: 26px 20px; }
  .mama-banner .txt h3 { font-size: 21px; }
  .area-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cbadge { width: 94px; height: 94px; }
  .section { padding: 44px 0; }
  /* area bar: horizontal scroll */
  .areabar-inner { flex-direction: column; align-items: stretch; gap: 10px; }
  .areabar-links { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 2px; }
  .areabar-links::-webkit-scrollbar { display: none; }
  .areabar-links a { flex: none; }
  .areabar-more { margin-left: 0; align-self: flex-end; }
  /* tables: horizontal scroll instead of overflow */
  .tbl { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .tbl th, .tbl td { min-width: 130px; }
  /* content */
  .content h2 { font-size: 20px; }
  .content h3 { font-size: 17px; }
  .step { padding: 16px 16px; gap: 12px; }
  .form { padding: 22px 18px; }
  /* CTA band */
  .cta-band { padding: 44px 0; }
  .cta-band h2 { font-size: 22px; }
  .cta-band .btns .btn { width: 100%; }
  /* sticky bottom CTA + safe area */
  .sp-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; }
  .sp-cta a { flex: 1; text-align: center; padding: 14px 6px calc(14px + env(safe-area-inset-bottom)); font-weight: 800; font-size: 14px; }
  .sp-cta .dl { background: #fff; color: var(--teal-dark); border-top: 2px solid var(--teal); }
  .sp-cta .ct { background: var(--teal); color: #fff; }
  body { padding-bottom: calc(54px + env(safe-area-inset-bottom)); }
}
