html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    font: inherit;
    font-family: Scoutie sans,sans-serif;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.page-container {

    margin: 0 auto;
}
a.logo-link img {
    width: 180px;

}

.pad-top-sm.nav {display: flex;justify-content: space-between;align-items: center;padding: 20px 15px;justify-content: center;}

a.appbtn {
     background: #3ef379;
     color: white;
     margin: 10px;
     color: black;
     padding: 2px 20px 2px 0px;
     border-radius: 17px;
     text-decoration: none;
     font-size: 18px;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     max-width: 266px;
     margin: 13px auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: linear-gradient(180deg, #191919 40px, #20221f);
    background: #1f2c33;
    min-height: 100vh;
    color: white;
}

.intro {
    background: linear-gradient(180deg, #191919 30px, #000000);
    background:transparent;
    min-height: 400px;
        animation: moveup 0.4s linear;
}

.introwrap h1 {
 font-size: 3rem;
 text-align: center;
 color: white;
 font-size: 3rem;
 font-weight: 400;
 padding: 50px 40px 30px;
}
img.introimg {
    width: 250px;
    border: 4px solid #202020;
    border-radius: 36px;
    filter: drop-shadow(0px 1px 7px black);
        animation: moveup2 0.8s linear;
                max-width: 250px;
        min-height: 440px;
        background: #151515;
        display: inline-block;
}

.introimgwrap {
    text-align: center;
    background: #2f444f;
    padding: 30px;
    border-radius: 20px;
    width: 70%;
    padding-top: 50px;
    max-height: 400px;
    overflow: hidden;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 83% 86%, 77% 100%, 0 100%, 0 0);
}
.introwrap.wrap {
    display: flex;
}
.introhero {
    background: #1e1e1e;
    border-radius: 16px;
    margin-right: 30px;
    background: #213641;
    text-align: center;
}
.introhero h2 {
    color: white;
    font-size: 1.4rem;
    max-width: 300px;
    margin: 0 auto 50px;

}
.intro2wrap.wrap {
    display: flex;
}

.i2fb {
    color: white;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.i2fb img {
    width: 163px;
    border-radius: 10px;
}

.i2fb {
    background: #223641;
    margin: 15px;
    width: 100%;
    border-radius:20px;
    transition:0.2s;
}

.i2fb h3 {
    font-size: 1.5rem;
    margin: 5px 0px 0px;
}

.i2fb p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    padding: 10px 30px 15px;
    color: #d5d5d5;
    font-weight: 200;
}
.intro2 {
    margin: 25px 0px;
}
.logo {
    padding-left: 10px;
}

.i2fb:hover {transform: scale(0.98);background: #222;}

@keyframes moveup{
0%{
transform: translateY(50px)
}
100% {
transform: translateY(0px);
}
}
@keyframes moveup2{
0%{
transform: none;
}
0%{
transform: translateY(50px) scale(1.05);
}
100% {
transform: translateY(0px) ;
}
}
.content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0px;
        line-height: 1.2;
}

.content.wrap {
    font-size: 21px;
    word-wrap: break-word;
    line-height: 29px;
    padding: 20px;
}

.content.wrap p {
    margin: 20px 0px;
}

h3 {
    font-size: 1.4rem;
    margin: 20px 0px;
    font-weight: 700;
}

ul,ol {
    margin: 0px 20px;
}

a {
    color: #52c175;
}

.page-container.subpage {
    margin: 0 auto;
    background: linear-gradient(180deg, #262a23 50px, #151515 300px);
    background:#151515;
    min-height:100vh;
}
.footer {
    text-align: center;
    padding: 16px 10px;
}

.footer a {
    margin: 16px 12px;
    display: inline-block;
    text-transform: capitalize;
}
.intro3 p {
    max-width: 400px;
    font-size: 1.3em;
    margin: 0 auto;
    line-height: 1.7em;
    color: #999;
        padding: 15px;
            padding: 40px;
}
span.iconapple,span.iconplay {
    background-image: url(appicons.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: -27px 5px;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 4px;
}


span.iconplay {
    background-position: 15px 5px;
}

a.appbtn:hover {
    filter: brightness(.9);
    transform: scale(0.98);
}
.prompt {
    background: #191919;
    color: white;
    text-align: center;
}

.prompt a {
    color: #88e64a;
    padding: 7px;
    display: inline-block;
    text-align: center;
}

.prompt button {
    background: transparent;
    border: none;
    color: #aaa;
    font-weight: bold;
    font-family: sans-serif;
}
@media (max-width: 800px) {
.introwrap.wrap {
    display: block;
}

.introhero {
    width: auto;
    display: block;
    margin: 0px;
    padding-bottom: 20px;
    margin: 0px 15px;

}

.intro2wrap.wrap {
    flex-direction: column;
}

.i2fb {
    width: auto;

}

.introimgwrap {
    width: auto;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 90% 83%, 85% 100%, 0 100%, 0 0);
    margin-top: 30px;
    margin: 15px;

}

img.introimg {
    width: 95%;
    max-width: 250px;
        max-width: 250px;
        min-height: 440px;
        background: #151515;
        display: inline-block;
}

.introwrap h1 {
    font-size: 2.4rem;
    padding: 30px;
}

.pad-top-sm.nav.wrap {
    text-align: center;
    display: block;
}
.logo {
    padding-left: 0px;
}
}

/* ==========================================================================
   Subpages Common Styles (About, Contact, Privacy)
   ========================================================================== */

.subpage-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
}

.nav-links {
    display: flex;
    gap: 22px;
    align-items: center;
}

.nav-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    transition: color 0.2s ease;
    padding: 4px 0;
}

