.trendform-section{width:100%;background:#fff;display:flex;justify-content:center;align-items:flex-start;padding:48px 0 32px;background-color:#ebf5f5}.trendform-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1200px;width:100%;align-items:center;padding:0 24px}.trendform-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:430px}.trendform-title{font-size:2rem;font-weight:800;color:#10251B;margin-bottom:16px;line-height:1.15}.trendform-subtitle{font-size:1.15rem;color:#10251B;margin-bottom:24px;font-weight:400}.trendform-form{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:12px}.trendform-input{width:100%;padding:13px 15px;border-radius:8px;border:1.5px solid #b8cae2;background:#F8F8F8;font-size:1rem;color:#10251B;font-weight:500;outline:none;transition:border .2s}.trendform-input:focus{border:1.5px solid #71c0bb;background:#fff}.trendform-input-error{border-color:#d93025!important;background:#fff7f7}.trendform-checkbox-error{outline:2px solid #d93025;outline-offset:2px}.trendform-error{color:#d93025;font-size:.9rem;margin-top:-10px}.trendform-checkbox-row{display:flex;align-items:flex-start;gap:8px;font-size:.98rem;color:#10251B;margin-bottom:0}.trendform-checkbox{margin-top:4px;accent-color:#71C0BB}.trendform-checkbox-label{font-size:.95rem;color:#10251B;line-height:1.4}.trendform-checkbox-label a{color:#71C0BB;text-decoration:underline}.trendform-apply-btn{width:100%;background:#71C0BB;color:#fff;font-size:1.05rem;font-weight:700;border:none;border-radius:8px;padding:12px 0;margin-top:8px;cursor:pointer;transition:background .2s}.trendform-apply-btn:focus,.trendform-apply-btn:hover{background:#10251B;color:#fff}.trendform-success{margin-top:8px;color:#0f7b6c;font-weight:600}.trendform-note{color:#71C0BB;font-size:1.1rem;margin-top:18px;text-align:center;width:100%;font-weight:500}.trendform-right{justify-content:center;align-items:flex-start;height:100%;min-height:400px}.trendform-features,.trendform-right{display:flex;flex-direction:column;width:100%}.trendform-features{list-style:none;padding:0;margin:0;gap:28px}.trendform-features li{display:flex;align-items:center;font-size:1.18rem;color:#10251B;font-weight:700;gap:12px}.trendform-check{color:#71C0BB!important;font-size:2rem!important}@media (max-width:900px){.trendform-container{grid-template-columns:1fr;gap:32px;max-width:98vw}.trendform-right{margin-top:24px}}@media (max-width:600px){.trendform-section{padding:24px 0 16px}.trendform-title{font-size:1.5rem}.trendform-features li{font-size:1rem;gap:8px}.trendform-input{font-size:1rem;padding:12px 10px}.trendform-apply-btn{font-size:1rem;padding:12px 0}}