/* warm-glass-625.css — チームコア メインスタイル */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;600;700&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

/* ============================================================
   GRID SYSTEM (Bootstrap 3-compatible, self-contained)
   ============================================================ */
.container {
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row::after {
    content: '';
    display: table;
    clear: both;
}

/* All columns */
[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}

/* md columns (≥992px) */
@media (min-width: 992px) {
    .col-md-1  { width: 8.3333%; }
    .col-md-2  { width: 16.6667%; }
    .col-md-3  { width: 25%; }
    .col-md-4  { width: 33.3333%; }
    .col-md-5  { width: 41.6667%; }
    .col-md-6  { width: 50%; }
    .col-md-7  { width: 58.3333%; }
    .col-md-8  { width: 66.6667%; }
    .col-md-9  { width: 75%; }
    .col-md-10 { width: 83.3333%; }
    .col-md-11 { width: 91.6667%; }
    .col-md-12 { width: 100%; }
    .col-md-offset-1  { margin-left: 8.3333%; }
    .col-md-offset-2  { margin-left: 16.6667%; }
    .col-md-offset-3  { margin-left: 25%; }
    .col-md-push-2    { left: 16.6667%; }
    .hidden-md { display: none !important; }
}

/* sm columns (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-1  { width: 8.3333%; }
    .col-sm-2  { width: 16.6667%; }
    .col-sm-3  { width: 25%; }
    .col-sm-4  { width: 33.3333%; }
    .col-sm-5  { width: 41.6667%; }
    .col-sm-6  { width: 50%; }
    .col-sm-7  { width: 58.3333%; }
    .col-sm-8  { width: 66.6667%; }
    .col-sm-9  { width: 75%; }
    .col-sm-10 { width: 83.3333%; }
    .col-sm-11 { width: 91.6667%; }
    .col-sm-12 { width: 100%; }
}

/* sm columns on md+ (need both declarations) */
@media (min-width: 768px) {
    .col-sm-3  { width: 25%; }
    .col-sm-4  { width: 33.3333%; }
    .col-sm-6  { width: 50%; }
    .col-sm-12 { width: 100%; }
}

/* xs — full width (default, no media query) */
@media (max-width: 767px) {
    .hidden-xs { display: none !important; }
    [class*="col-"] { float: none; width: 100%; }
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3 { margin-left: 0; }
    .col-md-push-2   { left: auto; }
}

/* Clearfix for col rows */
.row > .col-md-6:nth-child(2n+1),
.row > .col-md-4:nth-child(3n+1),
.row > .col-md-3:nth-child(4n+1) {
    clear: none;
}

:root {
    --color-bg: #ffffff;
    --color-primary: #7a7a7a;
    --color-secondary: #9a958a;
    --color-text: #3b3b3b;
    --color-accent: #FCDA9A;
    --color-dark: #1e1e1e;
    --color-cta: #000000;
    --font-main: 'Noto Sans JP', 'Oswald', sans-serif, Arial, Helvetica, sans-serif;
    --font-heading: 'Oswald', 'Noto Sans JP', sans-serif, Arial, Helvetica, sans-serif;
}

body {
    font-family: var(--font-main);
    color: var(--color-text);
    background: var(--color-bg);
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-size: 15px;
    overflow-x: hidden;
}

body.homepage {
    padding-top: 0;
}

/* ============================================================
   HEADER
   ============================================================ */
#header-wrapper {
    height: 83px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

#header {
    background-color: white;
}

.header-inner {
    height: 83px;
    display: flex;
    align-items: center;
}

.main-nav .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.navbar.navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    float: none;
}

.navbar-header .logo {
    margin: 10px 0;
}

.navbar-header .logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.navbar-header .logo svg {
    height: 46px;
    width: auto;
}

.navbar-header .logo .logo-text {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.navbar-header .logo .logo-sub {
    font-size: 10px;
    color: var(--color-primary);
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
}

.nav.navbar-nav.pi-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    float: none;
    width: auto;
}

