:root {
    --swm-green: #12845b;
    --swm-green-dark: #0e3b2d;
    --swm-orange: #f58220;
    --swm-ink: #13251d;
    --swm-muted: #65756f;
    --swm-line: #e7ede8;
    --swm-bg: #f7faf7;
    --swm-white: #ffffff;
    --swm-danger: #c73535;
    --swm-shadow: 0 18px 50px rgba(19, 37, 29, .09);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--swm-ink);
    background: var(--swm-bg);
    overflow-x: hidden;
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px clamp(18px, 5vw, 72px);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--swm-line);
    backdrop-filter: blur(16px);
}

.site-logo,
.admin-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.site-logo span,
.admin-brand span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--swm-green), var(--swm-orange));
    color: white;
    font-weight: 800;
    letter-spacing: 0;
}

.site-logo strong,
.admin-brand strong {
    font-size: 18px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.site-nav a,
.button,
.contact-form button,
.admin-form button,
.login-card button,
.status-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    color: var(--swm-ink);
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.site-nav a {
    background: transparent;
    color: var(--swm-muted);
}

.site-nav a.active,
.site-nav a:hover {
    color: var(--swm-green-dark);
    background: #edf7f1;
}

.site-nav .admin-link,
.button,
.contact-form button,
.admin-form button,
.login-card button,
.status-form button {
    color: white;
    background: var(--swm-green);
}

.button.ghost {
    color: var(--swm-green-dark);
    background: #e9f6ee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .45);
    backdrop-filter: none;
}

.site-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 41px;
    padding: 4px 20px;
    background: #000;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 7px;
}

.social-links a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.social-links .facebook {
    background: #3b5998;
}

.social-links .twitter {
    background: #1da1f2;
}

.social-links .youtube {
    background: #cd201f;
}

.social-links .linkedin {
    background: #0077b5;
}

.social-links .instagram {
    background: linear-gradient(25deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}

.language-select {
    display: block;
    width: min(154px, 36vw);
}

.language-select select {
    height: 37px;
    border: 1px solid #d9dfe7;
    border-radius: 5px;
    padding: 0 32px 0 15px;
    color: #2b3c50;
    background: #fff;
    font-size: 16px;
    font-weight: 800;
}

.site-brand-row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(0, 562px) minmax(150px, 1fr);
    gap: clamp(18px, 3.5vw, 47px);
    align-items: center;
    min-height: 69px;
    padding: 11px 15px 11px 28px;
    background: #efefef;
}

.site-brand-row > * {
    min-width: 0;
}

.site-logo {
    display: inline-flex;
    width: min(100%, 205px);
    align-items: center;
    text-decoration: none;
}

.site-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.headline-ribbon {
    display: flex;
    width: 100%;
    max-width: 562px;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    padding: 0 11px;
    border-radius: 5px;
    color: #fff;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 28px, transparent 28px 44px),
        linear-gradient(90deg, #ff8e34, #ff7300 18%, #ff7100 82%, #ff8c35);
    box-shadow: 0 10px 26px rgba(255, 117, 0, .18);
    font-size: clamp(15px, .9vw, 16px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .6px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}

.consultation-button {
    display: inline-flex;
    width: min(100%, 183px);
    min-height: 40px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0 15px;
    border-radius: 7px;
    color: #fff;
    background: #e60000;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .32);
    font-size: clamp(15px, .95vw, 16px);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.site-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.45vw, 20px);
    align-items: center;
    padding: 20px;
    background: linear-gradient(90deg, #214b29, #435a35 50%, #214b29);
}

.site-nav .nav-tile {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    height: 68px;
    min-height: 68px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #000;
    background: linear-gradient(100deg, #ffc58f 0%, #f6d7a5 22%, #b9ffb4 100%);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .45), 0 9px 18px rgba(0, 0, 0, .2);
    font-size: clamp(14px, .82vw, 15px);
    font-style: italic;
    font-weight: 900;
    line-height: 1.5;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    overflow: hidden;
}

.site-nav .nav-tile strong {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: visible;
}

.site-nav .nav-tile:hover,
.site-nav .nav-tile.active {
    filter: saturate(1.08);
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0, 0, 0, .42), 0 12px 22px rgba(0, 0, 0, .22);
}

.tile-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
}

.tile-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-icon {
    color: #d82f25;
}

.market-icon {
    color: #1479bd;
}

.calc-icon {
    color: #6b335e;
}

.jobs-icon {
    color: #164f69;
}

.partner-icon {
    color: #4d8fd8;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 34px clamp(18px, 5vw, 72px);
    color: white;
    background: #10271d;
}

.site-footer p {
    max-width: 560px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .72);
}

.site-footer div:last-child {
    display: grid;
    gap: 8px;
    text-align: right;
}

.inner-hero {
    padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 72px);
    color: white;
    background:
        linear-gradient(105deg, rgba(16, 39, 29, .94), rgba(18, 132, 91, .78)),
        url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.inner-hero div {
    max-width: 900px;
}

.inner-hero span,
.page-title span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--swm-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.inner-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: 0;
}

.inner-hero p {
    max-width: 700px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 19px;
    line-height: 1.7;
}

.content-band {
    padding: clamp(44px, 6vw, 80px) clamp(18px, 5vw, 72px);
}

.content-grid,
.contact-grid,
.admin-grid.two {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
    gap: 28px;
    align-items: start;
}

.content-grid article,
.info-panel,
.service-card,
.admin-panel,
.login-card,
.admin-form,
.contact-form {
    border: 1px solid var(--swm-line);
    border-radius: 8px;
    background: var(--swm-white);
    box-shadow: var(--swm-shadow);
}

.content-grid article,
.info-panel,
.service-card,
.admin-panel {
    padding: 28px;
}

.content-grid h2,
.info-panel h2,
.info-panel h3,
.service-card h2,
.admin-panel h2 {
    margin: 0 0 14px;
}

.content-grid p,
.service-card p,
.info-panel p,
.message-body {
    color: var(--swm-muted);
    line-height: 1.75;
}

.info-panel ul {
    padding-left: 20px;
    color: var(--swm-muted);
    line-height: 1.9;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.catalog-card {
    overflow: hidden;
    border: 1px solid var(--swm-line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--swm-shadow);
}

.catalog-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.catalog-card div {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.catalog-card small,
.product-detail-hero span {
    color: var(--swm-orange);
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-card h2,
.catalog-card p {
    margin: 0;
}

.catalog-card p {
    color: var(--swm-muted);
    line-height: 1.65;
}

.catalog-card a {
    color: var(--swm-green);
    font-weight: 800;
}

.product-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 34px;
    align-items: center;
    padding: clamp(44px, 6vw, 80px) clamp(18px, 5vw, 72px);
    background: white;
}

.product-detail-hero img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
}

.product-detail-hero h1 {
    margin: 10px 0;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.05;
}

.product-detail-hero p {
    color: var(--swm-muted);
    font-size: 18px;
    line-height: 1.7;
}

.product-detail-hero strong {
    display: block;
    margin-bottom: 18px;
    font-size: 22px;
}

.service-card span {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--swm-orange);
    font-weight: 900;
}

.contact-form,
.admin-form,
.login-card form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 28px;
}

.contact-form .full,
.admin-form .full,
.login-card form {
    grid-column: 1 / -1;
}

