/*
 Theme Name: gokigenya
 Template: twentyseventeen
*/


:root{
  --gk-blue:#1496d6;
  --gk-blue2:#0b6fb2;
  --gk-orange:#ff8a00;
  --gk-bg:#f3fbff;
  --gk-text:#11324a;
  --gk-muted:#5c7487;
  --gk-line:#d9eef9;
  --gk-radius:18px;
}

.gk-company{
  padding: clamp(40px, 5vw, 72px) 0;
  background: linear-gradient(180deg, var(--gk-bg), #ffffff 60%);
  color: var(--gk-text);
}

.gk-container{
  width: min(1100px, 92%);
  margin: 0 auto;
}

.gk-head{
  text-align: center;
  margin-bottom: clamp(18px, 3vw, 30px);
}

.gk-eyebrow{
  display: inline-block;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--gk-blue2);
  background: #e7f6ff;
  border: 1px solid var(--gk-line);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 0 0 10px;
  font-size: 12px;
}

.gk-title{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.2;
}

.gk-lead{
  margin: 0 auto;
  max-width: 56rem;
  color: var(--gk-muted);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.8;
}

.gk-grid{
    display: flex;
    justify-content: center;
}

.gk-card{
  background: #fff;
  border: 1px solid var(--gk-line);
  border-radius: var(--gk-radius);
  box-shadow: 0 10px 30px rgba(20,150,214,.08);
  padding: clamp(18px, 2.4vw, 26px);
}

.gk-dl{
  margin: 0;
}

.gk-row{
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--gk-line);
}

.gk-row:last-child{
  border-bottom: 0;
}

.gk-row dt{
  font-weight: 800;
  color: var(--gk-blue2);
}

.gk-row dd{
  margin: 0;
  color: var(--gk-text);
  line-height: 1.7;
}

.gk-row a{
  color: var(--gk-blue2);
  font-weight: 700;
  text-decoration: none;
}

.gk-row a:hover{
  text-decoration: underline;
}

/* CTA */
.gk-cta{
  position: relative;
  overflow: hidden;
}

.gk-cta::before{
  content:"";
  position:absolute;
  inset:-80px -80px auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 30% 30%, rgba(255,138,0,.35), rgba(255,138,0,0) 60%);
  transform: rotate(12deg);
  pointer-events:none;
}

.gk-cta__badge{
  display: inline-block;
  background: #fff3e6;
  border: 1px solid rgba(255,138,0,.35);
  color: #b35300;
  font-weight: 900;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
}

.gk-cta__title{
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: 1.4;
}

.gk-cta__text{
  margin: 0 0 14px;
  color: var(--gk-muted);
  line-height: 1.8;
  font-size: 14px;
}

.gk-cta__btns{
  display: grid;
  gap: 10px;
  margin: 14px 0 10px;
}

.gk-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease;
}

.gk-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17,50,74,.10);
}

.gk-btn--primary{
  background: linear-gradient(90deg, var(--gk-blue), var(--gk-blue2));
  color: #fff;
}

.gk-btn--ghost{
  background: #fff;
  border-color: var(--gk-line);
  color: var(--gk-blue2);
}

.gk-btn--tel{
  background: #fff;
  border-color: rgba(255,138,0,.45);
  color: #b35300;
}

.gk-cta__note{
  margin: 8px 0 0;
  color: var(--gk-muted);
  font-size: 12px;
}

/* Responsive */
@media (max-width: 900px){
  .gk-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 560px){
  .gk-row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }
  .gk-row dt{
    font-size: 13px;
  }
  .gk-row dd{
    font-size: 14px;
  }
}


:root{
  --gk-blue:#1496d6;
  --gk-blue2:#0b6fb2;
  --gk-orange:#ff8a00;
  --gk-bg:#f3fbff;
  --gk-text:#11324a;
  --gk-muted:#5c7487;
  --gk-line:#d9eef9;
  --gk-radius:18px;
}

/* base */
.gk-pp{
  color: var(--gk-text);
  background: #fff;
}

