/* ============================================================
   Nanostone Leaflet Area Calculator — Cleaned CSS v2.9.90
   Generated: 2026-04-14
   ============================================================ */

/* --- Base styles --- */

.nsgac-wrap,.nsgac-wrap * {
    box-sizing:border-box;
}

.nsgac-wrap {
    margin:24px 0;
    width:100%;
    max-width:100%;
    overflow:hidden;
    color:#333;
    font-family:"Open Sans",Arial,sans-serif;
    isolation:isolate;
    position:relative;
}

.nsgac-card {
    width:100%;
    max-width:100%;
    background:#fff;
    border-radius:24px;
    box-shadow:0 12px 28px rgba(0,0,0,.04);
    overflow:hidden;
}

.nsgac-head,.nsgac-map-panel,.nsgac-side-panel {
    padding:24px;
}

.nsgac-kicker {
    display:inline-block;
    padding: 10px 18px;
    background:#ececf0;
    color:#0f263a;
    font-size:12px;
    font-weight:700;
    clip-path: polygon(12% 0,100% 0,100% 100%,0 100%);
}

.nsgac-title {
    margin:14px 0 8px;
    color:#0f263a;
    font-size:clamp(28px,4vw,42px);
    line-height:1.08;
}

.nsgac-subtitle {
    margin:0;
    color:#333;
    font-size:16px;
    line-height:1.55;
}

.nsgac-grid {
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);
    border-top:1px solid #e5e5e5;
}

.nsgac-map-panel,.nsgac-side-panel {
    min-width:0;
}

.nsgac-side-panel {
    background:#fafafa;
    border-left:1px solid #e5e5e5;
}

.nsgac-stage {
    display:none;
}

.nsgac-stage.is-active {
    display:block;
}

.nsgac-label {
    display:block;
    margin-bottom:8px;
    color:#0f263a;
    font-size:14px;
    font-weight:700;
}

.nsgac-address-input {
    display:block;
    width:100%;
    min-height:58px;
    padding:0 16px;
    border:1px solid #bfc3c8;
    border-radius:6px;
    background:#fff;
    color:#0f263a;
    font-size:17px;
}

.nsgac-address-input:focus {
    outline:none;
    border-color:#0f263a;
    box-shadow:0 0 0 4px rgba(15,38,58,.08);
}

.nsgac-analyzing-card {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:220px;
    border-radius:16px;
    background:#fff;
    text-align:center;
    padding:24px;
}

.nsgac-spinner {
    width:44px;
    height:44px;
    border:3px solid #ececf0;
    border-top-color:#0f263a;
    border-radius:50%;
    animation:nsgac-spin 1s linear infinite;
    margin-bottom:16px;
}

.nsgac-analyzing-title {
    color:#0f263a;
    font-size:22px;
    font-weight:800;
    margin-bottom:6px;
}

.nsgac-analyzing-text {
    color:#333;
    font-size:15px;
}

.nsgac-map-shell {
    margin-bottom:16px;
}

.nsgac-map {
    width:100%;
    min-height:460px;
    border:1px solid #d8dadd;
    border-radius:18px;
    overflow:hidden;
    background:#ececf0;
}

.nsgac-action-panel {
    border-radius:18px;
    background: transparent;
    padding: 0;
    border: none;
}

.nsgac-action-buttons {
    display:flex;
    gap: 16px;
    align-items:flex-start;
    justify-content: flex-start;
    margin-left: -4px;
}

.nsgac-icon-action {
    appearance:none;
    border:none;
    background:transparent;
    padding:0;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    text-align:center;
    color:#3d5f4f;
}

.nsgac-icon-action.is-active .nsgac-icon-circle {
    background: #c6281a;
    color:#fff;
}

.nsgac-icon-circle {
    width:72px;
    height:72px;
    border-radius:999px;
    background: #e52f19;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    line-height:1;
}

.nsgac-icon-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.nsgac-action-metrics {
    margin-left:auto;
    text-align:right;
}

.nsgac-action-m2 {
    font-size: 48px !important;
    line-height: 1 !important;
    color: #2f4d40 !important;
    font-weight: 700 !important;
}

.nsgac-action-caption {
    margin-top:8px;
    padding-top:10px;
    border-top:2px solid #d9d9d9;
    color:#999;
    font-size:14px;
}

.nsgac-action-footer {
    margin-top:14px;
}

.nsgac-draw-status {
    display:inline-block;
    padding: 12px 18px;
    border-radius:999px;
    background:#f0f0f0;
    color:#333;
    font-size:13px;
    font-weight:700;
}

.nsgac-hidden-tools {
    display:none;
}

.nsgac-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:12px 16px;
    border:none;
    border-radius:6px;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    cursor:pointer;
    white-space:normal;
    line-height:1.25;
    text-align:center;
}

.nsgac-btn-primary {
    background:#e52f19;
    color:#fff !important;
}

.nsgac-summary,.nsgac-box {
    width:100%;
    margin-bottom:14px;
    padding:16px;
    border-radius:18px;
    background:#fff;
}

.nsgac-box-title {
    margin:0 0 12px;
    color:#0f263a;
    font-size:18px;
    font-weight:800;
}

.nsgac-summary-row {
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:10px 0;
    border-bottom:1px solid #ececf0;
}

.nsgac-summary-row:last-child {
    border-bottom:none;
}

.nsgac-summary-row span {
    color:#333;
}

.nsgac-summary-row strong {
    color:#0f263a;
    text-align:right;
}

.nsgac-area-row,.nsgac-empty {
    width:100%;
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:12px 14px;
    border-radius:12px;
    background:#fff;
    color:#333;
    margin-bottom:10px;
    text-align:left;
}

.nsgac-area-row {
    cursor:pointer;
    align-items: center;
}

.nsgac-area-row.is-selected {
    border-color:#e52f19;
    box-shadow:0 0 0 3px rgba(229,47,25,.08);
}

.nsgac-price-table {
    display:block;
    width:100%;
    margin-bottom:18px;
    text-align:left;
    border: 1px solid #d9dce2;
    border-radius:12px;
    background: #f4f4f5;
    color:#333;
    overflow:hidden;
    cursor:pointer;
}

.nsgac-price-table.is-active {
    border-color:#0f263a;
    box-shadow:0 0 0 2px rgba(15,38,58,.08);
}

.nsgac-price-table-head {
    position:relative;
    padding:18px 20px;
    background: #0f263a;
    color:#fff;
}

.nsgac-price-table-badge {
    position:absolute;
    top:-18px;
    right:18px;
    background:#6ea5a6;
    color:#fff;
    font-size:12px;
    font-weight:700;
    border-radius:6px;
    padding:8px 12px;
}

.nsgac-price-table-title {
    margin-bottom:6px;
    color:#fff;
    font-size:20px;
    font-weight:800;
    text-transform:uppercase;
}

.nsgac-price-table-prices {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 6px !important;
}

.nsgac-price-table-from {
    color: #f2b233 !important;
    font-size: 26px !important;
    font-weight: 800 !important;
}

.nsgac-price-table-before {
    color:rgba(255,255,255,.9);
    font-size:15px;
    font-weight:700;
    text-decoration:line-through;
}

.nsgac-price-table-body {
    padding:20px;
    background:#f4f4f5;
}

.nsgac-price-table-rowlabel,.nsgac-price-table-listtitle {
    margin-bottom:6px;
    color:#333;
    font-size:13px;
    font-weight:800;
}

.nsgac-price-table-extra {
    margin-bottom:4px;
    color:#f2b233;
    font-size:18px;
    font-weight:800;
}

.nsgac-price-table-extra-before {
    margin-bottom:2px;
    color:#666;
    font-size:14px;
    text-decoration:line-through;
}

.nsgac-price-table-extra-meta {
    margin-bottom: 8px !important;
    color:#333;
    font-size:13px;
}

.nsgac-price-table-saving {
    display:inline-block;
    margin-bottom: 10px !important;
    padding:8px 12px;
    border:1px solid #d9dce2;
    border-radius:999px;
    background:#fff;
    color:#333;
    font-size:13px;
    font-weight:700;
}

.nsgac-price-table-divider {
    margin: 0 0 10px !important;
    border-top:1px solid #d9dce2;
}

.nsgac-price-table-list {
    margin: 0 0 10px !important;
    padding:0;
    list-style:none;
    display: block;
}

.nsgac-price-table-list li {
    position:relative;
    margin-bottom: 10px !important;
    padding-left:28px;
    color:#333;
    line-height:1.45;
    white-space:normal;
    overflow-wrap:anywhere;
    display: block;
}

.nsgac-price-table-list li::before {
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#e52f19;
    font-size:22px;
    line-height:1;
}

.nsgac-price-table-fee {
    margin-top:10px;
    margin-bottom:16px;
    padding-top:12px;
    border-top:1px solid #d9dce2;
    color:#333;
    font-size:13px;
    font-weight: 400 !important;
    display: none !important;
}

.nsgac-price-table-cta {
    display: flex;
    width: fit-content;
    min-width: 220px;
    color:#fff !important;
    margin: 16px auto 0;
    justify-content: center;
}

.nsgac-note {
    margin-top:10px;
    color:#333;
    font-size:13px;
}

.nsgac-cta {
    color:#fff !important;
    width:100%;
}

.nsgac-error {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:240px;
    padding:24px;
    text-align:center;
    color:#333;
    background:#fff;
}

.pac-container {
    border:1px solid #e5e5e5 !important;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-family:"Open Sans",Arial,sans-serif !important;
    z-index:999999 !important;
    overflow: hidden;
}

.pac-item {
    padding:10px 12px !important;
    display: flex;
    align-items: center;
}

.nsgac-area-name {
    width: 100%;
    border: none;
    background: transparent;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
}

.nsgac-area-name:focus {
    outline: none;
    border-bottom: 1px solid #d9dce2;
}

.nsgac-area-dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
    border-radius: 999px;
    display: inline-block;
}

.nsgac-map-label {
    padding: 8px 10px;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    white-space: nowrap;
}

.nsgac-wrap .nsgac-card,
.nsgac-wrap .nsgac-summary,
.nsgac-wrap .nsgac-box,
.nsgac-wrap .nsgac-action-panel,
.nsgac-wrap .nsgac-price-table,
.nsgac-wrap .nsgac-price-table-head,
.nsgac-wrap .nsgac-price-table-body,
.nsgac-wrap .nsgac-area-row,
.nsgac-wrap .nsgac-empty,
.nsgac-wrap .nsgac-analyzing-card,
.nsgac-wrap .nsgac-map-shell,
.nsgac-wrap .nsgac-map,
.nsgac-wrap .nsgac-head,
.nsgac-wrap .nsgac-side-panel,
.nsgac-wrap .nsgac-map-panel {
    background-image:none !important;
}

.nsgac-wrap .nsgac-card,
.nsgac-wrap .nsgac-summary,
.nsgac-wrap .nsgac-box,
.nsgac-wrap .nsgac-analyzing-card,
.nsgac-wrap .nsgac-area-row,
.nsgac-wrap .nsgac-empty {
    background-color:#fff !important;
}

.nsgac-wrap .nsgac-side-panel {
    background-color:#fafafa !important;
    padding-top: 15px;
}

.nsgac-wrap .nsgac-price-table {
    background: #f3f3f3 !important;
    border: 0 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
    transition: all 0.2s ease;
    padding: 0 !important;
}

.nsgac-wrap .nsgac-price-table.is-active {
    background:#f4f4f5 !important;
    border-color:#0f263a !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.16) !important;
    border: 0 !important;
    transform: translateY(-2px) scale(1.01) !important;
    z-index: 3 !important;
    animation: nsgacPackagePulse .28s ease-out;
}

