@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** Turkey-tips Top Page Design
************************************/

/* ===== Hero ===== */
.tt-hero {
  text-align: center;
  padding: 60px 20px 50px;
  background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 50%, #0d2137 100%);
  color: #fff;
  margin: -20px -20px 0;
}
.tt-hero-label {
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 3px;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.85);
}
.tt-hero-title {
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 auto 20px;
  max-width: 700px;
  color: #fff;
}
.tt-hero-sub {
  font-size: 1em;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  max-width: 640px;
  margin: 0 auto 30px;
}
.tt-hero-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Buttons ===== */
.tt-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.95em;
  text-decoration: none;
  transition: all 0.2s;
}
.tt-btn-primary {
  background: #e94560;
  color: #fff;
}
.tt-btn-primary:hover { background: #d63851; color: #fff; }
.tt-btn-secondary {
  background: #0073aa;
  color: #fff;
}
.tt-btn-secondary:hover { background: #005f8a; color: #fff; }
.tt-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.tt-btn-outline:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ===== Social Proof ===== */
.tt-proof {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #f0f4f8;
  padding: 28px 20px;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.tt-proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  border-right: 1px solid #d0d8e0;
}
.tt-proof-item:last-child { border-right: none; }
.tt-proof-num {
  font-size: 1.8em;
  font-weight: 800;
  color: #1a3a5c;
  line-height: 1;
}
.tt-proof-label {
  font-size: 0.78em;
  color: #555;
  line-height: 1.3;
}

/* ===== Sections ===== */
.tt-section {
  padding: 56px 20px;
  margin: 0 -20px;
}
.tt-section-alt {
  background: #f8f9fa;
}
.tt-section-dark {
  background: #1a1a2e;
  color: #ccc;
  margin: 0 -20px;
  padding: 56px 20px;
}
.tt-section-title {
  text-align: center;
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.4;
}
.tt-section-text {
  text-align: center;
  color: #555;
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.tt-section-sub {
  text-align: center;
  color: #555;
  max-width: 640px;
  margin: 28px auto 0;
  font-size: 0.92em;
  line-height: 1.7;
}

/* ===== Positioning Matrix ===== */
.tt-matrix {
  max-width: 860px;
  margin: 36px auto;
}
.tt-matrix-title {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
}
.tt-matrix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}
.tt-matrix-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.tt-matrix-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.tt-matrix-highlight {
  border: 2px solid #e94560;
  background: linear-gradient(135deg, #fff5f7 0%, #fff 100%);
  box-shadow: 0 4px 20px rgba(233,69,96,0.15);
}
.tt-matrix-label {
  font-weight: 800;
  font-size: 1em;
  margin-bottom: 12px;
  color: #1a1a2e;
}
.tt-matrix-highlight .tt-matrix-label { color: #e94560; }
.tt-matrix-scores {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}
.tt-matrix-scores span {
  font-size: 0.85em;
  padding: 3px 0;
  border-radius: 4px;
}
.tt-score-good { background: #e8f5e9; color: #2e7d32; font-weight: bold; }
.tt-score-mid { background: #fff8e1; color: #f57f17; font-weight: bold; }
.tt-score-bad { background: #fce4ec; color: #c62828; }
.tt-matrix-note {
  font-size: 0.78em;
  color: #888;
  line-height: 1.4;
}

/* ===== 90/10 Solution ===== */
.tt-solution-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 36px auto;
  max-width: 700px;
}
.tt-solution-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 32px 28px;
  text-align: center;
  flex: 1;
  min-width: 240px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.tt-solution-icon { font-size: 2.4em; margin-bottom: 8px; }
.tt-solution-pct {
  font-size: 2.8em;
  font-weight: 900;
  color: #1a3a5c;
  line-height: 1;
  margin-bottom: 8px;
}
.tt-solution-desc { font-size: 0.92em; color: #333; margin-bottom: 10px; line-height: 1.4; }
.tt-solution-tech { font-size: 0.78em; color: #888; }
.tt-solution-plus {
  font-size: 2em;
  font-weight: 300;
  color: #aaa;
}

/* ===== Premium Cards ===== */
.tt-premium-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.tt-premium-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.tt-premium-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.tt-premium-tag {
  display: inline-block;
  background: #e3f2fd;
  color: #1565c0;
  font-size: 0.75em;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.tt-premium-card h3 {
  font-size: 1.05em;
  margin: 0 0 8px;
  line-height: 1.4;
}
.tt-premium-card p {
  font-size: 0.88em;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.5;
}
.tt-premium-price {
  font-size: 0.85em;
  font-weight: bold;
  color: #e94560;
}

/* ===== 3-Layer Services ===== */
.tt-layers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 960px;
  margin: 32px auto 0;
}
.tt-layer {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.tt-layer:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.tt-layer-icon { font-size: 2.2em; margin-bottom: 12px; }
.tt-layer h3 { font-size: 1.1em; margin-bottom: 10px; }
.tt-layer p { font-size: 0.88em; color: #555; line-height: 1.6; margin-bottom: 14px; }
.tt-layer-price {
  font-size: 0.85em;
  font-weight: bold;
  color: #1a3a5c;
  margin-bottom: 14px;
}
.tt-layer-link {
  display: inline-block;
  color: #0073aa;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
}
.tt-layer-link:hover { text-decoration: underline; }

/* ===== Products (dark) ===== */
.tt-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 32px auto 0;
}
.tt-product {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 24px;
}
.tt-product h4 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 1.05em;
}
.tt-product p {
  font-size: 0.85em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
  line-height: 1.5;
}
.tt-product a {
  color: #64b5f6;
  font-size: 0.85em;
  text-decoration: none;
}
.tt-product a:hover { text-decoration: underline; }

/* ===== CTA ===== */
.tt-cta {
  text-align: center;
  padding: 56px 20px;
  margin: 0 -20px;
  background: linear-gradient(135deg, #e94560 0%, #c62a42 100%);
  color: #fff;
}
.tt-cta h2 {
  font-size: 1.5em;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.4;
}
.tt-cta p {
  font-size: 0.95em;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.tt-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.tt-cta .tt-btn-primary {
  background: #fff;
  color: #e94560;
}
.tt-cta .tt-btn-primary:hover { background: #f5f5f5; color: #c62a42; }
.tt-cta .tt-btn-secondary {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.tt-cta .tt-btn-secondary:hover { background: rgba(255,255,255,0.15); color: #fff; }

/* ===== Cocoon overrides for top page ===== */
.page-id-12284 .entry-content {
  max-width: 100%;
  padding: 0;
}
.page-id-12284 .article {
  padding: 0;
}
.page-id-12284 .entry-title {
  display: none;
}
.page-id-12284 .date-tags,
.page-id-12284 .author-info,
.page-id-12284 .sns-share,
.page-id-12284 .under-entry-content {
  display: none;
}

/* ===== Responsive ===== */
@media screen and (max-width: 834px) {
  .tt-hero { padding: 40px 16px 36px; }
  .tt-hero-title { font-size: 1.6em; }
  .tt-hero-sub { font-size: 0.9em; }
  .tt-proof { gap: 0; padding: 20px 10px; }
  .tt-proof-item { padding: 8px 16px; }
  .tt-proof-num { font-size: 1.4em; }
  .tt-section { padding: 40px 16px; }
  .tt-section-title { font-size: 1.3em; }
  .tt-solution-plus { display: none; }
  .tt-cta h2 { font-size: 1.2em; }
  .pc-only { display: none; }
}

@media screen and (max-width: 480px) {
  .tt-hero-title { font-size: 1.4em; }
  .tt-proof-item { flex-direction: column; text-align: center; gap: 2px; padding: 8px 12px; }
  .tt-proof-label { font-size: 0.7em; }
  .tt-premium-cards { grid-template-columns: 1fr; }
  .tt-layers { grid-template-columns: 1fr; }
  .tt-products { grid-template-columns: 1fr; }
}

@media screen and (min-width: 835px) {
  .sp-only { display: none; }
}
