/* TokatSPA premium responsive website layer */

:root{
  --smart-glass: rgba(255,255,255,.72);
  --smart-glass-strong: rgba(255,255,255,.88);
  --smart-text: #153b37;
  --smart-muted: #647b78;
  --smart-gold: var(--champagne, #e7c98b);
  --smart-green: var(--primary, #1d9f8f);
  --smart-deep: var(--accent-2, #0f5f58);
  --smart-radius: var(--radius-lg, 24px);
  --smart-shadow: 0 24px 70px rgba(8, 50, 45, .14);
}

body{
  background:
    radial-gradient(circle at 8% 8%, color-mix(in srgb, var(--smart-gold) 22%, transparent), transparent 27%),
    radial-gradient(circle at 92% 16%, color-mix(in srgb, var(--smart-green) 17%, transparent), transparent 25%),
    linear-gradient(180deg, var(--bg, #f6fbf9), #eef8f5 48%, #f8fbfa 100%) !important;
}

.smart-site-header{
  border-bottom: 1px solid rgba(255,255,255,.65);
  background: rgba(255,255,255,.76);
  box-shadow: 0 16px 50px rgba(4, 36, 32, .08);
}

.smart-brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:var(--smart-deep);
  min-width:210px;
}

.smart-brand .logo{
  width:58px;
  height:58px;
  object-fit:cover;
  border-radius:18px;
  box-shadow: 0 10px 26px rgba(8,50,45,.12);
}

.smart-brand strong,
.smart-brand small{
  display:block;
  line-height:1.1;
}

.smart-brand strong{
  font-family:'Playfair Display', serif;
  font-size:1.22rem;
  letter-spacing:.2px;
}

.smart-brand small{
  margin-top:5px;
  max-width:220px;
  color:var(--smart-muted);
  font-family:Inter,system-ui,sans-serif;
  font-size:11px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.smart-nav-toggle{
  display:none;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--smart-green), var(--smart-deep));
  color:#fff;
  box-shadow:0 14px 30px rgba(29,159,143,.20);
}

.nav-menu a.smart-login-link,
.smart-login-link{
  background:linear-gradient(135deg, var(--smart-gold), #fff1c8);
  color:#153b37 !important;
  font-weight:800;
  box-shadow:0 12px 28px rgba(231,201,139,.22);
}

.smart-hero{
  height: min(76vh, 720px);
  min-height: 520px;
  max-height: 760px;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  box-shadow: 0 32px 80px rgba(0,0,0,.18);
  background:#0f241f;
}

.smart-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
  background:
    linear-gradient(90deg, rgba(5, 28, 25, .66), rgba(5, 28, 25, .22) 48%, rgba(5, 28, 25, .62)),
    radial-gradient(circle at 28% 42%, rgba(231,201,139,.20), transparent 27%);
}

.smart-hero-orb{
  position:absolute;
  z-index:3;
  width:240px;
  height:240px;
  border-radius:999px;
  filter:blur(20px);
  pointer-events:none;
  opacity:.35;
}

.smart-hero-orb-one{
  left:6%;
  top:16%;
  background:rgba(231,201,139,.34);
  animation: smartFloat 8s ease-in-out infinite;
}

.smart-hero-orb-two{
  right:10%;
  bottom:16%;
  background:rgba(29,159,143,.28);
  animation: smartFloat 10s ease-in-out infinite reverse;
}

@keyframes smartFloat{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-18px) scale(1.05)}
}

.smart-hero .final-single-slider img{
  transform:scale(1.04);
  filter:saturate(1.06) contrast(1.02);
}

.smart-hero-content{
  z-index:4;
  align-items:flex-start;
  text-align:left;
  justify-content:center;
  max-width:1200px;
  margin:0 auto;
  left:50%;
  right:auto;
  width:min(100%, 1200px);
  transform:translateX(-50%);
  background:transparent !important;
  padding:80px 28px 130px;
}

.smart-hero-content h1{
  max-width:760px;
  font-size:clamp(42px, 6vw, 82px);
  line-height:1;
  letter-spacing:-1.6px;
}

.smart-hero-content p{
  max-width:620px;
  margin-top:12px;
  font-size:clamp(16px, 2vw, 22px);
  line-height:1.7;
}

.smart-hero-badge,
.smart-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.55);
  color:var(--smart-deep);
  font-family:Inter,system-ui,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 12px 30px rgba(8,50,45,.10);
}

