/* =========================================================
   PatikaTR Footer v3
   ========================================================= */

.pt-site-footer-v3{
  margin:0;
  color:#d9e6e2;
  background:#071f29;
  font-size:12px;
}

.pt-site-footer-v3 *,
.pt-site-footer-v3 *::before,
.pt-site-footer-v3 *::after{
  box-sizing:border-box;
}

.pt-site-footer-v3 a{
  color:inherit;
  text-decoration:none;
}

.pt-site-footer-v3 .pt-footer-main{
  padding:40px 0 28px;
}

.pt-site-footer-v3 .pt-footer-grid{
  display:grid;
  grid-template-columns:minmax(220px,1.25fr) repeat(4,minmax(120px,.68fr)) minmax(220px,1.1fr);
  gap:28px;
  align-items:start;
}

.pt-site-footer-v3 .pt-footer-logo{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff;
  font-size:22px;
  font-weight:800;
  letter-spacing:-.03em;
}

.pt-site-footer-v3 .pt-footer-logo .custom-logo-link{
  display:block;
}

.pt-site-footer-v3 .pt-footer-logo .custom-logo{
  display:block;
  width:auto;
  max-width:165px;
  max-height:46px;
}

.pt-site-footer-v3 .pt-footer-logo-mark{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  background:#0a7455;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  font-size:18px;
}

.pt-site-footer-v3 .pt-footer-brand>p{
  max-width:270px;
  margin:13px 0 0;
  color:#9fb2ac;
  font-size:12px;
  line-height:1.5;
}

.pt-site-footer-v3 .pt-footer-social{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:12px;
}

.pt-site-footer-v3 .pt-footer-social a{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.10);
  border-radius:10px;
  color:#dce9e5;
  background:rgba(255,255,255,.055);
  font-size:14px;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.pt-site-footer-v3 .pt-footer-social a:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.10);
}

.pt-site-footer-v3 .pt-footer-column h3,
.pt-site-footer-v3 .pt-footer-app h3{
  margin:0;
  color:#fff;
  font-size:12px;
  line-height:1.35;
  font-weight:750;
}

.pt-site-footer-v3 .pt-footer-column ul{
  display:grid;
  gap:8px;
  margin:12px 0 0;
  padding:0;
  list-style:none;
}

.pt-site-footer-v3 .pt-footer-column li{
  margin:0;
  padding:0;
}

.pt-site-footer-v3 .pt-footer-column a{
  position:relative;
  display:inline-flex;
  color:#9fb2ac;
  font-size:12px;
  line-height:1.45;
  transition:color .2s ease,transform .2s ease;
}

.pt-site-footer-v3 .pt-footer-column a:hover{
  color:#fff;
  transform:translateX(3px);
}

.pt-site-footer-v3 .pt-footer-app{
  padding:18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:
    radial-gradient(circle at 88% 12%,rgba(32,151,112,.24),transparent 34%),
    rgba(255,255,255,.055);
  box-shadow:0 18px 40px rgba(0,0,0,.14);
}

.pt-site-footer-v3 .pt-footer-app-label{
  display:block;
  margin-bottom:5px;
  color:#78d0b3;
  font-size:9px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.pt-site-footer-v3 .pt-footer-app h3{
  font-size:17px;
  line-height:1.3;
}

.pt-site-footer-v3 .pt-footer-app>p{
  margin:7px 0 0;
  color:#a8bbb5;
  font-size:12px;
  line-height:1.5;
}

.pt-site-footer-v3 .pt-footer-app-buttons{
  display:grid;
  gap:7px;
  margin-top:13px;
}

.pt-site-footer-v3 .pt-footer-store-button{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:11px;
  color:#fff;
  background:rgba(0,0,0,.18);
}

.pt-site-footer-v3 .pt-footer-store-button>b{
  flex:0 0 24px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  font-size:12px;
}

.pt-site-footer-v3 .pt-footer-store-button>span{
  display:grid;
  gap:1px;
  font-size:12px;
  font-weight:750;
  line-height:1.2;
}

.pt-site-footer-v3 .pt-footer-store-button small{
  color:#8fa49d;
  font-size:9px;
  font-weight:650;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.pt-site-footer-v3 .pt-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.10);
}

