:root{
  --ink:#11191d; --ink-2:#1b252a; --muted:#66747b; --line:#dce3e6;
  --soft:#f4f7f6; --white:#fff; --green:#36c970; --green-dark:#17904b;
  --dark:#0b1114; --dark-2:#10191e; --radius:22px; --shadow:0 18px 55px rgba(15,30,35,.10);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 44px));margin:auto}
.skip-link{position:absolute;left:-999px;top:10px;z-index:9999;background:#fff;padding:10px 14px}.skip-link:focus{left:10px}
.site-header{position:absolute;inset:0 0 auto;z-index:40;border-bottom:1px solid rgba(255,255,255,.13)}
.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand-logo{width:168px;height:auto;max-height:58px;object-fit:contain}
.primary-nav{display:flex;align-items:center;gap:24px;color:#eef5f2;font-size:14px}
.primary-nav>a:not(.nav-cta){opacity:.86}.primary-nav>a:hover{opacity:1}
.nav-cta{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:11px 17px;font-weight:700}
.nav-toggle{display:none;background:none;border:0;padding:8px}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px}
.hero{min-height:760px;position:relative;color:#fff;overflow:hidden;background:var(--dark)}
.hero-media,.hero-shade,.hero-gridlines{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.04)}
.hero-shade{background:linear-gradient(90deg,rgba(7,15,18,.96) 0%,rgba(7,15,18,.88) 42%,rgba(7,15,18,.58) 72%,rgba(7,15,18,.58) 100%)}
.hero-gridlines{opacity:.12;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,transparent 0,#000 55%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:72px;align-items:center;min-height:760px;padding-top:84px}
.eyebrow{margin:0 0 17px;color:var(--green-dark);font-size:12px;font-weight:800;letter-spacing:.16em}
.hero .eyebrow,.ecosystem-section .eyebrow,.security-feature .eyebrow{color:#71df9d}
.hero h1{margin:0;max-width:780px;font-size:clamp(50px,6vw,78px);line-height:.98;letter-spacing:-.045em;font-weight:750}
.hero h1 span{display:block;color:#8ae6ad}
.hero-lead{max-width:720px;color:#d7e1dd;font-size:19px;margin:27px 0 31px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 19px;border-radius:999px;font-weight:760;font-size:14px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--green-dark);color:#fff;box-shadow:0 9px 24px rgba(23,144,75,.22)}
.btn-primary:hover{background:#117a3e}
.btn-secondary{border-color:rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(10px)}
.full{width:100%}
.hero-trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:#b8c4c0;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.hero-trust span::before{content:"";display:inline-block;width:6px;height:6px;background:#65d992;border-radius:50%;margin:0 8px 1px 0}
.hero-console{background:rgba(10,20,24,.72);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:18px;backdrop-filter:blur(15px);box-shadow:0 28px 80px rgba(0,0,0,.35)}
.console-top{display:flex;align-items:center;gap:9px;padding:3px 4px 15px;border-bottom:1px solid rgba(255,255,255,.12);font-size:11px;letter-spacing:.11em;color:#c9d3cf}.console-top small{margin-left:auto;color:#78dfa1}.status-dot{width:7px;height:7px;border-radius:50%;background:#67dd96;box-shadow:0 0 0 6px rgba(103,221,150,.08)}
.console-flow{padding-top:6px}.flow-node{display:grid;grid-template-columns:35px 1fr;position:relative;padding:15px 10px;border-bottom:1px solid rgba(255,255,255,.09)}.flow-node:last-child{border:0}.flow-node>span{color:#6bd995;font-size:12px}.flow-node strong{font-size:15px}.flow-node em{grid-column:2;color:#aebbb7;font-size:12px;font-style:normal;margin-top:2px}
.metrics{border-bottom:1px solid var(--line);background:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr)}.metrics-grid>div{padding:27px 24px;border-right:1px solid var(--line)}.metrics-grid>div:last-child{border-right:0}.metrics strong{display:block;font-size:17px}.metrics span{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.section-pad{padding:100px 0}
.section-heading{max-width:700px}.section-heading.centered{text-align:center;margin:0 auto 44px}.section-heading h2,.ecosystem-copy h2,.visual-copy h2,.security-copy h2,.partners-heading h2,.about-grid h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.035em}.section-heading h2 span,.partners-heading h2 span,.contact-section h2 span,.why-section h2 span{color:var(--green-dark)}
.section-heading>p:last-child{color:var(--muted);font-size:17px}
.solutions-section{background:linear-gradient(#fff,#f7f9f8)}
.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.solution-card{position:relative;min-height:350px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;overflow:hidden;transition:.28s ease}
.solution-card::after{content:"";position:absolute;right:-75px;top:-75px;width:165px;height:165px;border-radius:50%;background:radial-gradient(circle,rgba(54,201,112,.12),transparent 65%);opacity:0;transition:.28s}
.solution-card:hover{transform:translateY(-5px);border-color:#bddcc9;box-shadow:var(--shadow)}.solution-card:hover::after{opacity:1}
.service-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:#eef8f2;color:var(--green-dark);margin-bottom:25px}.service-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-no{position:absolute;right:24px;top:20px;margin:0;color:#aeb8bc;font-size:11px;letter-spacing:.12em}.solution-card h3{font-size:21px;margin:0 0 10px}.solution-card>p:not(.service-no){color:var(--muted);font-size:14px;min-height:86px}
.service-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}.service-tags span,.mini-tags span{font-size:11px;border:1px solid #d8e2dd;border-radius:999px;padding:6px 9px;color:#52605a}
.ecosystem-section{background:linear-gradient(135deg,#0a1114,#111d21);color:#fff;padding:105px 0;overflow:hidden}
.ecosystem-grid{display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;gap:65px}.ecosystem-copy p:not(.eyebrow){color:#bac6c1;font-size:17px}.text-link{display:inline-flex;gap:9px;color:#fff;font-weight:750;margin-top:12px}.text-link span{color:#67db94}
.ecosystem-map{min-height:450px;position:relative}.eco-center,.eco-item{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.055);backdrop-filter:blur(10px);border-radius:16px;text-align:center}
.eco-center{width:150px;height:100px;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;box-shadow:0 0 0 1px rgba(78,214,130,.18),0 20px 60px rgba(0,0,0,.2)}.eco-center strong{letter-spacing:.1em}.eco-center span{font-size:10px;color:#8fe5b1;margin-top:4px}
.eco-item{width:132px;padding:12px 8px}.eco-item b{display:block;font-size:13px}.eco-item small{display:block;color:#9cacaa;font-size:9px;margin-top:3px}
.e1{left:0;top:30px}.e2{left:50%;top:14px;transform:translateX(-50%)}.e3{right:0;top:30px}.e4{right:-10px;top:50%;transform:translateY(-50%)}.e5{right:35px;bottom:18px}.e6{left:35px;bottom:18px}.e7{left:-10px;top:50%;transform:translateY(-50%)}.eco-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1}.eco-lines line{stroke:rgba(105,218,149,.28);stroke-width:1;stroke-dasharray:6 8}
.visual-feature{padding:100px 0;background:#fff}.visual-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.feature-photo{margin:0;position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.feature-photo img{width:100%;height:470px;object-fit:cover;filter:saturate(.75)}.feature-photo figcaption{position:absolute;left:18px;bottom:18px;background:rgba(8,15,18,.78);color:#fff;padding:9px 12px;border-radius:999px;font-size:10px;letter-spacing:.12em;backdrop-filter:blur(10px)}.visual-copy>p{color:var(--muted);font-size:17px}
.check-list{list-style:none;padding:0;margin:22px 0 0}.check-list li{padding:10px 0 10px 28px;border-bottom:1px solid var(--line);position:relative}.check-list li::before{content:"✓";position:absolute;left:0;color:var(--green-dark);font-weight:900}
.industries-section{background:#f5f7f6}.industry-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;margin-top:40px}.industry-feature{min-height:530px;border-radius:24px;overflow:hidden;position:relative}.industry-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.industry-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(5,10,12,.86))}
.industry-overlay{position:absolute;z-index:2;left:30px;right:30px;bottom:27px;color:#fff}.industry-overlay span,.industry-card>span{font-size:11px;color:#72d998;letter-spacing:.12em}.industry-overlay h3{font-size:32px;margin:5px 0}.industry-overlay p{margin:0;color:#d7dfdc}
.industry-stack{display:grid;gap:10px}.industry-card{display:grid;grid-template-columns:44px 1fr;background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px 22px;align-items:start;transition:.2s}.industry-card:hover{border-color:#b9d8c4;transform:translateX(4px)}.industry-card h3{margin:0 0 2px;font-size:17px}.industry-card p{margin:0;color:var(--muted);font-size:13px}
.security-feature{padding:95px 0;background:#0c1418;color:#fff}.security-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.security-copy p:not(.eyebrow){color:#b7c3bf}.mini-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.security-feature .mini-tags span{border-color:#334248;color:#d5dfdb}.security-photo{margin:0;border-radius:24px;overflow:hidden}.security-photo img{height:395px;width:100%;object-fit:cover;filter:saturate(.7)}
.partners-section{padding:96px 0;background:#fff}.partners-heading{display:grid;grid-template-columns:1.35fr .65fr;gap:50px;align-items:end}.partners-heading>p{color:var(--muted);margin:0}.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden;margin-top:42px}.partner-name{height:92px;display:grid;place-items:center;font-weight:800;color:#59666b;border-right:1px solid var(--line);background:#fafbfb;transition:.2s}.partner-name:last-child{border-right:0}.partner-name:hover{background:#f0f8f3;color:var(--green-dark)}.partner-note{font-size:11px;color:#889398;margin:12px 3px 0}
.why-section{background:#f6f8f7}.split-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px}.feature-list{border-top:1px solid #cfd8d4}.feature-list>div{display:grid;grid-template-columns:42px 1fr;gap:2px 12px;padding:21px 0;border-bottom:1px solid #cfd8d4}.feature-list b{grid-row:1/3;color:var(--green-dark);font-size:11px}.feature-list strong{font-size:17px}.feature-list span{color:var(--muted);font-size:13px}
.about-band{padding:82px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px}.about-grid p{color:var(--muted);font-size:16px}
.contact-section{background:#eef2f0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.direct-contact{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:30px 0}.direct-contact a{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px}.direct-contact strong,.direct-contact span{display:block}.direct-contact strong{font-size:13px}.direct-contact span{font-size:11px;color:var(--muted);margin-top:2px}.contact-address{font-style:normal;color:var(--muted);font-size:13px}
.contact-form{background:#fff;padding:30px;border-radius:22px;border:1px solid #d9e0dd;box-shadow:0 16px 45px rgba(26,45,38,.06)}.form-row{margin-bottom:15px}.form-row label{display:block;font-size:12px;font-weight:750;margin-bottom:6px}.form-row input,.form-row select,.form-row textarea{width:100%;border:1px solid #cfd9d5;border-radius:11px;padding:12px 13px;background:#fbfcfb;outline:none}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#5aba7f;box-shadow:0 0 0 3px rgba(54,201,112,.09)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hp-field{position:absolute;left:-9999px}.form-note{font-size:10px;color:#8a9691;margin:9px 0 0}
.site-footer{background:#091014;color:#d4dcda;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:50px}.footer-logo{width:150px;height:auto;max-height:56px;object-fit:contain;margin-bottom:14px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid strong{font-size:12px;color:#fff;margin-bottom:4px}.footer-grid a,.footer-grid p{font-size:12px;color:#9facaa}.footer-address{display:grid;grid-template-columns:auto 1fr auto;gap:24px;padding-top:32px;margin-top:35px;border-top:1px solid #263238;font-size:11px;color:#9facaa}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;margin-top:20px;border-top:1px solid #202d32;font-size:10px;color:#748287}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:50;width:51px;height:51px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.22)}.whatsapp-float svg{width:27px;height:27px;fill:#fff}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:960px){
  .primary-nav{position:fixed;left:18px;right:18px;top:78px;display:none;flex-direction:column;align-items:stretch;background:#101a1f;padding:18px;border-radius:18px;box-shadow:0 25px 60px rgba(0,0,0,.35)}.primary-nav.open{display:flex}.nav-toggle{display:block}
  .hero{min-height:auto}.hero-grid{grid-template-columns:1fr;gap:30px;min-height:auto;padding-top:150px;padding-bottom:70px}.hero-console{max-width:620px}.hero h1{font-size:58px}
  .metrics-grid{grid-template-columns:1fr 1fr}.metrics-grid>div:nth-child(2){border-right:0}
  .solutions-grid{grid-template-columns:1fr 1fr}
  .ecosystem-grid,.visual-grid,.industry-grid,.security-grid,.split-grid,.about-grid,.contact-grid,.partners-heading{grid-template-columns:1fr;gap:38px}
  .ecosystem-map{max-width:650px;width:100%;margin:auto}
  .partner-grid{grid-template-columns:repeat(3,1fr)}.partner-name:nth-child(3){border-right:0}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,var(--max))}.nav-wrap{height:74px}.brand-logo{width:145px}
  .hero-grid{padding-top:125px}.hero h1{font-size:45px}.hero-lead{font-size:16px}.hero-actions .btn{width:100%}.hero-trust{gap:10px;display:grid}
  .hero-console{padding:13px}.metrics-grid{grid-template-columns:1fr 1fr}.metrics-grid>div{padding:20px 12px}
  .section-pad,.visual-feature,.partners-section{padding:70px 0}.solutions-grid{grid-template-columns:1fr}.solution-card{min-height:auto}
  .ecosystem-section{padding:75px 0}.ecosystem-map{min-height:580px}.eco-center{top:50%}.e1{left:0;top:40px}.e2{right:0;left:auto;top:40px;transform:none}.e3{left:0;right:auto;top:145px}.e4{right:0;top:145px;transform:none}.e7{left:0;top:auto;bottom:145px;transform:none}.e6{right:0;left:auto;bottom:145px}.e5{left:50%;right:auto;bottom:32px;transform:translateX(-50%)}.eco-lines{display:none}
  .feature-photo img{height:330px}.industry-feature{min-height:390px}.security-photo img{height:320px}
  .partner-grid{grid-template-columns:1fr 1fr}.partner-name{border-bottom:1px solid var(--line)}.partner-name:nth-child(odd){border-right:1px solid var(--line)}.partner-name:nth-child(even){border-right:0}
  .direct-contact,.two-col{grid-template-columns:1fr}.contact-form{padding:22px}.footer-grid{grid-template-columns:1fr}.footer-address{grid-template-columns:1fr;gap:7px}.footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* V9.3 Final — Client Portal + Social Icons */
.portal-link{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;border:1px solid rgba(112,223,157,.38);color:#e8f4ee!important;font-weight:750;white-space:nowrap}
.portal-link svg{width:15px;height:15px;fill:none;stroke:#70df9d;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.portal-link:hover{background:rgba(112,223,157,.09);border-color:rgba(112,223,157,.65)}
.social-icons{display:flex;align-items:center;gap:9px;margin-top:17px}
.social-icons a{width:31px;height:31px;border:1px solid #334047;border-radius:50%;display:grid;place-items:center;color:#aab6b2;transition:.2s ease}
.social-icons a:hover{color:#fff;border-color:#61716a;transform:translateY(-2px)}
.social-icons svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-icons a:nth-child(2) svg,.social-icons a:nth-child(3) svg{fill:currentColor;stroke:none}
@media(max-width:960px){.portal-link{justify-content:center;padding:11px 14px}}

/* V9.3 Final v4 — visual hierarchy corrections */
.brand-logo{width:215px;max-height:68px}
.hero h1{font-size:clamp(42px,4.8vw,64px);max-width:720px;line-height:1.02}
.hero h1 span{margin-top:4px}
.mailing-address{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px 15px;margin-top:10px;max-width:100%}
.mailing-icon{width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#eef8f2;color:var(--green-dark);display:grid;place-items:center}
.mailing-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mailing-address small,.mailing-address strong{display:block}.mailing-address small{font-size:9px;letter-spacing:.12em;color:#87928e;margin-bottom:2px}.mailing-address strong{font-size:12px;color:var(--ink)}
@media(max-width:960px){.brand-logo{width:190px}.hero h1{font-size:52px}}
@media(max-width:640px){.brand-logo{width:175px}.hero h1{font-size:40px}}

.form-success{color:#147a42!important;font-weight:700}.form-error{color:#a12b2b!important;font-weight:700}

/* V9.3 FINAL v6 — Footer redesign */
.site-footer{background:linear-gradient(180deg,#0a1115 0%,#081015 100%);color:#d9e2df;padding:72px 0 24px;border-top:1px solid #1d2a30}
.footer-main{display:grid;grid-template-columns:1.45fr .85fr .85fr 1.05fr;gap:46px;align-items:start}
.footer-col{display:flex;flex-direction:column;gap:9px}
.footer-col>strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:6px}
.footer-col>a{font-size:12px;color:#9facaa;transition:.2s ease}
.footer-col>a:hover{color:#fff;transform:translateX(2px)}
.footer-brand{padding-right:24px}
.footer-logo{width:205px;max-height:72px;margin-bottom:10px}
.footer-tagline{font-size:12px;line-height:1.7;color:#91a09b;max-width:320px;margin:0}
.social-icons{display:flex;align-items:center;gap:12px;margin-top:18px}
.social-icons a{width:40px;height:40px;border:1px solid #405158;border-radius:50%;display:grid;place-items:center;color:#d8e2de;background:rgba(255,255,255,.025);transition:.2s ease}
.social-icons a:hover{color:#fff;border-color:#6bd995;background:rgba(107,217,149,.08);transform:translateY(-2px)}
.social-icons svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-icons a:nth-child(2) svg,.social-icons a:nth-child(3) svg{fill:currentColor;stroke:none}
.footer-contact a,.footer-mail{padding:10px 0;border-bottom:1px solid #1e2b31;font-size:12px;color:#d9e2df}
.footer-contact a span,.footer-mail span{display:block;font-size:9px;letter-spacing:.10em;text-transform:uppercase;color:#71817b;margin-bottom:2px}
.footer-contact a:hover{transform:none;color:#fff}
.footer-mail{line-height:1.55}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;margin-top:44px;border-top:1px solid #253239;font-size:10px;color:#74837e}
@media(max-width:960px){
  .footer-main{grid-template-columns:1.2fr 1fr;gap:38px 44px}
}
@media(max-width:640px){
  .site-footer{padding-top:58px}
  .footer-main{grid-template-columns:1fr;gap:30px}
  .footer-brand{padding-right:0}
  .footer-logo{width:190px}
  .social-icons a{width:39px;height:39px}
  .footer-bottom{flex-direction:column;margin-top:34px}
}

/* V9.3 FINAL v7 — intentional hero headline line break */
.hero h1 .hero-line-one,.hero h1 .hero-line-two{display:block}
.hero h1 .hero-line-one{color:#fff;margin:0;white-space:nowrap}
.hero h1 .hero-line-two{color:#8ae6ad;margin-top:4px}
@media(max-width:760px){.hero h1 .hero-line-one{white-space:normal}}

/* V9.3 FINAL v8 — logo, navigation hover, ecosystem emphasis */

/* Larger Fastlink logos */
.brand-logo{
  width:245px;
  max-height:78px;
}
.footer-logo{
  width:230px;
  max-height:82px;
}

/* Professional navigation hover */
.primary-nav>a:not(.nav-cta):not(.portal-link){
  position:relative;
  transition:color .2s ease, opacity .2s ease;
}
.primary-nav>a:not(.nav-cta):not(.portal-link)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-9px;
  height:2px;
  background:#70df9d;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
  border-radius:999px;
}
.primary-nav>a:not(.nav-cta):not(.portal-link):hover{
  color:#70df9d;
  opacity:1;
}
.primary-nav>a:not(.nav-cta):not(.portal-link):hover::after{
  transform:scaleX(1);
}

/* Make technology ecosystem larger and more prominent */
.ecosystem-grid{
  grid-template-columns:.78fr 1.22fr;
  gap:72px;
}
.ecosystem-map{
  min-height:520px;
  transform:scale(1.04);
  transform-origin:center;
}
.eco-center{
  width:174px;
  height:112px;
  border-color:rgba(112,223,157,.48);
  background:rgba(52,196,105,.10);
  box-shadow:
    0 0 0 1px rgba(78,214,130,.22),
    0 0 36px rgba(54,201,112,.12),
    0 24px 65px rgba(0,0,0,.23);
}
.eco-center strong{
  font-size:16px;
}
.eco-center span{
  font-size:11px;
}
.eco-item{
  width:150px;
  padding:14px 10px;
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.075);
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.eco-item b{
  font-size:14px;
}
.eco-item small{
  font-size:10px;
}
.eco-item:hover{
  transform:translateY(-3px);
  border-color:rgba(112,223,157,.62);
  background:rgba(82,206,128,.10);
  box-shadow:0 14px 35px rgba(0,0,0,.18),0 0 24px rgba(54,201,112,.08);
}
.eco-lines line{
  stroke:rgba(112,223,157,.45);
  stroke-width:1.3;
  stroke-dasharray:7 7;
}

@media(max-width:960px){
  .brand-logo{width:215px}
  .footer-logo{width:210px}
  .ecosystem-map{transform:none;min-height:500px}
}
@media(max-width:640px){
  .brand-logo{width:190px}
  .footer-logo{width:195px}
  .primary-nav>a:not(.nav-cta):not(.portal-link)::after{display:none}
  .ecosystem-map{min-height:600px}
}

/* V9.3 FINAL v9 — enhanced footer definition */
.site-footer{
  background:
    radial-gradient(circle at 18% 18%,rgba(54,201,112,.08),transparent 28%),
    linear-gradient(180deg,#0a1115 0%,#071014 100%);
  color:#d9e2df;
  padding:0 0 24px;
  border-top:1px solid #1d2a30;
}
.footer-cta{
  border-bottom:1px solid #24343a;
  background:linear-gradient(90deg,rgba(54,201,112,.07),rgba(255,255,255,.015));
}
.footer-cta-inner{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:46px;
  align-items:center;
  padding:44px 0;
}
.footer-cta h2{
  margin:0 0 10px;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#fff;
}
.footer-cta p:not(.eyebrow){
  margin:0;
  max-width:700px;
  color:#9fb0aa;
  font-size:14px;
}
.footer-cta-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.footer-portal-cta{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 18px;
  border:1px solid #395049;
  border-radius:999px;
  color:#e7efec;
  font-weight:750;
  font-size:13px;
  transition:.2s ease;
}
.footer-portal-cta:hover{
  border-color:#6ad996;
  color:#74df9d;
  background:rgba(54,201,112,.06);
}
.footer-portal-cta svg{
  width:16px;height:16px;
  fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
.footer-main{
  display:grid;
  grid-template-columns:1.35fr .8fr .8fr 1.1fr;
  gap:44px;
  padding-top:58px;
  align-items:start;
}
.footer-brand{
  padding-right:18px;
}
.footer-logo{
  width:245px;
  max-height:88px;
  margin-bottom:12px;
}
.footer-tagline{
  font-size:12px;
  line-height:1.75;
  color:#93a29d;
  max-width:330px;
  margin:0;
}
.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:16px;
}
.footer-badges span{
  border:1px solid #314047;
  border-radius:999px;
  padding:6px 9px;
  font-size:9px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#9fb0aa;
  background:rgba(255,255,255,.02);
}
.footer-links-block{
  padding-top:6px;
}
.footer-links-block>strong{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  padding-bottom:10px;
  margin-bottom:3px;
  border-bottom:1px solid #27343a;
}
.footer-links-block>a{
  font-size:12px;
  color:#9aa9a4;
  padding:2px 0;
  transition:.2s ease;
}
.footer-links-block>a:hover{
  color:#70df9d;
  transform:translateX(3px);
}
.footer-contact-card{
  border:1px solid #2b3b41;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border-radius:20px;
  padding:22px;
  box-shadow:0 16px 40px rgba(0,0,0,.15);
}
.footer-card-label{
  margin:0 0 12px;
  color:#73dc9b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
}
.footer-contact-card>a,.footer-contact-card .footer-mail{
  display:block;
  padding:11px 0;
  border-bottom:1px solid #26343a;
}
.footer-contact-card .footer-mail{border-bottom:0;padding-bottom:0}
.footer-contact-card span{
  display:block;
  color:#71827c;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.09em;
  margin-bottom:3px;
}
.footer-contact-card strong{
  display:block;
  color:#e8efed;
  font-size:12px;
  line-height:1.55;
  font-weight:650;
}
.footer-contact-card a:hover strong{color:#70df9d}
.social-icons{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
}
.social-icons a{
  width:44px;
  height:44px;
  border:1px solid #42545b;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#e2eae7;
  background:rgba(255,255,255,.025);
  transition:.2s ease;
}
.social-icons a:hover{
  color:#fff;
  border-color:#70df9d;
  background:rgba(54,201,112,.09);
  transform:translateY(-3px);
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.social-icons svg{width:20px;height:20px}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  margin-top:46px;
  border-top:1px solid #253239;
  font-size:10px;
  color:#72817c;
}
@media(max-width:960px){
  .footer-cta-inner{grid-template-columns:1fr;gap:24px}
  .footer-cta-actions{justify-content:flex-start}
  .footer-main{grid-template-columns:1.2fr 1fr;gap:40px}
}
@media(max-width:640px){
  .footer-cta-inner{padding:36px 0}
  .footer-main{grid-template-columns:1fr;padding-top:44px;gap:30px}
  .footer-logo{width:220px}
  .footer-contact-card{padding:20px}
  .social-icons a{width:42px;height:42px}
  .footer-bottom{flex-direction:column;margin-top:36px}
}

/* V9.3 FINAL v10 — industries headline line break */
.industries-title .industry-title-line,
.industries-title .industry-title-emphasis{display:block}
.industries-title .industry-title-line{color:var(--ink)}
.industries-title .industry-title-emphasis{color:var(--green-dark);margin-top:3px}
