.together-section{display:flex;justify-content:center;align-items:center;padding:40px 20px;background-color:#fff}.together-content{display:grid;grid-template-columns:1fr 1fr;gap:0;width:90%;max-width:1200px;align-items:center;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1);overflow:hidden}.together-content,.together-text{background:linear-gradient(135deg,#3096A7,#045d75)}.together-text{display:flex;flex-direction:column;justify-content:center;padding:40px;color:white}.together-text h1{font-size:clamp(24px,5vw,38px);font-weight:700;margin-bottom:20px;line-height:1.2}.together-text p{font-size:clamp(14px,2.5vw,16px);line-height:1.6;margin-bottom:20px}.join-btn{padding:12px 24px;font-size:18px;background-color:white;color:#045d75;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.join-btn:hover{background-color:orangered;color:white;transform:translateY(-3px)}.together-visual{padding:0;background-color:#f9f9f9;display:flex;height:100%;justify-content:center;align-items:center}.together-visual img{width:100%;max-width:600px;border-radius:12px}@media (max-width:768px){.together-content{grid-template-columns:1fr}.together-text{text-align:center;padding:30px}.together-text h1{font-size:clamp(20px,5vw,28px)}.together-text p{font-size:clamp(13px,2.5vw,15px)}.join-btn{font-size:16px;padding:10px 20px}.together-visual{padding:20px 0}.together-visual img{margin:0 auto}.together-section{padding:20px 10px}}@media (max-width:480px){.together-section{padding:15px 10px}.together-text{padding:20px}.together-text h1{font-size:clamp(18px,6vw,24px);margin-bottom:15px}.together-text p{font-size:clamp(12px,3vw,14px);margin-bottom:15px}.join-btn{width:100%;font-size:16px;padding:12px}.together-visual{padding:10px 0}}