.smart-hero-badge{
  background:rgba(255,255,255,.18);
  color:#fff8df;
  border-color:rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
  margin-bottom:18px;
}

.smart-eyebrow-light{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.16);
  color:#fff1bd;
}

.smart-hero-actions,
.smart-welcome-actions{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.smart-trust-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:22px auto 4px;
  max-width:980px;
}

.smart-trust-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(29,159,143,.18);
  box-shadow:0 12px 30px rgba(8,50,45,.07);
  color:var(--smart-deep);
  font-weight:800;
  font-size:.88rem;
  line-height:1.2;
}

.smart-trust-pill i{
  color:var(--smart-green);
  font-size:1rem;
}

.smart-btn,
.smart-wa-chip,
.smart-mini-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:999px;
  text-decoration:none;
  font-family:Inter,system-ui,sans-serif;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.smart-btn{
  min-height:48px;
  padding:0 20px;
}

.smart-btn-primary{
  color:#143230;
  background:linear-gradient(135deg, #fff5d4, var(--smart-gold));
  box-shadow:0 16px 38px rgba(231,201,139,.28);
}

.smart-btn-ghost{
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
}

.smart-btn:hover,
.smart-wa-chip:hover,
.smart-mini-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(8,50,45,.18);
}

.smart-hero-stats{
  position:absolute;
  z-index:6;
  left:50%;
  bottom:32px;
  transform:translateX(-50%);
  width:min(920px, calc(100% - 34px));
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.smart-hero-stats div{
  padding:16px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
  backdrop-filter:blur(14px) saturate(130%);
  color:#fff;
}

.smart-hero-stats strong,
.smart-hero-stats span{
  display:block;
}

.smart-hero-stats strong{
  font-size:clamp(21px, 2.8vw, 34px);
  font-family:'Playfair Display', serif;
  line-height:1.05;
  color:#fff7dc;
}

.smart-hero-stats span{
  margin-top:5px;
  font-size:12px;
  opacity:.88;
  font-family:Inter,system-ui,sans-serif;
}

.smart-welcome,
.smart-section{
  position:relative;
  max-width:1120px;
  margin:46px auto;
  padding:42px 24px;
  border-radius:var(--smart-radius);
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.64));
  border:1px solid rgba(255,255,255,.72);
  box-shadow:var(--smart-shadow);
  backdrop-filter:blur(14px);
}

.smart-section-wide{
  max-width:1180px;
}

.smart-section-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 28px;
}

.smart-section-heading .section-title{
  margin:14px 0 12px;
}

.smart-section-heading p{
  color:var(--smart-muted);
  margin:0;
}

.smart-wa-chip{
  min-height:46px;
  padding:0 17px;
  color:#fff;
  background:#25d366;
  box-shadow:0 14px 28px rgba(37,211,102,.22);
}

.smart-card-grid{
  gap:24px;
}

.smart-service-card,
.smart-tech-card,
.smart-review-card{
  border-radius:var(--smart-radius);
  background:rgba(255,255,255,.86);
  border-color:rgba(255,255,255,.72);
  box-shadow:0 18px 46px rgba(8,50,45,.10);
}

.smart-card-image-wrap{
  position:relative;
  margin:-8px -8px 18px;
  border-radius:calc(var(--smart-radius) - 4px);
  overflow:hidden;
  background:#eaf6f2;
}

.smart-card-image{
  width:100% !important;
  height:190px !important;
  object-fit:cover !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.smart-card-pill{
  position:absolute;
  right:12px;
  bottom:12px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:var(--smart-deep);
  font-family:Inter,system-ui,sans-serif;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
}

.smart-card-body{
  position:relative;
  z-index:1;
}

.smart-clamp{
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:var(--smart-muted);
}

.smart-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:18px;
}

.smart-price{
  font-family:Inter,system-ui,sans-serif;
  color:var(--smart-deep);
  font-weight:900;
}

.smart-mini-btn{
  min-height:36px;
  padding:0 13px;
  background:linear-gradient(135deg, var(--smart-green), var(--smart-deep));
  color:#fff;
  font-size:13px;
}

