*{
  margin:0;
padding:0;
  box-sizing:border-box;
}

body{
font-family:'Inter',-apple-system,sans-serif;
  line-height:1.5;
    color:#1a1a1a;
  background:#fff;
overflow-x:hidden;
}

.j6gjed-tor-helix-max-width{
  max-width:1280px;
    margin:0 auto;
padding:0 24px;
}

.j6gjed-tor-helix-header{
position:fixed;
  top:0;
    left:0;
  width:100%;
  z-index:999;
padding:18px 0;
    transition:all 0.25s;
}

.j6gjed-tor-helix-header-sticky{
  background:rgba(255,255,255,0.96);
box-shadow:0 3px 18px rgba(0,0,0,0.09);
    padding:10px 0;
}

.j6gjed-tor-helix-header-inner{
    max-width:1280px;
  margin:0 auto;
padding:0 24px;
display:flex;
    justify-content:space-between;
  align-items:center;
}

.j6gjed-tor-helix-brand img{
height:38px;
  display:block;
}

.j6gjed-tor-helix-nav-links{
    display:flex;
  gap:40px;
}

.j6gjed-tor-helix-nav-links a{
  text-decoration:none;
color:#2a2a2a;
    font-weight:500;
  font-size:15px;
    transition:color 0.2s;
}

.j6gjed-tor-helix-nav-links a:hover{
  color:#2d7eb4;
}

.j6gjed-tor-helix-burger{
display:none;
    cursor:pointer;
  font-size:26px;
}

.j6gjed-tor-helix-mobile-menu{
  position:fixed;
    top:0;
right:0;
  width:300px;
    height:100vh;
  background:#fff;
    box-shadow:-8px 0 30px rgba(0,0,0,0.18);
  z-index:9999;
transform:translateX(100%);
    transition:transform 0.3s;
  padding:90px 35px 35px;
    display:flex;
flex-direction:column;
    gap:28px;
}

.j6gjed-tor-helix-mobile-menu a{
text-decoration:none;
  color:#2a2a2a;
    font-weight:500;
  font-size:17px;
}

.j6gjed-tor-helix-mobile-close-btn{
    position:absolute;
  top:25px;
right:25px;
    cursor:pointer;
  font-size:28px;
}

.j6gjed-tor-helix-hero-section{
  position:relative;
height:100vh;
    min-height:650px;
  display:flex;
    align-items:center;
}

.j6gjed-tor-helix-hero-image{
  position:absolute;
top:0;
    left:0;
  width:100%;
height:100%;
    background-size:cover;
  background-position:center;
    z-index:1;
}

.j6gjed-tor-helix-hero-dark{
position:absolute;
    top:0;
  left:0;
    width:100%;
  height:100%;
background:linear-gradient(125deg,rgba(20,30,48,0.88) 0%,rgba(45,55,72,0.76) 100%);
    z-index:2;
}

.j6gjed-tor-helix-hero-wrapper{
  position:relative;
    z-index:3;
max-width:1280px;
  margin:0 auto;
    padding:0 24px;
  width:100%;
}

.j6gjed-tor-helix-hero-text-block{
max-width:720px;
}

.j6gjed-tor-helix-hero-text-block h1{
  font-size:84px;
font-weight:900;
    line-height:0.98;
  color:#fff;
    margin-bottom:32px;
  letter-spacing:-2px;
}

.j6gjed-tor-helix-hero-text-block p{
font-size:22px;
    color:#d1dce6;
  margin-bottom:42px;
    line-height:1.55;
}

.j6gjed-tor-helix-hero-cta{
  display:inline-block;
padding:19px 48px;
    background:#2d7eb4;
  color:#fff;
    text-decoration:none;
  font-weight:700;
font-size:16px;
    border-radius:7px;
  transition:all 0.28s;
}

.j6gjed-tor-helix-hero-cta:hover{
    background:#256a96;
  transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(45,126,180,0.35);
}

.j6gjed-tor-helix-cards-area{
  padding:130px 0;
background:#fafbfc;
}

.j6gjed-tor-helix-title-block{
    text-align:center;
  max-width:780px;
    margin:0 auto 85px;
}

.j6gjed-tor-helix-title-block h2{
font-size:56px;
    font-weight:800;
  color:#0d1117;
    margin-bottom:0;
  line-height:1.15;
}

