:root{
  --text:#eaf0ff;
  --accent:#2f6cff;
  --accent2:#2458d8;
  --darkText:#0e1524;
  --muted:#5b6475;
  --radius:18px;
  --radiusSm:14px;
  --line:rgba(0,0,0,.08);
  --shadow:0 18px 45px rgba(0,0,0,.35);
  --shadow2:0 12px 30px rgba(0,0,0,.22);
  --cardShadow:0 10px 22px rgba(0,0,0,.07);

  --wa:#25D366;
  --wa2:#1ebe5d;

  --bgA:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.98));
  --bgB:linear-gradient(180deg, rgba(247,249,255,.98), rgba(255,255,255,.99));
  --bgC:linear-gradient(180deg, rgba(248,250,252,.98), rgba(255,255,255,.99));
  --bgD:linear-gradient(180deg, rgba(247,248,255,.98), rgba(255,255,255,.99));
/* DARK MODE */
@media (prefers-color-scheme: dark){
    --bgA:linear-gradient(180deg, rgba(11,18,32,.92), rgba(9,14,26,.96));
    --bgB:linear-gradient(180deg, rgba(12,20,36,.92), rgba(9,14,26,.97));
    --bgC:linear-gradient(180deg, rgba(10,18,34,.92), rgba(8,12,24,.97));
    --bgD:linear-gradient(180deg, rgba(13,22,40,.90), rgba(9,14,26,.97));
  --radius:18px;
  --radiusSm:14px;
  --line:rgba(0,0,0,.08);
}
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:linear-gradient(180deg,#061022 0%, #071126 30%, #071127 100%);
  color:var(--text);
  overflow-x:hidden;
  scroll-behavior:smooth;
}

.container{max-width:1120px;margin:0 auto;padding:0 22px}

.topbar{
  position:fixed;
  top:0;left:0;right:0;
  width:100%;
  z-index:99999;
  background:linear-gradient(180deg,rgba(10,20,40,.90),rgba(10,20,40,.72));
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.06);
  transform:translateZ(0);
}

.topbar-spacer{height:86px}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 0;
  gap:18px;
}

.brand{
  display:flex;
  align-items:flex-end;
  gap:12px;
  min-width:220px;
}

.brand-mark{
  width:44px;
  height:44px;
  border-radius:14px;

  display:flex;
  align-items:center;
  justify-content:center;

  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight:900;
  font-size:16px;

  background:linear-gradient(135deg,rgba(47,108,255,.22),rgba(47,108,255,.08));
  border:1px solid rgba(47,108,255,.28);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.brand-text{line-height:1}
.brand-name{
  font-weight:800;
  letter-spacing:.8px;
  font-size:18px;
  text-transform:uppercase;
}
.brand-role{
  margin-top:4px;
  font-weight:600;
  font-size:12px;
  color:rgba(234,240,255,.65);
  letter-spacing:.8px;
  text-transform:uppercase;
}

.menu{
  position:relative;
  display:flex;
  align-items:center;
  gap:22px;
  flex:1;
  justify-content:center;
}

.menu-indicator{
  position:absolute;
  bottom:0px;
  height:3px;
  width:0;
  border-radius:999px;

  background:linear-gradient(
    90deg,
    rgba(47,108,255,0),
    rgba(80,140,255,1),
    rgba(47,108,255,0)
  );

  box-shadow:
    0 0 12px rgba(80,140,255,.65),
    0 4px 18px rgba(47,108,255,.55);

  transition:
    left .35s cubic-bezier(.4,0,.2,1),
    width .35s cubic-bezier(.4,0,.2,1),
    box-shadow .25s ease;

  pointer-events:none;
}

.menu a{
  color:rgba(234,240,255,.78);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  padding:10px 4px;
  position:relative;
  transition:color .18s ease, transform .18s ease;
}

.menu a:hover{
  color:rgba(234,240,255,.95);
  transform:translateY(-1px);
}

.menu a.active{color:var(--text)}

.menu a.active:after{
  display:none;
}

.top_text {
  color: var(--accent);
  font-size: 26px;
  font-weight: bold;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}

.cta{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:220px;
  justify-content:flex-end;
}

.btn{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:var(--text);
  padding:12px 16px;
  border-radius:12px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, filter .18s ease;
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
}

.btn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.22);
  box-shadow:0 10px 22px rgba(0,0,0,.18);
}

.btn.primary:not(.btn-whatsapp-app){
  border:0;
  border-radius:16px;
  padding:12px 20px;
  color:#fff;

  background:
    radial-gradient(120% 120% at 30% 20%, rgba(160,204,255,1) 0%, rgba(47,108,255,1) 42%, rgba(20,72,210,1) 100%);
  background-image:
    radial-gradient(120% 120% at 30% 20%, rgba(160,204,255,1) 0%, rgba(47,108,255,1) 42%, rgba(20,72,210,1) 100%);

  box-shadow:
    0 12px 28px rgba(47,108,255,.35),
    inset 0 1px 0 rgba(255,255,255,.35);
}

.btn.primary:not(.btn-whatsapp-app)::before{
  content:"";
  width:18px;
  height:18px;
  display:inline-block;
  flex:0 0 auto;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.22));
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25Zm2.92 2.83H5v-.92l9.06-9.06.92.92-9.06 9.06ZM20.71 7.04a1.003 1.003 0 0 0 0-1.42L18.37 3.29a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.83Z'/%3E%3C/svg%3E");
}

.btn.primary:not(.btn-whatsapp-app):hover{
  transform:none;
  box-shadow:
    0 0 0 3px rgba(47,108,255,.20),
    0 18px 46px rgba(47,108,255,.55),
    inset 0 1px 0 rgba(255,255,255,.45);
  filter:brightness(1.02);
}

.btn.primary:not(.btn-whatsapp-app):active{
  transform:none;
  box-shadow:
    0 10px 22px rgba(47,108,255,.35),
    inset 0 3px 8px rgba(0,0,0,.22);
  filter:brightness(.99);
}

.hero{
  position:relative;
  z-index:1;
  width:100%;
  border-radius:0;
  overflow:hidden;
  margin:0;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(900px 480px at 70% 30%, rgba(47,108,255,.20), transparent 55%),
    radial-gradient(720px 420px at 20% 50%, rgba(0,0,0,.35), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  scroll-margin-top:96px;
}

.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,16,32,.90) 0%, rgba(8,16,32,.74) 45%, rgba(8,16,32,.20) 100%),
    url("/honza_img/background.avif"),
    url("/honza_img/background.avif"),
    url("/honza_img/background.avif");
  background-size:cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
  opacity:.95;
  transform:scale(1.02);
}

.hero-inner{
  position:relative;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  padding:52px 0;
  min-height:320px;
  align-items:center;
}