.smart-tech-card{
  text-align:center;
}

.smart-tech-avatar{
  position:relative;
  width:118px;
  height:118px;
  margin:0 auto 14px;
}

.smart-tech-avatar img{
  width:118px;
  height:118px;
  object-fit:cover;
  border-radius:34px;
  border:4px solid rgba(255,255,255,.86);
  box-shadow:0 18px 34px rgba(8,50,45,.16);
}

.smart-availability{
  position:absolute;
  right:8px;
  bottom:7px;
  width:18px;
  height:18px;
  border-radius:999px;
  background:#94a3b8;
  border:3px solid #fff;
}

.smart-availability.is-online{
  background:#22c55e;
  box-shadow:0 0 0 6px rgba(34,197,94,.15);
}

.smart-skill-text{
  color:var(--smart-muted);
  font-size:13px;
  min-height:48px;
}

.smart-tech-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
  font-family:Inter,system-ui,sans-serif;
  font-size:12px;
  color:var(--smart-deep);
}

.smart-tech-meta span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 9px;
  border-radius:999px;
  background:#eef8f5;
}

.smart-tech-meta .bi-star-fill{
  color:#e0b555;
}

.smart-review-section{
  overflow:hidden;
}

.smart-review-card{
  min-height:290px;
}

.smart-location-grid{
  max-width:1180px;
  margin:40px auto;
  gap:26px;
  align-items:stretch;
}

.smart-location-grid .price-section,
.smart-map-section{
  border-radius:var(--smart-radius);
  overflow:hidden;
  box-shadow:var(--smart-shadow);
}

.smart-location-grid .price-section{
  min-height:auto;
  padding:28px 0;
  margin-top:0;
}

.smart-map-section{
  max-width:none;
  width:100%;
  margin:0;
  padding:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.72));
  border:1px solid rgba(255,255,255,.74);
}

.smart-map-section .section-title{
  margin-top:12px;
}

.smart-footer{
  margin-top:42px;
}

.reveal-on-scroll{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .7s ease, transform .7s ease;
}

.reveal-on-scroll.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media (max-width: 900px){
  .smart-nav-toggle{
    display:inline-flex;
  }

  .smart-brand{
    min-width:0;
  }

  .nav-wrapper{
    align-items:center !important;
  }

  #siteNav.nav-menu{
    display:none;
    width:100%;
    padding:12px;
    margin-top:10px;
    border-radius:22px;
    background:rgba(255,255,255,.92);
    box-shadow:0 18px 44px rgba(8,50,45,.12);
    overflow:visible;
    flex-wrap:wrap;
  }

  #siteNav.nav-menu.is-open{
    display:flex;
  }

  #siteNav.nav-menu a,
  #siteNav .lang-dropdown,
  #siteNav .user-dropdown{
    width:100%;
  }

  #siteNav.nav-menu a{
    justify-content:flex-start;
  }
}

@media (max-width: 768px){
  .smart-hero{
    min-height:620px;
    height:72vh;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
  }

  .smart-hero-content{
    text-align:center;
    align-items:center;
    padding:80px 18px 190px;
  }

  .smart-hero-content h1{
    font-size:clamp(34px, 10vw, 54px);
  }

  .smart-hero-actions{
    justify-content:center;
  }

  .smart-hero-stats{
    grid-template-columns:1fr;
    bottom:48px;
    gap:8px;
  }

  .smart-hero-stats div{
    padding:10px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }

  .smart-hero-stats span{
    margin-top:0;
    text-align:right;
  }

  .smart-welcome,
  .smart-section,
  .smart-map-section{
    padding:28px 16px;
    margin:28px auto;
  }

  .smart-location-grid{
    margin:28px auto;
  }
}