.j6gjed-tor-helix-cards-layout{
display:grid;
    grid-template-columns:repeat(12,1fr);
  gap:28px;
}

.j6gjed-tor-helix-card{
  background:#fff;
padding:42px 34px;
    border-radius:14px;
  transition:all 0.32s;
    border:1px solid #e8edf2;
}

.j6gjed-tor-helix-card-1{
    grid-column:span 5;
  grid-row:span 2;
}

.j6gjed-tor-helix-card-2{
  grid-column:span 4;
}

.j6gjed-tor-helix-card-3{
    grid-column:span 3;
}

.j6gjed-tor-helix-card-4{
  grid-column:span 7;
}

.j6gjed-tor-helix-card-5{
    grid-column:span 5;
}

.j6gjed-tor-helix-card:hover{
    transform:translateY(-7px);
  box-shadow:0 18px 42px rgba(0,0,0,0.11);
    border-color:transparent;
}

.j6gjed-tor-helix-card-icon{
  width:76px;
height:76px;
    border-radius:50%;
  display:flex;
    align-items:center;
  justify-content:center;
    margin-bottom:28px;
}

.j6gjed-tor-helix-card-icon i{
font-size:36px;
    color:#fff;
}

.j6gjed-tor-helix-card h3{
  font-size:24px;
font-weight:700;
    color:#1c2632;
  margin-bottom:16px;
}

.j6gjed-tor-helix-card p{
    font-size:16px;
  color:#5a6c7d;
    line-height:1.65;
}

.j6gjed-tor-helix-about-split{
  padding:110px 0;
}

.j6gjed-tor-helix-about-grid{
    display:grid;
  grid-template-columns:1fr 1.1fr;
    gap:90px;
  align-items:center;
}

.j6gjed-tor-helix-about-visual img{
  width:100%;
height:auto;
    border-radius:18px;
  box-shadow:0 24px 56px rgba(0,0,0,0.14);
}

.j6gjed-tor-helix-about-info h2{
    font-size:52px;
  font-weight:900;
    color:#0d1117;
  margin-bottom:34px;
    line-height:1.12;
}

.j6gjed-tor-helix-about-info p{
  font-size:18px;
color:#46535f;
    margin-bottom:22px;
  line-height:1.68;
}

.j6gjed-tor-helix-numbers-row{
    display:grid;
  grid-template-columns:repeat(3,1fr);
    gap:32px;
  margin-top:55px;
}

.j6gjed-tor-helix-number-item{
    text-align:center;
  padding:28px;
    background:#f4f7fa;
  border-radius:11px;
}

.j6gjed-tor-helix-number-value{
  font-size:42px;
font-weight:800;
    color:#c14f89;
  margin-bottom:10px;
}

.j6gjed-tor-helix-number-desc{
    font-size:15px;
  color:#5a6c7d;
    font-weight:500;
}

.j6gjed-tor-helix-methodology{
  padding:120px 0;
background:linear-gradient(175deg,#fff 0%,#f9fafb 100%);
}

.j6gjed-tor-helix-methodology h2{
    text-align:center;
  font-size:54px;
    font-weight:800;
  color:#0d1117;
    margin-bottom:75px;
}

.j6gjed-tor-helix-method-columns{
  display:grid;
grid-template-columns:repeat(3,1fr);
    gap:38px;
}

.j6gjed-tor-helix-method-box{
    background:#fff;
  padding:48px 38px;
    border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,0.07);
    position:relative;
  overflow:hidden;
}

