:root{
  --cybos-bg:#76b947;
  --cybos-bg-deep:#5f9e39;
  --cybos-card:rgba(56, 214, 214, 0.72);
  --cybos-card-strong:rgba(47, 203, 203, 0.84);
  --cybos-text:#081010;
  --cybos-white:#efffff;
  --cybos-black:#000000;
  --cybos-line:rgba(0,0,0,.92);
  --cybos-shadow:0 18px 38px rgba(0,0,0,.18);
}

body{
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.12), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.10), transparent 18%),
    linear-gradient(135deg, var(--cybos-bg), var(--cybos-bg-deep));
  color:var(--cybos-text);
}

.cybos-shell{
  width:min(1280px, calc(100% - 32px));
  margin:0 auto;
}

.cybos-main,
.cybos-section,
.cybos-hero,
.cybos-about-home,
.cybos-contact-home{
  position:relative;
}

.cybos-main::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.08;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.32) 1px, transparent 1px),
    linear-gradient(rgba(0,0,0,.24) 1px, transparent 1px);
  background-size:34px 34px;
}

.cybos-card,
.cybos-header__bar,
.cybos-footer__panel{
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    var(--cybos-card);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border:2px solid var(--cybos-black);
  box-shadow:var(--cybos-shadow);
  position:relative;
  overflow:hidden;
}

.cybos-card::before,
.cybos-header__bar::before,
.cybos-footer__panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.18), transparent 24%),
    repeating-radial-gradient(circle at 85% 70%, rgba(0,0,0,.08), rgba(0,0,0,.08) 2px, transparent 2px, transparent 14px);
  opacity:.55;
}

.cybos-card{
  transition:transform .3s ease, box-shadow .3s ease;
}
.cybos-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 46px rgba(0,0,0,.24);
}

.cybos-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.20);
  border:1px solid rgba(0,0,0,.55);
  color:#062020;
  font-weight:700;
  margin-bottom:14px;
}

.cybos-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 20px;
  border-radius:14px;
  text-decoration:none;
  border:2px solid #000;
  transition:.28s ease;
}
.cybos-btn:hover{
  transform:translateY(-2px);
}
.cybos-btn--primary{
  background:#0a1414;
  color:#e8ffff;
}
.cybos-btn--ghost{
  background:rgba(255,255,255,.18);
  color:#041313;
}

.cybos-heading{
  text-align:center;
  margin-bottom:22px;
}
.cybos-heading h2{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,46px);
  line-height:1.2;
  color:#081414;
}
.cybos-heading p{
  margin:0 auto;
  max-width:860px;
  line-height:1.9;
  color:rgba(8,16,16,.88);
}

/* header */
.cybos-header{
  position:sticky;
  top:0;
  z-index:100;
  padding:14px 0 0;
}
.cybos-header__bar{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:16px 18px;
  border-radius:24px;
}
.cybos-header__logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:8px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(0,0,0,.42);
}
.cybos-header__center{
  display:flex;
  justify-content:center;
}
.cybos-header__menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.cybos-header__menu li a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  color:#071515;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(0,0,0,.5);
}
.cybos-header__tools{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.cybos-header__search-form{
  display:flex;
  align-items:center;
  gap:8px;
}
.cybos-header__search-box input{
  width:8em;
  height:40px;
  padding:0 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.58);
  background:rgba(255,255,255,.18);
  color:#041313;
  outline:none;
}
.cybos-header__search-box input::placeholder{
  color:#153535;
}
.cybos-header__search-box label{
  position:absolute;
  left:-9999px;
}
.cybos-header__search-form button{
  width:40px;
  height:40px;
  border-radius:12px;
  border:2px solid #000;
  background:#081414;
  color:#e9ffff;
  cursor:pointer;
}
.cybos-header__toggle{
  display:none;
  padding:0;
  border:none;
  background:transparent;
  cursor:pointer;
}
.cybos-header__toggle-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:2px solid #000;
  background:rgba(255,255,255,.18);
  color:#071515;
  font-size:22px;
}
.cybos-header__mobile{
  display:none;
  margin-top:12px;
}
.cybos-header__mobile.is-open{
  display:block;
}
.cybos-header__mobile-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.cybos-header__mobile-menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.5);
  background:rgba(255,255,255,.18);
  color:#061414;
}

