/* Vjobo visual system. Existing layout and workflow hooks remain in app.css. */

*{letter-spacing:0!important}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{font-size:15px}
.app{background:var(--bg)}
.brand{font-size:23px;font-weight:800}
.brand .dot{box-shadow:none;border-radius:6px;background-color:#284d39;filter:none}
.btn{font-weight:600;border-radius:5px;min-height:44px;transition:background .16s,color .16s,border-color .16s}
.btn.primary,.login .btn.primary{background:var(--accent);color:#fff;box-shadow:none}
.btn.primary:hover{background:#1b3829}
.btn.ghost:hover{background:#e8ebde;border-color:#8eab98}
.btn:focus-visible,a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid #746124;outline-offset:4px}
.input,select,textarea{border-radius:5px;background:#fcfaf4;min-height:44px}
.input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px rgb(36 99 71 / 12%)}
input[type=checkbox]{accent-color:var(--accent)}
.card{box-shadow:var(--shadow)}
header.top{background:#fcfaf4}
.kpi b{font-size:23px}
.kpi .card{border-top:3px solid #284d39}
.kpi .card:nth-child(2){border-top-color:#c4a64d}
.kpi .card:nth-child(3){border-top-color:#83916f}
.chip{border-radius:4px;background:#f4f1e9}
.chip.ok{background:#e8f2e9;border-color:#bbd5c0}
.chip.warn{background:#fcf4df;border-color:#dfcd95}
.chip.acc{background:#e9edde;border-color:#cbd3bc;color:#47593b}
.check.invoiced-toggle{min-width:24px;min-height:24px;padding:0}
.check.invoiced-toggle:disabled{opacity:.5;cursor:wait}
th{background:#eeeee3;padding:13px 10px}
td{padding:15px 10px}
tr:hover td{background:#f3f4e9}
.fab{background:#284d39;color:#fff;box-shadow:0 5px 15px rgb(20 35 24 / 20%)}
.error-box,.notice-box{border-radius:5px}
.login-wrap{max-width:480px}
.login{--login-muted:#586252}
.login .brand{font-size:36px;margin-bottom:18px}
.login .card{padding:32px;border-top:3px solid #284d39}
.login .btn.block{margin-top:22px}
.login label{font-size:13px;font-weight:600}
.login p.sub{opacity:1;color:var(--muted);max-width:340px;line-height:1.6}
.login-hint{line-height:1.6}
.login-lang a{text-underline-offset:4px}
body.login-page{background:#eceee1}
.marketing-page{background:#fcfaf4}
.marketing-page .app{max-width:none;background:#fcfaf4}
.marketing-page header.top{padding:22px max(32px,calc((100% - 1320px)/2));gap:24px;min-height:84px;border-color:#e5e9e3}
.marketing-page .brand{font-size:28px}
.marketing-page .topbar-actions{gap:20px;flex-wrap:wrap}
.marketing-page .topbar-actions .btn.ghost{padding:8px 0;border:0;font-size:14px}
.marketing-page .topbar-actions .btn.ghost:hover{background:none;color:var(--accent)}
.marketing-page .topbar-actions .btn.primary{padding:12px 20px;font-size:14px}
.marketing-page main{padding:0 32px;max-width:1384px;width:100%;margin:0 auto}
.landing-page main{max-width:none;padding:0}
.marketing-page .small{font-size:14px;line-height:1.65}
.marketing-page h2,.marketing-page .section-title{text-transform:none;color:var(--text);line-height:1.12;font-size:44px;font-weight:600;text-wrap:balance}
.marketing-page h3{font-size:21px;font-weight:600;line-height:1.3}
.marketing-page .eyebrow{font-size:11px;font-weight:700;line-height:1.5;margin-bottom:20px;color:#52644e}
.field-hero{position:relative;min-height:580px;height:min(720px,calc(100svh - 150px));isolation:isolate;display:flex;align-items:center;background:#26382e;color:#fff;overflow:hidden}
.field-hero-image{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:65% 46%;
  animation:hero-kenburns 20s ease-in-out infinite alternate;transform-origin:60% 40%}
.field-hero:before{content:"";position:absolute;inset:-20% -60%;z-index:-2;
  background:linear-gradient(100deg, transparent 30%, rgb(215 197 128 / 28%) 48%, rgb(255 255 255 / 12%) 52%, transparent 62%);
  animation:hero-sweep 9s ease-in-out infinite}
.field-hero:after{content:"";position:absolute;inset:0;background:rgb(9 23 17 / 47%);z-index:-1}
@keyframes hero-kenburns{0%{transform:scale(1.03)}100%{transform:scale(1.1) translateX(-1%)}}
@keyframes hero-sweep{0%{transform:translateX(-30%)}50%{transform:translateX(20%)}100%{transform:translateX(-30%)}}
@media(prefers-reduced-motion:reduce){
  .field-hero-image{animation:none}
  .field-hero:before{animation:none;display:none}
}
.hero-content{width:100%;max-width:1384px;margin:0 auto;padding:40px 32px}
.field-hero .eyebrow{color:#dfefdb;margin-bottom:16px}
.field-hero h1{font-size:100px;line-height:1;font-weight:600;margin:0 0 16px;text-shadow:0 2px 12px rgb(0 0 0 / 12%)}
.field-hero h1 span{color:#d7c580}
.hero-statement{font-size:40px;line-height:1.12;font-weight:500;margin:0 0 20px}
.hero-description{font-size:16px;line-height:1.6;max-width:420px;margin:0 0 26px;text-shadow:0 1px 5px #17271e}
.field-hero .button-row{gap:24px;display:flex}
.field-hero .btn.primary{background:#d7c580;color:#203222;min-height:50px;padding:14px 22px}
.field-hero .btn.primary:hover{background:#e4d49e}
.hero-secondary{color:#fff;font-size:14px;font-weight:600;text-underline-offset:6px}
.hero-note{font-size:12px;margin:18px 0 0;color:#e2e9df}
.hero-caption{position:absolute;right:32px;bottom:24px;font-size:10px;color:#e2e9df}
.capability-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1384px;margin:auto;padding:30px 32px;border-bottom:1px solid var(--line);font-size:13px}
.capability-strip>span{display:flex;align-items:center;gap:10px}
.capability-strip>span:first-child{display:block;font-size:13px;line-height:1.6;color:var(--muted)}
.capability-strip strong{color:var(--text);font-weight:600}
.capability-strip svg{width:22px;height:22px;color:var(--accent)}
.page-section{padding:60px max(32px,calc((100% - 1320px)/2))}
.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:44px;margin-bottom:32px}
.section-heading-row h2{margin:0}
.section-heading-row>p{max-width:360px;font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 4px}
.product-toolbar{border:1px solid #d8dbcc;border-bottom:0;display:flex;align-items:center;gap:10px;padding:15px 20px;background:#efefe3;font-size:13px;border-radius:6px 6px 0 0}
.product-toolbar a{margin-left:auto;color:var(--accent);font-size:12px;font-weight:600;text-decoration:none}
.product-indicator{width:8px;height:8px;border-radius:50%;background:#5f9359}
.product-screenshot{display:block;border:1px solid #d8dbcc;border-radius:0 0 6px 6px;overflow:hidden}
.product-screenshot img{width:100%;height:auto;display:block}
.screenshot-caption{text-align:right;font-size:12px;color:var(--muted);margin:12px 0 0}
.workflow-section{background:#e9eddf}
.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;align-items:stretch}
.workflow-grid .card{height:100%}
.workflow-grid article{border-top:1px solid #adbca9;padding-top:24px}
.workflow-number{font-size:15px;color:#64765d}
.workflow-grid h3{margin:28px 0 12px}
.workflow-grid p,.feature-item p{font-size:15px;line-height:1.7;color:var(--muted);margin:0;text-wrap:balance}
.text-link{color:var(--accent);font-size:14px;font-weight:600;text-underline-offset:6px}
.feature-grid{gap:0 48px}
.feature-item{padding:32px 0;border-top:1px solid var(--line)}
.feature-icon{background:none;border:0;box-shadow:none;width:32px;height:32px;border-radius:0;color:#284d39;margin-bottom:20px}
.feature-icon svg{width:27px;height:27px}
.feature-item h3{margin:0 0 12px;text-wrap:balance}
.questions-section{display:grid;grid-template-columns:1fr 1.35fr;gap:72px;border-top:1px solid var(--line);align-items:center}
.questions-facts{display:flex;flex-direction:column;gap:20px;margin-top:36px;max-width:360px}
.questions-facts>div{display:flex;align-items:center;gap:14px}
.questions-facts .feature-icon{flex:0 0 auto;width:44px;height:44px;margin:0}
.questions-facts p{margin:0;font-size:14px;line-height:1.5;color:var(--muted)}
.questions-section h2{margin:0 0 24px}
.faq-item summary{font-size:16px;font-weight:500;padding:22px 0}
.faq-item p{line-height:1.75;font-size:15px}
.closing-section{background:#e3e8d5;text-align:center}
.closing-section h2{font-size:56px;margin:0 0 28px}
.closing-section p{font-size:12px;color:var(--muted);margin:14px 0 0}
.marketing-footer{padding:32px max(32px,calc((100% - 1320px)/2));gap:28px;align-items:center;justify-content:flex-start;border-top:1px solid var(--line);font-size:13px}
.marketing-footer a{text-decoration:none}
.marketing-footer a:hover{text-decoration:underline;text-underline-offset:4px}
.marketing-footer a:first-child{font-size:26px;font-weight:700;color:var(--text);margin-right:auto}
.marketing-page:not(.landing-page) main>section:first-child{padding:64px 0 32px!important}
.marketing-page:not(.landing-page) .section-head{max-width:660px}
.marketing-page:not(.landing-page) h1.section-title{font-size:46px!important;line-height:1.1}
.section-sub{font-size:16px;line-height:1.7}
.pricing-grid{gap:24px;padding:16px 0 40px}
.pricing-card{padding:32px!important;box-shadow:none;background:#f8f6ef}
.pricing-grid .card+.card{margin-top:0}
.workflow-grid .card+.card{margin-top:0}
.pricing-card.featured{border-color:#657650;box-shadow:none;background:#edf0df}
.pricing-price{font-size:32px;margin-top:28px}
.pricing-features li{font-size:14px;padding:10px 0}
.pricing-badge{background:#284d39;color:#fff;border-radius:4px;white-space:nowrap;font-size:11px;padding:6px 12px}
.marketing-page:not(.landing-page) main>section.card{background:#e3e8d5;border:0;box-shadow:none;border-radius:0}
.marketing-page:not(.landing-page) .marketing-footer{padding-left:0;padding-right:0;margin-top:40px}
.marketing-page form label{font-size:13px;font-weight:600}
.marketing-page form textarea{min-height:160px;resize:vertical}
.contact-section{max-width:760px;margin:auto}
.contact-section>.card{max-width:560px;margin:auto;padding:28px}
.contact-next{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:40px 0 0}
.contact-next>div{padding-top:20px;border-top:1px solid var(--line)}
.contact-next .feature-icon{margin:0 0 12px!important}
@media(min-width:921px) and (max-width:1250px){.wide .filters.filters-admin{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){
  .marketing-page header.top{padding:18px 24px;gap:16px}.marketing-page .topbar-actions{gap:14px;justify-content:flex-start}
  .page-section{padding:64px 24px}.capability-strip{padding:24px;flex-wrap:wrap;justify-content:flex-start;gap:20px 30px}.capability-strip>span:first-child{width:100%}
  .section-heading-row{align-items:start;gap:24px}.marketing-page h2{font-size:36px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px}.questions-section{gap:36px}
  .marketing-page .pricing-grid{max-width:none;grid-template-columns:1fr}.pricing-grid .pricing-card{max-width:none}
}
@media(max-width:600px){
  .marketing-page header.top{padding:16px 20px;gap:12px}.marketing-page .brand{font-size:26px}
  .marketing-page .topbar-actions{display:flex;flex-wrap:wrap;width:100%;flex-basis:100%;overflow:visible;gap:8px 17px;padding:0}
  .marketing-page .topbar-actions .btn.ghost{font-size:12px;min-height:36px;padding:0}.marketing-page .topbar-actions .btn.primary{padding:8px 12px;font-size:12px;min-height:36px;margin-left:auto}
  .field-hero{min-height:540px;height:auto}.hero-content{padding:42px 20px}.field-hero-image{object-position:64% center}.field-hero:after{background:rgb(9 23 17 / 53%)}
  .field-hero h1{font-size:68px}.hero-statement{font-size:34px}.hero-description{font-size:15px;max-width:320px;line-height:1.6}
  .field-hero .button-row{flex-wrap:wrap;gap:18px}.field-hero .button-row .btn{width:auto;font-size:14px;padding:12px 16px}.hero-note{max-width:250px;line-height:1.6}.hero-caption{display:none}
  .capability-strip{padding:24px 20px;gap:18px;width:100%;font-size:12px}.capability-strip>span:not(:first-child){width:calc(50% - 9px);gap:7px}
  .page-section{padding:52px 20px}.section-heading-row{display:block;margin-bottom:28px}.section-heading-row>p{margin-top:20px;font-size:15px}.section-heading-row>.text-link{display:inline-block;margin-top:20px}
  .marketing-page h2,.marketing-page .section-title{font-size:32px}.marketing-page .eyebrow{margin-bottom:14px;font-size:10px}
  .product-toolbar{padding:12px;font-size:11px}.product-toolbar a{font-size:10px;max-width:100px;text-align:right}.product-screenshot{overflow-x:auto}.product-screenshot img{min-width:680px}.screenshot-caption{text-align:left;line-height:1.6}
  .workflow-grid{grid-template-columns:1fr;gap:26px}.workflow-grid h3{margin:14px 0 10px}.feature-grid{grid-template-columns:1fr}
  .feature-item{display:grid;grid-template-columns:36px minmax(0,1fr);column-gap:16px;padding:26px 0}.feature-icon{grid-row:1/3;margin:0}.feature-item h3{font-size:19px}.feature-item p{grid-column:2}
  .questions-section{grid-template-columns:1fr;gap:26px}.faq-item summary{font-size:15px;line-height:1.5}.closing-section h2{font-size:40px}
  .marketing-footer{padding:28px 20px;gap:18px 24px}.marketing-footer a:first-child{width:100%;margin:0}
  .marketing-page:not(.landing-page) main{padding:0 20px}.marketing-page:not(.landing-page) h1.section-title{font-size:36px!important}.marketing-page:not(.landing-page) main>section:first-child{padding:44px 0 20px!important}.pricing-card{padding:24px!important}
  .login-wrap{padding:28px 20px}.login .card{padding:24px 20px}
  .contact-next{grid-template-columns:1fr;gap:20px}.contact-section>.card{padding:22px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Photo-derived forest / sage / warm ivory / sunlight palette. */
:root,body.light{--bg2:#fcfaf4;--panel:#fcfaf4;--forest:#1c2c23;--sage:#83916f;--sunlight:#d7c580}

/* Shared finishing details: readable help links and breathing room on fit pages. */
.login a:not(.btn){color:#284d39;text-underline-offset:3px}
.login a:not(.btn):hover{color:#1c3226}
.login a:focus-visible,.marketing-page a:focus-visible{outline:3px solid #88702c;outline-offset:4px}
.marketing-page:not(.field-service-page) .closing-section{margin-top:40px;border-radius:20px;padding:40px 24px}
.marketing-page:not(.field-service-page) .closing-section p{font-size:14px;line-height:1.6;margin-bottom:24px}

/* Approved HERO motion preview · 2026-09-09. No layout or content changes. */
.field-service-page .field-hero:before{display:none}
@media(prefers-reduced-motion:no-preference){
 .field-service-page .field-hero-image{transform-origin:65% 46%;animation:vjobo-hero-motion 8s ease-in-out 1 both}
 .field-service-page .hero-content>.eyebrow,
 .field-service-page .hero-content>h1,
 .field-service-page .hero-content>.hero-description,
 .field-service-page .hero-content>.button-row,
 .field-service-page .hero-content>.hero-note{animation:vjobo-hero-enter 1.1s cubic-bezier(.215,.61,.355,1) 1 both}
 .field-service-page .hero-content>h1{animation-delay:.16s}
 .field-service-page .hero-content>.hero-description,.field-service-page .hero-content>.hero-note{animation-delay:.32s}
 .field-service-page .hero-content>.button-row{animation-delay:.48s}
 .field-service-page .hero-content:focus-within>*{animation:none}
}
@keyframes vjobo-hero-motion{
 0%,100%{transform:scale(1.025) translateX(0)}
 25%{transform:scale(1.05) translateX(-5px)}
 50%{transform:scale(1.075) translateX(0)}
 75%{transform:scale(1.05) translateX(5px)}
}
@keyframes vjobo-hero-enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){
 .field-service-page .field-hero-image,.field-service-page .hero-content>*{animation:none!important;transform:none!important;opacity:1!important}
}
