@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap";html,body,#root{margin:0;min-height:100%}@font-face{font-family:Satoshi;src:url(https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2) format("woff2");font-weight:700}:root{--bg: #fffaf1;--text: #22150b;--muted: #5f4630;--lime: #f2c14e;--orange: #8a5a2b;--soft: rgba(138, 90, 43, .14);--accent: #a06b34;--card: #f6e8d2}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}.top-nav{position:fixed;top:30px;left:50%;transform:translate(-50%);z-index:20;display:flex;gap:10px;padding:8px;background:#8a5a2b1a;border:1px solid rgba(138,90,43,.25);border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.top-nav button{border:0;border-radius:999px;background:transparent;color:var(--text);padding:8px 14px;font:500 12px/1 Poppins,sans-serif;cursor:pointer}.top-nav button:hover{background:#8a5a2b29}.floating{position:fixed;z-index:20;right:20px;border-radius:8px;padding:11px 16px;font:700 14px/1 Satoshi,Poppins,sans-serif;box-shadow:0 10px 30px #00000040}.floating-primary{bottom:110px;background:var(--orange)}.floating-secondary{bottom:66px;background:var(--lime);color:var(--text)}.floating-tertiary{left:20px;right:auto;bottom:66px;background:#b07845}.page{width:min(1140px,calc(100% - 40px));margin:0 auto;padding:160px 0 80px;display:flex;gap:100px}.left-col{width:344px;flex:0 0 344px;position:sticky;top:40px;height:fit-content}.profile-card{background:#fff4df;border-radius:16px;padding:18px 18px 24px;color:#2f1f13;text-align:center;overflow:hidden}.profile-photo{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:16px;margin-bottom:18px}.profile-card h3{margin:0;font-size:36px;letter-spacing:-.04em}.profile-card p{margin:10px auto 16px;max-width:280px;font-size:18px;line-height:1.1;color:var(--muted)}.social-row{display:flex;justify-content:center;gap:10px}.social-row a{width:32px;height:32px;border:1px solid var(--orange);border-radius:6px;color:var(--orange);display:grid;place-items:center;font-size:12px;font-weight:600}.right-col{flex:1;display:flex;flex-direction:column;gap:120px}.panel{display:flex;flex-direction:column;gap:40px;scroll-margin-top:120px;animation:rise .5s cubic-bezier(.44,0,.56,1) both}.hero h1{margin:0;font-size:clamp(58px,8vw,110px);line-height:1;letter-spacing:-.02em}.hero h1 span,.section-title span{color:var(--accent)}.hero>p{margin:0;max-width:480px;color:var(--muted);font-size:24px;line-height:1.25}.hero>p+p{font-size:19px;max-width:560px}.stats{display:flex;gap:40px}.stats article strong{display:block;font-size:70px;line-height:1}.stats article span{display:block;color:var(--muted);line-height:1.2}.service-cards{display:flex;gap:30px;min-height:240px}.service-card{border-radius:10px;padding:34px 20px 22px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.service-card.orange{width:300px;background:var(--orange)}.service-card.lime{flex:1;background:var(--lime);color:var(--text)}.service-card p{margin:0;font-size:20px;line-height:1.2}.service-card span{width:32px;height:32px;border-radius:6px;border:1px solid currentColor;display:grid;place-items:center}.section-title{margin:0;font-size:clamp(54px,6.2vw,90px);line-height:1}.list-cards,.exp-list{display:flex;flex-direction:column}.list-card,.exp-card{display:flex;align-items:center;gap:20px;border-radius:16px;padding:18px 16px;transition:background .2s ease}.list-card:hover,.exp-card:hover,.tool-card:hover{background:#8a5a2b1a}.list-card img{width:130px;height:90px;border-radius:8px;object-fit:cover}.list-card h3,.exp-card h3,.tool-card h3{margin:0;font-size:26px;line-height:1.2}.list-card p,.exp-card p,.tool-card p,footer{margin:8px 0 0;color:var(--muted);font-size:16px;line-height:1.4}.list-card span{margin-left:auto;font-size:22px}.exp-card{justify-content:space-between;align-items:flex-start;gap:24px}.exp-card small{white-space:nowrap;color:var(--muted);margin-top:4px}.tools-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:10px}.tool-card{border-radius:8px;padding:14px;transition:background .2s ease}.tool-card img{width:60px;height:60px;border-radius:8px;object-fit:cover}.contact form{display:flex;flex-direction:column;gap:16px}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}label{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:12px;font-weight:500}input,select,textarea,button{border:0;border-radius:8px;background:var(--soft);color:var(--text);font:inherit;padding:12px}textarea{min-height:110px;resize:vertical}button{background:var(--orange);font-weight:600;color:#fffaf1;cursor:pointer}footer{text-align:center;margin-top:20px}footer a{color:var(--text)}@keyframes rise{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1079px){.page{gap:40px}.left-col{width:280px;flex-basis:280px}.service-cards{flex-direction:column}.service-card.orange{width:100%}}@media(max-width:809px){.top-nav,.floating{display:none}.page{width:calc(100% - 40px);padding-top:110px;flex-direction:column}.left-col{position:static;width:100%}.right-col{gap:80px}.hero,.panel{gap:28px}.hero h1,.section-title{text-align:center}.hero>p{text-align:center;font-size:18px;max-width:none}.stats{gap:14px;justify-content:space-between}.stats article{text-align:center}.stats article strong{font-size:50px}.list-card{align-items:flex-start}.list-card img{width:90px;height:66px}.list-card h3,.exp-card h3,.tool-card h3{font-size:18px}.exp-card{flex-direction:column}.exp-card small{white-space:normal}.tools-grid,.two-col{grid-template-columns:1fr}}