/* footer */
.cybos-footer{
  padding:24px 0 34px;
}
.cybos-footer__panel{
  padding:28px;
  border-radius:28px;
}
.cybos-footer__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:22px;
}
.cybos-footer__title{
  margin:0 0 12px;
  font-size:20px;
  font-weight:800;
  color:#051313;
}
.cybos-footer__desc{
  margin:12px 0 0;
  line-height:1.9;
  color:rgba(8,16,16,.86);
}
.cybos-footer__menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.cybos-footer__menu a,
.cybos-footer__item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.5);
  background:rgba(255,255,255,.18);
  color:#061414;
}
.cybos-footer__item em,
.cybos-footer__item a{
  color:#061414;
  font-style:normal;
}
.cybos-footer__contact{
  display:grid;
  gap:10px;
}
.cybos-footer__copyright{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(0,0,0,.28);
  text-align:center;
  color:rgba(8,16,16,.84);
}
.cybos-footer__copyright a{
  color:#041313;
}

.cybos-backtop{
  position:fixed;
  right:20px;
  bottom:20px;
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  border:2px solid #000;
  background:var(--cybos-card-strong);
  color:#041313;
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  cursor:pointer;
  z-index:99;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.28s ease;
}
.cybos-backtop.is-show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* home hero */
.cybos-hero{
  padding:26px 0 18px;
}
.cybos-hero__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:center;
}
.cybos-hero__content{
  padding:34px;
  border-radius:28px;
}
.cybos-hero__content h1{
  margin:0 0 16px;
  font-size:clamp(34px,5vw,62px);
  line-height:1.12;
  color:#051414;
}
.cybos-hero__content p{
  margin:0 0 18px;
  line-height:1.95;
  color:rgba(8,16,16,.88);
}
.cybos-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.cybos-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.cybos-hero__meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.45);
  background:rgba(255,255,255,.16);
}
.cybos-hero__visual{
  position:relative;
  min-height:560px;
}
.cybos-hero__screen{
  position:absolute;
  inset:0 14% 20% 0;
  padding:14px;
  border-radius:30px;
}
.cybos-hero__screen img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  border-radius:20px;
}
.cybos-hero__float{
  position:absolute;
  padding:18px;
  border-radius:22px;
}
.cybos-hero__float--a{
  width:240px;
  top:36px;
  right:0;
}
.cybos-hero__float--b{
  width:180px;
  bottom:10px;
  right:48px;
  text-align:center;
}
.cybos-hero__float i{
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#081414;
  color:#ecffff;
  border:2px solid #000;
  margin-bottom:12px;
}
.cybos-hero__float strong{
  display:block;
  margin-bottom:8px;
  color:#041313;
}
.cybos-hero__float p{
  margin:0;
  line-height:1.8;
  color:rgba(8,16,16,.86);
}
.cybos-hero__float--b span{
  display:inline-block;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.45);
  background:rgba(255,255,255,.16);
}
.cybos-hero__float--b b{
  display:block;
  font-size:42px;
  line-height:1;
  margin-bottom:8px;
}

/* common grids */
.cybos-section{
  padding:18px 0;
}
.cybos-quad,
.cybos-security-grid,
.cybos-facts-grid,
.cybos-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.cybos-service-grid,
.cybos-news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

/* about */
.cybos-about-home{
  padding:18px 0;
}
.cybos-about-home__grid,
.cybos-contact-home__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
}
.cybos-about-home__media,
.cybos-about-home__text,
.cybos-contact-home__info,
.cybos-contact-home__form{
  padding:28px;
  border-radius:28px;
}
.cybos-about-home__media img{
  width:100%;
  min-height:360px;
  object-fit:cover;
  border-radius:20px;
}
.cybos-about-home__text h2,
.cybos-contact-home__info h2{
  margin:0 0 14px;
  font-size:clamp(28px,4vw,44px);
  color:#051414;
}
.cybos-about-home__text p,
.cybos-contact-home__info p{
  margin:0 0 16px;
  line-height:1.9;
  color:rgba(8,16,16,.88);
}

