
:root{
  --navy:#0b1739;--ink:#19233f;--muted:#637089;--blue:#1768f2;--teal:#11aaa4;
  --green:#0aa05b;--purple:#7342db;--line:#e1e8f1;--soft:#f6f9fd;--white:#fff;
  --shadow:0 18px 55px rgba(28,58,102,.10);--radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.shell{width:min(1240px,calc(100% - 48px));margin:auto}
.narrow{max-width:830px}
.icon{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(225,232,241,.95)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:240px;height:auto}
.nav-links{display:flex;align-items:center;gap:28px;font-size:.93rem;font-weight:750}
.nav-links a{padding:9px 0}
.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.nav-cta,.button.primary{background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;box-shadow:0 10px 28px rgba(23,104,242,.18)}
.nav-cta{padding:13px 20px;border-radius:11px;font-weight:800}
.menu-button{display:none;width:48px;height:48px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:12px}
.menu-button span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:2px}
.eyebrow{margin:0;color:#075dca;font-size:.78rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.eyebrow.inverse{color:#b9dcff}
.hero{padding:62px 0 24px;background:radial-gradient(circle at 72% 35%,rgba(226,243,255,.88),rgba(255,255,255,0) 45%),linear-gradient(180deg,#fbfdff,#fff)}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:46px;align-items:center}
.hero h1,.page-hero h1{margin:14px 0 23px;color:var(--navy);font-size:clamp(3rem,5vw,5rem);line-height:.97;letter-spacing:-.055em}
.hero h1 span{display:block;background:linear-gradient(90deg,var(--blue),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:1.1rem;color:#4e5b73;max-width:680px;line-height:1.75}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 17px}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:14px 21px;font-weight:800;border:1px solid var(--line)}
.button.secondary{background:#fff;color:var(--navy);border-color:#becadd}
.supporting{color:#707c93;font-size:.91rem}
.hero-art{background:#fff;border:1px solid #e9eef5;border-radius:30px;padding:10px;box-shadow:var(--shadow)}
.hero-art img{border-radius:23px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 12px 35px rgba(28,58,102,.06)}
.trust-item{display:flex;gap:14px;align-items:center;padding:21px 22px}
.trust-item+.trust-item{border-left:1px solid var(--line)}
.trust-item .icon{width:38px;height:38px;color:var(--blue);flex:0 0 auto}
.trust-item:nth-child(2) .icon{color:var(--green)}
.trust-item:nth-child(3) .icon{color:var(--purple)}
.trust-item:nth-child(4) .icon{color:#058da8}
.trust-item strong{display:block;color:var(--navy);margin-bottom:3px}
.trust-item span{display:block;color:var(--muted);font-size:.83rem}
section{padding:78px 0}
.section-heading{text-align:center;max-width:760px;margin:0 auto 34px}
.section-heading h2,.cta-panel h2{margin:8px 0 12px;color:var(--navy);font-size:clamp(2rem,3.5vw,3.1rem);line-height:1.05;letter-spacing:-.04em}
.section-heading>p:last-child{margin:0;color:var(--muted);font-size:1.03rem}
.method-section{background:var(--soft)}
.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.method-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:245px;box-shadow:0 10px 30px rgba(28,58,102,.04)}
.method-top{display:flex;align-items:center;justify-content:space-between}
.method-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center}
.method-icon .icon{width:31px;height:31px}
.method-top>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:.78rem;font-weight:850}
.method-card h3{font-size:1.3rem;color:var(--navy);margin:19px 0 9px}
.method-card p{color:var(--muted);font-size:.94rem}
.method-card.green .method-icon{background:#e8f7ee;color:var(--green)}.method-card.green .method-top>span{background:var(--green)}
.method-card.blue .method-icon{background:#eaf1ff;color:var(--blue)}.method-card.blue .method-top>span{background:var(--blue)}
.method-card.teal .method-icon{background:#e8f8f8;color:#078ea5}.method-card.teal .method-top>span{background:#078ea5}
.method-card.purple .method-icon{background:#f2ecff;color:var(--purple)}.method-card.purple .method-top>span{background:var(--purple)}
.services-section{background:#fff}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{border:1px solid var(--line);border-radius:22px;padding:27px;background:#fff;box-shadow:0 10px 30px rgba(28,58,102,.04)}
.service-card>.icon{width:46px;height:46px}
.service-card h3{font-size:1.35rem;color:var(--navy);margin:16px 0 3px}
.service-card .tagline{font-weight:800;margin:0 0 15px}
.service-card ul{padding-left:20px;color:var(--muted);margin:0 0 18px}
.service-card li{margin:8px 0}
.service-card a{font-weight:800}
.service-card.web>.icon,.service-card.web .tagline,.service-card.web a{color:var(--blue)}
.service-card.ai>.icon,.service-card.ai .tagline,.service-card.ai a{color:var(--green)}
.service-card.growth>.icon,.service-card.growth .tagline,.service-card.growth a{color:var(--purple)}
.diagnostics-section{background:linear-gradient(180deg,#fff,#f8fbff)}
.diagnostic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.diagnostic-card{display:grid;grid-template-columns:auto 1fr;gap:13px;position:relative;border:1px solid var(--line);border-radius:20px;padding:23px;background:#fff;min-height:168px;transition:.2s ease}
.diagnostic-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.diagnostic-card>span{position:absolute;right:18px;top:16px;color:#9ba8bb;font-size:.74rem;font-weight:850;letter-spacing:.12em}
.diagnostic-card .icon{width:41px;height:41px;color:var(--blue)}
.diagnostic-card strong,.diagnostic-card small{grid-column:2}
.diagnostic-card strong{color:var(--navy);font-size:1.04rem}
.diagnostic-card small{color:var(--muted)}
.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.project-card{border:1px solid var(--line);border-radius:21px;padding:22px;background:#fff}
.project-visual{height:150px;border-radius:15px;display:grid;place-items:center;color:var(--navy);font-size:1.18rem;font-weight:850;margin-bottom:17px}
.blue-bg{background:linear-gradient(135deg,#eaf2ff,#edfaff)}
.sand-bg{background:linear-gradient(135deg,#eefcff,#fff1dc)}
.purple-bg{background:linear-gradient(135deg,#f3efff,#eaf6ff)}
.green-bg{background:linear-gradient(135deg,#f8f0e8,#edf7ef)}
.status{display:inline-block;background:#edf4ff;color:var(--blue);padding:5px 10px;border-radius:999px;font-size:.74rem;font-weight:800}
.project-card h3{color:var(--navy);font-size:1.18rem;margin:14px 0 7px}
.project-card p{color:var(--muted)}
.project-card a{color:var(--blue);font-weight:800}
.cta-section{padding-top:28px}
.cta-panel{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:40px;border-radius:27px;background:linear-gradient(135deg,#0b1739,#1551ca 58%,#10aaa3);color:#fff}
.cta-panel h2{color:#fff}
.cta-panel p{max-width:700px;color:#dce7fb;margin:0}
.page-hero{padding:76px 0;background:linear-gradient(180deg,#f4f8ff,#fff)}
.page-hero h1{font-size:clamp(2.8rem,5vw,4.6rem)}
.page-section{padding:34px 0 78px}
.detail-grid,.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.detail-card,.case-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}
.detail-card>.icon{width:45px;height:45px;color:var(--blue)}
.detail-card h2,.case-card h2{font-size:1.5rem;color:var(--navy);margin:15px 0 9px}
.detail-card p,.detail-card li,.case-card p{color:var(--muted)}
.detail-card a,.case-card a{color:var(--blue);font-weight:800}
.center-action{text-align:center;margin-top:30px}
.prose h2{font-size:1.8rem;color:var(--navy);margin-top:40px}
.prose p,.prose li{color:#4f5d75}
.form-card{border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-grid label{display:flex;flex-direction:column;gap:8px;color:var(--navy);font-weight:750}
.form-grid .full{grid-column:1/-1}
input,textarea,select{width:100%;border:1px solid #cbd6e5;border-radius:12px;padding:14px 15px;background:#fbfcff;color:var(--ink)}
textarea{min-height:145px;resize:vertical}
.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}
.contact-option{display:flex;gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}
.contact-option .icon{color:var(--blue)}
.contact-option span{display:block;color:var(--muted);font-size:.82rem}
.contact-option strong{display:block;color:var(--navy);margin-top:3px}
.muted{color:var(--muted)}
.site-footer{border-top:1px solid var(--line);background:#fbfcfe;padding:52px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}
.footer-brand img{width:235px}
.footer-brand p{color:var(--muted);max-width:350px}
.footer-grid h4{color:var(--navy)}
.footer-grid a{display:block;color:#5d6981;margin:8px 0}
.footer-bottom{border-top:1px solid var(--line);margin-top:32px;padding-top:21px;color:#7b8699;font-size:.88rem}
@media(max-width:1040px){
  .hero-grid{grid-template-columns:1fr}.hero-copy-block{max-width:820px}.hero-art{max-width:880px;margin:auto}
  .trust-row{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}.trust-item:nth-child(4){border-top:1px solid var(--line)}
  .method-grid,.project-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:1fr}.diagnostic-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .nav{height:72px}.brand img{width:198px}.nav-links{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;padding:24px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);box-shadow:0 15px 30px rgba(28,58,102,.08)}
  .nav-links.open{display:flex}.nav-cta{display:none}.menu-button{display:block}
  .hero{padding-top:42px}.hero h1{font-size:clamp(3rem,10vw,4.5rem)}
}
@media(max-width:620px){
  .shell{width:min(100% - 28px,1240px)}
  .brand img{width:180px}.hero{padding-top:36px}.hero-grid{gap:28px}.hero h1{font-size:2.9rem;line-height:1}
  .lead{font-size:1.02rem}.actions{flex-direction:column}.button{width:100%}
  .hero-art{padding:7px;border-radius:21px}.hero-art img{border-radius:15px}
  .trust-row,.method-grid,.diagnostic-grid,.project-grid,.detail-grid,.case-grid,.form-grid,.contact-options{grid-template-columns:1fr}
  .trust-item+.trust-item{border-left:0;border-top:1px solid var(--line)}
  .method-card{min-height:auto}.diagnostic-card{min-height:145px}
  section{padding:62px 0}.cta-panel{padding:29px 23px;flex-direction:column;align-items:flex-start}.cta-panel h2{font-size:2rem}
  .footer-grid{grid-template-columns:1fr}
}

/* v2.1.0 modern visual system */
.modern-icon{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-icon{width:52px;height:52px;border-radius:50%;padding:11px;display:grid;place-items:center;flex:0 0 auto}.greenish{background:#eaf8ef;color:#078a51}.blueish{background:#edf3ff;color:#1768f2}.purpleish{background:#f2ecff;color:#7040d8}.tealish{background:#eaf8fa;color:#087e9b}.trust-item .modern-icon{width:30px;height:30px}.trust-item>.icon{display:none}
.section-heading.compact{margin-bottom:22px}.method-section{padding:42px 0;background:#fff}.method-flow{display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr 30px 1fr;align-items:center;border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff;box-shadow:0 12px 35px rgba(28,58,102,.05)}.method-stage{text-align:center;min-width:0}.stage-visual{width:96px;height:76px;margin:0 auto 12px;border-radius:18px;padding:17px;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#f3f7ff);border:1px solid #e5ebf4;box-shadow:0 10px 28px rgba(28,58,102,.07)}.stage-visual .modern-icon{width:48px;height:48px}.stage-copy span{font-weight:850}.stage-copy p{font-size:.83rem;color:var(--muted);margin:7px auto 8px;max-width:220px}.stage-copy a{font-size:.78rem;font-weight:800}.assess{color:#07924f}.learn{color:#1768f2}.build{color:#078fa8}.accelerate{color:#7040d8}.method-arrow{font-size:1.7rem;color:#9eabc0;text-align:center}
.compact-services{padding:22px 0 48px}.six-service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.mini-service{border:1px solid var(--line);border-radius:18px;padding:18px 15px;background:#fff;min-height:225px;box-shadow:0 8px 24px rgba(28,58,102,.04)}.mini-service-icon{width:52px;height:52px;margin-bottom:13px}.mini-service h3{font-size:.98rem;color:var(--navy);margin:0 0 7px}.mini-service p{font-size:.79rem;color:var(--muted);line-height:1.55;margin:0 0 12px}.mini-service a{font-size:.77rem;font-weight:800}.mini-service.web,.mini-service.web a{color:#1768f2}.mini-service.ai,.mini-service.ai a{color:#7040d8}.mini-service.automation,.mini-service.automation a{color:#078fa8}.mini-service.strategy,.mini-service.strategy a{color:#1768f2}.mini-service.seo,.mini-service.seo a{color:#07183f}.mini-service.governance,.mini-service.governance a{color:#087e9b}.mini-service h3,.mini-service p{color:initial}.mini-service p{color:var(--muted)}
.hero-art{position:relative;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 22px 70px rgba(39,79,130,.11)}.hero-art:before{content:"";position:absolute;inset:12% 15%;background:radial-gradient(circle,rgba(177,216,255,.42),transparent 68%);filter:blur(18px);z-index:0}.hero-art img{position:relative;z-index:1}
@media(max-width:1120px){.six-service-grid{grid-template-columns:repeat(3,1fr)}.method-flow{grid-template-columns:repeat(2,1fr);gap:14px}.method-arrow{display:none}.method-stage{border:1px solid var(--line);border-radius:17px;padding:18px}}
@media(max-width:620px){.trust-icon{width:46px;height:46px}.method-flow{grid-template-columns:1fr;padding:12px}.method-stage{display:grid;grid-template-columns:72px 1fr;text-align:left;gap:12px;align-items:center}.stage-visual{width:64px;height:64px;margin:0;padding:12px}.stage-visual .modern-icon{width:38px;height:38px}.stage-copy p{max-width:none;margin-left:0}.six-service-grid{grid-template-columns:1fr 1fr}.mini-service{min-height:210px}.hero-art{box-shadow:0 12px 35px rgba(39,79,130,.08)}}
@media(max-width:420px){.six-service-grid{grid-template-columns:1fr}.mini-service{min-height:auto}}


/* ==========================================================
   AlbaLogic v2.2.0 — Lead Generation & Digital Business Score
   ========================================================== */
.assessment-hero{padding:72px 0;background:radial-gradient(circle at 78% 30%,rgba(217,239,255,.9),transparent 42%),linear-gradient(180deg,#f8fbff,#fff)}
.assessment-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
.assessment-hero h1{margin:12px 0 20px;color:var(--navy);font-size:clamp(3rem,5vw,4.8rem);line-height:.98;letter-spacing:-.055em}
.assessment-benefits{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.assessment-benefits span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.86rem;font-weight:750;color:#40506c}
.score-preview-card{padding:34px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);text-align:center}
.preview-ring,.result-ring{width:156px;height:156px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;align-content:center;background:conic-gradient(var(--blue) 0 68%,#e8edf5 68% 100%);position:relative}
.preview-ring:before,.result-ring:before{content:"";position:absolute;inset:13px;border-radius:50%;background:#fff}
.preview-ring strong,.preview-ring small,.result-ring strong,.result-ring small{position:relative;z-index:1}
.preview-ring strong,.result-ring strong{font-size:3.1rem;line-height:1;color:var(--navy)}
.preview-ring small,.result-ring small{color:var(--muted);font-weight:700}
.score-preview-card h2{margin:8px 0;color:var(--navy)}
.score-preview-card p{color:var(--muted);margin-bottom:0}
.assessment-section{padding:52px 0 82px;background:#fff}
.assessment-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}
.assessment-form{display:grid;gap:18px}
.assessment-progress{position:sticky;top:92px;z-index:8;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:17px;padding:17px 19px;box-shadow:0 10px 25px rgba(28,58,102,.05)}
.assessment-progress>div:first-child{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px}
.assessment-progress strong{color:var(--navy)}
.assessment-progress span{color:var(--muted);font-size:.87rem}
.progress-track{height:8px;border-radius:99px;background:#edf1f7;overflow:hidden}
.progress-track>span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),var(--teal));transition:width .25s ease}
.assessment-question{margin:0;border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff;box-shadow:0 9px 26px rgba(28,58,102,.04)}
.assessment-question legend{display:flex;gap:14px;align-items:flex-start;padding:0 8px 0 0;width:100%}
.assessment-question legend>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#edf4ff;color:var(--blue);font-size:.8rem;font-weight:850;flex:0 0 auto}
.assessment-question legend strong{display:block;color:var(--navy);font-size:1.1rem}
.assessment-question legend small{display:block;color:var(--muted);font-weight:400;margin-top:3px}
.score-options{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:21px}
.score-option{cursor:pointer}
.score-option input{position:absolute;opacity:0;pointer-events:none}
.score-option>span{height:48px;border:1px solid #cfd9e7;border-radius:12px;display:grid;place-items:center;color:var(--navy);font-weight:850;background:#fbfcff;transition:.18s ease}
.score-option small{display:block;text-align:center;color:var(--muted);font-size:.69rem;margin-top:7px}
.score-option:hover>span{border-color:var(--blue);transform:translateY(-1px)}
.score-option input:focus-visible+span{outline:3px solid rgba(23,104,242,.2)}
.score-option input:checked+span{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--blue),var(--teal));box-shadow:0 8px 20px rgba(23,104,242,.2)}
.assessment-actions{text-align:center;padding:12px 0}
.assessment-submit{min-width:260px}
.assessment-error{color:#b42318;font-weight:700;min-height:24px}
.assessment-side{position:sticky;top:92px;display:grid;gap:14px}
.side-card{border:1px solid var(--line);border-radius:22px;padding:25px;background:#f8fbff}
.side-card h2{color:var(--navy);font-size:1.7rem;margin:9px 0}
.side-card ul{padding-left:21px;margin:17px 0 0;color:var(--muted)}
.side-card li{margin:10px 0}
.privacy-note{border-radius:15px;padding:15px;background:#f4f7fb;color:var(--muted);font-size:.82rem}
.results-section{padding:70px 0;background:linear-gradient(180deg,#f5f9ff,#fff)}
.results-panel{border:1px solid var(--line);border-radius:28px;background:#fff;padding:36px;box-shadow:var(--shadow)}
.results-summary{display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:center}
.results-summary .result-ring{margin:0}
.results-summary h2{font-size:clamp(2rem,4vw,3rem);color:var(--navy);margin:7px 0 10px}
.results-summary p:last-child{color:var(--muted);font-size:1.04rem}
.category-results{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:32px 0}
.category-card{border:1px solid var(--line);border-radius:17px;padding:17px}
.category-card div{display:flex;justify-content:space-between;gap:10px;color:var(--navy);font-weight:800}
.category-card i{display:block;height:7px;border-radius:99px;background:#edf1f7;margin:12px 0 0;overflow:hidden}
.category-card i b{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--teal));border-radius:99px}
.recommendations{border-top:1px solid var(--line);padding-top:30px}
.recommendation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:17px}
.recommendation-card{border:1px solid var(--line);border-radius:17px;padding:19px;background:#fbfcff}
.recommendation-card span{display:block;color:var(--blue);font-size:.75rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.recommendation-card strong{display:block;color:var(--navy);margin:8px 0}
.recommendation-card p{color:var(--muted);font-size:.88rem;margin:0}
.lead-capture{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start;margin-top:30px;padding:28px;border-radius:22px;background:linear-gradient(135deg,#07183f,#1551ca 62%,#10aaa3);color:#fff}
.lead-capture h2{color:#fff;margin:0 0 9px}
.lead-capture p{color:#dce7fb}
.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lead-form label{display:grid;gap:6px;font-size:.82rem;font-weight:750}
.lead-form input{background:#fff}
.lead-form .full{grid-column:1/-1}
.score-promo-section{padding:58px 0;background:linear-gradient(180deg,#f7faff,#fff)}
.score-promo{display:grid;grid-template-columns:1fr .9fr;gap:44px;align-items:center;border:1px solid var(--line);border-radius:28px;padding:38px;background:#fff;box-shadow:var(--shadow)}
.score-promo h2{color:var(--navy);font-size:clamp(2rem,3.4vw,3rem);line-height:1.05;margin:10px 0 13px}
.score-promo-copy>p:not(.eyebrow){color:var(--muted);font-size:1.02rem}
.score-promo-points{display:flex;gap:9px;flex-wrap:wrap;margin:19px 0 24px}
.score-promo-points span{padding:7px 10px;border-radius:999px;background:#f0f5ff;color:#315178;font-size:.77rem;font-weight:750}
.score-dashboard-preview{display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center;border-radius:22px;padding:24px;background:linear-gradient(145deg,#f7fbff,#fff);border:1px solid var(--line)}
.dashboard-score{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;align-content:center;background:conic-gradient(var(--blue) 0 68%,#e6ebf3 68%);position:relative}
.dashboard-score:before{content:"";position:absolute;inset:12px;border-radius:50%;background:#fff}
.dashboard-score strong,.dashboard-score small{position:relative;z-index:1}
.dashboard-score strong{font-size:2.7rem;color:var(--navy);line-height:1}
.dashboard-score small{color:var(--muted)}
.dashboard-bars{display:grid;gap:11px}
.dashboard-bars>div{display:grid;grid-template-columns:92px 1fr 28px;gap:9px;align-items:center;font-size:.78rem}
.dashboard-bars span{color:var(--navy);font-weight:700}
.dashboard-bars i{height:7px;border-radius:99px;background:#e8edf5;overflow:hidden}
.dashboard-bars i b{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--teal));border-radius:99px}
.dashboard-bars em{font-style:normal;color:var(--muted);font-weight:750}
@media(max-width:980px){
  .assessment-hero-grid,.assessment-layout,.score-promo,.lead-capture{grid-template-columns:1fr}
  .assessment-side{position:static}
  .category-results{grid-template-columns:repeat(2,1fr)}
  .score-dashboard-preview{max-width:680px}
}
@media(max-width:700px){
  .assessment-hero{padding:50px 0}
  .assessment-hero h1{font-size:2.8rem}
  .assessment-benefits{display:grid}
  .score-options{grid-template-columns:repeat(5,1fr);gap:6px}
  .score-option small{font-size:.58rem}
  .assessment-question{padding:19px 15px}
  .results-panel{padding:23px 17px}
  .results-summary{grid-template-columns:1fr;text-align:center}
  .results-summary .result-ring{margin:auto}
  .category-results,.recommendation-grid,.lead-form{grid-template-columns:1fr}
  .score-promo{padding:25px 19px}
  .score-dashboard-preview{grid-template-columns:1fr}
  .dashboard-score{margin:auto}
}
@media(max-width:430px){
  .score-option>span{height:43px}
  .score-option small{display:none}
}

.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
:focus-visible{outline:3px solid rgba(23,104,242,.35);outline-offset:3px}


/* v2.3.0 — Visual Communication & Hero Experience */
:root{
  --navy:#0b1739;
  --blue:#1768f2;
  --blue-2:#2996ef;
  --teal:#19a9c2;
  --ice:#f4f9ff;
}
.hero{
  padding:62px 0 24px;
  background:
    radial-gradient(circle at 76% 30%,rgba(199,225,255,.68),rgba(255,255,255,0) 43%),
    linear-gradient(180deg,#fbfdff 0%,#f4f9ff 72%,#fff 100%);
}
.hero h1 span{
  background:linear-gradient(90deg,#1768f2 0%,#248eea 62%,#17a8c1 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-art{
  border:0;
  padding:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.hero-art:before{display:none}
.hero-art img{
  width:100%;
  max-width:740px;
  margin-inline:auto;
  display:block;
  border-radius:0;
  filter:drop-shadow(0 22px 30px rgba(42,101,175,.12));
}
.button.primary,.nav-cta{
  background:linear-gradient(90deg,#1768f2 0%,#2189eb 68%,#18a8c1 100%);
}
.trust-row{border-color:#e5edf8;box-shadow:0 14px 38px rgba(31,76,132,.08)}
@media(max-width:900px){
  .hero-grid{gap:18px}
  .hero-art img{max-width:690px}
}
@media(max-width:620px){
  .hero{padding-top:34px}
  .hero-art{margin-top:4px}
  .hero-art img{width:112%;max-width:none;margin-left:-6%}
}

/* AlbaLogic v2.5.0 — Digital Presence Experience */
:root{
  --al-navy:#0b1739;
  --al-blue:#1768f2;
  --al-sky:#2796ef;
  --al-teal:#18a8c1;
  --al-green:#20a86b;
  --al-purple:#7568e8;
  --al-orange:#f2a13a;
  --al-ice:#f4f9ff;
  --al-line:#dfe8f4;
  --al-muted:#647089;
  --al-shadow:0 16px 42px rgba(29,78,144,.10);
}
.home-v250{overflow-x:hidden;overflow-y:visible;background:#fff;color:var(--al-navy)}
.home-v250 .site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--al-line)}
.home-v250 .brand img{width:245px;max-height:58px;object-fit:contain;object-position:left center}
.home-v250 .nav-cta,.home-v250 .button.primary,.home-v250 .final-cta{
  background:linear-gradient(90deg,var(--al-blue),var(--al-sky) 65%,var(--al-teal));
  box-shadow:0 10px 24px rgba(23,104,242,.17)
}
.home-v250 .hero-v250{padding:64px 0 26px;background:radial-gradient(circle at 75% 25%,rgba(211,232,255,.82),transparent 42%),linear-gradient(180deg,#fbfdff,#f4f9ff 76%,#fff)}
.home-v250 .hero-v250-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);gap:44px;align-items:center}
.home-v250 .hero-v250 h1{font-size:clamp(3.2rem,5.7vw,6rem);line-height:.98;letter-spacing:-.058em;margin:18px 0 24px;color:var(--al-navy)}
.home-v250 .hero-v250 h1 span{display:block;background:linear-gradient(90deg,var(--al-blue),var(--al-sky) 62%,var(--al-teal));-webkit-background-clip:text;background-clip:text;color:transparent}
.home-v250 .hero-v250 .lead{font-size:1.18rem;line-height:1.8;color:#56627a;max-width:690px}
.home-v250 .hero-map-wrap{display:flex;justify-content:center;align-items:center;min-width:0}
.home-v250 .hero-map-wrap img{display:block;width:100%;max-width:760px;height:auto;filter:drop-shadow(0 22px 36px rgba(48,102,177,.13));mix-blend-mode:multiply}
.home-v250 .supporting{color:#6f7c94;margin-top:16px}
.home-v250 .home-trust{margin-top:34px;padding:16px 24px;border:1px solid var(--al-line);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:var(--al-shadow);display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.home-v250 .home-trust article{display:flex;align-items:center;gap:12px;padding:7px 18px;border-right:1px solid var(--al-line)}
.home-v250 .home-trust article:last-child{border-right:0}
.home-v250 .home-trust svg{width:36px;height:36px;stroke:var(--al-blue);fill:none;stroke-width:2}
.home-v250 .home-trust strong{display:block;font-size:.92rem}.home-v250 .home-trust span{display:block;color:var(--al-muted);font-size:.78rem;margin-top:2px}
.home-v250 .homepage-section{padding:76px 0}
.home-v250 .homepage-section.alt{background:linear-gradient(180deg,#f8fbff,#f3f8ff)}
.home-v250 .home-heading{text-align:center;max-width:850px;margin:0 auto 34px}
.home-v250 .home-heading h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.06;letter-spacing:-.035em;margin:0 0 12px;color:var(--al-navy)}
.home-v250 .home-heading h2 span{color:var(--al-blue)}
.home-v250 .home-heading p{color:var(--al-muted);font-size:1.04rem}
.home-v250 .benefit-grid,.home-v250 .solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.home-v250 .benefit-card,.home-v250 .solution-card,.home-v250 .resource-card{border:1px solid var(--al-line);border-radius:22px;background:#fff;padding:27px;box-shadow:0 9px 25px rgba(36,74,130,.055);transition:.2s ease}
.home-v250 .benefit-card:hover,.home-v250 .solution-card:hover,.home-v250 .resource-card:hover{transform:translateY(-3px);box-shadow:var(--al-shadow)}
.home-v250 .round-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#eef5ff,#fff);margin-bottom:17px}
.home-v250 .round-icon svg{width:34px;height:34px;stroke:var(--al-blue);fill:none;stroke-width:2}
.home-v250 .benefit-card h3,.home-v250 .solution-card h3{font-size:1.2rem;margin:0 0 9px;color:var(--al-navy)}
.home-v250 .benefit-card p,.home-v250 .solution-card p,.home-v250 .resource-card p{color:var(--al-muted);font-size:.92rem;line-height:1.62}
.home-v250 .solution-card a,.home-v250 .resource-card a{font-weight:800;color:var(--al-blue);font-size:.86rem}
.home-v250 .ecosystem-panel{display:grid;grid-template-columns:.42fr 1fr;gap:42px;align-items:center;border:1px solid var(--al-line);border-radius:28px;padding:42px;background:linear-gradient(135deg,#f9fcff,#eef6ff);box-shadow:var(--al-shadow)}
.home-v250 .ecosystem-panel h2{font-size:clamp(2rem,3.8vw,3rem);line-height:1.05;margin:0 0 16px}.home-v250 .ecosystem-panel p{color:var(--al-muted);line-height:1.75}
.home-v250 .ecosystem-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;align-items:center}
.home-v250 .eco-node{display:grid;gap:8px;justify-items:center;text-align:center;color:var(--al-navy);font-size:.75rem;font-weight:800}
.home-v250 .eco-node b{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--al-line);box-shadow:0 9px 22px rgba(25,82,161,.08)}
.home-v250 .eco-node svg{width:29px;height:29px;stroke:var(--al-blue);fill:none;stroke-width:2}
.home-v250 .method-v250{display:grid;grid-template-columns:repeat(7,auto);align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--al-line);border-radius:28px;padding:34px;background:#fff;box-shadow:var(--al-shadow)}
.home-v250 .method-step{text-align:center;max-width:210px}.home-v250 .method-step .method-icon{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px}
.home-v250 .method-step svg{width:43px;height:43px;fill:none;stroke-width:2}.home-v250 .method-step strong{display:block;font-size:1.16rem}.home-v250 .method-step p{color:var(--al-muted);font-size:.84rem;line-height:1.55;margin:8px 0 0}
.home-v250 .method-arrow{font-size:2.2rem;color:#adbad0}.home-v250 .m1{background:#e7f8ee}.home-v250 .m1 svg{stroke:var(--al-green)}.home-v250 .m2{background:#fff3df}.home-v250 .m2 svg{stroke:var(--al-orange)}.home-v250 .m3{background:#edf4ff}.home-v250 .m3 svg{stroke:var(--al-blue)}.home-v250 .m4{background:#f1edff}.home-v250 .m4 svg{stroke:var(--al-purple)}
.home-v250 .audit-panel{display:grid;grid-template-columns:.42fr 1fr;gap:34px;align-items:center;border:1px solid var(--al-line);border-radius:28px;padding:36px;background:#fff;box-shadow:var(--al-shadow)}
.home-v250 .audit-panel h2{font-size:clamp(1.9rem,3.3vw,2.7rem);margin:0 0 12px}.home-v250 .audit-panel p{color:var(--al-muted)}
.home-v250 .audit-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.home-v250 .audit-item{text-align:center;padding:14px 8px;border-radius:16px;background:#f8fbff}.home-v250 .audit-item svg{width:32px;height:32px;stroke:var(--al-blue);fill:none;stroke-width:2}.home-v250 .audit-item strong{display:block;font-size:.72rem;margin:8px 0 4px}.home-v250 .audit-item small{color:var(--al-green);font-weight:800}
.home-v250 .score-ring{width:98px;height:98px;border-radius:50%;margin:auto;display:grid;place-items:center;background:conic-gradient(var(--al-green) 0 85%,#dfe8f4 85%);position:relative}.home-v250 .score-ring:after{content:"";position:absolute;inset:10px;background:#fff;border-radius:50%}.home-v250 .score-ring span{position:relative;z-index:1;font-size:1.5rem;font-weight:900}
.home-v250 .industry-row{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.home-v250 .industry-item{text-align:center;padding:16px 8px;border:1px solid var(--al-line);border-radius:18px;background:#fff}.home-v250 .industry-item svg{width:35px;height:35px;stroke:var(--al-blue);fill:none;stroke-width:2}.home-v250 .industry-item span{display:block;margin-top:8px;font-size:.78rem;font-weight:800}
.home-v250 .resource-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.home-v250 .resource-card{padding:18px}.home-v250 .resource-card svg{width:31px;height:31px;stroke:var(--al-blue);fill:none;stroke-width:2}.home-v250 .resource-card h3{font-size:.92rem;margin:10px 0 6px}
.home-v250 .final-strip{padding:34px 0;background:linear-gradient(100deg,#0c49dc,#1768f2 52%,#19a9c2);color:#fff}.home-v250 .final-strip .shell{display:flex;align-items:center;justify-content:space-between;gap:28px}.home-v250 .final-strip h2{margin:0;color:#fff;font-size:clamp(1.8rem,3.2vw,2.7rem)}.home-v250 .final-strip p{margin:5px 0 0;color:#e6f1ff}.home-v250 .final-actions{display:flex;gap:12px;flex-wrap:wrap}.home-v250 .final-actions .button{background:#fff;color:var(--al-blue);border-color:#fff}.home-v250 .final-actions .button.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.62)}
.home-v250 .site-footer{background:#071431;color:#dce7fb}.home-v250 .site-footer a{color:#dce7fb}
@media(max-width:1100px){.home-v250 .hero-v250-grid{grid-template-columns:1fr}.home-v250 .hero-v250 .hero-copy-block{max-width:790px}.home-v250 .hero-map-wrap img{max-width:680px}.home-v250 .benefit-grid,.home-v250 .solution-grid{grid-template-columns:repeat(2,1fr)}.home-v250 .ecosystem-panel,.home-v250 .audit-panel{grid-template-columns:1fr}.home-v250 .industry-row{grid-template-columns:repeat(4,1fr)}.home-v250 .resource-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.home-v250 .brand img{width:255px}.home-v250 .hero-v250{padding-top:48px}.home-v250 .hero-v250-grid{gap:25px}.home-v250 .hero-v250 h1{font-size:clamp(3rem,12vw,4.6rem)}.home-v250 .hero-v250 .lead{font-size:1.05rem}.home-v250 .hero-map-wrap img{width:112%;margin-left:-6%;mix-blend-mode:normal}.home-v250 .home-trust{grid-template-columns:1fr 1fr;padding:15px}.home-v250 .home-trust article{border-right:0;border-bottom:1px solid var(--al-line);padding:14px 8px}.home-v250 .home-trust article:nth-last-child(-n+2){border-bottom:0}.home-v250 .benefit-grid,.home-v250 .solution-grid{grid-template-columns:1fr 1fr}.home-v250 .ecosystem-panel{padding:28px 20px}.home-v250 .ecosystem-flow{grid-template-columns:repeat(3,1fr)}.home-v250 .method-v250{grid-template-columns:1fr;padding:25px 20px}.home-v250 .method-arrow{transform:rotate(90deg);line-height:.6}.home-v250 .method-step{max-width:none}.home-v250 .audit-panel{padding:28px 20px}.home-v250 .audit-grid{grid-template-columns:repeat(3,1fr)}.home-v250 .score-cell{grid-column:1/-1}.home-v250 .industry-row{grid-template-columns:repeat(4,1fr)}.home-v250 .resource-grid{grid-template-columns:repeat(2,1fr)}.home-v250 .final-strip .shell{display:grid}.home-v250 .final-actions .button{width:100%}}
@media(max-width:500px){.home-v250 .hero-v250 h1{font-size:clamp(2.85rem,13vw,4rem)}.home-v250 .actions{display:grid}.home-v250 .actions .button{width:100%}.home-v250 .benefit-grid,.home-v250 .solution-grid{grid-template-columns:1fr}.home-v250 .home-trust{grid-template-columns:1fr}.home-v250 .home-trust article{border-bottom:1px solid var(--al-line)!important}.home-v250 .home-trust article:last-child{border-bottom:0!important}.home-v250 .industry-row{grid-template-columns:repeat(2,1fr)}.home-v250 .audit-grid{grid-template-columns:repeat(2,1fr)}.home-v250 .score-cell{grid-column:1/-1}.home-v250 .resource-grid{grid-template-columns:1fr 1fr}.home-v250 .homepage-section{padding:58px 0}}


/* AlbaLogic v2.5.1 — mobile scrolling hotfix */
html,body{min-height:100%;height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}
body.home-v250{position:static;touch-action:pan-y;overscroll-behavior-y:auto}
@supports (overflow:clip){body.home-v250{overflow-x:clip}}


/* AlbaLogic v2.5.2 — value-led sections, icon audit and transparent hero */
.home-v250 svg{stroke-linecap:round;stroke-linejoin:round}
.home-v250 .hero-map-wrap img{mix-blend-mode:normal;filter:drop-shadow(0 18px 32px rgba(48,102,177,.12))}
.home-v250 .growth-system{grid-template-columns:.36fr 1fr}
.home-v250 .growth-journey{display:flex;align-items:stretch;justify-content:space-between;gap:10px}
.home-v250 .journey-step{flex:1;min-width:0;padding:18px 10px;border:1px solid var(--al-line);border-radius:20px;background:#fff;text-align:center;color:var(--al-navy);box-shadow:0 8px 20px rgba(25,82,161,.06);transition:.2s ease}
.home-v250 .journey-step:hover{transform:translateY(-3px);box-shadow:var(--al-shadow)}
.home-v250 .journey-step b{width:58px;height:58px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#f3f8ff}
.home-v250 .journey-step svg{width:30px;height:30px;stroke:var(--al-blue);fill:none;stroke-width:2}
.home-v250 .journey-step strong,.home-v250 .journey-step span{display:block}
.home-v250 .journey-step strong{font-size:.9rem;margin-bottom:6px}.home-v250 .journey-step span{font-size:.72rem;line-height:1.45;color:var(--al-muted)}
.home-v250 .journey-arrow{align-self:center;color:#91a5c3;font-size:1.65rem;font-weight:800}
.home-v250 .industry-outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home-v250 .industry-outcome-card{display:block;padding:26px;border:1px solid var(--al-line);border-radius:22px;background:#fff;color:var(--al-navy);box-shadow:0 9px 25px rgba(36,74,130,.055);transition:.2s ease}
.home-v250 .industry-outcome-card:hover{transform:translateY(-3px);box-shadow:var(--al-shadow)}
.home-v250 .industry-outcome-card svg{width:40px;height:40px;stroke:var(--al-blue);fill:none;stroke-width:2}
.home-v250 .industry-outcome-card h3{font-size:1.12rem;margin:14px 0 8px}.home-v250 .industry-outcome-card p{color:var(--al-muted);line-height:1.6;font-size:.9rem}.home-v250 .industry-outcome-card span{display:block;margin-top:14px;color:var(--al-blue);font-size:.84rem;font-weight:800}
.home-v250 .center-action{text-align:center;margin-top:28px}
.home-v250 .lead-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.home-v250 .lead-action-card{padding:30px;border:1px solid var(--al-line);border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(36,74,130,.06)}
.home-v250 .lead-action-icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#eef6ff;margin-bottom:18px}
.home-v250 .lead-action-icon svg{width:36px;height:36px;stroke:var(--al-blue);fill:none;stroke-width:2}
.home-v250 .lead-action-card h3{font-size:1.3rem;margin:0 0 10px}.home-v250 .lead-action-card p{color:var(--al-muted);line-height:1.65;min-height:84px}.home-v250 .lead-action-card .button{width:100%;margin-top:10px;text-align:center}
@media(max-width:1100px){.home-v250 .growth-system{grid-template-columns:1fr}.home-v250 .growth-journey{display:grid;grid-template-columns:repeat(3,1fr)}.home-v250 .journey-arrow{display:none}.home-v250 .industry-outcome-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.home-v250 .hero-map-wrap img{width:100%;margin-left:0}.home-v250 .growth-journey{grid-template-columns:repeat(2,1fr)}.home-v250 .industry-outcome-grid{grid-template-columns:1fr 1fr}.home-v250 .lead-action-grid{grid-template-columns:1fr}.home-v250 .lead-action-card p{min-height:0}}
@media(max-width:500px){.home-v250 .growth-journey,.home-v250 .industry-outcome-grid{grid-template-columns:1fr}.home-v250 .journey-step{text-align:left;display:grid;grid-template-columns:58px 1fr;column-gap:14px}.home-v250 .journey-step b{grid-row:1/3;margin:0}.home-v250 .journey-step strong,.home-v250 .journey-step span{text-align:left}}

/* AlbaLogic v3.0.0 — complete site architecture */
.nav-group{position:relative}.nav-group>a{display:block}.nav-dropdown{position:absolute;top:100%;left:-18px;min-width:235px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:130}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:none}.nav-dropdown a{display:block!important;padding:9px 11px!important;border-radius:8px;font-size:.84rem}.nav-dropdown a:hover{background:#f3f7ff}.v3-page-hero{text-align:left}.v3-page-hero .narrow{margin-left:auto;margin-right:auto}.v3-page-hero h1{max-width:900px}.v3-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.v3-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;box-shadow:0 10px 28px rgba(36,74,130,.055)}.v3-card h2{color:var(--navy);margin:7px 0 10px;font-size:1.45rem}.v3-card p{color:var(--muted)}.v3-card a{color:var(--blue);font-weight:800}.v3-kicker{color:var(--blue);font-size:.75rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.v3-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v3-process article{border:1px solid var(--line);border-radius:22px;padding:27px;background:#fff}.v3-process article>span{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#eaf3ff;color:var(--blue);font-size:1.45rem;font-weight:900}.v3-process h2{color:var(--navy)}.v3-process li{color:var(--muted);margin:8px 0}.lifecycle-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.lifecycle-grid article,.v3-three article{border:1px solid var(--line);border-radius:19px;padding:22px;background:#fff}.lifecycle-grid b,.v3-three b{color:var(--blue);font-size:1.4rem}.lifecycle-grid h3,.v3-three h3{color:var(--navy)}.lifecycle-grid p,.v3-three p{color:var(--muted);font-size:.88rem}.v3-three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v3-article h2{padding-top:6px}.article-cta{margin-top:48px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#eef5ff,#f1fbfb)}.case-study-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.case-study-preview article{border:1px solid var(--al-line,#e1e8f1);border-radius:22px;padding:26px;background:#fff}.case-study-preview h3{font-size:1.35rem;color:var(--navy);margin:15px 0 8px}.case-study-preview p{color:var(--muted)}.case-study-preview a{color:var(--blue);font-weight:800}.v3-home .site-footer,.site-footer{background:#071431;color:#dce7fb}.site-footer a{color:#dce7fb}.footer-grid strong{display:block;color:#fff;margin-bottom:11px}
@media(max-width:1120px){.nav-links{gap:16px;font-size:.83rem}.nav-cta{display:none}.lifecycle-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.nav-group{width:100%}.nav-group>a{width:100%}.nav-dropdown{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid #d7e4fa;border-radius:0;margin:4px 0 8px 12px;padding:3px 0 3px 10px}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{display:block}.v3-card-grid,.v3-process,.case-study-preview{grid-template-columns:1fr 1fr}.v3-three{grid-template-columns:1fr}.lifecycle-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.v3-card-grid,.v3-process,.case-study-preview,.lifecycle-grid{grid-template-columns:1fr}.v3-page-hero{padding-top:54px}.v3-page-hero h1{font-size:clamp(2.6rem,12vw,4rem)}.footer-grid{grid-template-columns:1fr 1fr}.brand img{width:245px}}


/* AlbaLogic v3.0.1 — responsive hero polish */
.home-v250 .hero-v250 h1{
  font-size:clamp(2.15rem,3.15vw,3.25rem);
  line-height:1.08;
  letter-spacing:-.04em;
  max-width:760px;
}
.home-v250 .hero-map-wrap{
  width:100%;
  justify-content:center;
  justify-self:center;
  text-align:center;
}
.home-v250 .hero-map-wrap img{
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:1100px){
  .home-v250 .hero-v250 .hero-copy-block{max-width:760px}
  .home-v250 .hero-map-wrap{max-width:760px;margin-left:auto;margin-right:auto}
}
@media(max-width:760px){
  .home-v250 .hero-v250-grid{justify-items:center}
  .home-v250 .hero-v250 .hero-copy-block{width:100%;max-width:620px}
  .home-v250 .hero-v250 h1{font-size:clamp(1.75rem,7.2vw,2.15rem);line-height:1.12;letter-spacing:-.035em}
  .home-v250 .hero-map-wrap{display:flex;width:100%;max-width:620px;margin:0 auto;overflow:visible}
  .home-v250 .hero-map-wrap img{display:block;width:min(100%,560px);max-width:100%;margin:0 auto;transform:none}
}
@media(max-width:500px){
  .home-v250 .hero-v250 h1{font-size:clamp(1.7rem,7.4vw,2rem)}
  .home-v250 .hero-map-wrap{max-width:100%}
  .home-v250 .hero-map-wrap img{width:100%;max-width:520px}
}


/* v3.0.2 — Desktop Navigation & Responsive Polish */
.site-header .shell{width:min(1380px,calc(100% - 40px))}
.nav{height:70px;gap:18px}
.brand{flex:0 0 auto}
.brand img{width:238px}
.nav-links{gap:22px;font-size:.88rem;white-space:nowrap;flex:1;justify-content:center}
.nav-links>a,.nav-group>a{white-space:nowrap}
.nav-cta{padding:11px 18px;border-radius:10px;line-height:1.15;white-space:nowrap;flex:0 0 auto;font-size:.88rem}
@media(max-width:1240px) and (min-width:901px){
  .site-header .shell{width:min(100%,calc(100% - 24px))}
  .nav{gap:12px}
  .brand img{width:208px}
  .nav-links{gap:14px;font-size:.79rem}
  .nav-cta{padding:10px 13px;font-size:.79rem}
}
@media(max-width:1020px) and (min-width:901px){
  .nav-links{gap:11px;font-size:.76rem}
  .brand img{width:194px}
  .nav-cta{display:none}
}
@media(max-width:900px){
  .site-header .shell{width:min(100%,calc(100% - 32px))}
  .nav{height:72px;gap:16px}
  .brand img{width:198px}
  .nav-links{white-space:normal;font-size:.93rem;gap:16px;justify-content:flex-start}
}