@media (max-width: 520px){
  .smart-trust-row{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .smart-trust-pill{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .smart-brand small{
    display:none;
  }

  .smart-brand .logo{
    width:48px;
    height:48px;
    border-radius:15px;
  }

  .smart-hero{
    min-height:660px;
  }

  .smart-btn,
  .smart-wa-chip{
    width:100%;
  }

  .smart-hero-actions,
  .smart-welcome-actions{
    width:100%;
  }

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

  .smart-mini-btn{
    width:100%;
  }
}


/* =========================
   Professional Service Detail UI
========================= */
.smart-services-showcase{
  overflow:hidden;
}

.service-ui-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin:0 0 28px;
}

.service-ui-feature{
  position:relative;
  min-height:138px;
  padding:18px;
  border-radius:calc(var(--smart-radius) - 6px);
  background:linear-gradient(145deg, rgba(255,255,255,.92), rgba(239,250,246,.82));
  border:1px solid rgba(29,159,143,.12);
  box-shadow:0 16px 40px rgba(8,50,45,.08);
  overflow:hidden;
}

.service-ui-feature::after{
  content:"";
  position:absolute;
  right:-24px;
  top:-24px;
  width:92px;
  height:92px;
  border-radius:50%;
  background:rgba(231,201,139,.22);
}

.service-ui-feature span{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  margin-bottom:12px;
  color:#fff;
  background:linear-gradient(135deg, var(--smart-green), var(--smart-deep));
  box-shadow:0 14px 24px rgba(29,159,143,.18);
}

.service-ui-feature strong,
.service-ui-feature small{
  position:relative;
  z-index:1;
  display:block;
}

.service-ui-feature strong{
  color:var(--smart-deep);
  font-family:Inter,system-ui,sans-serif;
  font-size:15px;
  font-weight:900;
  margin-bottom:6px;
}

.service-ui-feature small{
  color:var(--smart-muted);
  line-height:1.55;
}

.smart-service-grid{
  align-items:stretch;
}

.pro-service-card{
  display:flex;
  flex-direction:column;
  padding:10px;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pro-service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(29,159,143,.28);
  box-shadow:0 24px 60px rgba(8,50,45,.15);
}

.pro-service-media{
  margin:0 0 18px;
  min-height:212px;
}

.pro-service-media .smart-card-image{
  height:230px !important;
  transform:scale(1.01);
  transition:transform .55s ease;
}

.pro-service-card:hover .smart-card-image{
  transform:scale(1.06);
}

.service-media-gradient{
  position:absolute;
  inset:auto 0 0;
  height:52%;
  background:linear-gradient(180deg, transparent, rgba(4,39,34,.55));
  pointer-events:none;
}

.service-code-badge{
  position:absolute;
  left:12px;
  top:12px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:var(--smart-deep);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.pro-service-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:0 4px 4px;
}

.service-card-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.service-card-title-row h3{
  margin:0;
  color:var(--smart-deep);
  line-height:1.18;
}

.service-rating-chip{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 9px;
  border-radius:999px;
  font-family:Inter,system-ui,sans-serif;
  font-size:12px;
  font-weight:900;
  color:#173432;
  background:#fff7dd;
}

.service-rating-chip .bi-star-fill{
  color:#d9a528;
}

.service-overview{
  margin:12px 0 14px;
  color:var(--smart-muted);
  line-height:1.7;
}

.service-trust-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.service-trust-tags span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  color:#16665c;
  background:#eef8f5;
  border:1px solid rgba(29,159,143,.10);
  font-size:12px;
  font-weight:800;
}

.service-benefit-box{
  padding:14px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(246,251,249,.96), rgba(255,255,255,.88));
  border:1px solid rgba(29,159,143,.10);
}

.service-benefit-box strong{
  display:block;
  margin-bottom:10px;
  color:var(--smart-deep);
  font-family:Inter,system-ui,sans-serif;
  font-size:13px;
  font-weight:900;
}

.service-benefit-box ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}

.service-benefit-box li{
  display:flex;
  gap:8px;
  align-items:flex-start;
  color:var(--smart-muted);
  font-size:13px;
  line-height:1.45;
}

.service-benefit-box li i{
  color:var(--smart-green);
  margin-top:2px;
}

.pro-service-footer{
  margin-top:auto;
  padding-top:16px;
}

.pro-service-footer small{
  display:block;
  margin-bottom:2px;
  color:var(--smart-muted);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}


.service-price-only{
  display:flex;
  align-items:center;
  min-height:38px;
}

.service-price-only .smart-price{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(198, 151, 73, .13);
  border:1px solid rgba(198, 151, 73, .24);
  line-height:1;
}