/* metric cards */
.cybos-metric,
.cybos-security-card,
.cybos-facts-card{
  padding:24px;
  border-radius:24px;
}
.cybos-metric i,
.cybos-security-card i,
.cybos-facts-card i{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#081414;
  color:#eaffff;
  border:2px solid #000;
  margin-bottom:14px;
}
.cybos-metric strong,
.cybos-facts-card strong{
  display:block;
  margin-bottom:8px;
  font-size:40px;
  color:#031010;
}
.cybos-metric h3,
.cybos-security-card h3,
.cybos-facts-card h3{
  margin:0 0 10px;
  color:#041313;
}
.cybos-metric p,
.cybos-security-card p,
.cybos-facts-card p{
  margin:0;
  line-height:1.8;
  color:rgba(8,16,16,.86);
}

/* service */
.cybos-service-card{
  padding:20px;
  border-radius:24px;
}
.cybos-service-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  margin-bottom:14px;
}
.cybos-service-card h3{
  margin:0 0 10px;
  color:#041313;
}
.cybos-service-card p{
  margin:0;
  line-height:1.85;
  color:rgba(8,16,16,.88);
}

/* ask slider */
.cybos-ask-slider{
  padding:30px;
  border-radius:28px;
  text-align:center;
}
.cybos-ask-slide{
  display:none;
}
.cybos-ask-slide.is-active{
  display:block;
}
.cybos-ask-slide__icon{
  width:78px;
  height:78px;
  margin:0 auto 14px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#081414;
  color:#ebffff;
  border:2px solid #000;
  font-size:28px;
}
.cybos-ask-slide h3{
  margin:0 0 10px;
  color:#041313;
}
.cybos-ask-slide p{
  margin:0;
  line-height:1.95;
  color:rgba(8,16,16,.88);
}
.cybos-ask-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}
.cybos-ask-dots button{
  width:12px;
  height:12px;
  border:none;
  border-radius:999px;
  background:rgba(0,0,0,.22);
  cursor:pointer;
}
.cybos-ask-dots button.is-active{
  background:#081414;
}

/* faq */
.cybos-faq-grid details{
  padding:20px 22px;
  border-radius:22px;
}
.cybos-faq-grid summary{
  list-style:none;
  cursor:pointer;
  font-weight:700;
  color:#051414;
}
.cybos-faq-grid summary::-webkit-details-marker{
  display:none;
}
.cybos-faq-grid p{
  margin:12px 0 0;
  line-height:1.88;
  color:rgba(8,16,16,.86);
}

/* news */
.cybos-news-card{
  padding:0;
  border-radius:24px;
  overflow:hidden;
}
.cybos-news-card__thumb{
  display:block;
  overflow:hidden;
}
.cybos-news-card__thumb img{
  width:100%;
  height:230px;
  object-fit:cover;
  transition:transform .45s ease;
}
.cybos-news-card:hover .cybos-news-card__thumb img{
  transform:scale(1.05);
}
.cybos-news-card__body{
  padding:20px;
}
.cybos-news-card__body h3{
  margin:0 0 10px;
}
.cybos-news-card__body h3 a{
  color:#041313;
}
.cybos-news-card__body p{
  margin:0;
  line-height:1.85;
  color:rgba(8,16,16,.88);
}
.cybos-news-card__body time{
  display:inline-block;
  margin-top:14px;
  color:#123535;
}

/* contact form */
.cybos-contact-home__items{
  display:grid;
  gap:12px;
}
.cybos-contact-home__items span{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.45);
  background:rgba(255,255,255,.18);
}
.cybos-form__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.cybos-form__group{
  margin-bottom:14px;
}
.cybos-form__group label{
  display:block;
  margin-bottom:8px;
  color:#041313;
}
.cybos-form__group input,
.cybos-form__group textarea{
  width:100%;
  padding:14px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.55);
  background:rgba(255,255,255,.18);
  color:#041313;
  outline:none;
}
.cybos-form__group input::placeholder,
.cybos-form__group textarea::placeholder{
  color:#214848;
}

