
#syt-home,#syt-home *{box-sizing:border-box}
#syt-home{--orange:#f36b21;--orange2:#ff8f4e;--navy:#101b2e;--navy2:#17263e;--soft:#f7f8fa;--line:#e7ebf0;--text:#5d6776;--muted:#94a0af;--white:#fff;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:#fff;overflow:hidden}
#syt-home a{text-decoration:none}
.syth-container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.syth-btn{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:0 22px;border-radius:14px;font-size:13px;font-weight:900;transition:.25s ease}.syth-btn:hover{transform:translateY(-2px)}
.syth-btn-orange{background:var(--orange);color:#fff!important;box-shadow:0 12px 26px rgba(243,107,33,.23)}
.syth-btn-dark{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff!important}
.syth-btn-navy{background:var(--navy);color:#fff!important}
.syth-btn-white{background:#fff;color:var(--navy)!important}
.syth-section{padding:72px 0}.syth-soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.syth-head{display:grid;grid-template-columns:1fr .78fr;gap:55px;align-items:end;margin-bottom:28px}.syth-eyebrow{display:block;margin-bottom:10px;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:1.6px}
.syth-head h2,.syth-faq-head h2,.syth-about-copy h2,.syth-seo-copy h2,.syth-split-copy h2{margin:0;font-size:clamp(31px,4vw,44px);line-height:1.08;letter-spacing:-1px}.syth-head p,.syth-faq-head p{margin:0;color:var(--text);font-size:14px;line-height:1.8}

/* HERO 1920x700 style */
.syth-hero{padding:28px 0 18px;background:radial-gradient(circle at 8% 2%,rgba(243,107,33,.07),transparent 24%),#fff}
.syth-slider{position:relative;overflow:hidden;border-radius:30px;background:linear-gradient(135deg,#0f1a2d,#17253d);box-shadow:0 26px 70px rgba(18,28,47,.14)}
.syth-slides{position:relative;height:700px}
.syth-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}
.syth-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.syth-slide-inner{height:700px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:46px;padding:60px 62px;background:radial-gradient(circle at 92% 7%,rgba(243,107,33,.14),transparent 26%),linear-gradient(135deg,#0f1a2d,#17253d)}
.syth-slide-copy{position:relative;z-index:2}.syth-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;color:#ffb385;font-size:11px;font-weight:900;letter-spacing:1.55px}.syth-kicker i{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(243,107,33,.12)}
.syth-slide h1{margin:0;color:#fff;font-size:clamp(46px,5.2vw,74px);line-height:1.02;letter-spacing:-2px}.syth-slide h1 span{display:block;color:var(--orange2)}
.syth-slide-copy>p{max-width:600px;margin:22px 0 0;color:#d1d8e3;font-size:17px;line-height:1.84}
.syth-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.syth-bullets{display:grid;gap:10px;margin-top:28px}.syth-bullets div{display:flex;align-items:center;gap:10px;color:#c8d0dc;font-size:12px}.syth-bullets b{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.08);color:#ff9e66;font-size:9px}
.syth-slide-visual{position:relative;height:100%;display:flex;align-items:center;justify-content:center}
.syth-showcase{position:relative;width:100%;max-width:570px;height:540px}
.syth-main-photo{position:absolute;left:0;top:0;width:100%;height:380px;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.13);box-shadow:0 28px 60px rgba(0,0,0,.26)}
.syth-main-photo img,.syth-small-photo img{width:100%;height:100%;display:block;object-fit:cover}
.syth-main-photo:after,.syth-small-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(12,18,29,.42),transparent 58%)}
.syth-main-badge{position:absolute;left:20px;bottom:20px;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 14px 30px rgba(0,0,0,.13)}
.syth-main-badge small{display:block;margin-bottom:5px;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:1.35px}.syth-main-badge strong{display:block;color:var(--navy);font-size:14px;line-height:1.4}
.syth-small-photo{position:absolute;right:-10px;top:120px;width:250px;height:170px;border-radius:20px;overflow:hidden;border:6px solid #18263d;box-shadow:0 22px 44px rgba(0,0,0,.22)}
.syth-info-card{position:absolute;left:38px;right:32px;bottom:0;padding:24px;border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 22px 48px rgba(0,0,0,.18)}
.syth-info-card small{display:block;margin-bottom:6px;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:1.35px}.syth-info-card strong{display:block;color:var(--navy);font-size:22px;line-height:1.3}.syth-info-card p{margin:10px 0 0;color:var(--text);font-size:13px;line-height:1.72;max-width:420px}
.syth-float-box{position:absolute;right:16px;bottom:24px;display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:14px;background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.16)}
.syth-float-box b{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#fff2ea;color:var(--orange)}.syth-float-box strong{display:block;font-size:13px;line-height:1.3}.syth-float-box span{display:block;margin-top:3px;color:var(--muted);font-size:10px}
.syth-slider-nav{position:absolute;left:62px;right:62px;bottom:26px;display:flex;align-items:center;justify-content:space-between;z-index:10}
.syth-dots{display:flex;gap:8px}.syth-dot{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.28);cursor:pointer;transition:.2s}.syth-dot.is-active{width:30px;background:var(--orange)}
.syth-arrows{display:flex;gap:8px}.syth-arrow{width:46px;height:46px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(17,27,45,.8);color:#fff;font-size:20px;cursor:pointer}

.syth-hero-cards{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.syth-hero-card{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.syth-hero-card small{display:block;margin-bottom:6px;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:1.3px}.syth-hero-card strong{display:block;font-size:14px;line-height:1.4}.syth-hero-card span{display:block;margin-top:5px;color:var(--text);font-size:12px;line-height:1.5}

/* trust */
.syth-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:19px;background:#fff}.syth-trust-item{display:flex;align-items:center;gap:12px;padding:20px;border-right:1px solid var(--line)}.syth-trust-item:last-child{border-right:0}.syth-trust-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;background:#fff1e9;color:var(--orange);font-size:17px;font-weight:900}.syth-trust-item strong{display:block;font-size:13px;line-height:1.4}.syth-trust-item span{display:block;margin-top:3px;color:#7d8795;font-size:11px;line-height:1.4}

/* grids */
.syth-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.syth-service{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:#fff;transition:.25s ease}.syth-service:hover{transform:translateY(-4px);border-color:#ffd3bb;box-shadow:0 18px 38px rgba(18,28,47,.07)}.syth-service-image{height:150px;overflow:hidden}.syth-service-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s}.syth-service:hover img{transform:scale(1.04)}.syth-service-body{padding:21px}.syth-service-no{display:block;margin-bottom:8px;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:1.35px}.syth-service h3{margin:0;font-size:17px;line-height:1.28}.syth-service p{margin:8px 0 0;color:var(--text);font-size:12px;line-height:1.7}.syth-service a{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:15px;border-top:1px solid var(--line);color:var(--navy);font-size:11px;font-weight:900}.syth-service a b{color:var(--orange);font-size:17px}
.syth-split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.syth-split-photo{position:relative;min-height:500px;overflow:hidden;border-radius:26px}.syth-split-photo img{width:100%;height:100%;min-height:500px;display:block;object-fit:cover}.syth-split-badge{position:absolute;left:20px;right:20px;bottom:20px;padding:17px 18px;border-radius:15px;background:rgba(255,255,255,.95);box-shadow:0 14px 30px rgba(0,0,0,.14)}.syth-split-badge small{display:block;margin-bottom:4px;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:1.35px}.syth-split-badge strong{display:block;font-size:14px}.syth-split-copy>p{margin:15px 0 0;color:var(--text);font-size:14px;line-height:1.86}.syth-list{display:grid;gap:9px;margin:23px 0}.syth-list div{display:flex;align-items:flex-start;gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.syth-list b{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:10px;background:var(--navy);color:#fff;font-size:9px}.syth-list strong{display:block;font-size:13px;margin-bottom:2px}.syth-list span{color:var(--text);font-size:12px;line-height:1.5}
.syth-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.syth-gallery-card{position:relative;overflow:hidden;height:245px;border-radius:20px;background:#ddd}.syth-gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.syth-gallery-card:hover img{transform:scale(1.04)}.syth-gallery-card:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(17,27,45,.48),transparent 55%)}.syth-gallery-card span{position:absolute;z-index:2;left:15px;bottom:15px;padding:9px 11px;border-radius:10px;background:rgba(255,255,255,.94);color:var(--navy);font-size:10px;font-weight:900}
.syth-gallery-more{display:flex;justify-content:center;margin-top:22px}
.syth-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.syth-step{padding:23px;border:1px solid var(--line);border-radius:19px;background:#fff}.syth-step b{width:39px;height:39px;display:grid;place-items:center;margin-bottom:35px;border-radius:11px;background:var(--navy);color:#fff;font-size:10px}.syth-step h3{margin:0;font-size:16px}.syth-step p{margin:8px 0 0;color:var(--text);font-size:12px;line-height:1.65}
.syth-about{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;padding:45px;border:1px solid var(--line);border-radius:27px;background:#fff}.syth-about-photo{min-height:390px;overflow:hidden;border-radius:20px}.syth-about-photo img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}.syth-about-copy p{margin:15px 0 0;color:var(--text);font-size:14px;line-height:1.85}.syth-about-contact{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}.syth-about-contact a,.syth-about-contact div{min-height:68px;padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:var(--soft);color:var(--navy)}.syth-about-contact small{display:block;margin-bottom:4px;color:var(--muted);font-size:8px;font-weight:900;letter-spacing:1px}.syth-about-contact strong{display:block;font-size:12px;line-height:1.45}
.syth-seo{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px}.syth-seo-side{align-self:start;padding:26px;border-radius:20px;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.syth-seo-side span{display:block;margin-bottom:8px;color:#ffae7f;font-size:9px;font-weight:900;letter-spacing:1.4px}.syth-seo-side strong{display:block;font-size:23px;line-height:1.25}.syth-seo-side p{margin:10px 0 0;color:#c9d1dd;font-size:12px;line-height:1.7}.syth-seo-copy p{margin:0 0 15px;color:var(--text);font-size:14px;line-height:1.9}.syth-seo-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.syth-seo-tags span{padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:#fff;color:#566171;font-size:11px;font-weight:700}
.syth-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:45px}.syth-faq-list{display:grid;gap:9px}.syth-faq-item{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.syth-faq-q{width:100%;min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 18px;border:0;background:#fff;color:var(--navy);text-align:left;font:inherit;cursor:pointer}.syth-faq-q span{font-size:14px;font-weight:900;line-height:1.4}.syth-faq-q b{width:33px;height:33px;flex:0 0 33px;display:grid;place-items:center;border-radius:10px;background:var(--soft);font-size:18px;font-weight:400}.syth-faq-a{display:none;padding:0 55px 17px 18px}.syth-faq-item.is-open .syth-faq-a{display:block}.syth-faq-item.is-open .syth-faq-q b{background:#fff1e9;color:var(--orange)}.syth-faq-a p{margin:0;color:var(--text);font-size:13px;line-height:1.75}
.syth-cta{padding:18px 0 54px}.syth-cta-box{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:38px;border-radius:26px;background:radial-gradient(circle at 90% 10%,rgba(243,107,33,.18),transparent 28%),linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.syth-cta-box>div:first-child>span{display:block;margin-bottom:8px;color:#ffad7b;font-size:9px;font-weight:900;letter-spacing:1.5px}.syth-cta-box h2{margin:0;max-width:700px;font-size:30px;line-height:1.2}.syth-cta-box p{margin:8px 0 0;color:#cad3de;font-size:13px;line-height:1.7}.syth-cta-actions{display:flex;flex-wrap:wrap;gap:9px;flex:0 0 auto}

@media(max-width:1200px){.syth-slides,.syth-slide-inner{height:650px}.syth-slide-inner{padding:54px 46px}.syth-showcase{max-width:520px;height:500px}}
@media(max-width:1024px){.syth-slides,.syth-slide-inner{height:auto;min-height:900px}.syth-slide-inner{grid-template-columns:1fr;padding:42px 34px 120px}.syth-showcase{max-width:100%;height:460px}.syth-main-photo{height:300px}.syth-small-photo{top:96px;width:220px;height:145px}.syth-slider-nav{left:34px;right:34px}.syth-hero-cards,.syth-trust-grid,.syth-services-grid,.syth-process-grid{grid-template-columns:repeat(2,1fr)}.syth-trust-item:nth-child(2){border-right:0}.syth-trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.syth-head,.syth-split,.syth-about,.syth-seo,.syth-faq{grid-template-columns:1fr}.syth-gallery-grid{grid-template-columns:repeat(2,1fr)}.syth-cta-box{flex-direction:column;align-items:flex-start}}
@media(max-width:767px){.syth-container{width:min(100% - 22px,1180px)}.syth-hero{padding:18px 0 12px}.syth-slider{border-radius:22px}.syth-slides,.syth-slide-inner{min-height:920px}.syth-slide-inner{padding:28px 18px 108px;gap:28px}.syth-slide h1{font-size:40px;letter-spacing:-1.25px}.syth-slide-copy>p{font-size:14px}.syth-actions{display:grid;grid-template-columns:1fr}.syth-btn{width:100%}.syth-showcase{height:350px}.syth-main-photo{height:205px;border-radius:18px}.syth-main-badge{left:12px;bottom:12px;padding:11px 12px}.syth-small-photo{top:62px;right:-2px;width:165px;height:105px;border-width:4px;border-radius:15px}.syth-info-card{left:14px;right:14px;bottom:0;padding:16px;border-radius:16px}.syth-info-card strong{font-size:18px}.syth-info-card p{font-size:12px;max-width:none}.syth-float-box{display:none}.syth-slider-nav{left:18px;right:18px;bottom:18px}.syth-hero-cards,.syth-trust-grid,.syth-services-grid,.syth-gallery-grid,.syth-process-grid{grid-template-columns:1fr}.syth-trust-item{border-right:0!important;border-bottom:1px solid var(--line)}.syth-trust-item:last-child{border-bottom:0}.syth-section{padding:48px 0}.syth-head{grid-template-columns:1fr;gap:13px;margin-bottom:22px}.syth-head h2,.syth-faq-head h2,.syth-about-copy h2,.syth-seo-copy h2,.syth-split-copy h2{font-size:31px}.syth-service-image{height:205px}.syth-split-photo,.syth-split-photo img{min-height:330px}.syth-about{padding:20px;border-radius:20px;gap:25px}.syth-about-photo,.syth-about-photo img{min-height:300px}.syth-about-contact{grid-template-columns:1fr}.syth-cta{padding:10px 0 38px}.syth-cta-box{padding:28px 20px;border-radius:20px}.syth-cta-box h2{font-size:26px}.syth-cta-actions{width:100%;display:grid;grid-template-columns:1fr}}


/* =========================================================
   V1.3 CLEAN HERO OVERRIDES
   Tam geniş 1920x700 hissi, daha küçük başlık, çakışmasız görseller
   ========================================================= */
@media (min-width:1025px){
  #syt-home .syth-hero{
    width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    padding:0 !important;
    background:#101b2e !important;
  }
  #syt-home .syth-hero>.syth-container{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
  #syt-home .syth-slider{
    width:100% !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }
  #syt-home .syth-slides,
  #syt-home .syth-slide-inner{
    height:700px !important;
    min-height:700px !important;
  }
  #syt-home .syth-slide-inner{
    grid-template-columns:minmax(0,1fr) minmax(470px,.88fr) !important;
    gap:64px !important;
    padding-top:64px !important;
    padding-bottom:82px !important;
    padding-left:max(42px,calc((100vw - 1320px)/2)) !important;
    padding-right:max(42px,calc((100vw - 1320px)/2)) !important;
  }
  #syt-home .syth-slide-copy{
    max-width:650px !important;
  }
  #syt-home .syth-slide h1{
    max-width:650px !important;
    font-size:clamp(46px,3.3vw,58px) !important;
    line-height:1.04 !important;
    letter-spacing:-1.3px !important;
  }
  #syt-home .syth-slide-copy>p{
    max-width:610px !important;
    font-size:16px !important;
    line-height:1.75 !important;
  }
  #syt-home .syth-bullets{
    margin-top:24px !important;
    gap:8px !important;
  }
  #syt-home .syth-slide-visual{
    min-width:0 !important;
    height:520px !important;
  }
  #syt-home .syth-showcase{
    width:100% !important;
    max-width:570px !important;
    height:500px !important;
    margin-left:auto !important;
  }
  #syt-home .syth-main-photo{
    left:0 !important;
    top:0 !important;
    width:100% !important;
    height:365px !important;
    border-radius:24px !important;
  }
  #syt-home .syth-small-photo{
    right:-12px !important;
    top:96px !important;
    width:220px !important;
    height:150px !important;
    border-width:5px !important;
  }
  #syt-home .syth-info-card{
    left:28px !important;
    right:28px !important;
    bottom:0 !important;
    padding:20px 22px !important;
    border-radius:18px !important;
  }
  #syt-home .syth-info-card strong{
    font-size:19px !important;
  }
  #syt-home .syth-info-card p{
    max-width:430px !important;
    margin-top:7px !important;
    font-size:12px !important;
    line-height:1.6 !important;
  }
  #syt-home .syth-float-box{
    display:none !important;
  }
  #syt-home .syth-slider-nav{
    left:max(42px,calc((100vw - 1320px)/2)) !important;
    right:max(42px,calc((100vw - 1320px)/2)) !important;
    bottom:26px !important;
  }
  #syt-home .syth-hero-cards{
    width:min(1320px,calc(100% - 64px)) !important;
    margin:16px auto 0 !important;
    grid-template-columns:repeat(4,1fr) !important;
  }
}

@media (min-width:1400px){
  #syt-home .syth-slide h1{
    font-size:56px !important;
  }
}

@media (max-width:1024px){
  #syt-home .syth-slide h1{
    font-size:48px !important;
    line-height:1.04 !important;
  }
  #syt-home .syth-slide-inner{
    min-height:820px !important;
    padding-top:42px !important;
  }
}

@media (max-width:767px){
  #syt-home .syth-slide h1{
    font-size:36px !important;
    line-height:1.06 !important;
    letter-spacing:-.8px !important;
  }
  #syt-home .syth-slide-copy>p{
    font-size:14px !important;
    line-height:1.68 !important;
  }
  #syt-home .syth-slides,
  #syt-home .syth-slide-inner{
    min-height:820px !important;
  }
  #syt-home .syth-showcase{
    height:320px !important;
  }
  #syt-home .syth-main-photo{
    height:195px !important;
  }
  #syt-home .syth-small-photo{
    width:145px !important;
    height:94px !important;
    top:58px !important;
  }
  #syt-home .syth-info-card{
    left:10px !important;
    right:10px !important;
    padding:14px !important;
  }
  #syt-home .syth-info-card strong{
    font-size:16px !important;
  }
  #syt-home .syth-hero-cards{
    margin-top:10px !important;
  }
}