.nav.navbar-nav.pi-nav li a {
    font-family: var(--font-heading);
    font-size: 13px;
    color: black;
    text-decoration: none;
    padding: 8px 14px;
    letter-spacing: 0.5px;
    transition: color .2s;
    text-transform: uppercase;
}

.nav.navbar-nav.pi-nav li a:hover,
.nav.navbar-nav.pi-nav li.current-menu-item a {
    color: #9a958a;
}

.nav-left .pi-nav {
    margin-top: 0;
}

/* Mobile nav toggle */
.dl-menuwrapper {
    display: none;
    float: right;
}

.dl-trigger {
    background: transparent;
    border: 2px solid var(--color-text);
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

/* Mobile menu */
.dl-menu {
    display: none;
    position: fixed;
    top: 83px;
    left: 0;
    width: 100%;
    background: white;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    z-index: 9998;
}

.dl-menu.dl-menu-open {
    display: block;
}

.dl-menu li a {
    display: block;
    padding: 14px 20px;
    font-family: var(--font-heading);
    font-size: 14px;
    color: var(--color-text);
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dl-menu li a:hover {
    color: #9a958a;
    background: #fafafa;
}

/* ============================================================
   HERO
   ============================================================ */
.presentation.hero-content {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 83px;
}

.video-bg {
    position: absolute;
    inset: 0;
    background-color: #4d5156;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(30,30,30,.52);
}

.hero-overlay {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 0 20px;
    max-width: 860px;
}

.hero-overlay.light .hero-intro-title,
.hero-overlay.light .hero-title,
.hero-overlay.light p {
    color: #fff;
}

.hero-intro-title {
    font-size: 18px;
    font-family: var(--font-heading);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
    opacity: .9;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #fff;
}

.hero-title span {
    color: var(--color-accent);
}

.hero-desc {
    font-size: 16px;
    margin-bottom: 36px;
    opacity: .88;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-btn {
    display: inline-block;
    background: var(--color-accent);
    color: var(--color-text) !important;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 48px;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.hero-btn:hover {
    background: #f5c870;
    color: #000 !important;
    text-decoration: none;
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

.animated.fadeInUp {
    animation: fadeInUp 1s ease both;
}

/* ============================================================
   PAGE CONTENT BASE
   ============================================================ */
.page-content {
    padding: 80px 0;
}

.page-content.dark {
    color: #fff;
}

/* ============================================================
   ABOUT SECTION (bkg-img1)
   ============================================================ */
.bkg-img1 {
    background-image: url(../../src/illustrations/about-bg.webp);
    background-size: cover;
    background-position: center;
}

.frame-box {
    background: rgba(255,255,255,.95);
    padding: 40px 36px;
    border: 1px solid #e8e4dc;
}

.pt-80 { padding-top: 80px; }
.mt-100 { margin-top: 100px; }
.mb-100 { margin-bottom: 100px; }
.mb-60 { margin-bottom: 60px; }
.mb-40 { margin-bottom: 40px; }
.centered { text-align: center; }
.no-margin-bottom-mobile { margin-bottom: 0; }

/* ============================================================
   CUSTOM HEADING
   ============================================================ */
.custom-heading.style-1 span,
.custom-heading.style-2 span {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-heading);
    display: block;
    margin-bottom: 6px;
}

.custom-heading.style-1 h2,
.custom-heading.style-1 h3,
.custom-heading.style-2 h2,
.custom-heading.style-2 h3 {
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 16px;
    line-height: 1.25;
}

.custom-heading.style-1 h2 span,
.custom-heading.style-1 h3 span {
    font-size: 13px;
    color: var(--color-primary);
}

.divider.style-1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
}

.divider.style-1.center {
    justify-content: center;
}

.hr-simple {
    flex: 1;
    height: 1px;
    background: #ddd;
    display: block;
}

.hr-icon {
    color: var(--color-primary);
    font-size: 8px;
}

.divider.style-2 { display: none; }

/* ============================================================
   PARALLAX / DARK BANNER (bkg-img3)
   ============================================================ */
.bkg-img3 {
    background-image: url(../../src/illustrations/section-parallax.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.custom-img-background.dark {
    position: relative;
}

.custom-img-background.dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(20,20,20,.65);
}

.custom-img-background.dark .container {
    position: relative;
    z-index: 1;
}

.custom-img-background.dark .custom-heading.style-1 h2 {
    color: #fff;
    font-size: 36px;
}

.custom-img-background.dark .custom-heading.style-1 span {
    color: var(--color-accent);
}

.bkg-img3 .row {
    margin-bottom: 70px;
    margin-top: 70px;
}

/* ============================================================
   COURSE / PRICING CARDS
   ============================================================ */
.course-cards-section {
    background: #faf9f7;
}

.course-card {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 36px 28px;
    text-align: center;
    margin-bottom: 30px;
    transition: box-shadow .2s, transform .2s;
    position: relative;
}

.course-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    transform: translateY(-4px);
}

.course-card.featured {
    border-color: var(--color-accent);
    border-width: 2px;
}

.course-card .badge-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-accent);
    color: var(--color-text);
    font-size: 11px;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 18px;
    text-transform: uppercase;
}

.course-card .course-icon {
    font-size: 36px;
    color: var(--color-accent);
    margin-bottom: 16px;
}

.course-card h3 {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-text);
}