.service-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}

.service-detail-toggle{
  min-height:36px;
  border:1px solid rgba(29,159,143,.22);
  border-radius:999px;
  padding:0 13px;
  color:var(--smart-deep);
  background:#fff;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
}

.service-detail-toggle:hover{
  background:#eef8f5;
  border-color:rgba(29,159,143,.38);
  transform:translateY(-1px);
}

.service-detail-panel{
  margin-top:14px;
  padding:14px;
  border-radius:18px;
  background:#0f3f3a;
  color:#daf7f2;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.service-detail-panel[hidden]{
  display:none;
}

.service-detail-panel-head{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:#f4dfb2;
}

.service-detail-copy{
  max-height:280px;
  overflow:auto;
  padding-right:4px;
  color:#d8f4ee;
  font-size:13px;
  line-height:1.68;
}

.service-detail-copy::-webkit-scrollbar{
  width:6px;
}

.service-detail-copy::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.25);
  border-radius:999px;
}

/* =========================
   Responsive Secure Payments Footer
========================= */
.smart-payment-panel{
  margin-top:20px;
  padding:16px;
  border-radius:24px;
  background:linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}

.smart-payment-header{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:12px;
}

.payment-shield{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#173432;
  background:linear-gradient(135deg, #f4dfb2, var(--smart-gold));
  box-shadow:0 12px 28px rgba(231,201,139,.22);
}

.smart-payment-header p{
  margin:4px 0 0;
  color:#bdece6;
  font-size:13px;
  line-height:1.55;
}

.luxury-payment-label{
  display:flex;
  align-items:center;
  gap:8px;
  color:#f4dfb2;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.secure-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 5px rgba(34,197,94,.13);
}

.payment-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 14px;
}

.payment-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  color:#d9fff9;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;
  font-weight:800;
}

.smart-payment-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(72px, 1fr));
  gap:10px;
  margin:0;
}

.payment-logo-card{
  min-height:48px;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 10px;
  border-radius:16px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.58);
  box-shadow:0 10px 22px rgba(0,0,0,.10);
}

.payment-logo-card img{
  display:block;
  max-width:58px;
  width:100%;
  max-height:26px;
  object-fit:contain;
}

.payment-caption{
  margin:12px 0 0 !important;
  color:#bdece6 !important;
  font-size:13px !important;
  line-height:1.55 !important;
}

@media (max-width: 900px){
  .service-ui-strip{
    grid-template-columns:1fr;
  }

  .smart-payment-grid{
    grid-template-columns:repeat(auto-fit, minmax(68px, 1fr));
  }
}

@media (max-width: 640px){
  .pro-service-media .smart-card-image{
    height:210px !important;
  }

  .service-card-title-row,
  .pro-service-footer{
    align-items:flex-start;
    flex-direction:column;
  }

  .service-actions,
  .service-detail-toggle,
  .service-actions .smart-mini-btn{
    width:100%;
  }

  .service-detail-toggle,
  .service-actions .smart-mini-btn{
    justify-content:center;
    text-align:center;
  }

  .smart-payment-panel{
    padding:14px;
    border-radius:20px;
  }

  .smart-payment-header{
    align-items:center;
  }

  .payment-trust-row span{
    width:100%;
  }

  .smart-payment-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* =========================
   Cross-device polish: frontend supports mobile, tablet, laptop, desktop, and touch screens
========================= */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  scroll-behavior:smooth;
}

img,
video,
iframe,
svg{
  max-width:100%;
}

body > main.container{
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding-left:clamp(12px, 2.4vw, 28px);
  padding-right:clamp(12px, 2.4vw, 28px);
}

.smart-site-header{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(16px) saturate(140%);
}

.smart-site-header .nav-wrapper{
  width:min(1220px, 100%);
  max-width:100%;
  margin:0 auto;
  padding:10px clamp(10px, 2vw, 20px);
  gap:14px;
}

#siteNav.nav-menu{
  min-width:0;
}

#siteNav.nav-menu a,
.lang-btn,
.user-toggle{
  min-height:42px;
  touch-action:manipulation;
}

.smart-section,
.smart-welcome,
.smart-location-grid,
.spa-footer-container{
  width:min(1180px, calc(100% - 24px));
}