label {
    display: grid;
    gap: 8px;
    font-weight: 700;
}

label span {
    font-size: 14px;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid #dce5df;
    border-radius: 8px;
    padding: 12px 13px;
    color: var(--swm-ink);
    background: white;
    font: inherit;
}

textarea {
    resize: vertical;
}

.field-error {
    color: var(--swm-danger);
    font-weight: 700;
}

.alert {
    grid-column: 1 / -1;
    padding: 13px 15px;
    border-radius: 8px;
    font-weight: 700;
}

.alert.success {
    color: #0d5136;
    background: #e8f8ee;
}

.login-body {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 24px;
    background:
        linear-gradient(125deg, rgba(16, 39, 29, .9), rgba(245, 130, 32, .45)),
        url("https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.login-card {
    width: min(100%, 440px);
    padding: 26px;
}

.admin-brand.centered {
    justify-content: center;
    margin-bottom: 22px;
}

.admin-sidebar .admin-brand span,
.login-card .admin-brand span {
    width: 92px;
    height: 42px;
    padding: 6px;
    background: #fff;
    overflow: hidden;
}

.admin-sidebar .admin-brand span img,
.login-card .admin-brand span img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.admin-sidebar .admin-brand {
    width: 100%;
}

.admin-sidebar .admin-brand span {
    width: 100%;
    height: 64px;
    padding: 8px 12px;
}

.login-card h1 {
    margin: 0;
}

.login-card p {
    margin: 4px 0 12px;
    color: var(--swm-muted);
}

.admin-body {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-sidebar {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    padding: 20px 22px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
    color: white;
    background: #10271d;
}

.admin-sidebar::-webkit-scrollbar {
    width: 8px;
}

.admin-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, .28);
}

.admin-sidebar nav {
    display: grid;
    gap: 6px;
}

