/* ============================================
   SimilarWebRank — Static Site Stylesheet
   Fonts: Montserrat (headings) + Lato (body)
   Colors: Dark #1A1D35, Cyan #00E5FF, Mint #64FFDA
   ============================================ */

/* === RESET & BASE === */
* { box-sizing: border-box; }
body, html { min-height: 100%; }
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  background: rgba(26, 29, 53, 1);
  color: #fff;
  min-width: 375px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.17px;
}
@media (max-width: 991px) { body { font-size: 14px; } }
body.body-hidden { overflow: hidden; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; display: block; position: relative; z-index: 1; line-height: 1.2; font-weight: 600; font-family: "Montserrat", sans-serif; letter-spacing: 0.17px; }
input, textarea { padding: 0; margin: 0; outline: none; line-height: 1; }
input:focus, input:active { outline: none; outline-offset: 0; }
button { border: none; background: transparent; text-decoration: none; line-height: 1; position: relative; z-index: 2; cursor: pointer; }
button:focus { outline: none; }
a { text-decoration: none; color: #33363a; }
p { padding: 0; margin: 0; position: relative; z-index: 1; }
span { position: relative; z-index: 1; }
ul { padding: 0; margin: 0; }
ul li { padding: 0; list-style: none; position: relative; z-index: 2; }
ol li { position: relative; z-index: 2; }

/* === GENERAL LAYOUT === */
.main { width: 100%; height: auto; position: relative; overflow: hidden; z-index: 3; }
.container { width: 100%; max-width: 1464px; padding: 0 20px; margin: 0 auto; height: auto; position: relative; }
section { position: relative; width: 100%; height: auto; padding: 60px 0; overflow: hidden; }
@media (max-width: 991px) { section { padding: 30px 0; } }

.s-head { max-width: 1140px; margin: 0 auto 40px; display: flex; flex-direction: column; align-items: center; gap: 42px; position: relative; }
@media (max-width: 991px) { .s-head { gap: 24px; } }
@media (max-width: 767px) { .s-head { margin-bottom: 20px; } }
.s-head .title { text-align: center; }

.s-desc { max-height: 140px; overflow: hidden; transition: max-height 0.3s ease-in-out; position: relative; display: grid; gap: 12px; font-size: 16px; line-height: 1.5; letter-spacing: .17px; }
@media (max-width: 767px) { .s-desc { font-size: 14px; } }
.s-desc.expanded { max-height: none !important; overflow: visible; }
.s-desc.overlay::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(26,29,53,0.96) 31%, rgba(26,29,53,0.5) 100%); z-index: 2; }
.w-section .s-desc.overlay::after { background: linear-gradient(0deg, rgba(255,255,255,0.96) 31%, rgba(255,255,255,0.5) 100%); }

.subtitle { font-size: 16px; display: block; }
@media (max-width: 767px) { .subtitle { font-size: 16px; } }

/* === TYPOGRAPHY === */
.title { font-family: "Montserrat", sans-serif; line-height: 1.1; }
.fz-h1 { position: relative; font-size: 48px; text-transform: uppercase; color: rgba(100, 255, 218, 1); letter-spacing: 0.48px; font-weight: 800; }
@media (max-width: 991px) { .fz-h1 { font-size: 24px; } }
.fz-h2 { font-size: 35px; text-transform: uppercase; font-weight: 600; }
@media (max-width: 991px) { .fz-h2 { font-size: 24px; } }
.fz-h3 { font-size: 26px; font-weight: 600; }
@media (max-width: 991px) { .fz-h3 { font-size: 20px; } }
.fz-h4 { font-size: 20px; font-weight: 600; }
@media (max-width: 991px) { .fz-h4 { font-size: 16px; } }

/* === BUTTONS === */
.btn { display: flex; align-items: center; justify-content: center; height: 56px; border-radius: 16px; font-size: 18px; transition: 0.3s ease; cursor: pointer; width: fit-content; padding: 0 24px; gap: 16px; font-weight: 700; z-index: 2; }
@media (max-width: 991px) { .btn { font-size: 14px; height: 40px; padding: 0 12px; } }

.btn-primary { background: rgba(0, 229, 255, 1); color: rgba(26, 29, 53, 1); font-weight: 700; text-transform: uppercase; font-family: "Lato", sans-serif; letter-spacing: 0.2px; }
.btn-primary:hover { background: rgba(100, 255, 218, 1); }
.btn-primary:active, .btn-primary:focus { background: rgba(249, 255, 255, 1); }

