:root{
  --ys-bg:#f6f9fd;
  --ys-surface:#ffffff;
  --ys-surface-2:#ffffff;
  --ys-ink:#0b1224;
  --ys-muted:rgba(11,18,36,.72);
  --ys-muted-2:rgba(11,18,36,.55);
  --ys-primary:#36d1dc;
  --ys-primary-2:#5b86e5;
  --ys-accent:#f6c445;
  --ys-border:rgba(11,18,36,.12);
  --ys-shadow:0 18px 45px rgba(2,8,20,.12);
  --ys-radius:22px;
}

body{
  background:radial-gradient(1200px 800px at 8% 0%, rgba(54,209,220,.25), transparent 58%),
             radial-gradient(900px 700px at 92% 10%, rgba(91,134,229,.18), transparent 55%),
             var(--ys-bg) !important;
  color:var(--ys-ink) !important;
}

.neutral-0{color:rgba(11,18,36,.92) !important}
.neutral-1000{color:rgba(11,18,36,.92) !important}
.neutral-900{color:rgba(11,18,36,.88) !important}
.neutral-500{color:var(--ys-muted) !important}
.neutral-400{color:rgba(11,18,36,.62) !important}
.neutral-300{color:rgba(11,18,36,.55) !important}
.color-black{color:rgba(11,18,36,.92) !important}
.text-dark{color:rgba(11,18,36,.92) !important}
.text-muted{color:rgba(11,18,36,.62) !important}

.background-card{
  background:rgba(255,255,255,.85) !important;
  border:1px solid var(--ys-border) !important;
}

.box-breadcrumb .breadcrumbs a,
.box-breadcrumb .breadcrumbs span{
  color:rgba(11,18,36,.72) !important;
}

.box-breadcrumb .breadcrumbs .text-breadcrumb{
  color:rgba(11,18,36,.92) !important;
}

.btn-primary{
  background:linear-gradient(90deg,var(--ys-primary),var(--ys-primary-2)) !important;
  border-color:rgba(11,18,36,.12) !important;
  color:#ffffff !important;
  font-weight:900 !important;
}

.btn-secondary,
.btn-outline-dark,
.btn-gray{
  background:rgba(255,255,255,.9) !important;
  border:1px solid var(--ys-border) !important;
  color:rgba(11,18,36,.92) !important;
}

.btn-secondary:hover,
.btn-outline-dark:hover,
.btn-gray:hover{
  background:rgba(255,255,255,1) !important;
  border-color:rgba(54,209,220,.28) !important;
}

.background-body{background:transparent !important}
.background-100{background:transparent !important}
.bg-footer{display:none}

.ys-shell{
  position:relative;
  overflow-x:hidden;
}

.ys-shell::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(900px 700px at 20% 20%, rgba(246,196,69,.10), transparent 55%),
    radial-gradient(1000px 780px at 80% 35%, rgba(54,209,220,.10), transparent 60%);
  pointer-events:none;
  z-index:-1;
}

.ys-nav{
  background:rgba(255,255,255,.75);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--ys-border);
}

.ys-nav .header-logo img{
  height:42px;
  width:auto;
  filter: drop-shadow(0 10px 25px rgba(2,8,20,.12));
}

.ys-nav .main-menu > li > a{
  color:rgba(11,18,36,.82) !important;
  font-weight:800;
  letter-spacing:.2px;
}

.ys-nav .main-menu > li > a:hover{color:var(--ys-primary) !important}

.ys-topbar{
  background:rgba(255,255,255,.75) !important;
  border-bottom:1px solid var(--ys-border);
}

.ys-topbar a{color:rgba(11,18,36,.78) !important}
.ys-topbar .text-unlock{color:rgba(11,18,36,.62) !important}

.ys-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
  letter-spacing:.2px;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  text-decoration:none !important;
}

.ys-btn:active{transform:translateY(1px)}

.ys-btn-primary{
  background:linear-gradient(90deg,var(--ys-primary),var(--ys-primary-2));
  color:#ffffff !important;
  box-shadow:0 14px 35px rgba(91,134,229,.22);
  border:1px solid rgba(11,18,36,.10);
}

.ys-btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 20px 55px rgba(91,134,229,.22);
}

