:root{--navy:#071a35;--navy2:#0d2c58;--blue:#1659b7;--blue2:#2e7de0;--green:#a7cf32;--white:#f7f9fc;--text:#17243a;--muted:#6c7890;--line:#dfe6ef;--card:#fff;--radius:24px;--shadow:0 24px 70px rgba(4,18,42,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{padding:110px 0}.section-dark{background:var(--navy);color:#fff}.skip-link{position:fixed;left:16px;top:-60px;background:#fff;color:#000;padding:12px 16px;z-index:9999}.skip-link:focus{top:16px}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(7,26,53,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-wrap{height:78px;display:flex;align-items:center;gap:28px}.brand img{height:44px;width:auto}.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.main-nav a{color:#dce8fb;font-size:14px;font-weight:650}.main-nav a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:12px}.lang-toggle{border:0;background:transparent;color:#bcd1ef;cursor:pointer;font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;font-weight:750;border:0;box-shadow:0 12px 30px rgba(22,89,183,.28);cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-sm{min-height:42px;padding:0 18px;font-size:14px}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.3);box-shadow:none}.menu-toggle{display:none;background:none;border:0;padding:6px}.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px}.hero{position:relative;overflow:hidden;padding:160px 0 95px;min-height:760px;background:radial-gradient(circle at 70% 30%,#154a8b 0,#071a35 48%,#041227 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:54px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#7eb6ff;margin-bottom:14px}.hero h1,.section-heading h2,.quality-copy h2,.global-copy h2,.contact-copy h2{font-size:clamp(38px,5vw,72px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px}.hero-copy>p{font-size:19px;color:#c8d5e8;max-width:680px}.hero-cta{display:flex;gap:14px;margin:32px 0 38px}.hero-stats{display:flex;gap:26px}.hero-stats div{padding-right:26px;border-right:1px solid rgba(255,255,255,.16)}.hero-stats div:last-child{border-right:0}.hero-stats strong{display:block;font-size:24px}.hero-stats span{font-size:12px;color:#9cb0ca}.hero-visual{position:relative;min-height:500px;display:grid;place-items:center}.hero-product{position:relative;z-index:3;width:min(560px,100%);filter:drop-shadow(0 38px 42px rgba(0,0,0,.45));animation:float 6s ease-in-out infinite}.orbit{position:absolute;border:1px solid rgba(126,182,255,.25);border-radius:50%}.orbit-one{width:420px;height:420px}.orbit-two{width:560px;height:260px;transform:rotate(-18deg)}.metal-badge{position:absolute;right:0;bottom:18px;z-index:4;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);padding:15px 18px;border-radius:14px;font-size:12px;letter-spacing:.12em}.hero-stripe{position:absolute;left:-4%;right:-4%;bottom:-90px;height:180px;background:linear-gradient(110deg,var(--blue) 0 63%,var(--green) 63%);transform:rotate(-4deg);opacity:.85}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.section-heading h2,.quality-copy h2,.global-copy h2,.contact-copy h2{font-size:clamp(34px,4vw,56px)}.body-copy>p,.quality-copy>p,.global-copy>p,.contact-copy>p{font-size:18px;color:var(--muted)}.feature-list{margin-top:38px;border-top:1px solid var(--line)}.feature-list div{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.feature-list span{color:var(--blue);font-weight:800}.products-section{background:#f4f7fb}.centered{text-align:center;max-width:740px;margin:0 auto 48px}.centered p{color:var(--muted)}.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.product-card{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:22px;
  box-shadow:0 16px 44px rgba(5,27,62,.08);
  transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease,border-color .4s ease;
}
.product-card:hover{
  transform:translateY(-8px);
  border-color:rgba(22,89,183,.22);
  box-shadow:0 26px 64px rgba(4,18,42,.15);
}
.product-image{
  position:relative;
  height:270px;
  min-height:270px;
  overflow:hidden;
  background:radial-gradient(circle at 50% 40%,#fff 0,#f7f9fc 58%,#edf2f8 100%);
}
.product-image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-height:none;
  padding:24px;
  object-fit:contain;
  object-position:center;
}
.product-content{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:24px 24px 26px;
}
.product-content>span{
  font-size:12px;
  color:var(--blue);
  font-weight:800;
}
.product-content h3{
  margin:6px 0 12px;
  font-size:24px;
  line-height:1.15;
}
.product-content p{
  margin:0 0 22px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.product-content a,.text-link{
  margin-top:auto;
  color:var(--blue);
  font-weight:800;
}.quality-section{background:linear-gradient(140deg,#06162e,#0b2a54)}.quality-grid,.global-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center}.quality-visual img{border-radius:var(--radius);box-shadow:0 30px 80px rgba(0,0,0,.38)}.quality-copy>p,.contact-copy>p{color:#b9c8dc}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}.process-grid div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:18px;border-radius:14px}.process-grid b{display:block;color:#7eb6ff;margin-bottom:6px}.global-section{overflow:hidden}.map-card{position:relative;background:linear-gradient(145deg,#071a35,#0f3f78);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.map-label{position:absolute;background:#fff;color:#071a35;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:900}.label-eu{left:46%;top:33%}.label-me{left:55%;top:47%}.label-as{right:17%;top:38%}.brands-strip{padding:38px 0;background:#eef3f9}.brands-inner{display:flex;align-items:center;justify-content:center;gap:48px}.brands-inner>span{text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:var(--muted);font-weight:800}.brands-inner img{height:52px;width:auto}.contact-section{background:radial-gradient(circle at 80% 10%,#164c8f,#071a35 48%,#041227)}.contact-details{display:flex;flex-direction:column;gap:8px;margin-top:28px}.contact-details a{font-size:18px}.contact-form{background:#fff;color:var(--text);padding:34px;border-radius:var(--radius);box-shadow:0 24px 70px rgba(0,0,0,.28)}.contact-form label{display:block;margin-bottom:16px}.contact-form label>span{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;background:#f9fbfd;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(22,89,183,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.consent{display:flex!important;align-items:flex-start;gap:10px}.consent input{width:auto;margin-top:4px}.consent span{font-weight:500!important;color:var(--muted)}.hp{position:absolute!important;left:-9999px!important}.form-note{font-size:12px;color:var(--muted)}.site-footer{background:#020b17;color:#8fa2bb;padding:28px 0}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.footer-grid img{height:38px}.footer-grid p{margin:0;font-size:13px}.footer-grid a{text-align:right;font-size:13px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@keyframes float{50%{transform:translateY(-14px)}}
@media(max-width:980px){.main-nav{position:fixed;left:20px;right:20px;top:88px;background:#0b2345;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:22px;display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.nav-actions .btn{display:none}.hero-grid,.split,.quality-grid,.global-grid,.contact-grid{grid-template-columns:1fr}.hero{padding-top:130px}.hero-visual{min-height:420px}.product-grid{grid-template-columns:1fr}.split{gap:36px}.quality-grid{gap:40px}.global-grid{gap:40px}.contact-grid{gap:40px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-grid img{margin:auto}.footer-grid a{text-align:center}.brands-inner{flex-wrap:wrap}}
@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.section{padding:76px 0}.nav-wrap{height:70px}.brand img{height:36px}.lang-toggle{font-size:12px}.hero{padding:118px 0 64px;min-height:auto}.hero h1{font-size:42px}.hero-copy>p{font-size:17px}.hero-cta{flex-direction:column;align-items:stretch}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hero-stats div{border-right:0;padding:0}.hero-visual{min-height:330px}.orbit-one{width:280px;height:280px}.orbit-two{width:350px;height:180px}.metal-badge{right:8px}.section-heading h2,.quality-copy h2,.global-copy h2,.contact-copy h2{font-size:38px}.process-grid,.form-row{grid-template-columns:1fr}.product-image{min-height:230px}.contact-form{padding:22px}.brands-inner{gap:26px}.brands-inner img{height:42px}}


/* =====================================================
   PRODUCT CARDS — DOUBLE IMAGE HOVER
===================================================== */

.product-card-hover .product-image-default{
  z-index:1;
  opacity:1;
  transform:scale(1);
  transition:opacity .5s ease,transform .65s cubic-bezier(.2,.7,.2,1);
}

.product-card-hover .product-image-hover{
  z-index:2;
  opacity:0;
  transform:scale(.98);
  filter:saturate(1.08) contrast(1.04);
  transition:opacity .5s ease,transform .65s cubic-bezier(.2,.7,.2,1),filter .5s ease;
}

.product-card-hover:hover .product-image-default{
  opacity:0;
  transform:scale(1.035);
}

.product-card-hover:hover .product-image-hover{
  opacity:1;
  transform:scale(1.055);
}

.product-count{
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  min-width:46px;
  height:46px;
  padding:0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(238,241,245,.94);
  color:#5d6673;
  font-size:15px;
  font-weight:800;
  backdrop-filter:blur(10px);
  transition:background .35s ease,color .35s ease,transform .35s ease;
}

.product-card-hover:hover .product-count{
  background:var(--blue);
  color:#fff;
  transform:scale(1.06);
}

.product-shine{
  position:absolute;
  top:-35%;
  left:-60%;
  z-index:4;
  width:36%;
  height:175%;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(110deg,transparent 0,rgba(255,255,255,.06) 25%,rgba(255,255,255,.72) 50%,rgba(255,255,255,.06) 75%,transparent 100%);
  transform:rotate(12deg);
  transition:left .8s ease,opacity .25s ease;
}

.product-card-hover:hover .product-shine{
  left:125%;
  opacity:1;
}

.product-card-hover .product-image::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:24px;
  z-index:0;
  width:190px;
  height:58px;
  border-radius:50%;
  opacity:0;
  background:rgba(22,122,185,.25);
  filter:blur(24px);
  transform:translateX(-50%) scale(.72);
  transition:opacity .45s ease,transform .45s ease;
}

.product-card-hover:hover .product-image::before{
  opacity:1;
  transform:translateX(-50%) scale(1);
}

.product-number{
  display:inline-block;
  margin-bottom:6px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
}

.product-card-hover .product-content a{
  position:relative;
  display:inline-flex;
  align-items:center;
  width:max-content;
  transition:color .3s ease,transform .3s ease;
}

.product-card-hover .product-content a::after{
  content:"→";
  margin-left:8px;
  opacity:0;
  transform:translateX(-7px);
  transition:opacity .3s ease,transform .3s ease;
}

.product-card-hover:hover .product-content a{
  color:#8c1e23;
  transform:translateX(3px);
}

.product-card-hover:hover .product-content a::after{
  opacity:1;
  transform:translateX(0);
}

@media(max-width:1180px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:640px){
  .product-grid{
    grid-template-columns:1fr;
  }

  .product-image{
    height:280px;
    min-height:280px;
  }

  .product-image img{
    padding:22px;
  }
}

@media(hover:none){
  .product-image-hover{
    display:none;
  }

  .product-image-default{
    opacity:1!important;
    transform:none!important;
  }

  .product-card:hover{
    transform:none;
  }
}
.quality-visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
}

.quality-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}







/* =====================================================
   GLOBAL PAZARLAR
===================================================== */

.global-section {
  margin: 0;
  padding: 42px 0 34px;

  background: #ffffff;
}

.global-grid {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(620px, 1.28fr);
  align-items: center;
  gap: 36px;
}

.global-copy {
  position: relative;
  z-index: 2;

  max-width: 520px;
}

.section-eyebrow {
  display: inline-block;

  margin: 0 0 16px;

  color: #78a9ff;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.global-copy h2 {
  max-width: 520px;
  margin: 0 0 22px;

  color: #16233b;

  font-size: clamp(44px, 4.3vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.global-copy p {
  max-width: 500px;
  margin: 0 0 20px;

  color: #71819b;

  font-size: 17px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #1f5fd1;

  font-weight: 800;
}

.text-link::after {
  content: "→";

  transition: transform 0.3s ease;
}

.text-link:hover::after {
  transform: translateX(5px);
}


/* =====================================================
   HARİTA ALANI
===================================================== */

.global-visual,
.map-card {
  position: relative;

  width: 100%;
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  margin: 0;
  padding: 0;

  overflow: visible;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.global-visual img,
.map-card img {
  display: block;

  width: 118%;
  max-width: 980px;
  height: auto;

  margin-right: -7%;

  object-fit: contain;
  object-position: center;

  transform: scale(1.04);
  transform-origin: center right;
}

.map-label,
.map-card::before,
.map-card::after {
  display: none !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1180px) {
  .global-grid {
    width: min(1120px, calc(100% - 40px));
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
  }

  .global-visual img,
  .map-card img {
    width: 112%;
    max-width: 820px;
    margin-right: -5%;
  }
}


/* =====================================================
   DİKEY TABLET
===================================================== */

@media (max-width: 900px) {
  .global-section {
    padding: 54px 0 36px;
  }

  .global-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .global-copy {
    max-width: 680px;
  }

  .global-copy h2 {
    max-width: 680px;
  }

  .global-visual,
  .map-card {
    justify-content: center;
  }

  .global-visual img,
  .map-card img {
    width: 108%;
    max-width: 780px;

    margin: 0 -4%;

    transform: none;
    transform-origin: center;
  }
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 640px) {
  .global-section {
    padding: 42px 0 24px;
  }

  .global-grid {
    width: calc(100% - 30px);
    gap: 14px;
  }

  .section-eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .global-copy h2 {
    margin-bottom: 18px;

    font-size: 40px;
    line-height: 1;
  }

  .global-copy p {
    margin-bottom: 16px;

    font-size: 16px;
    line-height: 1.6;
  }

  .global-visual img,
  .map-card img {
    width: 122%;
    max-width: none;

    margin-left: -11%;
    margin-right: -11%;
  }
}
/* =====================================================
   ACCESSIBILITY
===================================================== */

.sr-only {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  padding: 0 !important;
  margin: -1px !important;

  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;

  border: 0 !important;
}


/* =====================================================
   FOOTER
===================================================== */

.site-footer {
  position: relative;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(47, 126, 224, 0.16),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #061529 0%,
      #0a203d 56%,
      #07172c 100%
    );
}

.footer-main {
  padding: 72px 0 58px;
}

.footer-layout {
  display: grid;
  grid-template-columns:
    minmax(320px, 1.45fr)
    minmax(150px, 0.7fr)
    minmax(170px, 0.78fr)
    minmax(240px, 1fr);

  gap: 54px;
  align-items: start;
}

.footer-brand {
  max-width: 410px;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 22px;
}

.footer-logo img {
  width: 210px;
  height: auto;
}

.footer-brand > p {
  margin: 0;

  max-width: 400px;

  color: rgba(255, 255, 255, 0.68);

  font-size: 15px;
  line-height: 1.75;
}

.footer-brand-badge {
  display: flex;
  align-items: center;
  gap: 16px;

  margin-top: 26px;
  padding-top: 24px;

  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-brand-badge img {
  flex: 0 0 auto;

  width: 105px;
  height: auto;
}

.footer-brand-badge span {
  max-width: 210px;

  color: rgba(255, 255, 255, 0.55);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h3 {
  position: relative;

  margin: 0 0 24px;
  padding-bottom: 13px;

  color: #ffffff;

  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.footer-column h3::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: 0;

  width: 28px;
  height: 2px;

  background: #4c97ff;
}

.footer-column > a {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 13px;

  color: rgba(255, 255, 255, 0.63);

  font-size: 14px;
  line-height: 1.45;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-column > a:not(.footer-cta)::before {
  content: "";

  width: 0;
  height: 1px;

  background: #68aaff;

  transition: width 0.25s ease;
}

.footer-column > a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-column > a:hover::before {
  width: 13px;
}


/* =====================================================
   CONTACT
===================================================== */

.footer-contact > a:not(.footer-cta)::before {
  display: none;
}

.footer-icon {
  flex: 0 0 30px;

  width: 30px;
  height: 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;

  color: #6faeff;

  font-size: 12px;
  font-weight: 900;

  background: rgba(255, 255, 255, 0.04);
}

.footer-contact > a:hover .footer-icon {
  color: #ffffff;
  border-color: rgba(92, 157, 255, 0.58);
  background: rgba(39, 119, 224, 0.20);
}

.footer-cta {
  width: 100%;

  justify-content: space-between;

  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding: 15px 17px;

  border: 1px solid rgba(98, 164, 255, 0.30);
  border-radius: 12px;

  color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 800;

  background:
    linear-gradient(
      135deg,
      rgba(36, 112, 215, 0.28),
      rgba(19, 69, 139, 0.18)
    );
}

.footer-cta::before {
  display: none;
}

.footer-cta:hover {
  transform: translateY(-2px) !important;

  border-color: rgba(113, 177, 255, 0.65);

  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.20);
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);

  background: rgba(0, 0, 0, 0.16);
}

.footer-bottom-inner {
  min-height: 72px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.footer-bottom p {
  margin: 0;

  color: rgba(255, 255, 255, 0.48);

  font-size: 12px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.48);

  font-size: 12px;

  transition: color 0.25s ease;
}

.footer-legal a:hover {
  color: #ffffff;
}


/* =====================================================
   BACK TO TOP
===================================================== */

.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 80;

  width: 58px;
  height: 58px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;

  color: #ffffff;

  cursor: pointer;

  opacity: 0;
  visibility: hidden;

  background:
    linear-gradient(
      145deg,
      rgba(8, 31, 61, 0.96),
      rgba(12, 53, 104, 0.96)
    );

  box-shadow:
    0 16px 38px rgba(1, 15, 34, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);

  transform:
    translateY(18px)
    scale(0.92);

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;

  transform:
    translateY(0)
    scale(1);
}

.back-to-top:hover {
  background:
    linear-gradient(
      145deg,
      #1768cf,
      #0c438f
    );

  box-shadow:
    0 20px 42px rgba(6, 63, 141, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);

  transform:
    translateY(-4px)
    scale(1.02);
}

.back-to-top:focus-visible {
  outline: 3px solid rgba(117, 177, 255, 0.65);
  outline-offset: 4px;
}

.back-to-top__arrow {
  display: block;

  font-size: 21px;
  font-weight: 500;
  line-height: 0.9;

  transition: transform 0.25s ease;
}

.back-to-top:hover .back-to-top__arrow {
  transform: translateY(-3px);
}

.back-to-top__text {
  margin-top: 5px;

  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1060px) {
  .footer-layout {
    grid-template-columns: 1.3fr 0.7fr 0.8fr;
  }

  .footer-contact {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 22px;
  }

  .footer-contact h3 {
    grid-column: 1 / -1;
  }

  .footer-contact .footer-cta {
    grid-column: 1 / -1;

    max-width: 380px;
  }
}

@media (max-width: 760px) {
  .footer-main {
    padding: 56px 0 42px;
  }

  .footer-layout {
    grid-template-columns: 1fr 1fr;
    gap: 40px 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .footer-contact h3,
  .footer-contact .footer-cta {
    grid-column: auto;
  }

  .footer-bottom-inner {
    min-height: 0;

    flex-direction: column;
    align-items: flex-start;

    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px 22px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;

    width: 54px;
    height: 54px;

    border-radius: 16px;
  }
}

@media (max-width: 500px) {
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-brand-badge {
    align-items: flex-start;
    flex-direction: column;
  }
}