:root{--primary: #14b8a6;--text-slate-900: #0f172a;--text-slate-600: #475569;--teal-100: #feefca;--green-500: #06b8d2;--blue-500: #039ede;--orange-500: #fca11d;--white: #ffffff;--pale-yellow: #fdfcf2;--pale-gray: #f3f3f3;--radius: 16px}.contact-container{max-width:960px;margin:24px auto}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit;transition:all .3s ease}.bg-color-yellow{background-color:var(--pale-yellow)}.main{max-width:896px;margin:0 auto;padding:4rem 1.5rem;flex:1}.info-box{border:1px solid var(--teal-100);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem;display:flex;gap:1rem;align-items:flex-start}.info-icon-wrapper{background-color:#14b8a61a;padding:.5rem;border-radius:.5rem;display:flex;flex-shrink:0}.info-icon-svg{width:24px;height:24px}.info-title{font-weight:700;margin-bottom:.25rem}.info-text{font-size:.875rem;color:var(--text-slate-600);line-height:1.625}.info-link{display:inline-flex;align-items:center;margin-top:.75rem;font-size:.875rem;font-weight:700;color:var(--primary)}.info-link:hover{text-decoration:underline}.link-arrow{width:14px;height:14px;margin-left:.25rem;transition:transform .2s}.info-link:hover .link-arrow{transform:translate(4px)}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.contact-container{padding:0 1rem}.cards-grid{grid-template-columns:1fr;gap:1rem}.card{padding:1.5rem}}.card{padding:2rem;background-color:var(--white);border-radius:var(--radius);border:1px solid #edeff3;box-shadow:0 6px 18px #1118270f;transition:all .3s ease;position:relative}.card:hover{box-shadow:0 12px 22px #0f172a1f;transform:translateY(-4px)}.card-icon-wrapper{width:56px;height:56px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.card:hover .card-icon-wrapper{transform:scale(1.1)}.icon-orange{background-color:var(--pale-gray);color:var(--orange-500)}.icon-blue{background-color:var(--pale-gray);color:var(--blue-500)}.icon-green{background-color:var(--pale-gray);color:var(--green-500)}.card-svg{width:32px;height:32px}.card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-slate-900)}.card-desc{font-size:.875rem;color:var(--text-slate-600);line-height:1.625;margin-bottom:1rem}.card-action{display:flex;align-items:center;font-size:.875rem;font-weight:700;color:var(--primary)}.action-arrow{width:16px;height:16px;margin-left:.25rem}.svg-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