.nsgac-wrap .nsgac-price-table-head {
    background: #0f263a !important;
    color: #fff !important;
    position: relative !important;
    overflow: visible !important;
    padding-top: 22px;
    padding: 20px 20px 18px !important;
    transition: background-color .2s ease !important;
}

.nsgac-wrap .nsgac-price-table-body {
    background: #f3f3f3 !important;
    padding: 0px 22px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    border-right: 1px solid #d5d5d5 !important;
    border-left: 1px solid #d5d5d5 !important;
    border-bottom: 1px solid #d5d5d5 !important;
}

.nsgac-wrap .nsgac-btn,
.nsgac-wrap .nsgac-btn:link,
.nsgac-wrap .nsgac-btn:visited {
    text-decoration:none !important;
    border-radius:6px !important;
}

.nsgac-wrap .nsgac-btn-primary,
.nsgac-wrap .nsgac-btn-primary:link,
.nsgac-wrap .nsgac-btn-primary:visited,
.nsgac-wrap .nsgac-price-table-cta {
    background:#e52f19 !important;
    color:#fff !important;
    border:none !important;
}

.nsgac-wrap .nsgac-price-table-cta:hover,
.nsgac-wrap .nsgac-btn-primary:hover {
    background:#c6281a !important;
    color:#fff !important;
}

.nsgac-wrap .nsgac-icon-action,
.nsgac-wrap .nsgac-icon-action:hover,
.nsgac-wrap .nsgac-icon-action:focus,
.nsgac-wrap .nsgac-icon-action:active {
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
}

.nsgac-wrap .nsgac-icon-circle {
    background:#e52f19 !important;
    color:#fff !important;
    border:none !important;
    box-shadow:none !important;
    position: relative;
    overflow: hidden;
}

.nsgac-wrap .nsgac-icon-action.is-active .nsgac-icon-circle {
    background: #e52f19 !important;
}

.nsgac-wrap .nsgac-action-panel {
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    border-radius: 20px !important;
    padding: 20px !important;
}

.nsgac-wrap .nsgac-action-m2 {
    color: #333 !important;
}

.nsgac-wrap .nsgac-price-table *,
.nsgac-wrap .nsgac-summary *,
.nsgac-wrap .nsgac-box *,
.nsgac-wrap .nsgac-action-panel * {
    box-shadow:none;
}

.nsgac-wrap button:not(.nsgac-btn):not(.nsgac-icon-action):not(.nsgac-area-row):not(.nsgac-service-tab),
.nsgac-wrap input[type="submit"]:not(.nsgac-btn),
.nsgac-wrap input[type="button"]:not(.nsgac-btn) {
    background:initial !important;
    color:inherit !important;
}

.nsgac-wrap .nsgac-area-name {
    background: #fff !important;
    color: #333 !important;
    border: 2px solid rgba(15,45,70,.55) !important;
    box-shadow:none !important;
    min-width: 50px !important;
    width: auto !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 6px !important;
    cursor: text !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    padding: 0 8px !important;
    pointer-events: auto !important;
    min-height: 30px !important;
    flex: 1 1 0 !important;
    height: 30px !important;
    max-height: 30px !important;
    box-sizing: border-box !important;
}

.nsgac-wrap .nsgac-area-name:focus {
    border-bottom:1px solid #d9dce2 !important;
    outline: none !important;
    border: 2px solid #0f2d46 !important;
    box-shadow: 0 0 0 3px rgba(15,45,70,.10) !important;
}

.nsgac-wrap .nsgac-kicker {
    background: #E52F19 !important;
    color: #ffffff !important;
    padding: 10px 18px !important;
    clip-path: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

.nsgac-wrap .nsgac-draw-status {
    padding: 14px 18px !important;
    border-radius: 16px !important;
}

.nsgac-wrap .nsgac-price-table-list {
    display:block !important;
    list-style: none !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.nsgac-wrap .nsgac-price-table-list li {
    display:block !important;
    white-space: normal !important;
    position: relative !important;
    margin-bottom: 12px !important;
    padding-left: 34px !important;
    color: #253341 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
    list-style: none !important;
    margin-left: 0 !important;
}

.nsgac-stage-search.is-active {
    display:block;
}

.nsgac-stage-measure.is-active {
    display: block !important;
    margin-top: 5px !important;
}

.nsgac-search-map-shell {
    position: relative;
}

.nsgac-map-search {
    min-height:420px;
    position: relative;
    z-index: 1;
}

.nsgac-search-overlay {
    position:absolute;
    top:18px;
    left:18px;
    right:auto;
    width:min(460px, calc(100% - 36px));
    z-index:5;
    background:rgba(255,255,255,.96);
    border-radius:18px;
    box-shadow:0 12px 28px rgba(0,0,0,.08);
    padding:16px;
    backdrop-filter:blur(4px);
    pointer-events: auto;
}

.nsgac-search-overlay-note {
    margin-top:10px;
    color:#666;
    font-size:13px;
}

.nsgac-search-overlay.is-condensed {
    top:14px;
    left:14px;
    width:min(380px, calc(100% - 28px));
    padding:14px;
}

.nsgac-search-overlay.is-condensed .nsgac-search-overlay-note {
    display:none;
}

.nsgac-search-overlay.is-condensed .nsgac-address-input {
    min-height:52px;
}

.nsgac-stage-measure .nsgac-map-shell {
    display:none;
}

.nsgac-search-overlay .nsgac-label,
.nsgac-search-overlay .nsgac-address-input,
.nsgac-search-overlay .nsgac-search-overlay-note,
.nsgac-search-overlay .nsgac-autocomplete-dropdown,
.nsgac-search-overlay .nsgac-autocomplete-item {
    pointer-events: auto;
}

.nsgac-wrap .nsgac-summary {
    border-radius: 16px !important;
}

.nsgac-wrap .nsgac-icon-action {
    min-width: 118px;
}

.nsgac-wrap .nsgac-icon-label {
    display: block !important;
    margin-top: 10px;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

.nsgac-wrap .nsgac-price-table,
.nsgac-wrap .nsgac-price-table.is-active {
    border: none !important;
    box-shadow: none !important;
}

.nsgac-wrap .nsgac-box {
    padding: 0 !important;
}

.nsgac-wrap .nsgac-box-title {
    padding: 4px 0px 0;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.2px;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.nsgac-wrap .nsgac-packages {
    padding: 0 0 16px;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    align-items: start !important;
}

.nsgac-wrap .nsgac-price-table-cta {
    display: flex !important;
    margin: 0 auto !important;
    justify-content: center !important;
    min-width: 142px !important;
    padding: 14px 20px !important;
    border-radius: 4px !important;
    align-items: center !important;
    text-align: center !important;
    transition: all 0.15s ease;
}

.nsgac-wrap .nsgac-price-table-list,
.nsgac-wrap .nsgac-price-table-list li {
    display: block !important;
    white-space: normal !important;
}

.nsgac-wrap .nsgac-area-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 15px !important;
    width: 100%;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.nsgac-wrap .nsgac-area-row strong {
    min-width: 96px;
    text-align: right;
    display: inline-block;
    font-variant-numeric: tabular-nums;
}

.nsgac-wrap .gm-style .gm-style-iw-c {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    max-width: none !important;
}

.nsgac-wrap .gm-style .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
}

.nsgac-wrap .gm-style .gm-style-iw-tc,
.nsgac-wrap .gm-style .gm-style-iw-chr,
.nsgac-wrap .gm-style .gm-ui-hover-effect {
    display: none !important;
}

.nsgac-wrap .gm-style .gm-style-iw-t::after {
    display: none !important;
}

.nsgac-wrap .nsgac-map-label {
    padding: 8px 10px !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    transition: transform .16s ease, box-shadow .16s ease;
}

.nsgac-wrap .nsgac-map,
.nsgac-wrap .nsgac-map-search,
.nsgac-wrap .nsgac-map-measure {
    width: 100% !important;
    min-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
}

.nsgac-wrap .nsgac-map > div,
.nsgac-wrap .nsgac-map-search > div,
.nsgac-wrap .nsgac-map-measure > div {
    width: 100% !important;
    height: 100% !important;
}

.nsgac-wrap .gm-style {
    width: 100% !important;
    height: 100% !important;
}

.nsgac-wrap .nsgac-action-buttons {
    gap: 0 !important;
}

.nsgac-wrap .nsgac-action-caption {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 2px solid #d9d9d9;
    color: #646464;
    font-size: 14px;
}

.nsgac-wrap .nsgac-area-name:hover,
.nsgac-wrap .nsgac-area-name:focus {
    background: #fff !important;
    border: 1px dashed #d9dce2 !important;
    outline: none !important;
    box-shadow: none !important;
}

.nsgac-wrap input[type=date],
.nsgac-wrap input[type=email],
.nsgac-wrap input[type=number],
.nsgac-wrap input[type=password],
.nsgac-wrap input[type=search],
.nsgac-wrap input[type=tel],
.nsgac-wrap input[type=text],
.nsgac-wrap input[type=url],
.nsgac-wrap select,
.nsgac-wrap textarea {
    border: 1px solid #666 !important;
    border-radius: 12px !important;
    padding: .5rem 1rem !important;
    transition: all .3s;
    width: 100%;
}

.nsgac-wrap .nsgac-price-table-badge {
    position: absolute;
    top: -12px !important;
    right: 18px !important;
    z-index: 10;
    margin: 0 !important;
    border-radius: 6px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    transform: none !important;
    background: #6ea5a6 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 10px 14px !important;
    left: auto !important;
}

.nsgac-wrap .nsgac-icon-action svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
}

.nsgac-wrap .nsgac-mobile-sticky {
    display: none !important;
}

.nsgac-wrap .nsgac-price-table-recommended .nsgac-price-table-head {
    box-shadow: inset 0 0 0 2px rgba(242,178,51,.35);
}

.nsgac-wrap .nsgac-price-table-recommended .nsgac-price-table-badge {
    background:#6ea5a6 !important;
}

.nsgac-wrap .nsgac-note {
    margin-top: 16px;
    margin-bottom: 20px !important;
}

.nsgac-wrap .nsgac-desktop-sticky {
    display:none;
}

.nsgac-wrap .nsgac-total-area {
    font-size: 42px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    line-height: 1 !important;
    color: #1f2f3a !important;
}

.nsgac-wrap .nsgac-price-table,
.nsgac-wrap .nsgac-area-row,
.nsgac-wrap .nsgac-btn,
.nsgac-wrap .nsgac-icon-circle,
.nsgac-wrap .nsgac-desktop-sticky,
.nsgac-wrap .nsgac-mobile-sticky {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.nsgac-wrap .nsgac-price-table:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.10) !important;
}

.nsgac-wrap .nsgac-area-row:hover {
    border-color: rgba(229,47,25,.35) !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.04);
}

.nsgac-wrap .nsgac-btn:hover,
.nsgac-wrap .nsgac-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.nsgac-wrap .nsgac-btn:active {
    transform: translateY(0);
}

.nsgac-wrap .nsgac-icon-action:hover .nsgac-icon-circle,
.nsgac-wrap .nsgac-icon-action:focus .nsgac-icon-circle {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 22px rgba(229,47,25,.22);
    background: #FF0000 !important;
}

