.student-services-section{position:relative;overflow:hidden;padding:30px 0 42px;background:#f6f7f9}
.student-services-section::before{position:absolute;top:-64px;right:-6%;width:65%;height:135px;border-radius:50%;background:rgba(255,255,255,.56);content:"";transform:rotate(3deg)}
.student-services-box{position:relative;z-index:1;width:100%}
.student-services-box>h2{margin:0;padding-bottom:12px;border-bottom:1px solid #cfd1d5;color:#111827;font-size:clamp(28px,3vw,38px);font-weight:700;line-height:1.25;text-align:center}
.student-services-grid{display:grid;grid-template-columns:minmax(260px,.9fr) repeat(2,minmax(330px,1fr));align-items:stretch;gap:clamp(30px,4vw,52px);padding:50px 4px 4px}
.student-services-account{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px}
.student-services-login{display:grid;justify-items:center;gap:12px;width:100%}
.student-services-login label{color:#252b38;font-size:17px;font-weight:400}
.student-services-login input{width:min(100%,260px);height:43px;padding:6px 18px;border:0;border-radius:999px;outline:none;background:#d4d4d5;color:#171717;font:inherit;font-size:18px;letter-spacing:2px;text-align:center;transition:box-shadow .2s ease,background .2s ease}
.student-services-login input:focus{background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.18)}
.student-services-login button{min-width:155px;min-height:52px;padding:9px 28px;border:6px solid #fff;border-radius:999px;background:#073bce;box-shadow:0 2px 8px rgba(15,23,42,.18);color:#fff;cursor:pointer;font:inherit;font-size:22px;font-weight:600;line-height:1}
.student-services-login button:disabled{cursor:wait;opacity:.65}
.student-services-account-image{display:block;width:min(100%,340px);height:auto;margin:18px auto 0;object-fit:contain}
.student-service-card{display:flex;min-width:0;min-height:390px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:25px 16px 12px;border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(34,44,69,.09);color:#172036;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.student-service-card:hover,.student-service-card:focus-visible{transform:translateY(-5px);box-shadow:0 18px 42px rgba(34,44,69,.15)}
.student-service-card-heading{padding:0 8px 26px}
.student-service-card-heading strong{display:block;color:#26324d;font-size:clamp(42px,4vw,56px);font-weight:700;line-height:1}
.student-service-card-heading span{display:block;margin-top:8px;color:#172036;font-size:clamp(18px,1.8vw,20px);font-weight:400;line-height:1.25}
.student-service-ranking-title{margin:-16px 0 8px;color:#4b5563;font-size:14px;font-weight:500;line-height:1.3;text-align:center}
.student-service-board{overflow:hidden;border-radius:17px;background:#26324d}
.student-service-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;background:#fff}
.student-service-tabs button{margin:0;padding:8px 5px 7px;border:0;border-radius:17px 17px 0 0;background:#c9c9c9;color:#fff;cursor:pointer;font:inherit;font-size:16px;transition:background .2s ease,transform .2s ease}
.student-service-tabs button:hover,.student-service-tabs button:focus-visible{background:#6b7280;outline:2px solid #fff;outline-offset:-3px}
.student-service-tabs .is-active{background:#26324d}
.student-service-ranking{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 15px;padding:20px 18px 10px;color:#fff;font-size:16px;line-height:1.25;text-align:left}
.student-service-ranking span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.student-service-ranking b{color:rgba(255,255,255,.62);font-weight:500}
.student-service-ranking-status{grid-column:1/-1;padding:15px 0;color:rgba(255,255,255,.72);text-align:center}
.student-service-open{display:inline-flex;min-width:130px;min-height:37px;align-items:center;justify-content:center;margin:7px auto 13px;padding:5px 22px;border-radius:999px;background:#dce0e8;color:#26324d;font-family: "Kanit", sans-serif;font-size:20px;text-decoration:none}
@media(max-width:1050px){.student-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-services-account{grid-column:1/-1;display:grid;grid-template-columns:minmax(240px,1fr) minmax(250px,1fr);align-items:center;gap:30px}}
@media(max-width:680px){.student-services-section{padding:25px 0 34px}.student-services-grid,.student-services-account{grid-template-columns:1fr}.student-services-grid{gap:18px;padding-top:30px}.student-services-account{display:grid;gap:20px;margin-bottom:8px}.student-services-account-image{margin-top:0}.student-service-card{min-height:355px;padding-top:32px}}