.pt-site-footer-v3 .pt-footer-bottom-inner{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.pt-site-footer-v3 .pt-footer-bottom p,
.pt-site-footer-v3 .pt-footer-bottom span{
  margin:0;
  color:#849b94;
  font-size:12px;
}

/* Laptop */
@media(max-width:1199px){
  .pt-site-footer-v3 .pt-footer-grid{
    grid-template-columns:1.3fr repeat(3,1fr);
  }

  .pt-site-footer-v3 .pt-footer-app{
    grid-column:span 2;
  }
}

/* Tablet */
@media(max-width:900px){
  .pt-site-footer-v3 .pt-footer-main{
    padding-top:38px;
  }

  .pt-site-footer-v3 .pt-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px 22px;
  }

  .pt-site-footer-v3 .pt-footer-brand,
  .pt-site-footer-v3 .pt-footer-app{
    grid-column:1/-1;
  }

  .pt-site-footer-v3 .pt-footer-app{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    column-gap:22px;
  }

  .pt-site-footer-v3 .pt-footer-app-buttons{
    min-width:205px;
    margin-top:0;
  }
}

/* Mobile */
@media(max-width:680px){
  .pt-site-footer-v3 .pt-footer-main{
    padding:32px 0 22px;
  }

  .pt-site-footer-v3 .pt-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px 16px;
  }

  .pt-site-footer-v3 .pt-footer-brand{
    padding-bottom:4px;
  }

  .pt-site-footer-v3 .pt-footer-brand>p{
    max-width:100%;
  }

  .pt-site-footer-v3 .pt-footer-column h3{
    font-size:12px;
  }

  .pt-site-footer-v3 .pt-footer-column ul{
    gap:7px;
    margin-top:11px;
  }

  .pt-site-footer-v3 .pt-footer-column a{
    font-size:12px;
  }

  .pt-site-footer-v3 .pt-footer-app{
    display:block;
    padding:16px;
    border-radius:14px;
  }

  .pt-site-footer-v3 .pt-footer-app-buttons{
    grid-template-columns:repeat(2,minmax(0,1fr));
    min-width:0;
    margin-top:12px;
  }

  .pt-site-footer-v3 .pt-footer-bottom-inner{
    min-height:auto;
    display:grid;
    gap:5px;
    padding-top:14px;
    padding-bottom:14px;
  }

  .pt-site-footer-v3 .pt-footer-bottom p,
  .pt-site-footer-v3 .pt-footer-bottom span{
    font-size:12px;
  }
}

/* Small mobile */
@media(max-width:430px){
  .pt-site-footer-v3 .pt-footer-grid{
    grid-template-columns:1fr;
  }

  .pt-site-footer-v3 .pt-footer-brand,
  .pt-site-footer-v3 .pt-footer-app{
    grid-column:auto;
  }

  .pt-site-footer-v3 .pt-footer-app-buttons{
    grid-template-columns:1fr;
  }
}


/* Compact footer refinements */
.pt-site-footer-v3 .pt-footer-brand>p{
  max-width:270px;
  margin-top:13px;
  font-size:13px;
  line-height:1.6;
}

.pt-site-footer-v3 .pt-footer-column h3,
.pt-site-footer-v3 .pt-footer-app h3{
  font-size:14px;
}

.pt-site-footer-v3 .pt-footer-column a{
  font-size:13px;
}

.pt-site-footer-v3 .pt-footer-app{
  max-width:260px;
}

.pt-site-footer-v3 .pt-footer-app h3{
  font-size:17px;
}

.pt-site-footer-v3 .pt-footer-app>p{
  font-size:12px;
}

.pt-site-footer-v3 .pt-footer-social a{
  width:34px;
  height:34px;
  font-size:14px;
}

.pt-site-footer-v3 .pt-footer-store-button{
  min-height:42px;
}

.pt-site-footer-v3 .pt-footer-bottom-inner{
  min-height:50px;
}

@media(max-width:900px){
  .pt-site-footer-v3 .pt-footer-app{
    max-width:none;
  }
}

@media(max-width:680px){
  .pt-site-footer-v3 .pt-footer-main{
    padding:32px 0 22px;
  }

  .pt-site-footer-v3 .pt-footer-brand>p{
    max-width:100%;
  }
}
