/* =========================================================
   Turkish Route – Troute_WEB.pdf 1:1 implementation
   Design canvas: 1920px wide. All px values below are taken
   directly from the PDF artwork coordinates.
   ========================================================= */

/* Montserrat: HTML <head> icinde preconnect ile yukleniyor (INP/LCP) */

:root{
  --navy:#183156;
  --red:#cf132a;
  --band:#f9f9f9;
  --cardgrey:#f8f8f8;
  --ink:#000000;
  --muted:#404040;
  --placeholder:#767676;
  --font:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --shadow-card:0 0 0 1px rgba(0,0,0,.24), 0 6px 22px rgba(0,0,0,.30);
  --shadow-soft:0 0 0 1px rgba(0,0,0,.18), 0 6px 20px rgba(0,0,0,.24);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit}

/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */
.site-header{
  position:sticky;top:0;z-index:200;
  height:88px;background:#fff;
  box-shadow:0 2px 12px rgba(0,0,0,.07);
}
.nav-inner{position:relative;height:88px}
.nav{display:flex;align-items:center;position:absolute;top:0;height:88px}
.nav-left{right:calc(50% + 209px);gap:29px}
.nav-right{left:calc(50% + 171px);gap:20px}
.nav a{
  font-size:15px;font-weight:500;
  color:#1e1e1e;text-decoration:none;text-transform:uppercase;
  line-height:1;padding-bottom:4px;border-bottom:2px solid transparent;
  transition:color .2s,border-color .2s;
}
.nav a:hover{color:var(--red)}
.nav a.active{border-bottom-color:var(--red)}
.lang{position:relative;margin-left:35px}
.lang-btn{
  display:flex;align-items:center;gap:7px;padding:0;border:0;background:none;cursor:pointer;
  font-family:inherit;font-size:15px;font-weight:500;color:#1e1e1e;text-transform:uppercase;
}
.lang-btn svg{width:14px;height:9px;fill:var(--red);transition:transform .2s}
.lang.open .lang-btn svg{transform:rotate(180deg)}
.lang-menu{
  position:absolute;top:calc(100% + 14px);right:-14px;min-width:158px;z-index:30;
  margin:0;padding:6px 0;list-style:none;background:#fff;border-radius:10px;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s,transform .18s,visibility .18s;
}
.lang.open .lang-menu{opacity:1;visibility:visible;transform:none}
.lang-menu a{
  display:block;padding:10px 20px;font-size:15px;font-weight:500;
  color:#1e1e1e;text-decoration:none;white-space:nowrap;
  text-transform:none;border-bottom:0;letter-spacing:0;
}
.lang-menu a:hover{background:#f6f6f6;color:var(--red)}
.lang-menu a.active{color:var(--red);font-weight:700}

.logo-card{
  position:absolute;left:50%;transform:translateX(-50%);top:0;
  width:242px;height:123px;background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.10);
  display:flex;justify-content:center;align-items:flex-start;
  z-index:5;
}
.logo-card img{width:133px;height:71px;margin-top:24px;object-fit:contain}

.nav-toggle{display:none;position:absolute;left:24px;top:50%;transform:translateY(-50%);
  width:40px;height:32px;background:none;border:0;cursor:pointer;padding:0}
.nav-toggle span{display:block;height:3px;background:var(--navy);border-radius:2px;margin:6px 0}

/* ---------------------------------------------------------
   HOME – TOP BLOCK (hero + main service + steps share the
   sky / cloud background artwork)
   --------------------------------------------------------- */
.top-wrap{position:relative;overflow:hidden}
.top-wrap .bg-sky{
  position:absolute;left:50%;margin-left:-983px;top:-468px;
  width:1947px;height:1568px;
  background:url('../assets/img/hero-sky.jpg') no-repeat center/cover;
  z-index:0;
}
.top-wrap .bg-plane{
  position:absolute;left:50%;margin-left:-579px;top:494px;
  width:1158px;height:360px;z-index:1;max-width:none;
}
.top-wrap .bg-clouds{
  position:absolute;left:50%;margin-left:-960px;top:572px;
  width:1920px;height:1459px;z-index:2;pointer-events:none;max-width:none;
}
.top-wrap > section{position:relative;z-index:3}

