
:root{
  --ycw-blue:#2f6df6;
  --ycw-blue-dark:#1f55d6;
  --ycw-green:#15a05f;
  --ycw-gold:#cc8e0a;
  --ycw-dark:#30323a;
  --ycw-text:#353840;
  --ycw-muted:#666d78;
  --ycw-bg:#f7fbfb;
  --ycw-soft:#eef7f5;
  --ycw-line:#e8edf0;
  --ycw-white:#fff;
  --ycw-radius:16px;
  --ycw-radius-lg:22px;
  --ycw-shadow:0 22px 60px rgba(28,42,58,.10);
  --ycw-shadow-soft:0 12px 34px rgba(28,42,58,.08);
  --ycw-max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ycw-bg);font-family:'Manrope',Arial,sans-serif;color:var(--ycw-text);line-height:1.75;font-size:16px}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.ycw-container{width:min(var(--ycw-max),calc(100% - 40px));margin-inline:auto}.ycw-topbar{background:#fff;border-bottom:1px solid #edf0f2;color:#31353d;font-size:13px;font-weight:700}.ycw-topbar-inner{width:min(var(--ycw-max),calc(100% - 40px));min-height:34px;margin:auto;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.ycw-topbar span{white-space:nowrap}.ycw-topbar span:before{content:'●';font-size:10px;color:var(--ycw-green);margin-right:8px}.ycw-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(28,42,58,.07);box-shadow:0 8px 22px rgba(28,42,58,.04)}.ycw-header-inner{width:min(var(--ycw-max),calc(100% - 40px));margin:auto;min-height:84px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:26px}.ycw-brand{display:inline-flex;align-items:center}.ycw-site-logo{width:154px;height:auto;max-height:58px;object-fit:contain}.ycw-nav-menu{display:flex;align-items:center;justify-content:center;gap:34px}.ycw-nav-menu a{position:relative;color:#3e424b;font-size:14px;font-weight:700;transition:.22s ease}.ycw-nav-menu a:hover,.ycw-nav-menu a.is-active{color:var(--ycw-blue)}.ycw-nav-menu a:after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:99px;background:var(--ycw-blue);transform:scaleX(0);transform-origin:center;transition:.22s ease}.ycw-nav-menu a:hover:after,.ycw-nav-menu a.is-active:after{transform:scaleX(1)}.ycw-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px}.ycw-login{color:var(--ycw-blue);font-weight:800;font-size:14px}.ycw-nav-cta{display:inline-flex;align-items:center;gap:12px;background:var(--ycw-blue);color:#fff;font-weight:900;font-size:15px;padding:16px 28px;border-radius:6px;box-shadow:0 12px 25px rgba(47,109,246,.25);transition:.25s ease}.ycw-nav-cta:hover{background:var(--ycw-blue-dark);transform:translateY(-2px);box-shadow:0 18px 34px rgba(47,109,246,.31)}.ycw-menu-toggle{display:none;border:0;background:var(--ycw-blue);width:48px;height:44px;border-radius:7px;padding:10px}.ycw-menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:9px}.ycw-placeholder{min-height:118px}.ycw-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--ycw-gold);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.ycw-eyebrow:before{content:'';width:28px;height:2px;border-radius:99px;background:var(--ycw-gold)}h1,h2,h3{font-family:'Space Grotesk','Manrope',Arial,sans-serif;color:var(--ycw-dark);line-height:1.16;margin-top:0}h1{font-size:clamp(38px,5.4vw,62px);letter-spacing:-.045em;margin-bottom:20px}h2{font-size:clamp(30px,3.4vw,45px);letter-spacing:-.035em;margin-bottom:18px}h3{font-size:23px;letter-spacing:-.025em;margin-bottom:10px}p{margin-top:0}.ycw-lead{font-size:17px;line-height:1.85;color:var(--ycw-muted);max-width:690px}.ycw-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:28px}.ycw-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:7px;padding:14px 24px;font-size:15px;font-weight:900;border:1px solid transparent;transition:.24s ease}.ycw-btn-primary{background:var(--ycw-blue);color:#fff;box-shadow:0 13px 28px rgba(47,109,246,.23)}.ycw-btn-primary:hover{background:var(--ycw-blue-dark);transform:translateY(-2px)}.ycw-btn-secondary{background:#fff;color:var(--ycw-blue);border-color:#dce6ff}.ycw-btn-secondary:hover{border-color:var(--ycw-blue);transform:translateY(-2px);box-shadow:var(--ycw-shadow-soft)}.ycw-btn-light{background:#fff;color:var(--ycw-blue)}.ycw-hero{position:relative;overflow:hidden;min-height:665px;padding:92px 0 105px;background:linear-gradient(90deg,rgba(247,251,251,.96),rgba(247,251,251,.90)),url('/assets/img/hero-right.webp') center/cover no-repeat}.ycw-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,251,251,.97) 0%,rgba(247,251,251,.82) 45%,rgba(247,251,251,.58) 100%);z-index:0}.ycw-hero:after{content:'';position:absolute;left:64%;bottom:58px;width:180px;height:180px;background-image:radial-gradient(var(--ycw-green) 2px,transparent 2px);background-size:18px 18px;opacity:.85;z-index:0}.ycw-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.95fr 1.05fr;gap:66px;align-items:center}.ycw-hero .ycw-eyebrow{display:none}.ycw-hero h1{max-width:540px}.ycw-hero-media{position:relative;min-height:430px}.ycw-hero-img{position:absolute;overflow:hidden;border-radius:7px;background:#e5eaed;box-shadow:0 22px 48px rgba(29,43,60,.12)}.ycw-hero-img img{width:100%;height:100%;object-fit:cover}.ycw-hero-img.left{left:0;top:10px;width:48%;height:330px}.ycw-hero-img.right{right:0;top:42px;width:53%;height:340px}.ycw-review-pill{position:absolute;left:10%;bottom:22px;background:#fff;border-radius:7px;box-shadow:0 18px 44px rgba(29,43,60,.14);padding:14px 22px;display:flex;align-items:center;gap:14px;min-width:250px;font-weight:700;color:#5b626b}.ycw-stars{color:var(--ycw-gold);letter-spacing:1px}.ycw-section{padding:82px 0}.ycw-section-white{background:#fff}.ycw-section-dark{background:#333942;color:#e9edf0;position:relative;overflow:hidden}.ycw-section-dark:after{content:'';position:absolute;right:-140px;bottom:-180px;width:420px;height:420px;border-radius:50%;background:rgba(47,109,246,.13)}.ycw-section-dark .ycw-container{position:relative;z-index:1}.ycw-section-dark h2,.ycw-section-dark h3{color:#fff}.ycw-section-dark p,.ycw-section-dark .ycw-lead{color:#d3dae0}.ycw-intro-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:start}.ycw-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.ycw-card{background:#fff;border:1px solid var(--ycw-line);border-radius:var(--ycw-radius-lg);padding:30px;box-shadow:var(--ycw-shadow-soft);transition:.25s ease;position:relative;overflow:hidden}.ycw-card:after{content:'';position:absolute;left:28px;right:28px;bottom:0;height:3px;background:var(--ycw-blue);border-radius:99px;transform:scaleX(0);transform-origin:left;transition:.25s ease}.ycw-card:hover{transform:translateY(-6px);box-shadow:var(--ycw-shadow)}.ycw-card:hover:after{transform:scaleX(1)}.ycw-card .ycw-icon{width:54px;height:54px;border-radius:12px;background:#edf4ff;display:flex;align-items:center;justify-content:center;color:var(--ycw-blue);font-size:24px;margin-bottom:18px}.ycw-service-card{padding:0;overflow:hidden;background:#fff;min-height:360px;display:flex;flex-direction:column}.ycw-service-card img{height:225px;width:100%;object-fit:cover;transition:.35s ease}.ycw-service-card div{padding:24px 25px 28px}.ycw-service-card:hover img{transform:scale(1.045)}.ycw-split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.ycw-rounded-img{border-radius:var(--ycw-radius-lg);overflow:hidden;box-shadow:var(--ycw-shadow)}.ycw-rounded-img img{width:100%;height:100%;object-fit:cover}.ycw-check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.ycw-check-list li{position:relative;padding-left:32px;color:inherit}.ycw-check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--ycw-green);font-weight:900}.ycw-process{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ycw-process .ycw-card:before{counter-increment:step;content:'Stap ' counter(step);display:inline-flex;background:#edf4ff;color:var(--ycw-blue);font-weight:900;padding:7px 13px;border-radius:999px;margin-bottom:18px}.ycw-page-hero{position:relative;overflow:hidden;padding:94px 0 100px;background:linear-gradient(90deg,rgba(247,251,251,.98),rgba(247,251,251,.87)),url('/assets/img/hero-right.webp') center/cover no-repeat;border-bottom:1px solid var(--ycw-line)}.ycw-page-hero:after{content:'';position:absolute;right:9%;bottom:22px;width:150px;height:150px;background-image:radial-gradient(var(--ycw-green) 2px,transparent 2px);background-size:18px 18px;opacity:.55}.ycw-page-hero .ycw-container{position:relative;z-index:1}.ycw-page-hero h1{max-width:780px}.ycw-page-hero p{max-width:780px}.ycw-content{background:#fff;border:1px solid var(--ycw-line);border-radius:var(--ycw-radius-lg);padding:44px;box-shadow:var(--ycw-shadow-soft)}.ycw-content h2,.ycw-content h3{margin-top:28px}.ycw-content h2:first-child,.ycw-content h3:first-child{margin-top:0}.ycw-content ul{padding-left:22px}.ycw-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.ycw-post-card{background:#fff;border:1px solid var(--ycw-line);border-radius:var(--ycw-radius-lg);overflow:hidden;box-shadow:var(--ycw-shadow-soft);transition:.25s ease}.ycw-post-card:hover{transform:translateY(-6px);box-shadow:var(--ycw-shadow)}.ycw-post-card img{height:200px;width:100%;object-fit:cover}.ycw-post-card div{padding:25px}.ycw-meta{display:inline-flex;color:var(--ycw-gold);font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.ycw-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.ycw-form{background:#fff;border:1px solid var(--ycw-line);border-radius:var(--ycw-radius-lg);padding:34px;box-shadow:var(--ycw-shadow-soft)}.ycw-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ycw-field.full{grid-column:1/-1}.ycw-field label{display:block;font-weight:900;color:var(--ycw-dark);margin-bottom:8px}.ycw-field input,.ycw-field textarea,.ycw-field select{width:100%;border:1px solid #dbe3ea;background:#fbfdff;border-radius:9px;padding:15px 16px;font:inherit;outline:none;transition:.2s ease}.ycw-field textarea{min-height:150px;resize:vertical}.ycw-field input:focus,.ycw-field textarea:focus,.ycw-field select:focus{border-color:var(--ycw-blue);box-shadow:0 0 0 4px rgba(47,109,246,.12)}.ycw-form button{cursor:pointer}.ycw-footer{background:#30323a;color:#dce0e5}.ycw-footer-cta{width:min(var(--ycw-max),calc(100% - 40px));margin:auto;transform:translateY(-46px);background:linear-gradient(135deg,var(--ycw-blue),#194dc8);color:#fff;border-radius:18px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 25px 60px rgba(47,109,246,.23)}.ycw-footer-cta h2{color:#fff;font-size:clamp(27px,3.6vw,44px);margin-bottom:10px}.ycw-footer-cta p{margin-bottom:0;max-width:720px;color:#eef3ff}.ycw-footer-cta .ycw-eyebrow{color:#fff}.ycw-footer-grid{width:min(var(--ycw-max),calc(100% - 40px));margin:-4px auto 0;display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:34px;padding:42px 0}.ycw-footer-logo{width:170px;margin-bottom:18px;filter:brightness(0) invert(1)}.ycw-footer h3{color:#fff;font-size:19px}.ycw-footer a{color:#fff}.ycw-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.ycw-footer-bottom{width:min(var(--ycw-max),calc(100% - 40px));margin:auto;border-top:1px solid rgba(255,255,255,.12);padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:14px}.ycw-footer-bottom p{margin:0}.ycw-footer-credit a{color:#fff;font-weight:900;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);text-underline-offset:3px}@media(max-width:1060px){.ycw-header-inner{grid-template-columns:180px auto auto}.ycw-nav-menu{gap:18px}.ycw-site-logo{width:132px}.ycw-nav-cta{padding:14px 20px}.ycw-hero-grid{gap:40px}}@media(max-width:900px){.ycw-topbar-inner{justify-content:flex-start;gap:14px}.ycw-header-inner{display:flex;min-height:76px}.ycw-menu-toggle{display:block;margin-left:auto}.ycw-nav-menu,.ycw-header-actions{position:absolute;left:20px;right:20px;display:none;background:#fff;border:1px solid var(--ycw-line);box-shadow:var(--ycw-shadow-soft)}.ycw-nav-menu{top:84px;flex-direction:column;align-items:stretch;gap:0;border-radius:14px 14px 0 0;padding:14px}.ycw-nav-menu a{padding:12px 10px;text-align:center}.ycw-nav-menu a:after{display:none}.ycw-header-actions{top:284px;justify-content:center;border-top:0;border-radius:0 0 14px 14px;padding:16px}.ycw-nav-menu.is-open,.ycw-header-actions.is-open{display:flex}.ycw-hero{min-height:0;padding:62px 0 78px}.ycw-hero-grid,.ycw-intro-grid,.ycw-split,.ycw-contact-grid{grid-template-columns:1fr}.ycw-hero-media{min-height:390px}.ycw-card-grid,.ycw-news-grid,.ycw-process{grid-template-columns:1fr 1fr}.ycw-footer-grid{grid-template-columns:1fr 1fr}.ycw-footer-cta{align-items:flex-start;flex-direction:column}.ycw-placeholder{min-height:110px}}@media(max-width:640px){body{font-size:15px}.ycw-container,.ycw-header-inner,.ycw-topbar-inner,.ycw-footer-grid,.ycw-footer-bottom,.ycw-footer-cta{width:min(100% - 28px,var(--ycw-max))}.ycw-topbar{font-size:12px}.ycw-site-logo{width:122px}.ycw-hero h1{font-size:38px}.ycw-hero-media{min-height:320px}.ycw-hero-img.left{height:260px;width:55%}.ycw-hero-img.right{height:285px;width:58%}.ycw-review-pill{left:0;right:0;bottom:0;min-width:0}.ycw-section{padding:60px 0}.ycw-card-grid,.ycw-news-grid,.ycw-process,.ycw-form-grid{grid-template-columns:1fr}.ycw-content,.ycw-form{padding:26px;border-radius:16px}.ycw-footer-grid{grid-template-columns:1fr}.ycw-footer-bottom{display:grid;text-align:center;justify-content:center}.ycw-footer-cta{transform:translateY(-30px);padding:26px}.ycw-header-actions{top:278px}.ycw-page-hero{padding:64px 0}}
