@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*, *::before, *::after {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
}

html {
 scroll-behavior: smooth;
}

body {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 1rem;
 color: #000000;
 background: #ffffff;
 line-height: 1.7;
}

a {
 color: inherit;
 text-decoration: none;
}

img {
 max-width: 100%;
 display: block;
}

/* ============================================
   TOP BAR
   ============================================ */
.top-bar {
 background: black;
 padding: 10px;
 text-align: center;
 color: white;
}

.top-bar a {
 color: white;
 font-size: 0.9rem;
}

.top-bar a:hover {
 text-decoration: underline;
}

.top-bar span {
 color: white;
 font-size: 0.9rem;
 margin: 0 8px;
}

@media (max-width: 420px) {
 .top-bar a, .top-bar span {
  font-size: 0.85rem !important;
 }
 .top-bar span {
  display: block;
  margin-bottom: 5px;
 }
}

/* ============================================
   HEADER / NAV
   ============================================ */
#site-header {
 position: sticky;
 top: 0;
 z-index: 999;
 background: #ffffff;
 box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.header-main-nav {
 padding: 0px;
}

.header-content {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 30px;
 height: 70px;
 position: relative;
}

.header-logo-wrapper a {
 display: flex;
 align-items: center;
 gap: 10px;
}

.header-logo-svg {
 height: 44px;
 width: auto;
}

.header-logo-text {
 font-size: 1.3rem;
 font-weight: 700;
 letter-spacing: 0.04em;
 color: #000;
}

.header-menu-secondary-nav ul {
 list-style: none;
 display: flex;
 gap: 30px;
}

.header-menu-level1-anchor {
 font-size: 0.95rem;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 color: #000;
 padding: 5px 0;
 border-bottom: 2px solid transparent;
 transition: border-color 0.2s;
}

.header-menu-level1-anchor:hover,
.header-menu-level1-anchor.active {
 border-bottom-color: #7994A5;
}

.header-right-menu {
 display: flex;
 align-items: center;
 gap: 15px;
}

.header-menu-book {
 position: absolute;
 top: 0;
 right: 0;
 height: 70px;
 line-height: 70px;
 padding: 0 20px;
 background-color: #7994A5;
 color: #000 !important;
 text-transform: uppercase;
 font-size: 0.85rem;
 letter-spacing: 0.06em;
 font-weight: 500;
 display: flex;
 align-items: center;
 gap: 8px;
 transition: background 0.2s;
}

.header-menu-book:hover {
 background-color: #565656;
 color: #fff !important;
}

/* Hamburger */
.header-sidebar-toggle {
 display: none;
 background: none;
 border: none;
 cursor: pointer;
 flex-direction: column;
 gap: 5px;
 padding: 5px;
}

.header-sidebar-toggle span {
 display: block;
 width: 24px;
 height: 2px;
 background: #000;
 transition: all 0.3s;
}

/* Mobile nav overlay */
.mobile-nav {
 display: none;
 position: fixed;
 top: 0; left: 0; right: 0; bottom: 0;
 background: #fff;
 z-index: 1100;
 flex-direction: column;
 padding: 30px;
}

.mobile-nav.open {
 display: flex;
}

.mobile-nav-close {
 align-self: flex-end;
 background: none;
 border: none;
 font-size: 2rem;
 cursor: pointer;
 margin-bottom: 20px;
}

.mobile-nav ul {
 list-style: none;
 display: flex;
 flex-direction: column;
 gap: 20px;
}

.mobile-nav a {
 font-size: 1.2rem;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 color: #000;
}

@media (max-width: 1300px) {
 .header-menu-level1-anchor {
  font-size: 1rem;
 }
 .header-menu-book {
  padding: 0 20px;
  top: 0;
  height: 70px;
  line-height: 70px;
 }
}

@media (max-width: 992px) {
 .header-sidebar-toggle {
  display: flex;
  height: 96px;
  justify-content: center;
 }
 .header-menu-secondary-nav {
  display: none;
 }
}

@media (max-width: 920px) {
 .header-menu-book {
  padding: 0 12px;
  font-size: 0.78rem;
 }
 .header-content {
  padding: 0 12px;
 }
}

/* ============================================
   BUTTON
   ============================================ */