.course-card .course-price {
    font-size: 38px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-text);
    margin: 16px 0;
    line-height: 1;
}

.course-card .course-price span {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 400;
}

.course-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}

.course-card ul li {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f0ede8;
}

.course-card ul li:last-child {
    border-bottom: none;
}

.course-card ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--color-accent);
    margin-right: 8px;
}

.course-card .btn-course {
    display: inline-block;
    background: var(--color-cta);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 36px;
    text-decoration: none;
    transition: background .2s;
    border: none;
    cursor: pointer;
}

.course-card .btn-course:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
}

.course-card.featured .btn-course {
    background: var(--color-accent);
    color: var(--color-text);
}

.course-card.featured .btn-course:hover {
    background: #f5c870;
    color: #000;
}

/* ============================================================
   BENEFITS SECTION
   ============================================================ */
.benefits-section {
    background: #fff;
}

.benefit-item {
    text-align: center;
    padding: 24px 16px;
    margin-bottom: 30px;
}

.benefit-item .benefit-icon {
    width: 72px;
    height: 72px;
    background: var(--color-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: var(--color-text);
}

.benefit-item h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-text);
}

.benefit-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section {
    background: #faf9f7;
}

.testimonial-item {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 32px 28px;
    margin-bottom: 30px;
    position: relative;
}

.testimonial-item::before {
    content: '\201C';
    font-size: 72px;
    line-height: 1;
    color: var(--color-accent);
    font-family: Georgia, serif;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: .6;
}

.testimonial-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 20px;
    padding-top: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-author .author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-text);
    flex-shrink: 0;
}

.testimonial-author .author-info strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text);
}

.testimonial-author .author-info span {
    font-size: 12px;
    color: var(--color-primary);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-section {
    background: #fff;
}

.accordion .title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #faf9f7;
    border: 1px solid #e8e4dc;
    margin-bottom: 4px;
    text-decoration: none;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background .2s;
}

.accordion .title a:hover,
.accordion .title.active a {
    background: #f5efd6;
    border-color: var(--color-accent);
    color: var(--color-text);
    text-decoration: none;
}

.accordion .title a::before {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--color-primary);
    font-size: 14px;
    transition: transform .2s;
}

.accordion .title.active a::before {
    transform: rotate(180deg);
    color: var(--color-secondary);
}

.accordion .content {
    display: none;
    padding: 18px 20px;
    border: 1px solid #e8e4dc;
    border-top: none;
    margin-bottom: 4px;
    background: #fff;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
}

/* ============================================================
   CONTACT CTA SECTION
   ============================================================ */
.contact-cta-section {
    background: var(--color-dark);
    color: #fff;
    text-align: center;
}