.hero h3{
  margin:0;
  font-size:42px;
  letter-spacing:-.6px;
  line-height:1.1;
  font-weight:900;
}
.hero h3 span{
  display:block;
  margin-top:10px;
  color:rgba(47,108,255,.95);
  text-decoration: underline;
  text-underline-offset:10px;
  text-decoration-thickness:3px;
  text-decoration-color:rgba(47,108,255,.55);
  font-weight:900;
}
.hero h1{
  margin:18px 0 26px;
  color:rgba(234,240,255,.82);
  font-size:15px;
  line-height:1.6;
  max-width:560px;
}

.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.section{scroll-margin-top:96px}

.stripe{
  position:relative;
  color:var(--darkText);
  padding:48px 0 56px;
}
.stripe.bgA{background:var(--bgA)}
.stripe.bgB{background:var(--bgB)}
.stripe.bgC{background:var(--bgC)}
.stripe.bgD{background:var(--bgD)}

.section-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 16px;
}
.section-title h4{
  margin:0;
  font-size:22px;
  letter-spacing:-.2px;
}
.section-title small{
  display:block;
  margin-top:6px;
  color:rgba(14,21,36,.60);
  font-weight:650;
}

.value{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
  align-items:stretch;
  margin-top:12px;
}

.value-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--cardShadow);
  padding:18px 18px;
  overflow:hidden;
  position:relative;
}

.value-card:before{
  content:"";
  position:absolute;
  inset:-30px -30px auto auto;
  width:220px;height:220px;
  background:radial-gradient(circle at 30% 30%, rgba(47,108,255,.18), transparent 60%);
  transform:rotate(12deg);
}

.value h2{
  font-size:16px;
  text-align: justify;
}
.lead{
  margin:10px 0 0;
  color:rgba(14,21,36,.70);
  font-weight:650;
  line-height:1.65;
  max-width:680px;
}

.bullets{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}

.bullet{
  background:rgba(47,108,255,.06);
  border:1px solid rgba(47,108,255,.14);
  border-radius:16px;
  padding:12px 12px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  transition:transform .18s ease;
}
.bullet:hover{transform:translateY(-2px)}
.bullet .dot{
  width:10px;height:10px;border-radius:50%;
  background:linear-gradient(180deg,var(--accent),var(--accent2));
  margin-top:5px;
  flex:0 0 auto;
  box-shadow:0 0 0 4px rgba(47,108,255,.12);
}
.bullet b{display:block;font-size:13px}
.bullet span{display:block;font-size:12px;color:rgba(14,21,36,.62);font-weight:650;margin-top:2px}

.value-cta{
  display:flex;
  align-items:stretch;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

.pill{
  flex:1;
  min-width:260px;
  background:linear-gradient(180deg, rgba(47,108,255,.10), rgba(47,108,255,.05));
  border:1px solid rgba(47,108,255,.18);
  border-radius:var(--radius);
  box-shadow:var(--cardShadow);
  padding:18px 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  position:relative;
  overflow:hidden;
}
.pill:after{
  content:"";
  position:absolute;
  inset:auto -60px -60px auto;
  width:180px;height:180px;
  background:radial-gradient(circle at 30% 30%, rgba(47,108,255,.18), transparent 60%);
  transform:rotate(-12deg);
}
.pill h3{margin-bottom:10px;font-size:22px;letter-spacing:-.2px;font-weight: 700;
    transition: color .2s ease, text-shadow .2s ease;}
 @media (prefers-color-scheme: dark) {
    .pill h3 {
        color: #7CFFBF;

        text-shadow:
            0 0 6px rgba(0,255,170,0.35),
            0 2px 10px rgba(0,0,0,0.7);
    }
}     
@media (prefers-color-scheme: light) {
    .pill h3 {
        color: #0F9D58; /* tmavší zelená */

        text-shadow:
            0 2px 4px rgba(0,0,0,0.15);
    }
}
.pill p{
  margin:0;
  font-weight:650;
  line-height:1.6;
  transition: color .2s ease, text-shadow .2s ease;
}

/* LIGHT MODE */
@media (prefers-color-scheme: light){
  .pill p{
    color: rgba(14,21,36,.82); /* vyšší kontrast */
    text-shadow: 0 1px 0 rgba(255,255,255,.6);
  }
}

/* DARK MODE */
@media (prefers-color-scheme: dark){
  .pill p{
    color: rgba(230,240,255,.88); /* světlejší tón */
    text-shadow: 0 2px 8px rgba(0,0,0,.7);
  }
}

.process{
  display:block;
}

.process-wide{
  width:100%;
  border-radius:16px;
  padding:22px 22px;
  background: linear-gradient(
    135deg,
    rgba(47,108,255,.18),
    rgba(47,108,255,.06)
  );
  border:1px solid rgba(47,108,255,.25);
  box-shadow:
    0 20px 50px rgba(47,108,255,.18),
    inset 0 0 0 1px rgba(255,255,255,.4);
  grid-column: 1 / -1;
}

.process-wide__badge{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(47,108,255,.16);
  border:1px solid rgba(47,108,255,.22);
  margin-bottom:10px;
}

.process-wide h3{
  margin:0 0 10px 0;
  line-height:1.25;
  font-size:24px;
  font-weight:800;
  margin-bottom:12px;
}
.process-wide .accent{
  color:#2f6cff;
}
.process-wide .highlight{
  font-weight:600;
}
.process-wide p{
  margin:0 0 10px 0;
  line-height:1.55;
  opacity:.92;
}

.process-wide__ref{
  margin:20px 5px;
  padding: 24px;
  border-radius:12px;
  background: rgba(255,255,255,.72);
  border:1px dashed rgba(47,108,255,.25);
  font-size:17px;
  border-style:solid;
  border-width:2px;
  text-align: center
}
.process-wide__ref .reward{
  font-size:22px;
  font-weight:900;
  color:#2f6cff;
}
.process-wide__cta{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:14px;
  flex-wrap:wrap;
}

.process-wide__hint{
  font-size:13px;
  opacity:.75;
}
.process-wide__cta .btn-primary{
  font-size:16px;
  padding:12px 18px;
  box-shadow: 0 14px 30px rgba(47,108,255,.35);
}

.process-wide__badge{
  font-size:13px;
  padding:7px 14px;
  font-weight:800;
  background-color: rgb(233, 238, 252);
  border: 2px solid white;
}

.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:12px 20px;
  border-radius:16px;
  border:0;
  color:#fff;
  text-decoration:none;
  font-weight:900;

  background:
    radial-gradient(120% 120% at 30% 20%, rgba(160,204,255,1) 0%, rgba(47,108,255,1) 42%, rgba(20,72,210,1) 100%);
  background-image:
    radial-gradient(120% 120% at 30% 20%, rgba(160,204,255,1) 0%, rgba(47,108,255,1) 42%, rgba(20,72,210,1) 100%);

  box-shadow:
    0 12px 28px rgba(47,108,255,.35),
    inset 0 1px 0 rgba(255,255,255,.35);

  transition:box-shadow .18s ease, filter .18s ease;
}

