/* Website work has its own layout; shared navigation and other service pages stay independent. */
.website-page { --wd-line: rgba(207,218,255,.16); }
.website-page .wd-kicker { color: var(--sg-gold-light); font-size: 12px; font-weight: 650; letter-spacing: .025em; margin-bottom: 16px; }
.web-hero-benefits { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; color: var(--sg-gold-light); }
.web-hero-benefits span { display: flex; align-items: center; gap: 7px; font-size: 12px; }
.web-hero-benefits svg,.web-project-tags svg,.web-project-list svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.web-project-tags li,.web-project-list li { display: flex; align-items: flex-start; gap: 9px; padding-left: 0; }
.web-project-tags li::before,.web-project-list li::before { content: none; }
.web-project-tags svg,.web-project-list svg { color: var(--sg-gold-light); margin-top: 1px; }
.web-section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 64px; margin-bottom: 38px; }
.web-section-heading > div:last-child > p { color: var(--sg-text); font-size: 16px; line-height: 1.8; max-width: 500px; margin-bottom: 14px; }
.web-purpose-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.web-purpose-card { overflow: hidden; border: 1px solid var(--wd-line); border-radius: 18px; background: var(--sg-raised); }
.web-purpose-art { position: relative; height: 288px; overflow: hidden; background: #141c40; border-bottom: 1px solid var(--wd-line); }
.web-purpose-art svg,.web-faq-section svg { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.web-art-label { position: absolute; top: 20px; left: 24px; color: #c3cbe0; font-size: 12px; z-index: 2; }
.web-browser-scene,.web-shop-scene,.web-before-after { display: grid; place-items: center; height: 100%; padding-top: 30px; }
.web-mini-browser { width: calc(100% - 44px); max-width: 350px; overflow: hidden; color: #11173f; background: #f7f8ff; border: 1px solid #cad2e3; border-radius: 10px; box-shadow: 0 15px 30px #05081f55; transform: rotate(-2deg); }
.web-mini-bar { height: 28px; display: flex; align-items: center; gap: 5px; padding-inline: 10px; background: #e8ecf5; border-bottom: 1px solid #d3daea; }
.web-mini-bar i { width: 5px; height: 5px; background: #aeb8cc; border-radius: 50%; }
.web-mini-bar span { margin-left: 8px; color: #667087; font-size: 9px; }
.web-company-hero { padding: 18px 20px; color: #f7f8ff; background: #1a2255; }
.web-company-hero strong,.web-company-hero span { display: block; }
.web-company-hero strong { font-size: 18px; }
.web-company-hero span { margin-block: 4px 10px; color: #c3cbe0; font-size: 10px; }
.web-company-hero b,.web-product-card b { display: inline-block; padding: 6px 10px; color: #11173f; background: #eba71d; border-radius: 5px; font-size: 9px; }
.web-service-boxes { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; padding: 13px 20px 16px; }
.web-service-boxes i { height: 31px; background: #e8ecf5; border-radius: 5px; }
.web-shop-scene { grid-template-columns: 150px 28px 150px; gap: 10px; color: #11173f; }
.web-product-card,.web-order-card { padding: 14px; background: #f7f8ff; border: 1px solid #d5dbea; border-radius: 12px; box-shadow: 0 12px 25px #05081f40; }
.web-product-card { transform: rotate(-3deg); }
.web-product-image { display: grid; place-items: center; height: 67px; color: #8b5e05; background: #fff0cb; border-radius: 8px; }
.web-product-image svg { width: 34px; height: 34px; }
.web-product-card strong,.web-product-card > span:not(.web-product-image) { display: block; }
.web-product-card strong { font-size: 12px; margin-top: 10px; }
.web-product-card > span { font-size: 10px; margin-block: 3px 8px; }
.web-flow-arrow { color: #f6c75f; font-size: 21px; }
.web-order-card { display: flex; flex-direction: column; align-items: center; text-align: center; transform: rotate(3deg); }
.web-order-card > span { display: grid; place-items: center; width: 38px; height: 38px; color: #11173f; background: #eba71d; border-radius: 50%; font-weight: 800; }
.web-order-card strong { font-size: 12px; margin-top: 10px; }
.web-order-card small { color: #667087; font-size: 9px; margin-top: 3px; }
.web-admin-panel { position: absolute; width: 370px; max-width: calc(100% - 44px); top: 59px; left: 50%; transform: translateX(-50%) rotate(1.5deg); color: #11173f; background: #f7f8ff; border: 1px solid #cad2e3; border-radius: 11px; overflow: hidden; box-shadow: 0 15px 30px #05081f55; }
.web-admin-top { display: flex; align-items: center; gap: 5px; padding: 10px 12px; color: #f7f8ff; background: #273459; }
.web-admin-top i { width: 5px; height: 5px; border-radius: 50%; background: #aeb8cc; }
.web-admin-top strong { font-size: 11px; margin-left: 8px; }
.web-admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; padding: 15px; }
.web-admin-stats span { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 12px 4px; background: #eef0f6; border-radius: 7px; }
.web-admin-stats svg { width: 23px; height: 23px; color: #8b5e05; }
.web-admin-stats b { font-size: 10px; }
.web-admin-update { display: flex; align-items: center; gap: 7px; padding: 10px 15px; font-size: 10px; background: #fff0cb; }
.web-admin-update i { width: 6px; height: 6px; background: #8b5e05; border-radius: 50%; }
.web-admin-update b { margin-left: auto; }
.web-before-after { grid-template-columns: 110px 27px 110px; gap: 17px; color: #f6c75f; }
.web-before-after > div { text-align: center; }
.web-before-after small { display: block; font-size: 10px; margin-bottom: 8px; }
.web-old-site,.web-new-site { display: block; height: 144px; padding: 12px 9px; background: #263151; border: 2px solid #66738e; border-radius: 8px; transform: rotate(-4deg); }
.web-old-site i { display: block; height: 7px; border: 1px solid #6e7a93; margin-bottom: 6px; }
.web-old-site i:nth-child(3),.web-old-site i:nth-child(4) { display: inline-block; width: 42%; height: 35px; margin: 4px 2px; }
.web-new-site { color: #11173f; background: #f7f8ff; border-color: #b8aa7e; transform: rotate(4deg); }
.web-new-site strong { display: block; font-size: 11px; text-align: left; }
.web-new-site i { display: block; height: 39px; margin-block: 9px; background: #fff0cb; border-radius: 5px; }
.web-new-site i + i { height: 4px; width: 65%; background: #d3daea; }
.web-new-site em { display: block; padding: 6px; font: 700 9px 'DM Sans',sans-serif; font-style: normal; background: #eba71d; border-radius: 4px; }
.web-purpose-copy { padding: 26px 28px 28px; }
.website-page .web-purpose-copy h3 { font-size: clamp(21px,1.9vw,25px); line-height: 1.25; letter-spacing: -.025em; margin-bottom: 12px; }
.web-purpose-copy > p { color: var(--sg-text); font-size: 15px; line-height: 1.8; }
.web-purpose-copy ul { display: flex; flex-wrap: wrap; gap: 7px 18px; list-style: none; padding: 0; margin: 20px 0 0; }
.web-purpose-copy li { display: flex; align-items: center; gap: 7px; color: #f5cd73; font-size: 12px; }
.web-purpose-copy li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.web-example-note { margin-top: 23px; text-align: center; color: var(--sg-muted); font-size: 12px; }
.web-process-section { background: #11173f; }
.web-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; margin: 0; padding: 0; list-style: none; }
.web-process-grid > li { padding-top: 18px; border-top: 1px solid #eba71d50; }
.web-step-number { display: block; color: var(--sg-gold-light); font-size: 12px; margin-bottom: 17px; }
.web-step-art { display: grid; place-items: center; height: 134px; border: 1px solid var(--wd-line); border-radius: 12px; background: #192147; margin-bottom: 22px; color: #11173f; }
.website-page .web-process-grid h3 { font-size: 21px; line-height: 1.3; margin-bottom: 12px; }
.web-process-grid p { color: var(--sg-text); font-size: 14px; line-height: 1.8; }
.web-talk-art { width: 150px; }
.web-talk-art span { display: block; width: fit-content; padding: 8px 11px; border-radius: 9px 9px 9px 2px; background: #f7f8ff; font-size: 10px; }
.web-talk-art span + span { margin: 9px 0 0 auto; background: #f7dda0; border-radius: 9px 9px 2px 9px; }
.web-design-art { display: flex; align-items: flex-end; gap: 12px; }
.web-design-art > span,.web-design-art > b { display: grid; gap: 5px; padding: 10px; background: #f7f8ff; border-radius: 7px; transform: rotate(-5deg); }
.web-design-art > span { width: 94px; height: 70px; }
.web-design-art > b { width: 46px; height: 85px; transform: rotate(5deg); }
.web-design-art i { border: 1px solid #b3bdd1; border-radius: 2px; }
.web-design-art i:first-child { background: #f7dda0; border-color: #dcc58e; }
.web-build-art { display: flex; align-items: center; gap: 14px; }
.web-build-art span { padding: 17px 13px; border-radius: 8px; background: #f7f8ff; font: 700 17px monospace; }
.web-build-art b { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: #eba71d; }
.web-launch-art { width: 174px; overflow: hidden; border: 1px solid #cad2e3; border-radius: 8px; background: #f7f8ff; }
.web-launch-art span { display: block; padding: 9px; color: #667087; background: #e8ecf5; font-size: 9px; }
.web-launch-art b { display: block; padding: 22px; text-align: center; font-size: 16px; }
.web-cost-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--wd-line); scroll-margin-top: 100px; }
.website-page .web-cost-intro h3 { font-size: 32px; margin-bottom: 16px; }
.web-cost-intro > p:not(.wd-kicker) { max-width: 450px; color: var(--sg-text); font-size: 15px; line-height: 1.8; }
.web-cost-intro .wd-link { margin-top: 14px; }
.web-estimate-card { max-width: 370px; margin: 28px 10px 0; color: #11173f; background: #f7f8ff; border: 1px solid #cad2e3; border-radius: 11px; overflow: hidden; transform: rotate(-2deg); box-shadow: 6px 6px 0 #2b355b; }
.web-estimate-card > div { padding: 13px 16px; background: #e8ecf5; }
.web-estimate-card strong,.web-estimate-card > div span { display: block; }
.web-estimate-card strong { font-size: 12px; }.web-estimate-card > div span { color: #667087; font-size: 9px; margin-top: 2px; }
.web-estimate-card p { display: flex; justify-content: space-between; padding: 10px 16px; border-bottom: 1px solid #d5dbea; font-size: 10px; }.web-estimate-card p b { color: #667087; }.web-estimate-card em { display: block; padding: 11px 16px; color: #11173f; background: #fff0cb; font-size: 10px; font-style: normal; font-weight: 700; }
.web-cost-list { margin: 0; padding: 0; list-style: none; align-self: center; }
.web-cost-list li { display: flex; gap: 21px; padding-block: 27px; border-bottom: 1px solid var(--wd-line); color: var(--sg-text); font-size: 14px; line-height: 1.8; }.web-cost-list li:first-child{padding-top:0}.web-cost-list li:last-child{border:0;padding-bottom:0}.web-cost-list li>span { display: grid; place-items: center; flex: 0 0 45px; height: 45px; color: #f6c75f; border: 1px solid #eba71d50; border-radius: 11px; background: #192147; font-size: 11px; }.web-cost-list strong { display: block; color: var(--sg-white); font-family: 'Space Grotesk',sans-serif; font-size: 22px; font-weight: 550; margin-bottom: 9px; }
.web-faq-question { display: flex; align-items: flex-start; gap: 14px; line-height: 1.6; flex: 1; }.web-faq-question svg { width: 21px; height: 21px; margin-top: 2px; color: var(--sg-gold-light); flex-shrink: 0; }.web-faq-section .wd-faq details[open] summary>.web-faq-question{transform:none}.web-faq-section .wd-faq details p{padding-left:35px}.web-agreement-art{max-width:320px;padding:8px 13px 16px;margin-block:18px}.web-agreement-art>div{padding:20px;color:#11173f;background:#f7f8ff;border:1px solid #d5dbea;border-radius:11px;transform:rotate(-3deg);box-shadow:7px 7px 0 #2b355b}.web-agreement-art strong{display:block;font:600 18px 'Space Grotesk',sans-serif;margin-bottom:12px}.web-agreement-art span{display:flex;align-items:center;gap:10px;padding-block:10px;border-bottom:1px solid #d5dbea;font-size:12px}.web-agreement-art span:last-child{border:0}.web-agreement-art svg{width:20px;height:20px}.web-agreement-art b{margin-left:auto;color:#8b5e05}
.web-final-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }.web-final-grid p:not(.wd-kicker){max-width:530px;line-height:1.8}.web-final-grid .sp-button{margin-top:24px}.web-idea-visual{padding:22px}.web-idea-visual>div{display:grid;grid-template-columns:115px 22px 155px 54px;align-items:center;gap:11px;max-width:390px;margin:auto;color:#11173f}.web-idea-paper,.web-idea-screen,.web-idea-mobile{position:relative;display:block;background:#f7f8ff;border:1px solid #d5dbea;box-shadow:5px 5px 0 #35415f}.web-idea-paper{height:160px;padding:16px;border-radius:8px;transform:rotate(-6deg)}.web-idea-paper strong{display:block;font-size:12px;margin-bottom:13px}.web-idea-paper svg{width:32px;height:32px;color:#8b5e05;margin-bottom:13px}.web-idea-paper i{display:block;width:100%;height:4px;background:#d0d7e6;border-radius:2px;margin-bottom:7px}.web-idea-paper i:last-child{width:60%}.web-idea-visual b{color:#f6c75f}.web-idea-screen{height:137px;padding:15px;border-radius:8px;transform:rotate(3deg)}.web-idea-screen strong{font-size:12px}.web-idea-screen i{display:block;height:35px;margin-block:10px;background:#fff0cb;border-radius:5px}.web-idea-screen i+i{height:4px;width:60%;background:#d0d7e6}.web-idea-screen em,.web-idea-mobile em{display:block;padding:6px;text-align:center;background:#eba71d;border-radius:4px;font-size:9px;font-style:normal;font-weight:700}.web-idea-mobile{height:155px;padding:16px 6px 8px;border:3px solid #a4a38f;border-radius:13px;transform:rotate(7deg)}.web-idea-mobile:before{content:'';position:absolute;width:16px;height:3px;top:7px;left:calc(50% - 8px);background:#aab4c7;border-radius:3px}.web-idea-mobile strong{display:block;font-size:9px;margin-block:10px 38px;text-align:center}.web-idea-mobile i{display:block;height:27px;background:#fff0cb;border-radius:4px}
@media(max-width:1100px){.web-process-grid{grid-template-columns:repeat(2,1fr)}.web-cost-section{gap:44px}.web-final-grid{gap:30px}}
@media(max-width:900px){.web-section-heading{gap:36px}.web-purpose-grid{gap:22px}.web-purpose-copy{padding:23px}.web-shop-scene{grid-template-columns:125px 20px 125px}.web-cost-section{grid-template-columns:1fr 1fr;gap:32px}.web-final-grid{grid-template-columns:1fr 1fr;gap:20px}.web-idea-visual{padding:10px}.web-idea-visual>div{grid-template-columns:100px 18px 125px 45px;gap:7px}}
@media(max-width:700px){.web-section-heading,.web-cost-section,.web-final-grid{grid-template-columns:1fr}.web-section-heading{gap:20px;margin-bottom:30px}.web-section-heading h2 br{display:none}.web-purpose-grid{grid-template-columns:1fr}.web-purpose-copy{padding:24px}.web-purpose-copy>p{font-size:15px}.web-example-note{text-align:left}.web-cost-section{gap:38px;margin-top:40px;padding-top:36px}.web-faq-section .wd-faq details p{padding-left:0}.web-agreement-art{max-width:290px}.web-final-grid{gap:32px}.web-idea-visual{max-width:390px;width:100%;margin:auto}}
@media(max-width:420px){.web-process-grid{grid-template-columns:1fr}.web-process-grid>li{display:grid;grid-template-columns:105px 1fr;gap:0 16px}.web-step-number{grid-column:1}.web-step-art{grid-column:1;grid-row:2/4;height:112px;margin:0;overflow:hidden}.web-process-grid h3{grid-column:2;grid-row:2}.web-process-grid p{grid-column:2;grid-row:3;font-size:13px}.web-design-art,.web-build-art{transform:scale(.58)}.web-talk-art{width:88px}.web-talk-art span{padding:6px 7px;font-size:8px}.web-launch-art{width:90px}.web-launch-art span{padding:7px 8px;font-size:7px}.web-launch-art b{padding:17px 5px;font-size:12px}.web-shop-scene{grid-template-columns:96px 13px 96px;gap:5px}.web-product-card,.web-order-card{transform:none}.web-before-after{grid-template-columns:95px 20px 95px;gap:8px}.web-idea-visual>div{grid-template-columns:88px 14px 116px 40px;gap:5px}.web-idea-paper{padding:12px}.web-idea-screen{padding:11px}.web-idea-mobile{padding-inline:4px}}
.website-page .wd-section { padding-block: 88px; }
.website-page :is(.wd-section,.wd-cta) h2 { max-width: 700px; font-size: clamp(30px,3vw,44px); line-height: 1.15; letter-spacing: -.045em; }
.website-page .wd-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; color: var(--sg-gold-light); font-size: 14px; font-weight: 650; text-underline-offset: 6px; }
.website-page .wd-link:hover { text-decoration: underline; }
.website-page .wd-link span { font-size: 19px; }
.wd-hero { background: var(--sg-deep); border-bottom: 1px solid var(--wd-line); padding-top: 22px; overflow: hidden; }
.wd-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--sg-muted); font-size: 12px; min-height: 28px; }
.wd-breadcrumb a { padding-block: 6px; }
.wd-breadcrumb a:hover { color: var(--sg-gold-light); }
.wd-hero-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.15fr); gap: 60px; align-items: center; padding: 26px 0 42px; }
.website-page .wd-hero h1 { font-size: clamp(42px,4.2vw,62px); line-height: 1.06; font-weight: 550; letter-spacing: -.055em; max-width: 510px; text-wrap: initial; }
.website-page .wd-lead { margin-top: 24px; font-size: 19px; line-height: 1.6; color: var(--sg-white); max-width: 480px; }
.website-page .wd-hero-detail { color: var(--sg-text); margin-top: 16px; font-size: 14px; line-height: 1.8; max-width: 460px; }
.wd-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 26px; }
.wd-actions .sp-button { padding-inline: 22px; }
.wd-hero-visual { position: relative; height: 418px; padding-top: 28px; }
.wd-visual-label { position: absolute; inset: 0 auto auto 0; font-size: 11px; color: var(--sg-text); }
.wd-browser { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #d3d9e4; box-shadow: 0 16px 36px #05091c30; }
.wd-browser-bar { height: 29px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-inline: 12px; color: #536070; background: #f0f2f6; font: 500 9px/1.2 'DM Sans',sans-serif; border-bottom: 1px solid #e2e5ea; }
.wd-browser-dots { display: flex; gap: 4px; flex-shrink: 0; }
.wd-browser-dots i { width: 5px; height: 5px; border-radius: 50%; background: #c1c7d1; }
.wd-browser-bar > span:last-child { font-size: 14px; }
.wd-hero-browser { display: block; margin-left: 20px; transform: rotate(-2deg); transition: transform 220ms ease; }
.wd-hero-browser:hover { transform: rotate(-1deg) translateY(-3px); }
.wd-hero-screen { height: 288px; overflow: hidden; }
.wd-hero-screen img { width: 100%; }
.wd-hero-float { display: block; width: 58%; position: absolute; bottom: 16px; right: -8px; transform: rotate(3deg); box-shadow: 0 14px 45px #02051e88; transition: transform 220ms ease; }
.wd-hero-float:hover { transform: rotate(1deg) translateY(-3px); }
.wd-hero-float img { width: 100%; }
.wd-visual-note { position: absolute; bottom: 3px; left: 0; width: 38%; color: var(--sg-muted); font-size: 11px; line-height: 1.7; }
.wd-visual-note > span { display: block; color: var(--sg-gold); font-size: 23px; }
.wd-project-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 22px; padding-block: 18px; border-top: 1px solid var(--wd-line); }
.wd-project-strip > span { color: var(--sg-muted); font-size: 11px; }
.wd-project-strip a { font-family: 'Space Grotesk',sans-serif; color: var(--sg-text); font-size: 15px; padding-block: 8px; transition: color 160ms; }
.wd-project-strip a:hover { color: var(--sg-gold-light); }
.wd-section-heading { display: flex; gap: 48px; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.wd-section-heading > p { color: var(--sg-text); font-size: 15px; line-height: 1.8; max-width: 365px; }
.wd-work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.wd-project, .wd-feature-project, .wd-takeoff, .wd-tools { scroll-margin-top: 110px; }
.wd-project-preview { position: relative; display: block; padding: 36px 32px 58px; border-radius: 14px; border: 1px solid var(--wd-line); overflow: hidden; }
.wd-preview-bruhm { background: #1b3154; }
.wd-preview-carnic { background: #2c3040; }
.wd-project-preview .wd-browser { transition: transform 250ms ease,box-shadow 250ms ease; }
.wd-project-preview:hover .wd-browser { transform: translateY(-6px); box-shadow: 0 20px 40px #0006; }
.wd-project-screen { height: 282px; overflow: hidden; }
.website-page .wd-project-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.wd-preview-label { position: absolute; bottom: 19px; left: 32px; color: #d2d9e7; font-size: 11px; }
.wd-project-copy { padding: 24px 2px 0; }
.website-page .wd-project-type { color: var(--sg-muted); font-size: 12px; margin-bottom: 8px; }
.wd-project-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.website-page .wd-project-title h3 { font-size: 31px; letter-spacing: -.04em; }
.wd-round-link { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border: 1px solid var(--wd-line); border-radius: 50%; font-size: 21px; color: var(--sg-gold-light)!important; transition: background 160ms,color 160ms; }
.wd-round-link:hover { background: var(--sg-gold); color: var(--sg-deep)!important; }
.wd-project-copy > p:not(.wd-project-type) { color: var(--sg-text); max-width: 490px; font-size: 15px; line-height: 1.75; }
.wd-tags { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 8px 18px; margin: 20px 0 0; }
.wd-tags li { color: #aebbd3; font-size: 11px; padding-left: 10px; position: relative; }
.wd-tags li:before { content: ''; width: 3px; height: 3px; border-radius: 50%; background: var(--sg-gold); position: absolute; left: 0; top: .7em; }
.wd-feature-project { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr); align-items: center; gap: 44px; padding-block: 44px; margin-top: 44px; border-block: 1px solid var(--wd-line); }
.wd-twseel-preview { display: block; background: #30293e; padding: 28px; border: 1px solid var(--wd-line); border-radius: 14px; }
.wd-twseel-preview .wd-browser { transition: transform 220ms ease; }
.wd-twseel-preview:hover .wd-browser { transform: translateY(-4px); }
.wd-twseel-preview img { width: 100%; }
.website-page .wd-feature-copy h3 { font-size: 34px; margin-bottom: 12px; }
.wd-feature-copy > p:not(.wd-project-type) { font-size: 15px; color: var(--sg-text); line-height: 1.8; }
.wd-feature-list { list-style: none; padding: 0; margin: 20px 0 14px; }
.wd-feature-list li { padding-left: 20px; position: relative; font-size: 13px; color: var(--sg-text); margin-block: 8px; }
.wd-feature-list li:before { content: '✓'; position: absolute; left: 0; color: var(--sg-gold-light); }
.wd-more-work { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; padding-top: 44px; }
.wd-takeoff { padding: 30px; background: var(--sg-raised); border: 1px solid var(--wd-line); border-radius: 14px; }
.wd-takeoff-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
.wd-plane { width: 36px; height: 36px; color: var(--sg-gold-light); flex-shrink: 0; }
.website-page .wd-takeoff h3 { font-size: 30px; margin-bottom: 14px; }
.wd-takeoff > p { color: var(--sg-text); font-size: 14px; line-height: 1.8; }
.wd-service-path { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-block: 24px 16px; padding-block: 18px; border-block: 1px solid var(--wd-line); font-size: 11px; color: var(--sg-white); }
.wd-service-path > span[aria-hidden] { color: var(--sg-gold); }
.wd-tools { padding-top: 8px; }
.website-page .wd-tools h3 { font-size: 27px; margin-bottom: 12px; }
.wd-tool-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 21px; border-bottom: 1px solid var(--wd-line); }
.wd-tool-row strong { font-size: 17px; font-weight: 550; display: block; margin-bottom: 6px; }
.wd-tool-row small { display: block; color: var(--sg-text); font-size: 13px; line-height: 1.6; max-width: 360px; }
.wd-tool-row > span:last-child { color: var(--sg-gold-light); font-size: 23px; }
.wd-tool-row:hover strong { color: var(--sg-gold-light); }
.wd-tools > .wd-link { margin-top: 14px; }
.wd-scope { background: var(--sg-deep); border-block: 1px solid var(--wd-line); }
.wd-scope-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 100px; }
.wd-scope-intro > p:not(.wd-kicker) { color: var(--sg-text); margin-block: 24px 20px; max-width: 400px; font-size: 15px; line-height: 1.8; }
.wd-scope-list article { display: flex; gap: 24px; padding-block: 24px; border-bottom: 1px solid var(--wd-line); }
.wd-scope-list article:first-child { padding-top: 0; }
.wd-scope-list article:last-child { border: 0; padding-bottom: 0; }
.wd-scope-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; border: 1px solid #eba71d45; border-radius: 10px; color: var(--sg-gold-light); }
.wd-scope-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.website-page .wd-scope-list h3 { font-size: 20px; margin-bottom: 8px; }
.wd-scope-list p { color: var(--sg-text); font-size: 14px; line-height: 1.75; }
.wd-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; list-style: none; margin: 0; padding: 0; }
.wd-steps li { padding-top: 22px; border-top: 1px solid var(--wd-line); }
.wd-step-number { display: block; color: var(--sg-gold-light); font-size: 12px; font-variant-numeric: tabular-nums; margin-bottom: 25px; }
.website-page .wd-steps h3 { font-size: 20px; margin-bottom: 14px; }
.wd-steps p { color: var(--sg-text); font-size: 14px; line-height: 1.8; }
.wd-faq-section { background: var(--sg-deep); border-top: 1px solid var(--wd-line); }
.wd-faq-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 90px; }
.website-page .wd-faq-intro { color: var(--sg-text); font-size: 15px; margin-block: 22px 16px; max-width: 350px; }
.wd-faq details { border-bottom: 1px solid var(--wd-line); }
.wd-faq details:first-child { border-top: 1px solid var(--wd-line); }
.wd-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 23px; cursor: pointer; list-style: none; font-size: 16px; line-height: 1.5; font-weight: 550; }
.wd-faq summary::-webkit-details-marker { display: none; }
.wd-faq summary > span { color: var(--sg-gold-light); font-size: 22px; line-height: 1; flex-shrink: 0; transition: transform 180ms; }
.wd-faq details[open] summary > span { transform: rotate(45deg); }
.wd-faq details[open] summary { color: var(--sg-gold-light); }
.wd-faq details p { color: var(--sg-text); font-size: 14px; line-height: 1.8; padding: 0 36px 24px 0; }
.wd-cta { background: var(--sg-raised); border-block: 1px solid #eba71d38; padding-block: 64px; }
.wd-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.wd-cta p:not(.wd-kicker) { color: var(--sg-text); margin-top: 20px; font-size: 15px; }
.wd-cta .sp-button { flex-shrink: 0; }
@media (max-width: 1199px) {
  .wd-hero-grid { gap: 38px; }
  .website-page .wd-hero h1 { font-size: 50px; }
  .wd-hero-visual { height: 370px; }
  .wd-hero-screen { height: 258px; }
  .wd-project-strip { justify-content: flex-start; column-gap: 28px; }
  .wd-project-preview { padding: 24px 24px 52px; }
  .wd-project-screen { height: 235px; }
  .wd-more-work { gap: 36px; }
  .wd-scope-grid, .wd-faq-grid { gap: 56px; }
}
@media (max-width: 900px) {
  .website-page .wd-section { padding-block: 64px; }
  .wd-hero-grid { gap: 28px; grid-template-columns: 1fr 1fr; }
  .website-page .wd-hero h1 { font-size: 44px; }
  .website-page .wd-lead { font-size: 17px; }
  .wd-hero-visual { height: 330px; }
  .wd-hero-screen { height: 210px; }
  .wd-hero-browser { margin-left: 4px; }
  .wd-hero-float { width: 76%; bottom: 28px; }
  .wd-visual-note { width: 100%; bottom: -10px; }
  .wd-visual-note > span { display: inline; padding-right: 8px; }
  .wd-actions { gap: 10px 20px; }
  .wd-section-heading { gap: 32px; }
  .wd-section-heading > p { max-width: 300px; }
  .wd-work-grid { gap: 24px; }
  .wd-project-preview { padding: 22px 18px 50px; }
  .wd-project-screen { height: 195px; }
  .wd-preview-label { left: 18px; }
  .wd-feature-project { gap: 28px; }
  .wd-twseel-preview { padding: 18px; }
  .wd-more-work { grid-template-columns: 1fr 1fr; gap: 28px; }
  .wd-takeoff { padding: 24px; }
  .wd-scope-grid, .wd-faq-grid { gap: 40px; grid-template-columns: .85fr 1.15fr; }
  .wd-scope-list article { gap: 16px; }
  .wd-steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .wd-cta-inner { gap: 28px; }
  .wd-cta .sp-button { padding-inline: 18px; }
}
@media (max-width: 700px) {
  .wd-hero-grid { grid-template-columns: 1fr; gap: 36px; padding: 26px 0 36px; }
  .website-page .wd-hero h1 { font-size: clamp(38px,8.6vw,54px); max-width: 500px; }
  .website-page .wd-hero-detail { max-width: 540px; }
  .wd-hero-visual { height: 360px; max-width: 540px; width: 100%; }
  .wd-hero-browser { margin-left: 12px; margin-right: 6px; }
  .wd-hero-screen { height: 250px; }
  .wd-hero-float { width: 60%; bottom: 8px; right: 4px; }
  .wd-visual-note { width: 34%; bottom: 0; line-height: 1.6; }
  .wd-visual-note > span { display: block; }
  .wd-project-strip { gap: 4px 22px; padding-block: 20px; }
  .wd-project-strip > span { width: 100%; margin-bottom: 5px; }
  .wd-project-strip a { font-size: 14px; }
  .wd-section-heading { display: block; margin-bottom: 30px; }
  .wd-section-heading > p { max-width: 530px; margin-top: 20px; font-size: 14px; }
  .wd-work-grid { grid-template-columns: 1fr; gap: 36px; }
  .wd-project-screen { height: auto; aspect-ratio: 1.75; }
  .wd-project-preview { padding: 24px 24px 54px; }
  .wd-project-copy { padding-top: 20px; }
  .wd-preview-label { left: 24px; }
  .wd-feature-project { grid-template-columns: 1fr; gap: 24px; padding-block: 36px; margin-top: 36px; }
  .wd-twseel-preview { padding: 24px; }
  .wd-more-work { grid-template-columns: 1fr; gap: 36px; padding-top: 36px; }
  .wd-scope-grid, .wd-faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .wd-scope-intro > p:not(.wd-kicker), .website-page .wd-faq-intro { max-width: 520px; }
  .wd-cta-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .wd-cta { padding-block: 48px; }
}
@media (max-width: 420px) {
  .website-page .wd-section { padding-block: 52px; }
  .wd-hero-visual { height: 295px; }
  .wd-hero-screen { height: 195px; }
  .wd-hero-float { width: 65%; bottom: 15px; }
  .wd-visual-note { font-size: 10px; width: 30%; }
  .wd-hero-detail { font-size: 13px; }
  .wd-actions { gap: 10px 20px; }
  .wd-actions .sp-button { padding: 13px 19px; font-size: 13px; min-height: 48px; }
  .wd-project-preview { padding: 18px 16px 49px; }
  .wd-preview-label { left: 16px; }
  .wd-browser-bar { padding-inline: 8px; gap: 8px; font-size: 8px; height: 25px; }
  .wd-browser-dots { gap: 3px; }
  .wd-browser-dots i { width: 4px; height: 4px; }
  .wd-twseel-preview { padding: 16px; }
  .wd-tags { gap: 7px 12px; }
  .wd-takeoff { padding: 22px; }
  .wd-service-path { align-items: flex-start; flex-direction: column; gap: 6px; }
  .wd-service-path > span[aria-hidden] { transform: rotate(90deg); }
  .wd-steps { grid-template-columns: 1fr; gap: 24px; }
  .wd-step-number { margin-bottom: 12px; }
  .wd-faq summary { font-size: 15px; gap: 18px; }
}
@media (min-width: 1101px) and (max-height: 760px) {
  .wd-hero { padding-top: 12px; }
  .wd-hero-grid { padding-block: 18px 28px; }
  .website-page .wd-hero h1 { font-size: 50px; }
  .website-page .wd-lead { margin-top: 18px; font-size: 17px; }
  .website-page .wd-hero-detail { margin-top: 12px; }
  .wd-hero-visual { height: 335px; }
  .wd-hero-screen { height: 225px; }
  .wd-hero-float { width: 51%; bottom: 10px; }
  .wd-project-strip { padding-block: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .website-page :is(.wd-browser,.wd-hero-browser,.wd-hero-float,.wd-round-link,.wd-faq summary > span) { transition: none; }
  .wd-hero-browser:hover { transform: rotate(-2deg); }
  .wd-hero-float:hover { transform: rotate(3deg); }
  .wd-project-preview:hover .wd-browser, .wd-twseel-preview:hover .wd-browser { transform: none; }
}

/* Web application path: connect customer and staff screens to operations. */
.web-application-section { background: #0d1434; border-block: 1px solid var(--wd-line); }
.web-application-flow { display: grid; grid-template-columns: 1fr 1fr 1.15fr 1fr; gap: 18px; align-items: stretch; margin-top: 42px; }
.web-app-screen,.web-app-hub { position: relative; min-width: 0; min-height: 190px; padding: 25px; border: 1px solid #ffffff18; border-radius: 18px; overflow: hidden; }
.web-app-screen { display: flex; flex-direction: column; justify-content: flex-end; color: var(--sg-white); background: linear-gradient(155deg,#1e294f,#121a3a); }
.web-app-screen::before { content: ''; position: absolute; inset: 48px 24px auto; height: 54px; border-radius: 9px; background: linear-gradient(90deg,#ffffff0c 30%,#eba71d22 30% 48%,#ffffff0c 48%); box-shadow: 0 13px 0 #ffffff08; }
.web-app-window { position: absolute; display: flex; gap: 5px; top: 20px; left: 24px; }
.web-app-window i { width: 5px; height: 5px; border-radius: 50%; background: #8190b0; }
.web-app-screen strong,.web-app-screen small,.web-app-hub strong,.web-app-hub small,.web-app-hub span { position: relative; z-index: 1; display: block; }
.web-app-screen strong { font-size: 17px; margin-bottom: 8px; }
.web-app-screen small { color: var(--sg-text); font-size: 11px; line-height: 1.6; }
.web-app-hub { display: grid; align-content: center; text-align: center; color: #11173f; background: linear-gradient(145deg,#f5cd73,#eba71d); border-color: #f5cd73; }
.web-app-hub span { margin-bottom: 18px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.web-app-hub strong { font-size: 20px; line-height: 1.3; margin-bottom: 11px; }
.web-app-hub small { font-size: 11px; line-height: 1.6; }
.web-app-admin::after { content: ''; position: absolute; width: 90px; height: 90px; border-radius: 50%; right: -38px; bottom: -45px; background: #4fd1c5; opacity: .16; }
.web-enterprise-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin-top: 28px; background: #ffffff18; border: 1px solid #ffffff18; }
.web-enterprise-grid article { padding: 25px; background: #111a3b; }
.web-enterprise-grid span { display: block; color: #f5cd73; font-size: 11px; letter-spacing: .14em; margin-bottom: 24px; }
.website-page .web-enterprise-grid h3 { color: var(--sg-white); font-size: 18px; margin-bottom: 10px; }
.web-enterprise-grid p { color: var(--sg-text); font-size: 13px; line-height: 1.75; }
.web-app-proof { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 28px; padding: 20px 24px; border-left: 2px solid var(--sg-gold); background: #ffffff05; }
.web-app-proof p { color: var(--sg-text); font-size: 13px; line-height: 1.7; max-width: 650px; }
.web-app-proof p strong { color: var(--sg-white); }
.web-app-proof div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }
.web-app-proof a { color: #f5cd73; font-size: 12px; text-decoration: none; border-bottom: 1px solid #eba71d55; }
@media (prefers-reduced-motion:no-preference) {
  .web-app-screen { transition: transform .28s ease,border-color .28s ease; }
  .web-app-screen:hover { transform: translateY(-5px); border-color: #eba71d70; }
}
@media (max-width:1000px) {
  .web-application-flow,.web-enterprise-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .web-application-flow,.web-enterprise-grid { grid-template-columns: 1fr; }
  .web-app-screen,.web-app-hub { min-height: 168px; }
  .web-app-proof { align-items: flex-start; flex-direction: column; }
  .web-app-proof div { justify-content: flex-start; }
}
@media (prefers-reduced-motion:reduce) {
  .web-app-screen { transition: none; }
}