.ys-btn-ghost{
  background:rgba(255,255,255,.9);
  border:1px solid var(--ys-border);
  color:var(--ys-ink) !important;
}

.ys-btn-ghost:hover{
  background:rgba(255,255,255,1);
  transform:translateY(-1px);
}

.ys-section{
  padding:56px 0;
  content-visibility:auto;
  contain-intrinsic-size:1px 800px;
}

.ys-section-head{
  max-width:820px;
  margin:0 auto 26px;
  text-align:center;
}

.ys-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid var(--ys-border);
  background:rgba(255,255,255,.86);
  color:rgba(11,18,36,.78);
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  font-size:12px;
}

.ys-title{
  margin:14px 0 0;
  font-weight:900;
  letter-spacing:-.6px;
  line-height:1.05;
  font-size:clamp(30px, 4vw, 50px);
  color:var(--ys-ink);
}

.ys-subtitle{
  margin:12px auto 0;
  color:var(--ys-muted);
  font-size:clamp(14px, 1.6vw, 18px);
  line-height:1.65;
  max-width:720px;
}

.ys-hero{
  padding:54px 0 28px;
}

.ys-hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:30px;
  align-items:center;
}

.ys-hero-card{
  border-radius:var(--ys-radius);
  border:1px solid var(--ys-border);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
  box-shadow:var(--ys-shadow);
  overflow:hidden;
}

.ys-hero-copy{
  padding:28px 26px;
}

.ys-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.ys-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:22px;
}

.ys-stat{
  padding:14px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--ys-border);
}

.ys-stat strong{
  display:block;
  font-weight:900;
  font-size:18px;
}

.ys-stat span{
  color:var(--ys-muted-2);
  font-weight:700;
  font-size:12px;
}

.ys-hero-media{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  padding:12px;
}

.ys-hero-media .ys-shot{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--ys-border);
  position:relative;
}

.ys-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ys-shot::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.00), rgba(11,18,36,.12));
}

.ys-grid{
  display:grid;
  grid-template-columns:repeat(12, minmax(0, 1fr));
  gap:16px;
}

.ys-card{
  border-radius:var(--ys-radius);
  border:1px solid var(--ys-border);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 45px rgba(2,8,20,.10);
  overflow:hidden;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.ys-card:hover{
  transform:translateY(-2px);
  border-color:rgba(54,209,220,.35);
  background:rgba(255,255,255,1);
}

.ys-card-media{
  position:relative;
  aspect-ratio: 16 / 10;
  overflow:hidden;
}

.ys-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.03);
}

.ys-card-body{
  padding:16px 16px 18px;
}

.ys-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  border:1px solid var(--ys-border);
  background:rgba(11,18,36,.06);
  color:rgba(11,18,36,.82);
}

.ys-card-title{
  margin:12px 0 6px;
  font-weight:900;
  font-size:18px;
  line-height:1.25;
  color:var(--ys-ink) !important;
}

.ys-card-text{
  margin:0;
  color:var(--ys-muted);
  font-weight:600;
  line-height:1.6;
  font-size:14px;
}

.ys-card-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.ys-top-slider{padding:14px 0 0}

.ys-hero-swiper{border-radius:var(--ys-radius); overflow:hidden}

.ys-hero-slide{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
}

.ys-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.05) contrast(1.03);
}

.ys-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(11,18,36,.72) 0%, rgba(11,18,36,.28) 45%, rgba(11,18,36,.10) 100%);
}

.ys-hero-slide-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  align-items:center;
  padding:28px 0;
}

.ys-hero-slide-copy{
  color:#ffffff !important;
}

.ys-hero-slide-copy .ys-kicker{
  background:rgba(255,255,255,.92);
  color:rgba(11,18,36,.9) !important;
}

.ys-top-slider .ys-hero-h1,
.ys-hero-h1{
  margin:14px 0 10px;
  font-weight:1000;
  letter-spacing:-.8px;
  line-height:1.05;
  font-size:clamp(30px, 4vw, 54px);
  color:#ffffff !important;
  text-shadow:0 18px 55px rgba(0,0,0,.35);
}

