/* contact.html — page-specific styles (base design system lives in assets/css/main.css) */

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

h1,
      h2,
      h3,
      h4 {
        font-family: "Syne", sans-serif;
        line-height: 1.2;
      }

.logo em {
        font-style: normal;
        color: var(--green);
      }

.nav-links a:hover::after {
        left: 14px;
        right: 14px;
      }

.nav-links a:hover {
        color: var(--green);
      }

.ph-mesh {
        position: absolute;
        inset: 0;
        background:
          radial-gradient(
            ellipse at 15% 60%,
            rgba(0, 212, 140, 0.13) 0%,
            transparent 50%
          ),
          radial-gradient(
            ellipse at 85% 25%,
            rgba(167, 139, 250, 0.13) 0%,
            transparent 50%
          ),
          radial-gradient(
            ellipse at 50% 100%,
            rgba(56, 189, 248, 0.08) 0%,
            transparent 50%
          );
      }

.orb {
        position: absolute;
        border-radius: 50%;
        filter: blur(40px);
        opacity: 0.16;
        animation: orbFloat ease-in-out infinite;
      }

.orb1 {
        width: 480px;
        height: 480px;
        background: var(--green);
        top: -200px;
        left: -150px;
        animation-duration: 12s;
      }

.orb2 {
        width: 300px;
        height: 300px;
        background: var(--purple);
        bottom: -100px;
        right: -80px;
        animation-duration: 9s;
        animation-delay: -4s;
      }

.orb3 {
        width: 160px;
        height: 160px;
        background: var(--blue);
        top: 25%;
        right: 12%;
        animation-duration: 7s;
        animation-delay: -2s;
      }

.hc1 {
        top: 18%;
        left: 4%;
        animation-duration: 5.5s;
      }

.hc2 {
        top: 58%;
        left: 6%;
        animation-duration: 7s;
        animation-delay: -2s;
      }

.hc3 {
        top: 20%;
        right: 5%;
        animation-duration: 6s;
        animation-delay: -1s;
      }

.hc4 {
        top: 64%;
        right: 4%;
        animation-duration: 5s;
        animation-delay: -3s;
      }

.page-hero > div > p {
        color: rgba(255, 255, 255, 0.65);
        font-size: 1.05rem;
        line-height: 1.75;
        max-width: 600px;
        margin: 0 auto 32px;
        animation: hFade 0.7s ease 0.35s both;
      }

.hero-pills {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        animation: hFade 0.7s ease 0.5s both;
      }

.hero-pill {
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.85);
        padding: 8px 18px;
        border-radius: 30px;
        font-size: 0.82rem;
        display: flex;
        align-items: center;
        gap: 7px;
        transition: all 0.3s;
        cursor: default;
      }

.hero-pill:hover {
        background: rgba(0, 212, 140, 0.15);
        border-color: rgba(0, 212, 140, 0.4);
        transform: translateY(-3px);
      }

.hero-pill i {
        color: var(--green);
      }

.contact-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: start;
      }

.contact-form-card {
        background: var(--white);
        border: 1.5px solid var(--border);
        border-radius: 24px;
        padding: 44px;
        box-shadow: 0 8px 40px rgba(11, 31, 58, 0.08);
        position: relative;
        overflow: hidden;
      }

.contact-form-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(
          90deg,
          var(--green),
          var(--blue),
          var(--purple),
          var(--green)
        );
        background-size: 300% auto;
        animation: gradMove 4s linear infinite;
      }

.contact-form-card::after {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 220px;
        height: 220px;
        background: radial-gradient(
          circle,
          rgba(0, 212, 140, 0.06) 0%,
          transparent 65%
        );
        border-radius: 50%;
        animation: orbFloat 10s ease-in-out infinite;
      }

.contact-form-card h2 {
        font-size: 1.5rem;
        color: var(--navy);
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
      }

.contact-form-card > p {
        color: var(--muted);
        font-size: 0.9rem;
        margin-bottom: 28px;
        position: relative;
        z-index: 1;
      }

.fgroup {
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
      }

.fgroup label {
        display: block;
        font-size: 0.78rem;
        font-weight: 700;
        color: var(--text);
        margin-bottom: 7px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: color 0.2s;
      }

.fgroup:focus-within label {
        color: var(--green);
      }

.fgroup input,
      .fgroup select,
      .fgroup textarea {
        width: 100%;
        background: var(--off);
        border: 1.5px solid var(--border);
        color: var(--text);
        border-radius: 10px;
        padding: 12px 14px;
        font-size: 0.92rem;
        font-family: "DM Sans", sans-serif;
        transition: all 0.25s;
        outline: none;
      }

.fgroup select {
        appearance: none;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235e7a9a' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
        background-color: var(--off);
        padding-right: 36px;
        cursor: pointer;
      }

.fgroup input:hover,
      .fgroup select:hover,
      .fgroup textarea:hover {
        border-color: rgba(0, 212, 140, 0.4);
      }