.btnDark{
  border:0;
  border-radius:16px;
  padding:12px 20px;
  color:#fff;
  font-weight:900;
  cursor:pointer;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  background:
    radial-gradient(120% 120% at 30% 20%, rgba(160,204,255,1) 0%, rgba(47,108,255,1) 42%, rgba(20,72,210,1) 100%);
  background-image:
    radial-gradient(120% 120% at 30% 20%, rgba(160,204,255,1) 0%, rgba(47,108,255,1) 42%, rgba(20,72,210,1) 100%);

  box-shadow:
    0 12px 28px rgba(47,108,255,.35),
    inset 0 1px 0 rgba(255,255,255,.35);

  transition:box-shadow .18s ease, filter .18s ease;
}

.btnDark::before{
  content:"";
  width:18px;
  height:18px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.22));
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25Zm2.92 2.83H5v-.92l9.06-9.06.92.92-9.06 9.06ZM20.71 7.04a1.003 1.003 0 0 0 0-1.42L18.37 3.29a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.83Z'/%3E%3C/svg%3E");
}

.btnDark:hover{
  box-shadow:
    0 0 0 3px rgba(47,108,255,.20),
    0 18px 46px rgba(47,108,255,.55),
    inset 0 1px 0 rgba(255,255,255,.45);
  filter:brightness(1.02);
}

.btn-primary::before{
  content:"";
  width:18px;
  height:18px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.22));
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25Zm2.92 2.83H5v-.92l9.06-9.06.92.92-9.06 9.06ZM20.71 7.04a1.003 1.003 0 0 0 0-1.42L18.37 3.29a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.83Z'/%3E%3C/svg%3E");
}

.btn-primary:hover{
  box-shadow:
    0 0 0 3px rgba(47,108,255,.20),
    0 18px 46px rgba(47,108,255,.55),
    inset 0 1px 0 rgba(255,255,255,.45);
  filter:brightness(1.02);
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
  margin-top:14px;
}

.card {
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  min-height:210px;
  display:flex;
  flex-direction:column;
  border-radius:12px 12px 0 0;
  opacity:0.8;
  box-shadow: 0 0 10px silver;
  flex-shrink: 0;
}

.card-media {
  width: 100%;
  height: 180px;
  max-height: 180px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
  position: relative;
}

.card-media a {
  display: block;
  width: 100%;
  height: 100%;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: static; /* zpět na static */
}

.card-body{padding:14px 16px 16px}
.card-title{margin:0;font-size:16px;font-weight:900;letter-spacing:-.2px}
.card-desc{margin:8px 0 0;color:rgba(14,21,36,.65);font-weight:650;font-size:13px;line-height:1.45}

.center-actions{display:flex;justify-content:center;margin-top:18px}
.btn.link{
  background:linear-gradient(180deg,var(--accent),var(--accent2));
  border:0;
  color:#fff;
  padding:12px 18px;
  border-radius:14px;
  box-shadow:0 12px 26px rgba(47,108,255,.18);
}

.testimonials{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.quote{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--cardShadow);
  padding:16px 16px;
  transition:transform .18s ease;
  position:relative;
  overflow:hidden;
}
.quote:hover{transform:translateY(-2px)}
.quote:before{
  content:"“";
  position:absolute;
  top:-16px;left:12px;
  font-size:72px;
  color:rgba(47,108,255,.16);
  font-weight:900;
  line-height:1;
}
.quote p{margin:0;color:rgba(14,21,36,.72);font-weight:650;line-height:1.7}
.quote b{display:block;margin-top:10px;font-size:13px}
.quote span{display:block;margin-top:3px;color:rgba(14,21,36,.55);font-weight:700;font-size:12px}

.process{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top:14px;
}

.step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--cardShadow);
  padding:14px 14px;
  transition:transform .18s ease, box-shadow .18s ease;
  position:relative;
  overflow:hidden;
  min-height:120px;
}
.step:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.10)}
.num{
  width:30px;height:30px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;
  color:#fff;font-weight:900;
  background: linear-gradient(180deg, #4b7ee2, #05286d);
  box-shadow:0 12px 24px rgba(47,108,255,.18);
}
.step h4{margin:10px 0 6px;font-size:14px;letter-spacing:-.2px}
.step p{margin:0;color:rgba(14,21,36,.64);font-weight:normal;line-height:1.6;font-size:12.5px; text-align: justify}

.process .step{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(47,108,255,.14);
  box-shadow: 0 10px 30px rgba(9,19,39,.08);
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,246,255,.90));
}

.process .step::before,
.process .step::after{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
}

.process .step::after{
  inset:0;
  opacity:.55;
}

.process .step > *{
  position:relative;
  z-index:1;
}

.process .step:hover{
  transform: translateY(-2px);
  transition: .22s ease;
  box-shadow: 0 16px 44px rgba(9,19,39,.12);
  border-color: rgba(47,108,255,.22);
}

.process .step:nth-child(1){
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(236,246,255,.92));
}
.process .step:nth-child(1)::before{
  background:
    radial-gradient(130px 95px at 18% 22%, rgba(47,108,255,.18), rgba(47,108,255,0) 70%),
    radial-gradient(210px 160px at 62% 120%, rgba(47,108,255,.10), rgba(47,108,255,0) 70%),
    linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0));
}
.process .step:nth-child(1)::after{
  background:
    linear-gradient(120deg, rgba(47,108,255,.14), rgba(47,108,255,0) 36%),
    linear-gradient(300deg, rgba(9,19,39,.05), rgba(9,19,39,0) 46%);
  clip-path: polygon(62% 0, 100% 0, 100% 78%, 80% 100%, 56% 100%, 72% 62%);
}

.process .step:nth-child(2){
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,240,255,.92));
  border-color: rgba(99,102,241,.18);
}
.process .step:nth-child(2)::before{
  background:
    radial-gradient(150px 110px at 22% 26%, rgba(99,102,241,.18), rgba(99,102,241,0) 72%),
    radial-gradient(180px 140px at 88% 18%, rgba(147,51,234,.12), rgba(147,51,234,0) 72%),
    radial-gradient(230px 160px at 44% 118%, rgba(99,102,241,.10), rgba(99,102,241,0) 70%),
    linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,0));
}
.process .step:nth-child(2)::after{
  background:
    linear-gradient(120deg, rgba(99,102,241,.14), rgba(99,102,241,0) 38%),
    linear-gradient(300deg, rgba(147,51,234,.10), rgba(147,51,234,0) 46%);
  clip-path: polygon(58% 0, 100% 0, 100% 70%, 84% 100%, 52% 100%, 68% 62%);
}

