/*
Theme Name: Corporate One Page Sample
Theme URI: https://example.com/
Author: Sample Creator
Description: 複数パターンのサンプル一覧と個別デモを確認できる、1ページ完結型コーポレートサイト向けWordPressテーマです。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: corporate-one-page-sample
*/

:root {
  --ink: #18212f;
  --muted: #667085;
  --line: #e4e7ec;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --accent: #d97706;
  --shadow: 0 18px 45px rgba(24, 33, 47, 0.12);
  --radius: 8px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
}

body::selection {
  color: #fff;
  background: var(--brand);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(228, 231, 236, 0.86);
  backdrop-filter: blur(14px);
}

.demo-return-bar {
  position: sticky;
  top: 0;
  z-index: 31;
  color: #fff;
  background: #101828;
}

.demo-return-inner {
  width: min(100% - 32px, var(--container));
  min-height: 38px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 800;
}

.demo-return-inner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.demo-return-inner span {
  color: #d0d5dd;
}

.demo-header {
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
}

.demo-header-inner {
  min-height: 82px;
}

.demo-brand .brand-mark {
  background: var(--brand);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--brand) 24%, transparent);
}

.demo-logo-img {
  width: 210px;
  max-width: 42vw;
  max-height: 54px;
  height: auto;
  object-fit: contain;
}

.demo-nav {
  gap: 16px;
}

.demo-header-meta {
  display: grid;
  justify-items: end;
  line-height: 1.25;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}

.demo-header-meta strong {
  color: var(--brand);
  font-size: 18px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  padding: 0;
  background: var(--brand);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  display: block;
  margin: 0;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span:nth-child(1) {
  top: 14px;
}

.menu-toggle span:nth-child(2) {
  top: 21px;
}

.menu-toggle span:nth-child(3) {
  top: 28px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.header-inner {
  width: min(100% - 32px, var(--container));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.logo-mark {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
}

.logo-mark svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: var(--brand);
  filter: drop-shadow(0 10px 18px color-mix(in srgb, var(--brand) 22%, transparent));
}

.logo-mark path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.58);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-mark span {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  border-radius: var(--radius);
  font-size: 17px;
  font-weight: 800;
}

.brand-sub {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  padding: 9px 16px;
  color: #fff;
  background: var(--brand);
  border-radius: var(--radius);
}

.catalog-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 20, 32, 0.9), rgba(12, 20, 32, 0.54)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.catalog-hero .container,
.sample-demo-hero .container {
  position: relative;
  z-index: 2;
}

.catalog-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.08;
}

.catalog-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 20px 0 0;
  color: #e5edf4;
  font-size: 18px;
}

.catalog-section {
  padding: 72px 0 100px;
  background: var(--soft);
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) 1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.catalog-toolbar h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.3;
  white-space: nowrap;
}

.plan-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 42px;
}

.plan-compare > div {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(24, 33, 47, 0.07);
}

.plan-compare > div:last-child {
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 20px 44px rgba(15, 118, 110, 0.14);
}

.plan-compare span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.plan-compare strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.plan-compare p {
  margin: 12px 0 0;
  color: var(--muted);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-tabs button {
  min-width: 86px;
  padding: 8px 14px;
  color: #344054;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}

.filter-tabs button:hover,
.filter-tabs button.is-active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.sample-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sample-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(24, 33, 47, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.18s ease;
}

.sample-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.sample-card.type-b {
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 18px 42px rgba(15, 118, 110, 0.12);
}

.sample-card.is-filtered-out {
  opacity: 0;
  transform: scale(0.98);
}

.sample-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d0d5dd;
}

.sample-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.sample-card:hover .sample-thumb img {
  transform: scale(1.04);
}

.sample-thumb span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(16, 24, 40, 0.82);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 800;
}

.sample-card-body {
  padding: 22px;
}

.sample-card-body p {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.sample-card-body h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.35;
}

.sample-card-body div {
  color: var(--muted);
  font-size: 14px;
}

.price-badge {
  display: inline-flex;
  margin-top: 16px;
  padding: 6px 10px;
  color: #fff;
  background: var(--brand);
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.3;
}

.sample-card.type-b .price-badge {
  background: var(--accent);
}

.sample-card-body small {
  display: block;
  margin-top: 8px;
  color: #475467;
  font-size: 13px;
  font-weight: 800;
}

.sample-demo-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  color: #fff;
  background: #101828;
}

