/* ==========================================================================
   UClaim.com - Reverse-engineered static site
   Stylesheet
   ========================================================================== */

/* Reset & base */
* { box-sizing: border-box; }
html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #222;
    background: #fff;
}
a { color: #0a3a78; text-decoration: underline; }
a:hover { color: #c00; }
img { border: 0; max-width: 100%; height: auto; }
h1, h2, h3, h4 { margin: 0 0 10px 0; color: #0a3a78; font-family: Verdana, Arial, sans-serif; }
h1 { font-size: 20px; text-align: center; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
p { margin: 0 0 12px 0; line-height: 1.55; }
ul, ol { line-height: 1.55; }

/* Page wrapper - full width */
.page {
    width: 100%;
    max-width: none;
    margin: 0;
    background: #fff;
}

/* ===== Top bar / header ===== */
.topbar {
    background: #fff;
    padding: 0;
    display: grid;
    grid-template-columns: 200px 1fr 320px;
    align-items: start;
    gap: 0;
    border-bottom: 1px solid #d0d8e4;
}
.topbar .brand {
    padding: 8px 12px 4px 12px;
    background: #fff;
}
.topbar .brand img {
    display: block;
    max-width: 140px;
    margin: 0 auto;
}
.topbar .brand-tag {
    color: #0a3a78;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding: 4px 8px 8px 8px;
    font-size: 11px;
    line-height: 1.3;
    background: #fff;
}

.topbar .top-info {
    padding: 14px 12px 6px 12px;
    font-size: 12px;
}
.top-info .info-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}
.top-info .info-row .arrow {
    color: #0a3a78;
    font-weight: bold;
    font-size: 10px;
}
.top-info .phone {
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    color: #222;
    font-size: 12px;
}
.top-info .phone .phone-icon {
    display: inline-block;
    width: 18px; height: 18px;
    background: #fff;
    color: #0a3a78;
    border: 1px solid #0a3a78;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin-right: 4px;
    font-size: 11px;
}

.topbar .search-box {
    padding: 14px 14px 6px 14px;
    text-align: right;
}
.search-box form { display: inline-flex; gap: 4px; align-items: center; }
.search-box .label { color: #444; margin-right: 4px; font-size: 12px; }
.search-box input[type=text] {
    border: 1px solid #888;
    padding: 3px 6px;
    width: 180px;
    font-size: 12px;
}
.search-box button {
    background: #0a3a78;
    color: #fff;
    border: 0;
    padding: 4px 14px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}
.search-box button:hover { background: #c00; }

/* ===== Promo button strip (white bg, blue pills) ===== */
.promo-strip {
    background: #fff;
    padding: 6px 14px 12px 14px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: 200px;       /* align with content area, leaving room for logo */
}
.promo-strip a {
    display: inline-block;
    background: linear-gradient(180deg, #4a90c8 0%, #1c5f96 100%);
    color: #fff;
    text-decoration: none;
    padding: 6px 22px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #134a78;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.promo-strip a:hover { background: linear-gradient(180deg, #6cabe0 0%, #2670a8 100%); color: #fff; }

/* Navy divider bar between promo strip and main columns */
.divider-bar {
    height: 14px;
    background: #0a3a78;
    border-top: 1px solid #062a5a;
    border-bottom: 1px solid #062a5a;
}

/* ===== Main 3-column layout (full width) ===== */
.main-cols {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: 0;
    background: #fff;
}

/* ===== Left sidebar nav ===== */
.sidenav {
    background: #0a3a78;
    color: #fff;
    padding: 0 0 0 0;
    min-height: 600px;
    position: relative;
}
.sidenav ul { list-style: none; padding: 0; margin: 0; }
.sidenav li { border-bottom: 1px solid #062a5a; }
.sidenav a {
    display: block;
    padding: 9px 18px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    background: #0a3a78;
}
.sidenav a:hover { background: #1a5da9; color: #fff; }
.sidenav .active a {
    background: #c5e000;
    color: #0a3a78;
}

/* Triangular wedge decoration above help box */
.sidenav-wedge {
    height: 80px;
    background:
        linear-gradient(135deg, transparent 49%, #062a5a 50%) no-repeat,
        #0a3a78;
    background-size: 100% 100%;
}

.help-box {
    background: #062a5a;
    color: #fff;
    padding: 14px 12px 18px 12px;
    border-top: 1px solid #02234d;
}
.help-box h4 {
    color: #ffd24a;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.help-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 11px;
}
.help-box li::before {
    content: "▶ ";
    color: #c00;
    font-size: 10px;
}
.help-box li { padding: 2px 0; }

/* ===== Center content ===== */
.content {
    padding: 18px 26px 30px 26px;
    background: #fff;
    min-height: 600px;
}
.content .intro {
    text-align: center;
    margin: 0 0 18px 0;
    overflow: hidden;
}
.content .intro h1 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #222;
    font-weight: bold;
}
.content .intro a {
    color: #c00;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
.content .ron-photo {
    float: right;
    margin: 0 0 12px 16px;
    border: 1px solid #888;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    max-width: 130px;
}

.section-title {
    background: linear-gradient(180deg, #1c5f96 0%, #0a3a78 60%, #5a9bd5 100%);
    color: #fff;
    font-weight: bold;
    padding: 6px 14px;
    margin: 18px 0 14px 0;
    font-style: italic;
    font-size: 14px;
    border-top: 1px solid #062a5a;
    border-bottom: 1px solid #062a5a;
}

.cta-row {
    text-align: center;
    margin: 20px 0;
}
.cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #e84d2a 0%, #b8200a 100%);
    color: #fff !important;
    padding: 6px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #7c1505;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.cta-button:hover { background: linear-gradient(180deg, #ff6b48 0%, #d02a10 100%); color: #fff; }

.center-link {
    text-align: center;
    margin: 16px 0;
}
.center-link a { color: #0a3a78; }

/* ===== Right ad column ===== */
.adcol {
    padding: 10px 8px;
    background: #d8d8d8;
}
.adcol .ad {
    margin-bottom: 14px;
    text-align: center;
}
.adcol .ad img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #999;
}
.adcol .gallery-caption {
    background: #fff;
    color: #444;
    padding: 6px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #999;
    border-top: 0;
}

/* ===== Tables (products, gallery) ===== */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
    margin: 14px 0 26px 0;
}
.product {
    border: 1px solid #c8c8c8;
    background: #f5f8fc;
    padding: 14px;
}
.product h3 {
    color: #0a3a78;
    font-size: 14px;
    margin-bottom: 8px;
}
.product .price {
    color: #c00;
    font-weight: bold;
    font-size: 14px;
    margin: 6px 0;
}
.product .product-icon {
    float: left;
    margin: 0 10px 6px 0;
    width: 36px; height: 36px;
}
.product .buy-btn {
    display: inline-block;
    background: linear-gradient(180deg, #e84d2a 0%, #b8200a 100%);
    color: #fff !important;
    padding: 5px 14px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #7c1505;
    border-radius: 3px;
    margin-top: 6px;
    font-size: 12px;
}
.product .buy-btn:hover { background: linear-gradient(180deg, #ff6b48 0%, #d02a10 100%); }

.products-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
    padding: 10px;
    background: #f0f4fa;
    border: 1px solid #c8d4e8;
}
.products-anchor-nav a {
    background: #0a3a78;
    color: #fff;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    border-radius: 3px;
}
.products-anchor-nav a:hover { background: #c00; }

/* Gallery grid */
.gallery-row {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    gap: 14px;
    align-items: center;
    margin: 22px 0;
}
.gallery-row .arrow-big {
    text-align: center;
    font-size: 32px;
    color: #c00;
    font-weight: bold;
}
.gallery-row .gallery-img {
    text-align: center;
}
.gallery-row .gallery-img img {
    border: 2px solid #888;
    max-width: 100%;
}
.gallery-headers {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    gap: 14px;
    text-align: center;
    margin-top: 18px;
}
.gallery-headers h2 { color: #c00; }

/* Forms */
.form-block {
    background: #f5f8fc;
    border: 1px solid #c8d4e8;
    padding: 18px;
    margin: 16px 0;
    max-width: 600px;
}
.form-block label {
    display: block;
    font-weight: bold;
    margin: 8px 0 4px 0;
    color: #0a3a78;
}
.form-block input[type=text],
.form-block input[type=email],
.form-block textarea {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #888;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
.form-block textarea { min-height: 100px; resize: vertical; }
.form-block button {
    background: #0a3a78;
    color: #fff;
    border: 0;
    padding: 8px 22px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 12px;
    border-radius: 3px;
}
.form-block button:hover { background: #c00; }

.form-message {
    margin-top: 14px;
    padding: 10px;
    background: #d6f045;
    color: #0a3a78;
    border: 1px solid #94a800;
    display: none;
}

/* Testimonials */
.testimonial {
    background: #f5f8fc;
    border-left: 4px solid #0a3a78;
    padding: 14px 18px;
    margin: 14px 0;
}
.testimonial .author {
    font-weight: bold;
    color: #c00;
    margin-top: 8px;
    font-style: italic;
}

/* Press releases list */
.press-list { list-style: none; padding: 0; margin: 14px 0; }
.press-list li {
    padding: 12px 0;
    border-bottom: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px;
}
.press-list .date { font-weight: bold; color: #0a3a78; }

/* List of links with arrow bullets */
.arrow-list { list-style: none; padding: 0; margin: 12px 0; }
.arrow-list li { padding: 4px 0; }
.arrow-list li::before {
    content: "▶ ";
    color: #c00;
    font-size: 11px;
}

/* Blockquote-style boxes */
.note-box {
    background: #fffbe5;
    border: 1px solid #e0d090;
    padding: 12px 16px;
    margin: 14px 0;
    border-radius: 3px;
}

/* ===== Footer ===== */
.footer {
    background: #6b6b6b;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    font-size: 11px;
    margin-top: 0;
}
.footer a { color: #fff; margin: 0 6px; text-decoration: underline; }
.footer a:hover { color: #ffd24a; }
.footer .footer-row { margin: 4px 0; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .topbar {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .topbar .brand img { margin: 0 auto; }
    .topbar .search-box { text-align: center; }
    .promo-strip { margin-left: 0; justify-content: center; }
    .main-cols { grid-template-columns: 1fr; }
    .sidenav { padding-bottom: 0; min-height: auto; }
    .sidenav ul { display: flex; flex-wrap: wrap; }
    .sidenav li { flex: 1 1 50%; border-bottom: 1px solid #062a5a; }
    .sidenav-wedge { display: none; }
    .help-box { margin: 0; }
    .adcol { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
    .adcol .ad { flex: 1 1 240px; max-width: 320px; }
    .content { padding: 18px 16px; }
    .ron-photo { float: none; display: block; margin: 0 auto 14px auto; }
    .gallery-row { grid-template-columns: 1fr; }
    .gallery-headers { grid-template-columns: 1fr; }
    .press-list li { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .promo-strip { padding: 8px; }
    .promo-strip a { padding: 6px 14px; font-size: 12px; }
}