.process .step:nth-child(3){
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(236,255,252,.90));
  border-color: rgba(14,165,233,.18);
}
.process .step:nth-child(3)::before{
  background:
    radial-gradient(160px 120px at 20% 22%, rgba(14,165,233,.16), rgba(14,165,233,0) 72%),
    radial-gradient(170px 120px at 86% 28%, rgba(20,184,166,.12), rgba(20,184,166,0) 72%),
    radial-gradient(240px 170px at 48% 120%, rgba(14,165,233,.10), rgba(14,165,233,0) 70%),
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,0));
}
.process .step:nth-child(3)::after{
  background:
    linear-gradient(120deg, rgba(14,165,233,.14), rgba(14,165,233,0) 40%),
    linear-gradient(300deg, rgba(20,184,166,.10), rgba(20,184,166,0) 48%);
  clip-path: polygon(64% 0, 100% 0, 100% 74%, 86% 100%, 52% 100%, 70% 58%);
}

.process .step:nth-child(4){
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(240,255,246,.92));
  border-color: rgba(22,163,74,.18);
}
.process .step:nth-child(4)::before{
  background:
    radial-gradient(160px 120px at 18% 24%, rgba(34,197,94,.16), rgba(34,197,94,0) 72%),
    radial-gradient(190px 140px at 88% 20%, rgba(22,163,74,.12), rgba(22,163,74,0) 72%),
    radial-gradient(260px 180px at 48% 120%, rgba(34,197,94,.10), rgba(34,197,94,0) 70%),
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,0));
}
.process .step:nth-child(4)::after{
  background:
    linear-gradient(120deg, rgba(34,197,94,.14), rgba(34,197,94,0) 38%),
    linear-gradient(300deg, rgba(9,19,39,.05), rgba(9,19,39,0) 48%);
  clip-path: polygon(60% 0, 100% 0, 100% 76%, 82% 100%, 54% 100%, 70% 60%);
}

.services{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:14px;
}

.service{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--cardShadow);
  padding:16px 16px;
  transition:transform .18s ease, box-shadow .18s ease;
  position:relative;
  overflow:hidden;
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  border: 1px solid rgb(145, 126, 126);
}
.service:nth-child(2) {
  border: 3px solid rgb(14, 190, 14);
  background-color: rgb(239, 248, 239);
}
.service-head{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
}
.service-head .recomend{
  margin-left:auto;
}
.service .tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(47,108,255,.06);
  border:1px solid rgba(47,108,255,.14);
  font-weight:900;
  font-size:12px;
  width:max-content;
}
.service .recomend{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color:#ffffff;
  border: none;

  font-weight:900;
  font-size:12px;
  width:max-content;
  margin-left:auto;

  box-shadow: 0 6px 18px rgba(22,163,74,.35);
}
.service h4{text-align: center;font-weight: bold;margin:3px;font-size:34px;letter-spacing:-.2px; color: rgb(9, 19, 39); text-shadow: 0 0 10px rgb(139, 176, 231);}
.service h3{margin:10px 0 8px;font-size:16px;letter-spacing:-.2px}
.service ul{margin:0;padding-left:18px;color:rgba(14,21,36,.70);font-weight:650;line-height:1.7}
.service li{margin:4px 0}
.service .meta{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-top:10px;color:rgba(14,21,36,.62);font-weight:800;font-size:12px;
}
.service-info{
  margin-top: 10px;
  padding: 16px 14px;
  background: rgba(0,0,0,.03);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
.service-info p{
  margin: 0 0 6px 0;
}
.service-info .service-upgrade{
  margin-top: 18px;
  font-weight: 600;
  color: #048d31;
  text-align: center;
}
.service-wide{
  grid-column: 1 / -1;
}

.skills{margin-top:6px}

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  justify-content:center;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.09);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  font-weight:900;
  color:rgba(14,21,36,.85);
  font-size:22px;
  transition:transform .18s ease;
}
.badge:hover{transform:translateY(-2px)}
.skill-ico{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}
.skill-ico svg{width:18px;height:18px;display:block}

.faq{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.faq-item{
  background:#fff;
  border:1px solid rgba(9,19,39,.08);
  border-radius:16px;
  box-shadow:0 10px 26px rgba(9,19,39,.06);
  overflow:hidden;
}

.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  font-weight:800;
  color:#091327;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.chev{
  width:34px;
  height:34px;
  border-radius:999px;
  background:rgba(47,108,255,.08);
  border:1px solid rgba(47,108,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .35s ease, background .25s ease, border-color .25s ease;
  position:relative;
}

.chev::before{
  content:"";
  width:10px;
  height:10px;
  border-right:2px solid #1658cd;
  border-bottom:2px solid #1658cd;
  transform:rotate(45deg);
  transition:transform .35s ease;
}

.faq-item[open] .chev{
  background:rgba(34,197,94,.12);
  border-color:rgba(34,197,94,.25);
}

.faq-item[open] .chev::before{
  transform:rotate(-135deg);
}

.faq-content{
  display:grid;
  grid-template-rows: 0fr;
  opacity:0;
  transform:translateY(-6px);
  transition:
    grid-template-rows .42s cubic-bezier(.4,0,.2,1),
    opacity .28s ease,
    transform .42s cubic-bezier(.4,0,.2,1);
  will-change: grid-template-rows, opacity, transform;
}

.faq-content-inner{
  overflow:hidden;
}

.faq-item[open] .faq-content{
  grid-template-rows: 1fr;
  opacity:1;
  transform:translateY(0);
}

.faq-content-inner p{
  margin:0;
  padding:14px 18px 16px 18px;
  line-height:1.55;
  color:rgba(9,19,39,.75);
  font-weight:500;
}

.faq-item[open] summary{
  border-bottom:1px solid rgba(9,19,39,.08);
}

.about-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:24px;
}
.about-grid .panel{
  position: relative;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(239,246,255,.92));
  border: 1px solid rgba(47,108,255,.14);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(9,19,39,.08);
  overflow: hidden;
}
.about-grid .panel::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(180px 120px at 20% 15%, rgba(47,108,255,.18), transparent 70%),
    radial-gradient(220px 160px at 90% 30%, rgba(34,197,94,.12), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.65), transparent);
  pointer-events:none;
}

.about-grid .panel-wide{
  grid-column: 1 / -1;
}

@media (max-width: 768px){
  .about-grid{
    grid-template-columns: 1fr;
  }

  .about-grid .panel-wide{
    grid-column: auto;
  }
}

.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--cardShadow);
  padding:16px 16px;
}
.panel h3{margin:0 0 8px;font-size:16px;letter-spacing:-.2px}
.panel p{margin:0;color:rgba(14,21,36,.70);font-weight:650;line-height:1.7}
.panel .list{margin:10px 0 0;padding-left:18px;color:rgba(14,21,36,.70);font-weight:650;line-height:1.7}

.contact-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}
.contact-cta .note{color:rgba(14,21,36,.64);font-weight:750}

.images{margin-top:16px}

