.elementor-7831 .elementor-element.elementor-element-49731fd > .elementor-container{min-height:651px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-287f0fe */.fibre-coverage-section {
    --dande-primary: #082860;
    --dande-primary-alt: #122871;
    --dande-blue: #00a8ea;
    --dande-blue-dark: #0087bd;

    --text-main: #1e293b;
    --text-muted: #64748b;
    --text-soft: #94a3b8;

    --border: #e2e8f0;
    --border-soft: #f1f5f9;

    --surface: #ffffff;
    --surface-soft: #f8fafc;

    --success: #16a34a;
    --success-bg: #f0fdf4;
    --success-border: #bbf7d0;

    --warning: #92400e;
    --warning-bg: #fffbeb;
    --warning-border: #fde68a;

    --danger: #dc2626;
    --danger-bg: #fef2f2;
    --danger-border: #fecaca;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 22px;

    --shadow-sm:
        0 4px 12px rgba(15, 23, 42, 0.06);

    --shadow-md:
        0 12px 30px rgba(15, 23, 42, 0.12);

    --shadow-lg:
        0 25px 60px rgba(15, 23, 42, 0.25);
}


/* =========================================================
   RESET
========================================================= */

.fibre-coverage-section * {
    box-sizing: border-box;
}

.fibre-coverage-section .hidden {
    display: none !important;
}

/* =========================================================
   MAIN APP
========================================================= */

.fibre-coverage-section .fibre-app {
    width: 100%;

    min-height: 100vh;

    background-color: #ffffff;

    padding: 24px 0 40px;
}


/* =========================================================
   HEADER / STEPPER
========================================================= */

.fibre-coverage-section .app-header {
    padding: 0 16px 25px;

    text-align: center;
}

.fibre-coverage-section .app-header h1 {
    margin: 0 0 8px;

    color: var(--dande-primary-alt);

    font-size: 24px;

    font-weight: 800;
}

.fibre-coverage-section .page-description {
    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   STEPPER
========================================================= */

.fibre-coverage-section .stepper {
    position: relative;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    width: 100%;

    max-width: 580px;

    margin: 25px auto 0;
}

.fibre-coverage-section .stepper-line,
.fibre-coverage-section .stepper-progress {
    position: absolute;

    top: 16px;

    left: 20px;

    height: 3px;

    border-radius: 20px;
}

.fibre-coverage-section .stepper-line {
    right: 20px;

    background: #e2e8f0;

    z-index: 1;
}

.fibre-coverage-section .stepper-progress {
    width: 0;

    background: var(--dande-primary-alt);

    z-index: 2;

    transition: width 0.3s ease;
}

.fibre-coverage-section .step {
    position: relative;

    z-index: 3;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 7px;

    min-width: 72px;
}

.fibre-coverage-section .step-circle {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 32px;

    height: 32px;

    border-radius: 50%;

    background: #cbe6f3;

    color: #475569;

    font-size: 12px;

    font-weight: 700;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.fibre-coverage-section .step span {
    color: #94a3b8;

    font-size: 11px;

    font-weight: 500;

    text-align: center;

    line-height: 1.3;
}

.fibre-coverage-section .step.active .step-circle {
    background: var(--dande-primary-alt);

    color: #ffffff;
}

.fibre-coverage-section .step.active span {
    color: var(--dande-primary-alt);

    font-weight: 700;
}


/* =========================================================
   STEPS
========================================================= */

.fibre-coverage-section .app-step {
    display: none;
}

.fibre-coverage-section .app-step.active {
    display: block;
}


/* =========================================================
   GENERAL CONTENT CONTAINERS
========================================================= */

.fibre-coverage-section .content-container {
    width: 100%;

    max-width: 1000px;

    margin: 0 auto;

    padding: 0 16px;
}

.fibre-coverage-section .customer-container {
    max-width: 780px;
}

.fibre-coverage-section .summary-container {
    max-width: 950px;
}

.fibre-coverage-section .section-heading {
    margin-bottom: 30px;

    text-align: center;
}

.fibre-coverage-section .section-heading h2 {
    margin: 0 0 8px;

    color: var(--dande-primary-alt);

    font-size: 30px;

    font-weight: 800;
}

.fibre-coverage-section .section-heading p {
    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   MAP
========================================================= */

.fibre-coverage-section .map-section {
    position: relative;

    width: 100%;

    height: 580px;

    overflow: hidden;

    border-top: 1px solid var(--border-soft);

    border-bottom: 1px solid var(--border-soft);

    background: #e2e8f0;
}

.fibre-coverage-section .google-map {
    width: 100%;

    height: 100%;
}


/* =========================================================
   MAP SEARCH CARD
========================================================= */

.fibre-coverage-section .map-search-card {
    position: absolute;

    top: 24px;

    left: 24px;

    z-index: 20;

    width: 340px;

    overflow: hidden;

    border: 1px solid var(--border-soft);

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 20px 30px rgba(15, 23, 42, 0.12);
}

.fibre-coverage-section .map-card-header {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 16px;

    background: var(--dande-primary-alt);

    color: #ffffff;
}

.fibre-coverage-section .map-card-header p {
    margin: 0;

    font-size: 11px;

    line-height: 1.5;
}

.fibre-coverage-section .location-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 37px;

    height: 37px;

    flex: 0 0 37px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.15);

    color: #38bdf8;

    font-size: 17px;
}

.fibre-coverage-section .map-card-body {
    display: flex;

    flex-direction: column;

    gap: 13px;

    padding: 16px;
}

.fibre-coverage-section .address-search {
    position: relative;
}

.fibre-coverage-section .address-search input {
    padding-right: 40px;
}

.fibre-coverage-section .search-icon {
    position: absolute;

    top: 50%;

    right: 12px;

    transform: translateY(-50%);

    color: #94a3b8;

    font-size: 15px;

    pointer-events: none;
}

.fibre-coverage-section .selected-address {
    padding-top: 2px;
}

.fibre-coverage-section .small-label {
    display: block;

    margin-bottom: 3px;

    color: #94a3b8;

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.5px;
}

.fibre-coverage-section .selected-address p {
    margin: 0;

    color: var(--text-main);

    font-size: 12px;

    font-weight: 600;

    line-height: 1.5;
}


/* =========================================================
   FORM CARD
========================================================= */

.fibre-coverage-section .form-card {
    padding: 32px;

    border-radius: 24px;

    background: var(--surface-soft);

    border: 1px solid var(--border-soft);
}

.fibre-coverage-section .form-card h2 {
    margin: 0 0 5px;

    color: var(--text-main);

    font-size: 19px;

    font-weight: 800;
}

.fibre-coverage-section .section-description {
    margin: 0 0 20px;

    color: var(--text-muted);

    font-size: 12px;
}

.fibre-coverage-section .section-label {
    margin: 0 0 16px;

    color: var(--dande-blue);

    font-size: 13px;

    font-weight: 800;
}


/* =========================================================
   FORM ELEMENTS
========================================================= */

.fibre-coverage-section .form-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;

    margin-bottom: 14px;
}

.fibre-coverage-section .form-group {
    margin-bottom: 14px;
}

.fibre-coverage-section .form-group label {
    display: block;

    margin-bottom: 5px;

    color: #475569;

    font-size: 11px;

    font-weight: 600;
}

.fibre-coverage-section input,
.fibre-coverage-section select,
.fibre-coverage-section textarea {
    width: 100%;

    padding: 10px 12px;

    border: 1px solid #cbd5e1;

    border-radius: 8px;

    background: #ffffff;

    color: var(--text-main);

    font-size: 12px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.fibre-coverage-section input:focus,
.fibre-coverage-section select:focus,
.fibre-coverage-section textarea:focus {
    border-color: var(--dande-blue);

    box-shadow:
        0 0 0 3px rgba(0, 168, 234, 0.12);
}

.fibre-coverage-section input[readonly] {
    background: #f8fafc;

    color: #475569;
}


/* =========================================================
   TERMS ACCEPTANCE
========================================================= */

.fibre-coverage-section .terms-box {
    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin: 4px 0 16px;

    padding: 12px;

    border: 1px solid var(--border);

    border-radius: 10px;

    background: #ffffff;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.fibre-coverage-section .terms-box.accepted {
    border-color: var(--success-border);

    background: var(--success-bg);
}

.fibre-coverage-section .terms-box input[type="checkbox"] {
    width: auto;

    margin: 3px 0 0;

    accent-color: var(--dande-blue);

    cursor: pointer;
}

.fibre-coverage-section .terms-text {
    flex: 1;

    color: var(--text-muted);

    font-size: 11px;

    line-height: 1.5;
}

.fibre-coverage-section .terms-link {
    display: inline;

    margin: 0;

    padding: 0;

    border: 0;

    background: transparent;

    color: var(--dande-blue);

    font-size: 11px;

    font-weight: 800;

    text-decoration: underline;

    cursor: pointer;
}

.fibre-coverage-section .terms-accepted {
    margin-top: 4px;

    color: #166534;

    font-size: 11px;

    font-weight: 800;
}


/* =========================================================
   BUTTONS
========================================================= */

.fibre-coverage-section .btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    min-height: 40px;

    padding: 10px 18px;

    border-radius: 9px;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        opacity 0.2s ease,
        transform 0.1s ease;
}

.fibre-coverage-section .btn:active:not(:disabled) {
    transform: translateY(1px);
}

.fibre-coverage-section .btn:disabled {
    cursor: not-allowed;

    opacity: 0.65;
}

.fibre-coverage-section .btn-full {
    width: 100%;
}

.fibre-coverage-section .btn-primary {
    border: 1px solid var(--dande-blue);

    background: var(--dande-blue);

    color: #ffffff;
}

.fibre-coverage-section .btn-primary:hover:not(:disabled) {
    border-color: var(--dande-blue-dark);

    background: var(--dande-blue-dark);
}

.fibre-coverage-section .btn-dark {
    border: 1px solid var(--dande-primary-alt);

    background: var(--dande-primary-alt);

    color: #ffffff;
}

.fibre-coverage-section .btn-dark:hover {
    background: var(--dande-primary);
}

.fibre-coverage-section .btn-outline {
    border: 1px solid var(--dande-primary-alt);

    background: #ffffff;

    color: var(--dande-primary-alt);
}

.fibre-coverage-section .btn-outline:hover {
    background: #f8fafc;
}

.fibre-coverage-section .btn-danger-outline {
    border: 1px solid var(--danger);

    background: #ffffff;

    color: var(--danger);
}

.fibre-coverage-section .btn-danger-outline:hover {
    background: var(--danger-bg);
}

.fibre-coverage-section .btn-disabled {
    border: 1px solid #94a3b8;

    background: #94a3b8;

    color: #ffffff;
}


/* =========================================================
   COVERAGE WARNING / MESSAGES
========================================================= */

.fibre-coverage-section .coverage-warning {
    display: flex;

    align-items: center;

    gap: 7px;

    padding: 10px;

    border-radius: 8px;

    background: #fef3c7;

    color: #92400e;

    font-size: 11px;

    font-weight: 600;
}

.fibre-coverage-section .form-message {
    margin-top: 10px;

    padding: 10px 12px;

    border-radius: 8px;

    font-size: 11px;

    line-height: 1.5;
}

.fibre-coverage-section .form-message.error {
    border: 1px solid var(--danger-border);

    background: var(--danger-bg);

    color: #b91c1c;
}

.fibre-coverage-section .form-message.success {
    border: 1px solid var(--success-border);

    background: var(--success-bg);

    color: #166534;
}


/* =========================================================
   PACKAGE GRID
========================================================= */

.fibre-coverage-section .package-grid {
    display: grid;

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

    gap: 20px;

    margin-bottom: 32px;
}

.fibre-coverage-section .package-card {
    position: relative;

    padding: 21px;

    border: 1px solid var(--border);

    border-radius: 16px;

    background: #ffffff;

    text-align: center;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.fibre-coverage-section .package-card:hover {
    transform: translateY(-2px);

    border-color: #bae6fd;

    box-shadow: var(--shadow-sm);
}

.fibre-coverage-section .package-card.popular {
    border: 2px solid var(--dande-blue);

    background: #f0f9ff;

    box-shadow:
        0 10px 20px rgba(0, 168, 234, 0.12);
}

.fibre-coverage-section .popular-badge {
    position: absolute;

    top: -12px;

    left: 50%;

    transform: translateX(-50%);

    padding: 3px 11px;

    border-radius: 12px;

    background: var(--dande-blue);

    color: #ffffff;

    font-size: 10px;

    font-weight: 800;

    text-transform: uppercase;

    white-space: nowrap;
}

.fibre-coverage-section .package-card h3 {
    margin: 8px 0 5px;

    color: var(--dande-primary-alt);

    font-size: 15px;

    font-weight: 800;
}

.fibre-coverage-section .package-speed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 14px 0 16px;
}

.fibre-coverage-section .speed-prefix {
    display: block;
    margin-bottom: 4px;
    color: var(--text-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.fibre-coverage-section .speed-value {
    display: block;
    color: var(--dande-blue);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.fibre-coverage-section .package-price {
    color: var(--text-main);

    font-size: 24px;

    font-weight: 800;
}

.fibre-coverage-section .package-price span {
    color: var(--text-muted);

    font-size: 12px;

    font-weight: 400;
}

.fibre-coverage-section .package-equipment {
    margin: 8px 0 16px;

    color: var(--text-muted);

    font-size: 11px;
}


/* =========================================================
   SUMMARY
========================================================= */

.fibre-coverage-section .summary-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 24px;

    align-items: start;
}

.fibre-coverage-section .summary-card {
    padding: 24px;

    border: 1px solid var(--border);

    border-radius: 20px;

    background: #ffffff;
}

.fibre-coverage-section .summary-card:first-child {
    background: var(--surface-soft);
}

.fibre-coverage-section .summary-card h3 {
    margin: 0 0 17px;

    color: var(--dande-primary-alt);

    font-size: 15px;

    font-weight: 800;
}

.fibre-coverage-section .cost-card > h3 {
    color: var(--dande-blue);
}

.fibre-coverage-section .summary-lines {
    display: flex;

    flex-direction: column;

    gap: 5px;

    color: #475569;

    font-size: 12px;
}

.fibre-coverage-section .summary-line {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 16px;

    padding: 5px 0;
}

.fibre-coverage-section .summary-line span {
    color: var(--text-muted);
}

.fibre-coverage-section .summary-line strong {
    color: var(--dande-primary-alt);

    text-align: right;

    overflow-wrap: anywhere;
}

.fibre-coverage-section .summary-actions {
    margin-top: 18px;

    padding-top: 14px;

    border-top: 1px solid var(--border);
}

.fibre-coverage-section .setup-cost-box {
    margin: 4px 0;

    padding: 10px;

    border: 1px solid #bfdbfe;

    border-radius: 8px;

    background: #eff6ff;
}

.fibre-coverage-section .summary-lines hr {
    width: 100%;

    margin: 5px 0;

    border: 0;

    border-top: 1px solid var(--border);
}

.fibre-coverage-section .total-row {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 16px;

    margin-top: 6px;

    padding-top: 14px;

    border-top: 2px solid var(--dande-primary-alt);
}

.fibre-coverage-section .total-row strong:first-child {
    color: var(--dande-primary-alt);

    font-size: 15px;
}

.fibre-coverage-section .total-row strong:last-child {
    color: var(--dande-blue);

    font-size: 20px;
}

.fibre-coverage-section .estimate-notice {
    margin-top: 16px;

    padding: 11px;

    border: 1px solid var(--warning-border);

    border-radius: 8px;

    background: var(--warning-bg);

    color: var(--warning);

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   ORDER SUBMISSION
========================================================= */

.fibre-coverage-section .order-submission {
    margin-top: 18px;

    padding-top: 18px;

    border-top: 1px solid var(--border);
}

.fibre-coverage-section .order-submission h4 {
    margin: 0 0 5px;

    color: var(--dande-primary-alt);

    font-size: 12px;

    font-weight: 800;
}

.fibre-coverage-section .order-submission p {
    margin: 0 0 10px;

    color: var(--text-muted);

    font-size: 11px;

    line-height: 1.5;
}

.fibre-coverage-section .captcha-container {
    display: flex;

    justify-content: center;

    margin: 12px 0 15px;
}

.fibre-coverage-section .secure-note {
    margin-top: 9px !important;

    color: var(--text-soft) !important;

    font-size: 10px !important;

    text-align: center;
}


/* =========================================================
   ORDER SUCCESS
========================================================= */

.fibre-coverage-section .order-success {
    padding: 20px;

    border: 1px solid var(--success-border);

    border-radius: 12px;

    background: var(--success-bg);

    color: #166534;

    text-align: center;
}

.fibre-coverage-section .order-success h3 {
    margin: 7px 0 9px;

    color: #166534;

    font-size: 16px;
}

.fibre-coverage-section .order-success p {
    margin: 5px 0;

    color: #166534;

    font-size: 12px;

    line-height: 1.7;
}

.fibre-coverage-section .success-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 48px;

    height: 48px;

    border-radius: 50%;

    background: #dcfce7;

    color: var(--success);

    font-size: 25px;

    font-weight: 900;
}

.fibre-coverage-section .success-icon.large {
    width: 54px;

    height: 54px;

    font-size: 30px;
}

.fibre-coverage-section .reference-box {
    margin: 16px 0;

    padding: 14px;

    border: 1px solid #86efac;

    border-radius: 10px;

    background: #ffffff;
}

.fibre-coverage-section .reference-box span {
    display: block;

    margin-bottom: 5px;

    color: var(--text-muted);

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;
}

.fibre-coverage-section .reference-box strong {
    color: var(--dande-primary-alt);

    font-size: 20px;

    font-weight: 900;
}

.fibre-coverage-section .confirmation-text strong {
    color: var(--dande-primary-alt);
}


/* =========================================================
   MODAL OVERLAYS
========================================================= */

.fibre-coverage-section .modal-overlay {
    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    min-height: 100%;

    padding: 24px;

    overflow-y: auto;

    background:
        rgba(18, 40, 113, 0.65);
}

.fibre-coverage-section .modal-card {
    width: 100%;

    max-width: 620px;

    max-height:
        calc(100vh - 48px);

    margin: auto;

    overflow-y: auto;

    border-radius: 24px;

    background: #ffffff;

    box-shadow: var(--shadow-lg);
}

.fibre-coverage-section .coverage-modal-card {
    max-width: 460px;

    padding: 28px;
}

.fibre-coverage-section .starlink-modal-card {
    padding: 26px;
}

.fibre-coverage-section .modal-center {
    text-align: center;
}

.fibre-coverage-section .modal-center h2 {
    margin: 10px 0 6px;

    color: var(--dande-primary-alt);

    font-size: 19px;

    font-weight: 800;
}

.fibre-coverage-section .modal-center p {
    margin: 0 auto;

    max-width: 520px;

    color: var(--text-muted);

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   COVERAGE MODAL
========================================================= */

.fibre-coverage-section .infrastructure-box {
    margin: 18px 0 20px;

    padding: 16px;

    border: 1px solid var(--border);

    border-radius: 14px;

    background: var(--surface-soft);

    font-size: 12px;
}

.fibre-coverage-section .infrastructure-box h3 {
    margin: 0 0 10px;

    padding-bottom: 6px;

    border-bottom: 1px solid var(--border);

    color: var(--text-main);

    font-size: 12px;

    font-weight: 800;
}

.fibre-coverage-section .infrastructure-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 8px;

    color: #475569;
}


/* =========================================================
   STARLINK MODAL
========================================================= */

.fibre-coverage-section .satellite-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 52px;

    height: 52px;

    border-radius: 50%;

    background: #eff6ff;

    color: var(--dande-primary-alt);

    font-size: 27px;
}

.fibre-coverage-section .starlink-info-box {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 7px 14px;

    margin: 18px 0;

    padding: 12px;

    border: 1px solid var(--warning-border);

    border-radius: 10px;

    background: var(--warning-bg);

    color: var(--warning);

    font-size: 11px;

    line-height: 1.5;
}

.fibre-coverage-section .modal-actions {
    display: flex;

    gap: 10px;

    flex-wrap: wrap;

    margin-top: 12px;
}

.fibre-coverage-section .modal-actions .btn {
    flex: 1;

    min-width: 160px;
}


/* =========================================================
   TERMS MODAL
========================================================= */

.fibre-coverage-section .terms-overlay {
    z-index: 100000;

    background:
        rgba(18, 40, 113, 0.68);
}

.fibre-coverage-section .terms-modal-card {
    display: flex;

    flex-direction: column;

    width: 100%;

    max-width: 720px;

    max-height:
        calc(100vh - 40px);

    overflow: hidden;

    border-radius: 20px;

    background: #ffffff;

    box-shadow: var(--shadow-lg);
}

.fibre-coverage-section .terms-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 16px;

    padding: 20px 24px;

    background: var(--dande-primary-alt);

    color: #ffffff;
}

.fibre-coverage-section .terms-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: 19px;

    font-weight: 800;
}