.contact-cta-section h2 {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.contact-cta-section p {
    font-size: 16px;
    color: rgba(255,255,255,.8);
    max-width: 560px;
    margin: 0 auto 32px;
}

.btn-cta-white {
    display: inline-block;
    background: var(--color-accent);
    color: var(--color-text);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 48px;
    text-decoration: none;
    transition: background .2s;
}

.btn-cta-white:hover {
    background: #f5c870;
    color: #000;
    text-decoration: none;
}

/* ============================================================
   GALLERY / IMAGE SECTION
   ============================================================ */
.gallery-section {
    background: #fff;
}

.gallery-img-wrap {
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.gallery-img-wrap:hover img {
    transform: scale(1.04);
}

/* ============================================================
   FOOTER
   ============================================================ */
#footer-wrapper {
    background: #1e1e1e;
    padding: 60px 0 30px;
    color: rgba(255,255,255,.7);
}

#footer-wrapper .footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

#footer-wrapper .footer-logo svg {
    height: 52px;
    width: auto;
}

#footer-wrapper .footer-logo .logo-text {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

#footer-wrapper .footer-logo .logo-sub {
    font-size: 10px;
    color: rgba(255,255,255,.5);
    letter-spacing: 2px;
    text-transform: uppercase;
}

#footer-wrapper h5 {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer-wrapper p,
#footer-wrapper address {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255,255,255,.6);
    font-style: normal;
}

#footer-wrapper a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: color .2s;
}

#footer-wrapper a:hover {
    color: var(--color-accent);
}

#footer-wrapper span {
    color: #9a958a;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 8px;
}

.footer-nav-list li a {
    font-size: 13px;
    color: rgba(255,255,255,.6);
}

.footer-nav-list li a:hover {
    color: var(--color-accent);
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
    font-size: 14px;
    transition: border-color .2s, color .2s, background .2s;
    text-decoration: none;
}

.social-links li a:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
    background: rgba(252,218,154,.08);
}

.social-links-icon::after {
    content: '' !important;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,.08);
    margin: 30px 0 20px;
}

#copyright-container {
    background: #141414;
    padding: 16px 0;
    font-size: 12px;
    color: rgba(255,255,255,.4);
}

#copyright-container a {
    color: #9a958a;
    text-decoration: none;
}

#copyright-container a:hover {
    color: var(--color-accent);
}

#copyright-container span {
    color: #9a958a;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.breadcrumb li::before {
    content: '|';
    margin-right: 6px;
    color: rgba(255,255,255,.2);
}

.breadcrumb li:first-child::before {
    display: none;
}

.breadcrumb li a {
    font-size: 12px;
    color: rgba(255,255,255,.4);
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: var(--color-accent);
}

/* ============================================================
   INNER PAGE HERO (subpages)
   ============================================================ */
.inner-hero {
    margin-top: 83px;
    background: #1e1e1e;
    padding: 64px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.inner-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1e1e1e 0%, #3b3b3b 100%);
    opacity: .9;
}

.inner-hero .container {
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.inner-hero h1 span {
    color: var(--color-accent);
}

.inner-hero p {
    font-size: 15px;
    color: rgba(255,255,255,.7);
    max-width: 500px;
    margin: 0 auto;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-section {
    background: #faf9f7;
}

.section-form {
    background: #fff;
    padding: 40px 36px;
    border: 1px solid #e8e4dc;
}

.section-form .form-group {
    margin-bottom: 20px;
}

.section-form label {
    display: block;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 6px;
}

.section-form input[type="text"],
.section-form input[type="email"],
.section-form input[type="tel"],
.section-form select,
.section-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--color-text);
    outline: none;
    transition: border-color .2s;
    -webkit-appearance: none;
    appearance: none;
}

.section-form input:focus,
.section-form select:focus,
.section-form textarea:focus {
    border-color: var(--color-secondary);
    background: #fff;
}

.section-form textarea {
    height: 130px;
    resize: vertical;
}

.section-form .btn-submit {
    background: var(--color-cta);
    color: #fff;
    border: none;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 48px;
    cursor: pointer;
    transition: background .2s;
    width: 100%;
}

