:root {
  --ink: #14231d;
  --ink-2: #21352d;
  --paper: #f5f4ee;
  --paper-2: #ebe6da;
  --white: #fffef9;
  --lime: #d9f36a;
  --lime-dark: #b9d847;
  --muted: #6e766f;
  --line: rgba(20, 35, 29, .15);
  --radius: 26px;
  --shadow: 0 24px 70px rgba(20, 35, 29, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.section-shell { max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.site-header {
  height: 82px; max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(16px); border-bottom: 1px solid transparent;
  transition: border-color .2s, height .2s;
}
.site-header.scrolled { height: 68px; border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; font-size: 20px; }
.brand-mark { width: 29px; height: 29px; position: relative; display: inline-block; transform: rotate(45deg); }
.brand-mark i { position: absolute; display: block; background: var(--ink); border-radius: 2px; }
.brand-mark i:first-child { inset: 2px 13px 2px 3px; }
.brand-mark i:last-child { inset: 13px 2px 2px 3px; background: var(--lime-dark); }
nav { display: flex; gap: 32px; font-size: 14px; font-weight: 650; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right .2s; }
nav a:hover::after { right: 0; }

.button { border: 0; cursor: pointer; border-radius: 999px; padding: 15px 22px; font-weight: 750; color: var(--ink); background: var(--white); display: inline-flex; align-items: center; justify-content: center; gap: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,35,29,.15); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #789500; outline-offset: 3px; }
.button-small { background: var(--ink); color: var(--white); padding: 11px 18px; font-size: 13px; }
.button-primary { background: var(--lime); padding: 17px 24px; }
.button-primary:hover { background: #e4fa87; }
.button-primary span, .button-light span { font-size: 20px; line-height: 1; }
.button-large { padding: 19px 28px; }
.text-link { font-size: 14px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; padding-top: 48px; padding-bottom: 92px; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.eyebrow span { width: 7px; height: 7px; background: var(--lime-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(185,216,71,.18); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 6.2vw, 90px); font-weight: 500; letter-spacing: -.058em; line-height: .92; margin: 27px 0 30px; }
h1 em, h2 em { font-weight: 400; color: #70873a; }
.hero-lead { max-width: 610px; color: #4b5952; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 36px 0 54px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid var(--line); padding-top: 22px; }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(217,243,106,.7), rgba(217,243,106,0) 67%); filter: blur(2px); }
.browser-card { position: relative; z-index: 2; width: min(100%, 520px); border-radius: 14px; overflow: hidden; background: #f9f5ec; border: 7px solid var(--white); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.browser-top { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #e9e5dc; }
.browser-top span { width: 6px; height: 6px; border-radius: 50%; background: #c7c1b5; }
.browser-top small { margin: 0 auto; font-size: 7px; color: #8c887e; background: #fff; border-radius: 8px; padding: 3px 38px; }
.sample-nav { height: 60px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: #f7f5ed; background: #183127; font-size: 7px; }
.sample-nav b { letter-spacing: .15em; }
.sample-nav i { width: 22px; height: 7px; border-top: 1px solid #d5e9a6; border-bottom: 1px solid #d5e9a6; display: none; }
.sample-body { min-height: 305px; padding: 62px 42px; color: #f5f1e7; background: linear-gradient(110deg, rgba(17,43,33,.94), rgba(23,52,41,.72)), radial-gradient(circle at 80% 20%, #bb835e, #385a4d 45%, #183127 80%); }
.sample-body small { font-size: 7px; letter-spacing: .2em; color: #d9f36a; }
.sample-body h2 { font-family: Georgia, serif; font-size: 34px; line-height: 1.05; font-weight: 500; letter-spacing: -.03em; margin: 15px 0; }
.sample-body p { width: 70%; font-size: 9px; color: rgba(255,255,255,.75); }
.sample-body button { border: 0; padding: 10px 14px; margin-top: 8px; background: #d9f36a; font-size: 8px; font-weight: 800; }
.sample-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 16px 22px; font-size: 7px; }
.sample-stats span { display: flex; flex-direction: column; }
.sample-stats b { font-size: 12px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; background: var(--white); padding: 11px 15px; border-radius: 12px; box-shadow: 0 14px 40px rgba(20,35,29,.16); }
.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 900; }
.floating-note div { display: flex; flex-direction: column; }
.floating-note b { font-size: 11px; }
.floating-note small { font-size: 8px; color: var(--muted); }
.note-one { left: -6px; top: 115px; transform: rotate(-4deg); }
.note-two { right: -4px; bottom: 90px; transform: rotate(3deg); }

.work { background: var(--white); max-width: 1440px; padding-top: 108px; padding-bottom: 116px; border-radius: 36px; }
.work > * { max-width: 1176px; margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 50px; }
#exempel, #fragor { scroll-margin-top: 100px; }
.section-heading h2, .faq-intro h2, .builder-copy h2, .final-cta h2 { font-family: Georgia, serif; font-size: clamp(42px, 4.2vw, 62px); line-height: 1; font-weight: 500; letter-spacing: -.045em; margin: 22px 0 0; }
.section-heading > p { color: var(--muted); line-height: 1.7; font-size: 15px; margin-bottom: 5px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.portfolio-card { appearance: none; width: 100%; text-align: left; border: 1px solid var(--line); border-radius: 20px; padding: 10px 10px 18px; background: #f6f3eb; cursor: pointer; transition: transform .25s, box-shadow .25s, border-color .25s; color: var(--ink); }
.portfolio-card:hover, .portfolio-card.active { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(20,35,29,.1); border-color: rgba(111,136,55,.45); }
.portfolio-card strong, .portfolio-card > small { display: block; padding: 0 10px; }
.portfolio-card strong { font-size: 14px; margin-top: 15px; }
.portfolio-card > small { font-size: 10px; color: var(--muted); margin-top: 3px; }
.portfolio-index { position: absolute; margin: 13px; z-index: 2; width: 28px; height: 28px; display: grid; place-items: center; background: rgba(255,255,255,.8); border-radius: 50%; font-size: 9px; font-weight: 800; }
.mini-site { height: 225px; border-radius: 13px; padding: 25px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; position: relative; }
.mini-site span { position: absolute; top: 18px; left: 20px; font-size: 7px; letter-spacing: .14em; font-weight: 900; }
.mini-site b { font-family: Georgia, serif; font-weight: 500; font-size: 27px; line-height: 1.05; z-index: 1; }
.mini-site i { position: absolute; border-radius: 50%; }
.mini-craft { background: #d9dbc5; color: #253328; }
.mini-craft i { width: 190px; height: 190px; right: -48px; bottom: -30px; background: linear-gradient(145deg,#6e8274,#284b3d); box-shadow: inset 0 0 0 16px rgba(255,255,255,.12); }
.mini-food { background: #d98952; color: #352117; }
.mini-food i { width: 155px; height: 155px; right: -20px; top: 50px; background: radial-gradient(circle at 50% 45%,#f7e8ba 0 15%,#6e8a3e 16% 28%,#e9ad68 29% 38%,#714a30 39% 46%,#e9d5a6 47%); box-shadow: 0 15px 30px rgba(64,32,15,.2); }
.mini-studio { background: #233732; color: #f3eee4; }
.mini-studio i { width: 170px; height: 230px; right: -40px; top: 20px; background: linear-gradient(30deg,#b6d94c,#deef9c); border-radius: 55% 35% 50% 40%; transform: rotate(25deg); opacity: .9; }
.process-strip { margin-top: 64px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: 1fr 40px 1.2fr 40px 1fr; align-items: center; gap: 20px; }
.process-strip > div { display: flex; align-items: center; gap: 13px; }
.process-strip > div > span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; background: var(--paper-2); border-radius: 50%; font-size: 10px; font-weight: 800; }
.process-strip p { display: flex; flex-direction: column; margin: 0; }
.process-strip b { font-size: 12px; }
.process-strip small { color: var(--muted); font-size: 9px; }
.process-strip > i { height: 1px; background: var(--line); }

.price-builder { margin-top: 100px; background: var(--ink); color: var(--white); border-radius: 28px; padding: 52px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 62px; box-shadow: var(--shadow); }
.eyebrow-light { color: #d8ded9; }
.builder-copy h2 { margin-bottom: 24px; font-size: 50px; }
.builder-copy > p { color: #b5c0b9; line-height: 1.7; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; font-size: 12px; }
.included-list span { color: #e6ebe7; }
.included-list span::first-letter { color: var(--lime); }
.builder-panel { background: #f7f4ec; color: var(--ink); padding: 28px; border-radius: 20px; }
fieldset { margin: 0 0 22px; padding: 0; border: 0; }
legend { font-size: 11px; font-weight: 800; margin-bottom: 9px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.choice-grid.two { grid-template-columns: 1fr 1fr; }
.choice { min-height: 42px; border: 1px solid rgba(20,35,29,.15); border-radius: 9px; background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 700; transition: .2s; }
.choice:hover { border-color: #829b45; }
.choice.active { background: var(--ink); border-color: var(--ink); color: var(--white); box-shadow: inset 0 -3px 0 var(--lime); }
.recommendation { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; }
.recommendation > div:first-child { display: flex; flex-direction: column; }
.recommendation small { color: var(--muted); font-size: 9px; }
.recommendation strong { font-family: Georgia,serif; font-size: 27px; font-weight: 500; margin: 3px 0; }
.recommendation span { color: var(--muted); font-size: 9px; max-width: 230px; }
.price { text-align: right; display: flex; flex-direction: column; flex: 0 0 auto; }
.price b { font-size: 23px; letter-spacing: -.04em; }
.builder-panel > .button { width: 100%; margin-top: 22px; background: var(--lime); font-size: 12px; }

.closing { padding-top: 115px; padding-bottom: 42px; }
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-intro > p { color: var(--muted); line-height: 1.7; margin-top: 26px; max-width: 330px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 24px 4px; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; cursor: pointer; color: var(--ink); text-align: left; font-weight: 750; }
.faq-item button i { width: 22px; height: 22px; position: relative; flex: 0 0 22px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; background: var(--ink); top: 10px; left: 4px; width: 14px; height: 1px; transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; color: var(--muted); max-width: 620px; font-size: 14px; line-height: 1.7; margin: 0; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 34px 23px 4px; }
.final-cta { margin-top: 110px; padding: 66px; background: var(--ink); color: var(--white); border-radius: 28px; position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; right: -100px; top: -190px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(217,243,106,.25),transparent 67%); }
.cta-kicker { color: var(--lime); font-size: 10px; letter-spacing: .18em; font-weight: 800; }
.final-cta h2 { font-size: clamp(42px,5vw,68px); max-width: 850px; margin: 22px 0; position: relative; z-index: 1; }
.final-cta h2 em { color: var(--lime); }
.final-cta p { color: #b8c4bc; max-width: 580px; line-height: 1.7; }
.final-cta .button { position: relative; z-index: 2; margin-top: 16px; }
.final-cta > small { display: inline-block; color: #91a097; font-size: 9px; margin-left: 18px; }
.site-footer { min-height: 110px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 11px; }
.site-footer .brand { color: var(--ink); }
.site-footer p { margin: 0; }

.contact-dialog { width: min(680px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 26px; color: var(--ink); background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.contact-dialog::backdrop { background: rgba(12,25,19,.72); backdrop-filter: blur(6px); }
.dialog-content { padding: 48px; }
.dialog-content h2 { font-family: Georgia,serif; font-size: 44px; line-height: 1; font-weight: 500; letter-spacing: -.04em; margin: 18px 0; }
.dialog-content > p { color: var(--muted); }
.dialog-close { position: absolute; right: 20px; top: 18px; border: 0; background: var(--paper); width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 20px; }
#contact-form { display: grid; gap: 15px; margin-top: 28px; }
#contact-form label { display: grid; gap: 7px; font-size: 10px; font-weight: 800; }
#contact-form input, #contact-form textarea { border: 1px solid var(--line); background: #f7f4ed; border-radius: 9px; padding: 13px 14px; color: var(--ink); resize: vertical; font-size: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#contact-form > small { color: var(--muted); text-align: center; font-size: 9px; }
.form-success { text-align: center; padding: 35px 10px 10px; }
.form-success > span { width: 58px; height: 58px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 25px; font-weight: 900; }
.form-success h3 { font-family: Georgia,serif; font-size: 29px; font-weight: 500; margin: 20px 0 8px; }
.form-success p { color: var(--muted); }
.form-success button { margin-top: 12px; }
.contact-summary-label { display:block; text-align:left; font-size:14px; margin:22px 0 8px; font-weight:700; }
#contact-summary { width:100%; padding:16px; resize:vertical; border:1px solid var(--line); border-radius:10px; background:#fff; font-size:15px; line-height:1.5; }
#contact-error { color:#912f24; background:#fff0ed; padding:12px; border-radius:8px; font-size:14px; }
#contact-copy-status { font-size:14px; min-height:1.5em; }
#contact-note { font-size:13px; }
#contact-form button:disabled { opacity:.65; cursor:wait; }

.hero { background: radial-gradient(ellipse at 95% 30%, #dbe8aa80, transparent 55%); }
.hero h1 em { color: #41632c; }
.sample-body { background: linear-gradient(90deg, #102119c9, #10211905), url('assets/hantverk.png') center/cover; }
.sample-body h2 { max-width: 290px; text-shadow: 0 2px 20px #0008; }
.browser-card { transform: perspective(1100px) rotateY(-9deg) rotateZ(2deg); }
.portfolio-card { position: relative; background: #fff; overflow: hidden; }
.portfolio-index { display: none; }
.mini-site { height: 250px; justify-content: center; color: white; padding: 45px 20px; border-radius: 12px; }
.mini-site span { position: absolute; display: block; inset: 0 0 auto; padding: 13px 18px; background: #173629; color: white; font-size: 10px; }
.mini-site b { font-size: 30px; max-width: 63%; text-shadow: 0 2px 20px #0009; }
.mini-site i { display: none; }
.mini-site::after { content: 'Utforska →'; position: absolute; bottom: 22px; left: 20px; background: #d9f36a; color: #14231d; padding: 8px 12px; font-size: 8px; font-weight: 800; }
.mini-craft { background: linear-gradient(90deg,#10211980,transparent),url('assets/hantverk.png') center/cover; }
.mini-food { background: linear-gradient(90deg,#401b1780,transparent),url('assets/restaurang.png') center/cover; }
.mini-food span { background: #f2e2ce; color: #6a2a1c; font-family: Georgia,serif; }
.mini-food::after { background: #f2e2ce; color: #6a2a1c; border-radius: 20px; content: 'Se menyn →'; }
.mini-studio { background: linear-gradient(90deg,#12233780,transparent),url('assets/konsult.png') center/cover; }
.mini-studio span { background: #17293b; }
.mini-studio::after { background: #b6d7ff; color: #17293b; }
.card-preview-link { display: block; padding: 14px 10px 0; font-size: 11px; font-weight: 800; }
.demo-caption { margin-top: 28px; margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.portfolio-card { display:block; color:var(--ink); text-decoration:none; }
.portfolio-card .mini-craft { border-radius:2px; }
.portfolio-card .mini-craft span { background:#222b26; color:#f1ba52; }
.portfolio-card .mini-craft b { font-family:Impact,'Arial Narrow',sans-serif; font-weight:600; font-size:34px; }
.portfolio-card .mini-craft::after { background:#f1ba52; }
.portfolio-card .mini-food { border-radius:110px 110px 6px 6px; }
.portfolio-card .mini-food span { text-align:center; }
.portfolio-card .mini-studio { background:#244cde; border-radius:0; }
.portfolio-card .mini-studio span { background:#244cde; font-size:24px; letter-spacing:-.06em; }
.portfolio-card .mini-studio b { max-width:100%; font-family:Arial,sans-serif; font-weight:800; font-size:36px; letter-spacing:-.07em; text-shadow:none; }
.portfolio-card .mini-studio::after { background:#c8f879; color:#17253c; content:'Se våra case ↗'; }
.portfolio-card .card-preview-link { font-size:14px; }
.live-demo { border: 1px solid #d8ddd6; border-radius: 18px; overflow: hidden; background: #f7f7f0; box-shadow: 0 30px 65px #15281d18; scroll-margin-top: 90px; --demo-color:#183127; --demo-accent:#d9f36a; }
.demo-chrome { background: #e8ebe6; padding: 10px 18px; display: flex; justify-content: space-between; align-items: center; color:#59635c; font-size: 10px; }
.demo-chrome span { letter-spacing: 3px; }
.demo-nav { padding: 20px 30px; background: var(--demo-color); color:white; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.demo-nav strong { letter-spacing:.1em; font-size:16px; }
.demo-nav button { border:0; background:transparent; color:inherit; cursor:pointer; padding:8px 12px; font-size:12px; }
.demo-nav button:hover { text-decoration:underline; }
.demo-hero { min-height:460px; padding:65px 45px; background:linear-gradient(90deg,#102119bb,transparent),url('assets/hantverk.png') center/cover; color:white; display:flex; align-items:center; }
.demo-hero > div { max-width:510px; }
.demo-hero small { letter-spacing:.16em; font-size:10px; font-weight:700; color:var(--demo-accent); }
.demo-hero h3 { font-size:55px; line-height:1.02; letter-spacing:-.04em; margin:22px 0; font-weight:800; }
.demo-hero p { max-width:365px; line-height:1.7; font-size:14px; text-shadow:0 1px 10px #000; }
.demo-hero button { background:var(--demo-accent); color:var(--demo-color); border:0; padding:14px 20px; margin-top:12px; font-weight:800; cursor:pointer; }
.demo-details { padding:30px 35px; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; color:var(--demo-color); scroll-margin-top:90px; }
.demo-details h4 { grid-column:1/-1; margin:0; font-size:22px; letter-spacing:-.03em; }
.demo-details strong { font-size:14px; }
.demo-details p { font-size:12px; margin:8px 0 0; color:#59605e; }
[data-industry='restaurang'] { --demo-color:#602c21; --demo-accent:#f7dfbc; background:#fff6e9; }
[data-industry='restaurang'] .demo-nav { background:#f7dfbc; color:#602c21; }
[data-industry='restaurang'] .demo-nav strong { font-family:Georgia,serif; font-size:26px; }
[data-industry='restaurang'] .demo-hero { background:linear-gradient(90deg,#3e160bb0,transparent),url('assets/restaurang.png') center/cover; }
[data-industry='restaurang'] h3 { font-family:Georgia,serif; font-weight:400; }
[data-industry='restaurang'] .demo-hero button { border-radius:40px; }
[data-industry='konsult'] { --demo-color:#17293b; --demo-accent:#b6d7ff; background:#edf2f7; }
[data-industry='konsult'] .demo-hero { background:linear-gradient(90deg,#17293bd9,transparent),url('assets/konsult.png') center/cover; }
@media(max-width:700px) {
 .demo-nav { padding:16px; align-items:flex-start; flex-direction:column; gap:8px; }
 .demo-nav button { padding-left:0; margin-right:14px; }
 .demo-hero { min-height:410px; padding:38px 22px; background-position:60% center; }
 .demo-hero h3 { font-size:39px; max-width:300px; }
 .demo-hero p { max-width:270px; }
 .demo-details { grid-template-columns:1fr; padding:25px 22px; }
 .demo-chrome small { font-size:8px; }
 .demo-chrome { padding:10px; }
}
/* Atmospheric backdrop; industry previews retain their individual palettes. */
body {
  background-color: #102b24;
  background-image:
    radial-gradient(ellipse 75% 650px at 95% 280px, #436b3f 0%, transparent 72%),
    radial-gradient(ellipse 60% 900px at 0% 1100px, #1c5146 0%, transparent 75%),
    linear-gradient(145deg, #102b24 0%, #193b30 55%, #102b24 100%);
}
.site-header {
  background: #102b24ed;
  color: #f7f8ef;
  border-bottom-color: #e1f0d51c;
  box-shadow: 0 8px 30px #06181018;
}
.site-header.scrolled { border-bottom-color: #e1f0d533; }
.site-header .brand-mark i:first-child { background: #f7f8ef; }
.site-header nav a::after { background: var(--lime); }
.site-header .button-small { background: var(--lime); color: var(--ink); }
.hero {
  color: #f7f8ef;
  background:
    radial-gradient(ellipse at 92% 30%, #c7ed6924, transparent 58%),
    repeating-linear-gradient(120deg, transparent 0 149px, #edf8cf06 150px 151px);
}
.hero h1 em { color: #d9f36a; }
.hero .eyebrow { color: #d8e8cf; }
.hero-lead { color: #d0ded4; }
.hero .text-link { border-bottom-color: #bbd1b3; }
.hero-proof { border-top-color: #d2e3cd33; }
.hero-proof span { color: #c0d3c7; }
.hero-visual { color: var(--ink); }
.hero .glow { background: radial-gradient(circle, #ddf89550, transparent 68%); }
.browser-card { box-shadow: 0 35px 85px #05180a66, 0 0 0 1px #e4f1d526; }
.work {
  background:
    radial-gradient(ellipse at 0% 0%, #c7dca0a6, transparent 50%),
    radial-gradient(ellipse at 100% 75%, #c0d8c480, transparent 50%),
    #e9efdf;
  border: 1px solid #d8e9c966;
  box-shadow: 0 30px 100px #05181030;
}
.process-strip { background: #f7faed99; }
.price-builder { background: linear-gradient(135deg, #15372a, #10251f); border: 1px solid #537348; }
.closing { color: #f7f8ef; }
.faq-intro h2 em { color: #d9f36a; }
.faq-intro > p, .closing .faq-answer p { color: #c5d6ca; }
.closing .accordion, .closing .faq-item { border-color: #c9ddc936; }
.closing .faq-item button { color: #f7f8ef; }
.closing .faq-item button i::before, .closing .faq-item button i::after { background: #d9f36a; }
.final-cta {
  background: radial-gradient(ellipse at 90% 0%, #466e38 0%, transparent 65%), linear-gradient(120deg,#204833,#14382c);
  border: 1px solid #d9f36a3b;
  box-shadow: 0 25px 70px #03191040;
}
.final-cta > small { color: #c0d2c2; }
.site-footer, .site-footer .brand { color: #d0e0d2; }
.site-footer .brand-mark i:first-child { background: #f7f8ef; }
.hero-actions { margin-bottom: 16px; }
.hero-reassurance { font-size: 11px; color: #c0d3c7; margin-bottom: 32px; }
.why-kundform { padding-bottom: 75px; margin-bottom: 75px; border-bottom: 1px solid var(--line); scroll-margin-top: 95px; }
.why-heading { max-width: 750px; }
.why-heading h2 { font-family: Georgia,serif; font-size: clamp(40px,4.5vw,64px); line-height: 1; font-weight: 500; letter-spacing: -.045em; margin: 22px 0; }
.why-heading > p { max-width: 630px; color: #4b5952; line-height: 1.7; }
.why-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 35px; }
.why-card { background: #f8faef; padding: 28px; border: 1px solid #c5d1bd; border-radius: 20px; }
.why-number { font-size: 9px; letter-spacing: .09em; font-weight: 800; color: #516247; }
.why-card h3 { margin: 25px 0 18px; font-size: 25px; line-height: 1.15; letter-spacing: -.035em; }
.why-card p { font-size: 14px; line-height: 1.75; color: #4b5952; }
.why-card small { display: block; border-top: 1px solid #c5d1bd; padding-top: 16px; font-size: 11px; line-height: 1.6; color: #4b5952; }
.why-featured { background: #17382a; color: #f7f8ef; border-color: #17382a; }
.why-featured .why-number { color: #d9f36a; }
.why-featured p, .why-featured small { color: #d0ded4; }
.why-featured small { border-color: #45614b; }
.why-bottom { display: flex; align-items: center; gap: 35px; margin-top: 30px; }
.why-bottom > div { flex: 1; }
.why-bottom strong { font-size: 17px; }
.why-bottom p { margin: 10px 0 0; color: #4b5952; font-size: 14px; line-height: 1.7; }
.why-bottom button { max-width: 100%; }
@media(max-width:960px) { .why-grid { grid-template-columns: 1fr; } .why-bottom { align-items: flex-start; flex-direction: column; } .site-header nav { gap: 17px; font-size: 12px; } }
.package-overview { display: grid; gap: 14px; margin: 28px 0; }
.package-overview > div { display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; padding-bottom: 14px; border-bottom: 1px solid #b5c0b936; }
.package-overview strong, .package-overview span { font-size: 13px; }
.package-overview span { color: var(--lime); }
.package-overview small { grid-column: 1/-1; font-size: 11px; color: #c5d6ca; }
.price-terms { margin: 16px 0 0; color: #526056; font-size: 11px; line-height: 1.65; }
.scope-guide { margin-top:40px; padding:30px; border:1px solid #c5d1bd; border-radius:20px; background:#f8faef; }
.scope-guide h3 { font-size:24px; letter-spacing:-.03em; }
.scope-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:25px; }
.scope-grid h4 { margin:0 0 9px; font-size:15px; }
.scope-grid p, .scope-note { font-size:13px; line-height:1.75; color:#4b5952; }
.scope-terms { padding-top:24px; margin-top:12px; border-top:1px solid #c5d1bd; }
.scope-note { margin:16px 0 0; font-size:11px; }
.about-max { display:grid; grid-template-columns:240px 1fr; gap:55px; align-items:center; padding-bottom:75px; margin-bottom:75px; border-bottom:1px solid #c9ddc936; }
.max-monogram { min-height:300px; border-radius:25px; background:radial-gradient(ellipse at 85% 15%,#789148,#264b36 65%); border:1px solid #aeca6d55; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#e8f7c4; font-family:Georgia,serif; font-size:140px; }
.max-monogram span { font-family:system-ui,sans-serif; font-size:11px; letter-spacing:.3em; }
.about-max h2 { font-family:Georgia,serif; font-size:48px; font-weight:400; letter-spacing:-.04em; margin:20px 0; }
.about-max p { color:#c5d6ca; line-height:1.75; max-width:650px; }
.about-max strong { display:block; font-size:14px; margin:22px 0; }
@media(max-width:700px) { .scope-grid { grid-template-columns:1fr; gap:10px; } .scope-guide { padding:23px; } .about-max { grid-template-columns:1fr; gap:28px; } .max-monogram { min-height:170px; font-size:85px; } }
.max-portrait { margin:0; align-self:start; overflow:hidden; border-radius:25px; border:1px solid #aeca6d55; background:#17382a; box-shadow:0 20px 50px #05181030; }
.max-portrait img { display:block; width:100%; height:auto; aspect-ratio:4/5; object-fit:cover; object-position:55% 25%; }
.max-portrait figcaption { padding:16px 20px; color:#f7f8ef; font-size:17px; font-weight:700; }
.max-portrait figcaption span { display:block; font-size:11px; font-weight:400; color:#c5d6ca; margin-top:3px; }
@media(max-width:700px) { .max-portrait { width:min(100%,340px); } }
[hidden] { display:none !important; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 500px; }
  .section-heading, .faq-wrap { grid-template-columns: 1fr; gap: 30px; }
  .section-heading > p { max-width: 580px; }
  .price-builder { grid-template-columns: 1fr; gap: 35px; }
  .builder-copy { max-width: 650px; }
}

@media (max-width: 700px) {
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .site-header { padding: 0 20px; height: 70px; }
  .site-header nav { display: none; }
  .site-header .button-small { font-size: 0; width: 42px; height: 42px; padding: 0; }
  .site-header .button-small::after { content: "↗"; font-size: 20px; }
  .hero { min-height: auto; padding-top: 55px; padding-bottom: 70px; gap: 22px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 42px; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; }
  .hero-proof div { flex-direction: row; justify-content: space-between; }
  .hero-visual { min-height: 390px; }
  .browser-card { width: 96%; }
  .sample-body { min-height: 235px; padding: 42px 25px; }
  .sample-body h2 { font-size: 27px; }
  .note-one { left: 0; top: 70px; }
  .note-two { right: -6px; bottom: 42px; }
  .work { padding-top: 80px; padding-bottom: 75px; border-radius: 24px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .mini-site { height: 240px; }
  .process-strip { grid-template-columns: 1fr; }
  .process-strip > i { display: none; }
  .price-builder { margin-top: 70px; padding: 27px 18px; border-radius: 20px; }
  .builder-copy h2 { font-size: 42px; }
  .included-list { grid-template-columns: 1fr; }
  .builder-panel { padding: 21px 14px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid.two { grid-template-columns: 1fr 1fr; }
  .recommendation { flex-direction: column; }
  .price { text-align: left; }
  .closing { padding-top: 80px; }
  .final-cta { margin-top: 75px; padding: 42px 24px; }
  .final-cta > small { display: block; margin: 13px 0 0; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
  .dialog-content { padding: 42px 21px 25px; }
  .dialog-content h2 { font-size: 37px; }
  .form-row { grid-template-columns: 1fr; }
}