@media (max-width:1100px){
  .cybos-footer__grid,
  .cybos-hero__grid,
  .cybos-about-home__grid,
  .cybos-contact-home__grid,
  .cybos-service-grid,
  .cybos-news-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .cybos-header__nav--pc{
    display:none;
  }
  .cybos-header__toggle{
    display:block;
  }
  .cybos-header__bar{
    grid-template-columns:auto 1fr auto;
  }
  .cybos-quad,
  .cybos-security-grid,
  .cybos-facts-grid,
  .cybos-faq-grid,
  .cybos-form__grid,
  .cybos-footer__menu{
    grid-template-columns:1fr;
  }
  .cybos-hero__visual{
    min-height:420px;
  }
}

@media (max-width:560px){
  .cybos-shell{
    width:min(100% - 20px, 1280px);
  }
  .cybos-header__search-form{
    display:none;
  }
  .cybos-header__mobile-menu{
    grid-template-columns:1fr;
  }
  .cybos-footer__panel,
  .cybos-hero__content,
  .cybos-about-home__media,
  .cybos-about-home__text,
  .cybos-contact-home__info,
  .cybos-contact-home__form,
  .cybos-ask-slider{
    padding:18px;
  }
  .cybos-hero__content h1{
    font-size:32px;
  }
}

/* contact */
.cybos-contact-hero{
  padding:26px 0 18px;
}
.cybos-contact-hero__grid,
.cybos-contact-formsec__grid,
.cybos-app-hero__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:center;
}
.cybos-contact-hero__content,
.cybos-contact-formsec__form,
.cybos-contact-formsec__info,
.cybos-app-hero__content,
.cybos-app-get__content,
.cybos-app-compare,
.cybos-app-install,
.cybos-app-invite,
.cybos-app-cta{
  padding:28px;
  border-radius:28px;
}
.cybos-contact-hero__content h1,
.cybos-app-hero__content h1{
  margin:0 0 14px;
  font-size:clamp(32px,4.8vw,58px);
  line-height:1.15;
  color:#041313;
}
.cybos-contact-hero__content p,
.cybos-app-hero__content p,
.cybos-app-get__content p,
.cybos-app-invite p,
.cybos-app-cta p{
  margin:0;
  line-height:1.9;
  color:rgba(8,16,16,.88);
}
.cybos-contact-hero__chips,
.cybos-app-get__chips,
.cybos-app-get__actions,
.cybos-app-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.cybos-contact-hero__chips span,
.cybos-app-get__chips span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.45);
  background:rgba(255,255,255,.16);
}
.cybos-contact-hero__console{
  padding:18px;
  border-radius:28px;
}
.cybos-contact-hero__console-bar,
.cybos-app-phone__top{
  display:flex;
  gap:8px;
  margin-bottom:16px;
}
.cybos-contact-hero__console-bar span,
.cybos-app-phone__top span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#081414;
}
.cybos-contact-hero__console-main{
  min-height:320px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:20px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(0,0,0,.35);
}
.cybos-contact-hero__console-main i{
  width:88px;
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:#081414;
  color:#ecffff;
  border:2px solid #000;
  font-size:34px;
  margin-bottom:14px;
}
.cybos-contact-hero__console-main strong{
  font-size:28px;
  color:#041313;
  margin-bottom:8px;
}
.cybos-contact-hero__console-main p{
  max-width:380px;
  margin:0;
}

/* fast contact */
.cybos-contact-fast{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.cybos-contact-fast__item{
  padding:22px;
  border-radius:24px;
}
.cybos-contact-fast__item i{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#081414;
  color:#ecffff;
  border:2px solid #000;
  margin-bottom:14px;
}
.cybos-contact-fast__item small{
  display:block;
  margin-bottom:8px;
  color:#123232;
}
.cybos-contact-fast__item a,
.cybos-contact-fast__item span{
  display:block;
  margin-bottom:10px;
  font-size:20px;
  font-weight:700;
  color:#041313;
  word-break:break-all;
}
.cybos-contact-fast__item p{
  margin:0;
  line-height:1.8;
  color:rgba(8,16,16,.86);
}

/* accordion */
.cybos-contact-accordion{
  display:grid;
  gap:16px;
}
.cybos-contact-accordion details{
  padding:0;
  overflow:hidden;
  border-radius:22px;
}
.cybos-contact-accordion summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:12px;
  padding:20px 22px;
  font-weight:800;
  color:#051313;
}
.cybos-contact-accordion summary::-webkit-details-marker{
  display:none;
}
.cybos-contact-accordion__body{
  padding:0 22px 22px;
}
.cybos-contact-accordion__body p{
  margin:0 0 14px;
  line-height:1.85;
  color:rgba(8,16,16,.88);
}
.cybos-contact-accordion__body ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.cybos-contact-accordion__body li{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.4);
  background:rgba(255,255,255,.16);
}