.sample-demo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 20, 32, 0.88), rgba(12, 20, 32, 0.42)),
    linear-gradient(0deg, rgba(12, 20, 32, 0.42), transparent 42%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  background-position: center;
  background-size: cover;
  transition: opacity 1.25s ease, transform 6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.sample-demo-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(34px, 5.4vw, 64px);
  line-height: 1.22;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.sample-legal-navy,
.sample-navy {
  --brand: #1e3a8a;
  --brand-dark: #172554;
  --accent: #c8a15d;
}

.sample-orange {
  --brand: #ea580c;
  --brand-dark: #c2410c;
  --accent: #7c2d12;
}

.sample-pink {
  --brand: #d87986;
  --brand-dark: #b65b67;
  --accent: #c27b72;
}

.sample-nova-navy,
.sample-blue {
  --brand: #0b2f5f;
  --brand-dark: #061b38;
  --accent: #0f8c95;
}

.sample-kaname-blue,
.sample-steel {
  --brand: #0b3a78;
  --brand-dark: #08285a;
  --accent: #ca8a04;
}

.sample-sky {
  --brand: #1f9ac6;
  --brand-dark: #0f7f89;
  --accent: #93c96f;
}

.sample-school-pop,
.sample-rose {
  --brand: #3c92d8;
  --brand-dark: #1d6bb0;
  --accent: #8bcf5d;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 30, 43, 0.82), rgba(9, 30, 43, 0.36)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.hero-inner {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  padding: 88px 0 80px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #a7f3d0;
  font-size: 14px;
  font-weight: 800;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.18;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: #e5edf4;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.2);
}

.button-primary {
  color: #fff;
  background: var(--brand);
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(50%);
  box-shadow: var(--shadow);
}

.hero-point {
  min-height: 112px;
  padding: 22px;
  color: var(--ink);
  background: #fff;
}

.hero-point strong {
  display: block;
  font-size: 20px;
}

.hero-point span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 88px 0;
}

.section:nth-of-type(even) {
  background: var(--soft);
}

.section-depth {
  position: relative;
  overflow: hidden;
}

.section-depth::before {
  display: none;
}

.section-overlap {
  margin-top: -88px;
  padding-top: 88px;
  background: #fff;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 3;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.section-head {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}

.section-head > div,
.split > div:first-child,
.faq-layout > div:first-child,
.message-text {
  position: relative;
}

.section-label {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.sample-demo .section-head .section-label,
.sample-demo .split > div:first-child > .section-label,
.sample-demo .faq-layout .section-label,
.sample-demo .message-text .section-label {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: clamp(42px, 8vw, 86px);
  font-weight: 900;
  line-height: 0.9;
  opacity: 0.12;
  text-transform: uppercase;
  pointer-events: none;
}

.sample-demo .section-head .section-title,
.sample-demo .split > div:first-child > .section-title,
.sample-demo .faq-layout .section-title,
.sample-demo .message-text .section-title {
  padding-top: 26px;
}

.section-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.3;
}

.section-lead {
  margin: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(24, 33, 47, 0.06);
}

.service-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin: 0 14px 14px 0;
  color: #fff;
  background: var(--brand);
  border-radius: var(--radius);
  font-weight: 900;
  vertical-align: middle;
}

.service-card h3 {
  display: inline-flex;
  width: calc(100% - 66px);
  margin: 0 0 14px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.45;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.premium-section {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--brand) 8%, #fff), #fff 62%);
  color: var(--ink);
}

.premium-section .section-label {
  color: var(--brand);
}

.premium-section .section-lead {
  color: var(--muted);
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.premium-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--brand) 22%, var(--line));
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(24, 33, 47, 0.1);
}

.premium-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.premium-card div {
  padding: 24px;
}

.premium-card p {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.premium-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.45;
}

.premium-card span {
  color: var(--muted);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.flow-item {
  position: relative;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(24, 33, 47, 0.07);
}

.flow-item span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--brand);
  border-radius: var(--radius);
  font-weight: 900;
}

.flow-item h3 {
  display: inline-flex;
  width: calc(100% - 58px);
  margin: 0 0 8px 10px;
  vertical-align: middle;
  font-size: 19px;
}

