/* Beyaz identity: original artwork, navy foundations, blue detail, gold emphasis. */
:root{--navy:#18294d;--blue:#285ba8;--gold:#f5b421;--pale:#edf3fb;--line:#d4dfed;--muted:#53637a}
body{background:#fff}
.brand{display:block;flex-shrink:0;width:230px;line-height:0}
.brand-logo{display:block;width:100%;height:auto}
.header{height:100px}
nav a{font-size:15px;font-weight:600}
nav a[aria-current=page]{color:var(--navy);text-decoration:underline;text-decoration-color:var(--gold);text-decoration-thickness:3px;text-underline-offset:9px}
.button{background:var(--gold);border-color:var(--gold);color:var(--navy);box-shadow:none;border-radius:10px}
.button span{background:#ffffff55}
.button:hover{background:#ffd16b;border-color:#ffd16b}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
.hero{background:linear-gradient(115deg,#fff 15%,#edf3fb 100%)!important;padding-top:64px!important;padding-bottom:30px!important}
.hero h1{color:var(--navy);font-weight:750}
.hero h1 em{color:var(--blue)}
.hero-visual{height:350px!important;width:100%;margin:0;isolation:isolate}
.hero-visual:after{display:none!important}
.hero-brand-mark{display:block;width:min(310px,80%);height:auto;filter:drop-shadow(0 20px 28px #18294d16)}
.scroll-cue{color:var(--blue)!important}
.section:nth-of-type(n){background:#fff!important}
.section.soft:nth-of-type(n),#solutions{background:#edf3fb!important}
.eyebrow{font-size:14px;color:var(--blue)}
.problem-card:nth-child(n){background:white!important;border-color:var(--line)!important;border-top:4px solid var(--blue)!important;border-radius:12px}
.problem-card:nth-child(3n){border-top-color:var(--gold)!important}
.problem-card[open]{box-shadow:0 10px 28px #18294d12}
.problem-card[open] summary,.problem-card summary:hover{background:#f3f7fc!important}
.problem-detail{background:var(--navy)!important}
.problem-action{color:var(--blue)}
.expand-icon{border-color:#91afd6}
.principles p:nth-child(n){background:#edf3fb!important;color:var(--navy)!important;border-left:3px solid var(--blue)}
.principles p:nth-child(5),.principles p:nth-child(6){background:var(--navy)!important;color:white!important;border-left-color:var(--gold)}
.principles p:nth-child(5):before,.principles p:nth-child(6):before{color:var(--gold)}
.quote{background:var(--navy);border-left:5px solid var(--gold);border-radius:12px 12px 48px 12px;box-shadow:12px 12px 0 #d8e5f5!important}
.quote:before{color:var(--gold);animation:none!important}
.quote:after{display:none}
.services-outro{background:var(--navy)!important;box-shadow:none;border-top:4px solid var(--gold)!important}
.services-outro .button,.cta .button{background:var(--gold)!important;border-color:var(--gold)!important;color:var(--navy)!important}
.services-outro .button span,.cta .button span{background:#ffffff55!important}
.services-outro .button:hover,.cta .button:hover{background:#ffd16b!important}
.cta{background:var(--navy);box-shadow:none;border-top:4px solid var(--gold);border-radius:14px}
.testimonial-card{background:#fff!important;border-color:var(--line)!important}
.page-heading{background:var(--pale);border-bottom:4px solid var(--gold)}
.card:nth-child(n){background:var(--pale);color:var(--navy);border-top:4px solid var(--blue)}
.card:nth-child(2){background:var(--blue);color:white}
.card:nth-child(3){background:var(--navy);color:white;border-top-color:var(--gold)}
.card:nth-child(3) p{color:#dce6f4}
.solution[open]{background:#edf3fb;border-color:#91afd6}
.form-layout form{background:var(--pale)}
input:focus,select:focus,textarea:focus{outline:2px solid var(--blue);border-color:var(--blue)}
footer{background:var(--navy);border-top:4px solid var(--gold)}
footer .brand{width:250px;background:white;border-radius:10px;padding:15px}
.footer-links a{font-size:14px}
.footer-links a:hover{color:var(--gold)}
@media(max-width:800px){.header{height:84px;gap:12px}.brand{width:195px}nav{top:84px}.hero{padding-top:42px!important}.hero-visual{height:265px!important}.hero-brand-mark{width:225px}.hero-grid{gap:26px!important}.menu{border-radius:8px;border-color:var(--line);font-size:14px}.header>.button{padding:10px 14px;gap:8px}.header>.button span{display:none!important}}
@media(max-width:480px){.wrap{width:calc(100% - 32px)}.brand{width:165px}.header{gap:8px}.header>.button{font-size:14px;padding:9px 10px}.menu{padding:9px}.hero h1{font-size:34px}.hero p{font-size:16px}.hero-visual{height:220px!important}.hero-brand-mark{width:190px}.cta h2{font-size:29px}.services-outro{padding:28px 22px!important}}
@media(max-width:359px){.brand{width:140px}.header>.button{padding:8px}.header{gap:6px}}

.problem-cards .problem-card:last-child{display:block!important}
@media(max-width:800px){#solutions .problem-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:480px){#solutions .problem-cards{grid-template-columns:1fr!important}}

/* Responsive composition and geometric motion, shared across every route. */
.button>span{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px;flex:0 0 32px;line-height:0!important;padding:0!important;border-radius:50%}
.button>span>svg{display:block;flex:none;width:18px;height:18px;margin:0}
.button{min-height:48px;gap:18px;align-items:center}
.hero{background:radial-gradient(ellipse at 88% 44%,#e3edfc,transparent 60%),#f8faff!important;padding:64px 0 36px!important;overflow:hidden}
.hero-grid{grid-template-columns:1.12fr 1fr!important;gap:24px!important}
.hero h1{font-size:clamp(38px,4.3vw,59px);line-height:1.08;letter-spacing:-2px;max-width:660px}
.hero h1 em{color:var(--blue)}
.hero p{font-size:17px;line-height:1.7;max-width:600px}
.hero-visual{height:auto!important;aspect-ratio:560/500;position:relative;width:100%;min-width:0;display:block;overflow:visible}
.fit-art{display:block;width:100%;height:100%;overflow:visible}
.fit-slots{fill:#dce7f5;fill-opacity:.35;stroke:#9ab4d8;stroke-width:1.5;stroke-dasharray:5 7}
.fit-piece{animation:fill-gap 9s cubic-bezier(.45,0,.2,1) infinite;animation-delay:var(--delay);filter:drop-shadow(0 7px 8px #18294d0b)}
@keyframes fill-gap{0%,12%,100%{transform:translate(var(--dx),var(--dy)) rotate(var(--turn))}40%,72%{transform:translate(0,0) rotate(0)}}
.little-piece{opacity:.8;animation:spark 9s ease-in-out infinite}.little-piece.second{animation-delay:-3s}
@keyframes spark{0%,100%{opacity:.25}50%{opacity:.9}}
.motion-toggle{position:absolute;right:8px;bottom:0;min-height:44px;padding:8px 14px;border:1px solid #c6d5e9;background:#ffffffb8;color:var(--muted);border-radius:24px;font-size:13px;cursor:pointer}
.motion-paused .fit-piece,.motion-paused .little-piece{animation-play-state:paused}
.scroll-cue{display:none!important}
.problem-card summary{min-height:185px!important}
.problem-card .problem-detail{transition:none}
.problem-card.closing .problem-detail{opacity:1;transform:none}
.services-outro{box-shadow:none!important}
.principles p{opacity:1!important;transform:none!important}
.split>*,.form-layout>*,.hero-grid>*,.footer-top>*{min-width:0}
input,select,textarea{font-size:16px;max-width:100%}
.footer-links a{display:inline-flex;align-items:center;min-height:44px}
@media(max-width:1000px) and (min-width:801px){.wrap{width:calc(100% - 48px)}nav{gap:18px}.brand{width:205px}.hero h1{font-size:44px}.cta{padding:36px;flex-wrap:wrap}.cta h2{font-size:34px}}
@media(max-width:800px){
 html{scroll-padding-top:90px}.header{height:78px;gap:10px}.brand{width:185px}nav{top:78px;padding:12px 20px;box-shadow:0 12px 22px #18294d10}nav a{min-height:48px}
 .hero{padding:40px 0 28px!important}.hero-grid{grid-template-columns:1fr!important;gap:12px!important}.hero h1{font-size:clamp(34px,6.5vw,46px);letter-spacing:-1.5px;max-width:650px}.hero p{font-size:16px;line-height:1.65}
 .hero-visual{width:min(460px,100%);height:auto!important;margin:0 auto;aspect-ratio:560/470}.fit-art{height:auto}
 .hero .button{margin-top:0}.split{gap:26px!important}.cta{padding:30px;display:block}.cta h2{font-size:32px}.cta .button{white-space:normal}.quote{font-size:25px}
 .solution summary{padding:20px 16px;grid-template-columns:26px minmax(0,1fr) 32px;gap:10px}.solution summary h2{font-size:22px}.solution-body{padding:0 20px 24px}.solution-body ul{columns:1}
 .form-layout{gap:26px}.form-layout form{padding:24px}.footer-links{gap:2px 20px}
}
@media(max-width:480px){
 .wrap{width:calc(100% - 36px)}.header{height:72px;gap:10px}.header .brand{width:158px}.header>.button{display:none}.menu{margin-left:auto;min-width:60px;min-height:44px;font-size:14px}nav{top:72px}
 .hero{padding-top:32px!important}.hero h1{font-size:36px;line-height:1.12;letter-spacing:-1.4px;margin-bottom:20px}.hero h1 br{display:none}.hero h1 em:before{content:' '}.hero p{line-height:1.65;margin-bottom:22px}.hero-visual{width:100%;aspect-ratio:560/500;margin-top:4px}
 .hero .button{min-height:54px;padding:10px 12px 10px 22px}.motion-toggle{bottom:0;right:0;font-size:12px}
 #solutions .problem-cards{grid-template-columns:1fr!important;gap:12px}.problem-card summary{min-height:0!important;padding:22px!important;align-items:stretch}.problem-card summary h3{text-align:left!important;font-size:21px;margin-bottom:18px}.problem-action{justify-content:space-between!important}.problem-detail{padding:22px}
 h2{font-size:29px;line-height:1.18;letter-spacing:-.8px}.section-head h2 br{display:none}.intro-copy p:first-child{font-size:19px}.section.section{padding:42px 0!important}
 .principles{grid-template-columns:1fr;gap:10px}.principles p{min-height:0;padding:18px 18px 18px 44px}.principles p:before{top:21px}
 .quote{font-size:24px;padding:28px;box-shadow:6px 6px 0 #d8e5f5!important}.services-outro{padding:28px 22px!important}.services-outro h3{font-size:26px!important}.services-outro .button{margin-top:20px}
 .cta{padding:26px 22px}.cta h2{font-size:29px}.cta p{font-size:16px}.cta .button{width:100%;gap:12px;justify-content:space-between}
 .page-heading{padding:36px 0}.page-heading h1{font-size:35px;line-height:1.12;letter-spacing:-1px}.solution summary h2{font-size:21px}.solution summary .eyebrow{font-size:12px}.solution summary p{font-size:15px}.solution .plus{width:30px;height:30px}.case{padding:20px}
 .form-layout form{padding:20px 16px}.form-row{grid-template-columns:1fr;gap:0}.help{font-size:14px;line-height:1.55}.legal dl{display:block}.legal dt{padding-bottom:5px;border:0}.legal dd{padding-top:0;overflow-wrap:anywhere}
 footer{padding-top:32px}.footer-top{gap:24px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.footer-links a{font-size:14px;line-height:1.4}.copyright{font-size:13px!important}.testimonial-card{padding:24px;min-height:0}
}
@media(prefers-reduced-motion:reduce){.fit-piece,.little-piece{animation:none!important;transform:none}.motion-toggle{display:none}.hero{scroll-behavior:auto}}

.mobile-contact{display:none}@media(max-width:480px){nav.open .mobile-contact{display:block}.hero h1{font-size:clamp(32px,9.2vw,36px)}}
