.coffee-consultation-container{max-width:100%;width:100%;margin:0 auto;padding:0}.coffee-expertise-section{padding:30px;background:#ffffff;border-radius:16px;margin-bottom:30px}.expertise-header{max-width:800px;margin:0 auto 50px;text-align:center}.expertise-header h2{font-size:40px;font-weight:700;color:#bf8139;margin-bottom:12px}.expertise-header p{font-size:16px;color:#000000;line-height:1.6}.expertise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.expertise-card{background:whitesmoke;padding:24px;border-radius:14px;text-align:center;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;transition:all .3s ease}.expertise-card:hover{transform:translateY(-6px);box-shadow:0 3px 8px rgba(0,0,0,.24)}.expertise-card img{width:70px;height:70px;object-fit:contain;margin-bottom:0}.expertise-card h3{font-size:18px;color:#122924;margin-bottom:8px}.expertise-card p{font-size:14px;color:#000000}.consultation-form-section{background-color:#ffffff;border-radius:20px;padding:30px;margin:30px 0}.form-container-wrapper{max-width:100%;width:100%;margin:0 auto}.form-header-section{text-align:center;margin-bottom:30px}.form-header-section h2{font-size:40px;font-weight:700;color:#bf8139;margin-bottom:12px}.form-subtitle{font-size:16px;color:#000000;line-height:1.6}.consultation-form-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start}.consultation-form{background:white;padding:20px;border-radius:10px;border:2px solid #e0e6ed}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group,.form-row{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#122924;font-size:15px}.form-group label small{font-weight:400;color:#7f8c8d;font-size:13px;margin-left:5px}.required-star{color:#e74c3c;margin-left:2px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e6ed;border-radius:8px;font-size:15px;transition:all .3s ease;background-color:#fff;color:#122924}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#122924}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.submit-btns{width:100%;padding:16px;background-color:#122924;color:white;border:2px solid #122924;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;text-transform:uppercase}.submit-btns:hover:not(:disabled){background:#ffffff;color:#122924;transform:translateY(-2px);border:2px solid #122924}.submit-btns:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}.error-message{color:#e74c3c;font-size:13px;margin-top:6px;display:flex;align-items:center;gap:6px}.error-message:before{content:"⚠";font-size:12px}.success-message{color:#27ae60;font-size:14px;margin-top:16px;padding:12px 16px;background-color:rgba(39,174,96,.1);border-radius:6px;text-align:center;border-left:4px solid #27ae60;font-weight:500}.form-side-info{background:white;padding:20px;border-radius:10px;border:2px solid #e0e6ed}.form-side-info h3{font-size:23px;font-weight:700;color:#122924;margin-bottom:8px}.expectations-list{list-style:none;padding:0;margin-bottom:30px}.expectations-list li{padding:10px 0;border-bottom:1px solid #e0e6ed;color:#000000;font-size:.95rem}.expectations-list li:last-child{border-bottom:none}.response-time{background-color:whitesmoke;padding:20px;border-radius:10px;margin-top:20px}.response-time h4{color:#122924;font-size:20px;margin-bottom:10px}.response-time p{color:#000000;font-size:14px}.benefits-section{padding:30px;background-color:#ffffff;text-align:center}.section-title{font-size:40px;font-weight:700;color:#bf8139;margin-bottom:12px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;max-width:100%;margin:0 auto}.benefit-card{background:#ffffff;padding:20px;border:2px solid #e0e6ed;border-radius:10px;transition:all .35s ease;position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .35s ease;z-index:0}.benefit-card:hover:before{opacity:.06}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 3px 8px rgba(0,0,0,.24)}.benefit-icon{width:70px;height:70px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background-color:#E6EFE7;color:#122924;margin-bottom:24px}.benefit-card h3{font-size:1.35rem;color:#122924;margin-bottom:14px;font-weight:600;position:relative;z-index:1}.benefit-card p{font-size:.95rem;color:#000000;line-height:1.7;position:relative;z-index:1}@media (max-width:1024px){.expertise-grid{grid-template-columns:repeat(2,1fr)}.consultation-form-wrapper{grid-template-columns:1.5fr 1fr;gap:30px}.expertise-header h2,.form-header-section h2,.section-title{font-size:32px}}@media (max-width:768px){.benefits-section,.coffee-expertise-section,.consultation-form-section{padding:20px}.consultation-form-wrapper,.expertise-grid,.form-row{grid-template-columns:1fr}.expertise-header h2,.form-header-section h2,.section-title{font-size:28px}.expertise-header p,.form-subtitle{font-size:15px}}@media (max-width:576px){.coffee-consultation-container{padding:0}.expertise-header h2,.form-header-section h2,.section-title{font-size:24px}.expertise-header{margin-bottom:30px}.benefit-card,.expertise-card{padding:18px}.benefit-icon{width:56px;height:56px}.benefit-card h3{font-size:1.15rem}.benefit-card p{font-size:.9rem}.submit-btns{font-size:14px;padding:14px}}@media (max-width:400px){.expertise-header h2,.form-header-section h2,.section-title{font-size:22px}.expertise-header p,.form-subtitle{font-size:14px}}