.button {
 text-decoration: none !important;
 padding: 15px 40px;
 background: #7994A5;
 color: #000 !important;
 border-radius: 0;
 text-transform: uppercase;
 display: inline-block;
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 1rem;
 letter-spacing: 0.06em;
 margin: 10px;
 transition: background 0.2s, color 0.2s;
 border: none;
 cursor: pointer;
}

.button:hover {
 color: #fff !important;
 background: #565656;
 text-decoration: none;
 cursor: pointer;
}

.button-outline {
 text-decoration: none !important;
 padding: 13px 38px;
 background: transparent;
 color: #000 !important;
 border: 2px solid #000;
 border-radius: 0;
 text-transform: uppercase;
 display: inline-block;
 font-size: 1rem;
 letter-spacing: 0.06em;
 margin: 10px;
 transition: background 0.2s, color 0.2s;
}

.button-outline:hover {
 background: #000;
 color: #fff !important;
}

/* ============================================
   HERO
   ============================================ */
.hero-image-home {
 position: relative;
 min-height: 580px;
 background: url('../../src/picture/hero-bg.webp') center center / cover no-repeat;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
}

.hero-image-home::before {
 content: '';
 position: absolute;
 inset: 0;
 background: rgba(0,0,0,0.45);
}

.hero-copy-container {
 position: relative;
 z-index: 2;
 text-align: center;
 color: #fff;
 padding: 40px 20px;
 max-width: 780px;
}

.hero-copy-container h1 {
 font-size: 2.86rem;
 font-weight: 300;
 line-height: 1.2;
 margin-bottom: 20px;
}

.hero-copy-container p {
 font-size: 1.15rem;
 line-height: 1.8;
 margin-bottom: 30px;
 color: rgba(255,255,255,0.9);
}

@media (max-width: 768px) {
 .hero-copy-container h1 {
  font-size: 1.8rem;
 }
 .hero-image-home {
  min-height: 420px;
 }
}

/* ============================================
   HOW IT WORKS (home-second-banner)
   ============================================ */
.home-second-banner {
 padding: 70px 0 50px;
 background: #fff;
}

.home-second-banner-container {
 max-width: 1100px;
 margin: 0 auto;
 padding: 0 30px;
 text-align: center;
}

.home-second-banner-container h2 {
 font-size: 1.8rem;
 font-weight: 300;
 margin-bottom: 10px;
}

.home-second-banner-container h3 {
 font-size: 0.9rem;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 color: #666;
 margin: 30px 0 40px;
}

.home-second-banner-row {
 display: flex;
 gap: 30px;
 justify-content: center;
 flex-wrap: wrap;
}

.home-second-banner-col-4 {
 flex: 1;
 min-width: 220px;
 max-width: 320px;
 text-align: center;
 padding: 20px;
}

.home-second-banner-col-4 .step-icon {
 width: 60px;
 height: 60px;
 background: #7994A5;
 color: #fff;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.4rem;
 margin: 0 auto 20px;
}

.home-second-banner-col-4 h3 {
 font-size: 1.05rem;
 font-weight: 500;
 text-transform: none;
 letter-spacing: 0;
 color: #000;
 margin-bottom: 10px;
}

.home-second-banner-col-4 p {
 font-size: 0.95rem;
 color: #444;
 line-height: 1.7;
}

/* ============================================
   COURSES / PRICE LIST (home-third-banner)
   ============================================ */
.home-third-banner {
 background: #f9f8f6;
 padding: 70px 0;
}

.home-third-banner-container {
 max-width: 1100px;
 margin: 0 auto;
 padding: 0 30px;
}

.home-third-banner-container > h2 {
 font-size: 1.8rem;
 font-weight: 300;
 text-align: center;
 margin-bottom: 50px;
}

.home-third-banner-row {
 display: flex;
 gap: 30px;
 flex-wrap: wrap;
}

.course-card {
 flex: 1;
 min-width: 240px;
 background: #fff;
 border: 1px solid #e8e4df;
 padding: 35px 30px;
 position: relative;
 transition: box-shadow 0.2s;
}