.j6gjed-tor-helix-method-1::before{
    content:'';
  position:absolute;
    top:0;
  left:0;
    width:6px;
  height:100%;
    background:linear-gradient(180deg,#2d7eb4 0%,#1a5d8f 100%);
}

.j6gjed-tor-helix-method-2::before{
    content:'';
  position:absolute;
    top:0;
  right:0;
    width:100%;
  height:6px;
    background:linear-gradient(90deg,#7a3de1 0%,#5c2ab8 100%);
}

.j6gjed-tor-helix-method-3{
    transform:translateY(-20px);
}

.j6gjed-tor-helix-method-3::after{
  content:'';
position:absolute;
    bottom:0;
  right:0;
    width:80px;
  height:80px;
    background:#0ea472;
  border-radius:50%;
    opacity:0.1;
  transform:translate(30px,30px);
}

.j6gjed-tor-helix-method-box h3{
  font-size:26px;
font-weight:700;
    color:#1c2632;
  margin-bottom:18px;
}

.j6gjed-tor-helix-method-box p{
    font-size:17px;
  color:#5a6c7d;
    line-height:1.7;
  margin-bottom:16px;
}

.j6gjed-tor-helix-visual-block{
    padding:100px 0;
  background:#fafbfc;
}

.j6gjed-tor-helix-visual-wrapper{
  display:grid;
grid-template-columns:1.2fr 1fr;
    gap:75px;
  align-items:center;
}

.j6gjed-tor-helix-visual-text h2{
    font-size:48px;
  font-weight:900;
    color:#0d1117;
  margin-bottom:30px;
    line-height:1.15;
}

.j6gjed-tor-helix-visual-text p{
  font-size:18px;
color:#46535f;
    margin-bottom:20px;
  line-height:1.7;
}

.j6gjed-tor-helix-visual-image img{
    width:100%;
  height:auto;
    border-radius:18px;
  box-shadow:0 24px 56px rgba(0,0,0,0.14);
    transform:rotate(2deg);
  transition:transform 0.4s;
}

.j6gjed-tor-helix-visual-image img:hover{
    transform:rotate(0deg) scale(1.02);
}

.j6gjed-tor-helix-steps-flow{
    padding:100px 0;
  background:#fff;
}

.j6gjed-tor-helix-steps-flow h2{
  text-align:center;
font-size:50px;
    font-weight:800;
  color:#0d1117;
    margin-bottom:70px;
}

.j6gjed-tor-helix-steps-wrapper{
display:grid;
    grid-template-columns:repeat(2,1fr);
  gap:45px;
}

.j6gjed-tor-helix-step-unit{
    background:#f9fafb;
  padding:48px 40px;
    border-radius:13px;
  box-shadow:0 6px 22px rgba(0,0,0,0.06);
    display:flex;
  gap:32px;
}

.j6gjed-tor-helix-step-number{
    font-size:64px;
  font-weight:900;
    color:#e5e9f0;
  line-height:1;
    flex-shrink:0;
}

.j6gjed-tor-helix-step-content h3{
  font-size:26px;
font-weight:700;
    color:#1c2632;
  margin-bottom:14px;
}

.j6gjed-tor-helix-step-content p{
    font-size:17px;
  color:#5a6c7d;
    line-height:1.68;
}

.j6gjed-tor-helix-opinions{
  padding:110px 0;
background:#f9fafb;
}

.j6gjed-tor-helix-opinions h2{
    text-align:center;
  font-size:52px;
    font-weight:800;
  color:#0d1117;
    margin-bottom:65px;
}

.j6gjed-tor-helix-opinions-grid{
display:grid;
    grid-template-columns:repeat(3,1fr);
  gap:36px;
}

.j6gjed-tor-helix-opinion-card{
    background:#fff;
  padding:44px 38px;
    border-radius:13px;
  box-shadow:0 7px 24px rgba(0,0,0,0.08);
    transition:all 0.3s;
}

.j6gjed-tor-helix-opinion-card:hover{
  transform:translateY(-6px);
box-shadow:0 16px 45px rgba(0,0,0,0.12);
}

.j6gjed-tor-helix-opinion-card p{
    font-size:17px;
  color:#46535f;
    line-height:1.7;
  margin-bottom:32px;
    font-style:italic;
}

.j6gjed-tor-helix-opinion-person{
  border-top:1px solid #e8edf2;
padding-top:22px;
}

.j6gjed-tor-helix-opinion-name{
    font-size:18px;
  font-weight:700;
    color:#1c2632;
  margin-bottom:6px;
}

.j6gjed-tor-helix-opinion-job{
  font-size:15px;
color:#5a6c7d;
}

.j6gjed-tor-helix-alert-box{
    padding:90px 0;
  background:#fff;
}

.j6gjed-tor-helix-alert-content{
  display:flex;
gap:35px;
    background:#fef4e6;
  padding:45px 50px;
    border-radius:13px;
  border:2px solid #f4a842;
}

.j6gjed-tor-helix-alert-icon{
    flex-shrink:0;
}

.j6gjed-tor-helix-alert-icon i{
  font-size:52px;
color:#d4692f;
}

.j6gjed-tor-helix-alert-text h3{
    font-size:26px;
  font-weight:800;
    color:#7a4a1f;
  margin-bottom:16px;
}

.j6gjed-tor-helix-alert-text p{
    font-size:17px;
  color:#8e5923;
    line-height:1.7;
}

.j6gjed-tor-helix-final-cta{
  position:relative;
padding:150px 0;
}

.j6gjed-tor-helix-final-cta-bg{
    position:absolute;
  top:0;
    left:0;
  width:100%;
    height:100%;
  background-size:cover;
    background-position:center;
  z-index:1;
}

.j6gjed-tor-helix-final-cta-filter{
    position:absolute;
  top:0;
    left:0;
  width:100%;
    height:100%;
  background:linear-gradient(130deg,rgba(45,126,180,0.91) 0%,rgba(14,164,114,0.88) 100%);
    z-index:2;
}

.j6gjed-tor-helix-final-cta-inner{
  position:relative;
z-index:3;
    text-align:center;
  max-width:760px;
    margin:0 auto;
}

.j6gjed-tor-helix-final-cta-inner h2{
    font-size:62px;
  font-weight:900;
    color:#fff;
  margin-bottom:28px;
}

.j6gjed-tor-helix-final-cta-inner p{
    font-size:22px;
  color:rgba(255,255,255,0.92);
    margin-bottom:45px;
}

.j6gjed-tor-helix-final-cta-button{
  display:inline-block;
padding:20px 55px;
    background:#fff;
  color:#2d7eb4;
    text-decoration:none;
  font-weight:800;
    font-size:17px;
  border-radius:7px;
    transition:all 0.3s;
}

.j6gjed-tor-helix-final-cta-button:hover{
  transform:translateY(-4px);
box-shadow:0 18px 40px rgba(0,0,0,0.25);
}

.j6gjed-tor-helix-footer{
    background:#141e30;
  padding:90px 0 0;
    color:#8e9aab;
}

.j6gjed-tor-helix-footer-layout{
  display:grid;
grid-template-columns:1.6fr 1fr 1fr;
    gap:70px;
  margin-bottom:55px;
}

.j6gjed-tor-helix-footer-block h4{
    font-size:19px;
  font-weight:700;
    color:#fff;
  margin-bottom:26px;
}

.j6gjed-tor-helix-footer-block p{
    font-size:16px;
  line-height:1.7;
}

.j6gjed-tor-helix-footer-contact{
    display:flex;
  flex-direction:column;
    gap:20px;
}

.j6gjed-tor-helix-footer-contact-line{
  display:flex;
gap:14px;
    align-items:flex-start;
}

.j6gjed-tor-helix-footer-contact-line i{
    font-size:18px;
  color:#2d7eb4;
}

.j6gjed-tor-helix-footer-contact-line span{
    font-size:16px;
  line-height:1.6;
}

.j6gjed-tor-helix-footer-menu{
  display:flex;
flex-direction:column;
    gap:16px;
}

.j6gjed-tor-helix-footer-menu a{
    color:#8e9aab;
  text-decoration:none;
    font-size:16px;
  transition:color 0.2s;
}

.j6gjed-tor-helix-footer-menu a:hover{
    color:#fff;
}

.j6gjed-tor-helix-footer-risk{
  padding:38px 0;
border-top:1px solid rgba(142,154,171,0.22);
    border-bottom:1px solid rgba(142,154,171,0.22);
  margin-bottom:32px;
}

.j6gjed-tor-helix-footer-risk p{
    font-size:15px;
  line-height:1.7;
    color:#b4bfce;
}

.j6gjed-tor-helix-footer-risk strong{
  font-weight:700;
color:#fff;
}

.j6gjed-tor-helix-footer-copyright{
    text-align:center;
  padding:32px 0;
}

.j6gjed-tor-helix-footer-copyright p{
    font-size:15px;
}

.j6gjed-tor-helix-cookie-wrap{
  position:fixed;
bottom:0;
    left:0;
  right:0;
    background:#1c2d42;
  z-index:9998;
    padding:22px 0;
  box-shadow:0 -6px 22px rgba(0,0,0,0.18);
}

.j6gjed-tor-helix-cookie-container{
    max-width:1280px;
  margin:0 auto;
    padding:0 24px;
  display:flex;
    justify-content:space-between;
  align-items:center;
    gap:35px;
}

.j6gjed-tor-helix-cookie-message{
  color:#b8c4d3;
font-size:16px;
    flex:1;
}

.j6gjed-tor-helix-cookie-actions{
    display:flex;
  gap:18px;
    align-items:center;
}

.j6gjed-tor-helix-cookie-btn-yes{
  padding:11px 28px;
background:#2d7eb4;
    color:#fff;
  border:none;
    border-radius:6px;
  font-size:15px;
    font-weight:700;
  cursor:pointer;
    transition:all 0.3s;
}

.j6gjed-tor-helix-cookie-btn-yes:hover{
  background:#256a96;
}

.j6gjed-tor-helix-cookie-link-more{
    color:#85b1da;
  text-decoration:none;
    font-size:15px;
  font-weight:500;
}

.j6gjed-tor-helix-cookie-link-more:hover{
    text-decoration:underline;
}

@media(max-width:1100px){
  .j6gjed-tor-helix-cards-layout{
    grid-template-columns:repeat(6,1fr);
  }
  
.j6gjed-tor-helix-card-1{
    grid-column:span 6;
    grid-row:span 1;
}
  
  .j6gjed-tor-helix-card-2,.j6gjed-tor-helix-card-3{
    grid-column:span 3;
}
  
  .j6gjed-tor-helix-card-4,.j6gjed-tor-helix-card-5{
    grid-column:span 6;
  }
  
.j6gjed-tor-helix-about-grid{
    grid-template-columns:1fr;
    gap:55px;
}
  
  .j6gjed-tor-helix-method-columns{
    grid-template-columns:1fr;
  }
  
.j6gjed-tor-helix-method-3{
    transform:translateY(0);
  }
  
  .j6gjed-tor-helix-visual-wrapper{
    grid-template-columns:1fr;
}
  
  .j6gjed-tor-helix-opinions-grid{
    grid-template-columns:repeat(2,1fr);
  }
  
.j6gjed-tor-helix-footer-layout{
    grid-template-columns:1fr;
    gap:45px;
}
}

@media(max-width:768px){
  .j6gjed-tor-helix-nav-links{
    display:none;
}
  
  .j6gjed-tor-helix-burger{
    display:block;
  }
  
.j6gjed-tor-helix-hero-text-block h1{
    font-size:58px;
  }
  
  .j6gjed-tor-helix-hero-text-block p{
font-size:19px;
  }
  
  .j6gjed-tor-helix-title-block h2{
    font-size:42px;
}
  
  .j6gjed-tor-helix-cards-layout{
    grid-template-columns:1fr;
  }
  
.j6gjed-tor-helix-card-1,.j6gjed-tor-helix-card-2,.j6gjed-tor-helix-card-3,.j6gjed-tor-helix-card-4,.j6gjed-tor-helix-card-5{
    grid-column:span 1;
  }
  
.j6gjed-tor-helix-steps-wrapper{
    grid-template-columns:1fr;
  }
  
  .j6gjed-tor-helix-opinions-grid{
    grid-template-columns:1fr;
}
  
  .j6gjed-tor-helix-about-info h2{
    font-size:38px;
  }
  
.j6gjed-tor-helix-methodology h2{
    font-size:40px;
  }
  
  .j6gjed-tor-helix-visual-text h2{
font-size:36px;
  }
  
  .j6gjed-tor-helix-final-cta-inner h2{
    font-size:44px;
}
  
  .j6gjed-tor-helix-alert-content{
    flex-direction:column;
  }
  
.j6gjed-tor-helix-cookie-container{
    flex-direction:column;
    gap:18px;
}
  
  .j6gjed-tor-helix-cookie-actions{
    width:100%;
justify-content:center;
  }
}

.j6gjed-tor-helix-thankyou-page{
  min-height:100vh;
display:flex;
    align-items:center;
  justify-content:center;
    padding:40px 20px;
  background:linear-gradient(135deg,#f8fafc 0%,#e0e7ff 100%);
}

.j6gjed-tor-helix-thankyou-container{
    text-align:center;
  max-width:600px;
    background:#fff;
  padding:70px 50px;
    border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.j6gjed-tor-helix-thankyou-icon{
    margin-bottom:35px;
}

.j6gjed-tor-helix-thankyou-icon i{
  font-size:88px;
color:#0ea472;
}

.j6gjed-tor-helix-thankyou-title{
    font-size:48px;
  font-weight:900;
    color:#0d1117;
  margin-bottom:25px;
    line-height:1.2;
}

.j6gjed-tor-helix-thankyou-text{
  font-size:18px;
color:#46535f;
    line-height:1.7;
  margin-bottom:20px;
}

.j6gjed-tor-helix-thankyou-btn{
    display:inline-flex;
  align-items:center;
    gap:10px;
  margin-top:25px;
    padding:16px 40px;
  background:#2d7eb4;
    color:#fff;
  text-decoration:none;
    font-weight:700;
  font-size:16px;
    border-radius:7px;
  transition:all 0.3s;
}

.j6gjed-tor-helix-thankyou-btn:hover{
    background:#256a96;
  transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(45,126,180,0.3);
}

.j6gjed-tor-helix-contact-hero{
  padding:180px 0 100px;
background:linear-gradient(135deg,#0d1117 0%,#1c2632 100%);
}

.j6gjed-tor-helix-contact-hero-content{
    max-width:700px;
  margin:0 auto;
    text-align:center;
}

.j6gjed-tor-helix-contact-hero-content h1{
  font-size:68px;
font-weight:900;
    color:#fff;
  margin-bottom:24px;
    line-height:1.1;
}

.j6gjed-tor-helix-contact-hero-content p{
    font-size:20px;
  color:#cbd5e1;
    line-height:1.6;
}

.j6gjed-tor-helix-contact-form-section{
  padding:100px 0;
background:#fafbfc;
}

.j6gjed-tor-helix-contact-grid{
    display:grid;
  grid-template-columns:1.3fr 1fr;
    gap:70px;
}

.j6gjed-tor-helix-contact-form-wrapper h2{
  font-size:36px;
font-weight:800;
    color:#0d1117;
  margin-bottom:35px;
}

.j6gjed-tor-helix-contact-form{
    background:#fff;
  padding:50px 45px;
    border-radius:14px;
  box-shadow:0 8px 28px rgba(0,0,0,0.08);
}

.j6gjed-tor-helix-form-field{
    margin-bottom:28px;
}

.j6gjed-tor-helix-form-field label{
  display:block;
font-size:15px;
    font-weight:600;
  color:#1c2632;
    margin-bottom:10px;
}

.j6gjed-tor-helix-form-field input,
.j6gjed-tor-helix-form-field textarea{
    width:100%;
  padding:14px 18px;
    border:2px solid #e8edf2;
  border-radius:7px;
    font-size:16px;
  color:#1c2632;
    transition:all 0.2s;
  font-family:'Inter',sans-serif;
}

.j6gjed-tor-helix-form-field input:focus,
.j6gjed-tor-helix-form-field textarea:focus{
    outline:none;
  border-color:#2d7eb4;
    background:#f8fafc;
}

.j6gjed-tor-helix-form-field textarea{
  resize:vertical;
min-height:140px;
}

.j6gjed-tor-helix-form-submit{
    width:100%;
  padding:16px;
    background:#2d7eb4;
  color:#fff;
    border:none;
  border-radius:7px;
    font-size:16px;
  font-weight:700;
    cursor:pointer;
  transition:all 0.3s;
    display:flex;
  align-items:center;
    justify-content:center;
  gap:10px;
}

.j6gjed-tor-helix-form-submit:hover{
    background:#256a96;
  transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(45,126,180,0.3);
}

.j6gjed-tor-helix-contact-info-wrapper h2{
  font-size:36px;
font-weight:800;
    color:#0d1117;
  margin-bottom:35px;
}

.j6gjed-tor-helix-contact-info-list{
    display:flex;
  flex-direction:column;
    gap:32px;
}

.j6gjed-tor-helix-contact-info-item{
  display:flex;
gap:20px;
    background:#fff;
  padding:30px;
    border-radius:12px;
  box-shadow:0 5px 18px rgba(0,0,0,0.06);
}

.j6gjed-tor-helix-contact-info-icon{
    flex-shrink:0;
  width:60px;
    height:60px;
  border-radius:50%;
    background:#e5f3ff;
  display:flex;
    align-items:center;
  justify-content:center;
}

.j6gjed-tor-helix-contact-info-icon i{
    font-size:26px;
  color:#2d7eb4;
}

.j6gjed-tor-helix-contact-info-content h3{
  font-size:18px;
font-weight:700;
    color:#1c2632;
  margin-bottom:8px;
}

.j6gjed-tor-helix-contact-info-content p{
    font-size:16px;
  color:#5a6c7d;
    line-height:1.6;
}

.j6gjed-tor-helix-contact-faq{
  padding:100px 0;
background:#fff;
}

.j6gjed-tor-helix-contact-faq h2{
    text-align:center;
  font-size:48px;
    font-weight:800;
  color:#0d1117;
    margin-bottom:70px;
}

.j6gjed-tor-helix-faq-grid{
  display:grid;
grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.j6gjed-tor-helix-faq-item{
    background:#f9fafb;
  padding:38px 35px;
    border-radius:12px;
  transition:all 0.3s;
}

.j6gjed-tor-helix-faq-item:hover{
    background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
    transform:translateY(-3px);
}

.j6gjed-tor-helix-faq-item h3{
  font-size:22px;
font-weight:700;
    color:#1c2632;
  margin-bottom:14px;
}

.j6gjed-tor-helix-faq-item p{
    font-size:16px;
  color:#5a6c7d;
    line-height:1.7;
}

.j6gjed-tor-helix-legal-page{
  padding:140px 0 80px;
background:#fafbfc;
    min-height:100vh;
}

.j6gjed-tor-helix-legal-container{
  max-width:900px;
margin:0 auto;
    padding:0 24px;
}

.j6gjed-tor-helix-legal-header{
  text-align:center;
margin-bottom:60px;
}

.j6gjed-tor-helix-legal-header h1{
    font-size:56px;
  font-weight:900;
    color:#0d1117;
  margin-bottom:18px;
    line-height:1.15;
}

.j6gjed-tor-helix-legal-date{
  font-size:16px;
color:#64748b;
    font-weight:500;
}

.j6gjed-tor-helix-legal-content{
  background:#fff;
padding:60px 70px;
    border-radius:16px;
  box-shadow:0 8px 28px rgba(0,0,0,0.07);
    margin-bottom:50px;
}

.j6gjed-tor-helix-legal-content h2{
  font-size:32px;
font-weight:800;
    color:#0d1117;
  margin-top:45px;
    margin-bottom:20px;
  line-height:1.3;
}

.j6gjed-tor-helix-legal-content h2:first-child{
    margin-top:0;
}

.j6gjed-tor-helix-legal-content p{
  font-size:17px;
color:#46535f;
    line-height:1.8;
  margin-bottom:20px;
}

.j6gjed-tor-helix-legal-back{
    text-align:center;
}

.j6gjed-tor-helix-legal-back-btn{
  display:inline-flex;
align-items:center;
    gap:10px;
  padding:14px 35px;
    background:#2d7eb4;
  color:#fff;
    text-decoration:none;
  font-weight:700;
    font-size:15px;
  border-radius:7px;
    transition:all 0.3s;
}

.j6gjed-tor-helix-legal-back-btn:hover{
  background:#256a96;
transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(45,126,180,0.3);
}

@media(max-width:1024px){
  .j6gjed-tor-helix-contact-grid{
    grid-template-columns:1fr;
gap:50px;
  }
  
  .j6gjed-tor-helix-faq-grid{
    grid-template-columns:1fr;
}
}

@media(max-width:768px){
  .j6gjed-tor-helix-thankyou-container{
    padding:50px 30px;
  }
  
.j6gjed-tor-helix-thankyou-title{
    font-size:36px;
  }
  
  .j6gjed-tor-helix-contact-hero{
    padding:140px 0 80px;
}
  
  .j6gjed-tor-helix-contact-hero-content h1{
    font-size:48px;
  }
  
.j6gjed-tor-helix-contact-form{
    padding:35px 28px;
  }
  
  .j6gjed-tor-helix-contact-faq h2{
    font-size:38px;
}
  
  .j6gjed-tor-helix-legal-header h1{
    font-size:42px;
  }
  
.j6gjed-tor-helix-legal-content{
    padding:40px 30px;
  }
  
  .j6gjed-tor-helix-legal-content h2{
    font-size:28px;
}
}