:root {
    --bg: #9a572e;
    --surface: rgba(8, 24, 43, 0.95);
    --surface-soft: rgba(255, 255, 255, 0.08);
    --card-border: rgba(255, 255, 255, 0.14);
    --text: #f5f1e8;
    --muted: #d0c7b5;
    --accent: #ff7a18;
    --accent-soft: #ffd36a;
    --ink: #08182b;
    --line: rgba(8, 24, 43, 0.1);
    --shadow: 0 28px 60px rgba(8, 20, 36, 0.18);
}

body {
    margin: 0;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    background:
        radial-gradient(circle at top left, rgba(255, 196, 104, 0.34), transparent 25%),
        radial-gradient(circle at top right, rgba(255, 132, 30, 0.24), transparent 20%),
        radial-gradient(circle at bottom left, rgba(255, 170, 72, 0.18), transparent 26%),
        radial-gradient(circle at center right, rgba(121, 54, 16, 0.24), transparent 32%),
        linear-gradient(180deg, #e0a56d 0%, #c9773a 24%, #9f552d 56%, #5a2b15 100%);
    color: var(--ink);
}

html {
    scroll-behavior: smooth;
}

.site-header {
    padding: 1.5rem 1rem 0;
}

.header-shell,
.footer-shell {
    max-width: 1120px;
    margin: 0 auto;
}

.header-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(8, 24, 43, 0.9) 0%, rgba(8, 24, 43, 0.84) 100%);
    box-shadow: 0 18px 36px rgba(8, 20, 36, 0.18);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.header-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 24, 43, 0.9) 0%, rgba(8, 24, 43, 0.78) 42%, rgba(8, 24, 43, 0.7) 100%),
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.12), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 211, 106, 0.07), transparent 24%),
        url("./Illustr_Services.jpg") 88% 54% / cover no-repeat;
    opacity: 0.84;
    pointer-events: none;
}

.header-shell > * {
    position: relative;
    z-index: 1;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--text);
    text-decoration: none;
}

.brand-logo {
    width: auto;
    height: 5.65rem;
    max-width: min(60vw, 332px);
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.brand-mark {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
    color: #111;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 18px rgba(255, 122, 24, 0.22);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.brand-name {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand-tag {
    font-size: 0.88rem;
    color: #5f584f;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-nav a {
    color: var(--text);
    text-decoration: none;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-nav a:hover {
    color: var(--accent-soft);
}

.site-nav a.nav-cta {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent-soft);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 24px rgba(8, 24, 43, 0.2);
}

main {
    max-width: 1120px;
    margin: 1.5rem auto 2rem;
    padding: 0 1rem;
}

h1,
h2 {
    margin: 0;
}

h1 {
    font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

h2,
h3 {
    font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

.hero-section,
.services-section,
.software-section,
.process-section,
.contact-section {
    margin-bottom: 1.5rem;
}

section {
    position: relative;
    overflow: hidden;
    background: var(--surface);
    padding: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    box-shadow: var(--shadow);
}

section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.22), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 211, 106, 0.14), transparent 26%);
    pointer-events: none;
}

section::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 224, 168, 0.42) 20%, rgba(255, 224, 168, 0.14) 80%, transparent 100%);
}

.services-section > * {
    position: relative;
    z-index: 1;
}

.process-section > * {
    position: relative;
    z-index: 1;
}

.services-section::before {
    background:
        linear-gradient(90deg, rgba(8, 24, 43, 0.9) 0%, rgba(8, 24, 43, 0.78) 42%, rgba(8, 24, 43, 0.7) 100%),
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.2), transparent 26%),
        radial-gradient(circle at bottom left, rgba(255, 211, 106, 0.12), transparent 24%),
        url("./Illustr_Services.jpg") 72% 58% / cover no-repeat;
    opacity: 0.91;
}

.process-section::before {
    background:
        linear-gradient(90deg, rgba(8, 24, 43, 0.93) 0%, rgba(8, 24, 43, 0.82) 44%, rgba(8, 24, 43, 0.74) 100%),
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.18), transparent 26%),
        radial-gradient(circle at bottom left, rgba(255, 211, 106, 0.11), transparent 24%),
        url("./Timeline_Montage.jpg") 70% 54% / cover no-repeat;
    opacity: 0.94;
}