.nav-links a:hover,
.nav-links a.active {
    color: #3ef379;
    border-bottom: 2px solid #3ef379;
}

.subpage-main {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    box-sizing: border-box;
}

.subpage-header {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 30px;
}

.subpage-kicker {
    display: inline-block;
    color: #3ef379;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.subpage-header h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 14px;
}

.subpage-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #94a3b8;
    max-width: 720px;
}

/* Prose Typography */
.subpage-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cbd5e1;
}

.subpage-body h2 {
    font-size: 1.65rem;
    font-weight: 600;
    color: #ffffff;
    margin: 44px 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.subpage-body h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 28px 0 10px;
}

.subpage-body p {
    margin: 0 0 20px;
}

.subpage-body ul,
.subpage-body ol {
    margin: 0 0 24px 24px;
    padding: 0;
}

.subpage-body li {
    margin-bottom: 10px;
}

.subpage-body strong {
    color: #ffffff;
    font-weight: 600;
}

.subpage-body a {
    color: #3ef379;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s;
}

.subpage-body a:hover {
    opacity: 0.85;
}

/* Callout Box / Summary Box */
.callout-box {
    background: #1b262c;
    border: 1px solid #283a43;
    border-left: 4px solid #3ef379;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 28px 0;
}

.callout-box p:last-child {
    margin-bottom: 0;
}

.callout-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* About Page Specifics */
.about-quote {
    background: #213641;
    border-radius: 12px;
    padding: 28px 32px 28px 44px;
    margin: 36px 0;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #e2e8f0;
    font-style: italic;
    position: relative;
    border: 1px solid #2d4553;
}

.about-quote::before {
    content: "“";
    font-size: 3.5rem;
    color: #3ef379;
    position: absolute;
    top: 8px;
    left: 14px;
    line-height: 1;
    opacity: 0.5;
    font-family: serif;
}

.about-quote p {
    position: relative;
    z-index: 1;
    margin: 0;
}

.about-author-badge {
    margin-top: 14px;
    font-size: 0.95rem;
    font-style: normal;
    color: #3ef379;
    font-weight: 600;
}

.about-preview-card {
    text-align: center;
    margin: 36px auto;
    max-width: 480px;
    background: #192329;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #253640;
}

.about-preview-card img {
    max-width: 220px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto 16px;
}

.about-preview-card figcaption {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.5;
}

.about-cta-card {
    background: #213641;
    border: 1px solid #2c4554;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    margin-top: 50px;
}

.about-cta-card h2 {
    margin-top: 0;
    border-bottom: none;
    font-size: 1.7rem;
}

.about-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff;
    border: 1px solid #475569;
    padding: 10px 24px;
    border-radius: 14px;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    border-color: #3ef379;
    color: #3ef379;
}

/* Contact Page Specifics */
.contact-primary-card {
    background: #213641;
    border: 1px solid #2d4655;
    border-radius: 16px;
    padding: 36px 30px;
    text-align: center;
    margin-bottom: 44px;
}

.contact-email-display {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3ef379;
    margin: 16px 0 24px;
    word-break: break-all;
    font-family: monospace, sans-serif;
    letter-spacing: 0.02em;
}

.contact-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3ef379;
    color: #0b151a;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1rem;
    transition: transform 0.15s ease, filter 0.15s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    color: #0b151a;
}

.btn-copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #18252c;
    color: #e2e8f0;
    border: 1px solid #334854;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.btn-copy:hover {
    background: #24353f;
    color: #3ef379;
    border-color: #3ef379;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 36px 0;
}

.contact-card {
    background: #1a262d;
    border: 1px solid #263842;
    border-radius: 12px;
    padding: 24px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-card:hover {
    transform: translateY(-2px);
    border-color: #35505e;
}

.contact-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.15rem;
}

.contact-card p {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Privacy Page Specifics */
.privacy-meta-badge {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
    font-size: 0.9rem;
    color: #94a3b8;
}

.privacy-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.privacy-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
}

.privacy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background: #1b262d;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #283b45;
}

.privacy-table th,
.privacy-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #283b45;
    vertical-align: top;
}

.privacy-table th {
    background: #22343e;
    color: #ffffff;
    font-weight: 600;
}

.privacy-table tr:last-child td {
    border-bottom: none;
}

.status-tag {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-tag.no {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.status-tag.ad {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

@media (max-width: 800px) {
    .subpage-nav {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding: 20px 15px;
    }
    .nav-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }
    .subpage-header h1 {
        font-size: 2.1rem;
    }
    .subpage-main {
        padding: 30px 16px 60px;
    }
    .about-quote {
        padding: 22px 20px 22px 34px;
        font-size: 1.1rem;
    }
    .contact-email-display {
        font-size: 1.25rem;
    }
}