/* contact form sec */
.cybos-contact-formsec{
  padding:18px 0;
}
.cybos-contact-formsec__form h2{
  margin:0 0 12px;
  font-size:clamp(28px,4vw,42px);
  color:#041313;
}
.cybos-contact-formsec__form p,
.cybos-contact-formsec__note{
  line-height:1.9;
  color:rgba(8,16,16,.88);
}
.cybos-contact-formsec__info h3{
  margin:0 0 14px;
  font-size:28px;
  color:#041313;
}
.cybos-contact-formsec__items{
  display:grid;
  gap:12px;
  margin:14px 0 18px;
}
.cybos-contact-formsec__items span{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.42);
  background:rgba(255,255,255,.16);
}

/* app */
.cybos-app-hero{
  padding:26px 0 18px;
}
.cybos-app-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:20px;
}
.cybos-app-hero__stat{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.4);
  background:rgba(255,255,255,.16);
  text-align:center;
}
.cybos-app-hero__stat h3{
  margin:0 0 6px;
  font-size:30px;
  color:#041313;
}
.cybos-app-hero__stat small{
  color:#173737;
}

.cybos-app-phone{
  width:min(340px,100%);
  margin:0 auto;
  padding:18px;
  border-radius:34px;
}
.cybos-app-phone__screen{
  min-height:560px;
  border-radius:26px;
  border:1px solid rgba(0,0,0,.35);
  background:rgba(255,255,255,.12);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
}
.cybos-app-phone__screen i{
  width:96px;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:#081414;
  color:#ecffff;
  border:2px solid #000;
  font-size:40px;
  margin-bottom:16px;
}
.cybos-app-phone__screen strong{
  font-size:30px;
  color:#041313;
}
.cybos-app-phone__screen p{
  margin:10px 0 0;
  line-height:1.8;
  color:rgba(8,16,16,.86);
}

.cybos-app-get{
  display:grid;
}
.cybos-app-get__content h2,
.cybos-app-invite h2,
.cybos-app-cta h2{
  margin:0 0 14px;
  font-size:clamp(28px,4vw,42px);
  color:#041313;
}

.cybos-app-advantage,
.cybos-app-exp,
.cybos-app-trust{
  display:grid;
  gap:18px;
}
.cybos-app-advantage{
  grid-template-columns:repeat(2,1fr);
}
.cybos-app-exp,
.cybos-app-trust{
  grid-template-columns:repeat(3,1fr);
}
.cybos-app-advantage__item,
.cybos-app-exp__item,
.cybos-app-trust__item,
.cybos-app-timeline__item{
  padding:24px;
  border-radius:24px;
}
.cybos-app-advantage__item h3,
.cybos-app-exp__item h3,
.cybos-app-trust__item h5{
  margin:0 0 10px;
  color:#041313;
}
.cybos-app-advantage__item p,
.cybos-app-exp__item p,
.cybos-app-trust__item p{
  margin:0;
  line-height:1.85;
  color:rgba(8,16,16,.88);
}
.cybos-app-exp__item span,
.cybos-app-trust__item span{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#081414;
  color:#ecffff;
  border:2px solid #000;
  margin-bottom:14px;
}

.cybos-app-compare__head{
  margin-bottom:18px;
}
.cybos-app-compare__head h2{
  margin:0 0 10px;
  color:#041313;
}
.cybos-app-compare__head p{
  margin:0;
  color:rgba(8,16,16,.88);
}
.cybos-app-compare__table{
  display:grid;
  gap:10px;
}
.cybos-app-compare__row{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:10px;
}
.cybos-app-compare__row span{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.4);
  background:rgba(255,255,255,.16);
  color:#041313;
}
.cybos-app-compare__row--head span{
  background:#081414;
  color:#ecffff;
}

