/* ================================================
   PC専用スタイル - 769px以上で適用
   プロ仕様のレスポンシブデザイン
   ================================================ */

:root {
    --primary-color: #1C2E40;  /* 紺色 - 和風デザインに合わせて修正 */
    --secondary-color: #B99C50;  /* 金色 - 和風デザインに合わせて修正 */
    --accent-color: #894E54;  /* 古代紫 - 和風デザインに合わせて修正 */
    --bg-color: #F3F1E9;  /* 生成り色 - 和紙のような色合い */
    --text-color: #2b2b2b;  /* 濃いグレー */
    --dark-bg: #15232F;  /* より暗い紺色 */
    --light-accent: #F7F6F2;  /* 非常に薄い生成り色 */
    --border-color: #DFD7C0;  /* 薄い生成り色 - 和紙の境界線 */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Serif JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-color);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* ミニマルな装飾要素 - 除去 */
.minimal-line {
    display: none !important;
}

/* 和風装飾要素 - 初期非表示で制御 */
.washi-texture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images-clean/washi-texture.svg');
    background-size: cover;
    opacity: 0;
    z-index: -3;
    pointer-events: none;
    transition: opacity 1s ease;
}

.byobu-pattern {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-image: url('images-clean/byobu-pattern.svg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity 1s ease;
}

.byobu-pattern-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background-image: url('images-clean/byobu-pattern.svg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
    transform: scaleX(-1);
    pointer-events: none;
    transition: opacity 1s ease;
}

/* ページ読み込み完了後に背景装飾を表示 */
body.loaded .washi-texture {
    opacity: 0.3;
}

body.loaded .byobu-pattern {
    opacity: 0.7;
}

body.loaded .byobu-pattern-left {
    opacity: 0.7;
}

/* ===============================================
   PC専用ヘッダー
   =============================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    z-index: 1000;
    padding: 0;
    margin: 0;
    height: 60px;
    box-shadow: 0 2px 10px rgba(28, 46, 64, 0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 40px;
    height: 100%;
}

.logo a {
    color: var(--primary-color);
    text-decoration: none !important;
    border-bottom: none !important;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.main-nav {
    display: block !important;
    position: static;
    background: none;
    height: auto;
    overflow: visible;
    border: none;
}

.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav li {
    margin: 0 20px;
}

.main-nav a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 8px 0;
}

.main-nav a:hover {
    color: var(--accent-color);
}

.contact-nav-button {
    color: var(--primary-color) !important;
    background-color: transparent;
    padding: 8px 0 !important;
    white-space: nowrap;
    font-size: 0.9rem;
    line-height: 1.2;
    border: none !important;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    margin: 0;
}

.contact-nav-button:hover {
    color: var(--accent-color) !important;
    background-color: transparent;
}

.menu-toggle {
    display: none;
}

/* ===============================================
   ヒーローセクション - PC専用デザイン
   =============================================== */
/* === PROFESSIONAL HERO SYSTEM (>=769px) === */
@media (min-width: 769px){
  .hero{
    background: #15232F url("/top-image/pc-b.png") center/contain no-repeat !important;
    position: relative;
  }
  #hero .hero-background{
    background: url("/top-image/pc-b.png") center/contain no-repeat !important;
    transition: opacity 0.3s ease;
  }
}

.hero {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    overflow: visible;
}

/* PC用レスポンシブ背景調整 */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero {
        background-size: contain !important;
        background-position: center center !important;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .hero {
        background-size: contain !important;
        background-position: center center !important;
    }
}

@media (min-width: 1401px) {
    .hero {
        background-size: contain !important;
        background-position: center center !important;
    }
}

/* 超大画面対応 (1920px以上) */
@media (min-width: 1920px) {
    .hero {
        background-size: contain !important;
        background-position: center center !important;
        min-height: 100vh !important;
    }
    
    .hero-content {
        max-width: 60rem; /* 960px */
        padding: 0 3rem;
    }
}

/* 4K画面対応 (2560px以上) */
@media (min-width: 2560px) {
    .hero {
        background-size: 80% auto !important;
        background-position: center center !important;
    }
    
    .hero-content {
        max-width: 75rem; /* 1200px */
    }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    opacity: 0.9 !important;
    display: block !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(21, 35, 47, 0.3), rgba(21, 35, 47, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 40px;
}

.hero h1 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15em;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}

.tagline {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 2rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-align: center;
}

.tagline p {
    margin: 10px 0;
}

.tagline b {
    font-weight: 500;
    /* 装飾削除 - よりクリーンなデザイン */
}