.software-section::before {
    background:
        linear-gradient(90deg, rgba(8, 24, 43, 0.92) 0%, rgba(8, 24, 43, 0.81) 42%, rgba(8, 24, 43, 0.73) 100%),
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.2), transparent 26%),
        radial-gradient(circle at bottom left, rgba(255, 211, 106, 0.12), transparent 24%),
        url("./Video-Factory_Export_XML.jpg") 82% 54% / cover no-repeat;
    opacity: 0.88;
}

.hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
    gap: 1.8rem;
    align-items: stretch;
}

.hero-section::before {
    background:
        linear-gradient(90deg, rgba(8, 24, 43, 0.88) 0%, rgba(8, 24, 43, 0.72) 45%, rgba(8, 24, 43, 0.62) 100%),
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.2), transparent 26%),
        radial-gradient(circle at bottom left, rgba(255, 211, 106, 0.12), transparent 24%),
        url("./Illustration_Hero.jpg") center center / cover no-repeat;
    opacity: 0.96;
}

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

.hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.1rem, 4.2vw, 3.95rem);
    line-height: 1.04;
    letter-spacing: 0.025em;
    color: var(--text);
}

.hero-intro {
    max-width: 54ch;
    margin: 1.15rem 0 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.92rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.button-primary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
    color: var(--ink);
    box-shadow: 0 14px 28px rgba(255, 122, 24, 0.2);
}

.button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
}

.hero-panel {
    display: grid;
    gap: 1rem;
}

.hero-panel-card,
.services-summary-card {
    padding: 1.35rem;
    border-radius: 22px;
    border: 1px solid var(--card-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.panel-label {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--accent-soft);
    font-size: 0.78rem;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-panel-card p,
.process-card p,
.contact-section p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

code {
    padding: 0.15rem 0.4rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    font-family: "SFMono-Regular", Consolas, monospace;
    font-size: 0.92em;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.services-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 2rem;
}

.services-summary {
    display: grid;
    gap: 1rem;
}

.services-summary-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: var(--surface-soft);
    color: var(--accent-soft);
    font-size: 0.75rem;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.services-section h2 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    color: var(--text);
    font-size: clamp(2rem, 3.5vw, 3.05rem);
    line-height: 1.08;
}

.section-intro {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
}

.service-card {
    position: relative;
    padding: 1.6rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: auto 1.6rem 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-soft) 100%);
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 211, 106, 0.45);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
    color: var(--ink);
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 18px rgba(255, 122, 24, 0.25);
}

.service-label {
    color: var(--accent-soft);
    font-size: 0.78rem;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
    color: var(--text);
    line-height: 1.2;
}

.service-card p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;
    color: var(--muted);
}

.service-card ul {
    margin: 1.15rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.6rem;
}

.service-card li {
    position: relative;
    padding-left: 1rem;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.45;
}

.service-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
    box-shadow: 0 0 0 4px rgba(255, 211, 106, 0.08);
}

.software-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.software-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

.software-summary {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 1rem;
    height: 100%;
}

.software-summary-card {
    position: relative;
    padding: 1.6rem;
    border-radius: 24px;
    border: 1px solid var(--card-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.software-summary-card::after,
.software-card::after {
    content: "";
    position: absolute;
    inset: auto 1.6rem 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-soft) 100%);
}

.software-summary-card::after {
    display: none;
}

.software-summary-card:hover,
.software-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 211, 106, 0.45);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

.software-summary-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.software-visual-card {
    overflow: hidden;
    padding: 0;
}

.software-visual-image {
    display: block;
    width: 100%;
    aspect-ratio: 1435 / 957;
    object-fit: cover;
    border-radius: 22px 22px 0 0;
}

