:root{--navy:#08285f;--navy-2:#12386e;--green:#12a978;--ink:#172538;--muted:#59697c;--line:#e3e9f0;--soft:#f5f8fb;--white:#fff;--shadow:0 16px 44px rgba(8,40,95,.08)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--white);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
.container{max-width:1160px;width:calc(100% - 48px);margin-inline:auto}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{display:block;width:270px;max-width:29vw;height:auto;object-fit:contain}
.menu{display:flex;align-items:center;justify-content:flex-end;gap:20px}
.menu a{position:relative;color:var(--ink);font-size:15px;font-weight:600;line-height:1.25;text-decoration:none;white-space:nowrap;transition:color .2s ease}
.menu>a:not(.lang a):after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:right .2s ease}
.menu>a:hover{color:var(--navy)}
.menu>a:hover:after{right:0}
.lang{border:1px solid #cfdae7;border-radius:999px;padding:6px 12px;background:#fff}
.lang a{color:var(--navy);font-weight:750}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--navy);font-size:0;padding:0;cursor:pointer}
.menu-toggle:before,.menu-toggle:after{content:"";display:block;width:19px;height:2px;background:currentColor;margin:6px auto;transition:transform .2s ease}
main{overflow:hidden}
.hero{position:relative;padding:62px 0 34px;border-bottom:1px solid var(--line)}
.hero:before{content:"";position:absolute;right:-110px;top:22px;width:280px;height:280px;border:1px solid rgba(18,169,120,.2);border-radius:50%;box-shadow:0 0 0 34px rgba(18,169,120,.035),0 0 0 68px rgba(8,40,95,.025);pointer-events:none}
.hero:after{content:"";display:block;width:72px;height:3px;margin-top:28px;background:linear-gradient(90deg,var(--green),var(--navy));border-radius:3px}
.hero h1{position:relative;z-index:1;max-width:900px;margin:0;color:var(--navy);font-size:clamp(50px,4.3vw,52px);font-weight:700;letter-spacing:-.035em;line-height:1.1}
.hero p{position:relative;z-index:1;max-width:820px;margin:20px 0 0;color:var(--muted);font-size:19px;line-height:1.65}
.compact-hero{padding-bottom:30px}
.section,.content-section{padding:22px 0}
.content-section+.content-section{border-top:1px solid #edf1f5;padding-top:16px}
.content-section h2,.section h2,.contact-section h2{margin:0 0 14px;color:var(--navy);font-size:clamp(30px,3vw,32px);font-weight:700;letter-spacing:-.02em;line-height:1.2}
.content-section h3,.section h3{margin:0 0 10px;color:var(--navy);font-size:22px;line-height:1.35}
.content-section p,.section p{max-width:920px;margin:0 0 14px;color:var(--muted);font-size:17px;line-height:1.65}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.two-col,.tech-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.card,.faq,.tech-card{position:relative;margin:0;background:var(--soft);border:1px solid #e8edf3;border-radius:12px;padding:23px;overflow:hidden}
.card:before,.tech-card:before{content:"";position:absolute;left:0;top:0;width:4px;height:48px;background:var(--green)}
.card p,.faq p,.tech-card p{font-size:15.5px}
.feature-list{display:grid;gap:9px;margin:15px 0 0;padding:0;list-style:none}
.feature-list li{position:relative;padding:11px 14px 11px 37px;background:var(--soft);border:1px solid #e9eef3;border-radius:9px;font-size:15.5px;line-height:1.45}
.card .feature-list li,.tech-card .feature-list li{background:#fff}
.feature-list li:before{content:"";position:absolute;left:15px;top:17px;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(18,169,120,.1)}
.number-list{counter-reset:step;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:15px 0 0;padding:0;list-style:none}
.number-list li{counter-increment:step;position:relative;min-height:70px;padding:16px 16px 16px 61px;background:var(--soft);border:1px solid #e9eef3;border-radius:10px;font-size:15.5px;line-height:1.5}
.number-list li:before{content:counter(step,decimal-leading-zero);position:absolute;left:17px;top:15px;color:var(--green);font-size:17px;font-weight:800}
.process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.step{background:var(--soft);border-top:3px solid var(--green);border-radius:7px;padding:19px}
.faq-wrap{display:grid;gap:12px}
.callout{position:relative;margin:25px 0 36px;padding:27px 30px;background:linear-gradient(115deg,var(--navy),var(--navy-2));border-radius:12px;color:#fff;overflow:hidden;box-shadow:var(--shadow)}
.callout:after{content:"";position:absolute;right:-55px;bottom:-75px;width:180px;height:180px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 24px rgba(255,255,255,.035)}
.callout h2,.callout h3,.callout p{position:relative;z-index:1;color:#fff}
.callout h2{margin:0 0 10px;font-size:29px}.callout p{max-width:780px;margin:0 0 14px;font-size:16px}
.button-link{position:relative;z-index:1;display:inline-block;padding:11px 18px;background:var(--navy);border-radius:7px;color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.callout .button-link{background:#fff;color:var(--navy)}
.button-link:hover{transform:translateY(-1px);box-shadow:0 7px 20px rgba(0,0,0,.13)}
.contact-copy{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 20px}
.contact-section{padding:8px 0 30px}.contact-section form{display:grid;gap:12px;max-width:760px}
.field-label{display:block;margin:2px 0 -5px;color:var(--navy);font-size:14px;font-weight:650}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cbd6e2;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:16px;outline:none;transition:border-color .2s,box-shadow .2s}
input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(18,169,120,.12)}
textarea{min-height:130px;resize:vertical}
button{padding:13px 18px;border:0;border-radius:7px;background:var(--navy);color:#fff;font:inherit;font-size:15px;font-weight:700;cursor:pointer}
footer{padding:27px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
@media(max-width:980px){.logo{width:235px}.menu{gap:13px}.menu a{font-size:14px}}
@media(max-width:800px){.container{width:calc(100% - 32px)}.nav{min-height:72px}.logo{width:230px;max-width:70vw}.menu-toggle{display:block}.menu{position:absolute;left:0;right:0;top:72px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:9px 16px 16px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 24px rgba(8,40,95,.08)}.menu.open{display:flex}.menu>a,.menu .lang{padding:11px 8px}.menu .lang{margin-top:5px;text-align:center}.menu>a:after{display:none}.hero{padding:43px 0 27px}.hero:before{right:-185px;top:15px}.hero h1{font-size:36px}.hero p{font-size:17px}.grid,.process,.two-col,.tech-grid,.contact-copy,.number-list{grid-template-columns:1fr}.section,.content-section{padding:25px 0}.callout{padding:24px;margin-bottom:30px}}
@media(max-width:420px){.hero h1{font-size:32px}.logo{width:210px}.card,.faq,.tech-card{padding:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.brand-link{display:block;line-height:0}.side-brand{position:fixed;left:18px;top:42%;z-index:5;display:flex;flex-direction:column;align-items:center;gap:7px;opacity:.12;pointer-events:none}.side-brand img{width:116px;height:auto}.side-brand span{font-size:10px;letter-spacing:.14em;color:var(--navy);writing-mode:vertical-rl;transform:rotate(180deg)}
@media(max-width:1200px){.side-brand{display:none}}
/* Final readability adjustments */
.side-brand{display:none!important}
.content-section p,.section p{font-size:18px;line-height:1.72}
.content-section h2,.section h2,.contact-section h2{font-size:clamp(30px,3.1vw,38px)}
.content-section h3,.section h3{font-size:24px}
.feature-list li,.number-list li{font-size:17px}
.hero p{font-size:20px}
@media(max-width:800px){.content-section p,.section p{font-size:17px}.content-section h2,.section h2,.contact-section h2{font-size:30px}.content-section h3,.section h3{font-size:22px}.hero p{font-size:18px}}
.hero-mark{position:absolute;z-index:1;right:-24px;top:75px;width:150px;height:150px;object-fit:contain;opacity:.9;filter:drop-shadow(0 8px 14px rgba(8,40,95,.08));pointer-events:none}
@media(max-width:800px){.hero-mark{right:-75px;top:45px;width:125px;height:125px;opacity:.7}}
body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.hero-mark{right:-41px;top:91px;width:142px;height:142px;object-fit:contain;padding:8px}@media(max-width:800px){.hero-mark{right:-116px;top:95px;width:120px;height:120px;padding:7px}}

/* Final alignment: keep the mark fully visible and centered inside its circle. */
main{overflow:visible}
.hero:before{right:20px}
.hero-mark{right:89px;top:91px}
@media(max-width:800px){.hero:before{right:10px}.hero-mark{right:90px;top:95px}}
.logo{max-width:100%;overflow:visible}

/* Keep text and decorative rules clear of the logo circle. */
.hero{border-bottom:0;background-image:linear-gradient(90deg,var(--line),var(--line));background-repeat:no-repeat;background-position:left bottom;background-size:calc(100% - 340px) 1px}
.hero h1,.hero p{max-width:calc(100% - 336px)}
.hero{min-height:320px}
@media(max-width:800px){
  .hero{background-size:calc(100% - 150px) 1px}
  .hero h1,.hero p{max-width:calc(100% - 135px)}
  .hero{min-height:310px}
}

/* Tighter rhythm between consecutive text blocks. */
.content-section{padding-block:14px}
.content-section+.content-section{padding-top:8px}
.content-section p{margin-bottom:8px}
.content-section p:last-child{margin-bottom:0}
@media(max-width:800px){
  .content-section{padding-block:16px}
  .content-section+.content-section{padding-top:8px}
}

/* Synervanta typography refinement: internal page headings */
.content-page h1{font-size:clamp(44px,4vw,46px)}


/* Services refined cards */
.service-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:8px;
}
.service-card{
  background:var(--soft);
  border:1px solid rgba(227,233,240,.8);
  padding:32px 34px;
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.service-card .number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:rgba(18,169,120,.12);
  color:var(--green);
  font-family:inherit;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  margin-bottom:20px;
}
.service-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.25;
  font-weight:650;
  letter-spacing:-.02em;
}
.service-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}
@media(max-width:760px){
 .service-cards{grid-template-columns:1fr}
 .service-card{padding:26px}
}


/* Home investor/company cards */
.home-info-card {
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  text-decoration: none;
}
.home-info-card:hover {
  border-color: rgba(29,107,85,.35);
  box-shadow: 0 12px 28px rgba(20,50,60,.08);
  transform: translateY(-2px);
}
.card-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 15px;
  color: var(--green, #1d6b55);
}


/* Mobile hero mark protection */
@media (max-width: 800px){
  .hero{
    position:relative;
  }
  .hero h1,
  .hero p{
    position:relative;
    z-index:2;
    width:100%;
    max-width:100%;
    padding-right:0;
  }
  .hero-mark{
    width:72px;
    height:72px;
    right:8px;
    top:-12px;
    opacity:.35;
    z-index:0;
  }
}

@media (max-width: 520px){
  .hero-mark{
    display:none;
  }
  .hero h1{
    width:100%;
    max-width:100%;
  }
}

/* Final mobile hero cleanup */
@media (max-width: 768px) {
  .hero-mark,
  .hero::before {
    display: none !important;
  }

  .hero {
    position: relative;
  }

  .hero h1,
  .hero p {
    width: 100%;
    max-width: 100%;
  }
}








/* Refined official email footer */
.footer-email {
  width: fit-content;
  min-width: 280px;
  margin: 18px auto 16px;
  padding: 16px 32px;
  text-align: center;
  border: 2px solid rgba(24, 45, 80, 0.45);
  border-radius: 5px;
  color: inherit;
}

.footer-email-label {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #182d50;
  font-weight: 600;
}

.footer-email a {
  color: inherit;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.footer-email a:hover {
  opacity: .7;
}