.btn-border { color: rgba(249, 255, 255, 1); text-transform: uppercase; border: 3px solid rgba(0, 229, 255, 1); border-radius: 16px; transition: 0.3s ease; }
@media (max-width: 991px) { .btn-border { border: 2px solid rgba(0, 229, 255, 1); } }
.btn-border:hover { color: rgba(0, 229, 255, 1); }
.btn-border:active, .btn-border:focus { background: rgba(0, 229, 255, 1); color: #fff; }

.btn-border-gradient { color: rgba(249, 255, 255, 1); text-transform: none; border: 3px solid rgba(0, 229, 255, 1); border-radius: 16px; transition: 0.3s ease; gap: 8px; }
.btn-border-gradient .text-gradient { background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78,255,194,0.8) 1.44%, rgba(52,204,254,0.8) 4.81%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.btn-border-gradient:hover { color: #fff; }
.btn-border-gradient:hover .text-gradient { -webkit-text-fill-color: #fff; color: #fff; background: none; }

.read-more-btn { display: flex; align-items: center; justify-content: center; width: 126px; height: 30px; font-size: 14px; background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78,255,194,0.8) 1.44%, rgba(52,204,254,0.8) 4.81%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; border: 2px solid rgb(0, 229, 255); border-radius: 40px; position: absolute; bottom: 0; z-index: 2; transition: 0.3s ease; cursor: pointer; left: 50%; transform: translateX(-50%); }
.read-more-btn:hover { background-color: rgb(0, 229, 255); -webkit-text-fill-color: #fff; color: #fff; }

/* === GRADIENT BORDER BOXES === */
.gradient-mask-box { position: relative; }
.gradient-mask-box::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(165.94deg, #00b288 10.01%, #00a0b3 70.18%, #000000 93.6%); padding: 2px; -webkit-mask: linear-gradient(#1A1D35 0 0) content-box, linear-gradient(#1A1D35 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: 0; }
@media (max-width: 991px) { .gradient-mask-box::before { padding: 2px; } }

.gradient-mask-box-light { position: relative; }
.gradient-mask-box-light::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78,255,194,0.8) 1.44%, rgba(52,204,254,0.8) 4.81%); padding: 3px; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: 0; }
@media (max-width: 991px) { .gradient-mask-box-light::before { padding: 2px; } }

/* === ICONS === */
.icon { position: relative; display: block; z-index: 2; }
.icon--40 { min-width: 40px; max-width: 40px; height: auto; }
.icon--60 { min-width: 60px; max-width: 60px; height: auto; }
@media (max-width: 991px) { .icon--60 { min-width: 40px; max-width: 40px; } }
.icon--80 { min-width: 80px; max-width: 80px; height: auto; }
@media (max-width: 991px) { .icon--80 { min-width: 60px; max-width: 60px; } }
.icon--120 { min-width: 120px; max-width: 120px; height: auto; }
@media (max-width: 991px) { .icon--120 { min-width: 76px; max-width: 76px; } }

.number { min-width: 74px; max-width: 74px; height: 74px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78,255,194,0.8) 1.44%, rgba(52,204,254,0.8) 4.81%); font-size: 26px; font-weight: 600; }
@media (max-width: 991px) { .number { min-width: 54px; max-width: 54px; height: 54px; font-size: 20px; } }

/* === LOGO === */
.logo { display: flex; }
.logo img { height: 28px; }
@media (max-width: 1199px) { .logo img { height: 17px; } }

/* === HEADER === */
.header { position: absolute; width: 100%; top: 64px; left: 0; z-index: 10; }
@media (max-width: 1199px) { .header { top: 20px; } }
.header .container { max-width: 1752px; }
.header .wrap { display: flex; align-items: center; justify-content: space-between; }
@media (max-width: 767px) { .header .wrap { align-items: flex-start; } }
.header .btn { width: 262px; }
@media (max-width: 991px) { .header .btn { width: 128px; height: 32px; } }

.header .menu { display: flex; align-items: center; gap: 64px; }
@media (max-width: 1199px) { .header .menu { display: none; } }
.header .menu li a { position: relative; font-size: 18px; font-weight: 700; text-transform: uppercase; display: block; padding: 10px; color: rgba(249, 255, 255, 1); border-bottom: 2px solid transparent; transition: 0.3s ease; }
.header .menu li a:hover { border-bottom: 2px solid rgba(100, 255, 218, 1); }
.header .menu li.active a { color: rgba(100, 255, 218, 1); }

.header-col:last-child { display: flex; gap: 16px; }
@media (max-width: 767px) { .header-col:last-child { flex-direction: column; align-items: flex-end; gap: 12px; } }

.hamburger { position: relative; display: none; background: none; border: none; cursor: pointer; }
@media (max-width: 1199px) { .hamburger { display: block; } }
@media (max-width: 767px) { .hamburger { order: -1; } }