.course-card:hover {
 box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.course-card.featured {
 border-color: #7994A5;
 border-width: 2px;
}

.course-card .badge {
 position: absolute;
 top: -12px;
 left: 30px;
 background: #7994A5;
 color: #fff;
 font-size: 0.75rem;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 padding: 4px 14px;
}

.course-card h3 {
 font-size: 1.1rem;
 font-weight: 500;
 margin-bottom: 12px;
}

.course-card .course-level {
 font-size: 0.8rem;
 color: #7994A5;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 margin-bottom: 15px;
}

.course-card p {
 font-size: 0.92rem;
 color: #555;
 line-height: 1.7;
 margin-bottom: 25px;
}

.course-card .price {
 font-size: 1.6rem;
 font-weight: 700;
 color: #000;
 margin-bottom: 5px;
}

.course-card .price span {
 font-size: 0.9rem;
 font-weight: 400;
 color: #666;
}

.course-card .course-meta {
 font-size: 0.82rem;
 color: #888;
 margin-bottom: 25px;
}

.course-card .course-meta i {
 color: #7994A5;
 margin-right: 5px;
}

/* ============================================
   MARQUEE
   ============================================ */
.marquee {
 background: #000;
 overflow: hidden;
 padding: 18px 0;
}

.marquee-wrapper {
 display: flex;
 animation: marquee-scroll 30s linear infinite;
 white-space: nowrap;
}

.marquee-wrapper h2 {
 font-size: 1rem;
 font-weight: 300;
 color: #fff;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 padding: 0 60px;
 flex-shrink: 0;
}

@keyframes marquee-scroll {
 0% { transform: translateX(0); }
 100% { transform: translateX(-50%); }
}

/* ============================================
   REVIEWS
   ============================================ */
.reviews {
 padding: 2px 0px 2px 0px;
 background-color: #DFD9D2;
}

.reviews-container {
 margin: 5% 5% 5% 7%;
}

.reviews-container h2 {
 font-size: 1.8rem;
 font-weight: 300;
 margin-bottom: 40px;
}

.reviews-grid {
 display: flex;
 gap: 20px;
 flex-wrap: wrap;
}

.review-card {
 flex: 1;
 min-width: 240px;
 background: #fff;
 padding: 30px;
}

.review-card .stars {
 color: #7994A5;
 margin-bottom: 12px;
 font-size: 1rem;
}

.review-card p {
 font-size: 0.92rem;
 color: #444;
 line-height: 1.7;
 margin-bottom: 15px;
}

.review-card .reviewer {
 font-size: 0.85rem;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.08em;
}

/* ============================================
   SHOWROOM / CTA BANNER
   ============================================ */
.home-showroom-banner {
 min-height: 400px;
 background: url('../../src/picture/cta-banner.webp') center center / cover no-repeat;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}

.home-showroom-banner::before {
 content: '';
 position: absolute;
 inset: 0;
 background: rgba(0,0,0,0.55);
}

.home-showroom-banner-container {
 position: relative;
 z-index: 2;
 text-align: center;
 color: #fff;
 padding: 40px 20px;
 max-width: 700px;
}

.home-showroom-banner-container h2 {
 font-size: 2rem;
 font-weight: 300;
 margin-bottom: 20px;
}

.home-showroom-banner-container p {
 color: #fff;
 font-size: 1.05rem;
 margin-bottom: 30px;
}

.home-showroom-banner-container a {
 color: #fff;
 text-decoration: underline;
}

.home-showroom-banner-button {
 text-decoration: none !important;
 padding: 15px 40px;
 background: #7994A5;
 color: #000 !important;
 text-transform: uppercase;
 display: inline-block;
 font-size: 1rem;
 letter-spacing: 0.06em;
 transition: background 0.2s;
}

.home-showroom-banner-button:hover {
 background: #fff;
 color: #000 !important;
}

@media (max-width: 750px) {
 .home-showroom-banner {
  min-height: 620px;
 }
}

/* ============================================
   BLOG
   ============================================ */
.blog-section {
 padding: 70px 0;
 background: #fff;
}

.blog-section-container {
 max-width: 1100px;
 margin: 0 auto;
 padding: 0 30px;
}

.blog-section-container > h2 {
 font-size: 1.8rem;
 font-weight: 300;
 margin-bottom: 40px;
}

.blog {
 margin-left: 3%;
 display: flex;
 gap: 30px;
}

.blog .col-6 {
 margin: 5%;
 width: 50%;
}

.blog .col-6 img {
 width: 100%;
 height: 220px;
 object-fit: cover;
 margin-bottom: 15px;
}

.blog .col-6 h3 {
 font-size: 1.05rem;
 font-weight: 500;
 margin-bottom: 10px;
}

.blog .col-6 p {
 font-size: 0.9rem;
 color: #555;
 margin-bottom: 15px;
 line-height: 1.7;
}

@media(max-width: 480px){
 .blog {
  flex-direction: column;
 }
 .col-6 img {
  margin: 20px auto;
 }
 .blog .col-6 {
  width: 100%;
 }
 .mobile-img {
  display: flex;
  justify-content: space-evenly;
 }
}

/* ============================================
   NEWSLETTER
   ============================================ */
.newsletter-section {
 background: #7994A5;
 padding: 50px 30px;
 text-align: center;
}

.newsletter-section h2 {
 font-size: 1.6rem;
 font-weight: 300;
 color: #fff;
 margin-bottom: 10px;
}

.newsletter-section p {
 color: rgba(255,255,255,0.85);
 margin-bottom: 25px;
 font-size: 0.95rem;
}

.newsletter-suscription-form {
 display: flex;
 justify-content: center;
 gap: 0;
 max-width: 500px;
 margin: 0 auto;
 flex-wrap: wrap;
}

.newsletter-suscription-form-input {
 flex: 1;
 min-width: 200px;
 padding: 14px 18px;
 border: none;
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 0.9rem;
 outline: none;
}

.newsletter-subscription-form-button-subscribe {
 padding: 14px 28px;
 background: #000;
 color: #fff;
 border: none;
 text-transform: uppercase;
 font-size: 0.9rem;
 letter-spacing: 0.08em;
 cursor: pointer;
 font-family: 'Noto Sans JP', sans-serif;
 transition: background 0.2s;
}

.newsletter-subscription-form-button-subscribe:hover {
 background: #333;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
 background: #000;
 color: rgba(255,255,255,0.7);
 padding: 60px 30px 30px;
}

.footer-grid {
 display: flex;
 gap: 40px;
 flex-wrap: wrap;
 max-width: 1100px;
 margin: 0 auto 40px;
}

.footer-col {
 flex: 1;
 min-width: 180px;
}

.footer-col .footer-title {
 margin-bottom: 15px;
 text-transform: uppercase;
 color: #fff;
 font-size: 0.85rem;
 letter-spacing: 0.1em;
 font-weight: 500;
}

.footer-col p {
 margin-bottom: 10px;
 font-size: 0.85rem;
 line-height: 1.7;
}

.footer-content-link a {
 display: block;
 margin-bottom: 10px;
 font-size: 0.85rem;
 color: rgba(255,255,255,0.7);
 transition: color 0.2s;
}

.footer-content-link a:hover {
 color: #e94560;
}

.footer-logo-svg {
 height: 36px;
 width: auto;
 margin-bottom: 15px;
}

.footer-bottom {
 border-top: 1px solid rgba(255,255,255,0.1);
 padding-top: 20px;
 text-align: center;
 font-size: 0.8rem;
 color: rgba(255,255,255,0.4);
 max-width: 1100px;
 margin: 0 auto;
}

/* ============================================
   GDPR COOKIE BANNER
   ============================================ */
#cookie-banner {
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 background: #111;
 color: #fff;
 padding: 18px 30px;
 z-index: 9999;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 flex-wrap: wrap;
 transform: translateY(100%);
 transition: transform 0.4s ease;
}

