/* HERO */
.hero {
    position: relative;
    color: #ffffff;
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: brightness(0.4);
    z-index: -1;
}

.hero.hero--contact {
    height: 72vh;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-content {
    padding: 64px 0;
}

.hero-content--left {
    max-width: 820px;
    text-align: left;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.pill--outline {
    color: #f7d34f;
    border: 1px solid #f7d34f;
    background-color: rgba(0, 0, 0, 0.18)
}

.hero.hero--contact h1 {
    font-size: 60px;
    line-height: 1.1;
    margin: 24px 0 36px;
}

.hero-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

/* CONTACT SECTION */
.contact-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    align-items: start;
}

/* common card */
.contact-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #111;
}

.contact-subtitle {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* FORM */
.contact-form .field {
    margin-bottom: 16px;
    width: 100%;
}

.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111;
}

/* Honeypot wrapper */
.honeypot-wrapper {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Visually hidden label (accessibility-safe) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 20px 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #f7d34f;
    box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.2);
}

.field-row {
    display: flex;
    gap: 16px;
}

.required {
  color: #e53935;
  margin-left: 2px;
}

/* ckeckbbox */
.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 16px;
}

.checkbox input {
    margin-top: 2px;
    width: 16px;
    height: 16px;
}

.checkbox span {
    font-size: 14px;
}

.link-accent {
    color: #d9b635;
    text-decoration: none;
    font-weight: 600;
}

.link-accent:hover {
    text-decoration: underline;
}

.btn-yellow span {
    width: 20px;
    height: 20px;
}

.btn-yellow svg {
    width: 20px;
    height: 20px;
}

.btn-yellow:hover {
    transform: translateY(-1px);
    filter: brightness(0.95);
}

.btn-full {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

/* ===== Form alert ===== */
.form-alert {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.form-alert.success {
  display: block;
  background-color: #e6f6ee;
  color: #0f5132;
  border: 1px solid #badbcc;
}

.form-alert.error {
  display: block;
  background-color: #fdecea;
  color: #842029;
  border: 1px solid #f5c2c7;
}


/* RIGHT SIDE */
.contact-side {
    display: grid;
    gap: 24px;
}

.info-list {
    display: grid;
    gap: 16px;
}

.info-item {
    display: flex;
    gap: 16px;
    padding: 16px 8px;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #efefef;
}

.info-icon {
    width: 40px;
    height: 40px;
    background-color: #f7d34f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon svg {
    width: 24px;
    height: 24px;
}

.info-label {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 2px;
    font-weight: 600;
}

.info-value {
    font-size: 16px;
    color: #111;
    font-weight: 700;
    line-height: 1.4;
}

.info-value small {
    display: block;
    font-weight: 600;
    color: #6b7280;
}

.hours-card {
    background: radial-gradient(110% 140% at 0% 0%, #2b2b2b 0%, #111 55%, #0b0b0b 100%);
    border-radius: 16px;
    padding: 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hours-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.hours-icon {
    width: 40px;
    height: 40px;
    background-color: #f7d34f;
    color: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hours-icon svg {
    width: 24px;
    height: 24px;
}

.hours-head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.hours-rows {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.hours-row strong {
    font-size: 16px;
    color: #fff;
}

.hours-row--accent strong {
    color: #f7d34f;
}

.hours-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.note-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background-color: #f7d34f;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.note-icon svg {
    width: 24px;
    height: 24px;
}

.hours-note p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

/* Location Map Section */
.location {
    padding: 80px 0;
    background-color: #ffffff;
}

.location-title {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #111;
}

.location-subtitle {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    color: #555;
    line-height: 1.5;
}

.location-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 36px;
    align-items: stretch;
}

.location-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    min-height: 380px;
    background-color: #f3f4f6;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 380px;
    display: block;
}

.location-card {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.location-icon {
    width: 48px;
    height: 48px;
    background-color: #f7d34f;
    color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.location-icon svg {
    width: 24px;
    height: 24px;
}

.location-card h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.location-info {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.location-label {
    font-size: 16px;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 6px;
}

.location-value {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    line-height: 1.5;
}

/* BUTTON */
.location-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    background-color: #f3f4f6;
    color: #111;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid #ececec;
    transition: 0.2s ease;
}

.location-btn:hover {
    background: #ededed;
    transform: translateY(-1px);
}

.location-btn svg {
    width: 20px;
    height: 20px;
}

/* Contact Final Section */
.contact-final {
    padding: 80px 0;
    background-color: #000;
    text-align: center;
    color: #ffffff;
}

.contact-final-inner {
    max-width: 1100px;
}

.contact-final-badge {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    background-color: #f7d34f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.contact-final-badge svg {
    width: 48px;
    height: 48px;
}

.contact-final-title {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.contact-final-subtitle {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
}

/* Cards */
.contact-final-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-top: 12px;
}

.final-card {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
    transition: 0.25s ease;
}

.final-card:hover {
    transform: translateY(-4px);
    border-color: rgba(247, 211, 79, 0.85);
}

.final-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 122, 0, 0.14);
    border: 1px solid rgba(247, 211, 79, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.final-card-icon svg {
    width: 24px;
    height: 24px;
}

.final-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.final-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.78);
}


/* RESPONSIVE */
@media (max-width: 980px) {

    /* Contact Form Section */
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .field-row {
        flex-direction: column;
    }

    /* Location Map Section */
    .location-grid {
        grid-template-columns: 1fr;
    }

    /* Contact Final Section */
    .contact-final-cards{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {

    /* HERO CONTACT */
    .hero.hero--contact {
        height: 50vh;
        min-height: 400px;
    }

    .hero-content {
        padding: 70px 0;
    }

    .hero.hero--contact h1 {
        font-size: 40px;
    }

    .hero-text {
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    /* HERO CONTACT */
    .hero.hero--contact h1 {
        font-size: 32px;
    }

    .pill {
        padding: 6px 12px;
        font-size: 12px;
    }
}