@import url('https://fonts.cdnfonts.com/css/montserrat');
@import url('https://fonts.cdnfonts.com/css/rajdhani');


/*=Typography=*/
html {
  font-size: 18px;
    overflow-x: hidden;
}

body {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

section {
  padding: 5em 0;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

a, a :hover, a:active {
  color: #fff;
  text-decoration: none;
}

h2 {
  font-family: 'montserrat', sans-serif;
}

.hp{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.zoom-out {
  opacity: 0;
  transform: translateY(20px) scale(1.2);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.zoom-out.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-label {
  color: #6f6f6f;
  margin: 0 0 .6rem 0;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.section-label:before{
  content:"";
  width: 34px;
  height: 2px;
  background: linear-gradient(to left, #42688E, #3D8BD6);
}

/* =========================
   ABOUT – Luxury polish
   ========================= */

.sec-about{
  position: relative;
  background: #F1F1F1;
  overflow: hidden;
}
.sec-about .container{ position: relative; z-index: 1; }

/* hlavní „shell“ – karta pro celý blok */
.about-shell{
  border-radius: 24px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  padding: 1.6rem 1.2rem;
  margin-top: 2rem;
}

/* h2 víc „premium“ */
.sec-about h2{
  margin: 0 0 .8rem 0;
  font-weight: 700;
  color: #232223;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

/* sub text čistší */
.sec-about .sub{
  max-width: 62rem;
  margin: 0 auto 1.4rem auto;
  font-weight: 500;
  color: #232223;
}

.sub-muted{
  color: #6f6f6f;
}

/* textové bloky */
.about-lead{
  font-weight: 500;
  color: #232223;
  margin: 0 0 1rem 0;
  max-width: 62ch;
}

.about-points{
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
}

.about-points li{
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0.06);
  padding: .7rem .85rem;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  border-radius: 18px;
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  margin: .55rem 0;
  color: #464445;
  font-weight: 500;
}

.about-points i{
  margin-top: .2rem;
  color: #3D8BD6;
  pointer-events: none;
}

.about-cta{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #3D8BD6;
  text-decoration: none;
}

@media (min-width: 768px){
  .about-cta{
    margin-bottom: 0;
  }
}

.about-cta:hover,
.about-cta:focus{
  transform: translateY(-1px);
  color: #3D8BD6;
}

/* pravá karta = lux “glass card” */
.about-card{
  border-radius: 18px;
  background: rgba(241,241,241,0.55);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 14px 28px rgba(0,0,0,0.10);
  padding: 1.2rem 1.2rem;
  position: relative;
  overflow: hidden;
}

.about-card-text{
  margin: 0 0 1rem 0;
  font-weight: 600;
  color: #232223;
}

.about-sign img{
  width: 50%;
  height: auto;
  display: block;
  filter: contrast(1.05);
}

/* lepší spacing pro grid */
.about-grid{ margin-top: .25rem; }

@media (min-width: 768px){
  .sec-about{ text-align: left; }

  .about-shell{
    padding: 2rem 2rem;
  }

  .sec-about .sub{
    margin-left: 0;
  }

  .about-sign img{ width: 50%; }
}

/* =========================
   ABOUT PROCESS
   ========================= */

.process-card{
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 1.2rem;
  text-align: left;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  height: 100%;
}

.process-step{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3D8BD6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: .6rem;
}

.process-card h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .4rem;
}

.process-card p{
  font-size: 15px;
  color: #5f5f5f;
}


/* =========================
   WHY US
   ========================= */

.why-card{
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 1.2rem;
  text-align: left;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  height: 100%;
}

.why-card i{
  font-size: 20px;
  color: #3D8BD6;
  margin-bottom: .6rem;
}

.why-card h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .4rem;
}

.why-card p{
  font-size: 15px;
  color: #5f5f5f;
}

/* =========================
   ABOUT SECTION BACKGROUNDS
   ========================= */

.about-process{
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(61,139,214,0.10), transparent 32%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
  overflow: hidden;
}

.about-process:before{
  content:"";
  position:absolute;
  inset:auto -120px -120px auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(61,139,214,0.10) 0%, rgba(61,139,214,0.03) 45%, transparent 72%);
  pointer-events:none;
}

.about-process .about-shell{
  background: rgba(255,255,255,0.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


/* =========================
   WHY SECTION BACKGROUNDS
   ========================= */

.about-why{
  position: relative;
  background:
    radial-gradient(circle at bottom right, rgba(0,0,0,0.035), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f6f7 100%);
  overflow: hidden;
}

.about-why:before{
  content:"";
  position:absolute;
  inset:40px auto auto -80px;
  width:260px;
  height:260px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.15) 58%, transparent 74%);
  pointer-events:none;
}

.about-why .about-shell{
  background: rgba(245,245,246,0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


/* =========================
   SMALL VISUAL SEPARATION
   ========================= */

.about-process + .about-why{
  margin-top: -1px;
}

@media (max-width: 767px){
  .about-process:before,
  .about-why:before{
    width:220px;
    height:220px;
  }
}