/* =========================================================
   HOME.CSS
   FBS BETTA FARM
   ========================================================= */

/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5, 20, 36, 0.88) 0%,
        rgba(5, 20, 36, 0.62) 45%,
        rgba(5, 20, 36, 0.28) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 22px;
    padding: 9px 22px;
    border: 1px solid rgba(79, 209, 255, 0.35);
    border-radius: 40px;
    background: rgba(79, 209, 255, 0.08);
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

.hero h1 {
    margin: 0 0 25px;
    color: #f5f7fa;
    font-size: 72px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;
}

.hero h1 span {
    color: var(--primary);
}

.hero p {
    max-width: 600px;
    margin-bottom: 38px;
    color: #d5deea;
    font-size: 18px;
    line-height: 1.8;
}

.hero-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn a,
.cta-buttons a,
.section-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn i,
.cta-buttons i,
.section-action i {
    font-size: 18px;
}


/* =========================================================
   BUTTON
   ========================================================= */

.btn-primary {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: #061522 !important;
    box-shadow: 0 10px 30px rgba(79, 209, 255, 0.18);
}

.btn-primary:hover {
    background: #78ddff;
    border-color: #78ddff;
    color: #061522 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(79, 209, 255, 0.28);
}

.btn-secondary {
    border: 1px solid rgba(79, 209, 255, 0.4);
    background: rgba(255, 255, 255, 0.04);
    color: var(--primary) !important;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    border-color: var(--primary);
    background: rgba(79, 209, 255, 0.10);
    color: #78ddff !important;
    transform: translateY(-3px);
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.section-header {
    margin-bottom: 55px;
    text-align: center;
}

.section-header span {
    display: block;
    margin-bottom: 12px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.section-header h2 {
    margin: 0 0 18px;
    color: #f5f7fa;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #b8c4d6;
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   ABOUT
   ========================================================= */

.about {
    padding: 100px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}


/* =========================================================
   ABOUT IMAGE
   ========================================================= */

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.about-image img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.04);
}

.about-image-label {
    position: absolute;
    left: 50%;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: 40px;
    background: rgba(5, 11, 20, 0.78);
    color: #fff;
    white-space: nowrap;
    transform: translateX(-50%);
    backdrop-filter: blur(12px);
}

.about-image-label strong {
    color: var(--primary);
}


/* =========================================================
   ABOUT CONTENT
   ========================================================= */

.about-content {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.about-content > span,
.content-label {
    display: block;
    margin-bottom: 14px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-content h2 {
    margin: 0 0 22px;
    color: #f5f7fa;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.about-content h3 {
    margin: 0 0 18px;
    color: #f5f7fa;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.about-content p {
    margin-bottom: 14px;
    color: #c5cfdd;
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   ABOUT INFO
   ========================================================= */

.about-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.info-card {
    padding: 25px 15px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.info-card h3 {
    margin: 0 0 8px;
    color: var(--primary);
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.info-card span {
    color: var(--text-muted);
    font-size: 13px;
}


/* =========================================================
   KOLEKSI
   ========================================================= */

.featured {
    padding: 100px 0;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.fish-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--surface);
    text-align: center;
    transition: all 0.3s ease;
}

.fish-card:hover {
    transform: translateY(-8px);
    border-color: rgba(79, 209, 255, 0.35);
    box-shadow: var(--shadow);
}

.fish-card > img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fish-card:hover > img {
    transform: scale(1.07);
}

.fish-body {
    padding: 25px;
}

.fish-body > span,
.fish-label {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fish-body h3 {
    margin: 8px 0 10px;
    color: #f5f7fa;
    font-size: 24px;
}

.fish-body p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.section-action {
    margin-top: 40px;
    text-align: center;
}


/* =========================================================
   KEUNGGULAN
   ========================================================= */

.advantages {
    padding: 100px 0;
    text-align: center;
}

.adv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.adv-card {
    position: relative;
    min-height: 335px;
    padding: 40px 25px 30px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
    transition: all 0.3s ease;
}

.adv-card:hover {
    transform: translateY(-8px);
    border-color: rgba(79, 209, 255, 0.45);
    background: rgba(79, 209, 255, 0.055);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.22);
}


/* =========================================================
   ICON KEUNGGULAN
   ========================================================= */

.adv-icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border: 1px solid rgba(79, 209, 255, 0.35);
    border-radius: 20px;
    background: rgba(79, 209, 255, 0.1);
    color: #4fd1ff;
}

.adv-icon i {
    display: block !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 30px !important;
    font-style: normal !important;
    line-height: 1 !important;
    color: #4fd1ff !important;
}

.adv-card h3 {
    margin: 0 0 12px;
    color: #f5f7fa;
    font-size: 20px;
    line-height: 1.3;
}

.adv-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   LOKASI
   ========================================================= */

.location {
    padding: 100px 0;
    text-align: center;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.location-info {
    padding: 40px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.location-info h3 {
    margin: 0 0 15px;
    color: #f5f7fa;
    font-size: 32px;
}

.location-info > p {
    margin-bottom: 30px;
    color: var(--text-muted);
}

.location-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.location-item i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(79, 209, 255, 0.25);
    border-radius: 12px;
    background: rgba(79, 209, 255, 0.10);
    color: var(--primary);
}

.location-item strong,
.location-item span {
    display: block;
    text-align: left;
}

.location-item strong {
    color: #fff;
}

.location-item span {
    color: var(--text-muted);
    font-size: 14px;
}

.location-info .btn-primary {
    margin-top: 15px;
}

.map-wrapper {
    min-height: 450px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.map-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 0;
}


/* =========================================================
   CTA
   ========================================================= */

.cta {
    padding: 100px 0;
    text-align: center;
}

.cta-content {
    max-width: 750px;
    margin: auto;
}

.cta-content > span {
    display: block;
    margin-bottom: 12px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.cta h2 {
    margin: 0 0 18px;
    color: #f5f7fa;
    font-size: 48px;
}

.cta p {
    max-width: 600px;
    margin: 0 auto 30px;
    color: var(--text-muted);
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}


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

@media (max-width: 992px) {

    .hero {
        min-height: 85vh;
    }

    .hero h1 {
        font-size: 52px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-content {
        max-width: 700px;
    }

    .about-content h2 {
        font-size: 42px;
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .adv-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-grid {
        grid-template-columns: 1fr;
    }
}


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

@media (max-width: 768px) {

    .hero {
        min-height: 80vh;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-btn {
        justify-content: center;
    }

    .hero-btn a {
        width: 100%;
        max-width: 300px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-header h2 {
        font-size: 36px;
    }

    .about,
    .featured,
    .advantages,
    .location,
    .cta {
        padding: 70px 0;
    }

    .about-image img {
        height: 360px;
    }

    .about-content {
        max-width: 100%;
    }

    .about-content > span {
        font-size: 13px;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .about-content h3 {
        font-size: 30px;
    }

    .about-content p {
        font-size: 16px;
    }

    .about-info {
        grid-template-columns: 1fr;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .adv-grid {
        grid-template-columns: 1fr;
    }

    .adv-card {
        min-height: auto;
    }

    .location-info {
        padding: 30px 20px;
    }

    .map-wrapper,
    .map-wrapper iframe {
        min-height: 350px;
    }

    .cta h2 {
        font-size: 36px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons a {
        width: 100%;
        max-width: 300px;
    }
}


/* =========================================================
   RESPONSIVE SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .hero h1 {
        font-size: 36px;
    }

    .hero p {
        font-size: 16px;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-content h3 {
        font-size: 27px;
    }

    .about-image img {
        height: 300px;
    }

    .info-card h3 {
        font-size: 28px;
    }

    .adv-icon {
        width: 68px;
        height: 68px;
    }

    .adv-icon i {
        font-size: 26px;
    }
}