html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    background: #f5f7f6;
    color: #211c18;
    font-family: "Open Sans", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

h1,
h2,
h3,
p {
    margin: 0;
}

button,
input,
textarea {
    font-family: inherit;
}

.content {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgb(244 230 214 / 78%);
    border-bottom: 1px solid rgba(33, 28, 24, 0.08);
    backdrop-filter: blur(14px);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
}

.brand img {
    display: block;
    height: 58px;
}

.nav-actions,
.footer-inner,
.footer-inner nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-link {
    color: #5d534b;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: #146c5a;
    color: #fff;
    box-shadow: 0 16px 34px rgba(20, 108, 90, 0.2);
}

.btn-secondary,
.btn-ghost {
    background: #fff;
    color: #211c18;
    border-color: rgba(33, 28, 24, 0.12);
}

.btn-large {
    min-height: 52px;
    padding-inline: 24px;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 70px;
    background:
        radial-gradient(circle at 90% 5%, rgba(20, 108, 90, 0.18), transparent 30%),
        linear-gradient(135deg, #f9fbfa 0%, #f5f7f6 52%, #e9f3ee 100%);
}

.hero-motion,
.compliance-motion {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-motion {
    opacity: 0.62;
}

.hero-grid,
.split,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 56px;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #146c5a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.eyebrow span {
    width: 10px;
    height: 10px;
    background: #ebb98c;
    border-radius: 50%;
}

.hero h1 {
    max-width: 720px;
    margin-top: 18px;
    color: #1f1b17;
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.lead {
    max-width: 630px;
    margin-top: 24px;
    color: #5d534b;
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(33, 28, 24, 0.08);
    border-radius: 999px;
    color: #3d3630;
    font-size: 13px;
    font-weight: 700;
}

.trust-row i {
    color: #146c5a;
}

.hero-panel {
    position: relative;
    z-index: 1;
    min-height: 500px;
}

.browser-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(33, 28, 24, 0.09);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(33, 28, 24, 0.16);
}

.browser-top {
    display: flex;
    gap: 8px;
    padding: 17px 18px;
    background: #26221f;
}

.browser-top span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ebb98c;
}

.browser-top span:nth-child(2) {
    background: #d9d1c7;
}

.browser-top span:nth-child(3) {
    background: #68b39f;
}

.site-preview {
    padding: 24px;
}

.preview-nav {
    width: 100%;
    height: 44px;
    background: linear-gradient(90deg, #e5ebe8 0 24%, transparent 24% 32%, #e5ebe8 32% 48%, transparent 48% 57%, #e5ebe8 57% 100%);
    border-radius: 8px;
}

.preview-main {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 22px;
    align-items: end;
    min-height: 330px;
    padding-top: 34px;
}

.preview-text strong {
    display: block;
    color: #2e2823;
    font-size: 26px;
    line-height: 1.15;
}

.preview-text span {
    display: block;
    height: 12px;
    margin-top: 18px;
    background: #dde5e1;
    border-radius: 99px;
}

.preview-text .short {
    width: 64%;
}

.consent-widget {
    padding: 18px;
    background: #211c18;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 22px 48px rgba(33, 28, 24, 0.28);
}

.widget-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.widget-header i {
    color: #ebb98c;
}

.toggle-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.toggle-line em {
    position: relative;
    flex: 0 0 auto;
    width: 40px;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
}

.toggle-line em:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    content: "";
}

.toggle-line.active em {
    background: #68b39f;
}

.toggle-line.active em:after {
    left: 22px;
}

.widget-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
}

.widget-actions button {
    min-height: 38px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #211c18;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.widget-actions button:first-child {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.status-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid rgba(33, 28, 24, 0.08);
    border-radius: 8px;
    color: #211c18;
    font-weight: 800;
    box-shadow: 0 18px 46px rgba(33, 28, 24, 0.13);
}

.status-card i {
    color: #146c5a;
}

.status-card.eu {
    top: 82px;
    right: -20px;
}

.status-card.google {
    left: -28px;
    bottom: 270px;
}

.reference {
    background: #211c18;
    color: rgba(255, 255, 255, 0.78);
}

.reference-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 96px;
    font-size: 14px;
    font-weight: 700;
}

.reference img {
    width: 66px;
    margin: 18px 0;
    filter: brightness(0) invert(1);
    opacity: 0.78;
}

.section {
    padding: 92px 0;
}

.intro {
    background: #fff;
}

.split {
    align-items: start;
}

.section h2 {
    margin-top: 12px;
    color: #211c18;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.12;
}