.ys-top-slider .ys-hero-p,
.ys-hero-p{
  margin:0;
  color:rgba(255,255,255,.96) !important;
  font-weight:650;
  max-width:54ch;
  line-height:1.6;
  font-size:clamp(14px, 1.6vw, 18px);
  text-shadow:0 10px 30px rgba(0,0,0,.28);
}

.ys-hero-actions{
  margin-top:18px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ys-hero-form .ys-badge{font-size:12px}
.ys-hero-form .form-control{
  border-radius:14px;
  border:1px solid var(--ys-border);
  background:#ffffff;
  font-weight:650;
}

.ys-hero-form .form-control:focus{
  border-color:rgba(54,209,220,.55);
  box-shadow:0 0 0 .25rem rgba(54,209,220,.18);
}

.ys-hero-help{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  font-weight:800;
}

.ys-hero-help-title{color:var(--ys-muted); font-weight:900}
.ys-hero-help-link{color:var(--ys-ink); text-decoration:none; font-weight:900}
.ys-hero-help-link:hover{color:var(--ys-primary)}
.ys-hero-help-sep{color:rgba(11,18,36,.35)}

.ys-pack-card{height:100%}

.ys-pack-media{
  position:relative;
  border-bottom:1px solid var(--ys-border);
  aspect-ratio: 16 / 10;
  overflow:hidden;
}

.ys-pack-media img{width:100%;height:100%;object-fit:cover;display:block}

.ys-pack-badge{
  position:absolute;
  top:12px;
  left:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--ys-border);
  font-weight:1000;
  font-size:12px;
}

.ys-pack-body{padding:16px 16px 18px}
.ys-pack-title{font-weight:1000; font-size:18px; line-height:1.25}
.ys-pack-meta{margin-top:6px; color:rgba(11,18,36,.65); font-weight:800; font-size:13px}
.ys-pack-dot{margin:0 6px; color:rgba(11,18,36,.35)}
.ys-pack-desc{margin:10px 0 0; color:var(--ys-muted); font-weight:650; line-height:1.6; font-size:14px}
.ys-pack-price{margin-top:12px; display:flex; align-items:baseline; gap:8px; flex-wrap:wrap}
.ys-pack-amount{font-weight:1000; font-size:22px}
.ys-pack-unit{color:rgba(11,18,36,.55); font-weight:850; font-size:12px}
.ys-pack-old{color:rgba(11,18,36,.45); text-decoration:line-through; font-weight:800; font-size:12px}
.ys-pack-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

.ys-pagination .pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.ys-pagination .page-link{
  border-radius:12px !important;
  border:1px solid var(--ys-border) !important;
  color:var(--ys-ink) !important;
  background:#fff !important;
  font-weight:800;
}

.ys-pagination .active .page-link{
  background:linear-gradient(90deg,var(--ys-primary),var(--ys-primary-2)) !important;
  border-color:transparent !important;
  color:#fff !important;
}

.ys-media-pill{
  position:absolute;
  top:14px;
  right:14px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(11,18,36,.78);
  color:#fff;
  font-size:12px;
  font-weight:800;
  z-index:2;
}

.ys-footer{
  margin-top:28px;
  padding:0 0 8px;
  background:linear-gradient(180deg, rgba(11,18,36,.98), rgba(11,18,36,.94));
  color:rgba(255,255,255,.85);
}

.ys-footer .container{
  position:relative;
}

.ys-footer-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:28px;
  margin-bottom:34px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  background:linear-gradient(135deg, rgba(54,209,220,.16), rgba(91,134,229,.18));
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}

.ys-footer-cta h3{
  color:#fff;
  margin:12px 0 6px;
  font-size:clamp(24px, 3vw, 34px);
  font-weight:900;
}

.ys-footer-cta p,
.ys-footer-text{
  color:rgba(255,255,255,.72);
  margin:0;
  line-height:1.7;
}

.ys-footer-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.ys-footer-grid{
  row-gap:24px;
  padding-bottom:12px;
}

.ys-footer-brand .ftlogo{
  max-height:58px;
  width:auto;
}

.ys-footer-contact{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:18px;
}

.ys-footer-contact a,
.ys-footer-contact span,
.ys-footer .menu-footer a,
.ys-footer .footer-bottom p{
  color:rgba(255,255,255,.78) !important;
}

.ys-footer-contact a:hover,
.ys-footer .menu-footer a:hover{
  color:#fff !important;
}

