.home{background:#fff8f2;flex-direction:column;width:100%;max-width:100vw;min-height:100vh;padding:0;display:flex;overflow-x:hidden}.home-main{box-sizing:border-box;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:32px 5% 0}.hero-section{padding:60px 0 16px}.hero-image{width:100%;max-width:480px;height:auto;margin:36px auto 0;display:block}.section-title-wrapper{background:#fff8f2;justify-content:space-between;align-items:baseline;gap:16px;padding:16px 0 20px;display:flex}.section-title{color:#2b2725;letter-spacing:-.02em;margin:0;font-family:Inter,sans-serif;font-size:clamp(1.45rem,2.4vw,1.75rem);font-weight:700;position:relative}.section-title:after{content:"";background:#ff6b5a;border-radius:2px;width:36px;height:3px;margin-top:8px;display:block}.circle-grid-section{background:#fff8f2;width:100%;padding:0 0 24px}.circle-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.circle-grid-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:24px 0 0;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#ff6b5a;border:none;border-radius:999px;padding:13px 36px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .18s,transform .15s;display:inline-block}.btn-primary:hover{background:#f45542;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.link-see-all{color:#ff6b5a;padding-bottom:2px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;position:relative}.link-see-all:after{content:"";background:#ff6b5a4d;width:100%;height:1px;transition:background .2s;position:absolute;bottom:0;left:0}.link-see-all:hover{color:#f45542}.link-see-all:hover:after{background:#f45542}.spacer{background:0 0;height:40px}@media (max-width:820px){.home-main{max-width:100%;padding:20px 16px 0}.hero-section{padding:32px 0 10px}.hero-image{max-width:100%}.section-title-wrapper{padding:8px 0 16px}.circle-grid{grid-template-columns:1fr;gap:16px}.circle-grid-actions{text-align:center;flex-direction:column;align-items:stretch;gap:12px;padding:16px 0 0}.btn-primary{text-align:center;padding:14px 20px}.link-see-all{text-align:center}.spacer{height:24px}}@media (max-width:640px){.home-main{padding:16px 12px 0}.section-title{font-size:1.25rem}.section-title-wrapper{flex-direction:column;align-items:flex-start;gap:4px}.spacer{height:18px}}
