/*
Theme Name: American Irish College Guide
Theme URI: https://americanirishcollegeguide.com
Author: AmericanIrishCollegeGuide
Description: Custom theme for AmericanIrishCollegeGuide.com
Version: 1.0
*/

/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: Georgia, 'Times New Roman', serif;
    background: #f7f3ec;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 1.6;
}

/* NAVIGATION */
.site-header {
    background: #0f1f2e;
    padding: 1rem 5%;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #c8963e;
}

.site-logo {
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}

.site-logo .american { color: #B22234; }
.site-logo .dot { color: #c8963e; }
.site-logo .irish { color: #169B62; }
.site-logo .domain { color: rgba(255,255,255,0.4); font-size: 1rem; }

nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    align-items: center;
}

nav ul a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-family: Arial, sans-serif;
    transition: color 0.2s;
}

nav ul a:hover { color: #c8963e; }

.nav-cta {
    background: #c8963e !important;
    color: #0f1f2e !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 3px;
    font-weight: bold !important;
}

/* HERO */
.hero-section {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
}

.hero-irish {
    background: #1c3a2a;
    padding: 5rem 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-american {
    background: #0f1f2e;
    padding: 5rem 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-flag { font-size: 3rem; margin-bottom: 1rem; display: block; }

.hero-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
}

.hero-irish .hero-label { color: #4ade80; }
.hero-american .hero-label { color: #93c5fd; }

.hero-section h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 1rem;
}

.hero-section h1 em {
    font-style: italic;
    color: #c8963e;
}

.hero-section p {
    color: rgba(255,255,255,0.65);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-weight: 300;
    max-width: 400px;
}

.hero-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.topic-tag {
    font-size: 0.75rem;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid;
}

.hero-irish .topic-tag {
    border-color: rgba(74,222,128,0.3);
    color: rgba(74,222,128,0.85);
}

.hero-american .topic-tag {
    border-color: rgba(147,197,253,0.3);
    color: rgba(147,197,253,0.85);
}

.btn-irish {
    display: inline-block;
    background: #169B62;
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background 0.2s;
    width: fit-content;
}

.btn-irish:hover { background: #1db874; }

.btn-american {
    display: inline-block;
    background: #B22234;
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background 0.2s;
    width: fit-content;
}

.btn-american:hover { background: #cc2a3d; }

/* STATS BAR */
.stats-bar {
    background: #c8963e;
    padding: 1.5rem 5%;
    display: flex;
    justify-content: center;
    gap: 4rem;
}

.stat { text-align: center; }

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #0f1f2e;
    display: block;
}

.stat-label {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(15,31,46,0.7);
    font-family: Arial, sans-serif;
}

/* SECTIONS */
.section-white { background: white; padding: 5rem 5%; }
.section-cream { background: #f7f3ec; padding: 5rem 5%; }
.section-dark { background: #0f1f2e; padding: 5rem 5%; }

.section-inner { max-width: 1100px; margin: 0 auto; }

.section-tag {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 0.75rem;
    color: #c8963e;
    font-family: Arial, sans-serif;
    text-align: center;
}

.section-title {
    font-size: 2.2rem;
    color: #0f1f2e;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.section-dark .section-title { color: white; }

/* TWO COLUMN TOPICS */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.topic-col-header {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 6px 6px 0 0;
}

.irish-header { background: #1c3a2a; }
.american-header { background: #0f1f2e; }

.topic-col-header .flag { font-size: 1.8rem; }
.topic-col-header h3 { color: white; font-size: 1.1rem; }
.topic-col-header p { color: rgba(255,255,255,0.5); font-size: 0.8rem; font-family: Arial, sans-serif; }

.topic-list {
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.topic-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f3f4f6;
    text-decoration: none;
    color: #2c2c2c;
    transition: background 0.2s;
    font-family: Arial, sans-serif;
}

.topic-item:last-child { border-bottom: none; }
.topic-item:hover { background: #f7f3ec; }

.topic-icon { font-size: 1.2rem; width: 2rem; flex-shrink: 0; }
.topic-item h4 { font-size: 0.9rem; font-weight: bold; color: #0f1f2e; margin-bottom: 0.1rem; }
.topic-item p { font-size: 0.78rem; color: #6b7280; }
.topic-arrow { margin-left: auto; color: #6b7280; }

/* HOW IT WORKS */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.step { text-align: center; padding: 2rem 1.5rem; }

.step-number {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #0f1f2e;
    color: #c8963e;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-family: Arial, sans-serif;
}

.step h3 { font-size: 1.05rem; color: #0f1f2e; margin-bottom: 0.6rem; }
.step p { font-size: 0.875rem; color: #6b7280; font-family: Arial, sans-serif; }

/* PACKAGES */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.package {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s;
}

.package:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-color: #c8963e;
}

.package.featured {
    background: #0f1f2e;
    border-color: #c8963e;
}

.featured-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #c8963e;
    color: #0f1f2e;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

.package-flag { font-size: 1.8rem; margin-bottom: 0.75rem; display: block; }
.package h3 { font-size: 1.2rem; color: #0f1f2e; margin-bottom: 0.4rem; }
.package.featured h3 { color: white; }

.package-desc {
    font-size: 0.82rem;
    color: #6b7280;
    margin-bottom: 1.25rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.package.featured .package-desc { color: rgba(255,255,255,0.5); }

.package-price {
    font-size: 2rem;
    font-weight: bold;
    color: #0f1f2e;
    margin-bottom: 0.2rem;
}

.package.featured .package-price { color: #c8963e; }

.package-period {
    font-size: 0.78rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
}

.package.featured .package-period { color: rgba(255,255,255,0.4); }

.package-features {
    list-style: none;
    margin-bottom: 1.75rem;
}

.package-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.83rem;
    color: #2c2c2c;
    margin-bottom: 0.6rem;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.package.featured .package-features li { color: rgba(255,255,255,0.75); }
.check { color: #2d6a4f; font-size: 0.85rem; flex-shrink: 0; }
.package.featured .check { color: #c8963e; }

.package-btn {
    display: block;
    text-align: center;
    padding: 0.85rem;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.2s;
}

.btn-outline { border: 1.5px solid #0f1f2e; color: #0f1f2e; }
.btn-outline:hover { background: #0f1f2e; color: white; }
.btn-gold { background: #c8963e; color: #0f1f2e; }
.btn-gold:hover { background: #dba94e; }

/* TESTIMONIALS */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.testi {
    padding: 1.75rem;
    border-left: 3px solid #c8963e;
    background: #f7f3ec;
    border-radius: 0 6px 6px 0;
}

.testi-text {
    font-style: italic;
    font-size: 0.95rem;
    color: #0f1f2e;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.testi-author {
    font-size: 0.8rem;
    font-weight: bold;
    color: #2d6a4f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: Arial, sans-serif;
}

.testi-role {
    font-size: 0.75rem;
    color: #6b7280;
    font-family: Arial, sans-serif;
}

/* CTA */
.cta-section {
    background: linear-gradient(135deg, #1c3a2a 0%, #0f1f2e 100%);
    padding: 5rem 5%;
    text-align: center;
}

.cta-flags { font-size: 2rem; margin-bottom: 1.5rem; display: block; }

.cta-section h2 {
    font-size: 2.2rem;
    color: white;
    margin-bottom: 1rem;
}

.cta-section p {
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-complete {
    display: inline-block;
    background: #c8963e;
    color: #0f1f2e;
    padding: 0.9rem 2rem;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

/* FOOTER */
.site-footer {
    background: #0a1520;
    padding: 2.5rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(200,150,62,0.15);
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-logo { font-size: 1.1rem; }
.footer-logo .american { color: #B22234; }
.footer-logo .dot { color: #c8963e; }
.footer-logo .irish { color: #169B62; }
.footer-logo .domain { color: rgba(255,255,255,0.4); font-size: 0.9rem; }

.footer-links { display: flex; gap: 2rem; list-style: none; }
.footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.82rem; font-family: Arial, sans-serif; }
.footer-links a:hover { color: #c8963e; }
.footer-copy { color: rgba(255,255,255,0.25); font-size: 0.78rem; font-family: Arial, sans-serif; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-section { grid-template-columns: 1fr; }
    .two-col { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; }
    .packages-grid { grid-template-columns: 1fr; }
    .testi-grid { grid-template-columns: 1fr; }
    .stats-bar { gap: 2rem; flex-wrap: wrap; }
    nav ul { display: none; }
}