#cookie-banner.visible {
 transform: translateY(0);
}

#cookie-banner p {
 font-size: 0.88rem;
 color: rgba(255,255,255,0.85);
 flex: 1;
 min-width: 200px;
}

#cookie-banner p a {
 color: #7994A5;
 text-decoration: underline;
}

.cookie-btn-accept {
 padding: 10px 28px;
 background: #7994A5;
 color: #000;
 border: none;
 cursor: pointer;
 font-size: 0.88rem;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 font-family: 'Noto Sans JP', sans-serif;
 white-space: nowrap;
 transition: background 0.2s;
}

.cookie-btn-accept:hover {
 background: #fff;
}

.cookie-btn-decline {
 padding: 10px 20px;
 background: transparent;
 color: rgba(255,255,255,0.6);
 border: 1px solid rgba(255,255,255,0.3);
 cursor: pointer;
 font-size: 0.85rem;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 font-family: 'Noto Sans JP', sans-serif;
 white-space: nowrap;
 transition: all 0.2s;
}

.cookie-btn-decline:hover {
 border-color: #fff;
 color: #fff;
}

/* ============================================
   PAGE INNER (служебные страницы)
   ============================================ */
.page-hero {
 background: #DFD9D2;
 padding: 70px 30px 50px;
 text-align: center;
}