.cybos-app-timeline{
  display:grid;
  gap:16px;
}
.cybos-app-timeline__year{
  display:inline-flex;
  width:max-content;
  padding:10px 16px;
  border-radius:999px;
  background:#081414;
  color:#eaffff;
  border:2px solid #000;
  font-weight:800;
}
.cybos-app-timeline__item h3{
  margin:0 0 8px;
  color:#041313;
}
.cybos-app-timeline__item p{
  margin:0 0 12px;
  color:#123434;
}
.cybos-app-timeline__item ul{
  margin:0;
  padding-left:18px;
  line-height:1.9;
  color:rgba(8,16,16,.88);
}

.cybos-app-faq{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.cybos-app-faq details{
  padding:18px 20px;
  border-radius:20px;
}
.cybos-app-faq summary{
  list-style:none;
  cursor:pointer;
  font-weight:700;
  color:#041313;
}
.cybos-app-faq summary::-webkit-details-marker{
  display:none;
}
.cybos-app-faq summary span{
  margin-right:6px;
}
.cybos-app-faq p{
  margin:12px 0 0;
  line-height:1.8;
  color:rgba(8,16,16,.88);
}

.cybos-app-install__head{
  text-align:center;
  margin-bottom:18px;
}
.cybos-app-install__head h2{
  margin:0 0 8px;
  color:#041313;
}
.cybos-app-install__head p{
  margin:0;
  color:rgba(8,16,16,.86);
}
.cybos-app-install__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.cybos-app-install__col h3{
  margin:0 0 14px;
  color:#041313;
}
.cybos-app-install__col article{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 14px;
  align-items:start;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.4);
  background:rgba(255,255,255,.16);
  margin-bottom:12px;
}
.cybos-app-install__col article span{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#081414;
  color:#ecffff;
  border:2px solid #000;
  font-weight:800;
}
.cybos-app-install__col article h4{
  margin:0;
  color:#041313;
}
.cybos-app-install__col article p{
  grid-column:2;
  margin:0;
  line-height:1.8;
  color:rgba(8,16,16,.86);
}

.cybos-app-trust__footer{
  text-align:center;
  margin:16px 0 0;
  color:#133636;
}

.cybos-app-invite,
.cybos-app-cta{
  text-align:center;
}
.cybos-app-invite__code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:56px;
  margin:14px 0 16px;
  padding:0 18px;
  border-radius:16px;
  background:#081414;
  color:#ecffff;
  border:2px solid #000;
  font-size:24px;
  font-weight:800;
  letter-spacing:.08em;
}

@media (max-width:1100px){
  .cybos-contact-hero__grid,
  .cybos-contact-formsec__grid,
  .cybos-app-hero__grid,
  .cybos-contact-fast,
  .cybos-app-advantage,
  .cybos-app-exp,
  .cybos-app-trust,
  .cybos-app-faq,
  .cybos-app-install__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .cybos-contact-accordion__body ul,
  .cybos-app-hero__stats,
  .cybos-app-compare__row{
    grid-template-columns:1fr;
  }
}
/* breadcrumb */
.cybos-breadcrumb-section{
  padding:8px 0 18px;
}
.cybos-breadcrumb{
  padding:14px 18px;
  border-radius:18px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.cybos-breadcrumb span,
.cybos-breadcrumb a,
.cybos-breadcrumb small{
  color:#041313;
}
.cybos-breadcrumb a{
  font-weight:700;
}

/* list hero */
.cybos-list-hero,
.cybos-show-hero{
  padding:26px 0 8px;
}
.cybos-list-hero__grid,
.cybos-show-hero__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:center;
}
.cybos-list-hero__content,
.cybos-show-hero__content{
  padding:30px;
  border-radius:28px;
}
.cybos-list-hero__content h1,
.cybos-show-hero__content h1{
  margin:0 0 14px;
  font-size:clamp(32px,4.6vw,56px);
  line-height:1.15;
  color:#041313;
}
.cybos-list-hero__content p,
.cybos-show-hero__content p{
  margin:0;
  line-height:1.9;
  color:rgba(8,16,16,.88);
}
.cybos-list-hero__screen,
.cybos-show-hero__panel{
  min-height:280px;
  padding:24px;
  border-radius:28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.cybos-list-hero__screen i,
.cybos-show-hero__panel i{
  width:84px;
  height:84px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  background:#081414;
  color:#efffff;
  border:2px solid #000;
  font-size:34px;
  margin-bottom:14px;
}
.cybos-list-hero__screen strong,
.cybos-show-hero__panel strong{
  display:block;
  margin-bottom:8px;
  font-size:28px;
  color:#041313;
}
.cybos-list-hero__screen p,
.cybos-show-hero__panel p{
  max-width:380px;
  margin:0;
  line-height:1.8;
  color:rgba(8,16,16,.86);
}

/* list layout */
.cybos-list-main,
.cybos-show-main{
  padding:0 0 24px;
}
.cybos-list-main__grid,
.cybos-show-main__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:22px;
  align-items:start;
}
.cybos-list-main__heading{
  margin-bottom:18px;
}
.cybos-list-main__heading h2{
  margin:0 0 10px;
  font-size:32px;
  color:#041313;
}
.cybos-list-main__heading p{
  margin:0;
  line-height:1.85;
  color:rgba(8,16,16,.88);
}