.image-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:5px;
  margin-top:10px;
}
.img-card{
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 22px rgba(0,0,0,.07);
  transition:transform .18s ease, box-shadow .18s ease;
  min-height:150px;
  position:relative;
}
.img-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.10)}
.img-card img{width:100%;height:100%;object-fit:cover;display:block}
.img-caption{
  position:absolute;left:0;right:0;bottom:0;
  padding:8px 10px;
  background:linear-gradient(180deg,rgba(0,0,0,.0),rgba(0,0,0,.55));
  color:#fff;
  font-weight:900;
  font-size:12px;
  letter-spacing:.2px;
}

.wa-fab{
  position:fixed;
  right:20px;
  bottom:20px;

  width:52px;
  height:52px;
  border-radius:14px;

  background:
    radial-gradient(120% 120% at 30% 20%, #7CFF6B 0%, #25D366 40%, #128C3E 100%);
  background-image:
    radial-gradient(120% 120% at 30% 20%, #7CFF6B 0%, #25D366 40%, #128C3E 100%);

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:
    0 14px 32px rgba(18,140,62,.45),
    inset 0 1px 0 rgba(255,255,255,.4);

  border:none;
  cursor:pointer;
  z-index:9999;
}

.wa-fab svg{
  width:28px;
  height:28px;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));
}

.wa-fab:hover{
  box-shadow:
    0 0 0 3px rgba(37,211,102,.25),
    0 18px 42px rgba(37,211,102,.65),
    inset 0 1px 0 rgba(255,255,255,.5);
}

.wa-fab:active{
  box-shadow:
    0 0 22px rgba(18,140,62,.4),
}

.modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:9500;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.modal{
  width:420px;
  max-width:calc(100vw - 40px);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:var(--shadow2);
  color:var(--darkText);
}

.modal-top{
  background:linear-gradient(180deg,#1f2d3a,#1a2631);
  color:#fff;
  padding:12px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight:900;
}

.modal-title{font-size:14px}
.modal-close{
  width:30px;height:30px;border-radius:10px;border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);color:#fff;display:inline-flex;align-items:center;justify-content:center;
  cursor:pointer;user-select:none;font-weight:900;line-height:1;
}
.modal-close:hover{background:rgba(255,255,255,.12)}

.modal-body{padding:14px;background:linear-gradient(180deg,#f3f5fb,#ffffff)}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
label{display:block;font-weight:850;font-size:12px;color:rgba(14,21,36,.75);margin:10px 0 6px}
input,select,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  outline:none;
  font-weight:650;
  font-size:13px;
  background:#fff;
  transition:border-color .18s ease, box-shadow .18s ease;
}
textarea{min-height:110px;resize:vertical}
input:focus,select:focus,textarea:focus{
  border-color:rgba(47,108,255,.45);
  box-shadow:0 0 0 4px rgba(47,108,255,.12);
}
.form-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
  flex-wrap:wrap;
}
.form-actions .hint{color:rgba(14,21,36,.60);font-weight:750;font-size:12px}
.btnDark{
  border:0;
  background:linear-gradient(180deg,var(--accent),var(--accent2));
  color:#fff;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease, filter .18s ease;
}
.btnDark:hover{transform:translateY(-1px);filter:brightness(1.03)}
.btnLight{
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  color:rgba(14,21,36,.86);
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}
.btnLight:hover{transform:translateY(-1px);background:rgba(0,0,0,.02)}

.wa-modal{width:360px}
.wa-dot{width:14px;height:14px;border-radius:50%;background:var(--wa);box-shadow:0 0 0 3px rgba(37,211,102,.18)}
.wa-profile{
  display:flex;gap:12px;align-items:center;padding:10px;border-radius:14px;background:#fff;
  border:1px solid rgba(0,0,0,.07);box-shadow:0 10px 22px rgba(0,0,0,.06);
}
.wa-profile-bottom {margin-top: 10px;}
.wa-avatar{
  width:44px;height:44px;border-radius:50%;
  background:radial-gradient(22px 22px at 30% 35%, rgba(255,255,255,.55), transparent 60%),
  linear-gradient(135deg, rgba(47,108,255,.75), rgba(8,16,32,.95));
  border:1px solid rgba(0,0,0,.10);flex:0 0 auto;
}
.wa-person b{display:block;font-size:14px}
.wa-person span{display:block;margin-top:3px;color:rgba(14,21,36,.62);font-weight:700;font-size:12px}
.wa-bubble{
  margin:12px 0 10px;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:14px;
  padding:10px 12px;max-width:92%;box-shadow:0 10px 22px rgba(0,0,0,.05);
  color:rgba(14,21,36,.82);font-weight:650;font-size:13px;
}
.wa-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}
.wa-open{
  flex:1;background:#e9f8ef;border:1px solid rgba(37,211,102,.25);color:#137a3a;font-weight:900;
  padding:10px 12px;border-radius:12px;cursor:pointer;text-align:center;text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
}
.wa-open:hover{filter:brightness(.98)}
.wa-status{display:flex;align-items:center;gap:8px;color:rgba(14,21,36,.60);font-weight:900;font-size:12px;white-space:nowrap}
.wa-status i{width:8px;height:8px;border-radius:50%;background:var(--wa);display:inline-block}
.wa-input{
  margin-top:10px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(0,0,0,.08);
  border-radius:14px;padding:10px 12px;box-shadow:0 10px 22px rgba(0,0,0,.05);
}
.wa-input input{border:0;outline:none;flex:1;font-weight:650;font-size:13px;background:transparent}
.wa-input .mic{
  width:32px;height:32px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02);
  display:flex;align-items:center;justify-content:center;font-weight:900;color:rgba(14,21,36,.55);user-select:none;
}

@media (max-width: 1020px){
  .value{grid-template-columns:1fr}
  .bullets{grid-template-columns:1fr}
  .process{grid-template-columns:1fr 1fr}
  .services{grid-template-columns:1fr}
  .testimonials{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr}
}

@media (max-width: 980px){
  .menu{display:none}
  .brand{min-width:auto}
  .cta{min-width:auto}
  .hero-inner{grid-template-columns:1fr;padding:42px 0}
  .hero h1{font-size:36px}
  .image-grid{grid-template-columns:repeat(2, 1fr)}
  .card-media{height:auto}
}

@media (max-width: 560px){
  .image-grid{grid-template-columns:1fr;gap:5px;justify-items:center}
  .img-card{width:90%}
  .wa-fab{right:16px;bottom:16px}
  .form-grid{grid-template-columns:1fr}
  .card-media{height:auto}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto}
  .btn,.card,.quote,.step,.service,.badge,.bullet,details{transition:none}
  .hero:before{transform:none}
}

/* ---------- SELECT / OPTIONS: light + dark kompatibilita ---------- */
:root{
  --field-bg: #ffffff;
  --field-fg: #0f172a;
  --menu-bg:  #ffffff;
  --menu-fg:  #0f172a;
  --menu-hover-bg: #dbeafe; /* světle modrá */
  --menu-hover-fg: #0f172a;
}