.section p {
    margin-top: 18px;
    color: #5d534b;
    font-size: 16px;
    line-height: 1.75;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.feature-card,
.compliance-card,
.step-card,
.contact-form,
.price-list div {
    background: #fff;
    border: 1px solid rgba(33, 28, 24, 0.09);
    border-radius: 8px;
}

.feature-card {
    min-height: 210px;
    padding: 24px;
}

.feature-card i {
    color: #146c5a;
    font-size: 24px;
}

.feature-card h3,
.compliance-card h3,
.step-card h3 {
    margin-top: 16px;
    color: #211c18;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.feature-card p,
.compliance-card p,
.step-card p {
    font-size: 14px;
}

.compliance {
    position: relative;
    overflow: hidden;
    background: #f5f7f6;
}

.compliance .content {
    position: relative;
    z-index: 1;
}

.compliance-motion {
    opacity: 0.48;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.compliance-card {
    padding: 30px;
}

.compliance-card.highlighted {
    background: #173f37;
    color: #fff;
}

.compliance-card.highlighted h3,
.compliance-card.highlighted p,
.compliance-card.highlighted li {
    color: #fff;
}

.compliance-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #e8f2ee;
    border-radius: 8px;
    color: #146c5a;
    font-size: 22px;
}

.highlighted .compliance-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #ebb98c;
}

.compliance-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.compliance-card li {
    position: relative;
    padding-left: 28px;
    color: #463f38;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.compliance-card li:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #146c5a;
    border-radius: 50%;
    content: "";
}

.highlighted li:before {
    background: #ebb98c;
}

.process {
    background: #fff;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.step-card {
    min-height: 230px;
    padding: 28px;
}

.step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #ebb98c;
    border-radius: 50%;
    color: #211c18;
    font-weight: 800;
}

.contact-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 75%, rgba(20, 108, 90, 0.34), transparent 35%),
        linear-gradient(135deg, #211c18 0%, #17312d 58%, #211c18 100%);
    color: #fff;
}

.contact-motion {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.contact-grid {
    position: relative;
    z-index: 1;
}

.contact-section .section-label {
    color: #ebb98c;
}

.contact-section h2,
.contact-section p {
    color: #fff;
}

.contact-section h2 {
    max-width: 520px;
    font-size: clamp(38px, 4vw, 52px);
}

.contact-copy {
    position: relative;
    z-index: 1;
    align-self: start;
}

.price-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.price-list div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.price-list span {
    color: #ebb98c;
    font-weight: 800;
    text-align: right;
}

.contact-form {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    padding: 28px;
    color: #211c18;
}

.contact-form label,
.choice-title {
    display: grid;
    gap: 8px;
    color: #3d3630;
    font-size: 13px;
    font-weight: 800;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid #d6ded9;
    border-radius: 8px;
    background: #fbfcfb;
    color: #211c18;
    font-size: 15px;
    outline: none;
}

.contact-form textarea {
    min-height: 112px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #146c5a;
    box-shadow: 0 0 0 4px rgba(20, 108, 90, 0.12);
}

.choice-group {
    display: grid;
    gap: 10px;
}

.select {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d6ded9;
    border-radius: 8px;
    background: #fbfcfb;
    color: #211c18;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.select span {
    display: block;
    margin-top: 3px;
    color: #6f6258;
    font-size: 12px;
    font-weight: 700;
}

.select.aktivni {
    border-color: #146c5a;
    background: #e8f2ee;
}

.form-note {
    margin: 0;
    color: #6f6258;
    font-size: 12px;
    line-height: 1.5;
}

.form-submit {
    width: 100%;
    border: 0;
}

.foot {
    padding: 22px 0;
    background: #171717;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.footer-inner {
    justify-content: space-between;
}

.foot a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    text-decoration: none;
}

.infowin {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    padding: 15px 0;
    background: #146c5a;
    color: #fff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.infowin .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.notice-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    .nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 0;
    }

    .nav-actions {
        flex-wrap: wrap;
    }

    .hero-grid,
    .split,
    .contact-grid,
    .compliance-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        min-height: 0;
    }

    .status-card {
        position: static;
        display: inline-flex;
        margin: 14px 10px 0 0;
    }

    .steps {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 720px) {
    .content {
        width: min(100% - 28px, 1120px);
    }

    .site-header {
        position: static;
    }

    .brand img {
        height: 48px;
    }

    .nav-actions {
        width: 100%;
    }

    .nav-link {
        display: none;
    }

    .nav-actions .btn {
        flex: 1 1 100%;
    }

    .hero {
        padding: 52px 0 48px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .lead {
        font-size: 16px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .preview-main,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .preview-main {
        min-height: auto;
    }

    .reference-inner,
    .footer-inner,
    .footer-inner nav,
    .price-list div {
        align-items: flex-start;
        flex-direction: column;
    }

    .reference-inner {
        padding: 22px 0;
    }

    .section {
        padding: 62px 0;
    }

    .section-heading {
        text-align: left;
    }

    .contact-form {
        padding: 20px;
    }
}
