@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:#fff}body{background:linear-gradient(90deg,#3d0c4b 30%,#b49eb0 100%);font-family:nunito;margin:0;padding:0}.main-page{margin-bottom:50px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero{width:100%;max-width:480px;margin:auto;text-align:center;padding:10px 10px 0;background:rgba(255,255,255,.85);border-radius:24px;box-shadow:0 4px 24px #2c3e501a;display:flex;flex-direction:column;align-items:center}.hero__logo{display:flex;flex-direction:column;align-items:center;margin-bottom:18px}.hero__icon{margin-bottom:12px;width:72px;height:72px;border-radius:16px;box-shadow:0 2px 8px #2c3e501a;background:#fafafa;object-fit:contain}.hero__title{font-size:2.5rem;color:#2a7c7c;font-weight:700;margin:0;font-family:nunito;letter-spacing:2px}.hero__subtitle{color:#e67c2f;font-size:1.3rem;margin:18px 0 6px;font-weight:600}.hero__desc{color:#234e52;font-size:1.05rem;margin-bottom:32px;opacity:.85}.hero__steps{display:flex;justify-content:center;gap:32px;margin-bottom:40px;flex-wrap:wrap}.step{display:flex;flex-direction:column;align-items:center;font-size:1rem;color:#2a7c7c;font-weight:500;transition:transform .2s;min-width:80px}.step img{margin-bottom:8px;width:40px;height:40px;background:#e0f7fa;border-radius:50%;box-shadow:0 2px 8px #2c3e5012}.hero__btn{background:linear-gradient(135deg,#d8b4fe,#ffffff);color:#161414;border:none;border-radius:32px;padding:18px 0;width:80%;max-width:320px;font-size:1.25rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #2c3e5021;transition:background .2s,transform .2s;margin:0 auto 36px;letter-spacing:1px;display:block}.hero__btn:hover{background:linear-gradient(100deg,#15a4a4 50%,#b66ba8 100%);transform:scale(1.04)}.hero__btn a{color:#2c2b2b;text-decoration:none;font-weight:700;font-size:1.25rem;display:block;width:100%;height:100%}@media (max-width: 600px){.main-page{padding:0}.hero{margin-top:10px;max-width:100%;padding:8px 4vw 0;border-radius:0;box-shadow:none}.hero__title{font-size:2rem}.hero__subtitle{font-size:1.1rem}.hero__steps{gap:16px;margin-bottom:28px}.step img{width:32px;height:32px}.hero__btn{font-size:1rem;padding:14px 0;max-width:220px}}.hero__header{background:linear-gradient(90deg,#3d0c4b 30%,#b49eb0 100%);padding:30px 0 50px;display:flex;flex-direction:column;align-items:center}.header__content{display:flex;align-items:center;gap:16px;justify-content:center}.header__icon{background:#fff;border-radius:50%;padding:10px;box-shadow:0 2px 8px #2c3e501a;display:flex;align-items:center;justify-content:center}.hero__title{color:#fff;font-family:nunito;font-size:2.2rem;margin:0;letter-spacing:2px;font-weight:700}.header__desc{color:#fff;font-size:1.05rem;font-weight:500;margin:10px 0 0;text-align:center}@media (max-width: 768px){.header__content{gap:10px}.hero__title{font-size:1.4rem}.header__icon svg{width:32px;height:32px}.hero__header{padding:16px 0 10px}}.footer{background:linear-gradient(90deg,#3d0c4b 30%,#b49eb0 100%);padding:20px;font-size:14px;color:#fff;text-align:center;height:20px;margin-top:200px}.footer__top{margin-top:20px;font-weight:700}.footer__brand{padding-bottom:30px}.home{display:flex;flex-direction:column}.team-member{display:flex;flex-direction:row;justify-content:space-between}.team-member span{font-size:15px;padding-right:15px}img{width:25px;background-color:#e8e5e5;border-radius:15px}@media (min-width: 600px){.footer__top{margin-top:40px;text-align:center}}.target{display:flex;flex-direction:column}.form,.design{display:flex;flex-direction:column;gap:16px;max-width:90%;margin:0 auto}.form__group,.design__group{display:flex;flex-direction:column;gap:8px}.form__label,.design__label{font-weight:600;font-size:14px;text-align:left}.form__input,.design__select,input[type=range],input[type=color]{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:16px;width:100%}#message{width:100%;height:120px}.form__button,.share__button{background:linear-gradient(135deg,#d8b4fe,#ffffff);color:#2c2b2b;border:none;border-radius:30px;padding:15px;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 4px 16px #2c3e5021;transition:background .2s,transform .2s;margin:25px auto 36px;display:block}.form__button:hover,.share__button:hover{background:linear-gradient(100deg,#15a4a4 50%,#b66ba8 100%);transform:scale(1.04);color:#fff}.content__share{display:flex;justify-content:center;align-items:center}.form__button:hover,.share__button:hover{background-color:#236666}.design__backgrounds{display:flex;flex-wrap:wrap;gap:8px}.design__backgrounds img{width:80px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease-in-out}.design__backgrounds img:hover,.design__backgrounds img.active{border-color:#236666}.collapsible{margin:16px auto;max-width:60%;display:flex;flex-direction:column;gap:25px}.collapsible__header{width:100%;background-color:#f0f0f0;border:none;padding:12px;text-align:center;font-weight:600;font-size:16px;border-radius:4px;cursor:pointer}.collapsible__content{margin-top:12px;display:none;color:#fff}.collapsible__content.active{display:flex;flex-direction:column;width:90%}@media (min-width: 768px){.form,.design,.share{max-width:500px}.form__label,.design__label{font-size:16px}}@media screen and (min-width: 1024px){.target{display:flex;flex-direction:row}.form,.design,.share{max-width:800px}.form__label,.design__label{font-size:18px}}.preview-section{display:flex;justify-content:center;height:max-content}.preview{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;font-family:Nunito,sans-serif;border:solid;border-radius:10px;background-color:#fff;height:600px;width:50%;font-weight:900;position:relative;background-size:cover;background-position:center}.preview__main{display:flex;flex-direction:column;font-size:18px;text-align:center;padding:10% 20% 0;gap:20px}.preview__data{display:flex;flex-direction:column;font-size:15px;font-weight:900;justify-content:flex-end;padding:0 180px;text-align:center;width:150%}.preview__address{font-size:22px}.user-photo{width:100px;height:90px;transform:rotate(-20deg);position:absolute;top:20px;right:15px}#preview-image{width:100%;height:100%}@media screen and (min-width: 1024px){.preview-section{width:60vw}.preview{width:100%;margin-right:30px}}.sugestion-form{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;gap:30px;color:#fff}.sugestion-input{padding:10px;border-radius:10px;width:30%}.sugestion-area{padding:10px;border-radius:10px;width:50%;height:300px}.btn-sugestion{background:linear-gradient(135deg,#d8b4fe,#ffffff);color:#2c2b2b;border:none;border-radius:30px;padding:15px;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 4px 16px #2c3e5021;transition:background .2s,transform .2s;margin:25px auto 36px;display:block}.btn-sugestion:hover{background:linear-gradient(100deg,#15a4a4 50%,#b66ba8 100%);transform:scale(1.04);color:#fff}@font-face{font-family:Dancing Script;src:url(../fonts/DancingScript-VariableFont_wght.ttf) format("truetype");font-weight:100 700;font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Comic Relief;src:url(../fonts/ComicRelief-Regular.ttf) format("truetype");font-weight:100 900;font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Permanent Marker;src:url(../fonts/PermanentMarker-Regular.ttf) format("truetype");font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/Nunito-VariableFont_wght.ttf) format("truetype");font-weight:200 1000;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}