.gk-wrap{
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* hero */
.gk-pp-hero{
  padding: clamp(34px, 5vw, 62px) 0;
  background: linear-gradient(180deg, var(--gk-bg), #ffffff 70%);
  border-bottom: 1px solid var(--gk-line);
}

.gk-pill{
  display: inline-block;
  font-weight: 900;
  letter-spacing: .08em;
  color: var(--gk-blue2);
  background: #e7f6ff;
  border: 1px solid var(--gk-line);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 0 0 10px;
  font-size: 12px;
}

.gk-h1{
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.2;
}

.gk-lead{
  margin: 0;
  max-width: 64ch;
  color: var(--gk-muted);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.9;
}

.gk-meta{
  margin: 10px 0 0;
  color: var(--gk-muted);
  font-size: 12px;
}

/* layout */
.gk-pp-body{
  padding: clamp(18px, 4vw, 46px) 0;
  background: #fff;
}

.gk-grid{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(12px, 2.2vw, 20px);
  align-items: start;
}

/* cards */
.gk-card{
  background: #fff;
  border: 1px solid var(--gk-line);
  border-radius: var(--gk-radius);
  box-shadow: 0 10px 30px rgba(20,150,214,.08);
  padding: clamp(16px, 2.2vw, 24px);
}

/* toc */
.gk-toc{
  position: sticky;
  top: 16px;
}

.gk-toc__head{
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--gk-line);
  margin-bottom: 12px;
}

.gk-h2{
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.gk-small{
  margin: 0;
  color: var(--gk-muted);
  font-size: 12px;
  line-height: 1.7;
}

.gk-toc__nav{
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

.gk-toc__nav a{
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--gk-line);
  background: linear-gradient(180deg, #ffffff, #fbfeff);
  color: var(--gk-blue2);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.4;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.gk-toc__nav a:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17,50,74,.10);
  border-color: rgba(20,150,214,.25);
}

/* note box */
.gk-note{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #fff7ec;
  border: 1px solid rgba(255,138,0,.25);
}

.gk-note__title{
  margin: 0 0 6px;
  font-weight: 900;
  color: #b35300;
  font-size: 13px;
}

.gk-note__text{
  margin: 0;
  color: #6b4b2a;
  font-size: 13px;
  line-height: 1.8;
}

/* content sections */
.gk-content{
  display: grid;
  gap: clamp(12px, 2vw, 16px);
}

.gk-sec__title{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--gk-blue2);
  position: relative;
  padding-left: 12px;
}

.gk-sec__title::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width: 4px;
  height: 1.1em;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gk-blue), var(--gk-orange));
}

.gk-sec p{
  margin: 0;
  color: var(--gk-text);
  line-height: 1.95;
  font-size: 14px;
}

.gk-ol, .gk-ul{
  margin: 0;
  padding-left: 1.2em;
  color: var(--gk-text);
  line-height: 1.95;
  font-size: 14px;
}

.gk-ol{ display: grid; gap: 8px; }
.gk-ul{ display: grid; gap: 6px; }

.gk-ol--nested{
  margin-top: 8px;
  padding-left: 1.2em;
}

/* contact block */
.gk-contact{
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding: 14px;
  border-radius: 16px;
  background: #f7fcff;
  border: 1px solid var(--gk-line);
}

.gk-contact__item{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: start;
}

.gk-contact__label{
  font-weight: 900;
  color: var(--gk-blue2);
  font-size: 13px;
}

.gk-contact__value{
  font-size: 14px;
  line-height: 1.8;
}

.gk-contact__value a{
  color: var(--gk-blue2);
  font-weight: 800;
  text-decoration: none;
}
.gk-contact__value a:hover{ text-decoration: underline; }

.gk-footnote{
  margin-top: 10px;
}

/* accessibility / smooth scroll */
html{
  scroll-behavior: smooth;
}
.gk-sec{
  scroll-margin-top: 16px;
}

/* responsive */
@media (max-width: 980px){
  .gk-grid{
    grid-template-columns: 1fr;
  }
  .gk-toc{
    position: relative;
    top: auto;
  }
}

