 .sake-wrap{max-width:1120px;margin:0 auto;padding:32px 18px 64px;font-family:Arial,sans-serif;color:#111}
.sake-standalone-body{background:#f5f7fb;margin:0}
.sake-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch;margin-bottom:24px}
.sake-hero-text,.sake-side-card,.sake-section,.sake-alert{background:#fff;border:1px solid #e6e9ef;border-radius:24px;box-shadow:0 16px 50px rgba(18,38,63,.06)}
.sake-hero-text{padding:30px}
.sake-side-card{padding:24px;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;display:grid;gap:18px;align-content:start}
.sake-side-placeholder{font-size:18px;line-height:1.8}
.sake-side-placeholder strong{color:#fcd34d}
.sake-side-image img{width:100%;height:auto;border-radius:16px;display:block}
.sake-side-html{font-size:16px;line-height:1.7}
.sake-side-html *{color:inherit}
.sake-badge{display:inline-block;padding:8px 12px;border-radius:999px;background:#fff3e8;color:#c2410c;font-weight:700;font-size:13px}
.sake-hero h1{font-size:40px;line-height:1.05;margin:12px 0 14px}
.sake-hero p{font-size:16px;color:#4b5563;line-height:1.6}
.sake-hero ul{margin:14px 0 0;padding-left:18px;color:#374151;line-height:1.7}
.sake-alert{padding:16px 18px;margin:0 0 18px}
.sake-alert.success{border-color:#b9e4c9;background:#f1fbf4}
.sake-alert.error{border-color:#efc0c0;background:#fff5f5}
.sake-form{display:grid;gap:18px}
.sake-section{padding:24px}
.sake-section h2{margin:0 0 16px;font-size:24px}
.sake-grid{display:grid;gap:14px}
.sake-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.sake-form label{display:grid;gap:8px;font-weight:700;color:#1f2937}
.sake-form span{font-size:14px}
.sake-note-grid{grid-template-columns:1.35fr .65fr}
.sake-form input[type=text],.sake-form input[type=email],.sake-form input[type=file],.sake-form select,.sake-form textarea{width:100%;padding:14px 15px;border:1px solid #d7ddea;border-radius:16px;background:#fff;font-size:15px;box-sizing:border-box}
.sake-form textarea{min-height:120px;resize:vertical}
.sake-submit-row{display:flex;justify-content:flex-end}
.sake-submit{border:0;background:linear-gradient(135deg,#ea580c,#dc2626);color:#fff;font-size:17px;font-weight:700;padding:18px 26px;border-radius:18px;cursor:pointer;box-shadow:0 14px 35px rgba(220,38,38,.18)}
.sake-hp{position:absolute !important;left:-9999px !important;opacity:0 !important}
.sake-hidden{display:none !important}
@media(max-width:900px){
  .sake-hero,.sake-grid.two,.sake-note-grid{grid-template-columns:1fr}
  .sake-hero h1{font-size:31px}
  .sake-submit-row{justify-content:stretch}
  .sake-submit{width:100%}
}

.sake-help-text{display:block;margin-top:-2px;margin-bottom:8px;font-size:13px;color:#6b7280;font-weight:600}