.nsgac-wrap .nsgac-desktop-sticky:hover,
.nsgac-wrap .nsgac-mobile-sticky:hover {
    box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

.nsgac-wrap .nsgac-summary-row {
    align-items: center;
}

.nsgac-wrap .nsgac-summary-label {
    font-size: 14px !important;
    color: #666 !important;
}

.nsgac-wrap .nsgac-summary-value {
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px;
    color: #0F263A !important;
}

.nsgac-wrap .nsgac-total-zones {
    font-size: 22px !important;
}

.nsgac-wrap .nsgac-selected-package {
    font-size: 16px !important;
    line-height: 1.3;
    font-weight: 800 !important;
    color: #1f2f3a !important;
    letter-spacing: -0.2px;
}

.nsgac-wrap .nsgac-total-area,
.nsgac-wrap .nsgac-mobile-sticky-area,
.nsgac-wrap .nsgac-desktop-sticky-area,
.nsgac-wrap .nsgac-total-zones {
    font-variant-numeric: tabular-nums;
}

.nsgac-wrap .nsgac-total-area,
.nsgac-wrap .nsgac-mobile-sticky-area,
.nsgac-wrap .nsgac-desktop-sticky-area {
    will-change: contents, transform;
}

.nsgac-wrap .nsgac-btn-primary:hover,
.nsgac-wrap .nsgac-btn-primary:focus,
.nsgac-wrap .nsgac-price-table-cta:hover,
.nsgac-wrap .nsgac-price-table-cta:focus,
.nsgac-wrap .nsgac-mobile-sticky-cta:hover,
.nsgac-wrap .nsgac-mobile-sticky-cta:focus,
.nsgac-wrap .nsgac-desktop-sticky-cta:hover,
.nsgac-wrap .nsgac-desktop-sticky-cta:focus {
    background: #FF0000 !important;
    color: #fff !important;
}

.nsgac-wrap .nsgac-area-empty,
.nsgac-wrap .nsgac-empty {
    padding: 18px 20px !important;
    border-radius: 12px !important;
    font-size: 14px;
}

.nsgac-wrap .nsgac-map-label:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.10) !important;
}

.nsgac-wrap .nsgac-map {
    transition: box-shadow .18s ease, border-color .18s ease;
}

.nsgac-wrap .nsgac-map:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.nsgac-wrap .nsgac-area-row.is-selected {
    box-shadow: 0 10px 22px rgba(229,47,25,.08) !important;
}

.nsgac-wrap .nsgac-box .nsgac-area-row,
.nsgac-wrap .nsgac-areas-list .nsgac-area-row {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nsgac-wrap .nsgac-btn-primary:hover,
.nsgac-wrap .nsgac-btn-primary:focus,
.nsgac-wrap .nsgac-price-table-cta:hover,
.nsgac-wrap .nsgac-price-table-cta:focus,
.nsgac-wrap .nsgac-mobile-sticky-cta:hover,
.nsgac-wrap .nsgac-mobile-sticky-cta:focus,
.nsgac-wrap .nsgac-desktop-sticky-cta:hover,
.nsgac-wrap .nsgac-desktop-sticky-cta:focus,
.nsgac-wrap a.nsgac-btn-primary:hover,
.nsgac-wrap a.nsgac-btn-primary:focus,
.nsgac-wrap button.nsgac-btn-primary:hover,
.nsgac-wrap button.nsgac-btn-primary:focus {
    background: #FF0000 !important;
    border-color: #FF0000 !important;
    color: #fff !important;
}

.nsgac-wrap .nsgac-icon-circle i {
    color: #fff !important;
    font-size: 23px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nsgac-wrap .nsgac-ripple {
    position: absolute;
    border-radius: 999px;
    background: rgba(255,255,255,.35);
    transform: translate(-50%, -50%) scale(0);
    animation: nsgac-ripple-expand .48s ease-out forwards;
    pointer-events: none;
}

.nsgac-wrap .nsgac-icon-action:active .nsgac-icon-circle {
    transform: scale(.96);
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-row,
.nsgac-wrap .nsgac-box .nsgac-area-row {
    padding: 12px 15px !important;
}

.nsgac-wrap .nsgac-total-area,
.nsgac-wrap .nsgac-total-zones {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    letter-spacing: 0 !important;
}

.nsgac-wrap .nsgac-grid {
    grid-template-columns: 1fr !important;
}

.nsgac-wrap .nsgac-map-panel {
    position: relative;
    min-width: 0;
    padding-bottom: 24px;
}

.nsgac-wrap .nsgac-map-side-overlay {
    width: 100%;
}

.nsgac-wrap .nsgac-box-packages {
    padding: 0 !important;
    animation: nsgacSectionReveal 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 8px !important;
    padding-top: 0 !important;
}

.nsgac-wrap .gm-style .gm-control-active,
.nsgac-wrap .gm-style button,
.nsgac-wrap .gm-style .gmnoprint > div,
.nsgac-wrap .gm-style .gmnoprint button {
    background: rgba(255,255,255,0.92) !important;
    backdrop-filter: blur(6px);
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
    border: none !important;
}

.nsgac-wrap .gm-style button,
.nsgac-wrap .gm-style .gmnoprint button {
    width: 42px !important;
    height: 42px !important;
}

.nsgac-wrap .gm-style button img,
.nsgac-wrap .gm-style .gmnoprint button img {
    filter: brightness(0) saturate(100%) invert(20%);
}

.nsgac-wrap .gm-style .gm-control-active,
.nsgac-wrap .gm-style button,
.nsgac-wrap .gm-style .gmnoprint > div,
.nsgac-wrap .gm-style .gmnoprint button,
.nsgac-wrap .gm-style .gm-fullscreen-control {
    background: #fff !important;
    backdrop-filter: none !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.15) !important;
    border: none !important;
}

.nsgac-wrap .gm-style button,
.nsgac-wrap .gm-style .gmnoprint button,
.nsgac-wrap .gm-style .gm-fullscreen-control {
    width: 42px !important;
    height: 42px !important;
}

.nsgac-wrap .gm-style button img,
.nsgac-wrap .gm-style .gmnoprint button img,
.nsgac-wrap .gm-style .gm-fullscreen-control img {
    filter: brightness(0) saturate(100%) invert(20%);
}

.nsgac-wrap .gm-style .gm-control-active:hover,
.nsgac-wrap .gm-style button:hover,
.nsgac-wrap .gm-style .gmnoprint button:hover,
.nsgac-wrap .gm-style .gm-fullscreen-control:hover {
    background: rgba(255,255,255,0.98) !important;
}

.nsgac-wrap .gm-style .gmnoprint {
    border-radius: 14px !important;
}

.nsgac-wrap .gm-style button img {
    filter: brightness(0) saturate(100%) invert(20%);
}

.nsgac-wrap .gm-style button:hover {
    background: #f5f5f5 !important;
}

.nsgac-wrap .gm-style .gm-bundled-control,
.nsgac-wrap .gm-style .gm-svpc,
.nsgac-wrap .gm-style .gmnoprint[role="group"] {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: visible !important;
}

.nsgac-wrap .gm-style .gm-control-active,
.nsgac-wrap .gm-style button[title],
.nsgac-wrap .gm-style button[aria-label],
.nsgac-wrap .gm-style div[role="button"][title],
.nsgac-wrap .gm-style .gm-fullscreen-control {
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.15) !important;
    border: none !important;
    opacity: 1 !important;
}

.nsgac-wrap .gm-style .gm-control-active + .gm-control-active {
    border-top: 1px solid rgba(0,0,0,.08) !important;
}

.nsgac-wrap .gm-style .gm-control-active:hover,
.nsgac-wrap .gm-style button[title]:hover,
.nsgac-wrap .gm-style button[aria-label]:hover,
.nsgac-wrap .gm-style div[role="button"][title]:hover,
.nsgac-wrap .gm-style .gm-fullscreen-control:hover {
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}

.nsgac-wrap .gm-style .gm-control-active,
.nsgac-wrap .gm-style button[title],
.nsgac-wrap .gm-style button[aria-label],
.nsgac-wrap .gm-style .gm-fullscreen-control {
    min-width: 42px !important;
    min-height: 42px !important;
}

.nsgac-wrap .gm-style button img,
.nsgac-wrap .gm-style .gm-control-active img {
    filter: brightness(0) saturate(100%) invert(20%) !important;
}

.nsgac-wrap .gm-style [aria-label*="kortkamera"],
.nsgac-wrap .gm-style [title*="kortkamera"],
.nsgac-wrap .gm-style [aria-label*="camera"],
.nsgac-wrap .gm-style [title*="camera"] {
    display: none !important;
}

.nsgac-wrap .gm-style .gm-fullscreen-control,
.nsgac-wrap .gm-style .gm-control-active,
.nsgac-wrap .gm-style button[aria-label],
.nsgac-wrap .gm-style button[title] {
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.15) !important;
    border: none !important;
}

.nsgac-wrap .gm-style .gm-fullscreen-control:hover,
.nsgac-wrap .gm-style .gm-control-active:hover,
.nsgac-wrap .gm-style button[aria-label]:hover,
.nsgac-wrap .gm-style button[title]:hover {
    background: #f5f5f5 !important;
}

.nsgac-price-table .nsgac-price-prefix,
.nsgac-price-table strong:first-child {
    display: none !important;
}

.nsgac-price-table strong:first-child {
    display: revert !important;
}

.nsgac-price-table-from,
.nsgac-price-table-before {
    display: inline-flex !important;
    align-items: baseline !important;
}

.nsgac-wrap .nsgac-box-packages,
.nsgac-wrap .nsgac-box-packages .nsgac-box-title {
    overflow: visible !important;
}