@media (prefers-color-scheme: dark){
  :root{
    --field-bg: rgba(255,255,255,.06);
    --field-fg: rgba(255,255,255,.92);
    --menu-bg:  #0b1220;     /* tmavé pozadí dropdownu */
    --menu-fg:  rgba(255,255,255,.92);
    --menu-hover-bg: #123a78; /* tmavší modrá pro hover */
    --menu-hover-fg: #ffffff;
  }
}

/* samotné pole */
select{
  background: var(--field-bg);
  color: var(--field-fg);
  color-scheme: light dark; /* ať prohlížeč zvolí správné nativní UI */
}

/* rozbalené položky (to je to, co ti mizí v dark modu) */
select option{
  background: var(--menu-bg);
  color: var(--menu-fg);
}

/* vybraná/aktivní položka (někde funguje, někde je nativní) */
select option:checked{
  background: var(--menu-hover-bg);
  color: var(--menu-hover-fg);
}

.reveal{
  opacity:0;
  transform:translateY(10px);
  transition:opacity .55s ease, transform .55s ease;
}
.reveal.in{
  opacity:1;
  transform:translateY(0);
}

.btn.primary.btn-whatsapp-app{
  background:
    radial-gradient(120% 120% at 30% 20%, #7CFF6B 0%, #25D366 35%, #128C3E 100%);
  background-image:
    radial-gradient(120% 120% at 30% 20%, #7CFF6B 0%, #25D366 35%, #128C3E 100%);
  border:0;
  color:#fff;
  border-radius:16px;
  padding:12px 18px;
  box-shadow:
    0 12px 28px rgba(18,140,62,.45),
    inset 0 1px 0 rgba(255,255,255,.35);
}

.btn-whatsapp-app .wa-btn-inner{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
}

.btn-whatsapp-app svg{
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));
}

.btn.primary.btn-whatsapp-app:hover{
  transform:none;
  box-shadow:
    0 0 0 3px rgba(37,211,102,.25),
    0 18px 46px rgba(37,211,102,.65),
    inset 0 1px 0 rgba(255,255,255,.45);
  filter:brightness(1.02);
}

.btn.primary.btn-whatsapp-app:active{
  transform:none;
  box-shadow:
    0 10px 22px rgba(18,140,62,.40),
    inset 0 3px 8px rgba(0,0,0,.22);
  filter:brightness(.99);
}

.aboutme,
.aboutme-grid{
  display:grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap:18px;
  align-items:stretch;
  margin-top:14px;
}

.aboutme-photo{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(47,108,255,.14);
  box-shadow:0 10px 26px rgba(0,0,0,.07);
  aspect-ratio: 3 / 4;
  min-height: 360px;
  max-height: 560px;
}

.aboutme-photo img,
.aboutme-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
  display:block;
}

.aboutme-card{
  border-radius:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height: 360px;
  padding:18px;
}

@media (max-width: 1020px){
  .aboutme,
  .aboutme-grid{
    grid-template-columns: minmax(240px, 360px) 1fr;
  }
}

@media (max-width: 980px){
  .aboutme,
  .aboutme-grid{
    grid-template-columns: 1fr;
  }

  .aboutme-photo{
    aspect-ratio: 16 / 9;
    min-height: unset;
    max-height: unset;
  }

  .aboutme-card{
    min-height: unset;
  }
}

@media (max-width: 560px){
  .aboutme-card{
    padding:14px;
  }
}

.aboutme-text{
  position:relative;
  border-radius:18px;
  border:1px solid rgba(47,108,255,.14);
  background:
    radial-gradient(260px 180px at 15% 10%, rgba(47,108,255,.16), transparent 70%),
    radial-gradient(220px 160px at 95% 30%, rgba(34,197,94,.10), transparent 72%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,246,255,.92));
  box-shadow:0 12px 30px rgba(9,19,39,.08);
  padding:22px 22px 20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}

.aboutme-text:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    linear-gradient(120deg, rgba(47,108,255,.14), transparent 35%),
    linear-gradient(300deg, rgba(9,19,39,.05), transparent 50%);
  opacity:.55;
  pointer-events:none;
}

.aboutme-text > *{position:relative; z-index:1}

.aboutme-text h3{
  margin:0 0 10px 0;
  font-size:20px;
  letter-spacing:-.2px;
  color:#091327;
}

.aboutme-text p{
  margin:0 0 16px 0;
  color:rgba(9,19,39,.74);
  font-weight:650;
  line-height:1.65;
  max-width:62ch;
}

.aboutme-points{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
  margin-top:6px;
}

.aboutme-point{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(47,108,255,.12);
  border-radius:16px;
  padding:12px 12px;
  box-shadow:0 10px 22px rgba(0,0,0,.05);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height:92px;
}

.aboutme-point:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(9,19,39,.10);
  border-color:rgba(47,108,255,.20);
}

.aboutme-point b{
  display:block;
  font-size:13px;
  color:#091327;
  letter-spacing:-.1px;
}

.aboutme-point span{
  display:block;
  margin-top:6px;
  font-size:12.5px;
  line-height:1.45;
  color:rgba(9,19,39,.68);
  font-weight:650;
}

.aboutme-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:14px;
  flex-wrap:wrap;
}

.aboutme-note{
  color:rgba(9,19,39,.62);
  font-weight:750;
  font-size:12px;
}

@media (max-width: 1020px){
  .aboutme-points{grid-template-columns:1fr}
  .aboutme-point{min-height:auto}
}

.gallery-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top:14px;
}

.gallery-card{
  margin:0;
  position:relative;
  border-radius:18px;
  overflow:hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,246,255,.92));
  border:1px solid rgba(47,108,255,.14);
  box-shadow: 0 10px 26px rgba(9,19,39,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height:160px;
  aspect-ratio: 4 / 3;
}

.gallery-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(180px 120px at 20% 15%, rgba(47,108,255,.18), transparent 70%),
    radial-gradient(220px 160px at 90% 30%, rgba(34,197,94,.10), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.65), transparent);
  pointer-events:none;
  opacity:.75;
  z-index:1;
}

.gallery-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
  filter:saturate(1.02) contrast(1.02);
}

.gallery-card figcaption{
  position:absolute;
  left:10px;
  bottom:10px;
  z-index:2;

  padding:7px 10px;
  border-radius:999px;
  background: rgba(10,20,40,.72);
  color: rgba(234,240,255,.92);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);

  font-weight:900;
  font-size:12px;
  letter-spacing:.2px;
}

.gallery-card:hover{
  transform: translateY(-2px);
  border-color: rgba(47,108,255,.22);
  box-shadow: 0 16px 40px rgba(9,19,39,.12);
}

.gallery-card:hover img{
  transform: scale(1.08);
  filter:saturate(1.06) contrast(1.05);
}