/* === MOBILE MENU === */
.mobileMenu { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #fff; z-index: 100; display: none; }
.mobileMenu-close { position: absolute; right: 10px; top: 10px; padding: 0; background: none; border: none; cursor: pointer; }
.mobileMenu .wrap { padding: 48px 32px; }
.mobileMenu .btn { position: relative; color: rgba(26, 29, 53, 1); padding: 0 24px; border-radius: 40px; }
.mobileMenu .menu { display: grid; gap: 12px; margin-bottom: 24px; }
.mobileMenu .menu li a { position: relative; display: block; font-size: 16px; text-transform: uppercase; font-weight: 600; line-height: 24px; color: rgba(26, 29, 53, 1); }

/* === FOOTER === */
.footer { position: relative; padding: 60px 0; }
@media (max-width: 767px) { .footer { padding: 20px 0; } }
.footer .container { max-width: 1760px; }
.footer .wrap { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.footer .logo { margin-bottom: 8px; display: block; }
.footer-text { display: block; margin-bottom: 48px; }
@media (max-width: 767px) { .footer-text { margin-bottom: 16px; } }
.footer .menu { display: flex; align-items: center; gap: 16px; }
.footer .menu li a { color: #fff; font-size: 16px; transition: 0.3s ease; }
.footer .menu li a:hover { color: rgb(0, 229, 255); }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; }
.footer-right .menu { }
@media (max-width: 767px) { .footer-right .menu { display: none; } }
.footer-mobile-menu { display: none; }
@media (max-width: 767px) { .footer-mobile-menu { display: block; margin-bottom: 48px; } .footer-mobile-menu .menu { flex-direction: column; align-items: flex-start; gap: 8px; } }
.footer-copyright { font-size: 14px; opacity: 0.6; margin-top: 16px; }

/* === SOCIALS === */
.socials { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; }
.socials-col { display: flex; flex-wrap: wrap; gap: 4px; }
.socials-item { display: flex; align-items: center; gap: 8px; font-size: 18px; color: rgba(249, 255, 255, 1); padding: 8px 16px; transition: 0.3s ease; }
@media (max-width: 991px) { .socials-item { font-size: 14px; } }
.socials-item img { width: 32px; height: auto; }
@media (max-width: 991px) { .socials-item img { width: 28px; } }
.socials-item:hover { color: rgba(0, 229, 255, 1); }

.soc-icons { display: flex; gap: 16px; }
@media (max-width: 767px) { .soc-icons { flex-direction: column; } }
.soc-icons__item { transition: 0.3s ease; display: flex; }
.soc-icons__item:hover { transform: scale(1.05); }

/* === HERO BANNER === */
.heroBanner { position: relative; padding: 280px 0 44px; }
@media (max-width: 1199px) { .heroBanner { padding: 130px 0 30px; } }
.heroBanner .wrap { display: grid; align-items: flex-start; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 767px) { .heroBanner .wrap { grid-template-columns: 1fr; } }
.heroBanner-content { position: relative; width: 100%; max-width: 710px; }
.heroBanner-image { width: 100%; height: auto; position: relative; }
@media (max-width: 767px) { .heroBanner-image { display: none; } }
.heroBanner-image img { display: block; width: 100%; height: auto; }
.heroBanner-image-mobile { display: none; }
@media (max-width: 767px) { .heroBanner-image-mobile { display: block; width: 100%; height: auto; margin-top: 24px; } }
.heroBanner-right { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; padding-top: 40px; }
@media (max-width: 767px) { .heroBanner-right { padding-top: 0; } }
.heroBanner-right .btn { width: 100%; max-width: 412px; }
.heroBanner-right .socials { width: 100%; max-width: 412px; }
.heroBanner .title { margin-bottom: 18px; }
@media (max-width: 767px) { .heroBanner .title { margin-bottom: 8px; } }
.heroBanner-list { margin-top: 72px; margin-bottom: 56px; display: grid; gap: 12px; }
@media (max-width: 991px) { .heroBanner-list { gap: 8px; margin-top: 32px; margin-bottom: 40px; } }
@media (max-width: 767px) { .heroBanner-list { gap: 4px; margin-top: 24px; margin-bottom: 20px; } }
.heroBanner-list li { display: flex; align-items: center; gap: 8px; line-height: 1.1; }
.heroBanner .btn { width: 100%; max-width: 412px; }
.heroBanner .socials { margin-top: 64px; width: 100%; max-width: 412px; }
@media (max-width: 991px) { .heroBanner .socials { margin-top: 12px; } }
@media (max-width: 767px) { .heroBanner .socials { max-width: 320px; margin: 0 auto; margin-top: 8px; } }

/* === TRAFFIC STATS BAR === */
.traffic { position: relative; }
.traffic__block { border-radius: 64px; padding: 56px 88px; background: linear-gradient(184.86deg, #64ffda 13.25%, #00e5ff 55.45%, #1a1d35 111.41%); box-shadow: 4px 4px 16px 0px rgba(255,255,255,0.25); margin-bottom: 40px; }
@media (max-width: 1199px) { .traffic__block { padding: 24px; border-radius: 36px; } }
.traffic-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; }
@media (max-width: 1199px) { .traffic-list { gap: 16px; } }
@media (max-width: 991px) { .traffic-list { gap: 6px; } }
@media (max-width: 767px) { .traffic-list { gap: 16px; grid-template-columns: 1fr; } }
.traffic-item { background: rgba(26, 29, 53, 1); box-shadow: 4px 4px 16px 0px rgba(255,255,255,0.25); height: 113px; padding: 12px 32px; border-radius: 16px; display: flex; align-items: center; gap: 16px; }
@media (max-width: 991px) { .traffic-item { gap: 4px; padding: 16px 8px; height: 70px; } }
@media (max-width: 767px) { .traffic-item { gap: 16px; padding: 16px 24px; height: 90px; } }
.traffic-item__value { font-size: 36px; font-weight: 700; display: block; line-height: 1; }
@media (max-width: 1199px) { .traffic-item__value { font-size: 28px; } }
@media (max-width: 991px) { .traffic-item__value { font-size: 24px; } }
.traffic-item__text { display: block; font-size: 18px; line-height: 1.1; }
@media (max-width: 991px) { .traffic-item__text { font-size: 14px; } }
.traffic-bottom { width: 100%; max-width: 1140px; margin: 0 auto; }

/* === SAFETY & GUARANTEE (white section) === */
.sGuarantee { position: relative; background: rgba(249, 255, 255, 1); border-radius: 60px; padding: 80px 0; color: rgba(26, 29, 53, 1); }
@media (max-width: 991px) { .sGuarantee { border-radius: 40px; padding: 30px 0; } }
.sGuarantee .wrap { display: grid; gap: 32px; grid-template-columns: repeat(3, 1fr); margin-bottom: 8px; }
@media (max-width: 991px) { .sGuarantee .wrap { grid-template-columns: 1fr; gap: 16px; } }
.sGuarantee-item { box-shadow: 4px 4px 8px 0px rgba(6,0,0,0.3); position: relative; border-radius: 16px; display: flex; flex-direction: column; padding: 24px 48px; background-color: #fff; }
@media (max-width: 991px) { .sGuarantee-item { padding: 20px; } }
.sGuarantee-item .icon { margin: 0 auto 24px; }
.sGuarantee-item .title { margin-bottom: 8px; }
@media (max-width: 991px) { .sGuarantee-item .title { margin-bottom: 4px; } }
.sGuarantee-text { text-align: center; max-width: 1140px; margin: 32px auto 0; font-size: 16px; }

/* === SERVICES (3 cards) === */
.services { position: relative; }
.services .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; max-width: 1200px; margin: 0 auto; }
@media (max-width: 1199px) { .services .wrap { gap: 24px; } }
@media (max-width: 767px) { .services .wrap { grid-template-columns: 1fr; gap: 16px; } }
.services-item { box-shadow: 4px 4px 16px 0px rgba(255,255,255,0.25); border-radius: 16px; padding: 24px 34px 34px; position: relative; }
@media (max-width: 991px) { .services-item { padding: 12px 18px; } }
.services-item .icon { margin: 0 auto; }
.services-item .title { margin-bottom: 24px; }
@media (max-width: 991px) { .services-item .title { margin-bottom: 8px; } }
.services-item__desc { margin-bottom: 16px; font-size: 18px; }
@media (max-width: 991px) { .services-item__desc { margin-bottom: 8px; font-size: 14px; } }
.services-item__content { margin-top: 34px; }
@media (max-width: 991px) { .services-item__content { margin-top: 12px; } }
.services-item__list { display: grid; gap: 8px; }
.services-item__list li { display: flex; align-items: center; gap: 8px; }
.services-item .popular-block { position: absolute; right: -12px; top: -20px; width: 105px; height: 105px; border-radius: 100%; background: radial-gradient(50% 50% at 50% 50%, #ffcc00 84.62%, rgba(255,255,255,0) 100%); display: none; align-items: center; justify-content: center; text-align: center; font-size: 18px; line-height: 1.3; color: rgba(26, 29, 53, 1); }
@media (max-width: 767px) { .services-item .popular-block { width: 74px; height: 74px; font-size: 14px; } }
.services-item.popular { background: rgba(255,255,255,0.1); }
.services-item.popular .popular-block { display: flex; }
@media (max-width: 767px) { .services-item.popular { order: -1; } }

/* === WHY CHOOSE === */
.whoChoose { position: relative; padding: 60px 0; }
.whoChoose .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 991px) { .whoChoose .wrap { grid-template-columns: repeat(2, 1fr); gap: 60px; } }
@media (max-width: 767px) { .whoChoose .wrap { grid-template-columns: 1fr; gap: 16px; } }
.whoChoose-item { position: relative; padding: 40px 24px; box-shadow: 4px 4px 16px 0px rgba(255,255,255,0.25); border: 2px solid rgba(249, 255, 255, 1); border-radius: 16px; }
@media (max-width: 767px) { .whoChoose-item { padding: 16px; } }
.whoChoose-item .icon { margin: 0 auto 24px; }
@media (max-width: 991px) { .whoChoose-item .icon { margin: 0 auto 16px; } }
.whoChoose-item .title { margin-bottom: 8px; }

/* === HOW OUR WORKS === */
.ourWorks { position: relative; padding: 115px 0 145px; }
@media (max-width: 991px) { .ourWorks { padding: 30px 0; } }
.ourWorks .wrap { display: flex; justify-content: space-between; gap: 32px; }
@media (max-width: 767px) { .ourWorks .wrap { flex-direction: column; } }
.ourWorks-grid { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 767px) { .ourWorks-grid { grid-template-columns: 1fr; } }
.ourWorks-col { width: 100%; }
.ourWorks-graphic { width: 100%; }
.ourWorks-graphic img { width: 100%; height: auto; }
.ourWorks-graphic .title { display: block; text-align: center; margin-top: 36px; }
.ourWorks-graphic__subtitle { display: block; text-align: center; }
.ourWorks-list { display: grid; gap: 32px; }
@media (max-width: 991px) { .ourWorks-list { gap: 16px; } }
.ourWorks-item { border-radius: 16px; padding: 32px; display: flex; align-items: center; gap: 24px; }
@media (max-width: 991px) { .ourWorks-item { padding: 16px; gap: 8px; } }
.ourWorks-item__content { display: grid; gap: 8px; }

/* === GUARANTEE (white rounded section) === */
.garantee { position: relative; background: rgb(249, 255, 255); border-radius: 60px; padding: 80px 0; color: rgb(26, 29, 53); }
@media (max-width: 991px) { .garantee { padding: 30px 0; border-radius: 40px; } }
.garantee .wrap { position: relative; display: flex; justify-content: space-between; gap: 24px; }
@media (max-width: 767px) { .garantee .wrap { flex-direction: column; } }
.garantee-list { position: relative; width: 100%; max-width: 560px; display: grid; gap: 24px; }
@media (max-width: 991px) { .garantee-list { gap: 16px; } }
@media (max-width: 767px) { .garantee-list { max-width: 100%; } }
.garantee-item { position: relative; display: flex; align-items: center; gap: 16px; border: 2px solid rgba(26, 29, 53, 1); border-radius: 16px; padding: 16px; }
@media (max-width: 991px) { .garantee-item { padding: 12px 16px; } }
.garantee-item__content { position: relative; display: grid; gap: 8px; }
@media (max-width: 991px) { .garantee-item__content { gap: 2px; } }
.garantee-item .title { position: relative; line-height: 1.1; }
.garantee-item__arrow { position: absolute; display: block; width: 40px; height: auto; right: 16px; bottom: 16px; }
@media (max-width: 1199px) { .garantee-item__arrow { display: none; } }
.garantee-item p { font-size: 18px; }
@media (max-width: 991px) { .garantee-item p { font-size: 14px; } }
.garantee-content { width: 100%; max-width: 570px; }
@media (max-width: 767px) { .garantee-content { max-width: 100%; } }
.garantee-content .title { position: relative; margin-bottom: 32px; display: block; }
@media (max-width: 991px) { .garantee-content .title { margin-bottom: 12px; } }
.garantee-content__desc { position: relative; margin-bottom: 40px; }
@media (max-width: 991px) { .garantee-content__desc { margin-bottom: 16px; } }
.garantee-content__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; width: 100%; max-width: 496px; }
@media (max-width: 991px) { .garantee-content__list { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .garantee-content__list { max-width: 100%; } }
.garantee-content__item { background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78,255,194,0.8) 1.44%, rgba(52,204,254,0.8) 4.81%); display: flex; align-items: center; border: 2px solid rgba(26, 29, 53, 1); box-shadow: 4px 4px 8px 0px rgba(6,0,0,0.3); height: 120px; border-radius: 16px; padding: 24px; gap: 24px; }
@media (max-width: 991px) { .garantee-content__item { height: 74px; } }
.garantee-content__item-value { font-size: 36px; font-weight: 600; }
@media (max-width: 991px) { .garantee-content__item-value { font-size: 24px; } }
@media (max-width: 991px) { .garantee-content__item-text { font-size: 14px; } }

/* === SCIENTIFIC APPROACH === */
.scientific { position: relative; padding-top: 120px; }
@media (max-width: 767px) { .scientific { padding-top: 30px; } }
.scientific .s-head { max-width: 550px; }
.scientific .wrap { width: 100%; max-width: 917px; margin: 0 auto; position: relative; left: -40px; }
@media (max-width: 991px) { .scientific .wrap { left: 0; } }
@media (max-width: 767px) { .scientific .wrap { display: grid; gap: 16px; } }
.scientific-item { display: flex; align-items: center; padding: 56px 32px; gap: 24px; position: relative; }
@media (max-width: 991px) { .scientific-item { padding: 16px 32px; } }
@media (max-width: 767px) { .scientific-item { padding: 0; } }
.scientific-item__block { position: relative; border-radius: 16px; padding: 22px 24px; border-top: 1px solid rgba(100, 255, 218, 1); border-bottom: 1px solid rgba(100, 255, 218, 1); width: 100%; min-height: 140px; }
@media (max-width: 767px) { .scientific-item__block { padding: 12px; min-height: auto; } }
.scientific-item .title { display: block; margin-bottom: 12px; }
@media (max-width: 767px) { .scientific-item .title { margin-bottom: 8px; } }
.scientific-item__desc { font-size: 18px; }
@media (max-width: 767px) { .scientific-item__desc { font-size: 14px; } }
.scientific-item__text { background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78,255,194,0.8) 1.44%, rgba(52,204,254,0.8) 4.81%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; font-size: 32px; writing-mode: vertical-rl; position: absolute; right: -80px; top: 50%; transform: translateY(-50%); line-height: 1; }
@media (max-width: 991px) { .scientific-item__text { display: none; } }
.scientific-item__arrow { background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78,255,194,0.8) 1.44%, rgba(52,204,254,0.8) 4.81%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; font-size: 32px; writing-mode: vertical-rl; position: absolute; right: -80px; top: 100%; transform: translateY(-50%); line-height: 1; }
@media (max-width: 991px) { .scientific-item__arrow { display: none; } }
.scientific-item:last-child .scientific-item__arrow { display: none; }
.scientific-item .number { flex-shrink: 0; }
@media (max-width: 767px) { .scientific-item .number { display: none; } }