.hero-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.btn-primary {
    background-color: transparent;
    color: #ffffff;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 0.85rem;
    white-space: nowrap;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.btn-secondary {
    background-color: #ffffff;
    color: var(--primary-color);
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 0.85rem;
    white-space: nowrap;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #ffffff;
}

.hero-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    max-width: 60vw;
    height: auto;
    z-index: 1;
    opacity: 0.95;
    pointer-events: none;
}

/* セクション共通スタイル */
.section-wrapper {
    padding: 0.5rem 0;
    margin: 0;
    position: relative;
}

.section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* 折り畳みメニュー用のスタイル */
.section-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-wrapper.visible {
    opacity: 1;
    transform: translateY(0);
}

.collapsible-header {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    padding: 30px 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 2px 8px rgba(28, 46, 64, 0.1);
}

.collapsible-header:hover {
    background: var(--light-accent) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(28, 46, 64, 0.2);
}

.collapsible-header h2 {
    margin: 0;
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 400;
    text-align: center;
    position: relative;
}

.collapsible-header h2::after {
    display: none;
}

.collapse-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.collapsible-header.active .collapse-icon {
    transform: translateY(-50%) rotate(180deg);
}

.section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0;
}

.section-content.active {
    max-height: 3000px;
    transition: max-height 0.5s ease;
    padding: 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 20px rgba(28, 46, 64, 0.15);
}

.section-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    padding: 30px 40px 20px 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 2px 8px rgba(28, 46, 64, 0.1);
}

.section-header h2 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--primary-color);
    position: relative;
    white-space: nowrap;
}

.section-header h2::after {
    display: none;
}

.en-title {
    display: block;
    font-size: 0.8rem;
    color: var(--accent-color);
    margin-top: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 400;
}

/* コンテナ全体のスタイル */
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 25px;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color);
    margin: 30px 0;
}

/* テキストスタイル */
.text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-color);
}

.text span {
    font-weight: 500;
    color: var(--primary-color);
    border-bottom: 1px solid var(--accent-color);
    padding-bottom: 2px;
}

/* サービスセクション */
.service-content {
    max-width: 900px;
    margin: 0 auto;
}

.service-content.section-content {
    margin: 0 auto;
    padding: 0;
}

.service-content.section-content.active {
    padding: 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 20px rgba(28, 46, 64, 0.15);
}

.service-box {
    background: var(--bg-color);
    padding: 60px;
    border: 1px solid var(--border-color);
}

.service-box h3 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.service-icon {
    text-align: center;
    margin: 40px 0;
}

.service-icon .material-symbols-outlined {
    font-size: 70px;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    padding: 30px;
}

.service-description {
    margin: 40px 0;
    line-height: 1.8;
    text-align: center;
    color: var(--text-color);
    font-size: 0.95rem;
}

.service-description p {
    color: var(--text-color);
    margin-bottom: 1rem;
}

.service-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.service-links a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
    letter-spacing: 0.05em;
    padding: 5px 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.service-links a:hover {
    border-bottom: 1px solid var(--primary-color);
}

.service-links .btn-primary {
    display: inline-block;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--bg-color);
    border: 1px solid var(--primary-color);
}

.service-links .btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}

/* AI技術セクション */
.ai-content {
    text-align: center;
    background: var(--bg-color);
    padding: 60px;
    border: 1px solid var(--border-color);
}

.ai-content p {
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.8;
}

.ai-content.section-content {
    margin: 0;
    padding: 0;
}

.ai-content.section-content.active {
    padding: 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 20px rgba(28, 46, 64, 0.15);
}

.ai-content h3 {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0.06em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.4;
    text-align: center;
    max-width: 100%;
}

.ai-content h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: var(--primary-color);
}

.ai-icon {
    width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
}

.ai-icon .material-symbols-outlined {
    font-size: 60px;
    color: var(--primary-color);
}

.ai-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.feature {
    background: var(--bg-color);
    padding: 30px;
    border: 1px solid var(--border-color);
    width: 45%;
    text-align: center;
}

