<<<<<<< HEAD
body, html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    background: #f4f4f4;
    color: #222;
    display: flex;
    flex-direction: column;
}
header {
    background: #da251d;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.02em;
}
main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}
.hero {
    text-align: center;
    margin-top: 3em;
}
.hero h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.hero p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}
.button, .main-cta {
    background: #da251d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.8em 2em;
    font-size: 1.1em;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
    display: inline-block;
}
.button:hover, .main-cta:hover {
    background: #b71c1c;
}
.ttc-btn {
    background: #da251d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.8em 2em;
    font-size: 1.1em;
    cursor: pointer;
    font-weight: 600;
    margin-left: 1em;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(218,37,29,0.10);
    outline: none;
}
.ttc-btn:hover, .ttc-btn:focus {
    background: #b71c1c;
    box-shadow: 0 4px 16px rgba(218,37,29,0.18);
}
.ttc-btn:active {
    background: #a11a1a;
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 0.7em 0 0.4em 0;
    font-size: 1em;
    width: 100vw;
    position: relative;
    z-index: 10;
    line-height: 1.3;
    margin: 0;
}
.network-list {
    max-width: 500px;
    margin: 2em auto;
    padding: 2em;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.network-list h2 {
    margin-top: 0;
    color: #da251d;
}
.network-list ul {
    list-style: none;
    padding: 0;
}
.network-list li {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.network-list li:last-child {
    border-bottom: none;
}
.network-list .line-name {
    font-weight: 600;
}
.network-list .zone-count {
    color: #888;
    font-size: 0.95em;
=======
body, html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    background: #f4f4f4;
    color: #222;
    display: flex;
    flex-direction: column;
}
header {
    background: #da251d;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.02em;
}
main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}
.hero {
    text-align: center;
    margin-top: 3em;
}
.hero h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.hero p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}
.button, .main-cta {
    background: #da251d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.8em 2em;
    font-size: 1.1em;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
    display: inline-block;
}
.button:hover, .main-cta:hover {
    background: #b71c1c;
}
.ttc-btn {
    background: #da251d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.8em 2em;
    font-size: 1.1em;
    cursor: pointer;
    font-weight: 600;
    margin-left: 1em;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(218,37,29,0.10);
    outline: none;
}
.ttc-btn:hover, .ttc-btn:focus {
    background: #b71c1c;
    box-shadow: 0 4px 16px rgba(218,37,29,0.18);
}
.ttc-btn:active {
    background: #a11a1a;
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 0.7em 0 0.4em 0;
    font-size: 1em;
    width: 100vw;
    position: relative;
    z-index: 10;
    line-height: 1.3;
    margin: 0;
}
.network-list {
    max-width: 500px;
    margin: 2em auto;
    padding: 2em;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.network-list h2 {
    margin-top: 0;
    color: #da251d;
}
.network-list ul {
    list-style: none;
    padding: 0;
}
.network-list li {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.network-list li:last-child {
    border-bottom: none;
}
.network-list .line-name {
    font-weight: 600;
}
.network-list .zone-count {
    color: #888;
    font-size: 0.95em;
>>>>>>> orign/main
}