:root{
 --navy:#0b2a55;--blue:#176db5;--blue2:#0d4f94;--green:#5b8d2d;--orange:#f26a18;
 --gold:#c99a16;--gold2:#e4bd4d;--gold3:#9d7410;--ink:#102846;--muted:#667085;--line:#e7e4dc;
 --shadow:0 12px 34px rgba(22,44,78,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container-xxl{max-width:1480px;padding-left:42px;padding-right:42px}
.site-header{height:88px;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:70;border-bottom:1px solid #ececec;backdrop-filter:blur(12px)}.header-shell{height:100%;display:flex;align-items:center;gap:32px}.brand{flex:0 0 auto}.brand img{width:245px;height:70px;object-fit:contain;object-position:left center}
.desktop-nav{gap:30px;flex:1;justify-content:center;height:100%}.nav-item-wrap{height:100%;position:relative;display:flex;align-items:center}.top-nav-link{height:100%;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:850;color:#10284a;position:relative;white-space:nowrap}.top-nav-link i{font-size:9px}.top-nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:15px;height:3px;background:linear-gradient(90deg,var(--gold3),var(--gold2));transition:.2s}.nav-item-wrap:first-child .top-nav-link:after,.top-nav-link:hover:after{right:0}.nav-item-wrap:first-child .top-nav-link{color:var(--gold3)}
.nav-dropdown{position:absolute;left:-18px;top:72px;min-width:205px;background:#fff;border:1px solid #eee7d8;border-radius:10px;padding:9px;box-shadow:0 18px 45px rgba(10,37,71,.13);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.nav-item-wrap:hover .nav-dropdown{opacity:1;visibility:visible;transform:none}.nav-dropdown a{display:block;padding:10px 12px;font-size:12px;font-weight:700;border-radius:7px}.nav-dropdown a:hover{background:#fff9e9;color:var(--gold3)}
.header-contact{gap:18px;font-size:11px;font-weight:750;white-space:nowrap}.header-contact a,.lang-pill{display:flex;align-items:center;gap:7px}.header-contact i{color:var(--navy);font-size:15px}.lang-pill i:first-child{color:var(--gold)}.mobile-menu-btn{font-size:27px;margin-left:auto;color:var(--navy)}.mobile-nav{display:flex;flex-direction:column}.mobile-nav a{padding:13px 4px;border-bottom:1px solid #eee;font-weight:800}.mobile-nav .mobile-sub{padding-left:18px;font-size:13px;color:#637083;font-weight:650}
.hero-latest{position:relative;background:#fff;overflow:hidden}.hero-latest-grid{display:grid;grid-template-columns:36% 64%;min-height:405px;padding-right:0}.hero-latest-copy{position:relative;z-index:3;padding:40px 20px 40px 0;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#fff 0%,#fff 73%,rgba(255,255,255,.74) 92%,rgba(255,255,255,0) 100%);margin-right:-150px;padding-right:160px}.hero-latest-copy h1{font-size:42px;line-height:1.08;letter-spacing:-1.2px;font-weight:950;margin:0 0 17px}.hero-latest-copy h1 span{display:block}.hero-latest-copy .hero-orange{color:var(--orange)}.hero-latest-copy .hero-green{color:var(--green)}.hero-latest-copy p{font-size:14px;line-height:1.55;color:#213654;max-width:470px;margin-bottom:18px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-actions .btn{min-width:205px;padding:12px 18px;border-radius:7px;font-size:11px;font-weight:900;letter-spacing:.01em}
.btn-orange-gradient{background:linear-gradient(90deg,#f36513,#f68a17);border:0;color:#fff;font-weight:850;box-shadow:0 10px 25px rgba(242,106,24,.18)}.btn-orange-gradient:hover{color:#fff;transform:translateY(-1px)}.btn-outline-blue{border:1.5px solid var(--blue2);color:var(--blue2);background:#fff}.btn-outline-blue:hover{background:#f5f9fe;color:var(--blue2)}.btn-outline-blue i{margin-right:8px}
.hero-latest-image{height:405px;overflow:hidden}.hero-latest-image img{width:100%;height:100%;object-fit:cover;object-position:center}.gold-wave{position:absolute;left:22%;right:-5%;bottom:-29px;height:74px;background:linear-gradient(100deg,rgba(255,255,255,0) 0%,#f2d783 22%,#d3a82e 46%,#b9860f 72%,#e5bf51 100%);clip-path:polygon(0 30%,40% 80%,100% 0,100% 100%,0 100%);opacity:.95}
.stats-wrap{position:relative;margin-top:-15px;z-index:8}.stats-latest{background:#fff;border:1.5px solid #cfa035;border-radius:14px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(5,1fr);padding:13px 10px}.stat-item{display:flex;align-items:center;justify-content:center;gap:17px;padding:2px 22px;min-height:58px;border-right:1px solid #e7d7ae}.stat-item:last-child{border-right:0}.stat-item i{font-size:31px;color:var(--gold)}.stat-item div{display:flex;flex-direction:column}.stat-item strong{font-size:19px;line-height:1.1;color:var(--navy);font-weight:900}.stat-item span{font-size:11px;color:#32435c;margin-top:4px;font-weight:650}
.home-intro{padding:16px 0 8px;text-align:center}.home-intro p{max-width:900px;margin:auto;font-size:12px;line-height:1.55;color:#183054}.home-intro span{color:var(--gold3);font-weight:900}
.home-cards{padding:10px 0 28px}.home-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.home-card{border:1px solid #e4e4e1;border-radius:11px;background:#fff;overflow:hidden;position:relative;box-shadow:0 3px 14px rgba(20,42,76,.04);display:flex;flex-direction:column}.home-card-image{height:120px;overflow:hidden;margin:8px 8px 0;border-radius:8px}.home-card-image img{width:100%;height:100%;object-fit:cover}.home-card-icon{position:absolute;left:16px;top:101px;width:42px;height:42px;border-radius:50%;background:var(--accent);border:3px solid #fff;display:grid;place-items:center;color:#fff;font-size:20px;box-shadow:0 4px 10px rgba(0,0,0,.08)}.home-card-body{padding:18px 14px 12px;display:flex;flex-direction:column;flex:1}.home-card h3{text-align:center;font-size:14px;font-weight:900;margin:0 0 10px}.home-card p{font-size:10px;line-height:1.5;color:#263c5a;min-height:75px;margin-bottom:12px}.home-card-btn{margin-top:auto;border:1px solid var(--accent);color:var(--accent);border-radius:6px;padding:7px 10px;text-align:center;font-size:9px;font-weight:900;display:flex;justify-content:center;gap:12px;align-items:center;transition:.2s}.home-card-btn:hover{background:var(--accent);color:#fff}
.site-footer{background:#fff;border-top:1px solid #ece8df}.footer-main{display:grid;grid-template-columns:1.55fr .75fr .9fr .75fr .75fr 1.35fr 1fr;gap:26px;padding-top:26px;padding-bottom:18px}.footer-logo{width:190px}.footer-about p{font-size:10px;line-height:1.55;color:#35445a;max-width:230px;margin:10px 0}.socials{display:flex;gap:8px}.socials a{width:27px;height:27px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold3);font-size:12px}.footer-col h6,.footer-contact h6{font-size:11px;color:var(--gold3);font-weight:900;margin-bottom:8px}.footer-col a{display:block;font-size:9px;line-height:1.5;color:#243b59;margin:4px 0}.footer-contact p{display:flex;gap:7px;font-size:9px;line-height:1.4;margin:5px 0;color:#243b59}.footer-contact i{color:var(--gold3);font-size:12px}.footer-export{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#29415f;font-size:9px}.footer-export i{font-size:58px;line-height:1;color:#d5b458;margin-bottom:4px}.footer-export strong{font-size:9px}.footer-bottom{border-top:1px solid #eee6d5;padding:8px 0;text-align:center;font-size:9px;color:#536173}.scroll-top{position:fixed;right:22px;bottom:20px;width:38px;height:38px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--gold3);z-index:30}
.inner-hero{padding:44px 0;background:linear-gradient(100deg,#fff 0%,#fff9e8 54%,#f6fbff 100%);border-bottom:1px solid #ece8df}.inner-hero-grid{display:grid;grid-template-columns:1fr minmax(260px,420px);align-items:center;gap:36px}.inner-hero span{font-size:11px;font-weight:900;color:var(--gold3);letter-spacing:.16em}.inner-hero h1{font-size:38px;font-weight:950;margin:6px 0 10px;color:var(--navy)}.inner-hero img{width:100%;height:190px;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.gold-rule{width:110px;height:4px;background:linear-gradient(90deg,var(--gold3),var(--gold2),transparent);border-radius:10px}.content-section{padding:42px 0}.content-prose{max-width:1120px;margin:auto;color:#314158;line-height:1.75;font-size:15px}.content-prose h2{font-size:27px;color:var(--navy);font-weight:900;margin-top:24px}.content-prose h3{font-size:20px;color:var(--gold3);font-weight:850}.content-prose strong{color:var(--navy)}.content-prose ul{padding-left:20px}.content-prose li{margin:5px 0}.content-prose .fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.content-prose .fact{border:1px solid #eadfbe;border-radius:12px;padding:18px;background:linear-gradient(135deg,#fff,#fffbf0)}.content-prose .fact b{display:block;font-size:22px;color:var(--gold3)}
.facility-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.facility-grid a{aspect-ratio:4/3;border-radius:12px;overflow:hidden}.facility-grid img{width:100%;height:100%;object-fit:cover;transition:.25s}.facility-grid a:hover img{transform:scale(1.04)}.contact-box{border:1px solid #eadfbe;border-radius:14px;padding:28px;background:#fff;box-shadow:0 8px 25px rgba(22,44,78,.04)}.contact-box h3{font-weight:900;color:var(--navy)}.contact-box p{display:flex;gap:9px;color:#44536a}.contact-box i{color:var(--gold3)}.map-frame{border:0;width:100%;height:380px;border-radius:14px}
.news-card{height:100%;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.news-card>img{width:100%;height:220px;object-fit:cover}.news-card>div{padding:20px}.news-card h3{font-size:20px;font-weight:900}.news-card p{color:#64748b;font-size:14px}.news-card a{color:var(--gold3);font-size:12px;font-weight:900}.form-shell{max-width:900px;margin:auto;border:1px solid #eadfbe;border-radius:18px;padding:32px;box-shadow:0 15px 45px rgba(15,34,56,.05)}.form-shell h2{font-weight:900}.form-shell label{font-size:12px;font-weight:800;margin-bottom:6px}.form-control,.form-select{border-radius:9px;padding:12px 14px}
.gallery-album{display:block;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;height:100%;transition:.2s}.gallery-album:hover{transform:translateY(-4px);box-shadow:0 14px 35px rgba(15,34,56,.09)}.gallery-album>img{width:100%;height:250px;object-fit:cover}.gallery-album>div{padding:20px}.gallery-album h3{font-size:20px;font-weight:900}.gallery-album p{font-size:13px;color:#64748b;min-height:38px}.gallery-album span{font-size:11px;font-weight:900;color:var(--gold3)}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.photo-item{border-radius:12px;overflow:hidden;aspect-ratio:4/3}.photo-item img{width:100%;height:100%;object-fit:cover;transition:.25s}.photo-item:hover img{transform:scale(1.04)}.video-card{display:block;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.video-cover{height:230px;position:relative}.video-cover img{width:100%;height:100%;object-fit:cover}.video-cover i{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);font-size:55px;color:#fff;filter:drop-shadow(0 4px 12px #0008)}.video-card h3{font-size:17px;font-weight:900;padding:18px;margin:0}
@media(max-width:1250px){.desktop-nav{gap:20px}.header-contact a:last-child{display:none}.home-card-grid{grid-template-columns:repeat(3,1fr)}.footer-main{grid-template-columns:1.3fr repeat(3,1fr)}.footer-contact,.footer-export{grid-column:auto}.hero-latest-copy h1{font-size:37px}}
@media(max-width:991px){.container-xxl{padding-left:24px;padding-right:24px}.site-header{height:76px}.brand img{width:210px}.hero-latest-grid{grid-template-columns:1fr;padding-right:24px}.hero-latest-copy{margin-right:0;padding:34px 0 22px;background:#fff}.hero-latest-image{height:330px;border-radius:16px}.gold-wave{left:0;bottom:-22px}.stats-wrap{margin-top:14px}.stats-latest{grid-template-columns:repeat(3,1fr)}.stat-item{border-bottom:1px solid #e7d7ae}.home-card-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:repeat(3,1fr)}.footer-about{grid-column:1/-1}.inner-hero-grid{grid-template-columns:1fr}.facility-grid{grid-template-columns:repeat(2,1fr)}.photo-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.container-xxl{padding-left:16px;padding-right:16px}.site-header{height:68px}.brand img{width:175px;height:54px}.hero-latest-copy h1{font-size:31px}.hero-latest-copy p{font-size:13px}.hero-actions .btn{width:100%}.hero-latest-image{height:260px}.stats-latest{grid-template-columns:1fr 1fr}.stat-item{padding:12px 10px;justify-content:flex-start}.stat-item:nth-child(even){border-right:0}.home-intro p{font-size:11px}.home-card-grid{grid-template-columns:1fr}.home-card-image{height:180px}.home-card p{min-height:0}.footer-main{grid-template-columns:1fr 1fr}.footer-contact,.footer-export{grid-column:1/-1}.inner-hero h1{font-size:31px}.content-prose .fact-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.stats-latest{grid-template-columns:1fr}.stat-item{border-right:0}.footer-main{grid-template-columns:1fr}.footer-about,.footer-contact,.footer-export{grid-column:auto}.facility-grid,.photo-grid{grid-template-columns:1fr}}

/* v2.0.6 - Sayfaya bağlı fotoğraf albümü */
.page-linked-gallery{padding-top:8px}.linked-gallery-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:20px;border-top:1px solid #eee6d5;padding-top:28px}.linked-gallery-heading span{font-size:12px;font-weight:900;letter-spacing:.13em;color:var(--gold3)}.linked-gallery-heading h2{font-size:28px;font-weight:950;color:var(--navy);margin:4px 0 0}.linked-gallery-heading p{max-width:620px;margin:0;color:#5c6879;font-size:15px;line-height:1.65;text-align:right}
@media(max-width:767px){.linked-gallery-heading{display:block}.linked-gallery-heading p{margin-top:10px;text-align:left}.linked-gallery-heading h2{font-size:24px}}

/* v2.0.7 - Görsel CAPTCHA */
.captcha-box{display:flex;align-items:center;gap:12px;margin-top:7px;flex-wrap:wrap}.captcha-box img{width:190px;height:62px;object-fit:cover;border:1px solid #d7b55c;border-radius:9px;background:#fafbfd;box-shadow:0 4px 14px rgba(16,40,70,.07)}.captcha-refresh{height:44px;padding:0 14px;border:1px solid #d9c17f;border-radius:9px;background:#fff;color:var(--gold3);font-size:13px;font-weight:800;display:flex;align-items:center;gap:7px;transition:.2s}.captcha-refresh:hover{background:#fff8e5;border-color:var(--gold)}.captcha-refresh i{font-size:18px}.captcha-input{text-transform:uppercase;letter-spacing:.15em;font-weight:800;max-width:360px}.captcha-help{display:block;color:#667085;font-size:12px;margin-top:6px}@media(max-width:575px){.captcha-box img{width:170px}.captcha-refresh span{display:none}}

/* v2.0.8 - Ana Sayfa Slider */
.heroSwiper{width:100%;overflow:hidden}
.heroSwiper .swiper-wrapper{align-items:stretch}
.heroSwiper .swiper-slide{position:relative;height:auto;background:#fff}
.heroSwiper .swiper-slide .hero-latest-grid{height:100%}