.fibre-coverage-section .terms-header p {
    margin: 4px 0 0;

    color: #cbd5e1;

    font-size: 11px;
}

.fibre-coverage-section .modal-close {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    flex: 0 0 34px;

    padding: 0;

    border:
        1px solid
        rgba(255, 255, 255, 0.25);

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.1);

    color: #ffffff;

    font-size: 21px;

    line-height: 1;

    cursor: pointer;
}

.fibre-coverage-section .modal-close:hover {
    background:
        rgba(255, 255, 255, 0.2);
}

.fibre-coverage-section .terms-content {
    padding: 24px;

    overflow-y: auto;

    color: #475569;

    font-size: 12px;

    line-height: 1.7;
}

.fibre-coverage-section .terms-content > p:first-child {
    margin-top: 0;
}

.fibre-coverage-section .terms-content h3 {
    margin: 18px 0 5px;

    color: var(--dande-primary-alt);

    font-size: 13px;

    font-weight: 800;
}

.fibre-coverage-section .terms-content p {
    margin:
        0 0 10px;
}

.fibre-coverage-section .terms-footer {
    display: flex;

    justify-content: flex-end;

    gap: 10px;

    flex-wrap: wrap;

    padding: 16px 24px;

    border-top: 1px solid var(--border);

    background: var(--surface-soft);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {


    .fibre-coverage-section .summary-layout {
        grid-template-columns: 1fr;
    }


}


@media (max-width: 767px) {


    .fibre-coverage-section .fibre-app {
        padding-top: 18px;
    }

    .fibre-coverage-section .app-header h1 {
        font-size: 21px;
    }

    .fibre-coverage-section .page-description {
        padding: 0 8px;

        font-size: 12px;
    }


    /* Stepper */
    .fibre-coverage-section .stepper {
        max-width: 100%;
    }

    .fibre-coverage-section .step {
        min-width: 60px;
    }

    .fibre-coverage-section .step span {
        max-width: 70px;

        font-size: 9px;
    }


    /* Map */
    .fibre-coverage-section .map-section {
        height: 650px;
    }

    .fibre-coverage-section .map-search-card {
        top: 14px;

        left: 14px;

        right: 14px;

        width: auto;
    }


    /* Forms */
    .fibre-coverage-section .form-card {
        padding: 22px 16px;

        border-radius: 17px;
    }

    .fibre-coverage-section .form-grid {
        grid-template-columns: 1fr;

        gap: 0;
    }


    /* Packages */
    .fibre-coverage-section .package-grid {
        grid-template-columns: 1fr;
    }


    /* Summary */
    .fibre-coverage-section .summary-card {
        padding: 18px;
    }

    .fibre-coverage-section .summary-line {
        gap: 10px;
    }


    /* Modals */
    .fibre-coverage-section .modal-overlay {
        padding: 12px;
    }

    .fibre-coverage-section .coverage-modal-card,
.fibre-coverage-section .starlink-modal-card {
        padding: 19px;

        border-radius: 18px;
    }

    .fibre-coverage-section .starlink-info-box,
.fibre-coverage-section .infrastructure-grid {
        grid-template-columns: 1fr;
    }

    .fibre-coverage-section .modal-actions {
        flex-direction: column;
    }

    .fibre-coverage-section .modal-actions .btn {
        width: 100%;
    }


    /* Terms */
    .fibre-coverage-section .terms-modal-card {
        max-height:
            calc(100vh - 24px);

        border-radius: 16px;
    }

    .fibre-coverage-section .terms-header {
        padding: 16px 18px;
    }

    .fibre-coverage-section .terms-content {
        padding: 18px;
    }

    .fibre-coverage-section .terms-footer {
        padding: 13px 18px;

        justify-content: stretch;
    }

    .fibre-coverage-section .terms-footer .btn {
        flex: 1;

        min-width: 90px;
    }


}


@media (max-width: 480px) {


    .fibre-coverage-section .app-header {
        padding-left: 10px;

        padding-right: 10px;
    }

    .fibre-coverage-section .stepper-line {
        left: 16px;

        right: 16px;
    }

    .fibre-coverage-section .stepper-progress {
        left: 16px;
    }

    .fibre-coverage-section .step {
        min-width: 52px;
    }

    .fibre-coverage-section .step-circle {
        width: 29px;

        height: 29px;

        font-size: 11px;
    }

    .fibre-coverage-section .step span {
        max-width: 58px;

        font-size: 8px;
    }

    .fibre-coverage-section .content-container {
        padding-left: 10px;

        padding-right: 10px;
    }

    .fibre-coverage-section .section-heading h2 {
        font-size: 25px;
    }

    .fibre-coverage-section .map-section {
        height: 680px;
    }

    .fibre-coverage-section .map-search-card {
        left: 8px;

        right: 8px;
    }

    .fibre-coverage-section .summary-line {
        flex-direction: column;

        gap: 3px;
    }

    .fibre-coverage-section .summary-line strong {
        text-align: left;
    }

    .fibre-coverage-section .total-row {
        align-items: flex-start;

        flex-direction: column;
    }

    .fibre-coverage-section .terms-footer {
        flex-direction: column;
    }

    .fibre-coverage-section .terms-footer .btn {
        width: 100%;
    }


}


/* =========================================================
   BROADBAND / DIA TOGGLE
========================================================= */

.fibre-coverage-section .service-toggle {
    display: flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    max-width: 100%;

    margin: 0 auto 30px;
    padding: 5px;

    background: #f1f5f9;

    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.fibre-coverage-section .service-toggle-btn {
    position: relative;

    min-width: 150px;

    padding: 11px 26px;

    border: 0;
    border-radius: 8px;

    background: transparent;
    color: var(--text-muted, #64748b);

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.fibre-coverage-section .service-toggle-btn:hover {
    color: var(--dande-primary, #082860);
}

.fibre-coverage-section .service-toggle-btn.active {
    background:
        var(--dande-primary, #082860);

    color: #ffffff;

    box-shadow:
        0 4px 12px
        rgba(8, 40, 96, 0.2);
}

.fibre-coverage-section .service-toggle-btn.active:hover {
    color: #ffffff;
}


/* =========================================================
   DIA SECTION
========================================================= */

.fibre-coverage-section #dia-section {
    width: 100%;
    max-width: 820px;

    margin: 0 auto;
}


/* =========================================================
   DIA INTRODUCTION
========================================================= */

.fibre-coverage-section .dia-intro {
    margin-bottom: 24px;

    text-align: center;
}

.fibre-coverage-section .dia-intro h3 {
    margin: 0 0 8px;

    color:
        var(--dande-primary, #082860);

    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.fibre-coverage-section .dia-intro p {
    max-width: 650px;

    margin: 0 auto;

    color:
        var(--text-muted, #64748b);

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   DIA FORM CARD
========================================================= */

.fibre-coverage-section #dia-form {
    width: 100%;

    padding: 30px;

    background: #ffffff;

    border:
        1px solid
        var(--border, #e2e8f0);

    border-radius: 18px;

    box-shadow:
        0 10px 35px
        rgba(15, 23, 42, 0.07);
}


/* =========================================================
   DIA FORM GRID
========================================================= */

.fibre-coverage-section #dia-form .form-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;

    margin-bottom: 18px;
}

.fibre-coverage-section #dia-form .form-group {
    display: flex;
    flex-direction: column;

    width: 100%;

    margin-bottom: 18px;
}

.fibre-coverage-section #dia-form .form-grid .form-group {
    margin-bottom: 0;
}


/* =========================================================
   LABELS
========================================================= */

.fibre-coverage-section #dia-form label {
    display: block;

    margin-bottom: 7px;

    color:
        var(--text-main, #1e293b);

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.fibre-coverage-section #dia-form input,
.fibre-coverage-section #dia-form select,
.fibre-coverage-section #dia-form textarea {
    width: 100%;

    min-height: 46px;

    padding: 11px 13px;

    background: #ffffff;

    border: 1px solid #cbd5e1;
    border-radius: 9px;

    color:
        var(--text-main, #1e293b);

    font-family: inherit;
    font-size: 13px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.fibre-coverage-section #dia-form textarea {
    min-height: 115px;

    line-height: 1.55;

    resize: vertical;
}


/* =========================================================
   INPUT FOCUS
========================================================= */

.fibre-coverage-section #dia-form input:focus,
.fibre-coverage-section #dia-form select:focus,
.fibre-coverage-section #dia-form textarea:focus {
    border-color:
        var(--dande-blue, #00a8ea);

    box-shadow:
        0 0 0 3px
        rgba(0, 168, 234, 0.12);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.fibre-coverage-section #dia-form input::placeholder,
.fibre-coverage-section #dia-form textarea::placeholder {
    color: #94a3b8;

    opacity: 1;
}


/* =========================================================
   READ-ONLY INSTALLATION ADDRESS
========================================================= */

.fibre-coverage-section #dia-address[readonly] {
    background: #f8fafc;

    color: #475569;

    cursor: default;
}


/* =========================================================
   SELECT
========================================================= */

.fibre-coverage-section #dia-form select {
    cursor: pointer;
}


/* =========================================================
   CUSTOM CAPACITY
========================================================= */

.fibre-coverage-section #dia-custom-capacity-group {
    padding: 16px;

    background:
        rgba(0, 168, 234, 0.05);

    border:
        1px solid
        rgba(0, 168, 234, 0.16);

    border-radius: 10px;
}


/* =========================================================
   CAPTCHA
========================================================= */

.fibre-coverage-section #dia-form .captcha-container {
    display: flex;
    justify-content: center;

    width: 100%;

    margin: 22px 0;
}


/* =========================================================
   DIA ERROR
========================================================= */

.fibre-coverage-section #dia-error {
    margin: 0 0 18px;
    padding: 11px 14px;

    background: #fff1f2;

    border: 1px solid #fecdd3;
    border-radius: 8px;

    color: #be123c;

    font-size: 12px;
    font-weight: 600;

    text-align: center;
}


/* =========================================================
   DIA SUBMIT BUTTON
========================================================= */

.fibre-coverage-section #dia-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 48px;

    padding: 12px 20px;

    background:
        var(--dande-primary, #082860);

    border: 0;
    border-radius: 9px;

    color: #ffffff;

    font-family: inherit;
    font-size: 13px;
    font-weight: 800;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.fibre-coverage-section #dia-submit-btn:hover {
    background:
        var(--dande-primary-alt, #122871);

    transform: translateY(-1px);

    box-shadow:
        0 7px 18px
        rgba(8, 40, 96, 0.2);
}

.fibre-coverage-section #dia-submit-btn:disabled {
    opacity: 0.65;

    cursor: not-allowed;

    transform: none;
    box-shadow: none;
}


/* =========================================================
   DIA SUCCESS
========================================================= */

.fibre-coverage-section #dia-success {
    max-width: 650px;

    margin: 0 auto;
    padding: 40px 28px;

    background: #ffffff;

    border: 1px solid #dbe4ee;
    border-radius: 18px;

    text-align: center;

    box-shadow:
        0 10px 35px
        rgba(15, 23, 42, 0.07);
}

.fibre-coverage-section #dia-success .success-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin: 0 auto 18px;

    background: #dcfce7;

    border-radius: 50%;

    color: #16a34a;

    font-size: 27px;
    font-weight: 800;
}

