body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-main:#fff;--bg-card:#fff;--bg-muted:#f6d4c6;--text-main:#2e2035;--text-muted:#6a5f6f;--primary:#f0642b;--border-soft:#eadfd7;--footer-bg:#2e2035;--footer-text:#fff;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--shadow-soft:0 10px 30px #00000014;--shadow-strong:0 18px 40px #0000002e;--font-body:"Inter",system-ui,sans-serif;--font-heading:"Playfair Display",serif}section{scroll-margin-top:80px}.about-section{background:radial-gradient(circle at top,#3d2b2f 0,#2a1d20 40%,#1a1416 100%);border-radius:28px;box-shadow:0 25px 60px #000000a6;color:#ffe7ef;font-size:1.3rem;line-height:1.9;margin:140px auto;max-width:900px;overflow:hidden;padding:80px 55px;position:relative;scroll-margin-top:200px;z-index:1}.about-section:before{animation:borderGlow 4.5s ease-in-out infinite;background:linear-gradient(120deg,#ff96b4f2,#ffbed7,#ff8ca5f2);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute;z-index:-1}@keyframes borderGlow{0%,to{opacity:.3}50%{opacity:1}}.word{display:inline-block;filter:blur(6px);opacity:0;transition:opacity .35s ease,filter .35s ease}.about-section.visible .word{filter:blur(0);opacity:1}.about-section.visible .word.glow{animation:roseGoldPulse 2s ease-in-out infinite}@keyframes roseGoldPulse{0%{text-shadow:0 0 4px #ff96b440,0 0 8px #ff789633}50%{text-shadow:0 0 18px #ffb4c8,0 0 33px #ff91a5cc,0 0 44px #ff789699}to{text-shadow:0 0 4px #ff96b440,0 0 8px #ff789633}}.about-section p{animation:fadeInPara .8s ease forwards;opacity:0}.about-section.visible p:first-child{animation-delay:.3s}.about-section.visible p:nth-child(2){animation-delay:1.2s}@keyframes fadeInPara{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pastry-icon{animation:float3D 7.5s ease-in-out infinite;filter:drop-shadow(0 8px 12px rgba(0,0,0,.55));font-size:3.6rem;opacity:.18;pointer-events:none;position:absolute;transform-style:preserve-3d;-webkit-user-select:none;user-select:none}@keyframes float3D{0%{transform:translateY(0) rotateX(0deg) rotateY(0deg)}50%{transform:translateY(-40px) rotateX(20deg) rotateY(-20deg)}to{transform:translateY(0) rotateX(0deg) rotateY(0deg)}}.pastry-1{animation-delay:0s;left:10%;top:12%}.pastry-2{animation-delay:1.2s;right:10%;top:30%}.pastry-3{animation-delay:2.4s;bottom:18%;left:22%}.pastry-4{animation-delay:3.6s;right:8%;top:60%}.pastry-5{animation-delay:4.8s;bottom:10%;right:28%}*{box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0}html{background:#cfe8f0;line-height:1.6;scroll-behavior:smooth}body,html{color:#2e2035}body{background:#fff;background:var(--bg-main);color:var(--text-main);font-family:Inter,system-ui,sans-serif;font-family:var(--font-body)}h1,h2,h3{font-family:Playfair Display,serif;font-family:var(--font-heading)}.page-wrapper{background:#cfe8f0}.sr-only{clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute;width:1px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.theme-toggle{background:#fff;background:var(--bg-card);border:1px solid #eadfd7;border:1px solid var(--border-soft);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-soft);color:#2e2035;color:var(--text-main);font-size:16px;padding:6px 12px}.backBtn,.theme-toggle{border-radius:999px;cursor:pointer}.backBtn{align-items:center;background:#fff;border:1px solid #ddd;display:inline-flex;font-size:14px;gap:8px;padding:10px 18px;transition:all .25s ease}.backBtn:hover{background:#111;border-color:#111;color:#fff}.slider-section{align-items:center;display:flex;gap:18px;justify-content:center;margin:60px auto 16px;max-width:1100px;padding:0 16px}.navBtn{background:#fff;background:var(--bg-card);border:1px solid #eadfd7;border:1px solid var(--border-soft);border-radius:999px;box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-soft);color:#2e2035;color:var(--text-main);cursor:pointer;font-size:20px;height:42px;transition:transform .2s ease,background .2s ease;width:42px}.navBtn:hover{transform:scale(1.08)}.big-photo-wrap,.navBtn:hover{background:#f6d4c6;background:var(--bg-muted)}.big-photo-wrap{align-items:center;aspect-ratio:16/9;border-radius:22px;border-radius:var(--radius-lg);box-shadow:0 18px 40px #0000002e;box-shadow:var(--shadow-strong);display:flex;justify-content:center;overflow:hidden;width:min(90vw,680px)}.big-photo{cursor:grab;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%}.progress-track{background:#eadfd7;background:var(--border-soft);border-radius:999px;height:4px;margin:10px auto 0;overflow:hidden;width:min(90vw,680px)}.progress-bar{background:#f0642b;background:var(--primary);height:100%}.thumb-strip{display:flex;gap:10px;justify-content:center;margin:10px auto 40px;max-width:760px;overflow-x:auto;padding:0 16px}.thumb{background:none;border:none;cursor:pointer;opacity:.6;overflow:hidden;padding:0;transition:opacity .25s ease,transform .25s ease}.thumb,.thumb img{border-radius:10px}.thumb img{display:block;height:50px;object-fit:cover;width:80px}.thumb.active{box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-soft);opacity:1;transform:scale(1.08)}@media (max-width:768px){.big-photo-wrap{aspect-ratio:4/3}.thumb img{height:44px;width:64px}}.menu{background:#cfe8f0;border-bottom:1px solid #eadfd7;padding:16px 28px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-inner{justify-content:space-between;margin:auto;max-width:1200px}.nav-inner,.nav-logo{align-items:center;display:flex}.nav-logo{gap:12px}.nav-logo img{border-radius:12px;height:44px;width:44px}.nav-logo span{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:18px;font-weight:600}.nav-actions{align-items:center;display:flex;gap:14px}.book-btn{background:#f0642b;border-radius:999px;color:#fff;font-size:14px;font-weight:600;padding:10px 18px;text-decoration:none}.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px}.hamburger .bar{background:#f0642b;height:3px;transition:.3s;width:26px}.hamburger.active .bar:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.menu-backdrop.show{background:#00000059;inset:0;position:fixed}.menu-panel{background:#fff;border-radius:18px;box-shadow:0 18px 40px #0000002e;display:none;padding:22px;position:absolute;right:24px;top:70px;width:300px}.menu-panel.open{display:block}.menu-panel a{color:#2e2035;display:block;font-weight:500;padding:10px 0;text-decoration:none}.menu-panel a:hover{color:#f0642b}.menu-divider{background:#eadfd7;height:1px;margin:14px 0}.menu-socials{display:flex;gap:16px;justify-content:center}.hero{background:#cfe8f0;padding:110px 20px 60px;text-align:center}.hero-inner{margin:auto;max-width:820px}.hero h1{font-size:52px;font-weight:500;line-height:1.15}.hero-sub{color:#6a5f6f;font-size:17px;margin-top:20px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:30px}.hero-btn{border-radius:12px;font-size:15px;font-weight:600;padding:12px 24px;text-decoration:none}.hero-btn.primary{background:#f0642b;color:#fff}.hero-btn.secondary{background:#f6d4c6;color:#2e2035}.media-section{padding:32px 0;width:100%}.media-container{align-items:center;gap:clamp(16px,4vw,40px);justify-content:center;width:min(90%,900px)}.player-wrapper{display:flex;justify-content:center;padding:16px 0;position:-webkit-sticky;position:sticky;top:72px;transition:all .35s ease;z-index:50}.player-box{animation:snapOpen .35s ease;aspect-ratio:9/16;background:#000;border-radius:18px;box-shadow:0 16px 40px #00000059;overflow:hidden;position:relative;width:380px}@keyframes snapOpen{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.player-box iframe{border:none;height:100%;width:100%}.btn{background:#000000a6;border:none;border-radius:999px;color:#fff;cursor:pointer;padding:4px 10px;position:absolute;top:8px;z-index:5}.btn.minimize{right:42px}.btn.close{right:8px}.player-wrapper.minimized{bottom:16px;padding:0;position:fixed;right:16px;top:auto}.player-wrapper.minimized .player-box{animation:snapMinimize .3s ease;border-radius:14px;width:180px}@keyframes snapMinimize{0%{transform:scale(1)}to{transform:scale(.85)}}.media-section{display:flex;justify-content:center;padding:40px 0}.media-container{display:flex;flex-wrap:wrap;gap:24px}.media-card{aspect-ratio:9/16;border-radius:16px;box-shadow:0 10px 28px #0003;cursor:pointer;overflow:hidden;position:relative;transition:transform .25s ease;width:260px}.media-card:hover{transform:translateY(-6px)}.media-card img{height:100%;object-fit:cover;width:100%}.overlay{align-items:center;background:linear-gradient(0deg,#0009,#0000);color:#fff;display:flex;font-weight:600;inset:0;justify-content:center;position:absolute}.overlay.yt{color:#ffd1d1}.overlay.ig{color:#ffd1f0}@media (max-width:480px){.player-box{width:300px}}.flow-section{align-items:flex-start;display:flex;flex-direction:column;overflow-x:hidden;padding:72px 14px;position:relative}.flow-header{margin-bottom:48px;max-width:100%;text-align:left}.flow-header .eyebrow{color:#9c9c9c;font-size:12px;letter-spacing:1.5px}.flow-header h1{color:#2b1c1c;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:500;line-height:1.15;margin-top:12px}.flow-cards{display:flex;flex-direction:column;gap:22px;width:100%}.flow-card{background:#fff7f1;border-radius:14px;box-shadow:0 20px 50px #0000001f;max-width:360px;opacity:1;padding:20px 18px;position:relative;text-align:left;transform:none;transition:transform .35s ease,box-shadow .35s ease;width:100%}.flow-card .icon{color:#e55b2f;font-size:24px;margin-bottom:12px}.flow-card p{color:#3a2a2a;font-size:14.5px;line-height:1.55;margin:0}@media (max-width:480px){.flow-section{padding:64px 10px}.flow-card{flex:0 0 92%;max-width:92%;padding:18px}.flow-card .icon{font-size:22px}.flow-card p{font-size:14px}}@media (max-width:768px){.flow-cards{-webkit-overflow-scrolling:touch;display:flex;flex-direction:row;gap:16px;margin-left:-14px;margin-right:-14px;overflow-x:auto;overflow-y:hidden;padding:8px 14px 24px;scroll-snap-type:x mandatory}.flow-cards::-webkit-scrollbar{display:none}.flow-card{flex:0 0 85%;max-width:85%;opacity:1;scroll-snap-align:start;text-align:left;transform:none}}@media (min-width:769px){.flow-section{align-items:center;padding:96px 16px}.flow-header{margin-bottom:80px;max-width:720px;text-align:center}.flow-cards{height:620px;max-width:1000px;position:relative}.flow-card{border-radius:16px;opacity:0;padding:28px;position:absolute;text-align:center;transform:translateY(60px) scale(.96);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .6s ease;width:300px}.flow-card.show{opacity:1;transform:translateY(0) scale(1)}.flow-card:hover{box-shadow:0 32px 80px #00000029;transform:translateY(-8px) scale(1.03)}.flow-card:first-child{left:50%;top:0;transform:translateX(-160%) rotate(-6deg)}.flow-card:nth-child(2){left:50%;top:40px;transform:translateX(60%)}.flow-card:nth-child(3){left:50%;top:220px;transform:translateX(-50%) rotate(6deg)}.flow-card:nth-child(4){left:50%;top:320px;transform:translateX(70%) rotate(-6deg)}.flow-card:nth-child(5){left:50%;top:460px;transform:translateX(-140%)}}.about-section,.classes-section,.contact-section,.testimonials-section{padding:70px 20px}h2{font-size:34px;margin-bottom:30px;text-align:center}.register-section{background:linear-gradient(135deg,#fff7f5,#fdecee);border-radius:20px;box-shadow:0 10px 30px #00000014;font-family:Helvetica Neue,Arial,sans-serif;margin:40px auto;max-width:480px;padding:28px}.register-section h2{color:#4a3b37;font-size:1.6rem;font-weight:600;margin-bottom:22px;text-align:center;text-shadow:0 3px 6px #ffaa9680}.register-form{display:flex;flex-direction:column;gap:16px}.register-form input{border:1px solid #d8d8d8;border-radius:14px;color:#4a3b37;font-size:1rem;outline:none;padding:12px 14px;text-shadow:0 3px 6px #ffaa9680;transition:border-color .25s ease,box-shadow .25s ease}.register-form input:focus{border-color:#d63;box-shadow:0 0 6px #dd663357}.form-actions{display:flex;gap:16px;justify-content:space-between;margin-top:10px}.form-actions button{border:none;border-radius:18px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:12px 0;transition:opacity .25s ease}.form-actions button[type=submit]{background:#d63;color:#fff}.form-actions button[type=submit]:hover{opacity:.85}.form-actions button[type=button]{background:#f3d6cc;color:#2d1f2f}.form-actions button[type=button]:hover{opacity:.85}.classes-section{background:linear-gradient(135deg,#fff7f5,#fdecee);font-family:Playfair Display,serif;margin:auto;max-width:1200px;padding:96px 16px}.classes-title{color:#4a3b37;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:1px;margin-bottom:36px;text-align:center;text-shadow:0 3px 6px #ffaa9680}.class-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:48px}.filter-btn{background:linear-gradient(145deg,#ffe8df,#f9d2c4);border:2px solid #eac2b1;border-radius:999px;box-shadow:0 8px 16px #ffb4a040;color:#5e4744;cursor:pointer;font-weight:600;padding:10px 22px;transition:all .25s ease}.filter-btn.active{background:linear-gradient(145deg,#e88d62,#e05634);border-color:#e56a3f;box-shadow:0 12px 24px #e56a3f59;color:#fff}.classes-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.class-item{background:radial-gradient(circle at top,#3d2b2f 0,#2a1d20 40%,#1a1416 100%);border:1px solid #ffd7c899;border-radius:26px;box-shadow:0 10px 25px #00000014,inset 0 0 0 2px #dab9a080;display:flex;gap:22px;justify-content:space-between;padding:24px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.class-item:hover{box-shadow:0 28px 65px #0000001f,0 0 18px #ffc8b48c;transform:translateY(-6px)}.badge{background:linear-gradient(135deg,#3c2f2a,#1f1614);border-radius:999px;box-shadow:0 6px 14px #00000040;color:#fff;font-size:12px;padding:6px 14px;position:absolute;right:-12px;top:-12px}.calendar-box{align-items:center;background:#fffefe;border-radius:18px;box-shadow:0 8px 20px #b400004d,inset 0 -3px 6px #00000040,inset 0 3px 6px #fff3;color:red;display:flex;flex-direction:column;font-size:24px;font-weight:400;height:160px;justify-content:center;margin-left:auto;min-width:90px;position:relative;width:90px}.calendar-box:after{background:#ffffff40;border-radius:18px;content:"";filter:blur(6px);height:40%;position:absolute;top:0;width:100%}.calendar-box .month{font-size:11px;letter-spacing:1.5px;margin-bottom:-2px;opacity:.95;text-transform:uppercase}.calendar-box .day{font-size:28px;font-weight:800;line-height:1;text-shadow:0 3px 3px #00000040}.class-info{display:flex;flex:1 1;flex-direction:column}.class-info h3{color:#ffe7ef;font-size:20px;font-weight:700;margin:0 0 8px}.class-meta{color:#ffe7ef;display:flex;gap:16px}.class-meta,.countdown{font-size:14px;margin-bottom:12px}.countdown{color:#e56a3f;text-shadow:0 2px 4px #e56a3f73}.class-footer{align-items:center;display:flex;flex-direction:column;gap:10px;margin-top:14px}.price{color:#ffe7ef;font-size:18px;font-weight:700;text-shadow:0 2px 4px #ffb4a073}.actions{display:flex;gap:10px;justify-content:center}.notify-btn{background:#ffe8df;border:2px solid #eac2b1;border-radius:10px;box-shadow:0 6px 14px #ffc8b440;color:#5e4744;padding:8px 14px}.notify-btn,.preview-btn{cursor:pointer;font-size:13px}.preview-btn{background:linear-gradient(135deg,#e88d62,#e05634);border:none;border-radius:10px;box-shadow:0 6px 14px #e56a3f59;color:#fff;padding:8px 16px}@media (max-width:480px){.classes-grid{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory}.classes-grid::-webkit-scrollbar{display:none}.class-item{flex-direction:column;min-width:280px;scroll-snap-align:start}.calendar-box{border-radius:14px;flex-direction:row;gap:4px;height:60px;justify-content:center;width:100%}.calendar-box .day{font-size:22px}}.testimonials-section{align-items:center;background:#f3f3f3;border-radius:18px;box-sizing:border-box;display:flex;justify-content:center;margin:0 auto;max-width:1100px;padding:24px 0;width:100%}@media (min-width:900px){.testimonials-section{overflow-x:hidden}}.testi-scroll{-webkit-overflow-scrolling:touch;align-items:center;aspect-ratio:16/9;background:#0000;border-radius:18px;box-sizing:border-box;display:flex;overflow-x:auto;overflow-y:hidden;padding-inline:clamp(16px,4vw,32px);width:min(92vw,960px)}@media (max-width:768px){.testi-scroll{aspect-ratio:16/10;width:94vw}}@media (max-width:480px){.testi-scroll{aspect-ratio:4/5}}.testi-columns{display:flex;gap:clamp(16px,4vw,28px);margin:0 auto;width:-webkit-max-content;width:max-content}.testi-col{animation:verticalFloat 18s linear infinite;display:flex;flex-direction:column;flex-shrink:0;gap:18px;width:280px}.testi-col.reverse{animation-direction:reverse}@keyframes verticalFloat{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.testi-card{animation:cardFloat 4s ease-in-out infinite alternate;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 5px 16px #0000000f;display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;padding:clamp(12px,1.8vw,18px);transition:transform .25s ease,box-shadow .25s ease;width:clamp(210px,26vw,300px)}.testi-card:hover{box-shadow:0 8px 22px #0000001a;transform:translateY(-4px)}@keyframes cardFloat{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.testi-text{color:#474747;font-size:clamp(.85rem,1.2vw,.95rem);line-height:1.55;margin-bottom:14px}.testi-bottom{align-items:center;display:flex;gap:12px}.testi-avatar{border-radius:50%;height:44px;object-fit:cover;width:44px}.testi-name{color:#d63;font-size:clamp(.9rem,1.2vw,1rem);font-weight:600}.testi-role{color:#777;font-size:clamp(.75rem,1vw,.85rem)}@media (max-width:900px){.testi-col{width:260px}}@media (max-width:480px){.testi-col{width:220px}.testi-card{padding:12px}}.testi-scroll::-webkit-scrollbar{height:6px}.testi-scroll::-webkit-scrollbar-thumb{background:#00000040;border-radius:6px}.popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.popup-box{animation:popupFade .3s ease forwards;background:#fff;border-radius:20px;box-shadow:0 12px 40px #00000026;max-width:360px;padding:28px;width:90%}@keyframes popupFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.popup-box button{background:linear-gradient(135deg,#d63,#f08b5d);border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;margin-top:20px;padding:10px 26px}.page-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin-top:28px}.page-actions button{border:none;border-radius:999px;cursor:pointer;font-size:.95rem;font-weight:600;line-height:1;padding:10px 18px;transition:background-color .25s ease,color .25s ease,transform .15s ease,box-shadow .15s ease;white-space:nowrap}.page-actions .enquireBtn{background:#f0642b;background:var(--primary);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-soft);color:#fff}.page-actions .enquireBtn:hover{box-shadow:0 18px 40px #0000002e;box-shadow:var(--shadow-strong);transform:translateY(-1px)}.page-actions .backBtn{background:#f6d4c6;background:var(--bg-muted);border:1px solid #eadfd7;border:1px solid var(--border-soft);color:#2e2035;color:var(--text-main)}.page-actions .backBtn:hover{background:#fff;background:var(--bg-card)}@media (max-width:600px){.page-actions{align-items:stretch;flex-direction:column}.page-actions button{text-align:center;width:100%}}.social-section{background:#fff;background:var(--bg-main);padding:70px 20px;text-align:center}.social-section h2{color:#2e2035;color:var(--text-main);font-family:Playfair Display,serif;font-family:var(--font-heading);font-size:32px;margin-bottom:24px}.social-links{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.social-icon{border-radius:999px;box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-soft);color:#fff;font-size:15px;font-weight:600;min-width:140px;padding:12px 18px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.social-icon:focus-visible,.social-icon:hover{box-shadow:0 18px 40px #0000002e;box-shadow:var(--shadow-strong);filter:brightness(1.05);transform:translateY(-3px) scale(1.05)}.social-icon.insta{background:linear-gradient(135deg,#d62976,#962fbf,#4f5bd5)}.social-icon.yt{background:red}.social-icon.fb{background:#1877f2}.social-icon:focus-visible{outline:2px solid #f0642b;outline:2px solid var(--primary);outline-offset:3px}[data-theme=dark] .social-icon{box-shadow:0 12px 30px #0009}@media (max-width:768px){.social-links{gap:14px}.social-icon{font-size:14px;min-width:120px;padding:10px 16px}}.footer{background:#2e2035;background:var(--footer-bg);color:#fff;color:var(--footer-text);margin-top:60px;padding:26px;text-align:center}@media (max-width:768px){.hero h1{font-size:34px}.hero-sub{font-size:15px}}
/*# sourceMappingURL=main.51d2b1da.css.map*/