﻿.section-tag { display:inline-flex; align-items:center; gap:6px; color:var(--green-mid); font-size:12px; font-weight:600; letter-spacing:2.5px; text-transform:uppercase; margin-bottom:1rem; }
.section-tag::before { content:''; display:block; width:24px; height:2px; background:var(--green-mid); }
.section-title { font-family:'Playfair Display',serif; font-size:clamp(2rem,4vw,3rem); font-weight:700; color:var(--dark); line-height:1.2; margin-bottom:1rem; }
.section-title em { color:var(--green-mid); font-style:normal; }
.section-sub { font-size:1.05rem; color:var(--text-light); line-height:1.8; max-width:600px; margin-bottom:3rem; }
.page-hero { background:linear-gradient(135deg,var(--dark) 0%,#162b0c 100%); padding:140px 2rem 80px; text-align:center; }
.page-hero h1 { font-family:'Playfair Display',serif; font-size:clamp(2.5rem,5vw,4rem); font-weight:900; color:var(--white); margin-bottom:1rem; }
.page-hero h1 em { color:var(--gold); font-style:normal; }
.page-hero p { color:rgba(255,255,255,0.65); font-size:1.1rem; max-width:600px; margin:0 auto; }
.certifications { background:var(--cream); padding:40px 2rem; border-top:1px solid rgba(200,151,58,0.15); }
.cert-row { max-width:1200px; margin:0 auto; display:flex; align-items:center; justify-content:center; gap:3rem; flex-wrap:wrap; }
.cert-badge { display:flex; align-items:center; gap:8px; font-size:13px; font-weight:600; color:var(--text-light); }
.cert-badge span { font-size:1.4rem; }
.about-strip { background:var(--dark); padding:80px 2rem; }
.about-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:center; }
.about-img-wrap { position:relative; }
.about-img-wrap img { width:100%; height:420px; object-fit:cover; border-radius:16px; box-shadow:var(--shadow-deep); }
.about-badge-float { position:absolute; bottom:-20px; right:-20px; background:var(--gold); color:var(--dark); border-radius:12px; padding:16px 20px; font-family:'Playfair Display',serif; font-weight:700; font-size:14px; text-align:center; box-shadow:0 8px 24px rgba(200,151,58,0.4); }
.about-badge-float strong { display:block; font-size:2rem; }
.about-text .section-title { color:var(--white); }
.about-text .section-sub { color:rgba(255,255,255,0.65); }
.about-features { display:flex; flex-direction:column; gap:14px; margin-top:1.5rem; }
.feat-item { display:flex; align-items:flex-start; gap:12px; background:rgba(255,255,255,0.05); border:1px solid rgba(200,151,58,0.15); border-radius:10px; padding:14px 16px; }
.feat-icon { width:36px; height:36px; min-width:36px; background:rgba(200,151,58,0.15); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:16px; }
.feat-title { font-weight:600; color:var(--white); font-size:14px; }
.feat-desc { font-size:12px; color:rgba(255,255,255,0.5); margin-top:2px; }
.world-section { background:linear-gradient(160deg,var(--dark) 0%,#1a2e10 100%); padding:80px 2rem; text-align:center; }
.world-section .section-title { color:var(--white); }
.world-section .section-sub { color:rgba(255,255,255,0.6); margin:0 auto 3rem; }
.map-container { position:relative; max-width:900px; margin:0 auto; background:rgba(255,255,255,0.03); border:1px solid rgba(200,151,58,0.15); border-radius:20px; padding:2rem; box-shadow:0 0 60px rgba(45,90,27,0.3); }
.world-svg { width:100%; height:auto; }
@keyframes pulse-red { 0%{r:5;opacity:1} 50%{r:7;opacity:0.7} 100%{r:5;opacity:1} }
.country-tags { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-top:2rem; }
.c-tag { background:rgba(200,151,58,0.12); border:1px solid rgba(200,151,58,0.25); color:var(--gold); font-size:12px; font-weight:500; padding:5px 14px; border-radius:100px; }