.nsgac-wrap .nsgac-price-table-title {
    margin-bottom: 10px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.nsgac-wrap .nsgac-price-table-prices {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 0px !important;
}

.nsgac-wrap .nsgac-price-table-from {
    color: #f2b233 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.3px !important;
    display: inline !important;
}

.nsgac-wrap .nsgac-price-table-before {
    color: rgba(255,255,255,.88) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: line-through !important;
    display: inline !important;
    margin-left: 6px !important;
}

.nsgac-wrap .nsgac-price-table-rowlabel,
.nsgac-wrap .nsgac-price-table-listtitle {
    margin-bottom: 6px !important;
    color: var(--e-global-color-primary) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
}

.nsgac-wrap .nsgac-price-table-extra {
    margin-bottom: 4px !important;
    color: #f2b233 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.nsgac-wrap .nsgac-price-table-extra-before {
    margin-bottom: 2px !important;
    color: var(--e-global-color-text) !important;
    font-size: 20px !important;
    text-decoration: line-through !important;
    line-height: 1.4em !important;
    font-weight: 300 !important;
}

.nsgac-wrap .nsgac-price-table-extra-meta {
    margin-bottom: 0px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.nsgac-wrap .nsgac-price-table-saving {
    display: inline-block !important;
    margin-bottom: 14px !important;
    padding: 10px 16px !important;
    border: 1px solid rgba(0,0,0,0.12) !important;
    border-radius: 999px !important;
    background: #f4f7f6 !important;
    color: #222222 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: auto !important;
    max-width: 240px !important;
    margin: 14px auto !important;
    text-align: center !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.nsgac-wrap .nsgac-price-table-divider {
    margin: 0 0 14px !important;
    border-top: 1px solid #d2d2d2 !important;
}

.nsgac-wrap .nsgac-price-table-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.2em !important;
    color: #e52f19 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    width: 18px !important;
    height: 18px !important;
    background: url('https://nanostone.dk/wp-content/uploads/2026/01/Tjek.svg') center center / contain no-repeat !important;
}

.nsgac-wrap .nsgac-price-table-fee {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
    padding-top: 12px !important;
    border-top: 1px solid #d2d2d2 !important;
    color: #444 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

.nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-head {
    box-shadow: inset 0 -2px 0 rgba(255,255,255,.08) !important;
    background: #e52f19 !important;
}

.nsgac-wrap .nsgac-icon-action[data-action="reset-all"] .nsgac-icon-circle {
    background: #0f2d46 !important;
}

.nsgac-wrap .nsgac-icon-action[data-action="reset-all"]:hover .nsgac-icon-circle,
.nsgac-wrap .nsgac-icon-action[data-action="reset-all"]:focus .nsgac-icon-circle {
    background: var(--nsgac-handle-color, #163d6c) !important;
}

.nsgac-wrap .nsgac-icon-action[data-action="start-polygon"] .nsgac-icon-circle {
    background: #e52f19 !important;
}

.nsgac-wrap .nsgac-icon-action[data-action="start-polygon"]:hover .nsgac-icon-circle,
.nsgac-wrap .nsgac-icon-action[data-action="start-polygon"]:focus .nsgac-icon-circle {
    background: #ff0000 !important;
}

.nsgac-wrap .nsgac-box-packages .nsgac-box-content,
.nsgac-wrap .nsgac-box-packages .elementor-widget-container {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.nsgac-wrap .nsgac-packages > * {
    margin: 0 !important;
}

.nsgac-wrap .nsgac-price-table-body .nsgac-price-table-cta {
    margin-top: auto !important;
}

.nsgac-wrap .nsgac-stage-measure {
    margin-bottom: 0 !important;
}

.nsgac-wrap .nsgac-stage-measure,
.nsgac-wrap .nsgac-status-row,
.nsgac-wrap .nsgac-action-footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.nsgac-wrap .nsgac-box-packages .nsgac-box-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.nsgac-wrap .nsgac-box-packages > .nsgac-box-title,
.nsgac-wrap .nsgac-box-packages .nsgac-box-title:first-child {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.nsgac-wrap .nsgac-price-table:hover .nsgac-price-table-saving {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.06) !important;
}

.nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-cta {
    background: #e52f19 !important;
    color: #fff !important;
    background-image: none !important;
}

.nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-cta::before {
    content: none !important;
    margin-right: 4px;
}

.nsgac-wrap .nsgac-box,
.nsgac-wrap .nsgac-box-content {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.nsgac-wrap .nsgac-stage-measure .nsgac-action-footer {
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

.nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-cta::after {
    content: " ✔" !important;
    margin-left: 6px !important;
}

.nsgac-wrap .nsgac-price-table .nsgac-price-table-cta {
    background: #0f263a !important;
    color: #fff !important;
    transition: background-color .2s ease, transform .15s ease !important;
}

.nsgac-wrap .nsgac-price-table:not(.is-active) .nsgac-price-table-cta:hover,
.nsgac-wrap .nsgac-price-table:not(.is-active) .nsgac-price-table-cta:focus {
    background: #1f4f7a !important;
}

.nsgac-bottom-bar * {
    color: #ffffff !important;
}

.nsgac-bottom-bar .nsgac-price,
.nsgac-bottom-bar strong {
    text-decoration: underline !important;
    font-weight: 700 !important;
}


/* ---- Sticky Bar Styles ---- */
.nsgac-mobile-sticky-price {
    text-decoration-line: underline !important;
    text-decoration-color: #ffffff !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
    display: inline-block !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-bottom: 2px solid #ffffff !important;
    line-height: 1.05 !important;
    padding-bottom: 2px !important;
    box-shadow: inset 0 -2px 0 #ffffff !important;
}

.nsgac-mobile-sticky-package {
    text-decoration: none !important;
    border-bottom: none !important;
}

.nsgac-mobile-sticky-price-value {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
    border-bottom: none !important;
    box-shadow: none !important;
    display: inline !important;
}


/* ---- Mobile Map Card ---- */
.nsgac-wrap .nsgac-mobile-map-card {
    display: none;
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 800;
}

.nsgac-wrap .nsgac-stage-measure .nsgac-icon-action.is-active[data-action="start-polygon"] .nsgac-icon-circle,
.nsgac-wrap .nsgac-mobile-map-card-button.is-active[data-mobile-action="start-polygon"] .nsgac-icon-circle,
.nsgac-wrap .nsgac-mobile-map-tool.is-active[data-mobile-action="start-polygon"] .nsgac-icon-circle {
    background: #c92a1f !important;
}

.nsgac-wrap .nsgac-stage-measure .nsgac-icon-action.is-active[data-action="start-polygon"] .nsgac-icon-circle {
    background: #c92a1f !important;
}

.nsgac-wrap .nsgac-mobile-map-card-button.is-active[data-mobile-action="start-polygon"] .nsgac-icon-circle,
.nsgac-wrap .nsgac-mobile-map-tool.is-active[data-mobile-action="start-polygon"] .nsgac-icon-circle {
    background: #c92a1f !important;
}

.nsgac-wrap .nsgac-stage-measure .nsgac-icon-action.is-complete[data-action="start-polygon"] .nsgac-icon-circle,
.nsgac-wrap .nsgac-mobile-map-card-button.is-complete[data-mobile-action="start-polygon"] .nsgac-icon-circle,
.nsgac-wrap .nsgac-mobile-map-tool.is-complete[data-mobile-action="start-polygon"] .nsgac-icon-circle {
    background: #c92a1f !important;
    color: #fff !important;
}

.nsgac-wrap .nsgac-persistent-status-row {
    display: block;
}

.nsgac-wrap[data-nsgac-stage="measure"] .nsgac-persistent-status-row {
    display: none !important;
}

.nsgac-wrap .nsgac-draw-status-persistent {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* ---- Mobile Edit Overlay ---- */
.nsgac-wrap .nsgac-mobile-edit-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 110 !important;
    pointer-events: none !important;
}

.nsgac-wrap .nsgac-mobile-edit-handle {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    margin: -20px 0 0 -20px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    pointer-events: auto !important;
    touch-action: none !important;
    cursor: grab !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.nsgac-wrap .nsgac-mobile-edit-handle-dot {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    margin-left: -6px !important;
    margin-top: -6px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 2px solid var(--nsgac-handle-color, #163d6c) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.18) !important;
}

.nsgac-wrap .nsgac-mobile-edit-handle.is-active .nsgac-mobile-edit-handle-dot {
    width: 18px !important;
    height: 18px !important;
    margin-left: -9px !important;
    margin-top: -9px !important;
    background: var(--nsgac-handle-color, #163d6c) !important;
    border: 3px solid #ffffff !important;
}

.nsgac-note-fee {
    margin-bottom: 8px;
    color: #333;
    font-size: 13px;
}

.nsgac-note-base {
    color: inherit;
}

.nsgac-wrap .nsgac-kicker-icon {
    font-size: 14px !important;
    line-height: 1 !important;
}

.nsgac-wrap .nsgac-kicker-text {
    color: #ffffff !important;
}

.nsgac-wrap .nsgac-service-note {
    margin: 14px 0 0 !important;
    color: #10263A !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
}

.nsgac-wrap .nsgac-price-table-list li::marker {
    content: "" !important;
}

.nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-cta::before,
.nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-cta::after,
.nsgac-wrap .nsgac-price-table-cta::before,
.nsgac-wrap .nsgac-price-table-cta::after {
    content: none !important;
    display: none !important;
}

.nsgac-wrap .nsgac-desktop-sticky-package {
    font-weight: 400 !important;
    color: rgba(255,255,255,0.85) !important;
}

.nsgac-wrap .nsgac-desktop-sticky-package .nsgac-price {
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: underline;
}

html.nsgac-modal-open,
body.nsgac-modal-open {
    overflow: hidden !important;
}


/* ---- Lead Modal (Tilbuds-dialog) ---- */
.nsgac-wrap .nsgac-lead-modal[hidden] {
    display: none !important;
}

.nsgac-wrap .nsgac-lead-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.nsgac-wrap .nsgac-lead-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 38, 58, 0.52) !important;
    backdrop-filter: blur(3px) !important;
}

.nsgac-wrap .nsgac-lead-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100vw - 40px)) !important;
    max-height: min(90vh, 900px) !important;
    overflow: hidden !important;
    margin: 5vh auto !important;
    background: #fff;
    border-radius: 26px !important;
    box-shadow: 0 22px 54px rgba(0,0,0,.22);
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(290px, 340px) minmax(0, 1fr) !important;
    grid-template-areas:
    "head head"
    "summary form"
    "print form"
    "message form" !important;
    column-gap: 24px !important;
    row-gap: 12px !important;
}

.nsgac-wrap .nsgac-lead-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #f2f4f7;
    color: #10263A;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.nsgac-wrap .nsgac-lead-modal-head h3 {
    margin: 0 0 4px !important;
    font-size: 26px !important;
    line-height: 1.1;
    color: #10263A;
    font-weight: 700 !important;
}

.nsgac-wrap .nsgac-lead-modal-head p {
    margin: 0;
    color: #5d6773;
    font-size: 14px !important;
    max-width: 700px !important;
}

.nsgac-wrap .nsgac-lead-modal-summary {
    margin-top: 16px;
    margin-bottom: 14px;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    background: #f6f8fb;
    border: 1px solid #dbe2ea;
    grid-area: summary !important;
    margin: 0 0 0 28px !important;
    align-self: start !important;
}

.nsgac-wrap .nsgac-lead-summary-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
}

.nsgac-wrap .nsgac-lead-summary-grid strong {
    display: block;
    margin-bottom: 1px;
    color: #637080;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
}

.nsgac-wrap .nsgac-lead-summary-grid span {
    color: #10263A;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.2 !important;
}

.nsgac-wrap .nsgac-lead-modal-message {
    margin-bottom: 14px;
    color: #10263A;
    font-size: 14px;
    grid-area: message !important;
    margin: 0 0 0 28px !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: #f4f7fa !important;
}

.nsgac-wrap .nsgac-lead-modal-message[data-state="error"] {
    color: #a4271b;
}

.nsgac-wrap .nsgac-lead-form-mount .hs-form-field {
    margin-bottom: 12px !important;
}

.nsgac-wrap .nsgac-lead-form-mount .hs-form-field label {
    font-weight: 700 !important;
    color: #10263A !important;
}

.nsgac-wrap .nsgac-lead-form-mount input,
.nsgac-wrap .nsgac-lead-form-mount textarea,
.nsgac-wrap .nsgac-lead-form-mount select {
    width: 100% !important;
    border: 1px solid #cfd6df !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    background: #fff !important;
    color: #10263A !important;
    min-height: 52px !important;
}

.nsgac-wrap .nsgac-lead-form-mount textarea {
    min-height: 120px !important;
}

.nsgac-wrap .nsgac-lead-form-mount .hs-button,
.nsgac-wrap .nsgac-lead-form-mount input[type="submit"] {
    background: #E52F19 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 22px !important;
    font-weight: 700 !important;
    min-width: 220px !important;
}

.nsgac-wrap .nsgac-lead-modal-head {
    grid-area: head !important;
    padding: 28px 28px 0 !important;
}

.nsgac-wrap .nsgac-lead-modal-message:empty {
    display: none !important;
}

.nsgac-wrap .nsgac-lead-form-mount {
    grid-area: form !important;
    min-width: 0 !important;
    max-height: calc(90vh - 180px) !important;
    overflow: auto !important;
    padding: 0 28px 28px 0 !important;
    scrollbar-width: thin !important;
}

.nsgac-wrap .nsgac-lead-form-mount .hs-form {
    max-width: none !important;
}

.nsgac-wrap .nsgac-lead-form-mount .hs-richtext,
.nsgac-wrap .nsgac-lead-form-mount .legal-consent-container {
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.nsgac-wrap .nsgac-lead-form-mount .hs_submit {
    margin-top: 8px !important;
}

.nsgac-wrap .nsgac-lead-form-mount .actions,
.nsgac-wrap .nsgac-lead-form-mount .hs_submit .actions {
    text-align: left !important;
}

.nsgac-wrap .nsgac-print-btn,
.nsgac-wrap .nsgac-print-button,
.nsgac-wrap .nsgac-print-cta,
.btn {
    border-radius: 6px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.nsgac-wrap .nsgac-print-btn:hover,
.nsgac-wrap .nsgac-print-button:hover,
.nsgac-wrap .nsgac-print-cta:hover,
.btn:hover {
    background: #f0442c !important;
}

.btn {
    background: #E52F19 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    border: none !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.btn:hover,
.btn:focus {
    background: #f0442c !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn,
.nsgac-wrap .btn,
.nsgac-wrap .nsgac-print-btn,
.nsgac-wrap .nsgac-print-button,
.nsgac-wrap .nsgac-print-cta {
    border-radius: 6px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.btn:hover,
.btn:focus,
.nsgac-wrap .nsgac-print-btn:hover,
.nsgac-wrap .nsgac-print-button:hover,
.nsgac-wrap .nsgac-print-cta:hover {
    background: #f0442c !important;
}

.pac-container .pac-item {
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.1;
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

.hs-button {
    border-radius: 6px !important;
}

.pac-container:after {
    display: none !important;
}

.pac-item + .pac-item {
    margin-top: 0 !important;
}

.pac-item-query {
    font-weight: 500;
}

.pac-icon {
    margin-right: 8px;
    opacity: 0.6;
}

.pac-item span:last-child {
    font-size: 12px;
    opacity: 0.7;
}

.nsgac-wrap .nsgac-area-select {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.nsgac-wrap .nsgac-area-delete {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    background: #e52f19;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-left: 8px;
}

.nsgac-wrap .nsgac-area-delete:hover {
    background: #ff3b24;
}

.nsgac-wrap .nsgac-area-delete:active {
    background: #d92a16;
}

.nsgac-wrap .nsgac-area-select .nsgac-area-size,
.nsgac-wrap .nsgac-area-size {
    margin-left: auto;
}

.nsgac-wrap .nsgac-area-size {
    margin-left: auto;
    white-space: nowrap;
    flex: 0 0 auto;
}

.nsgac-wrap .nsgac-area-content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nsgac-wrap .nsgac-area-delete-large {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 50%;
    border: none;
    background: #e52f19;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.nsgac-wrap .nsgac-area-delete-large:hover {
    background: #ff3b24;
}

.nsgac-wrap .nsgac-area-delete-large:active {
    background: #d92a16;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 8px 12px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-content {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    cursor: pointer !important;
    /* 0 base so it starts from nothing and grows */
    min-width: 0 !important;
    overflow: hidden !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-select,
.nsgac-wrap .nsgac-areas-list .nsgac-area-select[type="button"] {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-name,
.nsgac-wrap .nsgac-areas-list input.nsgac-area-name {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d0d4da !important;
    background: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f263a !important;
    padding: 6px 10px !important;
    cursor: text !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-size {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #555 !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large,
.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large[type="button"] {
    flex: 0 0 auto !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 36px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    background: #e52f19 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(229,47,25,.30) !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    text-decoration: none !important;
    margin-left: 8px !important;
    transition: background .15s ease, transform .1s ease !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large:hover,
.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large[type="button"]:hover {
    background: #ec381f !important;
    transform: scale(1.08) !important;
    box-shadow: none !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large:active,
.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large[type="button"]:active {
    background: #c6281a !important;
    transform: scale(0.96) !important;
}


/* ---- Leaflet Map Overrides ---- */
.nsgac-wrap .leaflet-container {
    width: 100% !important;
    height: 100% !important;
    border-radius: inherit;
    font-family: "Open Sans", Arial, sans-serif;
    background: #d8d8d8;
}

.nsgac-wrap .nsgac-map-search {
    position: relative;
    overflow: hidden;
}

.nsgac-wrap .nsgac-search-map-shell {
    position: relative;
    border-radius: 18px !important;
    overflow: hidden !important;
}

.nsgac-wrap .nsgac-search-overlay {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1000;
    width: calc(min(420px, 100% - 28px));
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.18);
}

.nsgac-wrap .nsgac-autocomplete-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0,0,0,.14);
    z-index: 99999;
    overflow: hidden;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.nsgac-wrap .nsgac-autocomplete-dropdown.is-open {
    display: block;
}

.nsgac-wrap .nsgac-autocomplete-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    cursor: pointer;
    font-size: 14px;
    color: #0f263a;
    line-height: 1.2;
    border-bottom: 1px solid #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background .1s ease;
}

.nsgac-wrap .nsgac-autocomplete-item:last-child {
    border-bottom: none;
}

.nsgac-wrap .nsgac-autocomplete-item:hover,
.nsgac-wrap .nsgac-autocomplete-item.is-highlighted {
    background: #f0f4f8;
}

.nsgac-wrap .nsgac-autocomplete-item-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: #999;
    opacity: 0.65;
}

.nsgac-wrap .nsgac-autocomplete-item-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.nsgac-wrap .nsgac-autocomplete-item-main,
.nsgac-wrap .nsgac-autocomplete-item-sub {
    display: none;
}

.nsgac-label-wrap {
    /* Leaflet sets position:absolute — we use transform to centre */
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
}


/* ---- Map Labels & Vertices ---- */
.nsgac-leaflet-label {
    position: relative;
    display: inline-block;
    transform: translate(-50%, -110%);
    /* centre horizontally, float above anchor */
    background: #fff;
    border: 1.5px solid rgba(0,0,0,.13);
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #0f263a;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    pointer-events: none;
    line-height: 1.4;
}

.nsgac-leaflet-label-arrow {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.15));
}

.nsgac-wrap .nsgac-vertex-icon {
    background: transparent !important;
    border: none !important;
}

.nsgac-vertex-dot {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--nsgac-color, #E52F19);
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    cursor: grab;
}

.nsgac-vertex-dot.is-filled {
    background: var(--nsgac-color, #E52F19);
    border-color: #fff;
    width: 18px;
    height: 18px;
    margin: -2px;
    cursor: pointer;
}

.nsgac-vertex-dot:active {
    cursor: grabbing;
}

.nsgac-wrap .nsgac-first-point-icon {
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
}

.nsgac-wrap .leaflet-control-attribution {
    display: none !important;
}

.nsgac-wrap .leaflet-control-zoom {
    border: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.15) !important;
    border-radius: 8px !important;
}

.nsgac-wrap .leaflet-control-zoom a {
    background: #fff !important;
    color: #0f263a !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
}

.nsgac-wrap .leaflet-control-zoom a:hover {
    background: #f5f5f5 !important;
}

.nsgac-wrap .leaflet-popup {
    z-index: 900;
}

.nsgac-wrap.is-drawing .leaflet-container {
    cursor: crosshair !important;
}

.nsgac-ghost-line {
    pointer-events: none;
}

.nsgac-wrap .nsgac-mobile-map-card-buttons {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.nsgac-wrap .nsgac-mobile-map-card-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    color: #0f263a;
}

.nsgac-wrap .nsgac-mobile-map-card-button .nsgac-icon-circle {
    width: 56px;
    height: 56px;
    font-size: 26px;
    box-shadow: none;
}

.nsgac-wrap .nsgac-mobile-map-card-button.is-active .nsgac-icon-circle {
    background: #c6281a;
}

.nsgac-wrap.nsgac-revealed .nsgac-side-panel {
    animation: nsgac-reveal-up .42s cubic-bezier(.22,1,.36,1) both;
}

.nsgac-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    transform: translate(-50%, -50%) scale(0);
    animation: nsgac-ripple-anim .45s ease-out forwards;
    pointer-events: none;
}

.nsgac-wrap .leaflet-div-icon {
    background: transparent !important;
    border: none !important;
}

.nsgac-wrap .nsgac-autocomplete-item.is-street-hint {
    color: #444;
}

.nsgac-wrap .nsgac-autocomplete-item.is-street-hint .nsgac-autocomplete-item-icon {
    opacity: 0.45;
}

.nsgac-wrap .nsgac-ac-hint {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    padding-left: 8px;
}

.nsgac-wrap .nsgac-areas-list input.nsgac-area-name:focus {
    outline: none !important;
    border-bottom: 1px solid #0f263a !important;
    border-color: #0f263a !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large svg {
    display: block !important;
    pointer-events: none !important;
}

.nsgac-wrap .nsgac-areas-list input.nsgac-area-name,
.nsgac-wrap .nsgac-areas-list .nsgac-area-name {
    border: 1px solid #d9dce2 !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    background: #fff !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f263a !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large,
.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large[type="button"],
.nsgac-wrap .nsgac-areas-list button.nsgac-area-delete-large {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    border-radius: 50% !important;
    background: #E52F19 !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: background .15s ease, transform .1s ease !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large {
    flex: 0 0 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    border-radius: 50% !important;
    background-color: #E52F19 !important;
    background: #E52F19 !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: background .15s ease, transform .1s ease !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large:hover {
    background: #ec381f !important;
    box-shadow: none !important;
    transform: scale(1.08) !important;
    opacity: 1 !important;
}

.nsgac-wrap .nsgac-areas-list .nsgac-area-delete-large:active {
    background: #c6281a !important;
    transform: scale(0.95) !important;
}

.nsgac-wrap .nsgac-map-search,
.nsgac-wrap .leaflet-container {
    border-radius: 18px !important;
    overflow: hidden !important;
}

.nsgac-midpoint-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--nsgac-color, #E52F19);
    opacity: 0.65;
    cursor: crosshair;
    transition: opacity .15s ease, transform .15s ease;
}

.nsgac-midpoint-dot:hover {
    opacity: 1;
    transform: scale(1.3);
}

.nsgac-address-pin {
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.35));
    animation: nsgac-pin-drop .35s cubic-bezier(.22,1,.36,1) both;
}


/* ---- Service Toggle ---- */
.nsgac-service-toggle {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.nsgac-service-tab {
    padding: 8px 20px;
    border-radius: 100px;
    border: 2px solid #e5e5e5;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #0f263a;
    cursor: pointer;
    transition: border-color .15s, background .15s, color .15s;
}

.nsgac-service-tab.is-active[data-service="fliserens"] {
    border-color: #e52f19;
    background: #e52f19;
    color: #fff;
}

.nsgac-service-tab.is-active[data-service="traeterrasse"] {
    border-color: #548c91;
    background: #548c91;
    color: #fff;
}

.nsgac-service-tab:hover:not(.is-active) {
    border-color: #0f263a;
    background: #f7f8fa;
}


/* ---- Type Picker (Service Selector) ---- */
.nsgac-type-picker {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
}

.nsgac-type-picker.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.nsgac-type-picker-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(15,38,58,.55);
    backdrop-filter: blur(2px);
}

.nsgac-type-picker-dialog {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 16px;
    padding: 24px 32px 18px;
    text-align: center;
    max-width: 300px;
    width: 88%;
    box-shadow: 0 16px 48px rgba(0,0,0,.22);
    transform: translateY(10px);
    transition: transform .2s ease;
}

.nsgac-type-picker.is-visible .nsgac-type-picker-dialog {
    transform: translateY(0);
}

.nsgac-type-picker-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f263a;
    margin-bottom: 14px;
}

.nsgac-type-picker-options {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-bottom: 10px;
}

.nsgac-type-picker-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: opacity .15s, transform .1s;
}

.nsgac-type-picker-btn:hover {
    opacity: .88;
    transform: scale(1.02);
}

.nsgac-type-picker-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .01em;
    white-space: nowrap;
}

.nsgac-type-picker-cancel {
    font-size: 13px;
    color: #0f263a;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    text-align: center;
}

.nsgac-type-picker-cancel:hover {
    text-decoration: underline;
}

.nsgac-area-type-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 100px;
    color: #fff;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.nsgac-wrap .nsgac-box-packages .nsgac-box-title {
    text-align: center !important;
}

.nsgac-wrap .nsgac-note-fee,
.nsgac-wrap .nsgac-note-base {
    text-align: center !important;
}

.nsgac-wrap .nsgac-area-pkg-select {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 4px !important;
    font-size: 12px !important;
    line-height: 30px !important;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    flex: 0 0 90px !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
}

.nsgac-wrap .nsgac-lead-modal-head .nsgac-lead-modal-subtext-mobile {
    display: none !important;
}

.nsgac-wrap .nsgac-lead-modal-head .nsgac-lead-modal-subtext-desktop {
    display: block !important;
    margin: 0;
    color: #5d6773;
    font-size: 14px;
}

.nsgac-wrap .nsgac-lead-print-btn {
    grid-area: print;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    justify-self: start;
    margin: 4px 0 0 28px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #548c91;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: background .15s;
}

.nsgac-wrap .nsgac-lead-print-btn:hover,
.nsgac-wrap .nsgac-lead-print-btn:focus {
    background: #86aeb0;
    color: #fff;
    text-decoration: none;
}


/* --- Keyframes --- */

@keyframes nsgac-spin{to{transform:rotate(360deg)}}

@keyframes nsgac-ripple-expand {
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes nsgacPackagePulse {
  0% { box-shadow: 0 0 0 rgba(0,0,0,0); }
  50% { box-shadow: 0 18px 38px rgba(0,0,0,.18); }
  100% { box-shadow: 0 14px 32px rgba(0,0,0,.16); }
}

@keyframes nsgacSectionReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nsgac-reveal-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes nsgac-ripple-anim {
    to { transform: translate(-50%, -50%) scale(1); opacity: 0; }
}

@keyframes nsgac-pin-drop {
    from { transform: translateY(-18px) scale(0.7); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
}


/* ============================================================
   DESKTOP (min-width: 768px)
   ============================================================ */

@media (min-width: 768px) {
    .nsgac-wrap .nsgac-side-panel {
        position: relative;
        border-top: none !important;
        border-left: none !important;
        background: transparent !important;
    }

    .nsgac-wrap .nsgac-desktop-sticky {
        position: sticky;
        top: 24px;
        z-index: 12;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 14px;
        align-items: stretch;
        margin-bottom: 14px;
        padding: 16px;
        background: rgba(15,38,58,.98);
        border-radius: 20px;
        box-shadow: 0 14px 32px rgba(0,0,0,.14);
    }

    .nsgac-wrap .nsgac-desktop-sticky-meta {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 0;
    }

    .nsgac-wrap .nsgac-desktop-sticky-area {
        color: #fff;
        font-size: 36px;
        font-weight: 800;
        line-height: 1;
    }

    .nsgac-wrap .nsgac-desktop-sticky-package {
        margin-top: auto;
        color: rgba(255,255,255,.88);
        font-size: 14px;
        line-height: 1.3;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .nsgac-wrap .nsgac-desktop-sticky-cta {
        align-self: center;
        min-width: 150px;
        min-height: 56px;
        padding-inline: 18px;
        width: auto !important;
        font-size: 18px;
    }

    .nsgac-wrap .nsgac-summary {
        margin-top: 0;
    }

    .nsgac-wrap .nsgac-search-map-shell {
        padding-right: 470px;
    }

    .nsgac-wrap .nsgac-search-map-shell .nsgac-map-search {
        min-height: 700px;
    }

    .nsgac-wrap .nsgac-stage-measure {
        position: absolute !important;
        padding-right: 470px;
        left: 40px !important;
        right: 40px !important;
        bottom: 150px !important;
        z-index: 9 !important;
        pointer-events: none !important;
        padding-bottom: 0 !important;
        display: block !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .nsgac-wrap .nsgac-map-search,
      .nsgac-wrap .nsgac-map-measure {
        min-height: 700px;
    }

    .nsgac-wrap .nsgac-map-side-overlay {
        position: absolute;
        top: 40px !important;
        right: 40px !important;
        width: 395px;
        z-index: 8;
        pointer-events: none;
    }

    .nsgac-wrap .nsgac-map-side-overlay > * {
        pointer-events: auto;
    }

    .nsgac-wrap .nsgac-map-side-overlay .nsgac-desktop-sticky {
        display: grid;
        margin-bottom: 16px !important;
        padding: 14px 16px !important;
    }

    .nsgac-wrap .nsgac-map-side-overlay .nsgac-summary,
      .nsgac-wrap .nsgac-map-side-overlay .nsgac-box-areas {
        background: rgba(255,255,255,.96) !important;
        backdrop-filter: blur(8px);
        box-shadow: 0 12px 28px rgba(0,0,0,.08);
        padding: 14px !important;
    }

    .nsgac-wrap .nsgac-side-panel .nsgac-note {
        margin-top: 16px;
    }

    .nsgac-wrap .nsgac-packages {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        align-items: start;
        gap: 25px !important;
    }

    .nsgac-wrap .nsgac-box-packages {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .nsgac-wrap .nsgac-box-packages .nsgac-box-title {
        padding: 0px 0 10px 0 !important;
    }

    .nsgac-wrap .nsgac-search-map-shell,
      .nsgac-wrap .nsgac-stage-measure {
        padding-right: 0 !important;
    }

    .nsgac-wrap .nsgac-search-map-shell .nsgac-map-search,
      .nsgac-wrap .nsgac-map-search,
      .nsgac-wrap .nsgac-map-measure {
        min-height: 760px !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-panel {
        pointer-events: auto !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        max-width: 290px !important;
        margin: 0 !important;
        padding: 8px !important;
        background: rgba(255,255,255,.96) !important;
        border: 1px solid #e5e5e5 !important;
        border-radius: 20px !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.10) !important;
        backdrop-filter: blur(8px) !important;
        position: static !important;
        width: 420px !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-buttons {
        width: 100% !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-metrics {
        margin-left: 0;
        width: 100%;
        text-align: left;
        display: none !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-m2 {
        font-size: 28px;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-caption {
        display: none;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-footer {
        width: 100% !important;
        margin-top: 16px !important;
        display: block !important;
        position: static !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 24px;
        pointer-events: auto !important;
        transform: none !important;
        top: calc(100% + 20px) !important;
        margin: 0 !important;
        max-width: none !important;
        align-self: stretch !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-draw-status {
        width: 100% !important;
        display: block !important;
        background: rgba(255,255,255,.96) !important;
        border: 1px solid #e5e5e5 !important;
        border-radius: 16px !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.08) !important;
        backdrop-filter: blur(8px);
        padding: 16px 22px !important;
        position: relative !important;
        margin: 0 !important;
        max-width: none !important;
    }

    .nsgac-wrap .nsgac-draw-status {
        border-radius: 16px !important;
        padding: 16px 18px !important;
    }

    .nsgac-wrap .nsgac-map-panel {
        padding-bottom: 150px !important;
        margin-bottom: -50px !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-buttons > * {
        margin: 0 !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-floating {
        position: static !important;
        width: 420px !important;
        pointer-events: auto !important;
        padding-bottom: 18px !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-status-row {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: calc(100% + 20px) !important;
        pointer-events: auto !important;
    }

    .nsgac-wrap .nsgac-price-table-badge {
        right: 18px !important;
        left: auto !important;
        transform: none !important;
    }

    .nsgac-wrap .nsgac-price-table-cta {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .nsgac-wrap .nsgac-mobile-edit-overlay {
        display: none !important;
    }

    .nsgac-wrap .nsgac-search-map-shell,
      .nsgac-wrap .nsgac-map-shell {
        position: relative !important;
    }

    .nsgac-wrap .nsgac-action-floating {
        position: absolute !important;
        left: 20px !important;
        bottom: 20px !important;
        z-index: 10 !important;
        width: auto !important;
        pointer-events: auto !important;
    }

    .nsgac-wrap .nsgac-action-panel {
        width: 340px !important;
        max-width: 340px !important;
        margin: 0 !important;
        padding: 18px !important;
    }

    .nsgac-wrap .nsgac-stage-search .nsgac-status-row {
        display: none !important;
    }

    .nsgac-wrap .nsgac-persistent-status-row {
        margin-top: 16px !important;
        display: block !important;
    }

    .nsgac-wrap .gm-style button[title*="Fortryd"],
      .nsgac-wrap .gm-style button[aria-label*="Fortryd"],
      .nsgac-wrap .gm-style button[title*="Undo"],
      .nsgac-wrap .gm-style button[aria-label*="Undo"],
      .nsgac-wrap .gm-style [role="tooltip"] {
        display: none !important;
    }

    .nsgac-wrap .nsgac-stage-search .nsgac-search-map-shell {
        position: relative !important;
    }

    .nsgac-wrap .nsgac-stage-search .nsgac-action-floating {
        position: absolute !important;
        left: 16px !important;
        bottom: 16px !important;
        z-index: 8 !important;
        width: auto !important;
        pointer-events: auto !important;
    }

    .nsgac-wrap .nsgac-stage-search .nsgac-action-panel {
        width: 330px !important;
        max-width: calc(100% - 32px) !important;
        margin: 0 !important;
        padding: 20px 18px !important;
    }

    .nsgac-wrap .nsgac-stage-search .nsgac-action-metrics,
      .nsgac-wrap .nsgac-stage-search .nsgac-status-row {
        display: none !important;
    }

    .nsgac-wrap .nsgac-stage-search .nsgac-action-footer {
        display: none !important;
    }

    .nsgac-wrap[data-nsgac-stage="measure"] .nsgac-persistent-status-row {
        display: none !important;
    }

    .nsgac-wrap[data-nsgac-stage="search"] .nsgac-stage-search .nsgac-action-floating,
      .nsgac-wrap[data-nsgac-stage="analyzing"] .nsgac-stage-search .nsgac-action-floating {
        display: none !important;
    }

    .nsgac-wrap .nsgac-stage-search .nsgac-status-row,
      .nsgac-wrap .nsgac-stage-search .nsgac-action-footer {
        display: none !important;
    }

    .nsgac-wrap[data-nsgac-stage="search"] .nsgac-action-floating,
      .nsgac-wrap[data-nsgac-stage="analyzing"] .nsgac-action-floating {
        display: none !important;
    }

    .nsgac-wrap .nsgac-action-buttons {
        gap: 16px !important;
    }

    .nsgac-wrap .nsgac-icon-action {
        min-width: 136px !important;
    }

    .nsgac-wrap .nsgac-icon-label {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 136px !important;
        min-height: 32px !important;
        margin-top: 10px !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        text-align: center !important;
    }

    .nsgac-wrap[data-nsgac-stage="search"] .nsgac-persistent-status-row {
        margin-top: 8px !important;
    }

    .nsgac-wrap[data-nsgac-stage="search"] .nsgac-stage-search .nsgac-search-map-shell,
        .nsgac-wrap[data-nsgac-stage="analyzing"] .nsgac-stage-search .nsgac-search-map-shell {
        margin-bottom: 8px !important;
    }

    .nsgac-wrap .nsgac-lead-modal {
        padding-top: 180px !important;
        padding-bottom: 20px !important;
        box-sizing: border-box !important;
        align-items: flex-start !important;
    }

    .nsgac-wrap .nsgac-lead-modal-dialog {
        max-height: calc(100vh - 120px) !important;
        margin: 0 auto !important;
        width: min(1180px, calc(100vw - 80px)) !important;
        border-radius: 28px !important;
    }

    .nsgac-wrap .nsgac-card,
        .nsgac-wrap .nsgac-head,
        .nsgac-wrap .nsgac-search-map-shell,
        .nsgac-wrap .nsgac-map-panel,
        .nsgac-wrap .nsgac-summary,
        .nsgac-wrap .nsgac-packages {
        border: none !important;
        box-shadow: none !important;
    }

    .nsgac-wrap .nsgac-card {
        overflow: visible !important;
    }

    .nsgac-wrap .nsgac-search-map-shell,
        .nsgac-wrap .nsgac-packages {
        border-top: none !important;
    }

    .nsgac-wrap .nsgac-grid {
        border-top: none !important;
    }

    .nsgac-wrap .nsgac-grid,
        .nsgac-wrap .nsgac-side-panel {
        border-top: none !important;
    }

    .nsgac-wrap .nsgac-head {
        padding-bottom: 4px !important;
    }

}

/* ============================================================
   MOBILE (max-width: 767px)
   ============================================================ */

@media (max-width: 767px) {
    .nsgac-grid {
        grid-template-columns:1fr;
    }

    .nsgac-side-panel {
        border-left:none;
        border-top:1px solid #e5e5e5;
    }

    .nsgac-head,.nsgac-map-panel,.nsgac-side-panel {
        padding:14px;
    }

    .nsgac-title {
        font-size:28px;
    }

    .nsgac-map {
        min-height:42vh;
    }

    .nsgac-action-panel {
        padding:14px;
    }

    .nsgac-action-buttons {
        gap:14px;
    }

    .nsgac-icon-circle {
        width:64px;
        height:64px;
        font-size:28px;
    }

    .nsgac-icon-label {
        font-size:13px;
    }

    .nsgac-action-m2 {
        font-size:38px;
    }

    .nsgac-action-caption {
        font-size:13px;
    }

    .nsgac-price-table {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .nsgac-price-table-head,.nsgac-price-table-body {
        padding:16px;
    }

    .nsgac-price-table-badge {
        position:static;
        display:inline-block;
        margin-bottom:10px;
    }

    .nsgac-price-table-cta {
        display:flex;
        width: 100%;
        justify-content:center;
        min-width: 0;
    }

    .nsgac-wrap .nsgac-price-table {
        width: 75% !important;
        margin-left:0 !important;
        margin-right:0 !important;
        margin: 0 !important;
        border: none !important;
        margin-bottom: 12px !important;
        flex: 0 0 75% !important;
        min-width: 75% !important;
        max-width: 75% !important;
        scroll-snap-align: center !important;
        outline: none !important;
        box-shadow: none !important;
        background: #f4f4f5 !important;
        padding: 0 !important;
        overflow: hidden !important;
        align-self: flex-start !important;
        margin-top: 0 !important;
        scroll-snap-stop: always !important;
        transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease !important;
    }

    .nsgac-wrap .nsgac-price-table-cta {
        width: 100% !important;
        min-width: 0 !important;
    }

    .nsgac-search-overlay {
        left:12px;
        right:12px;
        width:auto;
        top:12px;
        padding:14px;
        border-radius:16px;
    }

    .nsgac-search-overlay.is-condensed {
        left:12px;
        right:12px;
        width:auto;
    }

    .nsgac-map-search {
        min-height:65vh;
    }

    .nsgac-wrap .nsgac-summary {
        position: sticky;
        top: 12px;
        z-index: 8;
        box-shadow: 0 10px 24px rgba(0,0,0,.08);
    }

    .nsgac-wrap .nsgac-mobile-sticky {
        position: fixed !important;
        bottom: 22px !important;
        z-index: 9999 !important;
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 10px !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 12px !important;
        background: rgba(15,38,58,.96) !important;
        border-radius: 16px !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.18) !important;
        backdrop-filter: blur(6px) !important;
        left: 12px !important;
        right: 12px !important;
        transform: translateY(18px) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
        transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
    }

    .nsgac-wrap .nsgac-mobile-sticky-meta {
        min-width: 0 !important;
    }

    .nsgac-wrap .nsgac-mobile-sticky-area {
        color: #fff !important;
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
    }

    .nsgac-wrap .nsgac-mobile-sticky-package {
        margin-top: 4px !important;
        color: rgba(255,255,255,.86) !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        text-underline-offset: 3px !important;
        text-decoration-thickness: 2px !important;
        text-decoration-color: rgba(255, 255, 255, 0.55) !important;
    }

    .nsgac-wrap .nsgac-mobile-sticky-cta {
        width: auto !important;
        min-width: 132px !important;
        min-height: 48px !important;
        padding-inline: 16px !important;
    }

    .nsgac-wrap .nsgac-desktop-sticky {
        display:none !important;
    }

    .nsgac-wrap .nsgac-map-side-overlay {
        margin-top: 18px;
    }

    .nsgac-wrap .nsgac-map-side-overlay .nsgac-desktop-sticky {
        display: none !important;
    }

    .nsgac-wrap .nsgac-map-side-overlay .nsgac-summary,
      .nsgac-wrap .nsgac-map-side-overlay .nsgac-box-areas {
        margin-bottom: 14px;
    }

    .nsgac-wrap .nsgac-stage-measure {
        position: static;
    }

    .nsgac-wrap .nsgac-packages {
        gap: 16px !important;
        display: flex !important;
        grid-template-columns: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 14px 20px 24px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        align-items: flex-start !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background: transparent !important;
        scroll-padding-left: 12.5% !important;
        scroll-padding-right: 12.5% !important;
        padding-top: 30px !important;
        scroll-behavior: smooth !important;
        overscroll-behavior-x: contain !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .nsgac-wrap .nsgac-price-table.is-active {
        margin-top: 0 !important;
        margin-bottom: 12px !important;
        transform: translateY(-2px) scale(1.015) !important;
        box-shadow: 0 14px 28px rgba(0,0,0,0.10) !important;
        z-index: 2 !important;
        border: 1px solid rgba(0,0,0,0.05);
        opacity: 1 !important;
    }

    .nsgac-wrap .nsgac-price-table::before,
      .nsgac-wrap .nsgac-price-table::after {
        display: none !important;
    }

    .nsgac-wrap .nsgac-mobile-sticky.is-visible {
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
        visibility: visible !important;
    }

    .nsgac-wrap .nsgac-box-packages,
      .nsgac-wrap .nsgac-note {
        scroll-margin-bottom: 92px !important;
    }

    .nsgac-wrap .nsgac-packages::-webkit-scrollbar {
        display: none !important;
    }

    .nsgac-wrap .nsgac-box-packages {
        overflow: visible !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .nsgac-wrap .nsgac-box-packages > .nsgac-box-title,
      .nsgac-wrap .nsgac-box-packages .nsgac-box-title:first-child {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding: 0 20px 5px !important;
        margin: 0 !important;
        padding-bottom: 24px !important;
        margin-bottom: 0 !important;
    }

    .nsgac-wrap .nsgac-price-table.is-active,
      .nsgac-wrap .nsgac-price-table:not(.is-active) {
        border: none !important;
        outline: none !important;
    }

    .nsgac-wrap .nsgac-price-table-head {
        border: none !important;
        box-shadow: none !important;
        background-clip: padding-box !important;
        overflow: visible !important;
        padding-top: 22px !important;
    }

    .nsgac-wrap .nsgac-price-table-recommended .nsgac-price-table-head,
      .nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-head {
        box-shadow: none !important;
    }

    .nsgac-wrap .nsgac-price-table-body {
        padding-bottom: 20px !important;
        background: #f4f4f5 !important;
        border-right: 1px solid #d5d5d5 !important;
        border-left: 1px solid #d5d5d5 !important;
        border-bottom: 1px solid #d5d5d5 !important;
    }

    .nsgac-wrap,
      .nsgac-wrap .nsgac-card {
        overflow: visible !important;
    }

    .nsgac-wrap .nsgac-side-panel {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: transparent !important;
        border-left: none !important;
        width: 100% !important;
        max-width: 100% !important;
        border-top: none !important;
        padding-top: 24px !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nsgac-wrap .nsgac-price-table-head,
      .nsgac-wrap .nsgac-price-table.is-active .nsgac-price-table-head,
      .nsgac-wrap .nsgac-price-table-recommended .nsgac-price-table-head {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background-clip: padding-box !important;
    }

    .nsgac-wrap .nsgac-price-table + .nsgac-price-table {
        margin-left: 0 !important;
    }

    .nsgac-wrap .nsgac-note {
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding: 0 20px !important;
        margin-top: 8px !important;
    }

    .nsgac-wrap .nsgac-area-display,
      .nsgac-wrap .nsgac-area-box,
      .nsgac-wrap .nsgac-measurement-box,
      .nsgac-wrap .nsgac-action-metrics {
        display: none !important;
    }

    .nsgac-wrap .nsgac-price-table-badge {
        top: -16px !important;
        right: 14px !important;
        left: auto !important;
        transform: none !important;
        z-index: 30 !important;
        white-space: nowrap !important;
        max-width: calc(100% - 28px) !important;
        font-size: 11px !important;
        line-height: 1 !important;
        padding: 9px 12px !important;
        margin: 0 !important;
        position: absolute !important;
    }

    .nsgac-wrap .nsgac-price-table-title {
        padding-right: 116px !important;
    }

    .nsgac-wrap .nsgac-price-table:not(.is-active) {
        opacity: 0.96 !important;
    }

    .nsgac-wrap .nsgac-grid {
        display: block !important;
        border-top: none !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-panel {
        align-items: flex-start !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-buttons {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-auto-columns: max-content !important;
        justify-content: flex-start !important;
        justify-items: start !important;
        align-items: start !important;
        width: auto !important;
        max-width: none !important;
        gap: 0px !important;
        padding-left: 0 !important;
        margin-left: 16px !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-buttons > * {
        margin: 0 !important;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-icon-action {
        min-width: 0 !important;
        width: auto !important;
    }

    .nsgac-wrap,
      .nsgac-wrap .nsgac-card,
      .nsgac-wrap .nsgac-grid,
      .nsgac-wrap .nsgac-side-panel,
      .nsgac-wrap .nsgac-box-packages,
      .nsgac-wrap .nsgac-price-table,
      .nsgac-wrap .nsgac-price-table-head {
        overflow: visible !important;
    }

    .nsgac-wrap,
      .nsgac-wrap .nsgac-card,
      .nsgac-wrap .nsgac-grid,
      .nsgac-wrap .nsgac-map-panel {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    .nsgac-wrap .nsgac-side-panel {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: visible !important;
    }

    .nsgac-wrap .nsgac-side-panel,
      .nsgac-wrap .nsgac-box-packages {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nsgac-wrap .nsgac-packages {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nsgac-wrap .nsgac-price-table,
      .nsgac-wrap .nsgac-price-table-head {
        overflow: visible !important;
    }

    .nsgac-wrap .nsgac-mobile-sticky .nsgac-price,
      .nsgac-wrap .nsgac-mobile-sticky .nsgac-summary-value {
        color: #fff !important;
        text-decoration: underline !important;
        font-weight: 700 !important;
    }

    .nsgac-wrap .nsgac-summary-row .nsgac-summary-value,
      .nsgac-wrap .nsgac-selected-package {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }

    .nsgac-wrap .nsgac-mobile-sticky-price {
        color: #ffffff !important;
        text-decoration: underline !important;
        text-underline-offset: 3px !important;
        text-decoration-thickness: 2px !important;
        font-weight: 700 !important;
    }

    .nsgac-wrap .nsgac-search-map-shell {
        position: relative !important;
    }

    .nsgac-wrap .nsgac-mobile-map-card {
        position: absolute !important;
        left: 12px !important;
        bottom: 22px !important;
        z-index: 120 !important;
        display: block;
        background: rgba(255,255,255,.96) !important;
        border: 1px solid #e5e5e5 !important;
        box-shadow: 0 10px 24px rgba(0,0,0,.10) !important;
        border-radius: 16px !important;
        padding: 12px 10px 10px !important;
        backdrop-filter: blur(4px) !important;
        pointer-events: auto !important;
    }

    .nsgac-wrap .nsgac-mobile-map-card-buttons {
        display: flex !important;
        gap: 12px !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .nsgac-wrap .nsgac-mobile-map-card-button {
        appearance: none !important;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 48px !important;
        min-width: 48px !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        cursor: pointer !important;
    }

    .nsgac-wrap .nsgac-mobile-map-card-button .nsgac-icon-circle {
        width: 46px !important;
        height: 46px !important;
        border-radius: 999px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .nsgac-wrap .nsgac-mobile-map-card-button .nsgac-icon-label {
        display: block !important;
        margin-top: 0 !important;
        font-size: 8px !important;
        line-height: 1.15 !important;
        font-weight: 800 !important;
        letter-spacing: .02em !important;
        text-align: center !important;
        white-space: normal !important;
        color: #1f1f1f !important;
        max-width: 56px !important;
    }

    .nsgac-wrap .nsgac-mobile-map-card-button[data-mobile-action="start-polygon"] .nsgac-icon-circle,
        .nsgac-wrap .nsgac-mobile-map-card-button.is-active[data-mobile-action="start-polygon"] .nsgac-icon-circle {
        background: #e33b2e !important;
    }

    .nsgac-wrap .nsgac-mobile-map-card-button[data-mobile-action="reset-all"] .nsgac-icon-circle,
        .nsgac-wrap .nsgac-mobile-map-card-button.is-active[data-mobile-action="reset-all"] .nsgac-icon-circle {
        background: #0f2d46 !important;
    }

    .nsgac-wrap .nsgac-area-name {
        font-size: 16px !important;
        transform: translateZ(0);
    }

    .nsgac-wrap .nsgac-persistent-status-row {
        margin-top: 14px !important;
    }

    .nsgac-wrap .nsgac-persistent-status-row .nsgac-action-footer {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .nsgac-wrap .nsgac-persistent-status-row .nsgac-draw-status {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 16px 22px !important;
    }

    .nsgac-icon-circle i.fa-trash {
        font-size: calc(1em - 3px);
    }

    .nsgac-icon-circle i.fa-pencil,
      .nsgac-icon-circle i.fa-pen,
      .nsgac-icon-circle i.fas.fa-pen {
        font-size: calc(1em + 1px);
    }

    .nsgac-wrap.nsgac-mobile-editing-area .nsgac-map {
        touch-action: none !important;
    }

    .nsgac-wrap.nsgac-mobile-editing-area .nsgac-draw-status {
        background: #eef4fb !important;
        border: 1px solid rgba(15,45,70,.12) !important;
    }

    .nsgac-wrap .nsgac-kicker {
        padding: 9px 16px !important;
        gap: 8px !important;
        font-size: 16px !important;
    }

    .nsgac-wrap .nsgac-service-note {
        font-size: 14px !important;
        margin-top: 12px !important;
    }

    .nsgac-wrap .nsgac-lead-modal-dialog {
        width: calc(100vw - 16px) !important;
        max-height: min(88dvh, calc(100dvh - 74px)) !important;
        margin: 8px auto !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        padding: 20px 16px !important;
        grid-template-columns: 1fr !important;
        grid-template-areas: none !important;
        row-gap: 14px !important;
        height: min(88dvh, calc(100dvh - 74px)) !important;
        border-radius: 20px 20px 0 0 !important;
        display: block !important;
        flex-direction: column !important;
        overflow: hidden !important;
        box-shadow: 0 -12px 32px rgba(0,0,0,.20) !important;
        position: relative !important;
        max-width: none !important;
        overflow-y: auto !important;
        box-sizing: border-box !important;
    }

    .nsgac-wrap .nsgac-lead-summary-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        display: grid !important;
    }

    .nsgac-wrap .nsgac-lead-modal-head h3 {
        font-size: 22px !important;
        line-height: 1.08 !important;
        margin: 0 48px 6px 0 !important;
    }

    .nsgac-wrap .nsgac-lead-modal-head {
        padding: 0 48px 0 0 !important;
        position: relative !important;
        top: 0 !important;
        z-index: 5 !important;
        background: #fff !important;
        border-bottom: 1px solid #e7ebf0 !important;
        padding-right: 78px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount {
        max-height: none !important;
        padding: 10px 0px 18px !important;
        overflow: visible !important;
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        margin: 0 !important;
        padding-top: 8px !important;
        clear: both !important;
    }

    .nsgac-wrap .nsgac-lead-modal {
        padding-top: 0 !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: stretch !important;
        padding: 0 !important;
        overscroll-behavior: contain !important;
    }

    .nsgac-wrap .nsgac-lead-modal-backdrop {
        inset: 0 !important;
    }

    .nsgac-wrap .nsgac-lead-modal-close {
        top: 20px !important;
        right: 12px !important;
        z-index: 10 !important;
        width: 40px !important;
        height: 40px !important;
        background: transparent !important;
        box-shadow: 0 4px 12px rgba(16, 38, 58, 0.08) !important;
        font-size: 18px !important;
        line-height: 1 !important;
        border-radius: 999px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        border: 1px solid #d9e0e8 !important;
        color: inherit !important;
        font-weight: 700 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
    }

    .nsgac-wrap .nsgac-lead-modal-head p {
        font-size: 13px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding-right: 0 !important;
        display: block !important;
        color: #5d6773 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-right: 0 !important;
    }

    .nsgac-wrap .nsgac-lead-modal-summary {
        margin: 12px 0 10px 0 !important;
        padding: 10px 14px !important;
        border-radius: 10px !important;
        width: 100% !important;
        min-width: 0 !important;
        display: inline-block !important;
        vertical-align: top !important;
        margin-bottom: 10px !important;
        position: relative !important;
        margin-right: 16px !important;
        background: #f6f8fb !important;
        border: 1px solid #dbe2ea !important;
        box-sizing: border-box !important;
    }

    .nsgac-wrap .nsgac-lead-summary-grid strong {
        font-size: 13px !important;
        margin-bottom: 0 !important;
        letter-spacing: .04em !important;
        display: inline !important;
        flex-shrink: 0 !important;
        margin-right: 8px !important;
    }

    .nsgac-wrap .nsgac-lead-summary-grid span {
        font-size: 13px !important;
        line-height: 1.15 !important;
        word-break: break-word !important;
        display: inline !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .nsgac-wrap .nsgac-lead-modal-message {
        margin: 10px 16px 0 !important;
        font-size: 13px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount form {
        padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 100% !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount .field {
        margin-bottom: 10px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount fieldset.form-columns-2 {
        gap: 10px !important;
        display: flex !important;
        margin-bottom: 0 !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount input.hs-input:not([type="checkbox"]),
      .nsgac-wrap .nsgac-lead-form-mount select.hs-input {
        height: 50px !important;
        min-height: 50px !important;
        padding: 10px 12px !important;
        font-size: 16px !important;
        border-radius: 12px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount textarea.hs-input {
        min-height: 120px !important;
        font-size: 16px !important;
        border-radius: 12px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount .hs-form-booleancheckbox,
      .nsgac-wrap .nsgac-lead-form-mount .hs-fieldtype-booleancheckbox {
        margin-top: 4px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount .hs-form-booleancheckbox label,
      .nsgac-wrap .nsgac-lead-form-mount .hs-fieldtype-booleancheckbox label {
        font-size: 12px !important;
        line-height: 1.42 !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-left: 0 !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount input[type="checkbox"].hs-input {
        width: 20px !important;
        height: 20px !important;
        margin-top: 2px !important;
        flex: 0 0 20px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount .hs_submit,
      .nsgac-wrap .nsgac-lead-form-mount .actions {
        position: sticky !important;
        bottom: 0 !important;
        background: linear-gradient(to top, #fff 78%, rgba(255,255,255,0)) !important;
        padding-top: 10px !important;
        margin-top: auto !important;
        z-index: 2 !important;
        padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount .hs-button,
      .nsgac-wrap .nsgac-lead-form-mount input[type="submit"] {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 54px !important;
        border-radius: 14px !important;
        font-size: 16px !important;
    }

    .nsgac-wrap .nsgac-lead-summary-grid > div {
        min-width: 0 !important;
        display: flex !important;
        align-items: baseline !important;
        justify-content: space-between !important;
        padding: 5px 0 !important;
        border-bottom: 1px solid #edf0f4 !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount .hs-form-field {
        margin-bottom: 10px !important;
    }

    .nsgac-wrap .nsgac-lead-form-mount fieldset.form-columns-2 .hs-form-field {
        width: 50% !important;
        float: none !important;
    }

    .nsgac-wrap .nsgac-lead-summary-grid > div:first-child {
        display: none !important;
    }

    .nsgac-wrap .nsgac-search-overlay {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 10px 12px 8px;
    }

    .nsgac-wrap .nsgac-search-overlay .nsgac-label {
        display: none;
    }

    .nsgac-wrap .nsgac-stage-measure .nsgac-action-floating {
        display: none;
    }

    .nsgac-wrap .nsgac-lead-modal-head .nsgac-lead-modal-subtext-desktop {
        display: none !important;
    }

    .nsgac-wrap .nsgac-lead-modal-head .nsgac-lead-modal-subtext-mobile {
        display: block !important;
        margin: 0 !important;
        color: #5d6773 !important;
        font-size: 13px !important;
        padding-bottom: 10px !important;
    }

    .nsgac-wrap .nsgac-lead-print-btn {
        position: absolute !important;
        top: 20px !important;
        right: 60px !important;
        margin: 0 !important;
        padding: 8px 8px !important;
        font-size: 10px !important;
        border-radius: 6px !important;
        z-index: 6 !important;
        white-space: normal !important;
        max-width: 83px !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }

    .nsgac-wrap .nsgac-lead-summary-grid > div:last-child {
        border-bottom: none !important;
    }

}

/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
    .nsgac-wrap .nsgac-price-table,
      .nsgac-wrap .nsgac-area-row,
      .nsgac-wrap .nsgac-btn,
      .nsgac-wrap .nsgac-icon-circle,
      .nsgac-wrap .nsgac-desktop-sticky,
      .nsgac-wrap .nsgac-mobile-sticky {
        transition: none !important;
    }

    .nsgac-wrap .nsgac-map-label,
      .nsgac-wrap .nsgac-map {
        transition: none !important;
    }

    .nsgac-wrap .nsgac-ripple {
        animation: none !important;
        opacity: 0;
    }

    .nsgac-wrap .nsgac-icon-action:active .nsgac-icon-circle {
        transform: none;
    }

    .nsgac-wrap .nsgac-price-table,
      .nsgac-wrap .nsgac-price-table.is-active {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .nsgac-wrap .nsgac-box-packages {
        animation: none !important;
    }

}
/* ---- Package type toggle buttons ---- */
.nsgac-pkg-toggle {
    display: flex;
    gap: 14px;
    justify-content: center;
}
.nsgac-pkg-toggle .nsgac-service-tab {
    background: #e52f19 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
}
.nsgac-pkg-toggle .nsgac-service-tab[data-service="traeterrasse"] {
    background: #548c91 !important;
}
.nsgac-pkg-toggle .nsgac-service-tab[data-service="fliserens"]:hover,
.nsgac-pkg-toggle .nsgac-service-tab[data-service="fliserens"]:active {
    background: #ff0000 !important;
}
.nsgac-pkg-toggle .nsgac-service-tab[data-service="traeterrasse"]:hover,
.nsgac-pkg-toggle .nsgac-service-tab[data-service="traeterrasse"]:active {
    background: #86aeb0 !important;
}
.nsgac-pkg-toggle .nsgac-service-tab:hover {
    transform: translateY(-1px);
}
.nsgac-pkg-toggle .nsgac-service-tab:active {
    transform: translateY(0);
}
@media (max-width: 767px) {
    .nsgac-pkg-toggle {
        margin: 0 0 20px !important;
    }
}

@media (min-width: 768px) {
    .nsgac-wrap .nsgac-box-packages.nsgac-toggle-hidden .nsgac-box-title {
        padding-bottom: 30px !important;
    }
}

/* ---- Kicker row (primary + secondary badge) ---- */
.nsgac-kicker-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.nsgac-kicker-dot {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.nsgac-kicker-dot-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10273B;
    flex-shrink: 0;
}
.nsgac-kicker-dot-text {
    font-size: 16px;
    font-weight: 700;
    color: #10273B;
}


/* ---- Threshold text on package cards ---- */
.nsgac-wrap .nsgac-price-table-threshold {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 4px;
    display: block !important;
    width: 100% !important;
}