.software-visual-card figcaption {
    padding: 1rem 1.15rem 1.1rem;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.software-visual-card-lead {
    margin: 2.4rem 0 0;
}

.software-visual-card-side {
    align-self: end;
    justify-self: stretch;
    width: 100%;
    margin: 0;
}

.software-visual-image-secondary {
    aspect-ratio: 4 / 3.75;
}

.software-lead {
    max-width: 760px;
}

.software-lead h2 {
    color: var(--text);
    font-size: clamp(2.15rem, 3.6vw, 3rem);
    margin-bottom: 1rem;
}

.software-card {
    position: relative;
    padding: 1.6rem;
    border-radius: 24px;
    border: 1px solid var(--card-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.software-card-featured {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 211, 106, 0.06) 100%);
}

.software-kicker {
    display: inline-flex;
    color: var(--accent-soft);
    font-size: 0.78rem;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.software-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
}

.software-top-lead {
    justify-content: flex-start;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.software-card h3 {
    margin: 0 0 0.9rem;
    color: var(--text);
    font-size: 1.28rem;
    line-height: 1.2;
}

.software-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

.software-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.software-list li {
    position: relative;
    padding-left: 1rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.software-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
    box-shadow: 0 0 0 4px rgba(255, 211, 106, 0.08);
}

.process-grid,
.contact-section {
    display: grid;
    gap: 1.25rem;
}

.process-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.process-card,
.contact-card {
    position: relative;
    z-index: 1;
    padding: 1.6rem;
    border-radius: 24px;
    border: 1px solid var(--card-border);
    background: rgba(255, 255, 255, 0.06);
}

.process-step,
.contact-label {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--accent-soft);
    font-size: 0.78rem;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.process-step {
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 122, 24, 0.2) 0%, rgba(255, 211, 106, 0.16) 100%);
    border: 1px solid rgba(255, 211, 106, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.process-card h3,
.contact-card h3 {
    margin: 0 0 0.8rem;
    color: var(--text);
    font-size: 1.12rem;
}

.contact-section {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: start;
}

.contact-copy,
.contact-card {
    position: relative;
    z-index: 1;
}

.contact-copy {
    display: grid;
    gap: 1rem;
    max-width: 60ch;
}

.contact-copy p {
    color: var(--muted);
    line-height: 1.75;
}

.contact-copy h2 {
    margin-bottom: 1rem;
    color: var(--text);
    font-size: clamp(2rem, 3.3vw, 2.75rem);
    line-height: 1.08;
}

.process-section h2 {
    color: var(--text);
    font-size: clamp(2.1rem, 3.5vw, 3rem);
}

.contact-card .button {
    margin-top: 1.25rem;
}

.contact-link {
    color: var(--accent-soft);
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.contact-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.contact-card h3 {
    margin: 0 0 0.9rem;
}

.contact-card p {
    color: var(--muted);
    line-height: 1.7;
}

.contact-actions {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.4rem;
    justify-items: center;
}

.contact-actions .button {
    width: auto;
    max-width: 100%;
    padding: 0.82rem 1rem;
}

.contact-note {
    margin-top: 1.35rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-note p {
    margin: 0;
    font-size: 0.92rem;
}

.legal-section {
    margin-bottom: 1.5rem;
}

.legal-container,
.legal-header,
.legal-block {
    position: relative;
    z-index: 1;
}

.legal-container {
    display: grid;
    gap: 1rem;
}

.legal-header {
    max-width: 760px;
    margin-bottom: 0.75rem;
}

.legal-header h1 {
    color: var(--text);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.04;
}

.legal-block {
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid var(--card-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.legal-block h2 {
    margin: 0 0 0.9rem;
    color: var(--text);
    font-size: 1.25rem;
}

.legal-block p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.legal-block p + p {
    margin-top: 0.9rem;
}

.legal-block strong {
    color: var(--text);
    font-weight: 600;
}

.legal-block a {
    color: var(--accent-soft);
    text-decoration: none;
}

.legal-block a:hover {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.contact-form {
    display: grid;
    gap: 1.05rem;
}

.form-field {
    display: grid;
    gap: 0.45rem;
}

.form-field span {
    color: var(--text);
    font-size: 0.92rem;
    font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
}

.form-field input,
.form-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
    resize: vertical;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: 2px solid rgba(255, 211, 106, 0.25);
    border-color: rgba(255, 211, 106, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 4px rgba(255, 211, 106, 0.05);
}

.field-error {
    color: #ffd2b4;
    font-size: 0.84rem;
}

.form-feedback {
    margin-bottom: 1.2rem;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 211, 106, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 211, 106, 0.05) 100%);
}

.form-feedback p {
    margin-bottom: 0.75rem;
}

.site-footer {
    padding: 0 1rem 2rem;
}

.footer-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 0.2rem;
}

.footer-copy,
.footer-links {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.footer-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.footer-copy-note {
    width: 100%;
    text-align: center;
}

.site-footer p,
.site-footer a {
    margin: 0;
    color: var(--text);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--accent-soft);
}

@media (max-width: 640px) {
    .header-shell,
    .footer-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-copy,
    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    section {
        padding: 1.5rem;
        border-radius: 20px;
    }

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

    .services-section h2 {
        font-size: 1.85rem;
    }
}

@media (max-width: 860px) {
    .hero-section,
    .services-intro,
    .software-intro,
    .software-grid,
    .contact-section {
        grid-template-columns: 1fr;
    }
}