.cybos-list-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.cybos-list-card{
  padding:0;
  border-radius:24px;
  overflow:hidden;
}
.cybos-list-card__thumb{
  display:block;
  overflow:hidden;
}
.cybos-list-card__thumb img{
  width:100%;
  height:240px;
  object-fit:cover;
  transition:transform .45s ease;
}
.cybos-list-card:hover .cybos-list-card__thumb img{
  transform:scale(1.05);
}
.cybos-list-card__body{
  padding:20px;
}
.cybos-list-card__content h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.4;
}
.cybos-list-card__content h3 a{
  color:#041313;
}
.cybos-list-card__content p{
  margin:0;
  line-height:1.85;
  color:rgba(8,16,16,.88);
}
.cybos-list-card__meta{
  margin-top:16px;
}
.cybos-list-card__meta time{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#123535;
}

/* sidebar */
.cybos-list-sidebar,
.cybos-show-sidebar{
  display:grid;
  gap:18px;
  position:sticky;
  top:96px;
}
.cybos-side-search,
.cybos-side-nav,
.cybos-side-hot{
  padding:20px;
  border-radius:22px;
}
.cybos-side-search h3,
.cybos-side-nav h3,
.cybos-side-hot h3{
  margin:0 0 14px;
  color:#041313;
}
.cybos-side-search__form{
  display:flex;
  gap:10px;
}
.cybos-side-search__field{
  flex:1;
}
.cybos-side-search__field input{
  width:100%;
  height:42px;
  padding:0 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.52);
  background:rgba(255,255,255,.16);
  color:#041313;
  outline:none;
}
.cybos-side-search__field label{
  position:absolute;
  left:-9999px;
}
.cybos-side-search__form button{
  width:42px;
  height:42px;
  border:none;
  border-radius:12px;
  border:2px solid #000;
  background:#081414;
  color:#efffff;
  cursor:pointer;
}
.cybos-side-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.cybos-side-nav li a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.42);
  background:rgba(255,255,255,.16);
  color:#041313;
  font-weight:700;
}
.cybos-side-hot__item{
  display:grid;
  gap:14px;
}
.cybos-side-hot__thumb{
  display:block;
  overflow:hidden;
  border-radius:16px;
}
.cybos-side-hot__thumb img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.cybos-side-hot__body h4{
  margin:0 0 10px;
  line-height:1.5;
}
.cybos-side-hot__body h4 a{
  color:#041313;
}
.cybos-side-hot__body p{
  margin:0 0 12px;
  line-height:1.8;
  color:rgba(8,16,16,.88);
}
.cybos-side-hot__body time{
  color:#133535;
}

/* show article */
.cybos-show-article{
  display:grid;
  gap:18px;
}
.cybos-show-article__header,
.cybos-show-article__body,
.cybos-show-article__pager,
.cybos-show-share,
.cybos-show-related{
  padding:26px;
  border-radius:26px;
}
.cybos-show-article__header h1{
  margin:0 0 14px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.25;
  color:#041313;
}
.cybos-show-article__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cybos-show-article__meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.42);
  background:rgba(255,255,255,.16);
  color:#041313;
}