.smart-section-wide{
  width:min(1220px, calc(100% - 24px));
}

.smart-card-grid,
.smart-service-grid{
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.smart-location-grid{
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 420px), 1fr));
}

.review-slider-wrapper,
.price-list,
.service-detail-copy{
  -webkit-overflow-scrolling:touch;
}

.price-item{
  min-width:0;
}

.price-name,
.price-value,
.price-duration{
  overflow-wrap:anywhere;
}

.footer-main,
.footer-link-grid,
.footer-newsletter{
  min-width:0;
}

.footer-contact a,
.footer-contact p,
.footer-links a{
  overflow-wrap:anywhere;
}

@media (max-width: 1100px){
  .smart-hero-content{
    padding-left:clamp(18px, 4vw, 36px);
    padding-right:clamp(18px, 4vw, 36px);
  }

  .smart-hero-stats{
    width:min(860px, calc(100% - 28px));
  }
}

@media (max-width: 900px){
  .smart-site-header .nav-wrapper{
    flex-wrap:wrap;
  }

  #siteNav.nav-menu{
    max-height:calc(100vh - 92px);
    overflow-y:auto;
  }

  #siteNav .lang-menu,
  #siteNav .user-menu{
    position:static;
    width:100%;
    margin-top:8px;
    box-shadow:none;
  }

  .smart-section-heading{
    margin-bottom:22px;
  }

  .footer-newsletter{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
  }

  .footer-newsletter form{
    width:100%;
  }
}

@media (max-width: 768px){
  body > main.container{
    padding-left:10px;
    padding-right:10px;
  }

  .smart-hero{
    height:auto;
    min-height:calc(100vh - 72px);
    max-height:none;
  }

  .smart-hero-content{
    min-height:calc(100vh - 72px);
    padding-top:72px;
    padding-bottom:220px;
  }

  .smart-hero-stats{
    width:min(520px, calc(100% - 24px));
  }

  .smart-section-heading .section-title,
  .cool-green-title,
  .price-title{
    font-size:clamp(28px, 8vw, 42px) !important;
    line-height:1.08;
  }

  .smart-section,
  .smart-welcome,
  .smart-location-grid,
  .spa-footer-container,
  .smart-section-wide{
    width:calc(100% - 16px);
  }

  .review-slider{
    gap:12px;
  }

  .review-card{
    min-width:min(86vw, 330px);
    margin-left:6px !important;
    margin-right:6px !important;
  }

  .price-item{
    grid-template-columns:1fr;
    text-align:left;
    gap:8px;
  }

  .price-item .wa-btn{
    justify-self:start;
  }

  .map-section iframe,
  .smart-map-section iframe{
    height:300px;
  }
}

@media (max-width: 520px){
  .smart-trust-row{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .smart-trust-pill{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .smart-brand{
    gap:8px;
    max-width:calc(100% - 112px);
  }

  .smart-brand strong{
    font-size:1.02rem;
  }

  .smart-nav-toggle{
    padding:9px 11px;
  }

  .smart-nav-toggle span{
    display:none;
  }

  .smart-hero-badge,
  .smart-eyebrow{
    white-space:normal;
    text-align:center;
    line-height:1.35;
  }

  .smart-hero-content{
    padding-bottom:245px;
  }

  .smart-hero-stats div{
    border-radius:18px;
  }

  .service-ui-feature,
  .service-benefit-box,
  .service-detail-panel{
    border-radius:16px;
  }

  .smart-payment-header{
    align-items:flex-start;
  }

  .footer-newsletter form{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .footer-btn,
  .footer-input,
  .map-btn{
    width:100%;
  }

  .wa-float{
    right:14px;
    bottom:14px;
  }
}

@media (max-width: 380px){
  .smart-brand .logo{
    width:42px;
    height:42px;
    border-radius:13px;
  }

  .smart-hero-content h1{
    font-size:32px;
  }

  .smart-payment-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (pointer: coarse){
  .smart-btn,
  .smart-mini-btn,
  .service-detail-toggle,
  .map-btn,
  .footer-btn,
  #siteNav.nav-menu a{
    min-height:44px;
  }
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
  }
}
