:root{--navy:#0b315f;--navy2:#071e3b;--blue:#17b8df;--cyan:#27c9ea;--ice:#effbfe;--text:#122238;--muted:#657387;--line:#dbe7ee;--white:#fff;--shadow:0 22px 60px rgba(8,38,70,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(13,55,93,.08)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-family:'Barlow Condensed';font-size:23px;letter-spacing:.6px;color:var(--navy)}.brand small{font-size:8px;font-weight:800;letter-spacing:1.1px;color:#52718d;margin-top:4px}.main-nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:700;color:#33495e}.main-nav a:hover{color:var(--blue)}.nav-cta{background:var(--navy);color:#fff!important;padding:12px 17px;border-radius:8px}.menu-toggle{display:none;border:0;background:none;font-size:25px;color:var(--navy)}
.hero{position:relative;min-height:680px;overflow:hidden;background:linear-gradient(120deg,#061b36 0%,#0a3767 55%,#0c5d83 100%);color:#fff}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 28%,rgba(39,201,234,.32),transparent 28%),linear-gradient(90deg,rgba(3,16,32,.92) 0%,rgba(4,30,59,.76) 46%,rgba(5,48,73,.38) 100%)}.hero:after{content:"";position:absolute;right:-160px;bottom:-280px;width:600px;height:600px;border:1px solid rgba(39,201,234,.24);border-radius:50%;box-shadow:0 0 0 90px rgba(39,201,234,.04),0 0 0 180px rgba(39,201,234,.025)}.hero-content{position:relative;z-index:2;min-height:680px;display:flex;align-items:center;justify-content:space-between;gap:60px}.hero-copy{max-width:700px;padding:80px 0}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2.2px;color:var(--cyan);margin-bottom:17px}.eyebrow.dark{color:#0a7fa6}.hero h1{font-family:'Barlow Condensed';font-size:clamp(54px,7vw,86px);line-height:.88;letter-spacing:-1px;margin:0 0 25px;text-transform:uppercase}.hero h1 span{color:var(--cyan)}.hero p{max-width:650px;font-size:16px;line-height:1.8;color:#dceaf3}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 21px;border-radius:8px;font-size:13px;font-weight:800;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--cyan);color:#052341}.btn-ghost{border:1px solid rgba(255,255,255,.3);color:#fff}.btn-light{background:#fff;color:var(--navy)}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;font-size:11px;font-weight:700;color:#b7ccdb}.hero-card{width:300px;height:390px;flex:none;border:1px solid rgba(255,255,255,.16);background:linear-gradient(160deg,rgba(26,194,228,.16),rgba(0,0,0,.32)),url('https://images.unsplash.com/photo-1517466787929-bc90951d0974?auto=format&fit=crop&w=900&q=85') center/cover;border-radius:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;padding:22px}.hero-card-top,.hero-card-bottom{display:flex;justify-content:space-between;align-items:flex-start}.hero-card-top{font-size:10px;font-weight:800;letter-spacing:1.5px}.hero-card-top b{font-family:'Barlow Condensed';font-size:38px;color:var(--cyan)}.hero-card-bottom{display:block;background:rgba(4,21,39,.78);margin:-2px -2px -2px;padding:17px;border-radius:12px}.hero-card-bottom strong{display:block;font-family:'Barlow Condensed';font-size:28px;text-transform:uppercase}.hero-card-bottom small{color:#b8cbd7}.hero-scroll{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:#a9bfce}.hero-scroll span{margin-left:8px;color:var(--cyan);font-size:16px}
.stats-strip{background:var(--cyan);color:#04213d}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid div{padding:22px 18px;border-right:1px solid rgba(4,33,61,.13);display:flex;flex-direction:column}.stats-grid div:last-child{border:0}.stats-grid strong{font-family:'Barlow Condensed';font-size:31px;line-height:1}.stats-grid span{font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;margin-top:7px;opacity:.7}
.section{padding:110px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.section h2{font-family:'Barlow Condensed';font-size:clamp(44px,5vw,66px);line-height:.92;text-transform:uppercase;letter-spacing:-.5px;margin:0 0 24px}.section h2 span{color:#0a8eae}.section-copy>p,.section-head>p{font-size:15px;line-height:1.85;color:var(--muted);max-width:620px}.feature-list{margin-top:35px}.feature-list>div{display:flex;gap:16px;padding:17px 0;border-top:1px solid var(--line)}.feature-list b{font-family:'Barlow Condensed';font-size:20px;color:var(--cyan)}.feature-list span{display:flex;flex-direction:column;gap:4px}.feature-list strong{font-size:13px}.feature-list small{font-size:12px;line-height:1.6;color:var(--muted)}.academy-visual{position:relative}.image-frame{position:relative;overflow:hidden;border-radius:18px;box-shadow:var(--shadow);height:560px;background:#0b315f}.image-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(4,22,41,.78))}.image-frame img{width:100%;height:100%;object-fit:cover}.image-label{position:absolute;z-index:2;left:28px;bottom:28px;display:flex;gap:15px;align-items:flex-end;color:#fff}.image-label span{font-family:'Barlow Condensed';font-size:35px;color:var(--cyan)}.image-label strong{font-family:'Barlow Condensed';font-size:30px;line-height:.9;text-transform:uppercase}.floating-note{position:absolute;right:-34px;top:38px;background:#fff;padding:19px 22px;border-radius:12px;box-shadow:var(--shadow);width:180px}.floating-note b{font-size:9px;letter-spacing:1.5px;color:#0a8eae;display:block;margin-bottom:7px}.floating-note span{font-family:'Barlow Condensed';font-size:19px;line-height:1.05}
.dark-section{background:var(--navy2);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:45px}.section-head.light h2{color:#fff}.section-head.light p{color:#9fb5c7}.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.13)}.program-card{min-height:285px;background:#082849;padding:28px;position:relative;transition:.2s}.program-card:hover,.program-card.active{background:linear-gradient(145deg,#0d5c7e,#083354)}.program-card>span{font-family:'Barlow Condensed';font-size:40px;color:rgba(255,255,255,.22)}.program-card h3{font-family:'Barlow Condensed';font-size:30px;text-transform:uppercase;margin:45px 0 10px}.program-card p{font-size:12px;line-height:1.7;color:#a9c0d1}.program-card b{position:absolute;bottom:25px;font-size:10px;letter-spacing:1.5px;color:var(--cyan)}
.branch-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:300px 300px;gap:18px}.branch-card{position:relative;overflow:hidden;border-radius:16px;background:#092847;color:#fff}.branch-card.large{grid-row:span 2}.branch-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.branch-card:hover img{transform:scale(1.04)}.branch-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,18,34,.08) 20%,rgba(3,18,34,.88) 100%)}.branch-overlay{position:absolute;z-index:2;inset:auto 26px 25px}.branch-overlay .eyebrow{margin-bottom:9px}.branch-overlay h3{font-family:'Barlow Condensed';font-size:38px;line-height:.88;text-transform:uppercase;margin:0 0 10px}.branch-overlay h3 span{color:var(--cyan)}.branch-overlay p{font-size:11px;line-height:1.6;color:#d0e0e8;max-width:520px;margin:0 0 13px}.branch-overlay a{font-size:11px;font-weight:800;color:var(--cyan)}
.methodology{background:var(--ice)}.method-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.method-steps{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#d4e9ef}.method-step{background:#fff;padding:28px;min-height:185px}.method-step span{font-family:'Barlow Condensed';font-size:32px;color:#0b9cbd}.method-step h3{font-family:'Barlow Condensed';font-size:27px;text-transform:uppercase;margin:12px 0 7px}.method-step p{font-size:12px;color:var(--muted);line-height:1.7;margin:0}
.cta-section{padding:55px 0;background:#fff}.cta-box{background:linear-gradient(120deg,var(--navy),#0a5579);border-radius:20px;padding:55px 60px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;position:relative;overflow:hidden}.cta-box:after{content:"";position:absolute;right:-120px;top:-160px;width:430px;height:430px;border:70px solid rgba(39,201,234,.08);border-radius:50%}.cta-box h2{font-size:52px;margin-bottom:12px}.cta-box h2 span{color:var(--cyan)}.cta-box p{color:#c1d6e2;font-size:13px;line-height:1.7}.cta-actions{position:relative;z-index:2;display:flex;gap:10px;flex-wrap:wrap;min-width:310px;justify-content:flex-end}
.news{background:#f8fbfc}.text-link{font-size:12px;font-weight:800;color:#087f9e}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-grid article{background:#fff;border:1px solid var(--line);border-radius:13px;padding:28px;min-height:240px}.news-tag{font-size:9px;font-weight:900;letter-spacing:1.6px;color:#0a90ad}.news-grid h3{font-family:'Barlow Condensed';font-size:30px;line-height:1;margin:35px 0 13px;text-transform:uppercase}.news-grid p{font-size:12px;color:var(--muted);line-height:1.7}
.contact-section{background:var(--navy2);color:#fff;padding:90px 0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.contact-grid h2{font-family:'Barlow Condensed';font-size:61px;line-height:.9;text-transform:uppercase;margin:0 0 22px}.contact-grid h2 span{color:var(--cyan)}.contact-grid>div>p{color:#a9bdcb;font-size:13px;line-height:1.8;max-width:480px}.socials{display:flex;gap:9px;margin-top:30px;flex-wrap:wrap}.socials a{border:1px solid rgba(255,255,255,.17);padding:10px 13px;border-radius:7px;font-size:11px;font-weight:700}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-card{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:20px;background:rgba(255,255,255,.035)}.contact-card span{display:block;color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1.5px;margin-bottom:10px}.contact-card strong{font-family:'Barlow Condensed';font-size:22px;line-height:1.02;display:block}.contact-card strong a{color:#fff}.contact-card small{color:#8fa6b6;font-size:10px;display:block;margin-top:5px}.contact-card p{font-size:10px;color:#a9bdcb;line-height:1.55}.footer{background:#04182f;color:#87a0b3;font-size:10px}.footer-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:9px;color:#fff}.footer-brand img{width:40px;height:40px;object-fit:contain}.footer-brand strong,.footer-brand small{display:block}.footer-brand strong{font-family:'Barlow Condensed';font-size:17px}.footer-brand small{font-size:7px;letter-spacing:1px;color:#7d9bb0;margin-top:2px}.footer a{color:var(--cyan);font-weight:800}
@media(max-width:900px){.main-nav{display:none;position:absolute;left:20px;right:20px;top:76px;background:#fff;padding:15px;box-shadow:var(--shadow);border-radius:10px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:10px}.menu-toggle{display:block}.hero-content{min-height:650px}.hero-card{width:250px;height:340px}.two-col,.method-wrap,.contact-grid{grid-template-columns:1fr;gap:45px}.program-grid{grid-template-columns:1fr 1fr}.branch-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 330px}.branch-card.large{grid-row:auto}.stats-grid{grid-template-columns:1fr 1fr}.cta-box{padding:45px 35px;display:block}.cta-actions{justify-content:flex-start;margin-top:25px}.news-grid{grid-template-columns:1fr 1fr}.contact-cards{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.nav-wrap{height:70px}.brand img{width:45px;height:45px}.brand strong{font-size:19px}.brand small{font-size:6.5px}.hero,.hero-content{min-height:700px}.hero-content{display:block}.hero-copy{padding:75px 0 30px}.hero h1{font-size:58px}.hero p{font-size:13px}.hero-card{display:none}.hero-trust{gap:10px;font-size:9px}.stats-grid strong{font-size:25px}.stats-grid div{padding:17px 12px}.section{padding:75px 0}.section-head{display:block}.section-head>p{margin-top:20px}.section h2,.contact-grid h2{font-size:49px}.image-frame{height:420px}.floating-note{right:10px;top:15px}.program-grid,.news-grid,.contact-cards{grid-template-columns:1fr}.program-card{min-height:220px}.program-card h3{margin-top:25px}.branch-grid{display:block}.branch-card{height:330px;margin-bottom:14px}.cta-box h2{font-size:42px}.footer-inner{padding:18px 0;flex-wrap:wrap}.footer-inner>div:nth-child(2){order:3;width:100%}}

/* Kulübümüz / Tarihçe */
.history { background: #f5f8fb; }
.history-intro { display:grid; grid-template-columns:180px 1fr; gap:34px; align-items:center; margin:42px 0 50px; }
.history-badge { background:#071a3a; color:#fff; border-radius:18px; padding:28px 20px; text-align:center; box-shadow:0 14px 30px rgba(7,26,58,.12); }
.history-badge strong { display:block; font:800 54px/1 'Barlow Condensed',sans-serif; color:#43b9ee; }
.history-badge span { text-transform:uppercase; letter-spacing:.14em; font-size:12px; }
.history-intro h3 { margin:0 0 10px; font-size:28px; }
.history-intro p { margin:0; max-width:820px; color:#596575; line-height:1.75; }
.timeline { position:relative; max-width:980px; margin:0 auto; padding:10px 0 10px 40px; }
.timeline:before { content:""; position:absolute; left:14px; top:0; bottom:0; width:2px; background:linear-gradient(#43b9ee,#0b2349); }
.timeline-item { position:relative; display:grid; grid-template-columns:120px 1fr; gap:28px; padding:0 0 38px; }
.timeline-item:before { content:""; position:absolute; left:-32px; top:6px; width:12px; height:12px; border:4px solid #43b9ee; background:#f5f8fb; border-radius:50%; box-sizing:content-box; }
.timeline-item > span { font:800 15px/1 'Barlow Condensed',sans-serif; letter-spacing:.08em; color:#0b2349; padding-top:4px; }
.timeline-item h3 { margin:0 0 7px; font-size:23px; }
.timeline-item p { margin:0; color:#667180; line-height:1.65; }
.timeline-item.highlight { background:#fff; border-radius:16px; padding:22px 24px 28px; margin-left:-24px; box-shadow:0 12px 30px rgba(7,26,58,.08); }
.timeline-item.highlight:before { left:-8px; top:28px; background:#43b9ee; }
.timeline-item.current h3 { color:#0a79ad; }
@media (max-width: 700px) {
  .history-intro { grid-template-columns:1fr; gap:18px; }
  .history-badge { max-width:150px; }
  .timeline { padding-left:28px; }
  .timeline-item { grid-template-columns:1fr; gap:7px; }
  .timeline-item:before { left:-20px; }
  .timeline-item.highlight { margin-left:-10px; padding:18px 18px 22px; }
  .timeline-item.highlight:before { left:-16px; }
}

/* Haberler + Kulüp tarihçesi yan yana */
.news-history{background:#f8fbfc}
.news-history-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:start}
.news-column,.history-column{min-width:0}
.history-column{background:#f5f8fb;border:1px solid var(--line);border-radius:18px;padding:30px 28px 20px;box-shadow:0 12px 30px rgba(7,26,58,.05)}
.history-column .section-head{margin-bottom:28px}
.history-column .section-head h2{font-size:48px}
.compact-timeline{max-width:none;margin:0;padding:5px 0 5px 34px}
.compact-timeline:before{left:11px}
.compact-timeline .timeline-item{grid-template-columns:92px 1fr;gap:18px;padding-bottom:26px}
.compact-timeline .timeline-item:before{left:-27px;width:9px;height:9px;border-width:3px}
.compact-timeline .timeline-item h3{font-size:20px}
.compact-timeline .timeline-item p{font-size:11px;line-height:1.55}
.compact-timeline .timeline-item.highlight{margin-left:-14px;padding:16px 16px 20px}
.compact-timeline .timeline-item.highlight:before{left:-7px;top:22px}
.compact-timeline .future-step{border-top:1px dashed #b8c9d5;padding-top:20px}
.compact-timeline .future-step h3{color:#087f9e}
@media(max-width:1000px){.news-history-grid{grid-template-columns:1fr}.history-column{margin-top:10px}}
@media(max-width:620px){.history-column{padding:24px 18px}.history-column .section-head h2{font-size:42px}.compact-timeline{padding-left:27px}.compact-timeline .timeline-item{grid-template-columns:1fr;gap:5px}.compact-timeline .timeline-item:before{left:-20px}.compact-timeline .timeline-item.highlight{margin-left:-8px}.compact-timeline .timeline-item.highlight:before{left:-13px}}