/* HERO --------------------------------------------------- */
.hero{height:1100px}
.hero-panel{
  position:absolute;left:50%;margin-left:-653px;top:61px;
  width:1306px;min-height:466px;border-radius:30px;
  background:rgba(255,255,255,.34);
  -webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);
  border:1px solid rgba(255,255,255,.35);
  text-align:center;
}
.hero-panel h1{
  margin:0;padding-top:24px;text-transform:uppercase;
  font-size:45px;font-weight:700;
  color:var(--navy);line-height:54px;
}
.hero-flags{
  display:flex;justify-content:center;gap:54px;
  margin-top:20px;padding-left:3px;
}
.hero-flags .flag{width:94px;text-align:center;color:inherit;text-decoration:none;transition:transform .2s}
.hero-flags .flag:hover{transform:translateY(-4px)}
.hero-flags .flag img{width:94px;height:94px;border-radius:50%}
.hero-flags .flag span{
  display:block;margin-top:8px;
  font-size:20px;font-weight:500;color:var(--navy);
  text-transform:uppercase;line-height:24px;
}
.hero-panel h2{
  margin:0;padding-top:27px;text-transform:uppercase;
  font-size:55px;font-weight:800;color:var(--red);
  line-height:78px;
}
.hero-dots{
  position:absolute;left:50%;transform:translateX(-50%);top:940px;
  display:flex;gap:17px;z-index:4;
}
.hero-dots button{
  width:14px;height:14px;border-radius:50%;padding:0;cursor:pointer;
  background:transparent;border:1.5px solid var(--navy);
}
.hero-dots button.active{background:var(--navy)}

/* Slaytlar 2–4 (slider_ilave.pdf) – konumlar PDF'ten 1:1.
   Beyaz zemin gökyüzü/uçak katmanını örter, altta bulutlara erir. */
.hero-slide{
  position:absolute;left:0;right:0;top:0;bottom:0;
  opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s;
}
.hero-slide::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to bottom,#fff 0,#fff 82%,rgba(255,255,255,0) 100%);
}
.hero-slide.is-active{opacity:1;visibility:visible}
.hs-panel{
  position:absolute;left:50%;margin-left:-653px;top:61px;
  width:1306px;height:466px;box-sizing:border-box;padding-top:58px;
  border-radius:30px;background:#f1f1f1;
  box-shadow:0 8px 40px rgba(0,0,0,.14);
  text-align:center;
}
.hs-title{
  margin:0 auto;text-transform:uppercase;
  font-size:96px;line-height:110px;font-weight:700;color:var(--navy);
}
.hs-sub{
  margin:5px auto 0;max-width:1100px;text-transform:uppercase;
  font-size:52.8px;line-height:78px;font-weight:400;color:var(--red);
}
.hs-2 .hs-sub{max-width:1000px}
.hs-4 .hs-panel{padding-top:20px}
.hs-4 .hs-title{max-width:1100px;font-size:71px;line-height:90px}
.hs-4 .hs-sub{margin-top:1px;max-width:900px}
.hs-art{position:absolute;left:50%;max-width:none;height:auto;pointer-events:none}
.hs-2 .hs-art{margin-left:-265.5px;top:398px;width:558.5px}
.hs-3 .hs-art{margin-left:-238px;top:400.5px;width:489.5px}
.hs-4 .hs-art{margin-left:-954.5px;top:342px;width:1982px}