.fgroup input:focus,
      .fgroup select:focus,
      .fgroup textarea:focus {
        border-color: var(--green);
        background: rgba(0, 212, 140, 0.05);
        box-shadow: 0 0 0 4px rgba(0, 212, 140, 0.1);
      }

.fgroup textarea {
        resize: vertical;
        min-height: 130px;
        line-height: 1.7;
      }

.field-icon {
        position: absolute;
        right: 13px;
        top: 40px;
        color: var(--muted);
        font-size: 0.85rem;
        transition: color 0.25s;
        pointer-events: none;
      }

.fgroup:focus-within .field-icon {
        color: var(--green);
      }

.fg2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }

.char-counter {
        font-size: 0.74rem;
        color: var(--muted);
        text-align: right;
        margin-top: 4px;
        transition: color 0.2s;
      }

.char-counter.near {
        color: var(--yellow);
      }

.char-counter.full {
        color: #ef4444;
      }

.btn-send {
        background: var(--green);
        color: var(--navy);
        font-family: "Syne", sans-serif;
        font-weight: 800;
        padding: 15px 32px;
        border-radius: 12px;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        border: none;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        box-shadow: 0 6px 22px rgba(0, 212, 140, 0.38);
        animation: idleBounce 3s ease-in-out infinite 2.5s;
        z-index: 1;
      }

.btn-send::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.3),
          transparent
        );
        transform: translateX(-100%);
      }

.btn-send:hover::before {
        transform: translateX(100%);
        transition: transform 0.5s;
      }

.btn-send:hover {
        background: var(--green2);
        transform: translateY(-4px) scale(1.04);
        box-shadow: 0 16px 36px rgba(0, 212, 140, 0.55);
        animation: none;
      }

.btn-send:active {
        transform: scale(0.97);
      }

.btn-send i {
        transition: transform 0.3s;
      }

.btn-send:hover i {
        transform: translateX(5px) rotate(-10deg);
      }

.contact-info {
        display: flex;
        flex-direction: column;
        gap: 0;
      }

.contact-info h2 {
        font-size: 1.5rem;
        color: var(--navy);
        margin-bottom: 24px;
      }

.cinfo-card {
        background: var(--white);
        border: 1.5px solid var(--border);
        border-radius: 16px;
        padding: 22px;
        margin-bottom: 14px;
        display: flex;
        gap: 16px;
        align-items: center;
        transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        position: relative;
        overflow: hidden;
        cursor: default;
      }

.cinfo-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -70%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.55),
          transparent
        );
        transform: skewX(-20deg);
        transition: left 0.7s ease;
      }

.cinfo-card:hover::before {
        left: 140%;
      }

.cinfo-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--green), var(--blue));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
      }

.cinfo-card:hover::after {
        transform: scaleX(1);
      }

.cinfo-card:hover {
        border-color: var(--green);
        box-shadow: 0 10px 32px rgba(0, 212, 140, 0.14);
        transform: translateX(6px);
      }

.cinfo-icon {
        width: 48px;
        height: 48px;
        background: rgba(0, 212, 140, 0.1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        color: var(--green);
        flex-shrink: 0;
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      }

.cinfo-card:hover .cinfo-icon {
        background: var(--green);
        color: var(--navy);
        transform: scale(1.12) rotate(-8deg);
      }

.cinfo-title {
        font-weight: 700;
        color: var(--navy);
        font-size: 0.95rem;
        margin-bottom: 3px;
        font-family: "Syne", sans-serif;
      }

.cinfo-val {
        color: var(--muted);
        font-size: 0.88rem;
        line-height: 1.5;
      }

.cinfo-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        background: rgba(0, 212, 140, 0.1);
        border: 1px solid rgba(0, 212, 140, 0.2);
        color: var(--green);
        padding: 3px 10px;
        border-radius: 12px;
        font-size: 0.72rem;
        font-weight: 700;
        margin-top: 5px;
      }

.live-dot {
        width: 7px;
        height: 7px;
        background: var(--green);
        border-radius: 50%;
        animation: blink 1.2s infinite;
      }

@keyframes blink {
        0%,
        100% {
          opacity: 1;
        }
        50% {
          opacity: 0.2;
        }
      }

.wa-cta-box {
        background: var(--navy);
        border-radius: 18px;
        padding: 28px;
        position: relative;
        overflow: hidden;
        margin-top: 4px;
      }

.wa-cta-box::before {
        content: "";
        position: absolute;
        top: -50px;
        right: -50px;
        width: 180px;
        height: 180px;
        background: radial-gradient(
          circle,
          rgba(0, 212, 140, 0.15) 0%,
          transparent 65%
        );
        border-radius: 50%;
        animation: orbFloat 8s ease-in-out infinite;
      }

.wa-cta-box::after {
        content: "💬";
        position: absolute;
        right: 16px;
        bottom: 14px;
        font-size: 4rem;
        opacity: 0.07;
      }