.cybos-article-content{
  line-height:2;
  color:#0b1a1a;
  font-size:17px;
}
.cybos-article-content img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  margin:16px auto;
  display:block;
  border:2px solid #000;
}
.cybos-article-content h2,
.cybos-article-content h3,
.cybos-article-content h4{
  color:#041313;
  margin:1.2em 0 .6em;
}
.cybos-article-content p{
  margin:0 0 1em;
}
.cybos-article-content a{
  color:#062f2f;
  text-decoration:underline;
}
.cybos-article-content blockquote{
  margin:1.2em 0;
  padding:14px 18px;
  border-left:4px solid #000;
  background:rgba(255,255,255,.16);
  border-radius:12px;
}
.cybos-article-content ul,
.cybos-article-content ol{
  padding-left:1.4em;
}
.cybos-article-content table{
  width:100%;
  border-collapse:collapse;
  margin:18px 0;
  overflow:hidden;
}
.cybos-article-content table td,
.cybos-article-content table th{
  border:1px solid #000;
  padding:10px 12px;
}

.cybos-show-article__pager{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.cybos-show-article__prev,
.cybos-show-article__next{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.42);
  background:rgba(255,255,255,.16);
  color:#041313;
  font-weight:700;
}

.cybos-show-share h3,
.cybos-show-related h3{
  margin:0 0 10px;
  color:#041313;
}
.cybos-show-share p{
  margin:0 0 16px;
  line-height:1.8;
  color:rgba(8,16,16,.88);
}
.cybos-show-share__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cybos-show-share__actions a,
.cybos-show-share__actions button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.42);
  background:rgba(255,255,255,.16);
  color:#041313;
  cursor:pointer;
}

.cybos-show-related__list{
  display:grid;
  gap:14px;
}
.cybos-show-related__item{
  display:grid;
  grid-template-columns:44px 110px 1fr;
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.42);
  background:rgba(255,255,255,.14);
}
.cybos-show-related__index{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#081414;
  color:#efffff;
  border:2px solid #000;
  font-weight:800;
}
.cybos-show-related__thumb{
  display:block;
  border-radius:14px;
  overflow:hidden;
}
.cybos-show-related__thumb img{
  width:100%;
  height:76px;
  object-fit:cover;
}
.cybos-show-related__body h4{
  margin:0 0 8px;
  line-height:1.5;
}
.cybos-show-related__body h4 a{
  color:#041313;
}
.cybos-show-related__body small{
  color:#143535;
}

/* responsive */
@media (max-width:1100px){
  .cybos-list-hero__grid,
  .cybos-show-hero__grid,
  .cybos-list-main__grid,
  .cybos-show-main__grid,
  .cybos-list-grid{
    grid-template-columns:1fr;
  }

  .cybos-list-sidebar,
  .cybos-show-sidebar{
    position:static;
    top:auto;
  }
}

@media (max-width:860px){
  .cybos-show-article__pager{
    grid-template-columns:1fr;
  }

  .cybos-show-related__item{
    grid-template-columns:44px 1fr;
  }

  .cybos-show-related__thumb{
    grid-column:2;
  }

  .cybos-show-related__body{
    grid-column:2;
  }
}

@media (max-width:560px){
  .cybos-list-hero__content,
  .cybos-show-hero__content,
  .cybos-list-hero__screen,
  .cybos-show-hero__panel,
  .cybos-side-search,
  .cybos-side-nav,
  .cybos-side-hot,
  .cybos-show-article__header,
  .cybos-show-article__body,
  .cybos-show-article__pager,
  .cybos-show-share,
  .cybos-show-related{
    padding:18px;
  }

  .cybos-list-card__thumb img{
    height:210px;
  }

  .cybos-show-article__header h1{
    font-size:28px;
  }

  .cybos-show-related__item{
    grid-template-columns:1fr;
  }

  .cybos-show-related__index{
    width:40px;
    height:40px;
  }

  .cybos-show-related__thumb,
  .cybos-show-related__body{
    grid-column:auto;
  }
}