.page-hero h1 {
 font-size: 2.4rem;
 font-weight: 300;
 margin-bottom: 15px;
}

.page-hero p {
 font-size: 1.05rem;
 color: #444;
 max-width: 600px;
 margin: 0 auto;
}

.page-content {
 max-width: 900px;
 margin: 0 auto;
 padding: 60px 30px;
}

.page-content h2 {
 font-size: 1.4rem;
 font-weight: 500;
 margin: 35px 0 12px;
}

.page-content p {
 font-size: 0.95rem;
 color: #444;
 line-height: 1.8;
 margin-bottom: 15px;
}

.page-content ul {
 padding-left: 20px;
 margin-bottom: 15px;
}

.page-content ul li {
 font-size: 0.95rem;
 color: #444;
 line-height: 1.8;
 margin-bottom: 6px;
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-section {
 padding: 70px 0;
 background: #fff;
}

.contact-container {
 max-width: 1100px;
 margin: 0 auto;
 padding: 0 30px;
 display: flex;
 gap: 60px;
 flex-wrap: wrap;
}

.contact-info {
 flex: 1;
 min-width: 260px;
}

.contact-info h2 {
 font-size: 1.8rem;
 font-weight: 300;
 margin-bottom: 25px;
}

.contact-info p {
 font-size: 0.95rem;
 color: #444;
 margin-bottom: 12px;
 line-height: 1.7;
}

.contact-info i {
 color: #7994A5;
 margin-right: 8px;
 width: 18px;
}

.contact-form-wrapper {
 flex: 1.5;
 min-width: 280px;
}

.contact-form-wrapper h2 {
 font-size: 1.5rem;
 font-weight: 300;
 margin-bottom: 25px;
}

.form-group {
 margin-bottom: 18px;
}

.form-group label {
 display: block;
 font-size: 0.82rem;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 margin-bottom: 6px;
 color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
 width: 100%;
 padding: 12px 15px;
 border: 1px solid #d0cac4;
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 0.92rem;
 color: #000;
 background: #fff;
 outline: none;
 transition: border-color 0.2s;
 border-radius: 0;
 -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
 border-color: #7994A5;
}

.form-group textarea {
 resize: vertical;
 min-height: 130px;
}

/* ============================================
   SERVICE PORTFOLIO
   ============================================ */
.service-hero {
 background: url('../../src/picture/about-team.webp') center center / cover no-repeat;
 min-height: 320px;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}

.service-hero::before {
 content: '';
 position: absolute;
 inset: 0;
 background: rgba(0,0,0,0.5);
}

.service-hero-content {
 position: relative;
 z-index: 2;
 text-align: center;
 color: #fff;
 padding: 40px 20px;
}

.service-hero-content h1 {
 font-size: 2.86rem;
 font-weight: 300;
 margin-bottom: 15px;
}

.service-hero-content p {
 font-size: 1.1rem;
 color: rgba(255,255,255,0.85);
}

.services-section {
 padding: 70px 0;
 background: #fff;
}

.services-container {
 max-width: 1100px;
 margin: 0 auto;
 padding: 0 30px;
}

.services-container > h2 {
 font-size: 1.8rem;
 font-weight: 300;
 text-align: center;
 margin-bottom: 50px;
}

.services-grid {
 display: flex;
 gap: 30px;
 flex-wrap: wrap;
 margin-bottom: 70px;
}

.service-item {
 flex: 1;
 min-width: 240px;
 border: 1px solid #e8e4df;
 padding: 35px 30px;
 position: relative;
 overflow: hidden;
}

.service-item::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 4px;
 height: 100%;
 background: #7994A5;
}

.service-item h3 {
 font-size: 1.1rem;
 font-weight: 500;
 margin-bottom: 12px;
}