/* Dar ekranda panel ve görsel alt alta akar */
@media (max-width:1200px){
  .hero-slide{display:flex;flex-direction:column;align-items:center;padding-top:40px}
  .hero-slide::before{background:linear-gradient(to bottom,#fff 0,#fff 94%,rgba(255,255,255,0) 100%)}
  .hs-panel,.hs-4 .hs-panel{
    position:relative;left:auto;top:auto;margin:0;
    width:92%;height:auto;padding:30px 20px;
  }
  .hs-title,.hs-4 .hs-title{font-size:46px;line-height:56px}
  .hs-sub,.hs-4 .hs-sub{max-width:none;font-size:28px;line-height:40px;margin-top:6px}
  .hs-art,.hs-2 .hs-art,.hs-3 .hs-art,.hs-4 .hs-art{
    position:relative;left:auto;top:auto;margin:24px 0 0;
  }
  .hs-2 .hs-art,.hs-3 .hs-art{width:auto;height:440px}
  .hs-4 .hs-art{width:min(1300px,150vw);margin-top:0}
}
@media (max-width:640px){
  .hs-title,.hs-4 .hs-title{font-size:30px;line-height:38px}
  .hs-sub,.hs-4 .hs-sub{font-size:20px;line-height:28px}
  .hs-2 .hs-art,.hs-3 .hs-art{height:360px}
  .hs-4 .hs-art{width:160vw;margin-top:50px}
}
@media (prefers-reduced-motion:reduce){
  .hero-slide{transition:none}
}
.scroll-ind{
  position:absolute;left:50%;margin-left:785px;top:914px;
  width:26px;height:44px;border:2px solid var(--navy);border-radius:13px;z-index:4;
}
.scroll-ind::after{
  content:'';position:absolute;left:50%;transform:translateX(-50%);top:8px;
  width:4px;height:9px;border-radius:2px;background:var(--navy);
  animation:scrolldot 1.6s ease-in-out infinite;
}
@keyframes scrolldot{0%,100%{transform:translate(-50%,0);opacity:1}50%{transform:translate(-50%,14px);opacity:.3}}

/* MAIN SERVICE ------------------------------------------- */
.main-service{padding-top:81px}
.section-title{
  margin:0;text-align:center;font-size:50px;line-height:60px;color:var(--red);
}
.section-title .thin{font-weight:300}
.section-title .bold{font-weight:800}
.section-title.navy .thin{color:var(--navy)}
.section-title.upper{text-transform:uppercase}

.ms-card-wrap{position:relative;height:211px;margin-top:25px}
.ms-card{
  position:absolute;left:50%;margin-left:-354px;top:78px;
  width:743px;height:133px;border-radius:22px;background:var(--cardgrey);
  box-shadow:var(--shadow-soft);
  padding:22px 12px 0 79px;
}
.ms-card h3{
  margin:0 0 0 14px;text-transform:uppercase;font-size:32px;font-weight:700;color:var(--navy);line-height:39px;
}
.ms-card p{
  margin:11px 0 0;font-size:24px;font-weight:400;color:var(--navy);line-height:29px;
}
.ms-icon{
  position:absolute;left:50%;margin-left:-454px;top:0;
  width:179px;height:179px;border-radius:50%;
  background:#fff;border:3px solid var(--red);
  box-shadow:0 0 15px rgba(0,0,0,.30);
  display:flex;align-items:center;justify-content:center;z-index:2;
}
.ms-icon img{width:105px;height:119px}

/* 5 STEPS ------------------------------------------------ */
.steps{display:flex;justify-content:center;gap:40px;margin-top:237px;padding-bottom:0}
.step{width:275px;text-align:center}
.step .circle{
  width:154px;height:154px;border-radius:50%;margin:0 auto;
  background:#fff;border:3px solid var(--red);
  box-shadow:0 0 15px rgba(0,0,0,.30);
  display:flex;align-items:center;justify-content:center;
}
.step .circle img{max-width:none;max-height:none}
.step .num{font-size:36px;font-weight:700;line-height:44px;margin-top:18px}
.step p{margin:13px 0 0;font-size:20px;line-height:25px;font-weight:400}

/* ---------------------------------------------------------
   HOME – INFRASTRUCTURE
   --------------------------------------------------------- */
.infra{position:relative;height:519px;margin-top:213px}
.infra-card{
  position:absolute;left:50%;margin-left:-698px;top:66px;
  width:838px;height:434px;background:#fff;border-radius:22px;
  box-shadow:var(--shadow-card);
  padding:54px 0 0 49px;
}
.infra-card h2{
  margin:0;text-transform:uppercase;font-size:55px;font-weight:800;color:var(--navy);line-height:66px;letter-spacing:.6px;
}
.infra-card h3{
  margin:0;text-transform:uppercase;font-size:40px;font-weight:300;color:var(--navy);line-height:41px;letter-spacing:.8px;max-width:540px;
}
.infra-card p{
  margin:18px 0 0;max-width:578px;font-size:15px;line-height:24px;font-weight:400;color:#000;
}
.btn-red{
  display:inline-flex;align-items:center;justify-content:space-between;gap:18px;
  width:158px;height:44px;padding:0 14px;margin-top:44px;
  background:var(--red);border-radius:5px;color:#fff;text-decoration:none;
  font-size:16px;font-weight:600;transition:background .2s,transform .2s;
}
.btn-red:hover{background:#b01023;transform:translateY(-1px)}
.btn-red svg{width:26px;height:14px;fill:none;stroke:#fff;stroke-width:1.6}
.infra-photo{
  position:absolute;left:50%;margin-left:13px;top:0;
  width:671px;height:519px;border-radius:10px;object-fit:cover;
  box-shadow:var(--shadow-card);
}

/* ---------------------------------------------------------
   HOME – LOCATIONS
   --------------------------------------------------------- */
.locations{padding-top:167px;text-align:center}
.locations .lead{
  margin:14px auto 0;max-width:890px;
  font-size:15px;line-height:24px;color:#000;
}
.world-map{
  width:1658px;max-width:100%;height:auto;margin:29px auto 0;
}
.flag-row{
  position:relative;z-index:1;
  display:flex;justify-content:center;gap:90px;margin-top:-218px;padding-left:10px;
}
.flag-row .flag{width:128px;text-align:center;color:inherit;text-decoration:none;transition:transform .2s}
.flag-row .flag:hover{transform:translateY(-4px)}
.flag-row .flag img{width:128px;height:128px;border-radius:50%}
.flag-row .flag span{
  display:block;margin-top:32px;
  font-size:25px;font-weight:500;color:var(--navy);
  text-transform:uppercase;line-height:30px;
}

/* ---------------------------------------------------------
   HOME – MOBILE VISA
   --------------------------------------------------------- */
.mobile-visa{position:relative;margin-top:1px;padding-bottom:37px;overflow:hidden}
.mobile-visa .bg{
  position:absolute;left:50%;margin-left:-1217px;top:0;
  width:2434px;height:1627px;z-index:0;max-width:none;
}
.mobile-visa > *:not(.bg){position:relative;z-index:1}
.mobile-visa .mv-badge{
  position:absolute;left:50%;margin-left:-905px;top:62px;
  width:367px;height:286px;z-index:2;max-width:none;
}
.mv-title{
  margin:0;padding-top:156px;text-align:center;
  font-size:48px;line-height:58px;font-weight:800;color:#000;
}
.mv-title .red{color:var(--red)}
.mv-cards{display:flex;justify-content:center;gap:29px;margin-top:57px;padding-right:12px}
.mv-card{
  position:relative;width:204px;height:463px;background:#fff;border-radius:22px;
  box-shadow:var(--shadow-card);
  padding:48px 14px 0;text-align:center;
}
.mv-card .badge{
  position:absolute;left:17px;top:17px;
  width:35px;height:35px;border-radius:50%;background:var(--red);
  color:#fff;font-size:18px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
}
.mv-card .ico{width:103px;height:103px;margin:0 auto}
.mv-card h3{
  margin:6px 0 0;font-size:20px;font-weight:600;line-height:22px;color:#000;
}
.mv-card p{
  margin:28px 0 0;font-size:10px;line-height:17px;font-style:italic;color:#000;
}
.mv-card p.link{margin-top:20px;font-style:normal;font-weight:700;color:var(--red)}
.mv-card .rule{
  position:absolute;left:50%;transform:translateX(-50%);bottom:23px;
  width:56px;height:2px;background:var(--red);
}
.hashtag{
  width:224px;height:67px;margin:60px auto 0;
  background:#fff;border-radius:34px;box-shadow:var(--shadow-soft);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;font-weight:700;color:var(--red);
}

/* ---------------------------------------------------------
   SUB PAGE BAND
   --------------------------------------------------------- */
.page-band{
  margin-top:62px;height:105px;background:var(--band);
  display:flex;align-items:center;justify-content:center;
}
.page-band h1{
  margin:0;font-size:38px;font-weight:400;
  color:var(--navy);text-transform:uppercase;line-height:48px;
}

/* ---------------------------------------------------------
   ABOUT PAGE
   --------------------------------------------------------- */
.about{position:relative;height:745px}
.about-text{
  position:absolute;left:50%;margin-left:-704px;top:177px;width:656px;
}
.about-text .globe{
  position:absolute;left:-31px;top:8px;width:22px;height:21px;
}
.about-text p{margin:0 0 12px;font-size:20px;line-height:24px;color:#000}
.about-text p + p{margin-top:20px}
.about-red{
  position:absolute;left:50%;margin-left:200px;top:97px;
  width:560px;height:390px;background:var(--red);border-radius:32px;
}
.about-photo{
  position:absolute;left:50%;margin-left:45px;top:133px;
  width:685px;height:394px;border-radius:8px;object-fit:cover;
  box-shadow:var(--shadow-card);
}

/* ---------------------------------------------------------
   USEFUL INFORMATION PAGE
   --------------------------------------------------------- */
.useful{padding-top:54px;padding-bottom:195px}
.ui-row{
  display:flex;justify-content:center;gap:61px;margin-bottom:45px;
}
.ui-row:last-child{margin-bottom:0}
.ui-left,.ui-right{
  background:#fff;border-radius:20px;box-shadow:var(--shadow-card);
  min-height:115px;display:flex;align-items:center;
}
.ui-left{width:387px;gap:19px;padding:0 20px 0 33px}
.ui-left img{width:auto;max-height:56px;flex:0 0 auto}
.ui-left h3{margin:0;font-size:20px;font-weight:700;line-height:24px;color:#000}
.ui-right{width:1149px;padding:9px 47px 9px 22px;flex-direction:column;align-items:flex-start;justify-content:center}
.ui-right p{margin:0;font-size:20px;line-height:24px;color:#000}
.ui-right p + p{margin-top:24px}

/* ---------------------------------------------------------
   CONTACT PAGE
   --------------------------------------------------------- */
.contact{padding-top:105px}
.contact-card{
  position:relative;width:1624px;max-width:calc(100% - 60px);margin:0 auto;
  min-height:745px;background:#fff;border-radius:28px;box-shadow:var(--shadow-card);
  display:flex;gap:0;padding:44px 52px 40px 60px;
}
.contact-info{width:737px;flex:0 0 auto}
.contact-info .eyebrow{
  position:relative;display:inline-block;margin:0;font-size:24px;font-weight:700;color:var(--red);
  text-transform:uppercase;letter-spacing:2.4px;line-height:29px;padding-bottom:14px;
}
.contact-info .eyebrow::after{
  content:'';position:absolute;left:-5px;bottom:0;width:104px;height:3px;background:var(--red);
}
.contact-info h2{
  margin:0;font-size:72px;font-weight:800;line-height:88px;color:#000;
}
.contact-info .lead{
  margin:50px 0 0;font-size:24px;line-height:29px;color:var(--muted);max-width:542px;
}
.contact-list{position:relative;margin-top:31px;padding-left:0;list-style:none}
.contact-list::before{
  content:'';position:absolute;left:5px;top:14px;bottom:14px;width:1px;background:#e2e2e2;
}
.contact-list li{
  position:relative;display:flex;align-items:center;gap:16px;height:71px;padding-left:115px;
}
.contact-list li::before{
  content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:11px;height:11px;border-radius:50%;background:var(--red);
}
.contact-list li img{width:49px;height:49px;border-radius:50%;flex:0 0 auto;margin-left:-65px}
.contact-list li span{font-size:20px;line-height:24px;color:#000;max-width:524px}
.contact-list li b{font-weight:700}
.contact-list li a{text-decoration:none}
.contact-list li a:hover{text-decoration:underline}

.contact-form{flex:1;padding-top:1px}
.form-grid{display:flex;flex-wrap:wrap;gap:32px 25px}
.field{
  position:relative;width:369px;height:81px;
  border:1px solid #dcdcdc;border-radius:12px;background:#fff;
}
.field.full{width:763px;height:317px}
.field img{position:absolute;left:22px;top:26px;width:auto;max-height:33px}
.field.full img{top:22px}
.field input,.field textarea{
  width:100%;height:100%;border:0;background:none;outline:none;
  font-family:var(--font);font-size:20px;color:#000;
  padding:0 20px 0 78px;
}
.field.full textarea{padding:22px 20px 20px 78px;resize:none;line-height:26px}
.field input::placeholder,.field textarea::placeholder{color:var(--placeholder);opacity:1}
.field:focus-within{border-color:var(--red)}
.btn-submit{
  display:inline-flex;align-items:center;gap:12px;
  margin-top:48px;height:47px;padding:0 26px 0 20px;
  background:var(--red);border:0;border-radius:9px;cursor:pointer;
  font-family:var(--font);font-size:24px;font-weight:700;color:#fff;
  transition:background .2s,transform .2s;
}
.btn-submit:hover{background:#b01023;transform:translateY(-1px)}
.btn-submit img{width:33px;height:35px}
.form-note{margin:14px 0 0;font-size:15px;color:var(--muted)}

.contact-map{position:relative;margin-top:124px;height:625px;overflow:hidden}
.contact-map img{position:absolute;left:50%;margin-left:-964px;top:0;width:1928px;height:716px;max-width:none}

/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */
.site-footer{
  position:relative;background:var(--navy);color:#fff;height:671px;
}
.footer-inner{position:relative;width:1920px;max-width:100%;margin:0 auto;height:100%}
.footer-logo{position:absolute;left:119px;top:44px;width:226px;height:52px}
.footer-cols{position:absolute;left:0;top:134px;right:0;display:flex}
.fcol{padding-right:24px}
.fcol h4{
  margin:0 0 26px;font-size:20px;font-weight:700;line-height:24px;
  text-transform:uppercase;color:#fff;max-width:230px;
}
.fcol p{margin:0;font-size:15px;line-height:24px;color:#fff;max-width:185px}
.fcol p + p{margin-top:22px}
.fcol a{color:#fff;text-decoration:none}
.fcol a:hover{text-decoration:underline}
.fcol:nth-child(1){margin-left:213px;width:209px}
.fcol:nth-child(2){width:233px}
.fcol:nth-child(3){width:355px}
.fcol:nth-child(4){width:305px}
.fcol:nth-child(5){width:223px}
.fcol:nth-child(6){width:210px}
.footer-rule{
  position:absolute;left:270px;right:270px;top:491px;height:1px;background:#9e1a35;
}
.footer-bottom{
  position:absolute;left:0;right:0;top:517px;font-size:15px;line-height:24px;
}
.footer-bottom .copy{position:absolute;left:269px}
.footer-bottom .made{position:absolute;left:836px}
.footer-bottom .made a{color:#fff;text-decoration:underline}
.to-top{
  position:absolute;left:1843px;top:587px;
  width:37px;height:37px;padding:0;border:0;border-radius:4px;cursor:pointer;
  background:var(--red);display:flex;align-items:center;justify-content:center;
  transition:background .2s,transform .2s;
}
.to-top:hover{background:#b01023;transform:translateY(-2px)}
.to-top svg{width:17px;height:19px;stroke:#fff;stroke-width:2;fill:none}

/* ---------------------------------------------------------
   RESPONSIVE  (the PDF only defines the 1920px desktop
   layout – below that everything reflows fluidly)
   --------------------------------------------------------- */
@media (max-width:1919px){
  .footer-inner{width:100%}
  .footer-cols{left:5%;right:5%;top:134px;flex-wrap:wrap;gap:30px 0}
  .fcol:nth-child(1){margin-left:0}
  .fcol{width:auto !important;min-width:200px;flex:1 1 200px}
  .footer-rule{left:6%;right:6%}
  .footer-bottom .copy{left:6%}
  .footer-bottom .made{left:44%}
  .to-top{left:auto;right:24px}
  .contact-card{padding:44px 40px}
  .contact-info{width:46%}
  .contact-form{padding-left:24px}
  .field{width:calc(50% - 13px)}
  .field.full{width:100%}
  .infra-card{margin-left:0;left:5%}
  .infra-photo{margin-left:0;left:auto;right:5%}
  .about-text{left:5%;margin-left:0;width:42%}
  .about-red{left:auto;right:8%;margin-left:0}
  .about-photo{left:auto;right:11%;margin-left:0}
  .scroll-ind{margin-left:0;left:auto;right:40px}
}

@media (max-width:1500px){
  .hero-flags{gap:26px}
  .hero-panel h2{font-size:44px;line-height:64px}
  .steps{flex-wrap:wrap;gap:30px}
  .flag-row{gap:40px}
  .mv-cards{flex-wrap:wrap}
  .ui-row{gap:30px;padding:0 4%}
  .ui-left{width:32%}
  .ui-right{width:64%}
  .contact-card{max-width:calc(100% - 40px)}
}

@media (max-width:1200px){
  .site-header{height:70px}
  .nav-inner{height:70px}
  .nav{height:70px}
  .nav-left,.nav-right{position:static;justify-content:center}
  .nav-toggle{display:block;top:35px}
  .logo-card{width:180px;height:92px}
  .logo-card img{width:104px;height:56px;margin-top:16px}
  /* iki menü grubu tek açılır panelde alt alta akar (üst üste binmez) */
  .site-header .nav{
    position:static;height:auto;background:#fff;
    flex-direction:column;gap:0;padding:0;display:none;
  }
  .site-header.open .nav{display:flex}
  .site-header.open .nav-inner{
    height:auto;padding:100px 0 12px;background:#fff;
    box-shadow:0 12px 24px rgba(0,0,0,.10);
  }
  .nav a{padding:14px 0;width:100%;text-align:center;border-bottom:0}
  .lang{margin:10px 0 4px}

  .top-wrap .bg-sky{top:-300px}
  .hero{height:960px}
  .hero-panel{width:92%;margin-left:0;left:4%;height:auto;padding-bottom:30px;top:40px}
  .hero-panel h1{font-size:30px;line-height:38px}
  .hero-panel h2{font-size:34px;line-height:48px;padding:10px 20px 0}
  .hero-flags{flex-wrap:wrap;gap:18px}
  .hero-flags .flag{width:74px}
  .hero-flags .flag img{width:74px;height:74px}
  .hero-flags .flag span{font-size:14px;line-height:18px}
  .hero-dots{top:860px}
  .scroll-ind{display:none}

  .section-title{font-size:34px;line-height:44px}
  .ms-card-wrap{height:auto;padding:0 4%}
  .ms-icon{position:static;margin:0 auto 18px;width:130px;height:130px}
  .ms-icon img{width:76px;height:86px}
  .ms-card{position:static;width:100%;height:auto;margin:0;padding:24px;text-align:center}
  .ms-card h3{font-size:24px;line-height:30px}
  .ms-card p{font-size:17px;line-height:23px}
  .steps{margin-top:70px;padding:0 4% 90px}
  .step{width:250px}

  .infra{height:auto;margin-top:80px;display:flex;flex-direction:column-reverse;gap:0;padding:0 4%}
  .infra-card,.infra-photo{position:static;width:100%;height:auto;margin:0}
  .infra-photo{height:320px;margin-bottom:-40px}
  .infra-card{padding:60px 28px 32px}
  .infra-card h2{font-size:34px;line-height:42px}
  .infra-card h3{font-size:26px;line-height:30px}

  .locations{padding:80px 4% 0}
  .flag-row{flex-wrap:wrap;gap:24px}
  .flag-row .flag{width:96px}
  .flag-row .flag img{width:96px;height:96px}
  .flag-row .flag span{font-size:16px;line-height:20px;margin-top:14px}

  .mobile-visa{margin-top:60px}
  .mobile-visa .mv-badge{position:static;margin:0 auto;width:250px;height:auto;max-width:100%;padding-top:40px}
  .mv-title{padding-top:24px;font-size:32px;line-height:42px}
  .mv-cards{gap:24px;padding:0 4%}

  .page-band{margin-top:24px;height:84px}
  .page-band h1{font-size:26px}
  .about{height:auto;display:flex;flex-direction:column;gap:40px;padding:50px 5% 70px}
  .about-text,.about-red,.about-photo{position:static;width:100%;margin:0}
  .about-text{padding-left:30px}
  .about-text .globe{left:0}
  .about-red{display:none}
  .about-photo{height:auto}

  .useful{padding:40px 0 90px}
  .ui-row{flex-direction:column;gap:14px;margin-bottom:26px}
  .ui-left,.ui-right{width:100%}
  .ui-right{padding:16px 20px}
  .fcol p{max-width:none}
  .ui-left h3{font-size:18px}
  .ui-right p{font-size:16px;line-height:22px}

  .contact{padding-top:50px}
  .contact-card{flex-direction:column;padding:32px 24px;min-height:0;max-width:calc(100% - 32px)}
  .contact-info{width:100%}
  .contact-info h2{font-size:40px;line-height:50px}
  .contact-info .lead{font-size:18px;line-height:24px}
  .contact-list li{padding-left:76px;height:auto;padding-top:12px;padding-bottom:12px}
  .contact-list li img{margin-left:-60px;width:42px;height:42px}
  .contact-list li span{font-size:16px;line-height:21px}
  .contact-list::before{left:44px}
  .contact-list li::before{left:39px}
  .contact-form{padding:30px 0 0;width:100%}
  .field{width:100%;height:66px}
  .field.full{height:220px}
  .field input,.field textarea{font-size:16px;padding-left:64px}
  .field img{left:18px;top:20px;max-height:26px}
  .btn-submit{font-size:18px;margin-top:26px}
  .contact-map{margin-top:60px;height:360px}
  .contact-map img{position:static;margin:0;width:100%;height:100%;object-fit:cover}

  .site-footer{height:auto;padding-bottom:40px}
  .footer-inner{height:auto;padding-bottom:20px}
  .footer-logo{position:static;margin:40px auto 30px;width:190px;height:auto}
  .footer-cols{position:static;padding:0 5%}
  .footer-rule{position:static;margin:36px 5% 20px;left:auto;right:auto}
  .footer-bottom{position:static;padding:0 5% 20px;display:flex;flex-wrap:wrap;gap:8px 40px}
  .footer-bottom .copy,.footer-bottom .made{position:static}
  .to-top{position:fixed;right:20px;bottom:20px;top:auto;left:auto}
}

@media (max-width:640px){
  .section-title{font-size:26px;line-height:34px}
  .hero-panel h1{font-size:22px;line-height:28px}
  .hero-panel h2{font-size:24px;line-height:34px}
  .hero{height:920px}
  .hero-dots{top:830px}
  .mv-cards{flex-direction:column;align-items:center}
  .mv-card{width:280px}
  .contact-info h2{font-size:30px;line-height:38px}
  .step{width:100%;max-width:300px}
}


/* ---------------------------------------------------------
   RTL (Arabic) – mirrors every direction-dependent rule
   --------------------------------------------------------- */
[dir="rtl"]{--font-ar:'Cairo','Montserrat',-apple-system,'Segoe UI',sans-serif}
[dir="rtl"] body,
[dir="rtl"] .lang-btn,
[dir="rtl"] .field input,
[dir="rtl"] .field textarea,
[dir="rtl"] .btn-submit{font-family:var(--font-ar)}

[dir="rtl"] .nav-left{right:auto;left:calc(50% + 209px)}
[dir="rtl"] .nav-right{left:auto;right:calc(50% + 171px)}
[dir="rtl"] .lang{margin-left:0;margin-right:35px}
[dir="rtl"] .lang-menu{right:auto;left:-14px}
[dir="rtl"] .nav-toggle{left:auto;right:24px}

[dir="rtl"] .scroll-ind{left:auto;margin-left:0;right:50%;margin-right:785px}
[dir="rtl"] .hero-flags{padding-left:0;padding-right:3px}
[dir="rtl"] .flag-row{padding-left:0;padding-right:10px}

[dir="rtl"] .ms-icon{left:auto;margin-left:0;right:50%;margin-right:-454px}
[dir="rtl"] .ms-card{left:auto;margin-left:0;right:50%;margin-right:-354px;padding:22px 79px 0 12px}
[dir="rtl"] .ms-card h3{margin:0 14px 0 0}

[dir="rtl"] .infra-card{left:auto;margin-left:0;right:50%;margin-right:-698px;padding:54px 49px 0 0}
[dir="rtl"] .infra-photo{left:auto;margin-left:0;right:50%;margin-right:13px}
[dir="rtl"] .btn-red svg{transform:scaleX(-1)}

[dir="rtl"] .mobile-visa .mv-badge{left:auto;margin-left:0;right:50%;margin-right:-905px}
[dir="rtl"] .mv-cards{padding-right:0;padding-left:12px}
[dir="rtl"] .mv-card .badge{left:auto;right:17px}

[dir="rtl"] .about-text{left:auto;margin-left:0;right:50%;margin-right:-704px}
[dir="rtl"] .about-text .globe{left:auto;right:-31px}
[dir="rtl"] .about-red{left:auto;margin-left:0;right:50%;margin-right:200px}
[dir="rtl"] .about-photo{left:auto;margin-left:0;right:50%;margin-right:45px}

[dir="rtl"] .ui-left{padding:0 33px 0 20px}
[dir="rtl"] .ui-right{padding:9px 22px 9px 47px}

[dir="rtl"] .contact-card{padding:44px 60px 40px 52px}
[dir="rtl"] .contact-info .eyebrow::after{left:auto;right:-5px}
[dir="rtl"] .contact-list::before{left:auto;right:5px}
[dir="rtl"] .contact-list li{padding-left:0;padding-right:115px}
[dir="rtl"] .contact-list li::before{left:auto;right:0}
[dir="rtl"] .contact-list li img{margin-left:0;margin-right:-65px}
[dir="rtl"] .field img{left:auto;right:22px}
[dir="rtl"] .field input,[dir="rtl"] .field textarea{padding:0 78px 0 20px}
[dir="rtl"] .field.full textarea{padding:22px 78px 20px 20px}
[dir="rtl"] .btn-submit{padding:0 20px 0 26px}
[dir="rtl"] .btn-submit img{transform:scaleX(-1)}

[dir="rtl"] .footer-logo{left:auto;right:119px}
[dir="rtl"] .fcol{padding-right:0;padding-left:24px}
[dir="rtl"] .fcol:nth-child(1){margin-left:0;margin-right:213px}
[dir="rtl"] .footer-bottom .copy{left:auto;right:269px}
[dir="rtl"] .footer-bottom .made{left:auto;right:836px}
[dir="rtl"] .to-top{left:auto;right:1843px}

@media (max-width:1919px){
  [dir="rtl"] .infra-card{left:auto;right:5%;margin-right:0}
  [dir="rtl"] .infra-photo{right:auto;left:5%;margin-right:0}
  [dir="rtl"] .about-text{right:5%;left:auto;margin-right:0}
  [dir="rtl"] .about-red{right:auto;left:8%;margin-right:0}
  [dir="rtl"] .about-photo{right:auto;left:11%;margin-right:0}
  [dir="rtl"] .scroll-ind{right:auto;left:40px;margin-right:0}
  [dir="rtl"] .fcol:nth-child(1){margin-right:0}
  [dir="rtl"] .footer-bottom .copy{right:6%}
  [dir="rtl"] .footer-bottom .made{right:44%}
  [dir="rtl"] .to-top{right:auto;left:24px}
}
@media (max-width:1200px){
  [dir="rtl"] .ms-card,[dir="rtl"] .infra-card{padding-left:28px;padding-right:28px;margin-right:0;right:auto}
  [dir="rtl"] .about-text{padding-left:0;padding-right:30px;right:auto}
  [dir="rtl"] .about-text .globe{right:0}
  [dir="rtl"] .contact-card{padding:32px 24px}
  [dir="rtl"] .contact-list li{padding-right:76px;padding-left:0}
  [dir="rtl"] .contact-list li img{margin-right:-60px;margin-left:0}
  [dir="rtl"] .contact-list::before{right:44px}
  [dir="rtl"] .contact-list li::before{right:39px}
  [dir="rtl"] .field input,[dir="rtl"] .field textarea{padding-right:64px;padding-left:18px}
  [dir="rtl"] .field img{right:18px}
  [dir="rtl"] .ui-right{padding:16px 20px}
  [dir="rtl"] .to-top{right:auto;left:20px}
}

/* ---------------------------------------------------------
   PERFORMANS (Core Web Vitals – INP / LCP)
   --------------------------------------------------------- */

@media (max-width:1200px){
  /* telefonlarda en pahalı efekt: arka plan bulanıklığı -> düz yarı saydam zemin */
  .hero-panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:rgba(255,255,255,.62)}
  .scroll-ind::after{animation:none}
}
@media (prefers-reduced-motion:reduce){
  .scroll-ind::after{animation:none}
  *{scroll-behavior:auto !important}
}

@media (max-width:1200px){
  /* mobil menüde dil seçenekleri düğmenin tam altında ortalanır */
  .lang-menu,[dir="rtl"] .lang-menu{left:50%;right:auto;transform:translate(-50%,-6px)}
  .lang.open .lang-menu{transform:translate(-50%,0)}
  .lang-menu a{text-align:center}
}