.section-form .btn-submit:hover {
    background: #333;
}

.contact-info-block {
    padding: 40px 36px;
    background: #fff;
    border: 1px solid #e8e4dc;
    height: 100%;
}

.contact-info-block h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 24px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.contact-info-item .ci-icon {
    width: 40px;
    height: 40px;
    background: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--color-text);
    flex-shrink: 0;
}

.contact-info-item .ci-text {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.contact-info-item .ci-text strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 3px;
}

/* ============================================================
   ABOUT PAGE SPECIFIC
   ============================================================ */
.about-mission {
    background: #faf9f7;
}

.about-mission .mission-img {
    overflow: hidden;
}

.about-mission .mission-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.team-stats {
    background: var(--color-dark);
    padding: 60px 0;
    text-align: center;
}

.stat-item h3 {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: 8px;
    line-height: 1;
}

.stat-item p {
    font-size: 13px;
    color: rgba(255,255,255,.6);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    margin: 0;
}

/* ============================================================
   POLICY PAGES
   ============================================================ */
.policy-content {
    background: #fff;
}

.policy-content .policy-body {
    max-width: 820px;
    margin: 0 auto;
}

.policy-content h2 {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text);
    margin: 36px 0 12px;
}

.policy-content h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--color-text);
    margin: 28px 0 10px;
}

.policy-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.policy-content ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.policy-content ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 6px;
}

/* ============================================================
   GDPR COOKIE BANNER
   ============================================================ */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1e1e1e;
    color: rgba(255,255,255,.85);
    z-index: 99999;
    padding: 20px 0;
    border-top: 2px solid var(--color-accent);
    display: none;
}

#cookie-banner .cookie-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

#cookie-banner p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    min-width: 200px;
    color: rgba(255,255,255,.75);
}

#cookie-banner p a {
    color: var(--color-accent);
    text-decoration: underline;
}

.cookie-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

#cookie-accept {
    background: var(--color-accent);
    color: var(--color-text);
    border: none;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 28px;
    cursor: pointer;
    transition: background .2s;
}

#cookie-accept:hover {
    background: #f5c870;
}

#cookie-decline {
    background: transparent;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.2);
    font-family: var(--font-heading);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    transition: color .2s, border-color .2s;
}

#cookie-decline:hover {
    color: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.5);
}

/* ============================================================
   SUCCESS MESSAGE
   ============================================================ */
.form-success {
    display: none;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    padding: 16px 20px;
    font-size: 14px;
    color: #2e7d32;
    margin-top: 16px;
    font-family: var(--font-heading);
    letter-spacing: 0.5px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .logo { margin: 10px 0; }
}

@media (max-width: 991px) {
    .hero-title { font-size: 40px; }
    .presentation.hero-content { height: 700px !important; min-height: 700px !important; }
}

@media (max-width: 768px) {
    .presentation.hero-content { height: 500px !important; min-height: 500px !important; }
    .hero-overlay { padding: 0 16px; }
    .hero-title { font-size: 30px; }
    .bkg-img3 { background-attachment: scroll; }
    .nav-left .pi-nav { display: none; }
    .dl-menuwrapper { display: block; }
    .navbar.navbar-default { position: relative; }
}

@media (max-width: 650px) {
    .presentation.hero-content { height: 300px !important; min-height: 300px !important; }
    .hero-title { font-size: 24px; }
    .hero-intro-title { font-size: 13px; }
}

@media (max-width: 767px) {
    body.homepage { padding-top: 83px; }
    .logo { margin-left: auto; margin-right: auto; }
    .inner-hero h1 { font-size: 28px; }
    .section-form, .contact-info-block { padding: 28px 20px; }
    .course-card { margin-bottom: 24px; }
    .team-stats .stat-item { margin-bottom: 30px; }
    #cookie-banner .cookie-inner { flex-direction: column; align-items: flex-start; }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    #header-wrapper { background-color: white; }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #header-wrapper { background-color: white; }
}
