:root{
  --bg:#03060b; --panel:#07101c; --line:rgba(255,255,255,.12); --text:#f5f7fb;
  --muted:#b9c3d4; --blue:#0062ff; --blue2:#0b7cff; --metal1:#f2f2f2; --metal2:#6c737b;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif} a{color:inherit;text-decoration:none}
.site-header{position:relative;z-index:20;background:linear-gradient(180deg,#050914 0%,#03060b 100%);border-bottom:1px solid var(--line)}
.top-info{display:grid;grid-template-columns:1fr 1fr 1.1fr auto;gap:26px;align-items:center;max-width:1460px;margin:0 auto;padding:18px 24px}
.info-item{display:flex;align-items:center;gap:14px;color:var(--text)} .info-item .ico{font-size:34px;color:var(--blue2);line-height:1}.info-item b{display:block;font-size:18px;margin-bottom:3px}.info-item small{display:block;color:var(--muted);font-size:15px;line-height:1.35}.top-btn{display:block;background:linear-gradient(135deg,#0043b9,#0063ff);padding:16px 34px;border-radius:4px;text-align:center;font-size:22px;font-weight:700;box-shadow:0 8px 30px rgba(0,80,255,.25)}.top-btn small{font-size:14px;font-weight:400;color:#dce9ff}
.main-nav{max-width:1460px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:18px;min-width:450px}.brand img{width:126px;height:126px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(255,255,255,.12))}.brand-text strong,.brand-text em{display:block;font-style:normal;font-weight:900;letter-spacing:1px;line-height:.93;background:linear-gradient(180deg,#fff,#a7adb5 45%,#3e444b 52%,#f4f6f8 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 3px 14px rgba(0,0,0,.9),0 0 1px #fff}.brand-text strong{font-size:44px}.brand-text em{font-size:31px}
.nav-links{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:18px}.nav-links a{color:#f2f2f2;padding:16px 0;border-bottom:3px solid transparent}.nav-links a:hover,.nav-links a.active{color:var(--blue2);border-bottom-color:var(--blue2)}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:#fff;font-size:24px;padding:8px 12px;border-radius:4px;margin-left:auto}
.hero{position:relative;min-height:720px;overflow:hidden;background:#02050a}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center right;background-repeat:no-repeat;transform:scale(1.02);transition:opacity .45s ease,transform .8s ease,background-position .25s ease;opacity:1;filter:brightness(1.22) contrast(1.06) saturate(1.05)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#02050a 0%,rgba(2,5,10,.86) 16%,rgba(2,5,10,.48) 40%,rgba(2,5,10,.06) 72%,rgba(2,5,10,.33) 100%),linear-gradient(0deg,rgba(2,5,10,.18),rgba(2,5,10,.02))}.hero-content{position:relative;z-index:2;max-width:1460px;margin:0 auto;padding:150px 24px 170px}.slide-label{display:inline-block;background:#073fbe;padding:8px 16px;border-radius:3px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.hero h1{font-size:74px;line-height:.96;margin:0 0 20px;max-width:560px;font-weight:900;letter-spacing:-1px;text-shadow:0 6px 25px rgba(0,0,0,.75)}.hero p{font-size:22px;line-height:1.38;color:#eef2f8;max-width:530px;margin:0 0 32px}.hero-actions{display:flex;gap:18px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:16px 34px;font-size:20px}.btn.primary{background:linear-gradient(135deg,#004bd1,#0063ff);font-weight:800}.btn.ghost{border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.25)}.btn.call{background:linear-gradient(135deg,#5f45d8,#7f63ff);font-weight:900;box-shadow:0 0 24px rgba(127,99,255,.32)}.inline-call{color:#fff;text-decoration:none}.inline-call:hover,.plain-contact:hover{color:#6bb6ff}.plain-contact{color:#dfeaff;text-decoration:none;font-weight:700}.btn.small{font-size:16px;padding:12px 20px;margin-top:6px}.arrow{position:absolute;top:49%;z-index:3;width:56px;height:56px;border:1px solid rgba(255,255,255,.38);background:rgba(0,0,0,.28);color:#fff;font-size:50px;line-height:1;border-radius:50%;cursor:pointer}.arrow-left{left:24px}.arrow-right{right:24px}.arrow:hover{background:rgba(0,98,255,.42)}.dots{position:absolute;z-index:4;left:50%;bottom:118px;transform:translateX(-50%);display:flex;gap:14px}.dots button{width:13px;height:13px;border-radius:50%;border:0;background:#d9d9d9;opacity:.9;cursor:pointer}.dots button.active{background:var(--blue2);box-shadow:0 0 0 5px rgba(0,98,255,.15)}
.feature-strip{position:relative;z-index:5;max-width:1460px;margin:-88px auto 0;background:rgba(5,15,27,.88);backdrop-filter:blur(10px);display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden}.feature{display:flex;gap:18px;padding:28px 30px;border-right:1px solid var(--line)}.feature:last-child{border-right:0}.feature span{font-size:44px;color:var(--blue2)}.feature b{font-size:22px}.feature p{margin:8px 0 0;color:var(--muted);font-size:16px;line-height:1.4}
.content-section,.content-grid{max-width:1200px;margin:70px auto 0;padding:0 24px}.content-section h2{font-size:42px;margin:0 0 16px}.content-section p,.content-grid p{color:#cbd4e1;font-size:18px;line-height:1.7}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.content-grid article{background:#08101b;border:1px solid var(--line);border-radius:8px;padding:28px}.content-grid h3{font-size:26px;margin:0 0 10px}footer{border-top:1px solid var(--line);margin-top:70px;padding:24px;text-align:center;color:var(--muted)}


/* v18 tablet landscape optimization: keeps desktop navigation, but uses a calmer tablet-sized hero */
@media (min-width:721px) and (max-width:1600px){
  .top-info{display:none}
  .main-nav{padding:12px 28px;gap:22px}
  .brand{min-width:430px;gap:16px}
  .brand img{width:104px;height:104px}
  .brand-text strong{font-size:38px}
  .brand-text em{font-size:27px}
  .nav-links{gap:22px;font-size:16px}
  .nav-links a{padding:14px 0}
  .hero{min-height:610px}
  .hero-bg{background-position:center center;filter:brightness(1.14) contrast(1.06) saturate(1.03)}
  .hero-overlay{background:linear-gradient(90deg,#02050a 0%,rgba(2,5,10,.88) 18%,rgba(2,5,10,.48) 46%,rgba(2,5,10,.15) 76%,rgba(2,5,10,.42) 100%),linear-gradient(0deg,rgba(2,5,10,.22),rgba(2,5,10,.02))}
  .hero-content{max-width:1180px;padding:105px 34px 140px}
  .slide-label{font-size:14px;padding:8px 14px;margin-bottom:18px}
  .hero h1{font-size:58px;line-height:1.02;max-width:500px;margin-bottom:18px}
  .hero p{font-size:19px;line-height:1.38;max-width:510px;margin-bottom:26px}
  .btn{font-size:17px;padding:14px 28px}
  .arrow{width:50px;height:50px;font-size:44px;top:52%}
  .arrow-left{left:22px}.arrow-right{right:22px}
  .dots{bottom:94px;gap:12px}
  .feature-strip{max-width:none;margin:-72px 34px 0;grid-template-columns:repeat(4,1fr)}
  .feature{padding:20px 22px;gap:14px}
  .feature span{font-size:34px}.feature b{font-size:19px}.feature p{font-size:14.5px;line-height:1.35}
}

@media(max-width:1050px){.top-info{grid-template-columns:1fr 1fr}.top-btn{grid-column:auto}.main-nav{flex-wrap:wrap}.brand{min-width:auto}.nav-links{width:100%;justify-content:center;gap:20px;flex-wrap:wrap}.hero{min-height:690px}.hero-content{padding:28px 22px 105px;background:linear-gradient(180deg,#02050a 0%,#040914 100%)}.hero h1{font-size:56px}.feature-strip{grid-template-columns:repeat(2,1fr);margin-left:16px;margin-right:16px}.feature:nth-child(2){border-right:0}.content-grid{grid-template-columns:1fr}}
@media(max-width:720px){
  .top-info{display:none}
  .site-header{position:relative}
  .main-nav{padding:12px 14px;gap:10px}
  .brand{gap:12px;max-width:calc(100% - 72px)}
  .brand img{width:82px;height:82px}
  .brand-text strong{font-size:25px;letter-spacing:.5px}
  .brand-text em{font-size:18px;letter-spacing:.4px}
  .menu-toggle{display:block;font-size:30px;padding:11px 15px}
  .nav-links{display:none;align-items:flex-start;width:100%;padding:8px 0 12px}
  .nav-links.open{display:flex;flex-direction:column}
  .nav-links a{padding:10px 0;font-size:18px}

  .hero{min-height:auto;background:#02050a;overflow:visible}
  .hero-bg{position:relative;inset:auto;height:320px;transform:none;filter:brightness(1.15) contrast(1.06) saturate(1.05);background-size:cover;background-position:center top;background-repeat:no-repeat;background-color:#02050a}
  .hero-overlay{display:none}
  .hero-content{position:relative;z-index:2;max-width:none;margin:0;padding:20px 22px 76px;background:linear-gradient(180deg,#02050a 0%,#040914 100%)}
  .slide-label{font-size:12px;padding:7px 11px;margin-bottom:13px;max-width:100%;white-space:normal}
  .hero h1{font-size:35px;line-height:1.06;max-width:345px;margin:0 0 13px;letter-spacing:-.4px}
  .hero p{font-size:16px;line-height:1.38;max-width:350px;margin:0 0 18px}
  .hero-actions{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:wrap}
  .btn{font-size:15.5px;padding:12px 18px}
  .arrow{width:42px;height:42px;font-size:38px;top:288px;background:rgba(0,0,0,.44)}
  .arrow-left{left:14px}
  .arrow-right{right:14px}
  .dots{position:absolute;z-index:4;left:50%;top:292px;bottom:auto;transform:translateX(-50%);display:flex;gap:12px}
  .dots button{width:12px;height:12px}

  .feature-strip{grid-template-columns:1fr;margin:0;border-left:0;border-right:0;border-radius:0}
  .feature{padding:20px 22px;border-right:0;border-bottom:1px solid var(--line)}
  .section{padding:54px 18px}
  .cards{grid-template-columns:1fr}
  .footer-inner{flex-direction:column;text-align:center}
}
@media(max-width:420px){
  .brand img{width:74px;height:74px}
  .brand-text strong{font-size:22px}
  .brand-text em{font-size:16px}
  .hero-bg{height:300px}
  .hero-content{padding-top:20px}
  .hero h1{font-size:33px}
  .hero p{font-size:15.5px}
  .btn{width:100%;max-width:340px}
  .dots{top:274px}
  .arrow{top:270px}
}


/* v15 content sections */
.section-kicker{display:inline-block;color:#6bb6ff;text-transform:uppercase;font-weight:900;letter-spacing:.12em;font-size:13px;margin-bottom:10px}
.intro-section p,.highlight-section p,.contact-section p{max-width:940px}
.highlight-section{background:linear-gradient(135deg,rgba(0,61,170,.18),rgba(5,15,27,.72));border:1px solid var(--line);border-radius:10px;padding:34px 34px!important}
.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0 28px;max-width:900px}
.check-list span{display:block;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:6px;padding:13px 15px;color:#e8eef8;font-weight:700}
.section-actions{margin-top:10px;flex-wrap:wrap}.two-col{grid-template-columns:repeat(2,1fr)}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:24px}.gallery-grid img{width:100%;height:190px;object-fit:cover;border-radius:8px;border:1px solid var(--line);filter:brightness(.92) contrast(1.04)}
.legal-note{color:#9fb0c8!important;font-size:15.5px!important;border-top:1px solid var(--line);padding-top:18px;margin-top:18px}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}.check-list{grid-template-columns:1fr}}
@media(max-width:720px){.content-section,.content-grid{margin-top:48px;padding-left:20px;padding-right:20px}.content-section h2{font-size:34px}.content-section p,.content-grid p{font-size:16.5px;line-height:1.6}.content-grid article{padding:22px}.highlight-section{padding:24px 20px!important;margin-left:16px;margin-right:16px}.section-actions .btn{width:100%;max-width:340px}.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:230px}}

/* v23 Viber visual emphasis */
a[href^="viber://"].btn.primary.small{background:linear-gradient(135deg,#5f45d8,#7f63ff);box-shadow:0 0 20px rgba(127,99,255,.28)}


/* v24 viber branding */
.viber-icon{width:22px;height:22px;display:inline-block;object-fit:contain;flex:0 0 22px}
.viber-btn,.viber-primary{gap:12px;display:inline-flex;align-items:center;justify-content:center}
.viber-primary{background:linear-gradient(135deg,#7360f2,#8b5cf6)!important;box-shadow:0 0 24px rgba(139,92,246,.28)}
.viber-btn{background:linear-gradient(135deg,#7360f2,#8b5cf6)!important;box-shadow:0 0 24px rgba(139,92,246,.28)}
.viber-primary:hover,.viber-btn:hover{filter:brightness(1.06)}

/* Novosti section */
.news-section p{max-width:940px}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.news-card{background:linear-gradient(180deg,#08101b,#050912);border:1px solid var(--line);border-radius:10px;padding:24px;box-shadow:0 18px 45px rgba(0,0,0,.22)}
.news-card h3{font-size:24px;margin:10px 0 10px;color:#f5f7fb}
.news-card p{font-size:16.5px;line-height:1.62;margin:0;color:#cbd4e1}
.news-date{display:inline-flex;align-items:center;border:1px solid rgba(74,144,226,.35);background:rgba(74,144,226,.10);color:#8fbaf3;border-radius:999px;padding:7px 12px;font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:900px){.news-grid{grid-template-columns:1fr}}





/* Novosti mobile/photo fix */
.news-grid.has-admin-news{grid-template-columns:1fr}
.news-grid.has-admin-news .news-card{max-width:980px}
.news-grid.has-admin-news .news-card p{max-width:900px}
.news-image{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:8px;border:1px solid var(--line);margin-bottom:18px;display:block;background:#050912}
.news-card a.news-more{display:inline-flex;margin-top:14px;color:#8fbaf3;font-weight:800;text-decoration:none}
.news-card a.news-more:hover{text-decoration:underline}
@media(max-width:900px){
  #newsIntro{font-size:18px;line-height:1.55}
  .news-grid{gap:22px}
  .news-card{padding:18px}
  .news-card h3{font-size:24px;line-height:1.2}
  .news-card p{font-size:17px;line-height:1.58}
  .news-image{width:100%;height:auto;max-height:none;object-fit:contain}
}

/* Novosti story-first update */
#newsIntro{display:none!important}
.news-section h2{margin-bottom:24px}
.news-grid.has-admin-news{margin-top:0}
.news-grid.has-admin-news .news-card{padding-top:22px}
.news-grid.has-admin-news .news-date{margin-bottom:10px}
.news-grid.has-admin-news h3{margin:0 0 18px}
.news-grid.has-admin-news .news-image{width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center;background:#050912}
@media(max-width:900px){
  .news-section h2{margin-bottom:20px}
  .news-grid.has-admin-news .news-card{padding:0 0 20px;border:0;background:transparent;box-shadow:none}
  .news-grid.has-admin-news .news-date{margin-left:0}
  .news-grid.has-admin-news h3{font-size:27px;line-height:1.2;margin-bottom:18px}
  .news-grid.has-admin-news .news-image{border-radius:0;border-left:0;border-right:0;margin-left:calc(-1 * var(--page-pad, 0px));margin-right:calc(-1 * var(--page-pad, 0px));width:100%}
}

/* =========================================================
   KRAVMAGA.BA PHASE 1 — PUBLIC WEBSITE 2.0
   ========================================================= */
html{scroll-behavior:smooth}
body{overflow-x:hidden}
body.page-ready{opacity:1}

/* Rounded premium slider frame */
.hero{margin:16px clamp(12px,2vw,28px) 0;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.42);isolation:isolate}
.hero-bg,.hero-overlay{border-radius:inherit}
.hero-bg{transition:opacity .55s ease,filter .35s ease}
.hero-overlay{background:linear-gradient(90deg,rgba(2,5,10,.90) 0%,rgba(2,5,10,.66) 27%,rgba(2,5,10,.18) 70%,rgba(2,5,10,.34) 100%),linear-gradient(0deg,rgba(2,5,10,.22),rgba(2,5,10,.05))}

/* View routing: homepage shows only home-section, named pages show selected page-section */
main>section,main>.feature-strip{display:none}
body.home-view main>.home-section{display:block}
body.home-view main>.feature-strip.home-section{display:grid}
body.section-view main>.page-section.section-view-active{display:block}
body.section-view main{min-height:58vh}
body.section-view footer{margin-top:72px}

.home-intro,.credibility-section{max-width:1180px;margin:70px auto 0}
.section-lead{max-width:960px;font-size:18px;line-height:1.72;color:#cbd4e1}
.text-link{display:inline-flex;margin-top:12px;color:#8fc2ff;text-decoration:none;font-weight:850;letter-spacing:.01em}
.text-link:hover{text-decoration:underline}

.credibility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}
.credibility-card{position:relative;padding:30px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:linear-gradient(150deg,rgba(14,25,42,.96),rgba(4,8,16,.98));box-shadow:0 18px 50px rgba(0,0,0,.30);overflow:hidden}
.credibility-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#4f8fe8}
.credibility-card.institutional:before{background:#71836c}
.credibility-card h3{font-size:25px;margin:14px 0 12px;color:#fff}
.credibility-card p{font-size:16.5px;line-height:1.68;color:#cbd4e1;margin:0}
.credibility-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:rgba(59,130,246,.14);border:1px solid rgba(96,165,250,.28);color:#9bc5ff;font-weight:950;letter-spacing:.04em}
.institutional .credibility-icon{background:rgba(113,131,108,.16);border-color:rgba(148,163,141,.28);color:#bdcbb8}

.page-section{max-width:1180px;margin:58px auto 0;padding:42px 34px}
.page-section h3{color:#fff;font-size:27px;margin:30px 0 12px}
.reference-figure{margin:28px 0 0;max-width:560px}
.reference-figure img{display:block;width:100%;height:auto;border-radius:18px;border:1px solid rgba(255,255,255,.12)}
.reference-figure figcaption{color:#9fb0c6;font-size:14.5px;line-height:1.6;margin-top:10px}

.program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px}
.program-card{padding:26px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#091221,#050912);box-shadow:0 16px 42px rgba(0,0,0,.22)}
.program-card h3{margin:0 0 12px;font-size:24px}
.program-card p{margin:0;color:#cbd4e1;font-size:16.5px;line-height:1.65}
.methodology-block{margin-top:24px;padding:26px;border-left:4px solid #4d93e8;border-radius:14px;background:rgba(52,108,177,.09)}
.methodology-block h3{margin:0 0 10px}

/* Gallery albums and lightbox */
.gallery-albums{display:grid;gap:34px;margin-top:28px}
.gallery-album{padding:24px;border-radius:20px;border:1px solid rgba(255,255,255,.09);background:rgba(7,14,25,.72)}
.gallery-album h3{margin:0 0 6px}
.gallery-album p{margin:0 0 18px;color:#9fb0c8}
.gallery-grid.phase1-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0}
.gallery-grid.phase1-gallery button{border:0;padding:0;background:transparent;border-radius:16px;overflow:hidden;cursor:pointer;position:relative;aspect-ratio:4/3}
.gallery-grid.phase1-gallery button:after{content:"Pogledaj";position:absolute;right:10px;bottom:10px;padding:7px 10px;border-radius:999px;background:rgba(1,5,12,.72);color:#fff;font-weight:800;font-size:12px;opacity:0;transform:translateY(4px);transition:.2s ease}
.gallery-grid.phase1-gallery button:hover:after{opacity:1;transform:none}
.gallery-grid.phase1-gallery img{display:block;width:100%;height:100%;object-fit:cover;border:0;border-radius:0;filter:none;transition:transform .35s ease,filter .35s ease}
.gallery-grid.phase1-gallery button:hover img{transform:scale(1.035);filter:brightness(1.06)}
.lightbox[hidden]{display:none}
.lightbox{position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,.94);display:flex;align-items:center;justify-content:center;padding:28px}
.lightbox img{max-width:min(1200px,90vw);max-height:82vh;object-fit:contain;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.55)}
.lightbox button{position:absolute;border:0;background:rgba(255,255,255,.10);color:#fff;cursor:pointer;border-radius:999px;width:48px;height:48px;font-size:34px;display:flex;align-items:center;justify-content:center}
.lightbox-close{top:20px;right:20px}.lightbox-prev{left:20px}.lightbox-next{right:20px}
.lightbox-caption{position:absolute;left:20px;right:20px;bottom:18px;text-align:center;color:#dbe6f4;font-weight:700}

/* Video page */
.featured-video{margin-top:26px}
.video-feature-card,.video-card{border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#091221,#050912);border-radius:20px;overflow:hidden;box-shadow:0 18px 48px rgba(0,0,0,.28)}
.video-feature-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr)}
.video-frame{position:relative;aspect-ratio:16/9;background:#02050a}
.video-frame iframe,.video-frame video{width:100%;height:100%;border:0;display:block}
.video-copy{padding:28px}.video-copy h3{margin:0 0 10px}.video-copy p{color:#cbd4e1;line-height:1.65}
.video-categories{display:grid;gap:30px;margin-top:30px}
.video-category h3{margin-bottom:16px}
.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.video-card .video-copy{padding:20px}.video-card .video-copy h4{font-size:20px;margin:0 0 8px;color:#fff}.video-card .video-copy p{font-size:15px;margin:0}
.empty-state{padding:30px;border:1px dashed rgba(255,255,255,.15);border-radius:18px;color:#aebbd0;text-align:center;background:rgba(255,255,255,.025)}

/* Contact and map */
.contact-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:26px;align-items:start;margin-top:22px}
.contact-details{padding:26px;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:rgba(7,14,25,.72)}
.map-card{overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.10);background:#07101c;box-shadow:0 18px 48px rgba(0,0,0,.28)}
.map-card iframe{width:100%;height:430px;border:0;display:block}
.map-link{display:block;padding:15px 18px;color:#9bc5ff;text-decoration:none;font-weight:850}
.map-link:hover{text-decoration:underline}

/* Floating Viber */
.floating-viber{position:fixed;z-index:1200;right:18px;bottom:18px;display:flex;align-items:center;gap:9px;padding:12px 16px;border-radius:999px;background:linear-gradient(135deg,#7360f2,#8b5cf6);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 14px 34px rgba(90,65,220,.42);transition:transform .2s ease,filter .2s ease}
.floating-viber:hover{transform:translateY(-2px);filter:brightness(1.07)}
.floating-viber img{width:25px;height:25px;object-fit:contain}

/* Subtle reveal effects */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.is-visible{opacity:1;transform:none}

/* Buttons */
.btn{transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}
.btn:hover{transform:translateY(-1px)}

@media(max-width:950px){
  .credibility-grid,.program-grid{grid-template-columns:1fr}
  .gallery-grid.phase1-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .video-feature-card,.contact-layout{grid-template-columns:1fr}
  .map-card iframe{height:380px}
}
@media(max-width:720px){
  .hero{margin:0;border-radius:0;overflow:visible;box-shadow:none}
  .hero-bg{width:calc(100% - 24px);margin:12px 12px 0;border-radius:22px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.46),inset 0 0 0 1px rgba(255,255,255,.07);filter:brightness(1.08) contrast(1.06) saturate(1.03)}
  .home-intro,.credibility-section,.page-section{margin-top:42px;padding:28px 20px}
  .credibility-card,.program-card,.gallery-album,.contact-details{padding:22px}
  .gallery-grid.phase1-gallery,.video-grid{grid-template-columns:1fr}
  .gallery-grid.phase1-gallery button{aspect-ratio:16/11}
  .video-feature-card{display:block}
  .map-card iframe{height:340px}
  .floating-viber{right:12px;bottom:12px;padding:11px 13px}
  .floating-viber span{display:none}
  .lightbox{padding:14px}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{top:10px;right:10px}
  body.section-view main>.page-section.section-view-active{margin-top:38px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-bg,.btn,.floating-viber{transition:none}}