.admin-sidebar nav a,
.link-button {
    display: flex;
    width: 100%;
    min-height: 36px;
    align-items: center;
    padding: 0 10px;
    border: 0;
    border-radius: 7px;
    color: rgba(255, 255, 255, .78);
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.admin-sidebar nav a {
    justify-content: space-between;
    gap: 10px;
}

.admin-sidebar nav a > span:first-child {
    min-width: 0;
}

.admin-nav-badge {
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border-radius: 999px;
    color: #9a3a00;
    background: #fff1e6;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(245, 130, 32, .22);
}

.admin-sidebar nav a.active,
.admin-sidebar nav a:hover,
.link-button:hover {
    color: white;
    background: rgba(255, 255, 255, .12);
}

.admin-shell {
    min-width: 0;
}

.admin-topbar {
    display: flex;
    justify-content: flex-end;
    padding: 16px 28px;
    background: white;
    border-bottom: 1px solid var(--swm-line);
}

.admin-topbar span {
    display: block;
    color: var(--swm-muted);
    font-size: 13px;
}

.admin-content {
    padding: 28px;
}

.page-title {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
}

.page-title h1 {
    margin: 0;
    font-size: 32px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.stats-grid article {
    padding: 22px;
    border: 1px solid var(--swm-line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--swm-shadow);
}

.stats-grid span {
    color: var(--swm-muted);
    font-weight: 700;
}

.stats-grid strong {
    display: block;
    margin-top: 10px;
    font-size: 34px;
}

.panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 14px 10px;
    border-bottom: 1px solid var(--swm-line);
    text-align: left;
    vertical-align: top;
}

th {
    color: var(--swm-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
}

td small {
    display: block;
    color: var(--swm-muted);
    margin-top: 4px;
}

.actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.actions form {
    margin: 0;
}

.actions button {
    border: 0;
    color: var(--swm-danger);
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    color: #0d5136;
    background: #e8f8ee;
    font-size: 12px;
    font-weight: 800;
    text-transform: capitalize;
}

.status.new {
    color: #92400e;
    background: #fff3d8;
}

.status.read,
.status.contacted {
    color: #185b8c;
    background: #e7f2ff;
}

.status.closed {
    color: #6b1d1d;
    background: #ffe4e4;
}

.admin-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1000px;
}

.website-setting-form {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 20px 24px;
    padding: 30px;
    align-items: start;
}

.website-setting-form label {
    gap: 9px;
    color: var(--swm-ink);
    font-size: 14px;
    font-weight: 600;
}

.website-setting-form label > span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.website-setting-form input,
.website-setting-form select,
.website-setting-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.website-setting-form textarea {
    min-height: 118px;
    padding: 14px;
    resize: vertical;
}

.website-setting-form input[type="file"] {
    padding: 10px 12px;
    background: #fbfdfc;
    font-size: 14px;
}

.website-setting-form input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 9px 13px;
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    background: var(--swm-green);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.admin-form input[type="file"] {
    padding: 10px 12px;
    background: #fbfdfc;
    font-size: 14px;
}

.admin-form input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 9px 13px;
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    background: var(--swm-green);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.upload-help {
    color: var(--swm-muted);
    font-size: 12px;
    font-weight: 600;
}

.admin-upload-preview {
    width: min(100%, 220px);
    max-height: 130px;
    object-fit: cover;
    border: 1px solid var(--swm-line);
    border-radius: 8px;
}

.website-setting-form button[type="submit"] {
    min-height: 52px;
    align-self: end;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
}

.settings-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.settings-preview-card {
    min-height: 138px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 20px;
    border: 1px solid var(--swm-line);
    border-radius: 8px;
    background: #f7fbf8;
}

.settings-preview-card span,
.settings-section-title span {
    color: var(--swm-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.settings-logo-preview {
    width: min(100%, 320px);
    max-height: 82px;
    object-fit: contain;
}

.settings-favicon-preview {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.settings-help,
.settings-section-title p {
    color: var(--swm-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.settings-section-title {
    display: grid;
    gap: 4px;
    margin-top: 8px;
    padding: 18px 18px 2px;
    border-top: 1px solid var(--swm-line);
}

.settings-section-title p {
    margin: 0;
}

.check-row {
    grid-column: 1 / -1;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.check-row label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-row input {
    width: auto;
}

.detail-list {
    display: grid;
    gap: 8px;
}

.detail-list dt {
    color: var(--swm-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.detail-list dd {
    margin: 0 0 10px;
}

.status-form {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.pagination-wrap {
    margin-top: 18px;
}

@media (max-width: 920px) {
    .site-topbar {
        gap: 16px;
        padding: 10px 16px;
    }

    .social-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .language-select {
        width: min(190px, 45vw);
    }

    .language-select select {
        height: 48px;
        font-size: 19px;
    }

    .site-brand-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        justify-items: center;
    }

    .site-logo {
        width: min(100%, 330px);
    }

    .headline-ribbon,
    .consultation-button {
        width: min(100%, 620px);
    }

    .site-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 22px 18px;
    }

    .site-header,
    .site-footer,
    .page-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer div:last-child {
        text-align: left;
    }

    .content-grid,
    .contact-grid,
    .admin-grid.two,
    .service-grid,
    .product-grid,
    .product-detail-hero,
    .stats-grid,
    .contact-form,
    .admin-form {
        grid-template-columns: 1fr;
    }

    .settings-preview-grid {
        grid-template-columns: 1fr;
    }

    .admin-body {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
        max-height: 70vh;
        overflow-y: auto;
    }

    .admin-sidebar .admin-brand span {
        height: 58px;
    }
}

@media (max-width: 620px) {
    .site-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-nav {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .site-nav .nav-tile {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 18px;
        min-height: 84px;
        padding: 13px 18px;
        font-size: 18px;
    }

    .tile-icon {
        width: 52px;
        height: 52px;
        font-size: 34px;
    }

    .headline-ribbon,
    .consultation-button {
        font-size: 18px;
    }

    .admin-content,
    .content-grid article,
    .info-panel,
    .service-card,
    .admin-panel,
    .contact-form,
    .admin-form {
        padding: 20px;
    }

    .website-setting-form {
        gap: 16px;
        padding: 18px;
    }

    .website-setting-form input,
    .website-setting-form select,
    .website-setting-form textarea {
        min-height: 46px;
        font-size: 14px;
    }

    .settings-preview-card {
        min-height: 118px;
        padding: 16px;
    }
}

/* WordPress Elementor header recreation */
.site-header {
    position: static;
    top: auto;
    z-index: auto;
    display: block;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.site-topbar {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    background: #000;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.social-links a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.social-links .facebook {
    background: #3b5998;
}

.social-links .twitter {
    background: #1da1f2;
}

.social-links .youtube {
    background: #cd201f;
}

.social-links .linkedin {
    background: #0077b5;
}

.social-links .instagram {
    background: linear-gradient(25deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}

.language-select {
    position: relative;
    z-index: 1200;
    display: flex;
    width: min(154px, 36vw);
    max-width: none;
    justify-content: flex-end;
    margin: 0 7px 5px 0;
}

.language-button {
    display: inline-flex;
    width: 154px;
    height: 37px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #d9dfe7;
    border-radius: 5px;
    padding: 0 32px 0 15px;
    color: #2b3c50;
    background: #fff;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
}

.language-button i:first-child {
    color: #0d86c8;
    font-size: 13px;
}

.language-button i:last-child {
    color: #2b3c50;
    font-size: 11px;
}

.language-menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1300;
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 4px 10px;
    width: min(760px, calc(100vw - 40px));
    max-height: min(520px, calc(100vh - 76px));
    padding: 10px;
    overflow-y: auto;
    border: 1px solid #e0e7e2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.language-select:hover .language-menu,
.language-select:focus-within .language-menu,
.language-select.open .language-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.language-menu button {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 5px;
    padding: 0 12px;
    color: #202a34;
    background: transparent;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.language-menu button:hover,
.language-menu button.active {
    color: #fff;
    background: #159447;
}

.swm-google-translate,
.goog-te-gadget,
body > .skiptranslate,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.site-brand-row {
    position: relative;
    top: auto;
    z-index: 1000;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(0, 562px) minmax(150px, 1fr);
    align-items: center;
    justify-content: space-around;
    gap: clamp(18px, 3.5vw, 47px);
    min-height: 69px;
    padding: 11px 15px 11px 28px;
    background: #eee;
}

.site-brand-row.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.site-brand-row-placeholder[hidden] {
    display: none;
}

.site-brand-row > * {
    min-width: 0;
}

.site-logo {
    display: inline-flex;
    width: min(100%, 205px);
    align-items: center;
    justify-self: start;
    margin-left: 0;
    text-decoration: none;
}

.site-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.headline-ribbon {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 562px;
    min-height: 49px;
    align-items: center;
    justify-content: space-between;
    justify-self: center;
    padding: 16px 10px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    outline: 0;
    color: #fff;
    background: #fb7100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.headline-ribbon:hover {
    color: #fff;
    background-color: #1f7f22;
    opacity: .95;
}

.headline-ribbon .animation {
    border-radius: 100%;
    animation: swm-ripple .6s linear infinite;
}

@keyframes swm-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px rgba(255, 255, 255, .1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px rgba(255, 255, 255, .1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

.consultation-button {
    display: inline-flex;
    width: min(100%, 183px);
    min-height: 40px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    margin-right: 0;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #d50000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
}

.site-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.45vw, 20px);
    align-items: center;
    width: 100%;
    padding: 20px;
    background: #214b29 url("../images/wp-header/button-background.png") center center / cover no-repeat;
}

.site-header .site-nav .nav-tile,
.site-header .site-nav .nav-tile.active,
.site-header .site-nav .nav-tile:hover {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    height: 68px;
    min-height: 68px;
    padding: 10px 14px;
    overflow: hidden;
    border: 0;
    border-bottom: 4px solid #7d7d7d;
    border-radius: 10px;
    color: #000;
    background: linear-gradient(90deg, #fcc69a 0%, #b6ffb9 100%);
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .5);
    filter: none;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: 0;
    text-decoration: none;
    transform: none;
    transition: transform .2s ease;
}

.site-header .site-nav .nav-tile:hover {
    transform: scale(.97);
}

.site-header .site-nav .nav-tile strong {
    display: block;
    min-width: 0;
    overflow: visible;
    color: #000;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: 0;
    white-space: normal;
}

.site-header .site-nav .priority-nav-tile,
.site-header .site-nav .priority-nav-tile.active,
.site-header .site-nav .priority-nav-tile:hover {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 12px;
    border-bottom-color: #fb7100;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255, 255, 255, .32);
}

.site-header .site-nav .priority-nav-tile::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

.site-header .site-nav .priority-nav-tile > * {
    position: relative;
    z-index: 2;
}

.site-header .site-nav .priority-nav-tile::before {
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, #159447, #b6ffb9, #fb7100, #ffd3a5, #159447);
    background-size: 260% 100%;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: swm-priority-border-flow 3.8s ease-in-out infinite;
}

.site-header .site-nav .live-bidding-nav-tile,
.site-header .site-nav .live-bidding-nav-tile.active,
.site-header .site-nav .live-bidding-nav-tile:hover {
    display: none;
}

@keyframes swm-priority-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.site-header .tile-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    justify-self: center;
}

.site-header .tile-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .site-topbar {
        padding: 5px 20px;
    }

    .language-select {
        width: 40%;
        max-width: 40%;
    }

    .language-menu {
        width: min(680px, calc(100vw - 40px));
        grid-template-columns: repeat(3, minmax(130px, 1fr));
    }

    .site-brand-row {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
        justify-items: center;
    }

    .site-logo {
        width: min(90%, 310px);
        justify-self: center;
        margin-left: 0;
    }

    .headline-ribbon,
    .consultation-button {
        justify-self: center;
        margin-right: 0;
    }

    .site-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .site-topbar {
        min-height: 0;
        align-items: center;
        flex-direction: row;
        gap: 8px;
        padding: 7px 8px;
    }

    .social-links {
        gap: 4px;
        flex-wrap: nowrap;
    }

    .social-links a {
        width: 28px;
        height: 28px;
        border-radius: 4px;
        font-size: 14px;
    }

    .language-select {
        width: auto;
        max-width: 128px;
        margin: 0;
    }

    .language-button {
        width: 124px;
        height: 34px;
        gap: 6px;
        padding: 0 10px;
        font-size: 14px;
    }

    .language-menu {
        width: min(360px, calc(100vw - 24px));
        max-height: calc(100vh - 72px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        padding: 8px;
    }

    .language-menu button {
        min-height: 34px;
        padding: 0 10px;
        font-size: 13px;
    }

    .site-brand-row {
        min-height: 0;
        grid-template-columns: 46% 47%;
        gap: 8px 7%;
        padding: 8px 10px;
    }

    .site-logo {
        width: 100%;
        max-width: none;
        justify-self: start;
    }

    .headline-ribbon {
        display: none;
    }

    .consultation-button {
        width: 100%;
        min-height: 44px;
        padding: 0 12px;
        font-size: 12px;
    }

    .site-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 12px;
    }

    .site-header .site-nav .nav-tile:nth-child(1) {
        order: 1;
    }

    .site-header .site-nav .nav-tile:nth-child(4) {
        order: 2;
    }

    .site-header .site-nav .marketplace-nav-tile {
        order: 3;
    }

    .site-header .site-nav .live-bidding-nav-tile {
        order: 4;
    }

    .site-header .site-nav .live-bidding-nav-tile,
    .site-header .site-nav .live-bidding-nav-tile.active,
    .site-header .site-nav .live-bidding-nav-tile:hover {
        display: grid;
    }

    .site-header .site-nav .nav-tile:nth-child(5) {
        order: 5;
    }

    .site-header .site-nav .nav-tile:nth-child(6) {
        order: 6;
    }

    .site-header .site-nav .nav-tile,
    .site-header .site-nav .nav-tile.active,
    .site-header .site-nav .nav-tile:hover {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px;
        height: 64px;
        min-height: 64px;
        padding: 10px 5px;
        font-size: 12px;
    }

    .site-header .site-nav .nav-tile strong {
        font-size: 12px;
        line-height: 1.35;
    }

    .site-header .tile-icon,
    .site-header .tile-icon img {
        width: 30px;
        height: 30px;
    }
}

/* WordPress Elementor footer recreation */
.site-footer.wp-footer {
    position: relative;
    display: block;
    justify-content: initial;
    gap: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 14% -12%, rgba(251, 113, 0, .16) 0, rgba(251, 113, 0, 0) 34%),
        radial-gradient(circle at 88% 10%, rgba(24, 132, 91, .28) 0, rgba(24, 132, 91, 0) 32%),
        linear-gradient(135deg, #031d17 0%, #064333 52%, #021411 100%);
    border: 0;
    box-shadow: none;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.wp-footer,
.wp-footer * {
    box-sizing: border-box;
}

.wp-footer a {
    color: #fff;
    text-decoration: none;
}

.wp-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bg {
    background: transparent;
}

.footer-bg1 {
    background: transparent;
}

.swm-footer-intro {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: center;
    width: min(100%, 1500px);
    min-height: 0;
    gap: clamp(48px, 6vw, 110px);
    margin: 0 auto;
    padding: 48px clamp(34px, 4.8vw, 88px) 36px;
}

.swm-footer-logo-card {
    display: flex;
    width: min(100%, 270px);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}

.swm-footer-logo-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.swm-footer-intro p {
    max-width: 1120px;
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.swm-footer-divider {
    display: none;
    height: 0;
    border: 0;
    background: transparent;
}

.swm-footer-main {
    display: grid;
    grid-template-columns: minmax(170px, .9fr) minmax(190px, .95fr) minmax(270px, 1.12fr) minmax(330px, 1.18fr);
    align-items: start;
    width: min(100%, 1500px);
    min-height: 0;
    gap: clamp(34px, 4.5vw, 78px);
    margin: 0 auto;
    padding: 46px clamp(34px, 4.8vw, 88px) 58px;
}

.site-footer.wp-footer .swm-footer-column {
    display: block;
    min-width: 0;
    text-align: left;
}

.swm-footer-column h2 {
    margin: 0 0 22px;
    color: #fff;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: 0;
    text-transform: capitalize;
}

.swm-footer-column li {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .86);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.swm-footer-column a {
    display: inline-flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, .86);
    transition: color .3s;
}

.swm-footer-column a:hover {
    color: #ffb15a;
}

.swm-footer-contact a {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 12px;
    max-width: 500px;
}

.swm-footer-contact i {
    width: 14px;
    margin-top: 6px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.swm-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: min(100%, 1500px);
    min-height: 0;
    margin: 0 auto;
    padding: 28px clamp(34px, 4.8vw, 88px) 42px;
}

.swm-footer-bottom h5 {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.site-footer.wp-footer .swm-footer-social {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.swm-footer-bottom-spacer {
    display: none;
}

.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    order: 2;
    margin-bottom: 0;
}

.site-footer.wp-footer .swm-footer-social h5 {
    order: 1;
}

.footer-social-links a {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
    transition: transform .3s, box-shadow .3s;
}

.footer-social-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .28);
}

.footer-social-links .facebook {
    background: #3b5998;
}

.footer-social-links .twitter {
    background: #1da1f2;
}

.footer-social-links .youtube {
    background: #cd201f;
}

.footer-social-links .linkedin {
    background: #0077b5;
}

.footer-social-links .instagram {
    background: linear-gradient(25deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}

@media (max-width: 1024px) {
    .swm-footer-intro {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 22px;
    }

    .swm-footer-logo-card {
        width: min(100%, 300px);
    }

    .swm-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .swm-footer-column h2 {
        font-size: 22px;
    }

    .swm-footer-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .swm-footer-intro {
        padding: 24px 18px;
    }

    .swm-footer-intro p {
        font-size: 14px;
    }

    .swm-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 16px;
        padding: 24px 18px;
    }

    .swm-footer-column h2 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .swm-footer-column li {
        font-size: 12px;
    }

    .swm-footer-contact a {
        grid-template-columns: 12px minmax(0, 1fr);
        gap: 8px;
    }

    .swm-footer-contact i {
        width: 12px;
        font-size: 12px;
    }

    .swm-footer-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding: 24px 18px;
        text-align: center;
    }

    .swm-footer-bottom-spacer {
        display: none;
    }
}

/* Professional footer layout refinement */
.site-footer.wp-footer {
    background:
        radial-gradient(circle at 8% 8%, rgba(251, 113, 0, .16) 0, rgba(251, 113, 0, 0) 28%),
        radial-gradient(circle at 92% 18%, rgba(54, 211, 153, .12) 0, rgba(54, 211, 153, 0) 30%),
        linear-gradient(140deg, #031713 0%, #063b2f 45%, #02110f 100%);
}

.swm-footer-intro {
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: stretch;
    width: min(100%, 1480px);
    gap: clamp(34px, 5vw, 88px);
    padding: 56px clamp(34px, 5vw, 86px) 28px;
}

.swm-footer-logo-card {
    align-self: center;
    width: 300px;
    max-width: 100%;
    min-height: 112px;
    padding: 8px;
    border-radius: 10px;
}

.swm-footer-logo-card img {
    border-radius: 8px;
}

.swm-footer-intro p {
    align-self: center;
    max-width: none;
    padding: 22px 26px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    font-size: 16px;
    line-height: 1.75;
}

.swm-footer-main {
    grid-template-columns: minmax(180px, .85fr) minmax(215px, .95fr) minmax(290px, 1.15fr) minmax(360px, 1.35fr);
    width: min(100%, 1480px);
    gap: clamp(30px, 4.2vw, 76px);
    padding: 34px clamp(34px, 5vw, 86px) 50px;
}

.site-footer.wp-footer .swm-footer-column {
    padding: 0;
}

.swm-footer-column h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.swm-footer-column li {
    margin-bottom: 9px;
    line-height: 1.55;
}

.swm-footer-column a {
    color: rgba(255, 255, 255, .84);
}

.swm-footer-contact {
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.swm-footer-contact a {
    max-width: none;
}

.swm-footer-bottom {
    width: min(100%, 1480px);
    padding: 20px clamp(34px, 5vw, 86px) 42px;
}

.site-footer.wp-footer .swm-footer-social {
    min-height: 44px;
    padding: 0;
}

.footer-social-links a {
    width: 34px;
    height: 34px;
}

@media (max-width: 1180px) {
    .swm-footer-intro {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 34px;
    }

    .swm-footer-logo-card {
        width: 260px;
    }

    .swm-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .swm-footer-intro {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 34px 18px 22px;
    }

    .swm-footer-logo-card {
        width: min(100%, 280px);
        min-height: 0;
    }

    .swm-footer-intro p {
        padding: 18px;
        font-size: 14px;
    }

    .swm-footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px 18px 34px;
    }

    .swm-footer-contact {
        padding: 20px;
    }

    .swm-footer-bottom {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 18px;
        padding: 22px 18px 32px;
    }

    .site-footer.wp-footer .swm-footer-social {
        flex-wrap: wrap;
    }
}

/* Footer layout correction */
.site-footer.wp-footer {
    overflow-x: hidden;
    background: linear-gradient(135deg, #052d25 0%, #073b2d 54%, #021713 100%);
    border-top: 4px solid #fb7100;
}

.site-footer.wp-footer .swm-footer-intro,
.site-footer.wp-footer .swm-footer-main,
.site-footer.wp-footer .swm-footer-bottom {
    width: min(calc(100% - 72px), 1320px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.site-footer.wp-footer .swm-footer-intro {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 46px;
    padding-top: 42px;
    padding-bottom: 34px;
}

.site-footer.wp-footer .swm-footer-logo-card {
    width: 230px;
    min-height: 0;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
}

.site-footer.wp-footer .swm-footer-logo-card img {
    border-radius: 8px;
}

.site-footer.wp-footer .swm-footer-intro p {
    max-width: 980px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, .9);
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.75;
}

.site-footer.wp-footer .swm-footer-main {
    grid-template-columns: .8fr .9fr 1.15fr 1.2fr;
    gap: 42px;
    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.site-footer.wp-footer .swm-footer-column h2 {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.28;
}

.site-footer.wp-footer .swm-footer-column li {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.55;
}

.site-footer.wp-footer .swm-footer-contact {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-footer.wp-footer .swm-footer-contact a {
    grid-template-columns: 14px minmax(0, 1fr);
    max-width: none;
}

.site-footer.wp-footer .swm-footer-bottom {
    grid-template-columns: 1fr auto;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 34px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.site-footer.wp-footer .swm-footer-social {
    justify-self: end;
}

.site-footer.wp-footer .footer-social-links a {
    width: 31px;
    height: 31px;
    border-radius: 5px;
}

@media (max-width: 1180px) {
    .site-footer.wp-footer .swm-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .site-footer.wp-footer .swm-footer-intro,
    .site-footer.wp-footer .swm-footer-main,
    .site-footer.wp-footer .swm-footer-bottom {
        width: min(calc(100% - 32px), 1320px);
    }

    .site-footer.wp-footer .swm-footer-intro,
    .site-footer.wp-footer .swm-footer-main,
    .site-footer.wp-footer .swm-footer-bottom {
        grid-template-columns: 1fr;
    }

    .site-footer.wp-footer .swm-footer-intro {
        gap: 22px;
        padding-top: 34px;
    }

    .site-footer.wp-footer .swm-footer-logo-card {
        width: min(100%, 240px);
    }

    .site-footer.wp-footer .swm-footer-social {
        justify-self: center;
    }
}

/* About SolarWindMart page */
.about-page main {
    background: #ffffff;
}

.swm-about {
    overflow: hidden;
    background: #ffffff;
    color: #18231f;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.about-wrap {
    width: min(calc(100% - 64px), 1190px);
    margin-right: auto;
    margin-left: auto;
}

.about-hero {
    min-height: 318px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .66) 0%, rgba(0, 0, 0, .48) 45%, rgba(0, 0, 0, .36) 100%),
        url("../images/about/banner.png") center / cover no-repeat;
}

.about-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.about-hero h1 span,
.about-cta h2 span {
    color: #fb7100;
}

.about-intro {
    padding: 18px 0 24px;
}

.about-intro p,
.about-copy p,
.about-vision p,
.about-work p,
.about-sustainability p {
    margin: 0 0 13px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

.about-mission {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    padding: 20px 0 12px;
}

.about-illustration {
    display: flex;
    justify-content: center;
}

.about-illustration img {
    width: min(100%, 345px);
    height: auto;
    display: block;
}

.about-copy h2,
.about-vision h2,
.about-sustainability h2 {
    margin: 0 0 18px;
    color: #202020;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.about-vision {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 42px;
    align-items: center;
    padding: 10px 0 28px;
}

.about-vision p {
    text-align: left;
}

.about-vision-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(10, 45, 35, .18);
}

.about-work {
    padding: 0 0 24px;
}

.about-work h2 {
    margin: 0 0 16px;
    color: #111111;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.about-work ul {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.about-work li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 22px;
    color: #252525;
    font-size: 13px;
    line-height: 1.55;
}

.about-work li::before {
    content: ">>";
    position: absolute;
    top: 0;
    left: 0;
    color: #fb7100;
    font-size: 12px;
    font-weight: 800;
}

.about-ecosystem,
.about-journey {
    padding: 28px 0 42px;
    background: #f3f6f8;
}

.about-section-heading {
    margin-bottom: 24px;
    text-align: center;
}

.about-section-heading h2 {
    margin: 0 0 8px;
    color: #203033;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.about-section-heading p {
    margin: 0;
    color: #697578;
    font-size: 13px;
    line-height: 1.6;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    max-width: 1110px;
    margin: 0 auto;
}

.ecosystem-card {
    min-height: 170px;
    padding: 30px 26px;
    border-radius: 8px;
    background: #128036;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 12px 24px rgba(4, 55, 26, .18);
}

.ecosystem-card i {
    display: block;
    margin-bottom: 15px;
    color: #ffe28a;
    font-size: 24px;
    line-height: 1;
}

.ecosystem-card h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.ecosystem-card p {
    margin: 0;
    color: rgba(255, 255, 255, .91);
    font-size: 12px;
    line-height: 1.55;
}

.about-choose {
    padding: 34px 0 42px;
}

.choose-list {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding-left: 46px;
}

.choose-list::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 12px;
    width: 3px;
    background: #1faa65;
}

.choose-item {
    position: relative;
    margin-bottom: 18px;
    padding: 22px 28px;
    border-radius: 7px;
    background: #f6f8f9;
}

.choose-item::before {
    content: "";
    position: absolute;
    top: 26px;
    left: -40px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #d7dddf;
}

.choose-item.active {
    background: #effaf5;
    box-shadow: 0 8px 24px rgba(18, 128, 54, .13);
}

.choose-item.active::before {
    background: #1faa65;
}

.choose-item h3 {
    margin: 0 0 7px;
    color: #25302d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.choose-item p {
    margin: 0;
    color: #64706d;
    font-size: 12px;
    line-height: 1.6;
}

.about-sustainability {
    max-width: 1010px;
    padding: 32px 0 46px;
    text-align: center;
}

.about-sustainability h2 {
    text-decoration: none;
}

.about-sustainability p {
    color: #5b6663;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.journey-grid div {
    min-height: 174px;
    padding: 26px 18px;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 28px rgba(16, 28, 35, .08);
}

.journey-grid h3 {
    margin: 0 0 12px;
    color: #435058;
    font-size: 14px;
    font-weight: 700;
}

.journey-grid p {
    margin: 0;
    color: #68747a;
    font-size: 11px;
    line-height: 1.65;
}

.about-cta {
    padding: 56px 0;
    background: #0d742f;
    color: #ffffff;
}

.about-cta .about-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
}

.about-cta h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.about-cta p {
    max-width: 760px;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    line-height: 1.8;
}

.about-cta-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
}

.about-cta-actions a {
    display: inline-flex;
    min-width: 132px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f6c400;
    color: #102219;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.about-cta-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}

@media (max-width: 1024px) {
    .about-mission {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-vision {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ecosystem-grid,
    .journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cta .about-wrap {
        grid-template-columns: 1fr;
    }

    .about-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .about-wrap {
        width: min(calc(100% - 30px), 1190px);
    }

    .about-hero {
        min-height: 210px;
        background-position: 65% center;
    }

    .about-hero h1 {
        font-size: 28px;
    }

    .about-work h2,
    .about-section-heading h2 {
        font-size: 25px;
    }

    .about-copy h2,
    .about-vision h2,
    .about-sustainability h2 {
        font-size: 20px;
    }

    .ecosystem-grid,
    .journey-grid {
        grid-template-columns: 1fr;
    }

    .choose-list {
        padding-left: 32px;
    }

    .choose-item {
        padding: 18px 20px;
    }

    .choose-item::before {
        left: -31px;
    }

    .about-cta {
        padding: 38px 0;
    }

    .about-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.about-page .site-header {
    position: static;
    top: auto;
}

.about-page .eco-parallelogram-section {
    padding: 10px 20px;
    background: #f4f7fb;
    text-align: center;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.about-page .eco-title {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.about-page .eco-subtitle {
    max-width: 750px;
    margin: 0 auto 60px;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
}

.about-page .eco-parallelogram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    justify-items: center;
    align-items: center;
}

.about-page .eco-card {
    width: 100%;
    max-width: 320px;
    background: linear-gradient(135deg, #0f6b2f, #1e9b4f);
    transform: skew(-10deg);
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
    transition: all .35s ease;
    cursor: pointer;
}

.about-page .eco-card:hover,
.about-page .eco-card.active {
    transform: skew(-10deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .28);
}

.about-page .eco-card-inner {
    transform: skew(10deg);
    padding: 30px 25px;
    color: #ffffff;
}

.about-page .eco-icon {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1;
}

.about-page .eco-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.about-page .eco-card p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    opacity: .95;
}

.about-page .why-choose-section {
    padding: 20px 20px;
    background: #ffffff;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.about-page .why-title {
    margin: 0 0 10px;
    color: #1f2937;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.about-page .why-subtitle {
    max-width: 750px;
    margin: 0 auto 60px;
    color: #555555;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.about-page .why-container {
    max-width: 900px;
    margin: auto;
    position: relative;
    padding-left: 40px;
}

.about-page .why-line {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #0f6b2f, #1e9b4f);
    border-radius: 2px;
}

.about-page .why-item {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}

.about-page .why-dot {
    width: 16px;
    height: 16px;
    background: #cccccc;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin-top: 6px;
    flex: 0 0 16px;
    transition: background .3s, transform .3s;
}

.about-page .why-content {
    width: 100%;
    background: #f6f8fb;
    padding: 20px 25px;
    border-radius: 10px;
    transition: all .3s ease;
}

.about-page .why-content h3 {
    margin: 0 0 8px;
    color: #10233c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.about-page .why-content p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
}

.about-page .why-item:hover .why-dot,
.about-page .why-item.active .why-dot {
    background: #1e9b4f;
    transform: scale(1.3);
}

.about-page .why-item:hover .why-content,
.about-page .why-item.active .why-content {
    background: #e9f7ef;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.about-page .journey-section {
    padding: 30px 20px;
    background: #f7f9fc;
    text-align: center;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.about-page .journey-title {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.about-page .journey-subtitle {
    max-width: 760px;
    margin: 0 auto 50px;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
}

.about-page .journey-wrapper {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.about-page .journey-step {
    background: #ffffff;
    padding: 30px 20px 40px;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.about-page .journey-step h3 {
    margin: 0 0 12px;
    color: #10233c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.about-page .journey-step p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
}

.about-page .step-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    background: linear-gradient(to right, #0f6b2f, #1e9b4f);
    border-radius: 0 0 14px 14px;
    transition: width .4s ease;
}

.about-page .journey-step:hover,
.about-page .journey-step.active {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.about-page .journey-step:hover .step-bar,
.about-page .journey-step.active .step-bar {
    width: 100%;
}

@media (max-width: 992px) {
    .about-page .eco-parallelogram-grid,
    .about-page .journey-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .about-page .why-container {
        padding-left: 20px;
    }

    .about-page .why-line {
        left: 7px;
    }

    .about-page .why-item {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .about-page .eco-parallelogram-grid,
    .about-page .journey-wrapper {
        grid-template-columns: 1fr;
    }

    .about-page .eco-card {
        transform: skew(-6deg);
    }

    .about-page .eco-card:hover,
    .about-page .eco-card.active {
        transform: skew(-6deg) translateY(-10px);
    }

    .about-page .eco-card-inner {
        transform: skew(6deg);
    }
}

/* Contact page */
.contact-page .site-header {
    position: static;
    top: auto;
}

.contact-page main {
    background: #ffffff;
}

.swm-contact-section {
    padding: 78px 20px 86px;
    background:
        radial-gradient(circle at 8% 10%, rgba(30, 155, 79, .08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.swm-contact-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 640px);
    gap: clamp(46px, 6vw, 90px);
    width: min(calc(100% - 48px), 1380px);
    margin: 0 auto;
    align-items: start;
}

.swm-contact-info {
    padding-top: 10px;
}

.swm-contact-eyebrow {
    display: inline-flex;
    margin-bottom: 26px;
    color: #168128;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.swm-contact-info h1 {
    margin: 0 0 34px;
    color: #000000;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.12;
}

.swm-contact-lead,
.swm-contact-note {
    margin: 0 0 12px;
    color: #202733;
    font-size: 22px;
    line-height: 1.5;
}

.swm-contact-note::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 14px;
    margin-right: 8px;
    border-radius: 999px 999px 999px 0;
    background: #ffd75a;
    transform: rotate(-18deg);
    vertical-align: -1px;
}

.swm-contact-list {
    display: grid;
    gap: 34px;
    margin-top: 72px;
}

.swm-contact-list article {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.swm-contact-list article > span {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: #168128;
    box-shadow: 0 12px 26px rgba(22, 129, 40, .22);
}

.swm-contact-list i {
    font-size: 25px;
    line-height: 1;
}

.swm-contact-list h2,
.swm-contact-social h2 {
    margin: 0 0 6px;
    color: #000000;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
}

.swm-contact-list p {
    max-width: 690px;
    margin: 0;
    color: #65717d;
    font-size: 17px;
    line-height: 1.65;
}

.swm-contact-list a {
    color: inherit;
    text-decoration: none;
}

.swm-contact-list a:hover {
    color: #168128;
}

.swm-contact-social {
    margin-top: 48px;
}

.swm-contact-social div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.swm-contact-social a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.swm-contact-social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, .16);
}

.swm-contact-social .facebook {
    background: #3b5998;
}

.swm-contact-social .twitter {
    background: #1da1f2;
}

.swm-contact-social .youtube {
    background: #cd201f;
}

.swm-contact-social .linkedin {
    background: #0077b5;
}

.swm-contact-social .instagram {
    background: linear-gradient(25deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}

.swm-contact-form {
    display: grid;
    gap: 30px;
    padding: clamp(34px, 4vw, 52px);
    border-radius: 36px;
    background: #ffffff;
    box-shadow:
        0 25px 55px rgba(15, 23, 42, .16),
        inset 0 0 0 1px rgba(15, 23, 42, .06);
}

.swm-contact-form label {
    display: block;
}

.swm-contact-form input,
.swm-contact-form textarea {
    width: 100%;
    border: 0;
    border-radius: 13px;
    padding: 21px 24px;
    color: #111827;
    background: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    box-shadow:
        0 3px 0 rgba(0, 0, 0, .26),
        0 10px 18px rgba(15, 23, 42, .08),
        inset 0 0 0 1px rgba(15, 23, 42, .04);
    outline: none;
    transition: box-shadow .2s ease, transform .2s ease;
}

.swm-contact-form textarea {
    min-height: 156px;
    resize: vertical;
}

.swm-contact-form input::placeholder,
.swm-contact-form textarea::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.swm-contact-form input:focus,
.swm-contact-form textarea:focus {
    transform: translateY(-1px);
    box-shadow:
        0 3px 0 rgba(22, 129, 40, .42),
        0 12px 24px rgba(22, 129, 40, .12),
        inset 0 0 0 2px rgba(22, 129, 40, .22);
}

.swm-contact-form button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: #168128;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 15px 28px rgba(22, 129, 40, .22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.swm-contact-form button:hover {
    background: #0f6b2f;
    transform: translateY(-2px);
    box-shadow: 0 20px 35px rgba(22, 129, 40, .28);
}

.contact-page .alert {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

.contact-page .alert.error {
    color: #7f1d1d;
    background: #fee2e2;
}

.swm-contact-form .field-error {
    display: block;
    margin-top: 10px;
    color: #c73535;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .swm-contact-wrap {
        grid-template-columns: 1fr;
    }

    .swm-contact-form {
        max-width: 760px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .swm-contact-section {
        padding: 48px 0 58px;
    }

    .swm-contact-wrap {
        width: min(calc(100% - 30px), 1380px);
        gap: 36px;
    }

    .swm-contact-eyebrow {
        font-size: 23px;
    }

    .swm-contact-info h1 {
        font-size: 34px;
    }

    .swm-contact-lead,
    .swm-contact-note {
        font-size: 17px;
    }

    .swm-contact-list {
        gap: 24px;
        margin-top: 42px;
    }

    .swm-contact-list article {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 16px;
    }

    .swm-contact-list article > span {
        width: 50px;
        height: 50px;
    }

    .swm-contact-list h2,
    .swm-contact-social h2 {
        font-size: 22px;
    }

    .swm-contact-list p {
        font-size: 14px;
    }

    .swm-contact-form {
        gap: 22px;
        padding: 24px 18px;
        border-radius: 22px;
    }

    .swm-contact-form input,
    .swm-contact-form textarea {
        padding: 16px 17px;
        font-size: 16px;
    }
}

/* Contact page refined layout */
.contact-page .swm-contact-section {
    padding: 58px 20px 76px;
    background:
        linear-gradient(135deg, rgba(247, 250, 248, .96) 0%, rgba(255, 255, 255, .98) 45%, rgba(238, 247, 241, .96) 100%),
        repeating-linear-gradient(90deg, rgba(18, 132, 91, .05) 0 1px, transparent 1px 78px);
}

.contact-page .swm-contact-hero {
    width: min(calc(100% - 48px), 920px);
    margin: 0 auto 38px;
    text-align: center;
}

.contact-page .swm-contact-hero span,
.contact-page .swm-contact-form-head span,
.contact-page .swm-contact-panel-head span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #fb7100;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-page .swm-contact-hero h1 {
    margin: 0;
    color: #10251d;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.12;
}

.contact-page .swm-contact-hero p {
    max-width: 710px;
    margin: 17px auto 0;
    color: #60706a;
    font-size: 17px;
    line-height: 1.7;
}

.contact-page .swm-contact-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    gap: 28px;
    width: min(calc(100% - 48px), 1240px);
    margin: 0 auto;
    align-items: stretch;
}

.contact-page .swm-contact-form,
.contact-page .swm-contact-panel {
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(16, 37, 29, .13);
}

.contact-page .swm-contact-form {
    display: block;
    max-width: none;
    padding: clamp(26px, 3vw, 40px);
    border: 1px solid #e2ece7;
    background: rgba(255, 255, 255, .98);
}

.contact-page .swm-contact-form-head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7eee9;
}

.contact-page .swm-contact-form-head h2,
.contact-page .swm-contact-panel-head h2 {
    margin: 0;
    font-size: clamp(25px, 2.1vw, 34px);
    font-weight: 800;
    line-height: 1.18;
}

.contact-page .swm-contact-form-head h2 {
    color: #10251d;
}

.contact-page .swm-contact-form-head p,
.contact-page .swm-contact-panel-head p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.65;
}

.contact-page .swm-contact-form-head p {
    color: #6a7871;
}

.contact-page .swm-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.contact-page .swm-contact-form label {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
    color: #15291f;
    font-size: 13px;
    font-weight: 800;
}

.contact-page .swm-form-grid label {
    margin-bottom: 0;
}

.contact-page .swm-contact-form input,
.contact-page .swm-contact-form textarea {
    border: 1px solid #dbe8e1;
    border-radius: 12px;
    padding: 14px 15px;
    color: #10251d;
    background: #f9fcfa;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    box-shadow: none;
}

.contact-page .swm-contact-form textarea {
    min-height: 142px;
}

.contact-page .swm-contact-form input::placeholder,
.contact-page .swm-contact-form textarea::placeholder {
    color: #9aa8a1;
}

.contact-page .swm-contact-form input:focus,
.contact-page .swm-contact-form textarea:focus {
    transform: none;
    border-color: #159447;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(21, 148, 71, .12);
}

.contact-page .swm-contact-form button {
    width: 100%;
    min-height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #128036, #0f6b2f);
    font-size: 16px;
    letter-spacing: .02em;
    box-shadow: 0 16px 30px rgba(15, 107, 47, .24);
}

.contact-page .swm-contact-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 3vw, 38px);
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(251, 113, 0, .16), transparent 36%),
        linear-gradient(135deg, #093223 0%, #0b5130 55%, #128036 100%);
}

.contact-page .swm-contact-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 78px);
    opacity: .45;
    pointer-events: none;
}

.contact-page .swm-contact-panel > * {
    position: relative;
    z-index: 1;
}

.contact-page .swm-contact-panel-head h2 {
    color: #ffffff;
}

.contact-page .swm-contact-panel-head p {
    color: rgba(255, 255, 255, .76);
}

.contact-page .swm-contact-list {
    display: grid;
    gap: 16px;
    margin: 34px 0;
}

.contact-page .swm-contact-list a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.contact-page .swm-contact-list a:hover {
    color: #ffffff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .13);
}

.contact-page .swm-contact-list i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: #fb7100;
    font-size: 17px;
    line-height: 1;
}

.contact-page .swm-contact-list strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.contact-page .swm-contact-list span {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.6;
}

.contact-page .swm-contact-social {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.contact-page .swm-contact-social h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

.contact-page .swm-contact-social div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
}

.contact-page .swm-contact-social a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 15px;
}

@media (max-width: 1080px) {
    .contact-page .swm-contact-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .contact-page .swm-contact-section {
        padding: 42px 0 58px;
    }

    .contact-page .swm-contact-hero,
    .contact-page .swm-contact-wrap {
        width: min(calc(100% - 30px), 1240px);
    }

    .contact-page .swm-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-page .swm-contact-social {
        align-items: flex-start;
        flex-direction: column;
    }
}

.swm-consultation-modal[hidden] {
    display: none;
}

.swm-consultation-modal {
    position: fixed;
    inset: 0;
    z-index: 7000;
    display: grid;
    place-items: center;
    padding: 18px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.swm-consultation-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 13, 17, .66);
    backdrop-filter: blur(7px);
}

.swm-consultation-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(310px, .75fr);
    width: min(900px, calc(100vw - 44px));
    max-height: calc(100vh - 36px);
    max-height: calc(100dvh - 36px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 34px 110px rgba(0, 0, 0, .36);
}

.swm-consultation-content {
    position: static;
    min-width: 0;
    padding: clamp(20px, 2.8vw, 34px);
    overflow-y: auto;
}

.swm-consultation-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #e3e8e5;
    border-radius: 999px;
    color: #111827;
    background: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.swm-consultation-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #c91523;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.swm-consultation-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: currentColor;
}

.swm-consultation-content h2 {
    max-width: 620px;
    margin: 0 42px 8px 0;
    color: #15171b;
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.swm-consultation-copy {
    max-width: 640px;
    margin: 0 0 16px;
    color: #687280;
    font-size: 13px;
    line-height: 1.6;
}

.swm-consultation-success {
    margin: 0 0 14px;
    padding: 11px 13px;
    border: 1px solid #bfe8d0;
    border-radius: 12px;
    color: #0d5136;
    background: #e8f8ee;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.swm-consultation-form {
    display: grid;
    gap: 12px;
}

.swm-consultation-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #f3f4f6;
}

.swm-consultation-options label {
    display: block;
    margin: 0;
}

.swm-consultation-options span {
    display: grid;
    min-height: 38px;
    place-items: center;
    border-radius: 14px;
    color: #5d6470;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.swm-consultation-options input:checked + span {
    color: #ffffff;
    background: linear-gradient(135deg, #e51b2c, #c91221);
    box-shadow: 0 14px 32px rgba(201, 18, 33, .28);
}

.swm-consultation-form > label:not(.swm-consultation-terms) {
    display: grid;
    gap: 8px;
    margin: 0;
    color: #2a2f37;
    font-size: 13px;
    font-weight: 800;
}

.swm-consultation-form input[type="text"],
.swm-consultation-form input[type="tel"] {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    border: 1px solid #d9dde3;
    border-radius: 14px;
    padding: 0 18px;
    color: #17202a;
    background: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
}

.swm-consultation-form input[type="text"]:focus,
.swm-consultation-form input[type="tel"]:focus {
    border-color: #c91221;
    box-shadow: 0 0 0 4px rgba(201, 18, 33, .1);
}

.swm-consultation-phone {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d9dde3;
    border-radius: 14px;
    background: #ffffff;
}

.swm-consultation-phone select {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 44px;
    border-right: 1px solid #e7e9ee;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 0 8px;
    color: #27313d;
    background: #f8fafc;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    outline: 0;
    cursor: pointer;
}

.swm-consultation-phone input[type="tel"] {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.swm-consultation-terms {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
    color: #737b86;
    font-size: 13px;
    line-height: 1.5;
}

.swm-consultation-terms input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    flex: 0 0 18px;
}

.swm-consultation-terms a {
    color: #c91221;
    font-weight: 800;
}

.swm-consultation-form button[type="submit"] {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #e51b2c, #c91221);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 18px 38px rgba(201, 18, 33, .28);
}

.swm-consultation-form small {
    color: #8a93a0;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.swm-consultation-visual {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 100%;
    align-items: end;
    justify-items: end;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 16%, rgba(251, 113, 0, .18), transparent 30%),
        linear-gradient(145deg, #effff6 0%, #f8fffb 48%, #fff3df 100%);
}

.swm-consultation-visual img {
    position: absolute;
    right: -4px;
    bottom: 0;
    display: block;
    width: auto;
    max-width: none;
    height: 96%;
    max-height: 760px;
    object-fit: contain;
    object-position: right bottom;
    filter: contrast(1.06) saturate(1.08) drop-shadow(0 24px 36px rgba(12, 45, 26, .18));
}

@media (max-width: 920px) {
    .swm-consultation-dialog {
        grid-template-columns: 1fr;
        width: min(560px, calc(100vw - 24px));
    }

    .swm-consultation-visual {
        order: -1;
        min-height: 190px;
    }

    .swm-consultation-visual img {
        right: 0;
        width: auto;
        height: 100%;
        max-height: 220px;
    }
}

@media (max-width: 560px) {
    .swm-consultation-modal {
        padding: 10px;
    }

    .swm-consultation-dialog {
        width: 100%;
        max-height: calc(100vh - 20px);
        max-height: calc(100dvh - 20px);
        border-radius: 18px;
    }

    .swm-consultation-visual {
        display: none;
    }

    .swm-consultation-content {
        padding: 22px 16px 18px;
    }

    .swm-consultation-close {
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
        font-size: 22px;
    }

    .swm-consultation-kicker {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .swm-consultation-content h2 {
        margin-right: 40px;
        font-size: 26px;
        line-height: 1.1;
    }

    .swm-consultation-copy {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.55;
    }

    .swm-consultation-options {
        gap: 4px;
        padding: 5px;
        border-radius: 14px;
    }

    .swm-consultation-options span {
        min-height: 42px;
        border-radius: 11px;
        font-size: 11px;
    }

    .swm-consultation-form {
        gap: 13px;
    }

    .swm-consultation-form input[type="text"],
    .swm-consultation-form input[type="tel"] {
        min-height: 48px;
        border-radius: 12px;
        padding: 0 13px;
        font-size: 14px;
    }

    .swm-consultation-phone {
        grid-template-columns: 82px minmax(0, 1fr);
        border-radius: 12px;
    }

    .swm-consultation-phone select,
    .swm-consultation-terms {
        font-size: 12px;
    }

    .swm-consultation-form button[type="submit"] {
        min-height: 52px;
        border-radius: 13px;
        font-size: 14px;
    }
}
