.contact-page{padding:3rem 0;min-height:calc(100vh - 200px);background:linear-gradient(135deg,var(--bg-warm,#f8f6f2) 0,var(--bg-light,#fafafa) 100%)}.contact-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-light,#e0e0e0)}.contact-header h1{font-size:2.5rem;color:var(--text-dark,#333);margin-bottom:1rem;font-weight:700}.contact-subtitle{font-size:1.125rem;color:var(--text-medium,#666);line-height:1.6;max-width:800px;margin:0 auto}.contact-content{max-width:1000px;margin:0 auto}.contact-section{margin-bottom:2.5rem}.intro-section{text-align:center;padding:2rem;background:var(--bg-white,#fff);border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-card,0 2px 8px rgba(0,0,0,.1))}.intro-section h2{font-size:1.75rem;color:var(--primary-color,#6b8e6b);margin-bottom:1rem;font-weight:600}.intro-section p{font-size:1.0625rem;color:var(--text-dark,#333);line-height:1.8;margin:0}.contact-card{background:var(--bg-white,#fff);padding:2.5rem;border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-card,0 2px 8px rgba(0,0,0,.1));text-align:center}.contact-card-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:3rem;margin-bottom:.5rem}.contact-card h3{font-size:1.5rem;color:var(--text-dark,#333);margin:0;font-weight:600}.contact-card-description{font-size:1rem;color:var(--text-medium,#666);line-height:1.8;margin-bottom:1.5rem}.contact-qr-wrapper{display:flex;justify-content:center;margin:1.5rem 0}.contact-qr-image{max-width:200px;max-height:200px;width:100%;height:auto;border-radius:var(--radius-md,8px);border:2px solid var(--border-color,#e0e0e0);box-shadow:0 2px 8px rgba(0,0,0,.1)}.qr-placeholder-box{width:200px;height:200px;display:flex;align-items:center;justify-content:center;background:var(--bg-light,#f5f5f5);border:2px dashed var(--border-color,#ddd);border-radius:var(--radius-md,8px)}.qr-placeholder-content{text-align:center;padding:1rem}.qr-placeholder-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.6}.qr-placeholder-text-inner{font-size:.875rem;color:var(--text-light,#999)}.contact-card-note{font-size:.9375rem;color:var(--text-medium,#666);line-height:1.6;margin-top:1rem;margin-bottom:0}.line-button-wrapper{margin:1.5rem 0}.line-join-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#00c300,#00b300);color:#fff;border:none;border-radius:var(--radius-md,6px);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,195,0,.3)}.line-join-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,195,0,.4);background:linear-gradient(135deg,#00d300,#00c300)}.line-button-icon{font-size:1.25rem}.line-button-note{font-size:.875rem;color:var(--text-medium,#666);margin-top:.75rem;margin-bottom:0}.company-card{background:var(--bg-white,#fff);padding:2.5rem;border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-card,0 2px 8px rgba(0,0,0,.1));text-align:center}.company-card h2{font-size:1.75rem;color:var(--primary-color,#6b8e6b);margin-bottom:1.5rem;font-weight:600}.company-info{line-height:2}.company-name{font-size:1.25rem;color:var(--text-dark,#333);font-weight:600;margin-bottom:.5rem}.company-department{font-size:1.0625rem;color:var(--text-medium,#666);margin-bottom:1rem}.company-website{margin-bottom:1rem}.company-website a{color:var(--primary-color,#6b8e6b);text-decoration:underline;font-size:1rem;transition:color .2s}.company-website a:hover{color:var(--accent-color,#5a7a5a)}.company-description{font-size:1rem;color:var(--text-medium,#666);line-height:1.8;margin-top:1rem;margin-bottom:0}.response-card{background:var(--bg-warm,#f8f6f2);padding:2rem;border-radius:var(--radius-lg,12px);border-left:4px solid var(--primary-color,#6b8e6b);box-shadow:var(--shadow-card,0 2px 8px rgba(0,0,0,.1))}.response-card h3{font-size:1.25rem;color:var(--text-dark,#333);margin-bottom:1rem;font-weight:600}.response-card p{font-size:1rem;color:var(--text-medium,#666);line-height:1.8;margin:0}.google-form-card{text-align:left}.google-form-embed-wrapper{margin-top:1.5rem}.google-form-short-link-wrapper{margin-top:1.5rem;text-align:center}.google-form-short-link-note{font-size:1rem;color:var(--text-medium,#666);margin-bottom:1.5rem;line-height:1.6}.google-form-open-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:var(--primary-color,#6b8e6b);color:#fff;border:none;border-radius:var(--radius-md,6px);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px rgba(107,142,107,.3)}.google-form-open-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(107,142,107,.4);background:var(--accent-color,#5a7a5a)}.google-form-button-icon{font-size:1.25rem}@media (max-width:768px){.contact-page{padding:2rem 0}.contact-header h1{font-size:2rem}.contact-subtitle{font-size:1rem}.company-card,.contact-card,.response-card{padding:1.5rem}.company-card h2,.contact-card h3{font-size:1.25rem}.contact-qr-image{max-width:150px;max-height:150px}.qr-placeholder-box{width:150px;height:150px}.google-form-open-button,.line-join-button{padding:.625rem 1.5rem;font-size:.9375rem}}