.ys-footer .text-linear-3,
.ys-footer .title-follow{
  color:#fff !important;
  font-weight:900;
  margin-bottom:16px;
}

.ys-footer .menu-footer li{
  margin-bottom:10px;
}

.ys-footer .box-socials-footer{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:18px;
}

.ys-footer .footer-bottom{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);
}

.ys-footer .footer-bottom .mb-20{
  margin-bottom:0 !important;
}

@media (max-width: 991.98px){
  .ys-footer-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

.ys-metrics .ys-metric{
  border-radius:var(--ys-radius);
  border:1px solid var(--ys-border);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 45px rgba(2,8,20,.08);
  padding:16px 14px;
  text-align:center;
}

.ys-metrics .ys-metric-num{font-weight:1000; font-size:26px; letter-spacing:-.3px}
.ys-metrics .ys-metric-label{color:rgba(11,18,36,.62); font-weight:850}

.ys-steps{display:flex; flex-direction:column; gap:12px}
.ys-step{display:flex; gap:12px; align-items:flex-start}
.ys-step-num{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:1000;
  background:rgba(54,209,220,.14);
  border:1px solid rgba(54,209,220,.25);
  color:rgba(11,18,36,.9);
  flex:0 0 auto;
}
.ys-step-title{font-weight:1000}
.ys-step-text{color:var(--ys-muted); font-weight:650; line-height:1.6}

.ys-property-card{
  max-width:1000px;
  margin:0 auto;
  max-height: fit-content;
}

.ys-property-media{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  min-height:420px;
  height: 420px;
  border:1px solid rgba(11,18,36,.08);
  box-shadow:0 24px 60px rgba(2,8,20,.14);
}

.ys-property-media img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}

.ys-property-video{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
  background:#000;
}

.ys-property-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(11,18,36,.08) 0%, rgba(11,18,36,.18) 48%, rgba(11,18,36,.72) 100%);
}

.ys-property-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:98px;
  height:98px;
  border-radius:999px;
  background:linear-gradient(135deg, #ffb347, #ff8c00);
  box-shadow:0 18px 40px rgba(255,140,0,.32);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}

.ys-property-play span{
  width:0;
  height:0;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  border-left:22px solid #fff;
  margin-left:6px;
}

.ys-property-caption{
  position:absolute;
  left:26px;
  right:26px;
  bottom:24px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  z-index:2;
}

.ys-property-name{
  color:#fff;
  font-size:clamp(28px, 4vw, 48px);
  font-weight:1000;
  line-height:1.02;
  text-shadow:0 10px 30px rgba(0,0,0,.22);
}

.ys-property-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.ys-property-badges span{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-weight:800;
  backdrop-filter:blur(8px);
}

.ys-footer{
  background:linear-gradient(180deg, rgba(11,18,36,.98), rgba(11,18,36,.94));
  border-top:1px solid rgba(255,255,255,.08);
}

.ys-footer .menu-footer a{color:rgba(255,255,255,.78) !important}
.ys-footer .menu-footer a:hover{color:#fff !important}

.ys-footer .text-md,
.ys-footer .text-sm,
.ys-footer p{color:rgba(255,255,255,.72) !important}

.ys-footer .title-follow{color:#fff !important}

@media (max-width: 992px){
  .ys-hero-grid{grid-template-columns:1fr; gap:16px}
  .ys-stats{grid-template-columns:1fr; gap:10px}
  .ys-hero-slide-grid{grid-template-columns:1fr}
  .ys-hero-slide{min-height:640px}
  .ys-property-caption{flex-direction:column; align-items:flex-start}
}

@media (max-width: 576px){
  .ys-section{padding:44px 0}
  .ys-hero{padding:42px 0 20px}
  .ys-hero-copy{padding:22px 18px}
  .ys-btn{width:100%}
  .ys-hero-overlay{background:linear-gradient(180deg, rgba(11,18,36,.70) 0%, rgba(11,18,36,.28) 60%, rgba(11,18,36,.10) 100%)}
  .ys-property-media,
  .ys-property-media img,
  .ys-property-video{min-height:300px}
  .ys-property-play{width:78px; height:78px}
  .ys-property-caption{left:16px; right:16px; bottom:16px}
}