.flow-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 46px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(24, 33, 47, 0.06);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.js-enabled .faq-list p {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  color: var(--muted);
  transition: max-height 0.26s ease, margin 0.26s ease;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.js-enabled .faq-list details[open] p {
  margin-top: 12px;
}

.news-list {
  display: grid;
  background: #fff;
  border-top: 1px solid var(--line);
}

.news-list a {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 22px 8px;
  border-bottom: 1px solid var(--line);
}

.news-list time {
  color: var(--brand);
  font-weight: 900;
}

.news-list span {
  color: #344054;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 48px;
  align-items: center;
}

.photo {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.34s ease;
}

.photo:hover img {
  transform: scale(1.045);
}

.values {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.value {
  padding: 18px 20px;
  background: #fff;
  border-left: 4px solid var(--accent);
}

.value strong {
  display: block;
}

.message {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 52px;
  align-items: center;
}

.message-text {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.message-text p {
  margin-top: 0;
  color: #475467;
}

.signature {
  margin-top: 20px;
  font-weight: 800;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid var(--line);
}

.profile-table th,
.profile-table td {
  padding: 20px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.profile-table th {
  width: 180px;
  color: #344054;
  font-weight: 800;
}

.contact-band {
  padding: 56px;
  color: #fff;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--brand) 94%, #000 6%), color-mix(in srgb, var(--brand-dark) 82%, transparent)),
    var(--contact-image) center / cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

@supports not (background: color-mix(in srgb, #000 50%, #fff)) {
  .contact-band {
    background:
      linear-gradient(90deg, var(--brand), var(--brand-dark)),
      var(--contact-image) center / cover;
  }
}

.contact-band h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
}

.contact-band p {
  max-width: 680px;
  margin: 16px 0 28px;
  color: #e2f7f3;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 780px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  min-height: 56px;
  color: var(--brand-dark);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.18);
}

.contact-form .button:hover {
  color: #fff;
  background: color-mix(in srgb, var(--brand-dark) 78%, #000);
  border-color: rgba(255, 255, 255, 0.6);
}

.form-full {
  grid-column: 1 / -1;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.contact-item {
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
}

.map-panel {
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-panel iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.site-footer {
  padding: 34px 0;
  color: #d0d5dd;
  background: #101828;
}

.demo-footer {
  padding: 0;
  color: #d0d5dd;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--brand-dark) 34%, #101828), #101828);
}

.demo-footer-main {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.8fr;
  gap: 44px;
  padding: 58px 0 42px;
}

.demo-footer-brand p {
  max-width: 460px;
  margin: 18px 0 0;
  color: #d0d5dd;
}

.demo-footer-brand .site-brand {
  display: inline-flex;
  padding: 14px 18px;
  background: #fff;
  border-radius: var(--radius);
}

.demo-footer-brand .demo-logo-img {
  max-height: 64px;
}

.demo-footer .site-brand {
  color: #fff;
}

.demo-footer .brand-sub {
  color: #98a2b3;
}

.demo-footer-nav,
.demo-footer-info {
  display: grid;
  gap: 10px;
  align-content: start;
}

.demo-footer-nav a {
  color: #e4e7ec;
  font-weight: 800;
}

.demo-footer-info strong {
  color: #fff;
  font-size: 22px;
}

.demo-footer-info span {
  display: block;
}

.demo-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.demo-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.demo-social a::before {
  display: none;
}

.demo-social .social-line {
  background: #06c755;
  border-color: #06c755;
}

.demo-social .social-instagram {
  background: radial-gradient(circle at 30% 110%, #feda75 0 24%, #fa7e1e 25% 42%, #d62976 43% 62%, #962fbf 63% 78%, #4f5bd5 79% 100%);
}

.demo-social .social-tiktok {
  background: #000;
}

.demo-social .social-site {
  background: var(--brand);
  border-color: color-mix(in srgb, var(--brand) 78%, #fff);
}

.demo-social i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.demo-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  padding: 18px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}

.demo-footer-bottom a {
  color: #fff;
  font-weight: 800;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s ease, transform 0.72s ease;
  will-change: transform, opacity;
}

.js-enabled .reveal-left {
  transform: translateX(-34px);
}

.js-enabled .reveal-right {
  transform: translateX(34px);
}

.js-enabled .reveal-up {
  transform: translateY(42px);
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}

.footer-inner {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    z-index: 40;
    display: grid;
    gap: 2px;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.24s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  .mobile-nav.is-open {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 14px 16px;
    color: #344054;
    border-bottom: 1px solid var(--line);
    font-weight: 800;
  }

  .mobile-nav a:last-child {
    color: #fff;
    background: var(--brand);
    border-bottom: 0;
  }

  .demo-return-inner {
    display: grid;
    justify-content: stretch;
    gap: 4px;
    padding: 7px 0;
  }

  .demo-header {
    top: 0;
    position: sticky;
  }

  .demo-header-meta {
    display: none;
  }

  .demo-footer-main,
  .demo-footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    display: grid;
  }

  .sample-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-compare,
  .premium-grid,
  .flow-list,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 720px;
  }

  .hero-points,
  .section-head,
  .service-grid,
  .split,
  .message,
  .contact-form,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .hero-points {
    transform: translateY(24px);
  }

  .section {
    padding: 60px 0;
  }

  .message-text,
  .contact-band {
    padding: 28px;
  }
}

@media (max-width: 560px) {
  .header-inner {
    min-height: 64px;
  }

  .demo-header {
    top: 0;
  }

  .demo-header-inner {
    min-height: 72px;
  }

  .sample-group {
    grid-template-columns: 1fr;
  }

  .catalog-hero,
  .catalog-section {
    padding: 44px 0;
  }

  .brand-sub {
    display: none;
  }

  .hero {
    min-height: 560px;
  }

  .sample-demo-hero {
    min-height: 560px;
  }

  .sample-demo-hero h1 {
    max-width: 96%;
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.24;
  }

  .hero-inner {
    padding: 48px 0 42px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-point {
    min-height: auto;
  }

  .profile-table,
  .profile-table tbody,
  .profile-table tr,
  .profile-table th,
  .profile-table td {
    display: block;
    width: 100%;
  }

  .profile-table th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .profile-table td {
    padding-top: 0;
  }

  .news-list a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-inner {
    display: block;
  }

  .sample-demo .section-head .section-label,
  .sample-demo .faq-layout .section-label,
  .sample-demo .message-text .section-label {
    top: -12px;
    font-size: 40px;
  }

  .sample-demo .section-head .section-title,
  .sample-demo .faq-layout .section-title,
  .sample-demo .message-text .section-title {
    padding-top: 18px;
  }
}
