:root{--primary-color: #462f75;--secondary-color: #cfb98e;--third-color: #ebd9e6;--text-color: #333;--background-color: #ebd9e6;--card-background: #fff;--border-radius: 8px;--shadow: 0 2px 4px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans TC,sans-serif;margin:0;padding:0;min-height:100vh;background-color:var(--background-color)}.container{max-width:1000px;margin:0 auto;padding:2rem;position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header{text-align:center;margin-bottom:4rem;color:var(--text-color)}.logo-container{display:flex;justify-content:center;margin-bottom:1.5rem}.site-logo{max-width:330px;height:auto}@media (max-width: 768px){.site-logo{max-width:230px}}h1{font-size:2.5rem;margin-bottom:2rem}.intro-section{max-width:900px;margin:0 auto}.keyvisual{position:relative;width:100%;max-width:1200px;margin:0 auto 2rem}.keyvisual-text{width:100%;text-align:center}.keyvisual-text:before{content:"";display:block;width:100%;padding-top:30%;background-image:url(/cdn/shop/files/pettington-calmingcare-keyvisual_text.png?v=1754973746);background-position:center;background-repeat:no-repeat;background-size:contain;animation:pulseScale 3s ease-in-out infinite}.keyvisual-container{position:relative;width:100%;padding-top:56.25%}@media screen and (max-width: 768px){.keyvisual{margin:0 auto 1rem}.keyvisual-text:before{padding-top:40%}.keyvisual-container{padding-top:90%}.keyvisual-pattern,.keyvisual-main{background-size:120% auto}}@media screen and (max-width: 480px){.keyvisual-text:before{padding-top:50%}.keyvisual-container{padding-top:100%}.keyvisual-pattern,.keyvisual-main{background-size:140% auto}}.keyvisual-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/cdn/shop/files/pettington-calmingcare-keyvisual-pattern.png?v=1754973746);background-position:center;background-repeat:no-repeat;background-size:contain;animation:rainFade 4s ease-in-out infinite;opacity:.8}.keyvisual-main{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/cdn/shop/files/pettington-calmingcare-keyvisual.png?v=1754973751);background-position:center;background-repeat:no-repeat;background-size:65%;animation:float 6s ease-in-out infinite;z-index:1}@keyframes rainFade{0%{opacity:.3;transform:translateY(-5px)}50%{opacity:.8;transform:translateY(0)}to{opacity:.3;transform:translateY(5px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseScale{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(-45deg,#f09b76,#ffc9c7,#f09b76,#ece3d1);background-size:400% 400%;animation:gradient 15s ease infinite;mix-blend-mode:overlay;opacity:.5;z-index:3}.intro-text{max-width:800px;margin:0 auto;font-size:1.2rem}section{margin-bottom:4rem;text-align:center}.product-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--primary-color)}.section-description{max-width:800px;margin:0 auto 2rem;line-height:1.6;color:var(--secondary-color)}.form-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0;text-align:center}@media (max-width: 768px){.form-steps{grid-template-columns:1fr 1fr}.form-steps .step:nth-child(3){grid-column:1 / -1;max-width:100%}.step{padding:0!important}}.step{display:flex;flex-direction:column;align-items:center;padding:.5rem}.step img{width:64px;height:64px;margin-bottom:1rem}.step h3{font-size:1.1rem;color:#fff;margin:.5rem 0;line-height:1.4}.step p{font-size:.9rem;color:#fff;opacity:.9;line-height:1.5;margin:0}.cta-button-container{display:flex;flex-direction:column;align-items:center;margin:2rem 0;position:relative}.cta-button-wrapper{position:relative;display:inline-block}.gift-image-container{position:relative;margin-top:15px;z-index:10}.gift-product-image{width:130px;height:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));animation:pulseScale 3s ease-in-out infinite}.gift-badge{position:absolute;top:-5px;right:-5px;background-color:var(--primary-color);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 2px 4px #0000004d;animation:pulse 2s infinite}.free-sample-badge{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);color:var(--primary-color);padding:4px 8px;border-radius:20px;font-size:18px;font-weight:700;white-space:nowrap;z-index:11}.cta-button{display:inline-block;background:var(--primary-color);color:#fff;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:700;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0003;border:2px solid #fff;min-width:280px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background:#d4a757}.info-section{margin:2rem auto}.info-section h2{color:var(--primary-color);text-align:center;margin-bottom:2rem;font-size:1.8rem}.info-content{padding:2rem;border-radius:12px;line-height:1.6;font-size:1.1rem}@media (max-width: 768px){.info-content{padding:1rem;font-size:1rem}}.info-content h3{font-size:1.5rem;color:var(--secondary-color);margin-top:2rem;margin-bottom:1rem}.info-content p{margin-bottom:1.5rem}.info-content strong{color:var(--secondary-color);font-weight:700}.info-content .info-points-container{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.info-point{display:flex;flex-direction:column;align-items:center;width:calc(25% - 1.125rem);background:#f7e7f2;padding:1.5rem;border-radius:10px;transition:all .3s ease}.info-point:hover{background:#ffffff1a;transform:translateY(-3px)}.info-point-image{width:80px;height:80px;margin-bottom:1rem;object-fit:contain}.info-point-text{text-align:center}@media (max-width: 768px){.info-point{width:calc(50% - .75rem);padding:.5rem}}.info-point-text strong{display:block;margin-bottom:.5rem;color:var(--primary-color)}.character-card.info-point{display:flex;flex-direction:row;width:100%;margin-bottom:1.5rem;padding:1.5rem;text-align:left;background-color:#ff5a5a;border-radius:10px;color:#fff}.character-card.info-point:nth-child(1){background-color:#c768d8}.character-card.info-point:nth-child(2){background-color:#ff5a5a}.character-card.info-point:nth-child(3){background-color:#5b9bd5}.character-card .character-main-image{width:160px;height:auto;object-fit:contain;margin-right:2rem;flex-shrink:0}.character-card .product-help-image{max-width:80px;height:auto;object-fit:contain}.character-card .info-point-text{margin-bottom:1rem}.character-card .info-point-text strong{font-size:1.5rem;margin-bottom:.25rem;color:#fff}.character-card .info-point-text span{font-size:1.1rem;display:block}.character-card .character-details{flex:1}.character-details p{margin-bottom:.75rem;color:#ffffffe6;text-align:left}.character-details strong{color:#fff;font-weight:700}.help-bullets{background-color:#0003;padding:1rem;border-radius:8px;margin-top:1rem;display:flex;align-items:center;gap:.75rem}.help-bullets p{margin-bottom:.5rem;color:#fff}.help-bullets ul{margin:0;padding-left:1.2rem;color:#ffffffe6}.help-bullets li{margin-bottom:.5rem}.help-bullets strong{color:#fff}.help-bullets .product-help-image{max-width:80px;height:auto;object-fit:contain}.help-bullets .text-content{flex:1}@media (max-width: 768px){.character-card.info-point{flex-direction:column;align-items:center;text-align:center}.character-card .character-main-image{margin-right:0;margin-bottom:1.5rem;margin-top:-70px}.help-bullets{flex-direction:column;text-align:left}.help-bullets .product-help-image{margin-bottom:1rem;max-width:100px}}.product-highlight{background:var(--primary-color);padding:1.5rem;margin:3rem 0 2rem;border-radius:12px;text-align:center;position:relative;padding-top:100px;color:#fff}.product-highlight:before{content:"";background-image:url(/cdn/shop/files/clamingcare-product.png?v=1754973755);background-size:contain;background-repeat:no-repeat;background-position:center;width:300px;height:150px;position:absolute;top:-40px;left:0;right:0;margin-left:auto;margin-right:auto;transform-origin:center;animation:pulseScale 3s ease-in-out infinite}.product-highlight h3{margin-top:0;background:linear-gradient(135deg,#f2e6b6,#e3c484);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;font-weight:700;text-shadow:0px 2px 4px rgba(0,0,0,.1)}.message-form{background-color:var(--primary-color);padding:3rem;border-radius:16px;margin:2rem auto;box-shadow:0 8px 32px #0000001a}.blessing-form{margin-top:2rem}.message-form h2{color:#fff;text-align:center;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.form-group label{text-align:left;margin-bottom:.5rem;color:#fff}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#fff;color:#000;font-size:1rem}.form-group textarea{height:120px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a}.emotion-radio-group{display:flex;justify-content:space-between;gap:15px;margin-top:10px}.emotion-box{flex:1;display:flex;flex-direction:column;align-items:center;padding:15px 10px;border-radius:10px;cursor:pointer;transition:all .3s ease;position:relative;border:2px solid transparent;color:#fff}.angry-box{background-color:#ff5a5a}.sad-box{background-color:#5a7fff}.fear-box{background-color:#c768d8}.emotion-box input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.emotion-box .emotion-icon{width:60px;height:60px;object-fit:contain;margin-bottom:8px;transition:transform .2s ease;display:block;position:static;transform:none;filter:none}.emotion-label{font-weight:700;color:#fff}.emotion-box:has(input[type=radio]:checked){border:2px solid white;transform:translateY(-3px);box-shadow:0 4px 8px #0003;filter:brightness(1.1)}.emotion-box:has(input[type=radio]:checked) .emotion-icon{transform:scale(1.1)}.selected-box{border:2px solid white;transform:translateY(-3px);box-shadow:0 4px 8px #0003;filter:brightness(1.1)}.selected-box .emotion-icon{transform:scale(1.1)}@media (max-width: 768px){.emotion-radio-group{flex-wrap:wrap}.emotion-box{flex:0 0 calc(50% - 10px);margin-bottom:10px;padding:10px 5px}.emotion-box .emotion-icon{width:40px;height:40px;margin-bottom:5px}.emotion-label{font-size:.9rem}}@media (max-width: 480px){.emotion-radio-group{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.emotion-box{flex:initial;padding:8px 5px}.emotion-box .emotion-icon{width:36px;height:36px;margin-bottom:3px}.emotion-label{font-size:.85rem}}button[type=submit]{background:var(--third-color);color:var(--primary-color);padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;width:100%;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0000001a}button[type=submit]:hover{background:var(--secondary-color);color:var(--primary-color);transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.messages-section{margin:3rem 0}.message-board{background:var(--card-background);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow);text-align:center;border:1px solid rgba(196,30,58,.1)}.messages-container-wrapper{position:relative;width:100%;overflow:hidden;margin:2rem 0}.messages-container-wrapper h2{color:var(--primary-color);text-align:center;margin-bottom:2rem;font-size:1.8rem}.messages-container{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:3rem 1rem 1rem;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}.message-card{flex:0 0 300px;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem 1.5rem 1.5rem;margin-top:60px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer;transform:rotate(0);position:relative}.message-color-1{background-color:#e37c48;transform:rotate(2deg)}.message-color-2{background-color:#d28868;transform:rotate(-1deg)}.message-color-3{background-color:#d17249;transform:rotate(1deg)}.message-color-4{background-color:#f37540;transform:rotate(-2deg)}.message-color-1:hover,.message-color-2:hover,.message-color-3:hover,.message-color-4:hover{transform:rotate(0);background-color:#dc671979}.message-type-angry{background-color:#ff5a5a;transform:rotate(2deg);border-left:5px solid #D10000}.message-type-happy{background-color:#ffc107;transform:rotate(-1deg);border-left:5px solid #FF8F00}.message-type-calm{background-color:var(--primary-color);transform:rotate(1deg);border-left:5px solid #2A1B47}.message-type-fear{background-color:#c768d8;transform:rotate(-2deg);border-left:5px solid #5e1c69}.message-type-sad{background-color:#64b5f6;transform:rotate(1deg);border-left:5px solid #1976D2}.message-type-default{background-color:var(--secondary-color);transform:rotate(-1deg);border-left:5px solid #A38D69}.message-card:hover{transform:rotate(0);opacity:.95;box-shadow:0 5px 15px #0003}.message-type-angry:hover{background-color:#ff5a5a;border-left:5px solid #D10000}.message-type-happy:hover{background-color:#ffc107;border-left:5px solid #FF8F00}.message-type-calm:hover{background-color:var(--primary-color);border-left:5px solid #2A1B47}.message-type-fear:hover{background-color:#c768d8;border-left:5px solid #5e1c69}.message-type-sad:hover{background-color:#64b5f6;border-left:5px solid #1976D2}.message-type-default:hover{background-color:var(--secondary-color);border-left:5px solid #A38D69}.message-card:hover .emotion-icon{transform:translate(-50%) scale(1.15);filter:drop-shadow(0 5px 10px rgba(0,0,0,.6));transition:all .3s ease;top:-62px}.message-card .message-name{font-size:.8rem;color:#fffc;margin-top:auto}.message-card .emotion-icon{width:96px;height:auto;position:absolute;top:-60px;left:50%;transform:translate(-50%);z-index:5;filter:drop-shadow(0 3px 5px rgba(0,0,0,.4));object-fit:contain;max-height:100px}.message-card .message-content{font-size:1.1rem;line-height:1.4;margin-bottom:.5rem;color:#ffffffe6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.message-card .message-content:hover{opacity:.9}.message-card .message-date{font-size:.8rem;color:#fffc;margin-top:.3rem}.messages-container::-webkit-scrollbar{display:none}.messages-container{-ms-overflow-style:none;scrollbar-width:none}.message-emotion-icon{display:flex;justify-content:center;margin-bottom:20px;margin-top:-115px;height:120px}.detail-emotion-icon{width:120px;height:auto;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3));object-fit:contain}.new-badge{position:absolute;top:-10px;right:-10px;background-color:#ff5a5a;color:#fff;padding:.3rem .6rem;border-radius:12px;font-size:.8rem;font-weight:700;transform:rotate(15deg);box-shadow:0 2px 4px #0003;z-index:2;animation:pulse 2s infinite}@keyframes pulse{0%{transform:rotate(15deg) scale(1)}50%{transform:rotate(15deg) scale(1.1)}to{transform:rotate(15deg) scale(1)}}.message-card.new-message{position:relative;box-shadow:0 6px 12px #00000040}h2{color:var(--third-color);margin-bottom:1.5rem;font-size:1.8rem}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;color:var(--text-color);font-weight:500}input,select,textarea{width:100%;padding:.75rem;border:1px solid rgba(196,30,58,.2);border-radius:var(--border-radius);font-size:1rem;font-family:inherit;transition:border-color .3s}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 1rem top 50%;background-color:#fff;padding-right:2.5rem;cursor:pointer}select::-ms-expand{display:none}select option{padding:.5rem;background-color:#fff;color:#000}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #c41e3a1a}textarea{height:150px;resize:vertical}.error-message{color:red;margin-top:1rem;font-size:.875rem}.success-message{color:#2da44e;margin-top:1rem;font-size:.875rem}footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(196,30,58,.1);color:#666}.loading-spinner{display:none;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;z-index:10}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{box-shadow:0 6px 12px #00000040}50%{box-shadow:0 8px 16px #ffd7004d}to{box-shadow:0 6px 12px #00000040}}.messages-container-wrapper{position:relative}.scroll-left,.scroll-right{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0003;transition:all .2s ease}.scroll-left:hover,.scroll-right:hover{background:var(--third-color);color:var(--primary-color)}.arrow-icon{font-size:20px;font-weight:700;line-height:1}.scroll-left{left:5px}.scroll-right{right:5px}@keyframes highlightPulse{0%{box-shadow:0 0 #462f7533}50%{box-shadow:0 0 0 20px #462f7566}to{box-shadow:0 0 #462f7500}}.highlight-section{animation:highlightPulse 2s ease-out}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100;justify-content:center;align-items:center}.modal-content{background:linear-gradient(334deg,#f2e6b6,#e3c484);color:var(--primary-color);padding:2rem;border-radius:12px;text-align:center;max-width:90%;width:400px;position:relative;box-shadow:0 8px 24px #0000004d}.modal-content h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.modal-content p{margin-bottom:1.5rem;line-height:1.6;color:var(--primary-color);font-size:1.1rem}.modal-close{background:var(--primary-color);color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;cursor:pointer;font-weight:700;transition:all .3s;box-shadow:0 4px 8px #0003}#messageModal .modal-close{background:var(--third-color);color:var(--primary-color)}#messageModal .modal-close:hover{background:var(--secondary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.modal-close:hover{background-color:#a01517;transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.modal-content.message-detail{max-width:600px;padding:2rem;background:var(--primary-color);color:#fff;position:relative}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.message-author{font-size:1.2rem;font-weight:700}.message-time{font-size:.9rem;opacity:.8}.message-full-content{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;white-space:pre-wrap;max-height:60vh;overflow-y:auto}.message-full-content::-webkit-scrollbar{width:8px}.message-full-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.message-full-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.message-full-content::-webkit-scrollbar-thumb:hover{background:#fff6}.product-section{margin:3rem 0;padding:1rem}.product-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(334deg,#f2e6b6,#e3c484);border-radius:12px;padding:2rem}.product-details{flex:1}.product-image-container{flex:1;display:flex;justify-content:center;align-items:center}.product-image{max-width:80%;height:auto}.product-features{list-style-type:none;padding:0;margin:1.5rem 0;text-align:left}.product-features li{position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.6}.product-features li:before{content:"\2022";color:var(--secondary-color);font-weight:700;position:absolute;left:0}.product-features strong{color:var(--primary-color)}.highlight{background-color:var(--primary-color);padding:0 .3rem;border-radius:3px;font-weight:700;color:#fff}.cta-container{margin-top:2rem}.product-cta{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:700;transition:all .3s ease;box-shadow:0 4px 8px #0000001a}.product-cta:hover{background-color:var(--third-color);transform:translateY(-2px);box-shadow:0 6px 12px #00000026;color:var(--primary-color)}.reward-note{margin-top:2rem;color:var(--secondary-color);font-style:italic}.gradient-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background-color:var(--background-color)}.gradient-background:before{display:none}.gradient-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='2'/%3E%3CfeFuncG type='linear' slope='2'/%3E%3CfeFuncB type='linear' slope='2'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.15;mix-blend-mode:soft-light;filter:contrast(120%);pointer-events:none}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mobile-break{display:none}@media (max-width: 768px){.mobile-break{display:inline}}@media (max-width: 768px){.keyvisual-main{background-size:100%}.keyvisual-text:before{padding-top:40%}.form-steps{grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0 2rem}.step img{width:48px;height:48px;margin-bottom:.5rem}.step h3{font-size:1rem;margin:.3rem 0}.step p{font-size:.85rem;line-height:1.4}.intro-text{font-size:1rem;line-height:1.5;margin:1rem auto}.message-form{padding:1.5rem;margin:1rem auto}.message-form h2{font-size:1.5rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem;margin-bottom:.3rem}.form-group input,.form-group textarea{padding:.8rem;font-size:.9rem}.form-group textarea{height:100px}button[type=submit]{padding:.8rem 1.5rem;font-size:1rem}.product-content{padding:1rem}}@media (max-width: 480px){.keyvisual{width:100%}.intro-text{font-size:.9rem;padding:0 1rem}.message-form{padding:1rem}.product-content{flex-direction:column-reverse;gap:1.5rem}.product-image-container{width:100%}.product-image{max-width:80%}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/calmingcare-2025.css.map */