.wa-cta-box h4 {
        color: var(--white);
        margin-bottom: 8px;
        font-family: "Syne", sans-serif;
        font-size: 1rem;
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 1;
      }

.wa-cta-box h4 i {
        color: var(--green);
      }

.wa-cta-box p {
        color: rgba(255, 255, 255, 0.55);
        font-size: 0.88rem;
        margin-bottom: 18px;
        line-height: 1.6;
        position: relative;
        z-index: 1;
      }

.btn-wa::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.15),
          transparent
        );
        transform: translateX(-100%);
      }

.btn-wa:hover::before {
        transform: translateX(100%);
        transition: transform 0.5s;
      }

.btn-wa i {
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      }

.btn-wa:hover i {
        transform: rotate(20deg) scale(1.25);
      }

.response-row {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 20px;
      }

.resp-badge {
        display: flex;
        align-items: center;
        gap: 6px;
        background: var(--off);
        border: 1.5px solid var(--border);
        border-radius: 10px;
        padding: 8px 14px;
        font-size: 0.8rem;
        color: var(--text);
        font-weight: 600;
        transition: all 0.3s;
        cursor: default;
      }

.resp-badge:hover {
        border-color: var(--green);
        color: var(--green);
        transform: translateY(-2px);
      }

.resp-badge i {
        color: var(--green);
      }

.typing-box {
        background: rgba(0, 212, 140, 0.06);
        border: 1px solid rgba(0, 212, 140, 0.15);
        border-radius: 14px;
        padding: 14px 18px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 12px;
      }

.typing-av {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--green), var(--blue));
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Syne", sans-serif;
        font-size: 0.8rem;
        font-weight: 800;
        color: var(--navy);
        flex-shrink: 0;
      }

.typing-text {
        font-size: 0.84rem;
        color: var(--text);
      }

.typing-dots {
        display: inline-flex;
        gap: 3px;
        margin-left: 4px;
        vertical-align: middle;
      }

.typing-dots span {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--green);
        animation: dotBounce 1.4s ease-in-out infinite;
        display: inline-block;
      }

.typing-dots span:nth-child(2) {
        animation-delay: 0.2s;
      }

.typing-dots span:nth-child(3) {
        animation-delay: 0.4s;
      }

@keyframes dotBounce {
        0%,
        80%,
        100% {
          transform: translateY(0);
          opacity: 0.4;
        }
        40% {
          transform: translateY(-6px);
          opacity: 1;
        }
      }

#successMsg {
        display: none;
        background: rgba(0, 212, 140, 0.08);
        border: 1.5px solid rgba(0, 212, 140, 0.25);
        border-radius: 14px;
        padding: 18px 22px;
        margin-top: 16px;
        display: none;
        align-items: center;
        gap: 12px;
        animation: hFade 0.4s ease;
      }

#successMsg.show {
        display: flex;
      }

#successMsg i {
        color: var(--green);
        font-size: 1.2rem;
      }

#successMsg p {
        color: var(--text);
        font-size: 0.9rem;
        margin: 0;
        line-height: 1.5;
      }

.faq-section {
        background: var(--off);
        padding: 80px 24px;
      }

.faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        max-width: 1000px;
        margin: 0 auto;
      }

.faq-item.open .faq-a {
        max-height: 200px;
      }

.btn-dark::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.07),
          transparent
        );
        transform: translateX(-100%);
      }

.btn-dark:hover::before {
        transform: translateX(100%);
        transition: transform 0.5s;
      }

.btn-dark i {
        transition: transform 0.3s;
      }

.btn-dark:hover i {
        transform: translateX(5px);
      }

.footer-grid {
        max-width: 1240px;
        margin: auto;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 48px;
        padding-bottom: 56px;
      }

.footer-logo em {
        font-style: normal;
        color: var(--green);
      }

.footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        padding: 22px 0;
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        font-size: 0.82rem;
        color: rgba(255, 255, 255, 0.35);
      }

.footer-bottom a {
        color: rgba(255, 255, 255, 0.35);
        transition: color 0.2s;
      }

.footer-bottom a:hover {
        color: var(--green);
      }

@media (max-width: 900px) {
        .contact-layout {
          grid-template-columns: 1fr;
        }
        .faq-grid {
          grid-template-columns: 1fr;
        }
        .nav-links {
          display: none;
        }
        .hamburger {
          display: block;
        }
        .footer-grid {
          grid-template-columns: 1fr 1fr;
          gap: 32px;
        }
      }

@media (max-width: 500px) {
        .fg {
          grid-template-columns: 1fr;
        }
        .fg2 {
          grid-template-columns: 1fr;
        }
        .hc1,
        .hc2,
        .hc3,
        .hc4 {
          display: none;
        }
      }

.error-msg {
  color: #b91c1c;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 8px;
  min-height: 0;
}