:root {
    --ink: #17211d;
    --muted: #68726d;
    --paper: #f7f5f0;
    --white: #ffffff;
    --orange: #e95612;
    --orange-dark: #bd3f07;
    --green: #174f3e;
    --line: #deded8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}
a { color: inherit; }

.home-hero {
    min-height: 670px;
    width: min(1180px, calc(100% - 40px));
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(400px, .78fr);
    align-items: center;
    gap: clamp(50px, 7vw, 110px);
    margin: 0 auto;
    padding: 76px 0 94px;
    position: relative;
}

.home-hero::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -120px;
    top: 46px;
    border: 1px solid #e7dfd3;
    border-radius: 50%;
    z-index: -1;
}

.eyebrow {
    margin: 0 0 21px;
    color: var(--orange-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(50px, 5.3vw, 76px);
    line-height: 1.04;
    letter-spacing: -.055em;
}

.home-hero h1 em {
    color: var(--orange);
    font-style: normal;
}

.hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin: 27px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.button {
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding: 0 22px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.button--primary {
    background: var(--orange);
    color: white;
    box-shadow: 0 11px 26px rgba(183, 62, 7, .18);
}

.button--primary:hover { background: var(--orange-dark); }
.button--secondary { border: 1px solid #cfcfc8; background: rgba(255, 255, 255, .55); }

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
    color: #59635e;
    font-size: 12px;
    font-weight: 800;
}
.hero-benefits span { color: var(--green); margin-right: 5px; }

.project-card {
    padding: 30px;
    position: relative;
    border: 1px solid #e2e1dc;
    border-radius: 22px;
    background: white;
    box-shadow: 0 28px 70px rgba(35, 46, 40, .12);
}

.project-card::after {
    content: "PASSENDE PROFIS";
    position: absolute;
    right: -31px;
    bottom: 54px;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--green);
    color: white;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    transform: rotate(-5deg);
}

.project-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.project-card__top div { display: flex; flex-direction: column; gap: 6px; }
.project-card__top small { color: var(--muted); font-size: 11px; }
.project-card__top strong { font-size: 20px; letter-spacing: -.02em; }
.step-badge { padding: 6px 10px; border-radius: 99px; background: #f1eee8; color: #6c716d; font-size: 10px; font-weight: 800; }
.card-progress { height: 4px; margin: 22px 0 27px; overflow: hidden; border-radius: 10px; background: #efede8; }
.card-progress span { display: block; width: 34%; height: 100%; background: var(--orange); }
.field-label { color: var(--muted); font-size: 11px; font-weight: 800; }

.trade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.trade-option {
    min-width: 0;
    padding: 12px 4px;
    border: 1px solid #e2e1dc;
    border-radius: 10px;
    background: white;
    color: #59635e;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
}
.trade-option svg { width: 21px; height: 21px; display: block; margin: 0 auto 6px; color: var(--orange); fill: none !important; stroke: currentColor !important; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trade-option svg path,
.trade-option svg rect,
.trade-option svg circle { fill: none !important; stroke: currentColor !important; }
.trade-option.is-selected { border-color: var(--orange); background: #fff8f4; color: var(--orange-dark); }
.location-field { display: flex; flex-direction: column; gap: 4px; margin-top: 20px; padding: 12px 14px; border: 1px solid #dddcd6; border-radius: 10px; }
.location-field span { color: var(--muted); font-size: 9px; }
.location-field strong { font-size: 13px; }
.project-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #eceae5; }
.project-card__footer span { color: var(--muted); font-size: 10px; }
.project-card__footer a { padding: 10px 15px; border-radius: 9px; background: var(--ink); color: white; font-size: 11px; font-weight: 900; text-decoration: none; }

.trust-strip {
    width: min(1180px, calc(100% - 40px));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 70px;
    border-radius: 16px;
    background: var(--green);
    color: white;
}
.trust-strip p { display: flex; flex-direction: column; gap: 4px; margin: 0; padding: 24px 34px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-strip p:last-child { border: 0; }
.trust-strip strong { font-size: 15px; }
.trust-strip span { color: #c6d6d0; font-size: 11px; }

.home-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 95px 0;
}

.section-heading { max-width: 720px; margin-bottom: 45px; }
.section-heading h2,
.pro-callout h2,
.final-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 55px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.7; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article { min-height: 250px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.55); }
.steps article:nth-child(2) { transform: translateY(20px); }
.step-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.step-top span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.step-top svg { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: #fff0e8; color: var(--orange-dark); fill: none !important; stroke: currentColor !important; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.step-top svg path,
.step-top svg rect,
.step-top svg circle { fill: none !important; stroke: currentColor !important; }
.steps h3 { margin: 39px 0 10px; font-size: 21px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.category-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: white;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease;
}
.category-card:hover { transform: translateY(-2px); border-color: #c4b9aa; }
.category-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #fff0e8; color: var(--orange-dark); }
.category-icon svg { width: 24px; height: 24px; color: var(--orange-dark); fill: none !important; stroke: currentColor !important; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.category-icon svg path,
.category-icon svg rect,
.category-icon svg circle { fill: none !important; stroke: currentColor !important; }
.category-card h3 { margin: 0 0 4px; font-size: 15px; }
.category-card p { margin: 0; color: var(--muted); font-size: 11px; }
.category-arrow { width: 17px; height: 17px; color: #a0a8a4; fill: none !important; stroke: currentColor !important; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease, color .2s ease; }
.category-arrow path { fill: none !important; stroke: currentColor !important; }
.category-card:hover .category-arrow { transform: translate(2px, -2px); color: var(--orange-dark); }

.pro-callout {
    width: min(1320px, calc(100% - 28px));
    display: grid;
    grid-template-columns: 1fr .85fr;
    align-items: center;
    gap: 90px;
    margin: 70px auto;
    padding: 90px max(30px, calc((100% - 1120px) / 2));
    overflow: hidden;
    border-radius: 24px;
    background: var(--green);
    color: white;
}
.eyebrow--light { color: #ffb58e; }
.pro-callout__copy > p:not(.eyebrow) { color: #c4d4cf; font-size: 16px; line-height: 1.7; }
.pro-callout ul { display: grid; gap: 11px; margin: 28px 0 32px; padding: 0; list-style: none; color: #d9e5e1; font-size: 13px; }
.pro-callout li span { margin-right: 9px; color: #ff9a64; }
.assistant-card { padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.08); transform: rotate(1deg); }
.assistant-card__bar { display:flex;align-items:center;justify-content:space-between;padding:10px 12px 15px;font-size:11px }
.assistant-card__bar>div{display:flex;align-items:center;gap:8px}.assistant-card__bar i{width:27px;height:27px;display:grid;place-items:center;border-radius:8px 3px 8px 3px;background:#e95612;color:#fff;font-size:8px;font-style:normal;font-weight:900}.assistant-card__bar span { color: #9fb8af; font-size: 9px; }
.assistant-card__body { padding:18px;border-radius:13px;background:#f8f7f2;color:var(--ink) }
.assistant-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.assistant-dashboard-head small,.assistant-finance small{display:block;color:#174f3e;font-size:7px;font-weight:900;letter-spacing:.1em}.assistant-dashboard-head strong{display:block;margin-top:4px;font-size:16px}.assistant-dashboard-head>span{padding:5px 7px;border:1px solid #d9d8d2;border-radius:7px;background:#fff;color:#65716b;font-size:8px}
.assistant-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:14px 0}.assistant-kpis p{margin:0;padding:10px;border:1px solid #e0dfda;border-radius:9px;background:#fff}.assistant-kpis span{display:block;color:#6b756f;font-size:6px}.assistant-kpis strong{display:block;margin-top:5px;font-size:11px}
.assistant-finance{padding:11px;border:1px solid #e0dfda;border-radius:10px;background:#fff}.assistant-finance>div:first-child strong{display:block;margin-top:3px;font-size:10px}.assistant-chart{height:64px;display:flex;align-items:flex-end;gap:6px;margin-top:8px;border-bottom:1px solid #e4e3dd}.assistant-chart span{flex:1;border-radius:3px 3px 0 0;background:#174f3e}.assistant-chart span:nth-child(2n){background:#e95612}.assistant-documents{margin-top:9px}.assistant-documents p{display:grid;grid-template-columns:auto 1fr auto;gap:8px;margin:0;padding:7px 2px;border-bottom:1px solid #e4e3dd;font-size:7px}.assistant-documents span{color:#68736d}.assistant-documents em{color:#174f3e;font-style:normal;font-weight:800}

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 20px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 45px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta {
    width: min(1180px, calc(100% - 40px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 60px auto 0;
    padding: 56px 62px;
    border-radius: 20px;
    background: var(--orange);
    color: white;
}
.final-cta h2 { max-width: 700px; font-size: clamp(34px, 4vw, 49px); }
.final-cta .button { flex: 0 0 auto; background: white; color: var(--orange-dark); }

@media (max-width: 900px) {
    .home-hero { grid-template-columns: 1fr; gap: 50px; padding-top: 50px; }
    .hero-copy { text-align: center; }
    .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
    .hero-actions, .hero-benefits { justify-content: center; }
    .project-card { width: min(540px, 100%); margin: 0 auto; }
    .steps { grid-template-columns: 1fr; }
    .steps article:nth-child(2) { transform: none; }
    .category-grid { grid-template-columns: 1fr; }
    .pro-callout { grid-template-columns: 1fr; gap: 60px; }
    .faq-layout { grid-template-columns: 1fr; gap: 30px; }
    .final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .home-hero,
    .trust-strip,
    .home-section,
    .final-cta { width: min(100% - 28px, 1180px); }
    .home-hero { min-height: 0; padding: 43px 0 64px; }
    .home-hero h1 { font-size: clamp(42px, 13vw, 58px); }
    .hero-copy > p:not(.eyebrow) { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .button { width: 100%; }
    .hero-benefits { align-items: center; flex-direction: column; gap: 9px; }
    .project-card { padding: 22px; }
    .project-card::after { display: none; }
    .trade-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .home-section { padding: 70px 0; }
    .category-card { padding: 17px; }
    .pro-callout { width: 100%; margin: 50px 0; padding: 75px 22px; border-radius: 0; }
    .assistant-card { transform: none; }
    .final-cta { padding: 38px 25px; }
}