.fibre-coverage-section #dia-success h3 {
    margin: 0 0 10px;

    color:
        var(--dande-primary, #082860);

    font-size: 22px;
    font-weight: 800;
}

.fibre-coverage-section #dia-success p {
    margin: 8px auto;

    color:
        var(--text-muted, #64748b);

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   DIA REFERENCE
========================================================= */

.fibre-coverage-section #dia-reference-box {
    max-width: 380px;

    margin: 22px auto;
    padding: 16px;

    background: #f8fafc;

    border: 1px dashed #cbd5e1;
    border-radius: 10px;
}

.fibre-coverage-section #dia-reference-box span {
    display: block;

    margin-bottom: 5px;

    color:
        var(--text-muted, #64748b);

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.fibre-coverage-section #dia-reference {
    display: block;

    color:
        var(--dande-primary, #082860);

    font-size: 20px;
    font-weight: 800;
}


/* =========================================================
   HIDDEN
========================================================= */

.fibre-coverage-section #dia-section.hidden,
.fibre-coverage-section #dia-custom-capacity-group.hidden,
.fibre-coverage-section #dia-error.hidden,
.fibre-coverage-section #dia-success.hidden,
.fibre-coverage-section #dia-reference-box.hidden,
.fibre-coverage-section #broadband-package-section.hidden {
    display: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 767px) {

    .fibre-coverage-section .service-toggle {
        width: 100%;

        margin-bottom: 24px;
    }

    .fibre-coverage-section .service-toggle-btn {
        flex: 1;

        min-width: 0;

        padding: 11px 15px;
    }

    .fibre-coverage-section #dia-form {
        padding: 22px 18px;
    }

    .fibre-coverage-section #dia-form .form-grid {
        grid-template-columns: 1fr;

        gap: 16px;

        margin-bottom: 16px;
    }

    .fibre-coverage-section #dia-form .form-grid .form-group {
        margin-bottom: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .fibre-coverage-section .service-toggle {
        padding: 4px;

        border-radius: 10px;
    }

    .fibre-coverage-section .service-toggle-btn {
        padding: 10px 12px;

        font-size: 12px;
    }

    .fibre-coverage-section .dia-intro h3 {
        font-size: 19px;
    }

    .fibre-coverage-section .dia-intro p {
        font-size: 12px;
    }

    .fibre-coverage-section #dia-form {
        padding: 18px 14px;

        border-radius: 14px;
    }

    .fibre-coverage-section #dia-form input,
    .fibre-coverage-section #dia-form select,
    .fibre-coverage-section #dia-form textarea {
        font-size: 16px;
    }

    .fibre-coverage-section #dia-success {
        padding: 30px 18px;
    }
}/* End custom CSS */