.service-item p {
 font-size: 0.92rem;
 color: #555;
 line-height: 1.7;
 margin-bottom: 20px;
}

.service-item ul {
 list-style: none;
 padding: 0;
 margin-bottom: 20px;
}

.service-item ul li {
 font-size: 0.88rem;
 color: #555;
 padding: 5px 0;
 border-bottom: 1px solid #f0ece8;
}

.service-item ul li i {
 color: #7994A5;
 margin-right: 8px;
 font-size: 0.8rem;
}

.price-table {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 50px;
}

.price-table th {
 background: #000;
 color: #fff;
 padding: 15px 20px;
 text-align: left;
 font-size: 0.85rem;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.06em;
}

.price-table td {
 padding: 15px 20px;
 font-size: 0.9rem;
 color: #444;
 border-bottom: 1px solid #e8e4df;
}

.price-table tr:hover td {
 background: #f9f8f6;
}

.price-table td:last-child {
 font-weight: 700;
 color: #000;
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.about-split {
 display: flex;
 gap: 0;
 min-height: 500px;
 flex-wrap: wrap;
}

.about-split-img {
 flex: 1;
 min-width: 300px;
 min-height: 400px;
 background: url('../../src/picture/about-team.webp') center center / cover no-repeat;
}

.about-split-content {
 flex: 1.2;
 min-width: 300px;
 padding: 70px 60px;
 background: #fff;
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.about-split-content h2 {
 font-size: 2rem;
 font-weight: 300;
 margin-bottom: 25px;
}

.about-split-content p {
 font-size: 0.95rem;
 color: #444;
 line-height: 1.8;
 margin-bottom: 15px;
}

.stats-section {
 background: #DFD9D2;
 padding: 60px 30px;
}

.stats-grid {
 display: flex;
 gap: 20px;
 max-width: 1000px;
 margin: 0 auto;
 flex-wrap: wrap;
 text-align: center;
}

.stat-item {
 flex: 1;
 min-width: 160px;
}

.stat-item .stat-num {
 font-size: 2.6rem;
 font-weight: 300;
 color: #000;
 display: block;
}

.stat-item .stat-label {
 font-size: 0.85rem;
 color: #555;
 text-transform: uppercase;
 letter-spacing: 0.08em;
}

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb {
 padding: 12px 30px;
 background: #f9f8f6;
 font-size: 14px;
 color: #666;
}

.breadcrumb a {
 color: #666;
}

.breadcrumb a:hover {
 color: #000;
}

.breadcrumb span {
 margin: 0 8px;
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-section {
 padding: 70px 0;
 background: #f9f8f6;
}

.faq-container {
 max-width: 800px;
 margin: 0 auto;
 padding: 0 30px;
}

.faq-container h2 {
 font-size: 1.8rem;
 font-weight: 300;
 text-align: center;
 margin-bottom: 40px;
}

.faq-item {
 border-bottom: 1px solid #d0cac4;
 margin-bottom: 5px;
}

.faq-question {
 width: 100%;
 background: none;
 border: none;
 text-align: left;
 padding: 20px 0;
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 0.97rem;
 color: #000;
 cursor: pointer;
 display: flex;
 justify-content: space-between;
 align-items: center;
 font-weight: 500;
}

.faq-question i {
 color: #7994A5;
 transition: transform 0.3s;
 font-size: 0.85rem;
}

.faq-question.open i {
 transform: rotate(180deg);
}

.faq-answer {
 display: none;
 padding: 0 0 20px;
 font-size: 0.92rem;
 color: #555;
 line-height: 1.8;
}

.faq-answer.open {
 display: block;
}

/* ============================================
   SOCIAL ICONS
   ============================================ */
.social-links {
 display: flex;
 gap: 12px;
 margin-top: 10px;
}

.social-links a {
 width: 36px;
 height: 36px;
 background: rgba(255,255,255,0.1);
 color: rgba(255,255,255,0.7);
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 0.9rem;
 transition: background 0.2s, color 0.2s;
}

.social-links a:hover {
 background: #7994A5;
 color: #fff;
}

/* ============================================
   MISC / UTILS
   ============================================ */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }

.global-views-breadcrumb {
 font-size: 14px !important;
}

.shopping-layout-breadcrumb {
 display: inline-block;
}