@media (max-width: 1020px){
  .gallery-grid{grid-template-columns: repeat(2, 1fr)}
}
@media (max-width: 560px){
  .gallery-grid{grid-template-columns: 1fr}
  .gallery-card{aspect-ratio: 16 / 10}
}

.cookiebar[hidden], .cookiemodal[hidden]{display:none !important}

.cookiebar{
  position:fixed;
  left:0; right:0; bottom:0;
  z-index:99999;
  padding:14px;
  display:flex;
  justify-content:center;
  background:linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.45));
}

.cookiebar-card{
  width:min(920px, calc(100vw - 28px));
  border-radius:18px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 18px 45px rgba(0,0,0,.22);
  padding:14px 14px;
  color:#0e1524;
}

.cookiebar-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

.cookiebar-x{
  width:34px;height:34px;border-radius:12px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  cursor:pointer;
  font-weight:900;
}

.cookiebar-text{
  margin:0 0 10px 0;
  color:rgba(14,21,36,.72);
  font-weight:650;
  line-height:1.5;
  font-size:14px;
}

.cookiebar-pills{
  display:flex; gap:8px; flex-wrap:wrap;
  margin-bottom:12px;
}

.cookiepill{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(47,108,255,.18);
  background:rgba(47,108,255,.07);
  font-weight:800;
  font-size:12px;
}

.cookiepill-needed{
  border-color:rgba(34,197,94,.22);
  background:rgba(34,197,94,.10);
}

.cookiebar-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

@media (max-width: 560px){
  .cookiebar-actions{justify-content:stretch}
  .cookiebar-actions .btn{flex:1}
}

.cookiemodal{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(0,0,0,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.cookiemodal-card{
  width:min(520px, calc(100vw - 36px));
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 22px 55px rgba(0,0,0,.28);
}

.cookiemodal-head{
  background:linear-gradient(180deg,#1f2d3a,#1a2631);
  color:#fff;
  padding:12px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.cookiemodal-body{
  padding:14px;
  background:linear-gradient(180deg,#f3f5fb,#ffffff);
  color:#0e1524;
}

.cookieopt{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 22px rgba(0,0,0,.05);
  margin-bottom:10px;
}

.cookieopt input{margin-top:4px}

.cookiemodal-actions{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  flex-wrap:wrap;
  margin-top:12px;
}

.cookiemodal-note{
  margin:10px 0 0 0;
  font-size:12px;
  color:rgba(14,21,36,.65);
  font-weight:650;
}

.cookiebar-actions .btn{
  background:rgba(9,19,39,.06);
  border:1px solid rgba(9,19,39,.14);
  color:rgba(9,19,39,.92);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  border-radius:16px;
}

.cookiebar-actions .btn:hover{
  background:rgba(9,19,39,.10);
  border-color:rgba(9,19,39,.18);
  box-shadow:0 14px 30px rgba(0,0,0,.10);
  transform:translateY(-1px);
}

#cookieReject{
  background:transparent;
  border:1px solid rgba(47,108,255,.22);
  color:rgba(9,19,39,.86);
}

#cookieReject:hover{
  background:rgba(47,108,255,.08);
  border-color:rgba(47,108,255,.30);
}

#cookieSettings{
  background:rgba(47,108,255,.08);
  border:1px solid rgba(47,108,255,.22);
  color:rgba(9,19,39,.92);
}

#cookieSettings:hover{
  background:rgba(47,108,255,.12);
  border-color:rgba(47,108,255,.30);
}

#cookieAccept.btn.primary:hover{
  box-shadow:
    0 0 0 3px rgba(47,108,255,.18),
    0 18px 46px rgba(47,108,255,.45),
    inset 0 1px 0 rgba(255,255,255,.45);
  filter:brightness(1.02);
}

@media (max-width:560px){
  .cookiebar-actions .btn{width:100%}
}

