:root{--purple:#5b2d82;--plum:#3d1958;--violet:#7b4caf;--lilac:#f1eafa;--ink:#211827;--muted:#625c68;--white:#fff;--line:#e7dfee;--logo-x:0px;--logo-y:0px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfafe;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.shell{width:min(1180px,90vw);margin:auto}.contact-strip{background:var(--plum);color:#fff;font-size:.9rem}.contact-strip .shell{min-height:46px;display:flex;align-items:center;justify-content:flex-end;gap:1.2rem}.contact-strip a{font-weight:700}.contact-strip .contact-strip-cta{padding:.36rem .78rem;border:1px solid rgba(255,255,255,.72);border-radius:999px}.nav{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);box-shadow:0 4px 22px rgba(38,17,53,.08)}.nav .shell{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:block;flex:0 0 auto}.brand img{width:166px;height:62px;object-fit:contain;object-position:calc(50% + var(--logo-x)) calc(50% + var(--logo-y))}.navlinks{display:flex;align-items:center;justify-content:flex-end;gap:1.35rem}.navlinks a{font-size:.95rem;font-weight:700;white-space:nowrap}.navlinks a:hover,.navlinks a.active{color:var(--purple)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:.7rem 1.05rem;border:2px solid var(--purple);border-radius:8px;background:var(--purple);color:#fff;font-weight:800;cursor:pointer}.btn:hover{background:var(--plum);border-color:var(--plum)}.btn.outline{background:transparent;color:var(--purple)}.btn.outline:hover{color:#fff}.btn.light{background:#fff;border-color:#fff;color:var(--purple)}.btn.light:hover{background:transparent;color:#fff}.eyebrow{margin:0 0 .45rem;color:var(--purple);font-size:.8rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.section{padding:5.5rem 0}.section.alt{background:#fff}.section h2{max-width:820px;margin:.2rem 0 1rem;font-size:clamp(1.9rem,3.2vw,3.2rem);line-height:1.12}.lead{max-width:850px;color:var(--muted);font-size:1.08rem}.pagehero{padding:5.8rem 0;background:linear-gradient(120deg,var(--plum),var(--purple));color:#fff}.pagehero .eyebrow{color:#eaddf4}.pagehero h1{max-width:930px;margin:.2rem 0 1rem;font-size:clamp(2.35rem,5.2vw,4.8rem);line-height:1.04}.pagehero p{max-width:760px;margin:0;font-size:1.1rem}.about-photo-hero{background:linear-gradient(90deg,rgba(47,16,68,.93),rgba(76,35,106,.74)),url('assets/about-bridge-hero.png') center/cover}.home-hero{position:relative;min-height:680px;display:flex;align-items:flex-end;isolation:isolate;background:#1f1528;color:#fff}.home-hero::before{position:absolute;z-index:-2;inset:0;content:"";background:url('assets/home-team-setax-professional-final.jpg') center 32%/cover no-repeat}.home-hero::after{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(180deg,rgba(30,12,43,.08),rgba(30,12,43,.2) 40%,rgba(30,12,43,.9) 100%),linear-gradient(90deg,rgba(30,12,43,.54),transparent 70%)}.home-hero .shell{padding:4.3rem 0}.home-hero .eyebrow{color:#eadcf4}.home-hero h1{max-width:850px;margin:.2rem 0 1rem;font-size:clamp(2.6rem,5.4vw,5.2rem);line-height:1.02;letter-spacing:-.04em}.home-hero p{max-width:780px;margin:0 0 1.6rem;font-size:1.1rem}.home-hero .hero-long-copy{max-width:790px;font-size:1.02rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}.hero-actions .btn.outline{border-color:#fff;color:#fff}.hero-actions .btn.outline:hover{background:#fff;color:var(--purple)}.proof{position:relative;z-index:2;margin-top:-2rem}.proof .shell{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.proof-item{padding:1.2rem 1.25rem;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 15px 35px rgba(50,20,70,.12)}.proof-item strong,.proof-item span{display:block}.proof-item strong{color:var(--plum);font-size:1.1rem}.proof-item span{color:var(--muted);font-size:.9rem;font-weight:700}.grid{display:grid;gap:1.35rem}.grid.four{grid-template-columns:repeat(4,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.card{height:100%;padding:1.65rem;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 14px 38px rgba(50,20,70,.07)}.card h3{margin:.2rem 0 .6rem;color:var(--plum);font-size:1.28rem}.card p{margin:0;color:var(--muted)}.service-card{position:relative;overflow:hidden}.service-card .number{display:block;margin-bottom:1rem;color:var(--violet);font-weight:800}.service-card .btn{margin-top:1.25rem}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4.2rem}.split img{border-radius:18px;box-shadow:0 18px 48px rgba(31,14,45,.16)}.section-head{max-width:850px;margin-bottom:2rem}.list{margin:1.2rem 0;padding-left:1.15rem}.list li{margin:.55rem 0}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;counter-reset:step}.process-item{position:relative;padding:1.3rem 1.1rem 1.15rem;border:1px solid var(--line);border-radius:14px;background:#fff}.process-item::before{display:grid;width:2rem;height:2rem;margin-bottom:.8rem;border-radius:50%;place-items:center;background:var(--purple);color:#fff;counter-increment:step;content:counter(step);font-weight:800}.process-item h3{margin:0 0 .45rem;color:var(--plum);font-size:1.1rem}.process-item p{margin:0;color:var(--muted);font-size:.95rem}.diagram{padding:1rem;border-radius:20px;background:#fff;box-shadow:0 15px 38px rgba(50,20,70,.09)}.diagram img{width:100%;border-radius:12px}.diagram figcaption{padding:.75rem .35rem 0;color:var(--muted);font-size:.94rem}.diagram-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}.reason-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.reason-grid div{padding:1.2rem;border-radius:14px;background:var(--lilac)}.reason-grid strong,.reason-grid span{display:block}.reason-grid strong{color:var(--plum)}.reason-grid span{color:var(--muted);font-size:.93rem}.cta{padding:4.5rem 0;background:linear-gradient(120deg,var(--plum),var(--purple));color:#fff;text-align:center}.cta h2{margin:0 auto .65rem;font-size:clamp(1.9rem,3.1vw,3.2rem);line-height:1.12}.cta p{max-width:600px;margin:0 auto 1.3rem}.cta .btn{margin:.25rem}.footer{background:linear-gradient(110deg,#c982fa 0%,#6a2b91 100%);color:#fff}.footer .shell{display:grid;grid-template-columns:1.35fr .85fr 1.15fr;gap:4rem;padding:4rem 0 3rem}.footer h3{color:#fff;margin:.5rem 0 .8rem;font-size:1.05rem}.footer p{max-width:360px;margin:0;color:#fff}.footer nav a,.footer .footer-contact a{display:block;margin:.4rem 0}.footer-bottom{background:#090709;color:#fff;text-align:center;font-size:.9rem;padding:.85rem 5vw}.form{display:grid;gap:1rem}.form input,.form select,.form textarea{width:100%;padding:.9rem;border:1px solid #cfc4d8;border-radius:8px;background:#fff}.form textarea{min-height:145px}.form .btn{justify-self:start}.notice{padding:1rem;border-left:4px solid var(--purple);border-radius:8px;background:var(--lilac)}.editor-tools{position:fixed;right:1rem;bottom:1rem;z-index:80;display:none;max-width:270px;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.18);font-size:.86rem}.editor-tools.open{display:grid;gap:.7rem}.editor-tools label{display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:.5rem}.editor-tools button{padding:.55rem;border:0;border-radius:6px;background:var(--purple);color:#fff;font-weight:700;cursor:pointer}.edit-toggle{position:fixed;right:1rem;bottom:1rem;z-index:81;padding:.65rem .85rem;border:0;border-radius:999px;background:var(--plum);color:#fff;font-weight:700;box-shadow:0 6px 20px rgba(0,0,0,.2);cursor:pointer}.editing [data-editable]{outline:2px dashed rgba(91,45,130,.45);outline-offset:3px}.editing [data-editable]:focus{outline-color:var(--purple)}@media(max-width:950px){.contact-strip .shell{justify-content:center;flex-wrap:wrap;gap:.25rem 1rem;padding:.45rem 0}.nav{position:relative}.nav .shell{min-height:auto;align-items:flex-start;flex-direction:column;padding:1rem 0;gap:.8rem}.navlinks{width:100%;justify-content:flex-start;gap:1rem;overflow-x:auto;padding-bottom:.25rem}.proof{margin-top:0}.proof .shell,.grid.four,.grid.three,.process{grid-template-columns:repeat(2,1fr)}.split,.diagram-layout{grid-template-columns:1fr;gap:2.5rem}.footer .shell{grid-template-columns:1fr 1fr;gap:2.5rem}.footer .shell>div:first-child{grid-column:1/-1}.home-hero{min-height:610px}.home-hero .shell{padding:4rem 0}.home-hero::before{background-position:center top}}@media(max-width:620px){.contact-strip{font-size:.78rem}.contact-strip .shell{gap:.2rem .6rem}.contact-strip-cta{order:-1}.brand img{width:140px;height:52px}.navlinks a{font-size:.87rem}.section{padding:3.8rem 0}.home-hero{min-height:620px}.home-hero .shell{padding:3rem 0}.home-hero h1{font-size:clamp(2.35rem,12vw,3.45rem)}.home-hero .hero-long-copy{font-size:.95rem}.proof .shell,.grid.four,.grid.three,.process,.reason-grid,.footer .shell{grid-template-columns:1fr}.footer .shell{padding:3rem 0}.footer .shell>div:first-child{grid-column:auto}.pagehero{padding:4rem 0}.pagehero h1{font-size:clamp(2.25rem,11vw,3.3rem)}.editor-tools{right:.7rem;bottom:.7rem}.edit-toggle{right:.7rem;bottom:.7rem}}