.feature .material-symbols-outlined {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.feature h4 {
    color: var(--primary-color);
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.3;
}

.feature p {
    color: var(--text-color);
    font-size: 0.85rem;
    line-height: 1.6;
}

/* 会社情報セクション */
.company-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.company-content.section-content {
    margin: 0;
    padding: 0;
}

.company-content.section-content.active {
    padding: 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 20px rgba(28, 46, 64, 0.15);
}

.company-image {
    width: 48%;
    max-width: 480px;
    height: auto;
    background-color: var(--light-accent);
    border: 1px solid var(--border-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.company-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.company-details {
    width: 48%;
    line-height: 1.8;
    padding: 40px;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    box-sizing: border-box;
}

/* PC版での全体的な色設定 */
.company-content {
    color: var(--text-color) !important;
}

.company-content * {
    color: inherit !important;
}

.company-content .company-name {
    color: var(--primary-color) !important;
}

.company-details h3 {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    text-transform: uppercase;
}

.company-details p {
    margin-bottom: 18px;
    font-size: 1.05rem;
    white-space: normal;
    line-height: 1.7;
    color: var(--text-color) !important;
    font-weight: 400;
}

/* PC版で白文字を確実に上書き */
.company-details p:not(:first-child) {
    color: var(--text-color) !important;
}

.company-content .company-details p {
    color: var(--text-color) !important;
}

.company-content.section-content.active .company-details p {
    color: var(--text-color) !important;
}

.company-content.section-content.active p {
    color: var(--text-color) !important;
}

.company-details .material-symbols-outlined {
    color: var(--accent-color);
    vertical-align: middle;
    margin-right: 10px;
}

/* 採用情報セクション */
.recruitment-content {
    display: flex;
    align-items: center;
    gap: 50px;
    background: var(--bg-color);
    padding: 40px;
    border: 1px solid var(--border-color);
}

.recruitment-text {
    flex: 1;
    min-width: 200px;
    text-align: left;
}

.recruitment-title {
    font-size: 1.1rem;
    margin-bottom: 1em;
    color: var(--primary-color);
    font-weight: 500;
}

.recruitment-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5em;
    color: var(--text-color) !important;
}

.recruitment-requirements {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(43, 43, 43, 0.8) !important;
}

.recruitment-icon {
    width: 120px;
    height: auto;
    margin: 0 32px 0 0;
    background: none;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.recruitment-icon img {
    width: 100%;
    height: auto;
    max-width: 120px;
    display: block;
    margin: 0 auto;
}

.company-name {
    font-size: 1.5rem;
    margin-bottom: 1.8em;
    color: var(--primary-color) !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: center;
}

/* PC版で会社名の白文字を確実に上書き */
.company-content .company-name {
    color: var(--primary-color) !important;
}

.company-content.section-content.active .company-name {
    color: var(--primary-color) !important;
}

.recruitment-content.section-content {
    margin: 0;
    padding: 0;
}

.recruitment-content.section-content.active {
    padding: 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 20px rgba(28, 46, 64, 0.15);
}

.recruitment-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    flex-shrink: 0;
}

.recruitment-icon .material-symbols-outlined {
    font-size: 50px;
    color: var(--primary-color);
}

.recruitment-content p {
    flex: 1;
    line-height: 1.8;
    color: var(--text-color) !important;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.recruitment-content .material-symbols-outlined {
    color: var(--accent-color);
    vertical-align: middle;
    margin-right: 10px;
}

.recruitment-btn {
    display: inline-block;
    margin-top: 10px;
}

/* お問い合わせセクション */
.contact-container {
    text-align: center;
    margin-top: 10px;
    padding: 30px;
    background: none;
    border: none;
}

.contact-container.section-content {
    margin: 0;
    padding: 0;
}

.contact-container.section-content.active {
    padding: 40px;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 20px rgba(28, 46, 64, 0.15);
}

.contact-button {
    display: inline-block;
    padding: 15px 60px;
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    white-space: nowrap;
}

.contact-button:hover {
    background: var(--primary-color);
    color: var(--bg-color);
}

.contact-button .material-symbols-outlined {
    vertical-align: middle;
    margin-right: 10px;
}

/* フッター */
footer {
    background: var(--dark-bg);
    color: var(--bg-color);
    margin-top: 0;
    padding: 0;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 40px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-info {
    width: 40%;
}

.footer-info h3 {
    font-size: 1.15rem;
    margin-bottom: 25px;
    color: var(--bg-color);
    font-weight: 300;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-info h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--accent-color);
}

.footer-info p {
    margin: 15px 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 0.9rem;
}

.footer-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-nav-container a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    padding: 5px 0;
    white-space: nowrap;
}

.footer-nav-container a:hover {
    color: var(--bg-color);
}

.footer-nav {
    width: 50%;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-nav li {
    width: 50%;
    margin-bottom: 20px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.footer-nav a:hover {
    color: var(--bg-color);
}

.footer-links {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-links-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.footer-links a:hover {
    color: var(--bg-color);
}

.copyright {
    text-align: center;
    padding: 25px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}