@media (prefers-color-scheme: dark){
  :root{
    --darkText:rgba(234,240,255,.92);
    --muted:rgba(234,240,255,.62);
    --line:rgba(255,255,255,.10);
    --cardShadow:0 16px 40px rgba(0,0,0,.45);

    --bgA:linear-gradient(180deg, rgba(7,15,30,.96), rgba(6,14,28,.98));
    --bgB:linear-gradient(180deg, rgba(6,14,28,.98), rgba(7,15,30,.99));
    --bgC:linear-gradient(180deg, rgba(8,16,32,.98), rgba(7,15,30,.99));
    --bgD:linear-gradient(180deg, rgba(7,15,30,.98), rgba(8,16,32,.99));
  }

  .stripe{color:var(--darkText)}
  .section-title small{color:rgba(234,240,255,.62)}
  .lead{color:rgba(234,240,255,.68)}
  .bullet span{color:rgba(234,240,255,.65)}
  .contact-cta .note{color:rgba(234,240,255,.62)}

  .value-card,
  .card,
  .quote,
  .panel,
  .faq-item,
  .img-card,
  .cookieopt,
  .wa-profile,
  .wa-bubble,
  .wa-input,
  .modal,
  .cookiemodal-card{
    background:rgba(10,20,40,.78);
    border-color:rgba(255,255,255,.10);
    box-shadow:0 16px 44px rgba(0,0,0,.45);
    color:rgba(234,240,255,.92);
  }

  .card{opacity:.92; box-shadow:0 10px 28px rgba(0,0,0,.42)}
  .card:hover{box-shadow:0 18px 52px rgba(0,0,0,.55)}
  .quote p{color:rgba(234,240,255,.78)}
  .quote span{color:rgba(234,240,255,.60)}
  .panel p,
  .panel .list{color:rgba(234,240,255,.74)}
  .card-desc{color:rgba(234,240,255,.70)}

  .process .step,
  .step{
    background:linear-gradient(145deg, rgba(10,20,40,.82), rgba(7,15,30,.78));
    border-color:rgba(47,108,255,.18);
    box-shadow:0 16px 44px rgba(0,0,0,.45);
  }

  .step p{color:rgba(234,240,255,.70)}

  .process .step:nth-child(1),
  .process .step:nth-child(2),
  .process .step:nth-child(3),
  .process .step:nth-child(4){
    background:linear-gradient(145deg, rgba(10,20,40,.82), rgba(7,15,30,.78));
  }

  .service{
    background:rgba(10,20,40,.78);
    border-color:rgba(255,255,255,.12);
    box-shadow:0 16px 44px rgba(0,0,0,.45);
  }
  .service:nth-child(2){
    background:linear-gradient(145deg, rgba(12,28,22,.88), rgba(8,18,14,.78));
    border-color:rgba(34,197,94,.35);
  }
  .service h4{color:rgba(234,240,255,.92); text-shadow:0 0 14px rgba(47,108,255,.35)}
  .service ul{color:rgba(234,240,255,.74)}
  .service .meta{color:rgba(234,240,255,.62)}
  .service-info{background:rgba(255,255,255,.06)}
  .service-info .service-upgrade{color:rgba(80,220,140,.92)}

  .badge{
    background:rgba(10,20,40,.70);
    border-color:rgba(255,255,255,.10);
    box-shadow:0 16px 40px rgba(0,0,0,.40);
    color:rgba(234,240,255,.92);
  }

  .about-grid .panel,
  .aboutme-text,
  .gallery-card{
    background:
      radial-gradient(260px 180px at 15% 10%, rgba(47,108,255,.18), transparent 70%),
      radial-gradient(220px 160px at 95% 30%, rgba(34,197,94,.10), transparent 72%),
      linear-gradient(145deg, rgba(10,20,40,.84), rgba(7,15,30,.78));
    border-color:rgba(47,108,255,.18);
    box-shadow:0 16px 44px rgba(0,0,0,.45);
  }

  .aboutme-text h3{color:rgba(234,240,255,.92)}
  .aboutme-text p{color:rgba(234,240,255,.72)}
  .aboutme-point{
    background:rgba(10,20,40,.70);
    border-color:rgba(47,108,255,.18);
    box-shadow:0 16px 40px rgba(0,0,0,.40);
  }
  .aboutme-point b{color:rgba(234,240,255,.92)}
  .aboutme-point span{color:rgba(234,240,255,.68)}
  .aboutme-note{color:rgba(234,240,255,.62)}

  .process-wide__ref{
    background:rgba(10,20,40,.60);
    border-color:rgba(47,108,255,.28);
    color:rgba(234,240,255,.90);
  }

  .section-title h4{color:rgba(234,240,255,.92)}

  label{color:rgba(234,240,255,.70)}
  input,select,textarea{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.14);
    color:rgba(234,240,255,.92);
  }
  input::placeholder,textarea::placeholder{color:rgba(234,240,255,.45)}
  input:focus,select:focus,textarea:focus{
    border-color:rgba(47,108,255,.55);
    box-shadow:0 0 0 4px rgba(47,108,255,.18);
  }

  .modal-body{background:linear-gradient(180deg, rgba(10,20,40,.82), rgba(7,15,30,.78))}
  .cookiemodal-body{background:linear-gradient(180deg, rgba(10,20,40,.82), rgba(7,15,30,.78)); color:rgba(234,240,255,.92)}

  .btnLight{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.16);
    color:rgba(234,240,255,.92);
  }
  .btnLight:hover{background:rgba(255,255,255,.08)}

  .cookiebar-card{
    background:rgba(10,20,40,.82);
    border-color:rgba(255,255,255,.14);
    color:rgba(234,240,255,.92);
    box-shadow:0 22px 55px rgba(0,0,0,.55);
  }
  .cookiebar-text{color:rgba(234,240,255,.72)}
  .cookiebar-x{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.14);
    color:rgba(234,240,255,.92);
  }

  .cookiebar-actions .btn{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.14);
    color:rgba(234,240,255,.92);
    box-shadow:0 12px 28px rgba(0,0,0,.45);
  }
  .cookiebar-actions .btn:hover{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.18);
    box-shadow:0 18px 46px rgba(0,0,0,.55);
  }

  #cookieReject{
    background:transparent;
    border-color:rgba(47,108,255,.30);
    color:rgba(234,240,255,.90);
  }
  #cookieReject:hover{background:rgba(47,108,255,.10)}

  #cookieSettings{
    background:rgba(47,108,255,.12);
    border-color:rgba(47,108,255,.30);
    color:rgba(234,240,255,.92);
  }
  #cookieSettings:hover{background:rgba(47,108,255,.16)}

  .wa-person span{color:rgba(234,240,255,.62)}
  .wa-status{color:rgba(234,240,255,.62)}
  .wa-open{background:rgba(37,211,102,.12); border-color:rgba(37,211,102,.30); color:rgba(180,255,215,.95)}
  .wa-input .mic{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.12); color:rgba(234,240,255,.62)}

  .faq-item summary{color:rgba(234,240,255,.92)}
  .faq-content-inner p{color:rgba(234,240,255,.74)}
  .faq-item[open] summary{border-bottom:1px solid rgba(255,255,255,.10)}
  .chev::before{border-right:2px solid rgba(160,204,255,.95); border-bottom:2px solid rgba(160,204,255,.95)}
  .chev{background:rgba(47,108,255,.12); border-color:rgba(47,108,255,.22)}
  .faq-item[open] .chev{background:rgba(34,197,94,.14); border-color:rgba(34,197,94,.28)}

  .img-caption{background:linear-gradient(180deg,rgba(0,0,0,.0),rgba(0,0,0,.70))}
}
.service-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}

.service-compare-card {
  border-radius: var(--radiusSm);
  border: 1px solid rgba(145, 126, 126, .55);
  padding: 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255,255,255,.03);
}

.service-compare-card--featured {
  border: 2px solid rgba(47,108,255,.40);
  background: rgba(47,108,255,.05);
}

.service-compare-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(14,21,36,.70);
  font-weight: 650;
  line-height: 1.7;
  flex: 1;
}

.service-compare-card li {
  margin: 4px 0;
}

.service-compare-tag {
  align-self: flex-start;
}

.service-compare-tag--green {
  background: rgba(34,197,94,.10);
  border-color: rgba(34,197,94,.28);
  color: #15803d;
}

.service-compare-price {
  border-top: 1px solid rgba(145,126,126,.25);
  padding-top: 10px;
  margin-top: 4px;
}

.service-compare-price h4 {
  margin: 0 0 2px 0;
  font-size: 28px;
  text-align: left;
  color: rgb(9,19,39);
  text-shadow: 0 0 10px rgb(139,176,231);
}

.service-compare-price span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(14,21,36,.60);
}

.service-compare-price small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: rgba(14,21,36,.45);
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .service-compare-card {
    background: rgba(10,20,40,.55);
    border-color: rgba(255,255,255,.10);
  }

  .service-compare-card--featured {
    background: rgba(47,108,255,.10);
    border-color: rgba(47,108,255,.40);
  }

  .service-compare-card ul {
    color: rgba(234,240,255,.74);
  }

  .service-compare-tag--green {
    background: rgba(34,197,94,.12);
    border-color: rgba(34,197,94,.30);
    color: rgba(80,220,140,.92);
  }

  .service-compare-price {
    border-top-color: rgba(255,255,255,.10);
  }

  .service-compare-price h4 {
    color: rgba(234,240,255,.92);
    text-shadow: 0 0 14px rgba(47,108,255,.35);
  }

  .service-compare-price span {
    color: rgba(234,240,255,.55);
  }

  .service-compare-price small {
    color: rgba(234,240,255,.38);
  }
}

/* Responsive */
@media (max-width: 1020px) {
  .service-compare {
    grid-template-columns: 1fr;
  }
}