/* === FAQ === */
.s-faq { position: relative; }
.faq { width: 100%; max-width: 1140px; margin: 0 auto; display: grid; gap: 32px; }
@media (max-width: 767px) { .faq { gap: 16px; } }
.faq-item { position: relative; border: 2px solid rgba(249, 255, 255, 1); border-radius: 16px; }
.faq-item .question { padding: 22px 72px 22px 16px; cursor: pointer; }
@media (max-width: 767px) { .faq-item .question { padding: 16px 72px 16px 16px; } }
.faq-item .answer { position: relative; padding: 0px 72px 24px 16px; display: none; }
.faq-item__arrow { position: absolute; right: 16px; bottom: 16px; transition: 0.3s ease; }
@media (max-width: 767px) { .faq-item__arrow { right: 8px; bottom: 8px; width: 32px; height: auto; } }
.faq-item__arrow path { transition: 0.3s ease; }
.faq-item.active .faq-item__arrow { transform: rotate(-90deg); }
.faq-item.active .faq-item__arrow path { fill: #fff; }
.faq-item:hover .faq-item__arrow path { fill: #fff; }

/* === PRICING === */
.pricing { position: relative; }
.pricing .wrap { max-width: 968px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 94px; }
@media (max-width: 1199px) { .pricing .wrap { gap: 40px; } }
@media (max-width: 767px) { .pricing .wrap { grid-template-columns: 1fr; gap: 16px; } }
.pricing-item { border-radius: 16px; text-align: center; padding: 24px 34px 34px; }
@media (max-width: 767px) { .pricing-item { padding: 12px 24px 24px; } }
.pricing-item__tilte { display: block; font-size: 35px; font-weight: 600; margin-bottom: 60px; background: linear-gradient(178.73deg, #64ffda 13.79%, #00e5ff 87.6%, #00e5ff 136.8%); text-transform: uppercase; -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; line-height: 1; font-family: "Montserrat", sans-serif; }
@media (max-width: 991px) { .pricing-item__tilte { font-size: 20px; } }
@media (max-width: 767px) { .pricing-item__tilte { margin-bottom: 50px; } }
.pricing-item__value { font-size: 40px; font-weight: 600; margin-bottom: 2px; display: block; line-height: 1; font-family: "Montserrat", sans-serif; }
@media (max-width: 991px) { .pricing-item__value { font-size: 20px; } }
.pricing-item__text { display: block; margin-bottom: 42px; }
@media (max-width: 767px) { .pricing-item__text { margin-bottom: 24px; } }
.pricing-item__price { display: block; margin-bottom: 40px; font-size: 40px; font-weight: 600; line-height: 1; font-family: "Montserrat", sans-serif; }
@media (max-width: 991px) { .pricing-item__price { font-size: 20px; } }
@media (max-width: 767px) { .pricing-item__price { margin-bottom: 32px; } }
.pricing-item .btn { width: 100%; }

/* === ANSWER / CTA SECTION === */
.s-answer { position: relative; }
.s-answer .wrap { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
@media (max-width: 767px) { .s-answer .wrap { flex-direction: column; } }
.s-answer-desc { width: 100%; max-width: 640px; }
.s-answer-buttons { }
@media (max-width: 767px) { .s-answer-buttons { width: 100%; } }
.s-answer .btn { min-width: 180px; }
@media (max-width: 767px) { .s-answer .btn { width: 100%; height: 52px; font-size: 18px; text-transform: uppercase; } }

/* === BOOST / CONTACTS === */
.boost { position: relative; }
.boost .wrap { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
@media (max-width: 767px) { .boost .wrap { flex-direction: column; } }
.boost-col { width: 100%; max-width: 700px; }
@media (max-width: 991px) { .boost-col { max-width: 280px; } }
@media (max-width: 767px) { .boost-col { max-width: 100%; } }
.boost-contacts { width: 100%; max-width: 470px; display: grid; gap: 16px; }
@media (max-width: 991px) { .boost-contacts { max-width: 280px; } }
@media (max-width: 767px) { .boost-contacts { max-width: 100%; } }
.boost-contact { height: 126px; border-radius: 16px; padding: 16px 24px; display: flex; align-items: center; gap: 16px; transition: 0.3s ease; color: #fff; }
@media (max-width: 991px) { .boost-contact { height: 90px; padding: 12px; gap: 8px; } }
.boost-contact__content { display: flex; flex-direction: column; gap: 8px; }
@media (max-width: 991px) { .boost-contact__content { gap: 0; } }
.boost-contact__title { color: rgba(249, 255, 255, 1); font-size: 20px; font-weight: 700; }
@media (max-width: 991px) { .boost-contact__title { font-size: 16px; } }
.boost-contact__link { color: rgba(0, 229, 255, 1); }
.boost-contact__text { color: rgba(249, 255, 255, 1); }
.boost-contact:hover { background: rgba(255,255,255,0.1); }
.boost-text { display: block; text-align: center; }
@media (max-width: 767px) { .boost-text { font-size: 14px; } }
.boost-bottom { margin-top: 48px; display: grid; gap: 16px; }
@media (max-width: 991px) { .boost-bottom { margin-top: 20px; gap: 4px; } }
.boost-bottom .btn { width: 100%; max-width: 610px; margin: 0 auto; }
.boost-list { position: relative; display: grid; gap: 24px; }
@media (max-width: 991px) { .boost-list { gap: 16px; } }
.boost-item { display: flex; align-items: center; position: relative; border-radius: 16px; padding: 8px 16px; gap: 16px; }
@media (max-width: 991px) { .boost-item { gap: 8px; } }

/* === PAGE HEAD (for subpages) === */
.page-head { position: relative; padding-top: 315px; padding-bottom: 0; }
@media (max-width: 991px) { .page-head { padding-top: 130px; } }
@media (max-width: 767px) { .page-head { padding-top: 120px; } }
.page-head .wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
@media (max-width: 767px) { .page-head .wrap { flex-direction: column; } }
.page-head__title { max-width: 712px; }
.page-head__contacts { width: 100%; max-width: 412px; }
.page-head__contacts .btn { width: 100%; margin-bottom: 32px; }
@media (max-width: 991px) { .page-head__contacts .btn { margin-bottom: 12px; } }
@media (max-width: 767px) { .page-head__contacts .btn { margin-bottom: 8px; } }

/* === ARTICLE STYLES (for subpage content) === */
.s-content { position: relative; }
.articleStyles, .s-desc { display: grid; gap: 12px; font-size: 16px; line-height: 1.5; letter-spacing: .17px; }
@media (max-width: 767px) { .articleStyles, .s-desc { font-size: 14px; } }
.articleStyles h2 { font-size: 36px; text-transform: uppercase; font-weight: 600; }
@media (max-width: 991px) { .articleStyles h2 { font-size: 24px; } }
.articleStyles h3 { font-size: 26px; font-weight: 600; }
@media (max-width: 991px) { .articleStyles h3 { font-size: 20px; } }
.articleStyles h4 { font-size: 24px; }
.articleStyles ol { padding-left: 16px; margin: 0; display: grid; gap: 4px; }
.articleStyles ol li { font-size: inherit; line-height: inherit; color: inherit; margin-bottom: 4px; list-style: decimal; }
.articleStyles ul { padding-left: 16px; margin: 0; display: grid; gap: 4px; }
.articleStyles ul li { font-size: inherit; line-height: inherit; margin-bottom: 4px; color: inherit; list-style: disc; }
.articleStyles p { font-size: inherit; line-height: inherit; font-weight: 400; display: block; color: inherit; }
.articleStyles p strong { font-weight: 600; }
.articleStyles p a { cursor: pointer; color: rgba(0, 229, 255, 1); }
.articleStyles p a:hover { text-decoration: underline; }
.articleStyles a { color: inherit; }

/* === BREADCRUMBS === */
#breadcrumbs { position: relative; display: flex; margin-bottom: 12px; }
#breadcrumbs > span { display: flex; align-items: center; gap: 8px; }
#breadcrumbs span, #breadcrumbs a { white-space: nowrap; font-size: 12px; cursor: pointer; }
#breadcrumbs a { transition: 0.3s ease; color: rgba(255,255,255,0.4); }
#breadcrumbs a:hover { color: rgba(255,255,255,0.8); }
#breadcrumbs .breadcrumb_last { color: rgba(255,255,255,1); pointer-events: none; cursor: default; }

/* === MODAL (Telegram redirect) === */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 200; align-items: center; justify-content: center; }
.modal-overlay.active { display: flex; }
.modal-form { width: 98%; max-width: 660px; background: #fff; border-radius: 16px; padding: 48px; position: relative; }
@media (max-width: 767px) { .modal-form { padding: 48px 24px; } }
.modal-form .title { text-align: center; color: rgb(26, 29, 53); margin-bottom: 40px; }
.modal-form .modal-close { position: absolute; right: 10px; top: 10px; background: none; border: none; cursor: pointer; font-size: 28px; color: #000; line-height: 1; }
.modal-form .form-wrap { border-right: 1px solid rgb(100, 255, 218); border-left: 1px solid rgb(100, 255, 218); border-radius: 16px; padding: 16px 36px; }
@media (max-width: 767px) { .modal-form .form-wrap { padding: 16px; } }
.modal-form .form-field { padding: 8px 0; }
.modal-form .form-field label { min-width: 114px; display: block; margin-bottom: 4px; color: rgb(26, 29, 53); font-weight: 600; }
.modal-form .form-field input,
.modal-form .form-field select,
.modal-form .form-field textarea { width: 100%; height: 40px; border-radius: 16px; padding-left: 16px; font-size: 16px; font-family: "Lato", sans-serif; color: rgb(26, 29, 53); border: 1px solid rgba(26, 29, 53, 1); outline: none; }
.modal-form .form-field textarea { height: 80px; padding-top: 10px; resize: vertical; }
.modal-form .form-field input::placeholder,
.modal-form .form-field textarea::placeholder { color: rgba(140,140,140,1); }
.modal-form .form-submit { margin-top: 22px; text-align: center; }
.modal-form .form-submit .btn { display: inline-flex; width: 227px; height: 45px; border: 2px solid rgba(26, 29, 53, 1); font-size: 16px; border-radius: 16px; background: transparent; text-transform: uppercase; color: rgba(26, 29, 53, 1); font-weight: 700; transition: 0.3s ease; }
.modal-form .form-submit .btn:hover { border-color: rgba(0, 178, 136, 1); color: rgba(0, 178, 136, 1); }
.modal-form .form-submit .btn:active { background: rgba(0, 178, 136, 1); color: #fff; }

/* === TELEGRAM INLINE BUTTON === */
.tg-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border: 2px solid rgba(0, 229, 255, 1); border-radius: 16px; color: #fff; font-weight: 600; font-size: 16px; transition: 0.3s ease; }
.tg-btn:hover { background: rgba(0, 229, 255, 0.15); color: rgba(0, 229, 255, 1); }
.tg-btn svg { width: 24px; height: 24px; }

/* === UTILITY === */
.im-b { position: relative; overflow: hidden; }
.im-b img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
