﻿/* Detail and form pages: selected September 6 visual system. */
body.detail-page{
  --page-ink:var(--body,#345d94);
  --page-blue:var(--blue,#0753ac);
  --page-teal:var(--teal,#00aaa9);
  --page-coral:var(--coral,#ff6180);
  --page-pale:var(--pale,#f1fbfd);
  --page-line:var(--line,#d4eef5);
  --page-mint:#eefcf6;
  --page-cream:#fffaf1;
  --page-shadow:0 16px 42px rgba(7,83,172,.10);
  --page-soft-shadow:0 8px 26px rgba(0,170,169,.11);
  --page-radius:34px;
  --page-radius-lg:48px;
  color:var(--page-ink);
  background:
    radial-gradient(circle at 8% 9%, rgba(0,170,169,.10), transparent 24rem),
    radial-gradient(circle at 96% 23%, rgba(255,97,128,.10), transparent 21rem),
    linear-gradient(180deg,#fff 0%,#fbfeff 38%,#fff 100%);
  overflow-x:hidden;
}
body.detail-page .page-main{
  position:relative;
  padding:12px 0 74px;
  isolation:isolate;
  overflow:hidden;
}
body.detail-page .page-main:before,
body.detail-page .page-main:after{
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
  background:center/contain no-repeat;
  mix-blend-mode:multiply;
}
body.detail-page .page-main:before{
  width:130px;
  height:210px;
  left:-42px;
  top:360px;
  opacity:.32;
  background-image:url("assets/v2/leaf-sprig-left.webp");
}
body.detail-page .page-main:after{
  width:170px;
  height:220px;
  right:-54px;
  top:980px;
  opacity:.28;
  transform:rotate(32deg);
  background-image:url("assets/v2/leaf-sprig-right.webp");
}
body.detail-page .page-main .container{z-index:1}


body.detail-page .brand span{min-width:0}
body.detail-page .brand strong{
  font-size:clamp(18px,1.55vw,23px);
  letter-spacing:-.015em;
}
body.detail-page .brand small{font-size:clamp(10px,.82vw,12px)}




body.detail-page .breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px 10px;
  margin-top:12px;
  margin-bottom:18px;
  color:#58759a;
  font-size:13px;
  line-height:1.7;
}
body.detail-page .breadcrumb a{
  color:var(--page-blue);
  text-decoration:underline;
  text-decoration-color:#a9ddec;
  text-underline-offset:4px;
  min-height:32px;
  display:inline-flex;
  align-items:center;
}
body.detail-page .breadcrumb a:after{
  content:"›";
  color:var(--page-teal);
  margin-left:10px;
  text-decoration:none;
}
body.detail-page .page-hero.container{
  width:calc(100% - clamp(32px,6vw,80px));
  max-width:1120px;
}
body.detail-page .page-hero{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);
  align-items:center;
  gap:clamp(24px,3vw,40px);
  min-height:0;
  margin-top:6px;
  margin-bottom:24px;
  padding:clamp(24px,3vw,40px);
  border:1.5px solid rgba(212,238,245,.95);
  border-radius:32px;
  background:linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(241,251,253,.94) 58%,rgba(238,252,246,.82) 100%);
  box-shadow:var(--page-shadow);
  overflow:hidden;
  position:relative;
}
body.detail-page .page-hero:before{
  content:"";
  position:absolute;
  pointer-events:none;
  background:url("assets/v2/wave-top-strip.webp") center/100% 100% no-repeat;
  opacity:.48;
  mix-blend-mode:multiply;
}
body.detail-page .page-hero:before{
  left:-4%;
  right:-4%;
  bottom:-8px;
  height:74px;
}
body.detail-page .page-hero:after{
  content:"";
  position:absolute;
  width:96px;
  height:150px;
  right:36px;
  top:22px;
  background:url("assets/v2/leaf-sprig-left.webp") center/contain no-repeat;
  opacity:.36;
  mix-blend-mode:multiply;
  transform:rotate(58deg);
  pointer-events:none;
}
body.detail-page .page-hero-copy,
body.detail-page .page-hero-media{position:relative;z-index:1}
body.detail-page .page-hero-copy{min-width:0}
body.detail-page .page-hero-copy:only-child{
  grid-column:1/-1;
  max-width:760px;
}
body.detail-page .eyebrow,
body.detail-page .page-heading .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  color:var(--page-teal);
  font-size:clamp(13px,1.15vw,16px);
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.7;
}
body.detail-page .eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--page-teal),#8ee7dd);
}
body.detail-page .page-hero h1{
  margin:0 0 18px;
  max-width:100%;
  font-size:clamp(32px,3.3vw,48px);
  line-height:1.45;
  letter-spacing:.01em;
  color:var(--page-blue);
  text-wrap:balance;
  word-break:normal;
  line-break:strict;
}
body.detail-page .page-title-part{display:inline-block;max-width:100%;white-space:normal}
body.detail-page .page-hero .eyebrow{
  font-size:13px;
  margin-bottom:12px;
  letter-spacing:.06em;
}
body.detail-page .page-hero-copy>p:not(.eyebrow):not(.form-preview-label){
  max-width:38em;
  font-size:17px;
  line-height:1.85;
}
body.detail-page .page-hero .action-row{margin-top:22px}
body.detail-page .page-hero .button{min-height:52px;font-size:17px;padding:12px 24px}
body.detail-page .page-hero + .section-wave{display:none}
body.detail-page .page-hero-media{
  margin:0;
  align-self:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
body.detail-page .page-hero-media img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:320px;
  align-self:center;
  object-fit:contain;
  object-position:center;
  padding:0;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(212,238,245,.95);
  box-shadow:0 8px 24px rgba(52,93,148,.10);
}
body.detail-page .page-hero-media figcaption{
  max-width:100%;
  margin:10px 0 0;
  padding:0 4px;
  color:var(--page-ink);
  font-size:12px;
  font-weight:500;
  line-height:1.6;
  text-align:center;
  text-wrap:pretty;
}
body.detail-page .action-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px 16px;
  margin-top:clamp(22px,3vw,34px);
}
body.detail-page .action-row .button{white-space:normal;text-align:center}
body.detail-page .page-body{
  display:flex;
  flex-direction:column;
  gap:clamp(44px,7vw,88px);
}
body.detail-page .page-section{
  position:relative;
  scroll-margin-top:28px;
}
body.detail-page .page-section>.notice{margin:28px 0 0}
body.detail-page .page-section:target:before{
  content:"";
  position:absolute;
  inset:-14px -16px;
  z-index:-1;
  border-radius:var(--page-radius-lg);
  background:rgba(0,170,169,.06);
}
body.detail-page .page-heading{
  max-width:820px;
  margin-bottom:clamp(22px,3.2vw,34px);
}
body.detail-page .page-heading.centered,
body.detail-page .page-section>.centered{margin-inline:auto;text-align:center}
body.detail-page .page-heading.centered .eyebrow{justify-content:center}
body.detail-page .page-heading h2,
body.detail-page .form-section>h2{
  margin:0 0 12px;
  color:var(--page-blue);
  font-size:clamp(30px,4.1vw,48px);
  line-height:1.42;
  letter-spacing:.005em;
  text-wrap:balance;
}
body.detail-page .page-heading p{
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.9;
  text-wrap:balance;
}
body.detail-page .page-grid{
  display:grid;
  gap:clamp(17px,2.4vw,26px);
}
body.detail-page .page-grid[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
body.detail-page .page-grid[data-columns="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
body.detail-page .info-card,
body.detail-page .price-card,
body.detail-page .notice,
body.detail-page .notice-important,
body.detail-page .data-list,
body.detail-page .step-list,
body.detail-page .faq-list,
body.detail-page .page-form,
body.detail-page .page-form-review,
body.detail-page .page-form-complete,
body.detail-page .form-preview-notice{
  border:1.5px solid var(--page-line);
  background:rgba(255,255,255,.94);
  box-shadow:var(--page-soft-shadow);
}
body.detail-page .info-card,
body.detail-page .price-card{
  position:relative;
  overflow:hidden;
  min-height:100%;
  --card-padding:clamp(22px,3vw,32px);
  padding:var(--card-padding);
  border-radius:32px;
}
body.detail-page .info-card:before,
body.detail-page .price-card:before{
  content:"";
  position:absolute;
  right:-38px;
  top:-42px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(0,170,169,.09);
}
body.detail-page .info-card:nth-child(3n+2):before{background:rgba(255,97,128,.10)}
body.detail-page .info-card:nth-child(3n):before{background:rgba(7,83,172,.08)}
body.detail-page .info-card h3,
body.detail-page .price-card h3{
  position:relative;
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:12px;
  color:var(--page-blue);
  font-size:clamp(23px,2.2vw,30px);
  line-height:1.48;
}
body.detail-page .info-card p,
body.detail-page .price-card p{font-size:16px;line-height:1.85}
body.detail-page .info-icon{
  width:60px;
  height:60px;
  flex:0 0 auto;
  display:inline-grid;
  place-items:center;
  border-radius:22px;
  background:linear-gradient(145deg,#f0fffc,#fff);
  color:var(--page-teal);
  box-shadow:inset 0 0 0 1px #caeef2;
  overflow:hidden;
}
body.detail-page img.info-icon,
body.detail-page .info-icon img{
  object-fit:contain;
  padding:7px;
  mix-blend-mode:multiply;
}
body.detail-page .split-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);
  gap:clamp(24px,4vw,52px);
  align-items:center;
  padding:clamp(20px,3.3vw,38px);
  border-radius:var(--page-radius-lg);
  background:linear-gradient(135deg,#fff 0%,rgba(241,251,253,.74) 100%);
  border:1.5px solid var(--page-line);
  box-shadow:0 10px 34px rgba(7,83,172,.07);
}
body.detail-page .split-section:nth-child(even){background:linear-gradient(135deg,#fff 0%,rgba(238,252,246,.78) 100%)}
body.detail-page .split-section>div:first-child{min-width:0}
body.detail-page .split-section h2,
body.detail-page .split-section h3{
  margin:0 0 14px;
  font-size:clamp(27px,3.1vw,40px);
  color:var(--page-blue);
}
body.detail-page .split-section p+ p{margin-top:12px}
body.detail-page .split-photo{margin:0;position:relative}
body.detail-page .split-photo img,
body.detail-page img.split-photo{
  width:100%;
  max-height:430px;
  object-fit:contain;
  object-position:center;
  padding:10px;
  border-radius:40px 24px 42px 24px;
  background:#fff;
  border:1px solid var(--page-line);
  box-shadow:0 14px 36px rgba(52,93,148,.12);
}
body.detail-page .split-photo figcaption{
  margin:9px 10px 0;
  color:#5c7495;
  font-size:13px;
  line-height:1.6;
}
body.detail-page ul.check-list,
body.detail-page ul.area-tags{
  list-style:none;
  margin:18px 0 0;
  padding:0;
}
body.detail-page ul.check-list{
  display:grid;
  gap:12px;
}
body.detail-page .check-list li{
  position:relative;
  padding:13px 16px 13px 48px;
  border-radius:22px;
  background:#fff;
  border:1px solid #d9eef4;
  line-height:1.7;
}
body.detail-page .check-list li:before{
  content:"";
  position:absolute;
  left:17px;
  top:1.05em;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--page-teal);
  box-shadow:0 0 0 5px rgba(0,170,169,.12);
}
body.detail-page .check-list li:after{
  content:"";
  position:absolute;
  left:23px;
  top:calc(1.05em + 3px);
  width:5px;
  height:9px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
body.detail-page .area-legend{max-width:50em;margin:28px 0 0;text-wrap:balance}
body.detail-page .area-groups{display:grid;gap:28px;margin-top:28px}
body.detail-page .area-group h3{
  margin:0;
  padding-left:12px;
  border-left:3px solid var(--page-teal);
  font-size:20px;
}
body.detail-page ul.area-tags{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0 20px;
  margin-top:14px;
}
body.detail-page .area-tags li{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  align-content:center;
  gap:0 2px;
  min-height:50px;
  padding:10px 0;
  border-bottom:1px solid var(--page-line);
  color:var(--page-blue);
  font-size:16px;
  font-weight:700;
  line-height:1.6;
}
body.detail-page .area-name,
body.detail-page .area-tags small{white-space:nowrap}
body.detail-page .area-tags small{font-size:13px;font-weight:500}
body.detail-page .area-source{margin:18px 0 0;font-size:13px;line-height:1.8}
body.detail-page .area-source a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:980px){body.detail-page ul.area-tags{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:640px){body.detail-page ul.area-tags{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}}
body.detail-page .notice,
body.detail-page .notice-important,
body.detail-page .form-preview-notice{
  position:relative;
  border-radius:28px;
  padding:clamp(18px,2.6vw,27px) clamp(20px,3vw,32px);
  line-height:1.85;
}
body.detail-page .notice{background:linear-gradient(135deg,#fff,#f7fdff)}
body.detail-page .notice-important,
body.detail-page .form-preview-notice{
  border-color:#ffd3dd;
  background:linear-gradient(135deg,#fff7f9,#fff);
}
body.detail-page .notice h3,
body.detail-page .notice-important h3,
body.detail-page .form-preview-notice h2,
body.detail-page .form-preview-notice h3{
  margin:0 0 8px;
  color:var(--page-blue);
  font-size:clamp(22px,2.3vw,30px);
}
body.detail-page .notice-important:before,
body.detail-page .form-preview-notice:before{
  content:"確認";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  margin:0 0 10px;
  padding:3px 12px;
  border-radius:999px;
  background:var(--page-coral);
  color:#fff;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
}
body.detail-page .price-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  background:linear-gradient(180deg,#fff,#fbfeff);
}
body.detail-page .price-value{
  margin-top:auto;
  color:var(--page-blue);
  font-family:var(--font);
  font-size:clamp(34px,4vw,50px);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.025em;
}
body.detail-page .price-unit{
  margin-left:6px;
  color:var(--page-ink);
  font-family:var(--font);
  font-size:16px;
  font-weight:700;
}
body.detail-page .data-list,
body.detail-page .step-list,
body.detail-page .faq-list{
  border-radius:var(--page-radius);
  overflow:hidden;
  background:#fff;
}
body.detail-page dl.data-list{margin:0}
body.detail-page dl.data-list>div{
  display:grid;
  grid-template-columns:minmax(130px,.32fr) 1fr;
  gap:18px;
  padding:18px clamp(18px,3vw,30px);
  border-top:1px solid #e3f1f5;
}
body.detail-page dl.data-list>div:first-child{border-top:0}
body.detail-page .info-card .data-list{font-size:16px}
body.detail-page .info-card .data-list>div{grid-template-columns:1fr;gap:4px;padding:14px 16px}
body.detail-page .data-list dt{
  color:var(--page-blue);
  font-weight:700;
}
body.detail-page .data-list dd{margin:0;min-width:0;overflow-wrap:anywhere}
body.detail-page .step-list{padding:clamp(16px,2.8vw,28px)}
body.detail-page .step-list ol,
body.detail-page ol.step-list{
  list-style:none;
  counter-reset:steps;
  margin:0;
  padding:0;
  display:grid;
  gap:16px;
}
body.detail-page ol.step-list{
  padding:clamp(16px,2.8vw,28px);
}
body.detail-page .step-list li{
  counter-increment:steps;
  position:relative;
  padding:18px 18px 18px 86px;
  min-height:72px;
  border-radius:27px;
  background:linear-gradient(135deg,#f8fdff,#fff);
  border:1px solid #d9edf4;
}
body.detail-page .step-list li:before{
  content:counter(steps,decimal-leading-zero);
  position:absolute;
  left:18px;
  top:17px;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--page-teal);
  color:#fff;
  font-family:var(--font);
  font-size:18px;
  font-weight:700;
}
body.detail-page .step-list li h3,
body.detail-page .step-list li strong{
  display:block;
  margin-bottom:4px;
  color:var(--page-blue);
  font-size:clamp(19px,2vw,24px);
  line-height:1.5;
}
body.detail-page .faq-list{padding:0 clamp(18px,2.8vw,28px)}
body.detail-page .faq-list details{
  padding:0;
  border-top:1px solid #e3f1f5;
}
body.detail-page .faq-list details:first-child{border-top:0}
body.detail-page .faq-list summary{
  min-height:64px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 0;
  color:var(--page-blue);
  font-size:clamp(17px,1.6vw,21px);
  font-weight:700;
  cursor:pointer;
  list-style:none;
}
body.detail-page .faq-list summary::-webkit-details-marker{display:none}
body.detail-page .faq-list summary:before{
  content:"Q";
  flex:0 0 auto;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf9fb;
  color:var(--page-teal);
  font-family:var(--font);
  font-size:17px;
  font-weight:700;
}
body.detail-page .faq-list summary:after{
  content:"＋";
  margin-left:auto;
  color:var(--page-teal);
  font-size:22px;
}
body.detail-page .faq-list details[open] summary:after{content:"−"}
body.detail-page .faq-list details>p{
  margin:0;
  padding:0 0 22px 48px;
  line-height:1.85;
}
body.detail-page .page-form,
body.detail-page .page-form-review,
body.detail-page .page-form-complete{
  border-radius:var(--page-radius-lg);
  padding:clamp(22px,4vw,44px);
  background:linear-gradient(135deg,#fff 0%,#fbfeff 100%);
}
body.detail-page .page-form{display:grid;gap:clamp(24px,4vw,40px)}
body.detail-page .form-preview-notice{margin-bottom:clamp(20px,3vw,32px)}
body.detail-page .page-form-host{
  max-width:1000px;
  margin-inline:auto;
}
body.detail-page .form-progress{
  margin-bottom:clamp(22px,4vw,40px);
  padding:16px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--page-line);
  box-shadow:0 7px 22px rgba(0,170,169,.09);
}
body.detail-page .form-progress ol{
  list-style:none;
  counter-reset:formSteps;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0;
  padding:0;
}
body.detail-page .form-progress li{
  counter-increment:formSteps;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  color:var(--page-blue);
  background:#f6fcfe;
  font-size:14px;
  font-weight:700;
  text-align:center;
}
body.detail-page .form-progress li:before{
  content:counter(formSteps);
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:var(--page-teal);
  font-family:var(--font);
  font-size:13px;
  box-shadow:inset 0 0 0 1px #bfeaf0;
}
body.detail-page .form-progress li[aria-current="step"]{
  color:#fff;
  background:#007e80;
}
body.detail-page .form-progress li[aria-current="step"]:before{color:#007e80}
body.detail-page [data-required-progress]{margin:14px 0 0;font-size:14px;line-height:1.7;text-align:center}
body.detail-page .form-preview-label{margin:0 0 14px;font-size:14px;line-height:1.7;text-align:center;color:#a12640}
body.detail-page .form-section,
body.detail-page fieldset.form-section,
body.detail-page .field,
body.detail-page fieldset.field{
  min-width:0;
  margin:0;
  padding:0;
  border:0;
}
body.detail-page .form-section>legend,
body.detail-page .form-section>h2{
  display:block;
  width:100%;
  margin:0 0 18px;
  color:var(--page-blue);
  font-size:clamp(24px,3.1vw,36px);
  font-weight:700;
  line-height:1.5;
}
body.detail-page .form-section>h2:before,
body.detail-page .form-section>legend:before{
  content:"";
  display:inline-block;
  width:34px;
  height:2px;
  margin:0 10px .35em 0;
  border-radius:999px;
  background:var(--page-teal);
}
body.detail-page .field-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px clamp(18px,2.7vw,28px);
}
body.detail-page .field.full{grid-column:1/-1}
body.detail-page .field label,
body.detail-page .page-form label:not(.consent-field):not(.choice-group label){
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px 9px;
  min-height:44px;
  color:var(--page-blue);
  font-size:clamp(16px,1.55vw,18px);
  font-weight:700;
  line-height:1.55;
}
body.detail-page fieldset.field>legend{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px 9px;
  min-height:44px;
  margin:0 0 8px;
  color:var(--page-blue);
  font-size:clamp(16px,1.55vw,18px);
  font-weight:700;
  line-height:1.55;
}
body.detail-page .required,
body.detail-page .optional{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:2px 9px;
  border-radius:999px;
  background:#b8254b;
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  vertical-align:middle;
}
body.detail-page .optional{background:#eaf3f6;color:#48637c}
body.detail-page .field>small{display:block;margin-top:8px;font-size:14px;line-height:1.7}
body.detail-page .field input:not([type="radio"]):not([type="checkbox"]),
body.detail-page .field select,
body.detail-page .field textarea,
body.detail-page .page-form input:not([type="radio"]):not([type="checkbox"]),
body.detail-page .page-form select,
body.detail-page .page-form textarea{
  display:block;
  width:100%;
  min-height:54px;
  margin-top:7px;
  padding:13px 15px;
  border:1.5px solid #b9d9e6;
  border-radius:16px;
  background:#fff;
  color:#234b68;
  font-size:16px;
  line-height:1.55;
  transition:border-color .2s,box-shadow .2s,background .2s;
}
body.detail-page .field textarea,
body.detail-page .page-form textarea{
  min-height:150px;
  resize:vertical;
}
body.detail-page .field input:hover,
body.detail-page .field select:hover,
body.detail-page .field textarea:hover,
body.detail-page .page-form input:hover,
body.detail-page .page-form select:hover,
body.detail-page .page-form textarea:hover{border-color:#8ecfdc}
body.detail-page .field input:focus,
body.detail-page .field select:focus,
body.detail-page .field textarea:focus,
body.detail-page .page-form input:focus,
body.detail-page .page-form select:focus,
body.detail-page .page-form textarea:focus{
  border-color:var(--page-teal);
  box-shadow:0 0 0 4px rgba(0,170,169,.16);
  outline:0;
}
body.detail-page .field ::placeholder,
body.detail-page .page-form ::placeholder{color:#7891aa;opacity:1}
body.detail-page .page-form [disabled],
body.detail-page .page-form [aria-disabled="true"]{
  opacity:1;
  color:#617a98;
  background:#f9fcfd;
  cursor:not-allowed;
}
body.detail-page .choice-group{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:8px;
}
body.detail-page .choice-group label,
body.detail-page label.consent-field{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-height:44px;
  padding:12px 14px;
  border:1px solid #cfe9f1;
  border-radius:18px;
  background:#fff;
  color:var(--page-ink);
  font-size:15px;
  font-weight:700;
  line-height:1.65;
}
body.detail-page .choice-group input,
body.detail-page label.consent-field input{
  flex:0 0 auto;
  width:24px;
  height:24px;
  margin:.2em 0 0;
  accent-color:var(--page-teal);
}
body.detail-page label.consent-field{
  margin-top:12px;
  border-color:#ffd3dd;
  background:#fff8fa;
}
body.detail-page .form-note{
  margin:10px 0 0;
  padding:13px 16px;
  border-radius:18px;
  background:#edf8fb;
  color:#476789;
  font-size:14px;
  line-height:1.75;
}
body.detail-page .form-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:13px 16px;
  margin-top:clamp(8px,2vw,18px);
  padding-top:clamp(18px,3vw,28px);
  border-top:1px solid #e1f0f4;
}
body.detail-page .form-actions .button{min-width:min(100%,220px)}
body.detail-page .page-form-review h2,
body.detail-page .page-form-complete h2{
  margin:0 0 14px;
  color:var(--page-blue);
  font-size:clamp(26px,3.3vw,40px);
}
body.detail-page .page-form-review .review-list{
  display:grid;
  grid-template-columns:minmax(140px,.28fr) 1fr;
  gap:0;
  margin:20px 0;
  border:1px solid #dbeef4;
  border-radius:26px;
  overflow:hidden;
  background:#fff;
}
body.detail-page .page-form-review .review-list dt,
body.detail-page .page-form-review .review-list dd{
  margin:0;
  padding:14px 18px;
  border-top:1px solid #e7f2f5;
  min-width:0;
  overflow-wrap:anywhere;
  white-space:pre-wrap;
}
body.detail-page .page-form-review .review-list dt{
  color:var(--page-blue);
  font-weight:700;
  background:#f7fcfe;
}
body.detail-page .page-form-review .review-list dt:first-child,
body.detail-page .page-form-review .review-list dt:first-child+dd{border-top:0}
body.detail-page .page-form-complete{
  position:relative;
  text-align:center;
  background:linear-gradient(135deg,rgba(238,252,246,.88),#fff 62%),#fff;
}
body.detail-page .page-form-complete:before{
  content:"";
  display:block;
  width:72px;
  height:72px;
  margin:0 auto 18px;
  border-radius:50%;
  background:var(--page-teal);
  box-shadow:0 0 0 12px rgba(0,170,169,.12);
}
body.detail-page .page-form-complete:after{
  content:"";
  position:absolute;
  left:50%;
  top:calc(clamp(22px,4vw,44px) + 18px);
  width:18px;
  height:32px;
  border:solid #fff;
  border-width:0 6px 6px 0;
  transform:translate(-50%,-3px) rotate(45deg);
}
body.detail-page .mobile-contact-bar .mobile-primary{
  border-color:var(--page-coral);
  background:var(--page-coral);
  color:#fff;
}
body.detail-page .mobile-contact-bar{
  width:100%;
  max-width:100vw;
  box-sizing:border-box;
  grid-template-columns:minmax(0,1fr);
}
@media(max-width:900px){







  body.detail-page .page-hero{
    grid-template-columns:1fr;
    min-height:0;
    gap:24px;
  }
  body.detail-page .page-hero-copy{order:0}
  body.detail-page .page-hero-media{order:1;width:100%}
  body.detail-page .page-hero h1{max-width:100%}
  body.detail-page .page-hero-media img{max-height:240px}
  body.detail-page .page-grid[data-columns="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.detail-page .split-section{grid-template-columns:1fr}
  body.detail-page .split-photo{order:-1}
}
@media(max-width:700px){
  body.detail-page .page-grid[data-columns="2"],
  body.detail-page .page-grid[data-columns="3"],
  body.detail-page .field-grid,
  body.detail-page .choice-group{grid-template-columns:1fr}
  body.detail-page .field.full{grid-column:auto}
  body.detail-page dl.data-list>div{grid-template-columns:1fr;gap:4px}
  body.detail-page .page-form-review .review-list{grid-template-columns:1fr}
  body.detail-page .page-form-review .review-list dd{border-top:0;padding-top:0}
  body.detail-page .form-progress{border-radius:26px}
  body.detail-page .form-progress{padding:12px}
  body.detail-page .form-progress ol{gap:6px}
  body.detail-page .form-progress li{flex-direction:column;padding:8px 4px;border-radius:16px;gap:6px}
}
@media(max-width:640px){
  body.detail-page{font-size:16px}
  body.detail-page .page-main{padding-top:6px;padding-bottom:44px}
  body.detail-page .container,
  body.detail-page .page-hero.container{width:calc(100% - 36px)}

  body.detail-page .brand strong{font-size:17px}
  body.detail-page .brand small{font-size:9px;letter-spacing:.02em}
  body.detail-page .breadcrumb{font-size:12px;margin-bottom:12px}
  body.detail-page .page-hero{
    padding:22px 18px;
    border-radius:26px;
    margin-bottom:20px;
  }
  body.detail-page .page-hero:before{height:48px}
  body.detail-page .page-hero:after{width:62px;height:95px;right:12px;top:10px}
  body.detail-page .eyebrow{font-size:12px;margin-bottom:10px}
  body.detail-page .eyebrow:before{width:28px}
  body.detail-page .page-hero h1{font-size:clamp(24px,7.6vw,30px);line-height:1.5;margin-bottom:14px}
  body.detail-page .page-hero-copy>p:not(.eyebrow):not(.form-preview-label){font-size:16px;line-height:1.8}
  body.detail-page .page-hero .action-row{margin-top:18px}
  body.detail-page .page-hero-media img{
    max-height:200px;
    border-radius:20px;
  }
  body.detail-page .page-hero-media figcaption{
    margin:8px 0 0;
    font-size:12px;
  }
  body.detail-page .action-row{flex-direction:column;align-items:stretch;gap:12px}
  body.detail-page .action-row .button,
  body.detail-page .form-actions .button{width:100%;min-height:56px}
  body.detail-page .page-body{gap:46px}
  body.detail-page .page-heading h2,
  body.detail-page .form-section>h2{font-size:clamp(27px,8vw,34px)}
  body.detail-page .page-heading p{font-size:16px}
  body.detail-page .info-card,
  body.detail-page .price-card{--card-padding:21px;border-radius:26px}
  body.detail-page .info-icon{width:52px;height:52px;border-radius:18px}
  body.detail-page .split-section{padding:18px;border-radius:30px}
  body.detail-page .split-photo img,
  body.detail-page img.split-photo{max-height:310px;border-radius:27px 18px 30px 18px}
  body.detail-page .check-list li{padding:12px 14px 12px 45px}
  body.detail-page .notice,
  body.detail-page .notice-important,
  body.detail-page .form-preview-notice{border-radius:24px;padding:18px}
  body.detail-page .step-list{padding:14px;border-radius:26px}
  body.detail-page .step-list li{padding:16px 15px 16px 70px;border-radius:22px}
  body.detail-page .step-list li:before{left:14px;top:16px;width:42px;height:42px;font-size:16px}
  body.detail-page .faq-list{padding:0 16px;border-radius:26px}
  body.detail-page .faq-list summary{font-size:16px;min-height:58px}
  body.detail-page .faq-list details>p{padding-left:0}
  body.detail-page .page-form,
  body.detail-page .page-form-review,
  body.detail-page .page-form-complete{padding:20px 17px;border-radius:30px}
  body.detail-page .form-section>legend,
  body.detail-page .form-section>h2{font-size:24px}
  body.detail-page .field input:not([type="radio"]):not([type="checkbox"]),
  body.detail-page .field select,
  body.detail-page .field textarea,
  body.detail-page .page-form input:not([type="radio"]):not([type="checkbox"]),
  body.detail-page .page-form select,
  body.detail-page .page-form textarea{font-size:16px;min-height:54px;border-radius:14px}
  body.detail-page .field textarea,
  body.detail-page .page-form textarea{min-height:170px}
  body.detail-page .choice-group label,
  body.detail-page label.consent-field{font-size:14px;border-radius:16px}
  body.detail-page .back-top{display:none}
}
@media(max-width:360px){
  body.detail-page .container,
  body.detail-page .page-hero.container{width:calc(100% - 28px)}
  body.detail-page .page-hero{padding:16px 13px 24px}
  body.detail-page .page-hero h1{font-size:24px}
  body.detail-page .info-card h3,
  body.detail-page .price-card h3{font-size:22px}
  body.detail-page .page-heading h2{font-size:26px}
  body.detail-page .form-progress li{font-size:13px;padding-inline:8px}
}
@media(prefers-reduced-motion:reduce){
  body.detail-page .field input,
  body.detail-page .field select,
  body.detail-page .field textarea,
  body.detail-page .page-form input,
  body.detail-page .page-form select,
  body.detail-page .page-form textarea{transition:none!important}
}

/* Form entry keeps the illustration secondary to the input task. */
body.form-page .page-hero.container{max-width:1000px}
body.form-page .page-hero{
  grid-template-columns:minmax(0,1fr) 240px;
  min-height:0;
  gap:24px;
  padding:28px 32px;
  margin-bottom:26px;
}
body.form-page .page-hero-copy{order:0}
body.form-page .page-hero h1{max-width:100%;font-size:clamp(28px,3vw,40px);line-height:1.5;margin-bottom:14px}
body.form-page .page-hero-copy>p:not(.eyebrow):not(.form-preview-label){font-size:16px;line-height:1.8}
body.form-page .page-hero .eyebrow{font-size:13px;margin-bottom:10px}
body.form-page .page-hero .action-row{margin-top:18px}
body.form-page .page-hero .form-preview-label{margin:14px 0 0;font-size:13px;line-height:1.65;text-align:left}
body.form-page .page-hero-media{width:240px;max-width:100%;align-self:center;order:0}
body.form-page .page-hero-media img{padding:0;border:0;border-radius:24px;height:auto;max-height:none;box-shadow:none}
body.form-page .page-hero-media figcaption{margin:8px 0 0;max-width:100%;width:100%;padding:0;background:none;box-shadow:none;border-radius:0;font-size:12px;font-weight:500;text-align:center}
body.form-page .page-body{max-width:1000px;gap:30px}
body.form-page #form-guide .page-heading{margin-bottom:20px}
body.form-page #form-guide h2{font-size:clamp(23px,2.5vw,30px);line-height:1.6}
body.form-page #form-guide p{font-size:16px;line-height:1.8}
body.form-page #form-guide .form-note{font-size:14px}
body.form-page .form-preview-notice{padding:18px 22px;margin-bottom:16px}
body.form-page .form-preview-notice:before{display:none}
body.form-page .form-preview-notice>strong{display:block;text-wrap:balance;line-height:1.7}
body.form-page .form-preview-notice p{margin:8px 0 0}
body.form-page .form-section>h2{font-size:clamp(22px,2.3vw,28px);line-height:1.65}
body.form-page .form-section>h2:before{display:none}
body.form-page .mobile-contact-bar{display:none}
body.form-page .field-error{margin:8px 0 0;color:#a12640;font-size:14px;line-height:1.7;font-weight:700}
body.form-page .page-form [aria-invalid="true"]{border-color:#b8254b;background-color:#fff8fa}
body.form-page .error-summary{margin:0 0 24px;padding:22px;border:2px solid #b8254b;border-radius:22px;background:#fff8fa;scroll-margin-top:170px}
body.form-page .error-summary h2{margin:0 0 10px;color:#a12640;font-size:clamp(22px,2.5vw,28px);line-height:1.6}
body.form-page .error-summary p{font-size:16px;line-height:1.7}
body.form-page .error-summary ul{margin:12px 0 0;padding-left:1.3em}
body.form-page .error-summary a{display:inline-flex;align-items:center;min-height:44px;padding:6px 0;color:#a12640;text-decoration:underline;text-underline-offset:4px;line-height:1.7}
body.form-page .page-form :is(input,select,textarea){scroll-margin-top:180px}
body.form-page .error-summary:focus{outline:3px solid #0753ac;outline-offset:4px}
body.form-page .field-edit-button{display:block;width:max-content;max-width:100%;min-height:44px;margin:8px 0 0 auto;padding:6px 16px;border:1px solid #9ac6d7;border-radius:12px;background:#f3fafc;color:var(--page-blue);font:inherit;font-size:14px;font-weight:700;cursor:pointer}
body.form-page .field-edit-button:hover{background:#e4f5f8}
@media(max-width:900px){
  body.form-page .page-hero{grid-template-columns:1fr;padding:20px;gap:16px}
  body.form-page .page-hero-media{width:220px;justify-self:center;order:1}
  body.form-page .page-hero-media img{max-width:180px}
  body.form-page .page-hero-media figcaption{font-size:12px}
  body.form-page .page-hero h1{font-size:clamp(24px,7vw,32px)}
  body.form-page .page-hero .eyebrow{font-size:12px}
  body.form-page .error-summary{padding:18px}
  body.form-page .form-progress li{padding-inline:4px;font-size:13px}
}
/* Text-led detail sections do not reserve space for repeated decorative photos. */
body.detail-page .page-hero:has(> .page-hero-copy:only-child) {
  grid-template-columns: 1fr;
  min-height: 0;
}
body.detail-page .split-section > div:only-child {
  grid-column: 1 / -1;
}
body.detail-page .section-feature:has(> .page-heading:only-child) {
  display: block;
}