@media (max-width: 560px){
  .gk-toc__nav a{
    padding: 10px 10px;
    font-size: 13px;
  }
  .gk-sec__title{
    font-size: 16px;
  }
  .gk-contact__item{
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


:root{
  --gk-blue:#1496d6;
  --gk-blue2:#0b6fb2;
  --gk-orange:#ff8a00;
  --gk-bg:#f3fbff;
  --gk-text:#11324a;
  --gk-muted:#5c7487;
  --gk-line:#d9eef9;
  --gk-radius:18px;
}

/* base */
.gk-co{
  color: var(--gk-text);
  background: #fff;
}

.gk-wrap{
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* hero */
.gk-co-hero{
  padding: clamp(34px, 5vw, 62px) 0;
  background: linear-gradient(180deg, var(--gk-bg), #ffffff 70%);
  border-bottom: 1px solid var(--gk-line);
}

.gk-pill{
  display: inline-block;
  font-weight: 900;
  letter-spacing: .08em;
  color: var(--gk-blue2);
  background: #e7f6ff;
  border: 1px solid var(--gk-line);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 0 0 10px;
  font-size: 12px;
}

.gk-h1{
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.2;
}

.gk-lead{
  margin: 0;
  max-width: 64ch;
  color: var(--gk-muted);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.9;
}

.gk-meta{
  margin: 10px 0 0;
  color: var(--gk-muted);
  font-size: 12px;
}

/* layout */
.gk-co-body{
  padding: clamp(18px, 4vw, 46px) 0;
  background: #fff;
}

.gk-grid{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(12px, 2.2vw, 20px);
  align-items: start;
}

/* cards */
.gk-card{
  background: #fff;
  border: 1px solid var(--gk-line);
  border-radius: var(--gk-radius);
  box-shadow: 0 10px 30px rgba(20,150,214,.08);
  padding: clamp(16px, 2.2vw, 24px);
}

/* toc */
.gk-toc{
  position: sticky;
  top: 16px;
}

.gk-toc__head{
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--gk-line);
  margin-bottom: 12px;
}

.gk-h2{
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.gk-small{
  margin: 0;
  color: var(--gk-muted);
  font-size: 12px;
  line-height: 1.7;
}

.gk-muted{ color: var(--gk-muted); }

.gk-toc__nav{
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

.gk-toc__nav a{
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--gk-line);
  background: linear-gradient(180deg, #ffffff, #fbfeff);
  color: var(--gk-blue2);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.4;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.gk-toc__nav a:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17,50,74,.10);
  border-color: rgba(20,150,214,.25);
}

/* note box */
.gk-note{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #fff7ec;
  border: 1px solid rgba(255,138,0,.25);
}

.gk-note__title{
  margin: 0 0 6px;
  font-weight: 900;
  color: #b35300;
  font-size: 13px;
}

.gk-note__text{
  margin: 0;
  color: #6b4b2a;
  font-size: 13px;
  line-height: 1.8;
}

/* content sections */
.gk-content{
  display: grid;
  gap: clamp(12px, 2vw, 16px);
}

.gk-sec{
  scroll-margin-top: 16px;
}

.gk-sec__title{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--gk-blue2);
  position: relative;
  padding-left: 12px;
}

.gk-sec__title::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width: 4px;
  height: 1.1em;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gk-blue), var(--gk-orange));
}

.gk-sec p{
  margin: 0;
  line-height: 1.95;
  font-size: 14px;
}

.gk-spacer{ margin-top: 10px !important; }

.gk-ul{
  margin: 10px 0 0;
  padding-left: 1.2em;
  line-height: 1.95;
  font-size: 14px;
  display: grid;
  gap: 8px;
}

/* chip style list */
.gk-ul--chips{
  padding-left: 0;
  list-style: none;
}

.gk-ul--chips li{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--gk-line);
  background: #f7fcff;
}

/* contact block */
.gk-contact{
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding: 14px;
  border-radius: 16px;
  background: #f7fcff;
  border: 1px solid var(--gk-line);
}

.gk-contact__item{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: start;
}

.gk-contact__label{
  font-weight: 900;
  color: var(--gk-blue2);
  font-size: 13px;
}

.gk-contact__value{
  font-size: 14px;
  line-height: 1.8;
}

.gk-contact__value a{
  color: var(--gk-blue2);
  font-weight: 800;
  text-decoration: none;
}
.gk-contact__value a:hover{ text-decoration: underline; }

/* CTA buttons */
.gk-ctaRow{
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.gk-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease;
}

.gk-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17,50,74,.10);
}

.gk-btn--primary{
  background: linear-gradient(90deg, var(--gk-blue), var(--gk-blue2));
  color: #fff;
}

.gk-btn--ghost{
  background: #fff;
  border-color: var(--gk-line);
  color: var(--gk-blue2);
}

/* smooth scroll */
html{ scroll-behavior: smooth; }

/* responsive */
@media (max-width: 980px){
  .gk-grid{ grid-template-columns: 1fr; }
  .gk-toc{ position: relative; top: auto; }
}

@media (max-width: 560px){
  .gk-toc__nav a{ padding: 10px 10px; font-size: 13px; }
  .gk-sec__title{ font-size: 16px; }
  .gk-contact__item{ grid-template-columns: 1fr; gap: 4px; }
}
