@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600&display=swap');

:root{
  --bg:#020711;--panel:#061625;--text:#f8fbff;--muted:#aebdca;--cyan:#14e4df;
  --line:rgba(72,186,220,.22);--shadow:0 32px 90px rgba(0,0,0,.58)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
radial-gradient(circle at 52% 8%,rgba(0,139,215,.12),transparent 28%),
linear-gradient(180deg,#01060c 0%,#03101b 56%,#01060d 100%);
color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}img{display:block;max-width:100%}
.noise{position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.cursor-light{position:fixed;width:460px;height:460px;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(0,225,240,.1),transparent 68%);transform:translate(-50%,-50%)}
.site-header{position:sticky;top:0;z-index:50;height:88px;padding:0 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:rgba(1,7,14,.82);backdrop-filter:blur(20px);border-bottom:1px solid rgba(100,180,210,.08)}
.brand{display:flex;align-items:center;gap:12px;font-size:30px;font-weight:800}
.brand img{width:48px;height:48px;border-radius:13px;object-fit:cover}
nav{display:flex;justify-content:center;gap:35px}
nav a{font-size:14px;color:#dde7ed;transition:.2s}nav a:hover{color:var(--cyan)}
.header-actions{display:flex;align-items:center;gap:10px}
.icon-button,.menu-button{border:0;background:none;font-size:21px;cursor:pointer}
.menu-button{display:none}
.app-store-button{display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(0,218,239,.85);border-radius:13px;background:linear-gradient(180deg,rgba(0,208,228,.17),rgba(0,80,112,.18));box-shadow:inset 0 0 24px rgba(0,220,240,.07),0 0 28px rgba(0,220,240,.09);transition:.25s}
.app-store-button:hover{transform:translateY(-2px);box-shadow:0 0 34px rgba(0,224,242,.24),inset 0 0 24px rgba(0,220,240,.1)}
.app-store-button svg{width:26px;height:26px;fill:#fff}.app-store-button.compact{padding:12px 18px;font-weight:650}.app-store-button.large{padding:16px 26px}
.app-store-button.large svg{width:38px;height:38px}.app-store-button.large span{display:flex;flex-direction:column}.app-store-button small{font-size:12px;color:#bfccd5;margin-top:4px}

main{max-width:1580px;margin:auto;padding:0 24px;position:relative;z-index:1}
.hero{min-height:690px;display:grid;grid-template-columns:29% 43% 28%;align-items:center;padding:24px 0 16px}
.hero-copy{z-index:5}
.eyebrow{display:inline-flex;padding:10px 14px;border:1px solid rgba(20,228,223,.4);border-radius:999px;font-size:11px;color:#dbffff}
.hero h1{font-size:clamp(48px,4.6vw,74px);line-height:1.04;letter-spacing:-.05em;margin:22px 0 18px}
.hero h1 em,.city-panel h2 em,.how-content h2 em{font-style:normal;color:var(--cyan)}
.hero-copy>p{max-width:405px;color:#c4d1db;line-height:1.7;font-size:15px}
.hero-copy .app-store-button{margin-top:14px}
.rating{margin-top:20px;display:flex;align-items:center;gap:9px;color:#c0ccd6}.stars{color:#ffc049;letter-spacing:3px}

.map-scene{height:530px;position:relative;display:grid;place-items:center}
.map-halo{position:absolute;width:85%;height:75%;border-radius:50%;background:radial-gradient(circle,rgba(0,205,230,.12),transparent 70%);filter:blur(18px)}
.turkey-map{width:118%;filter:drop-shadow(0 0 22px rgba(0,190,230,.28))}
.map-fill{fill:rgba(0,115,155,.12)}
.map-outline{fill:none;stroke:url(#mapStroke);stroke-width:2.1;filter:url(#mapGlow)}
.network path{fill:none;stroke:rgba(35,231,228,.22);stroke-width:1}
.nodes circle{fill:#25eee4;filter:drop-shadow(0 0 5px #25eee4)}
.route{fill:none;stroke:#41fff4;stroke-width:3;stroke-dasharray:11 14;filter:drop-shadow(0 0 8px #16ddd9);animation:route 4s linear infinite}
.route-b{animation-delay:-2s;opacity:.7}@keyframes route{to{stroke-dashoffset:-110}}
.city{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);border:0;background:none;padding:0;cursor:pointer;z-index:4}
.city i{display:block;width:15px;height:15px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 8px rgba(20,228,223,.12),0 0 20px var(--cyan);animation:pulse 2.2s ease-in-out infinite}
@keyframes pulse{50%{transform:scale(1.22);box-shadow:0 0 0 12px rgba(20,228,223,.06),0 0 28px var(--cyan)}}
.city-card{position:absolute;left:50%;bottom:31px;transform:translateX(-50%);width:108px;padding:5px;background:#061522;border:1px solid rgba(18,220,232,.72);border-radius:10px;box-shadow:0 14px 35px rgba(0,0,0,.42);transition:.25s}
.city-photo{height:72px;border-radius:7px;background-size:cover;background-position:center}
.photo-istanbul{background-image:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.08)),url('https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=350&q=85')}
.photo-kapadokya{background-image:url('https://images.unsplash.com/photo-1641128324972-af3212f0f6bd?auto=format&fit=crop&w=350&q=85')}
.photo-fethiye{background-image:url('https://images.unsplash.com/photo-1602002418082-a4443e081dd1?auto=format&fit=crop&w=350&q=85')}
.photo-ayder{background-image:url('https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=350&q=85')}
.photo-gaziantep{background-image:url('https://images.unsplash.com/photo-1571997478779-2adcbbe9ab2f?auto=format&fit=crop&w=350&q=85')}
.city-card b,.city-card small{display:block;text-align:left}.city-card b{font-size:12px;margin-top:5px}.city-card small{font-size:9px;color:#bdcbd5}
.city:hover .city-card{transform:translateX(-50%) translateY(-8px) scale(1.08);box-shadow:0 0 28px rgba(0,220,235,.28)}

.phones{height:585px;position:relative;perspective:1200px}
.phone{position:absolute;width:252px;height:520px;transition:transform .16s ease-out}
.phone-left{left:-10px;top:15px;transform:rotate(5deg)}
.phone-right{right:-20px;top:43px;transform:rotate(-3deg) scale(.92)}
.device-frame{position:relative;width:100%;height:100%;border-radius:43px;padding:8px;background:linear-gradient(145deg,#57616d,#05070a 40%,#727980);box-shadow:var(--shadow);overflow:hidden}
.dynamic-island{position:absolute;z-index:5;top:14px;left:50%;transform:translateX(-50%);width:84px;height:23px;background:#020305;border-radius:16px}
.screen{height:100%;border-radius:36px;background:#06111c;overflow:hidden;position:relative}
.status{height:32px;padding:11px 16px 0;display:flex;justify-content:space-between;font-size:9px;color:#dbe7ef}
.screen-padding{padding:8px 13px 58px}
.discover-screen h3{font-size:18px;margin:2px 0 10px}
.search{height:32px;border-radius:10px;background:#102336;color:#9cb0c0;padding:9px 10px;font-size:10px}
.chips{display:flex;gap:5px;margin:9px 0;overflow:hidden}.chips span{font-size:7px;padding:5px 7px;border-radius:7px;background:#0a1826;color:#afc0cc;white-space:nowrap}.chips .active{background:#14dcd6;color:#022}
.hero-card{border-radius:12px;overflow:hidden;background:#0a1724}.hero-card-photo{height:150px;background:url('https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=700&q=85') center/cover}.hero-card-meta{display:flex;justify-content:space-between;padding:9px}.hero-card-meta b,.hero-card-meta small{display:block}.hero-card-meta small{font-size:8px;color:#879bad}.hero-card-meta span{font-size:10px;color:#ffc449}
.section-row{display:flex;justify-content:space-between;margin:12px 0 8px;font-size:10px}.section-row span{color:var(--cyan)}
.mini-cards{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mini-cards>div{background:#0a1724;border-radius:10px;overflow:hidden;padding-bottom:7px}.mini-photo{height:58px;background-size:cover}.mini-photo.kap{background-image:url('https://images.unsplash.com/photo-1641128324972-af3212f0f6bd?auto=format&fit=crop&w=400&q=85')}.mini-photo.kas{background-image:url('https://images.unsplash.com/photo-1602002418082-a4443e081dd1?auto=format&fit=crop&w=400&q=85')}.mini-cards b,.mini-cards small{display:block;padding:0 7px}.mini-cards b{font-size:8px;margin-top:5px}.mini-cards small{font-size:7px;color:#8ea2b2;margin-top:2px}
.tabbar{position:absolute;left:0;right:0;bottom:0;height:52px;background:#05101b;border-top:1px solid rgba(150,210,230,.09);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.tabbar span{display:flex;flex-direction:column;align-items:center;font-size:14px;color:#7f93a3}.tabbar small{font-size:7px;margin-top:2px}.tabbar .active{color:var(--cyan)}
.route-screen{padding-top:0}.route-header{display:flex;justify-content:space-between;align-items:center;padding:8px 14px 10px;font-size:11px}.route-header div{text-align:center}.route-header b,.route-header small{display:block}.route-header small{font-size:8px;color:#95a9b8;margin-top:2px}
.route-map{height:285px;margin:0 9px;border-radius:19px;overflow:hidden;background:#0a2539}.route-map svg{width:100%;height:100%}.terrain{fill:#0c2a3f}.route-line{fill:none;stroke:#15e7e0;stroke-width:6;stroke-dasharray:9 11;stroke-linecap:round}.route-map circle{fill:#18e7e0;filter:drop-shadow(0 0 6px #18e7e0)}
.budget-card{margin:10px;padding:12px;border-radius:18px;background:#071727}.budget-card small,.budget-card strong{display:block}.budget-card strong{font-size:22px;margin:4px 0 9px}.budget-grid{display:flex;align-items:center;gap:12px}.donut{width:63px;height:63px;border-radius:50%;background:conic-gradient(#1fe5de 0 34%,#00a6ff 34% 55%,#ffbf50 55% 75%,#8b64ff 75%);mask:radial-gradient(circle 20px,transparent 98%,#000 100%)}.budget-grid ul{list-style:none;margin:0;padding:0;font-size:8px;line-height:1.65;color:#c2d0db}.budget-grid li{display:flex;align-items:center;gap:4px}.budget-grid li span{width:5px;height:5px;border-radius:50%;background:#1fe5de}.budget-grid li b{margin-left:auto}
.phone-floor{position:absolute;width:500px;height:90px;left:-70px;bottom:12px;border-radius:50%;background:radial-gradient(ellipse,rgba(0,183,225,.33),rgba(0,0,0,.72) 62%,transparent 72%);filter:blur(7px)}

.panel{border:1px solid var(--line);background:linear-gradient(180deg,rgba(6,24,41,.82),rgba(3,15,27,.78));border-radius:16px;margin:16px 0;overflow:hidden}
.feature-panel{display:grid;grid-template-columns:repeat(5,1fr)}
.feature-panel article{text-align:center;padding:24px 18px;border-right:1px solid var(--line);transition:.25s}.feature-panel article:last-child{border-right:0}.feature-panel article:hover{background:rgba(20,228,223,.045);transform:translateY(-4px)}
.feature-icon{width:62px;height:62px;margin:0 auto 11px;border:1px solid rgba(20,228,223,.3);border-radius:50%;display:grid;place-items:center;color:var(--cyan);font-size:26px;box-shadow:inset 0 0 20px rgba(20,228,223,.035)}.feature-icon.compact{width:54px;height:54px;font-size:20px}
.feature-panel h3{font-size:16px;margin:8px 0}.feature-panel p{font-size:13px;line-height:1.5;color:#b9c8d3;margin:0}
.stats-panel{display:grid;grid-template-columns:48% 52%;padding:12px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.stat{text-align:center;padding:10px}.stat strong{display:block;font-size:34px}.stat span{font-size:13px;color:#c0ccd5}
.testimonial{display:grid;grid-template-columns:45% 55%;min-height:160px;background:#061625;border:1px solid rgba(65,173,210,.14);border-radius:12px;overflow:hidden}.testimonial-copy{padding:19px}.quote-mark{font-size:36px;color:#12aeca}.testimonial p{font-size:13px;line-height:1.55;margin:3px 0}.testimonial b,.testimonial small{display:block}.testimonial-photo{background:url('https://images.unsplash.com/photo-1641128324972-af3212f0f6bd?auto=format&fit=crop&w=1100&q=85') center/cover}
.city-panel{padding:12px 14px}.city-panel h2{font-family:"Playfair Display",Georgia,serif;font-size:26px;margin:0 0 10px}.city-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.city-tile{min-height:250px;border-radius:12px;background-size:cover;background-position:center;position:relative;padding:14px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;transition:.3s}.city-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 28%,rgba(1,8,15,.94) 84%)}.city-tile>*{position:relative;z-index:1}.city-tile>span{color:var(--cyan);font-size:29px}.city-tile h3{font-size:15px;margin:8px 0 4px}.city-tile p{font-size:12px;line-height:1.45;color:#c8d4dd;margin:0}.city-tile:hover{transform:translateY(-6px);box-shadow:0 18px 44px rgba(0,0,0,.35)}
.tile-places{background-image:url('https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=900&q=85')}.tile-food{background-image:url('https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=900&q=85')}.tile-activity{background-image:url('https://images.unsplash.com/photo-1551632811-561732d1e306?auto=format&fit=crop&w=900&q=85')}.tile-transport{background-image:url('https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=900&q=85')}.tile-local{background-image:url('https://images.unsplash.com/photo-1530789253388-582c481c54b0?auto=format&fit=crop&w=900&q=85')}
.how-panel{display:grid;grid-template-columns:30% 1fr;padding:14px}.mini-devices{position:relative;min-height:190px}.mini-device{position:absolute;width:105px;height:190px;bottom:-18px;border:4px solid #343d46;border-radius:22px;background:linear-gradient(#071927,#04111d);box-shadow:0 12px 28px rgba(0,0,0,.42)}.md-left{left:22px;transform:rotate(-6deg)}.md-center{left:94px;z-index:2}.md-right{left:166px;transform:rotate(6deg)}
.how-content h2{font-family:"Playfair Display",Georgia,serif;font-size:26px;margin:0}.how-content>p{font-size:13px;color:#bdc9d3;margin:5px 0 16px}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center}.steps article{display:flex;flex-direction:column;gap:6px}.steps article>span{width:48px;height:48px;border-radius:50%;border:1px solid rgba(20,228,223,.35);display:grid;place-items:center;color:var(--cyan);font-size:22px}.steps small{color:#b7c6d1}.steps i{width:70px;border-top:1px dashed var(--cyan)}
.cta-panel{display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:25px;padding:12px}.cta-logo{height:96px;border-radius:12px;display:flex;align-items:center;padding-left:42px;background:radial-gradient(circle at center,rgba(0,228,226,.14),transparent 70%)}.cta-logo img{width:74px;height:74px;border-radius:18px}.cta-copy h2{font-family:"Playfair Display",Georgia,serif;font-size:35px;margin:0}.cta-copy p{margin:6px 0;color:#c4d0d9}.cta-panel .app-store-button{margin-right:20px}
footer{max-width:1580px;margin:0 auto;padding:0 24px 22px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px;align-items:center;color:#c5d1da;font-size:13px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:39px;height:39px;border-radius:10px}.footer-brand b,.footer-brand small{display:block}.footer-brand b{font-size:18px}.footer-brand small{font-size:10px;color:#8fa3b2}.footer-bottom{grid-column:2/-1;display:flex;justify-content:space-between;color:#728898;font-size:11px}
.reveal{opacity:0;transform:translateY(18px)}
@media(max-width:1150px){
  nav{display:none}.menu-button{display:block}
  .hero{grid-template-columns:1fr 1fr}.map-scene{grid-column:1/-1;grid-row:2;height:430px}.phones{grid-column:2;grid-row:1}
  .feature-panel{grid-template-columns:repeat(2,1fr)}.feature-panel article:last-child{grid-column:1/-1}
  .stats-panel{grid-template-columns:1fr}.testimonial{margin-top:10px}
  .city-grid{grid-template-columns:repeat(3,1fr)}
  .how-panel{grid-template-columns:1fr}.mini-devices{display:none}
  .cta-panel{grid-template-columns:auto 1fr}.cta-panel .app-store-button{grid-column:2}
  footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{grid-column:1/-1}
}
@media(max-width:720px){
  .site-header{grid-template-columns:1fr auto;padding:0 14px}.brand{font-size:24px}.brand img{width:40px;height:40px}.icon-button,.app-store-button.compact{display:none}
  main{padding:0 14px}.hero{display:flex;flex-direction:column;align-items:stretch}.hero h1{font-size:47px}.hero-copy>p{max-width:none}
  .phones{order:2;height:485px}.map-scene{order:3;height:355px}
  .phone{width:210px;height:430px}.phone-left{left:7%}.phone-right{right:3%}
  .feature-panel{grid-template-columns:1fr}.feature-panel article{border-right:0;border-bottom:1px solid var(--line)}.feature-panel article:last-child{grid-column:auto}
  .stats-grid{grid-template-columns:1fr 1fr}.testimonial{grid-template-columns:1fr}.testimonial-photo{height:180px}
  .city-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.city-tile{min-width:78vw;scroll-snap-align:center}
  .steps{grid-template-columns:1fr 1fr}.steps i{display:none}
  .cta-panel{grid-template-columns:1fr;text-align:center}.cta-logo{margin:auto;width:160px;padding:0;justify-content:center}.cta-panel .app-store-button{grid-column:auto;margin:auto}
  footer{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{grid-column:auto;display:block;line-height:2}
}

/* Requested refinements: accurate Turkey map + real mini phone visuals */
.professional-network path{
  fill:none;
  stroke:rgba(31,224,225,.19);
  stroke-width:1.15;
}
.professional-network path:nth-child(-n+3){
  stroke:rgba(38,240,234,.28);
  stroke-width:1.4;
}
.professional-nodes circle{
  fill:#34fff1;
  filter:drop-shadow(0 0 5px #18e5df);
  animation:nodeTwinkle 3s ease-in-out infinite;
}
.professional-nodes circle:nth-child(3n){animation-delay:-1s}
.professional-nodes circle:nth-child(3n+1){animation-delay:-2s}
@keyframes nodeTwinkle{50%{opacity:.35;transform:scale(.75)}}
.map-fill{
  fill:rgba(0,125,164,.13);
}
.map-outline{
  stroke-width:2.6;
}
.map-scene:after{
  content:"";
  position:absolute;
  width:88%;
  height:57%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(0,214,235,.13),rgba(0,72,112,.04) 50%,transparent 72%);
  filter:blur(16px);
  z-index:-1;
}
.mini-device{
  overflow:hidden;
  background:#03070c;
  padding:4px;
}
.mini-device img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:17px;
}
.mini-notch{
  position:absolute;
  z-index:3;
  width:42px;
  height:10px;
  left:50%;
  top:7px;
  transform:translateX(-50%);
  border-radius:8px;
  background:#010204;
}

/* Sadece harita, İzmir kartı ve Apple logosu düzeltmeleri */
.premium-turkey-map{width:118%;transform-origin:center;transition:transform .25s ease-out;filter:drop-shadow(0 0 28px rgba(0,198,236,.30))}
.premium-map-shadow{fill:#08d8ff;opacity:.17;filter:url(#premiumSoftGlow)}
.premium-map-fill{fill:url(#premiumMapFill)}
.premium-mesh .mesh-soft{stroke:rgba(29,207,225,.24);stroke-width:.72}
.premium-mesh .mesh-strong{stroke:rgba(68,255,243,.58);stroke-width:1.18;filter:url(#premiumGlow)}
.premium-nodes circle{fill:#2efff1;filter:url(#premiumGlow);animation:premiumNodePulse 3s ease-in-out infinite;animation-delay:var(--delay)}
@keyframes premiumNodePulse{50%{opacity:.28;transform:scale(.78)}}
.travel-route{fill:none;stroke:#31fff2;stroke-width:2.2;stroke-dasharray:9 11;filter:url(#premiumGlow);animation:premiumRouteDash 4.2s linear infinite}
.route-2,.route-4{stroke:#ffc46f}
.route-particle{fill:#fff;filter:url(#premiumGlow)}
@keyframes premiumRouteDash{to{stroke-dashoffset:-80}}
.premium-map-outline-back{fill:none;stroke:#08c9f4;stroke-width:5.2;opacity:.16;filter:url(#premiumGlow)}
.premium-map-outline{fill:none;stroke:url(#premiumMapStroke);stroke-width:2;filter:url(#premiumGlow)}
.photo-izmir{background-image:url('assets/izmir-saat-kulesi.jpg');background-position:center 35%}
.city-izmir{z-index:7}
.apple-logo{display:block;flex:0 0 auto;fill:#fff}
.app-store-button.compact .apple-logo{width:25px;height:25px}
.app-store-button.large .apple-logo{width:38px;height:38px}
