@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap";.header{z-index:20;background:#0a0d1a;border-bottom:1px solid #ffffff14;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:90px;display:flex}.header__brand{align-items:center;text-decoration:none;display:inline-flex}.header__logo{width:auto;height:115px;padding:5px 0}.header__nav{align-items:center;gap:.15rem;display:flex}.header__nav-link{color:#ffffffc7;border:1px solid #0000;border-radius:8px;padding:.45rem .95rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .18s,background .18s}.header__nav-link:hover{color:#fff;background:#ffffff12}.header__nav-link--active{color:#fff;background:#7c3aed;border-color:#0000}.header__cta{color:#fff;white-space:nowrap;background:linear-gradient(120deg,#7c3aed,#2563eb);border-radius:8px;padding:.48rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .18s}.header__cta:hover{opacity:.88}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:6px;display:none}.header__burger span{background:#fff;border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.header__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=820px){.header__nav,.header__cta{display:none}.header__burger{display:flex}}.header__mobile-menu{background:#0a0d1a;border-top:1px solid #ffffff14;flex-direction:column;padding:.75rem 0 1rem;display:flex}.header__mobile-link{color:#ffffffbf;border-left:3px solid #0000;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s}.header__mobile-link:hover{color:#fff}.header__mobile-link--active{color:#fff;background:#7c3aed14;border-left-color:#7c3aed}.header__mobile-cta{color:#fff;text-align:center;background:linear-gradient(120deg,#7c3aed,#2563eb);border-radius:8px;margin:.75rem 1.5rem 0;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .18s}.header__mobile-cta:hover{opacity:.88}.footer{background:#07091a;border-top:1px solid #ffffff12;margin-top:0}.footer__grid{grid-template-columns:1.4fr 1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);padding-block:clamp(2rem,4vw,3rem);display:grid}.footer__col--brand p{color:#ffffff8c;max-width:26ch;margin:.75rem 0 .9rem;font-size:.9rem;line-height:1.6}.footer__logo{width:auto;height:104px}.footer__partner-badge{border:1px solid #ffffff24;border-radius:10px;align-items:center;gap:.5rem;margin-top:10px;padding:.5rem .7rem;display:inline-flex}.footer__partner-icon{object-fit:contain;background:#eceef4;border-radius:7px;flex-shrink:0;width:30px;height:30px;padding:2px}.footer__partner-label{letter-spacing:.14em;color:#ffffff80;text-transform:uppercase;font-size:.58rem;font-weight:800;display:block}.footer__partner-name{color:#fff;font-size:.84rem;font-weight:700;display:block}.footer__col h3{letter-spacing:.14em;color:#ffffffbf;text-transform:uppercase;margin:0 0 .9rem;font-size:.78rem;font-weight:800}.footer__col nav{flex-direction:column;gap:.45rem;display:flex}.footer__col nav a{color:#ffffff8c;font-size:.9rem;text-decoration:none;transition:color .16s}.footer__col nav a:hover{color:#fff}.footer__col ul{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.footer__col li{color:#ffffff8c;font-size:.9rem}.footer__col p{color:#ffffff8c;align-items:center;gap:.4rem;margin:0 0 .45rem;font-size:.9rem;display:flex}.footer__contact-icon{flex-shrink:0;font-size:.8rem}.footer__abn{border:1px solid #ffffff24;border-radius:8px;flex-direction:column;gap:.15rem;margin-top:.8rem;padding:.5rem .7rem;display:flex}.footer__abn-label{letter-spacing:.14em;color:#fff6;text-transform:uppercase;font-size:.65rem;font-weight:800}.footer__abn-value{color:#fff;letter-spacing:.05em;font-size:.95rem;font-weight:700}@media (width<=1000px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:2rem;padding-block:2rem}.footer__col--brand p{max-width:100%}}.layout{grid-template-rows:auto 1fr auto;min-height:100dvh;display:grid}.layout__main{width:100%}.product-modal{z-index:50;background:#020617bd;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}@media (width<=480px){.product-modal{padding:.5rem}}.product-modal__dialog{-webkit-overflow-scrolling:touch;box-sizing:border-box;width:min(680px,100%);max-height:calc(100vh - 2rem);padding:clamp(1rem,2.8vw,2rem);position:relative;overflow-y:auto}@media (width<=480px){.product-modal__dialog{max-height:calc(100vh - 1rem)}}.product-modal__close{border:1px solid var(--line-dark);color:var(--text-primary);letter-spacing:.05em;cursor:pointer;z-index:2;background:0 0;border-radius:999px;padding:.34rem .9rem;font-weight:700;position:absolute;top:1rem;right:1rem}.product-modal__image-wrap{position:relative}.product-modal__image{border-radius:var(--radius-md);object-fit:contain;object-position:center;cursor:zoom-in;background:#0f172a;width:100%;height:clamp(220px,38vw,320px);padding:1.5rem;display:block}.product-modal__image-arrow{border:1px solid var(--line-dark);color:var(--text-primary);cursor:pointer;background:#020617b3;border-radius:999px;place-items:center;width:2.25rem;height:2.25rem;font-size:1.1rem;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.product-modal__image-arrow--prev{left:.5rem}.product-modal__image-arrow--next{right:.5rem}.product-modal__image-arrow:hover{background:#020617e6}.product-modal__lightbox{z-index:60;cursor:zoom-out;background:#020617eb;place-items:center;padding:2rem;display:grid;position:fixed;inset:0}@media (width<=480px){.product-modal__lightbox{padding:.75rem}}.product-modal__lightbox-image{object-fit:contain;border-radius:var(--radius-md);background:#0f172a;max-width:100%;max-height:90vh;padding:2rem}@media (width<=480px){.product-modal__lightbox-image{padding:1rem}}.product-modal__image-toggle{justify-content:center;gap:.6rem;margin-top:.75rem;display:flex}.product-modal__image-dot{cursor:pointer;background:0 0;border:none;border-radius:999px;place-items:center;width:1.75rem;height:1.75rem;padding:0;display:grid}.product-modal__image-dot:after{content:"";border:1.5px solid var(--line-dark);border-radius:999px;width:.65rem;height:.65rem;transition:background .15s,border-color .15s}.product-modal__image-dot--active:after{background:var(--gradient-brand);border-color:#0000}.product-modal h3{text-transform:uppercase;letter-spacing:.09em;margin:1rem 0 .35rem;font-size:1.5rem}.product-modal h4{text-transform:uppercase;letter-spacing:.09em;margin:1.1rem 0 .45rem}.product-modal p,.product-modal li{color:#f8fafce0}.product-modal__cta{color:var(--text-primary);background:var(--gradient-brand);letter-spacing:.09em;text-transform:uppercase;border-radius:999px;margin-top:1rem;padding:.65rem 1.1rem;font-weight:700;text-decoration:none;display:inline-flex}.home-page__hero{background:#07091a;align-items:center;min-height:680px;display:flex;position:relative;overflow:hidden}.home-page__hero-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.home-page__hero-bg:after{content:"";background:linear-gradient(90deg,#07091aeb 0%,#07091ac7 45%,#07091a8c 75%,#07091a6b 100%),linear-gradient(#07091a80 0%,#07091a1a 30% 70%,#07091a99 100%);position:absolute;inset:0}.home-page__hero-content{z-index:1;padding-block:clamp(3rem,8vw,5rem);position:relative}.home-page__hero-badge{letter-spacing:.18em;text-transform:uppercase;color:#fff9;border:1px solid #7c3aed8c;border-radius:999px;margin-bottom:1.4rem;padding:.4rem 1rem;font-size:.72rem;font-weight:600;display:inline-flex}@media (width<=480px){.home-page__hero-badge{letter-spacing:.12em;padding:.34rem .8rem;font-size:.62rem}}.home-page__hero-content h1{color:#fff;letter-spacing:-.03em;max-width:680px;margin:0 0 1.1rem;font-size:clamp(1.95rem,4.2vw,3.2rem);font-weight:800;line-height:1.04}.home-page__hero-content>p{color:#ffffff94;max-width:500px;margin:0 0 2.2rem;font-size:1.08rem;line-height:1.75}.home-page__hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.home-page__btn-primary{color:#fff;background:#7c3aed;border-radius:10px;padding:.7rem 1.35rem;font-size:.96rem;font-weight:700;text-decoration:none;transition:background .18s}.home-page__btn-primary:hover{background:#6d28d9}.home-page__btn-secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;padding:.7rem 1.35rem;font-size:.96rem;font-weight:700;text-decoration:none;transition:background .18s}.home-page__btn-secondary:hover{background:#ffffff29}.home-page__intro{background:#f0f2f7;padding-block:clamp(4rem,8vw,7rem);position:relative;overflow:hidden}.home-page__intro:before{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed12 0%,#0000 68%);border-radius:50%;width:560px;height:560px;position:absolute;top:-100px;right:-80px}.home-page__intro-inner{grid-template-columns:1fr 1fr;grid-template-areas:"label text""heading text";gap:1.5rem 5rem;display:grid;position:relative}.home-page__intro-label{letter-spacing:.18em;text-transform:uppercase;color:#7c3aed;grid-area:label;align-self:end;align-items:center;gap:.65rem;font-size:.75rem;font-weight:700;display:inline-flex}.home-page__intro-label:before{content:"";background:linear-gradient(90deg,#7c3aed,#3b82f6);flex-shrink:0;width:24px;height:2px;display:inline-block}.home-page__intro-inner h2{color:#0f172a;letter-spacing:-.025em;grid-area:heading;margin:0;font-size:clamp(1.85rem,3.2vw,2.65rem);font-weight:800;line-height:1.1}.home-page__intro-inner p{color:#475569;grid-area:text;align-self:center;margin:0;padding-left:2.5rem;font-size:1.06rem;line-height:1.85;position:relative}.home-page__intro-inner p:before{content:"";background:linear-gradient(#7c3aed 0%,#3b82f6 50%,#e2e8f0 100%);width:2px;height:100%;position:absolute;top:0;left:0}.home-page__values{background:#07091a;padding-block:clamp(2rem,4vw,3.5rem)}.home-page__values-grid{flex-direction:column;display:flex}.home-page__value-num{display:none}.home-page__value-item{border-bottom:1px solid #ffffff12;grid-template-columns:1fr 2fr;align-items:center;gap:0 4rem;padding:2.5rem 0;transition:background .22s;display:grid}.home-page__value-item:first-child{border-top:1px solid #ffffff12}.home-page__value-item h3{color:#fff;letter-spacing:-.015em;grid-column:1;margin:0;font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:800;line-height:1.25;transition:all .22s}.home-page__value-item h3:before{content:"";background:linear-gradient(90deg,#7c3aed,#3b82f6);border-radius:2px;width:2rem;height:3px;margin-bottom:.85rem;display:block}.home-page__value-item:hover h3{background:linear-gradient(110deg,#a855f7,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.home-page__value-item p{color:#f8fafc80;grid-column:2;margin:0;font-size:.97rem;line-height:1.78}.home-page__highlight-icon{background:#e8eaf1;border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:.9rem;font-size:1.2rem;display:inline-flex}.home-page__highlight-card h3{color:#0f172a;margin:0 0 .6rem;font-size:1.1rem;font-weight:800}.home-page__highlight-card p{color:#475569;margin:0;font-size:.94rem;line-height:1.6}.home-page__highlight-card--orange p{color:#c2410c}.home-page__highlight-card--purple p{color:#7c3aed}.home-page__highlight-card--blue p{color:#1d4ed8}.home-page__featured{background:#0e1128;padding-block:clamp(2.5rem,5vw,3.5rem)}.home-page__featured-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.home-page__featured-header h2{color:#fff;margin:0 0 .4rem;font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:800}.home-page__featured-header>div>p{color:#ffffff94;margin:0}.home-page__featured-all{color:#a855f7;white-space:nowrap;padding-bottom:.3rem;font-weight:700;text-decoration:none}.home-page__product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.home-page__product-card{background:#101327;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.home-page__product-img{object-fit:cover;width:100%;height:170px;display:block}.home-page__product-body{flex-direction:column;flex:1;padding:1rem 1rem .9rem;display:flex}.home-page__product-body h3{color:#fff;margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.home-page__product-body>p{color:#ffffff8c;flex:1;margin:0;font-size:.88rem}.home-page__product-footer{justify-content:space-between;align-items:center;margin-top:.85rem;display:flex}.home-page__product-stock{color:#a855f7;font-size:.82rem;font-weight:700}.home-page__product-request{color:#fff;background:0 0;border:1px solid #7c3aed;border-radius:8px;padding:.36rem .75rem;font-size:.84rem;font-weight:600;line-height:1.3;text-decoration:none;transition:background .17s}.home-page__product-request:hover{background:#7c3aed40}.home-page__partner{background:#f0f2f7;padding-block:clamp(2rem,4vw,3rem)}.home-page__partner-card{text-align:center;background:#101327;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;align-items:center;gap:.7rem;padding:clamp(2rem,4vw,3rem);display:flex}.home-page__partner-icon{object-fit:contain;background:#eceef4;border-radius:15px;width:100px;height:100px;padding:8px}.home-page__partner-card h2{color:#fff;margin:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.home-page__partner-card h4{letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:0;font-size:.78rem;font-weight:700;display:inline-block}.home-page__partner-card>p{color:#ffffffa6;max-width:50ch;margin:0;line-height:1.65}.home-page__partner-btn{cursor:pointer;color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:10px;margin-top:.4rem;padding:.65rem 1.3rem;font-size:.95rem;font-weight:600;transition:border-color .18s,background .18s}.home-page__partner-btn:hover{background:#ffffff0f;border-color:#fff9}.home-page__cta{background:#07091a;border-top:1px solid #ffffff12;padding-block:clamp(3rem,6vw,5rem)}.home-page__cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.home-page__cta-text h2{color:#fff;margin:0 0 .5rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800}.home-page__cta-text p{color:#ffffff94;max-width:55ch;margin:0;font-size:1.02rem;line-height:1.65}.home-page__cta-btn{color:#fff;white-space:nowrap;background:linear-gradient(120deg,#7c3aed,#2563eb);border-radius:10px;flex-shrink:0;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity .18s}.home-page__cta-btn:hover{opacity:.88}@media (width<=980px){.home-page__highlights,.home-page__product-grid{grid-template-columns:1fr}.home-page__featured-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=768px){.home-page__intro-inner{grid-template-columns:1fr;grid-template-areas:"label""heading""text";gap:1rem}.home-page__intro-inner p{margin-top:.5rem;padding-top:1.5rem;padding-left:0}.home-page__intro-inner p:before{background:linear-gradient(90deg,#7c3aed 0%,#3b82f6 50%,#e2e8f0 100%);width:100%;height:2px;top:0;left:0}}@media (width<=640px){.home-page__value-item{grid-template-columns:1fr;gap:.75rem 0;padding:2rem 0}.home-page__value-item p{grid-column:1}.home-page__br{display:none}}.home-page__hero h1{letter-spacing:.11em;text-transform:uppercase;margin:.55rem 0 .5rem;font-size:clamp(1.95rem,4.2vw,3.2rem);line-height:1.02}.home-page__hero p{color:#f8fafce6;max-width:66ch}.home-page__hero-cta{color:var(--text-primary);background:var(--gradient-brand);letter-spacing:.09em;text-transform:uppercase;border-radius:999px;margin-top:.7rem;padding:.65rem 1.1rem;font-weight:700;text-decoration:none;transition:transform .24s;display:inline-flex}.home-page__hero-cta:hover{transform:translateY(-2px)}.home-page__about{border-radius:var(--radius-lg);border:1px solid var(--line-soft);background:#ffffffbf;padding:clamp(1rem,2.4vw,1.6rem)}.home-page__about h2{letter-spacing:.1em;text-transform:uppercase;margin:0}.home-page__about p{max-width:70ch;margin:.5rem 0 0}.home-page__highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.home-page__highlight-card{border-radius:var(--radius-md);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft);background:#ffffffd1;padding:1rem;transition:transform .25s,border-color .25s}.home-page__highlight-card:hover{border-color:#3b82f666;transform:translateY(-4px)}.home-page__highlight-card h3{text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:1.06rem}.home-page__highlight-card p{color:#1f2937;margin:.6rem 0 0}.home-page__featured{padding:clamp(1rem,3vw,2rem)}.home-page__featured h2{text-transform:uppercase;letter-spacing:.1em;margin:.65rem 0 .5rem}.home-page__featured p{color:#f8fafce0}.home-page__featured-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;margin-top:.95rem;display:grid}.home-page__featured-item{border:1px solid var(--line-dark);border-radius:var(--radius-md);background:#0f172a54;padding:.8rem}.home-page__featured-item h3{letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:.86rem}.home-page__featured-item p{margin:.5rem 0 0;font-size:.9rem}.home-page__featured-link{color:var(--text-primary);border:1px solid var(--line-dark);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-top:1rem;padding:.55rem .95rem;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=980px){.home-page__highlights{grid-template-columns:1fr}.home-page__featured-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.home-page__featured-strip{grid-template-columns:1fr}}.section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.section-heading>div:first-child{flex:1}.section-heading__title{letter-spacing:.08em;text-transform:uppercase;margin:.7rem 0 .4rem;font-size:clamp(1.5rem,4vw,2.4rem)}.section-heading__description{color:#f8fafcde;margin:0;font-size:1.03rem}@media (width<=760px){.section-heading{flex-direction:column;align-items:flex-start}}.products-page{padding-block:clamp(1.1rem,2.8vw,2.2rem) clamp(2rem,4vw,3.2rem)}.products-page__hero{padding:clamp(1rem,3vw,1.8rem)}.products-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.products-page__card{border-radius:var(--radius-md);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft);cursor:pointer;background:#ffffffd1;padding:.9rem;transition:transform .24s,border-color .24s}.products-page__card:hover,.products-page__card:focus-visible{border-color:#3b82f673;outline:none;transform:translateY(-4px)}.products-page__card-image{border-radius:calc(var(--radius-md) - .2rem);object-fit:cover;width:100%;height:140px;display:block}.products-page__card h3{letter-spacing:.08em;text-transform:uppercase;margin:.75rem 0 .4rem;font-size:1.05rem}.products-page__card p{color:#1f2937;margin:0}.products-page__card-link{letter-spacing:.08em;text-transform:uppercase;color:#1d4ed8;margin-top:.8rem;font-size:.86rem;font-weight:700;display:inline-flex}@media (width<=980px){.products-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.products-page__grid{grid-template-columns:1fr}}.enquiry-page{padding-block:clamp(1.1rem,2.8vw,2.2rem) clamp(2rem,4vw,3.2rem)}.enquiry-page__hero{padding:clamp(1rem,3vw,1.8rem)}.enquiry-page__panel{border-radius:var(--radius-lg);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft);background:#ffffffde;padding:clamp(1rem,3vw,1.8rem)}.enquiry-page__success-overlay{z-index:50;background:#020617bf;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.enquiry-page__success-modal{border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:min(520px,100%);padding:clamp(1.5rem,4vw,2.5rem);display:flex}.enquiry-page__success-icon{background:var(--gradient-brand);color:#fff;border-radius:999px;place-items:center;width:3rem;height:3rem;margin-bottom:.5rem;font-size:1.3rem;font-weight:700;display:grid}.enquiry-page__success-modal h3{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:800}.enquiry-page__success-modal>p{color:#f8fafcb8;max-width:380px;margin:0;line-height:1.6}.enquiry-page__brochures{border-top:1px solid #ffffff1a;width:100%;margin-top:.75rem;padding-top:1.25rem}.enquiry-page__brochures-label{letter-spacing:.14em;text-transform:uppercase;color:#f8fafc80;font-size:.75rem;font-weight:700;margin:0 0 .85rem!important}.enquiry-page__brochure-buttons{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.enquiry-page__brochure-btn{color:var(--text-primary);border:1px solid #fff3;border-radius:999px;padding:.5rem 1.1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s}.enquiry-page__brochure-btn:hover{background:#ffffff14;border-color:#ffffff59}.enquiry-page__success-close{background:var(--gradient-brand);color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:999px;margin-top:.75rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:700;transition:opacity .18s}.enquiry-page__success-close:hover{opacity:.88}.enquiry-page__form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.enquiry-page__form label,.enquiry-page__form legend{color:#0f172a;letter-spacing:.03em;font-weight:700}.enquiry-page__form input,.enquiry-page__form select,.enquiry-page__form textarea{border-radius:var(--radius-sm);background:#e8eaf1;border:1px solid #0f172a40;width:100%;margin-top:.38rem;padding:.62rem .74rem}.enquiry-page__products{border-radius:var(--radius-md);border:1px solid #0f172a2e;grid-column:1/-1;padding:.7rem}.enquiry-page__products label{align-items:center;gap:.35rem;margin-top:.6rem;margin-right:1rem;font-weight:600;display:inline-flex}.enquiry-page__products input{width:auto;margin:0}.enquiry-page__form label:last-of-type{grid-column:1/-1}.enquiry-page__error{color:#b91c1c;grid-column:1/-1;margin:0;font-weight:700}.enquiry-page__form button{background:var(--gradient-brand);color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;grid-column:1/-1;justify-self:flex-start;padding:.66rem 1.12rem;font-weight:700;transition:transform .2s}.enquiry-page__form button:hover{transform:translateY(-2px)}.enquiry-page__form button:disabled{opacity:.75;cursor:not-allowed;transform:none}@media (width<=820px){.enquiry-page__form{grid-template-columns:1fr}}.news-card{border-radius:var(--radius-md);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft);background:#ffffffc2;padding:.95rem;transition:transform .25s,border-color .25s}.news-card:hover{border-color:#a855f780;transform:translateY(-4px)}.news-card__image{border-radius:calc(var(--radius-md) - .2rem);color:#0f172a;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#a855f773,#3b82f673);border:1px dashed #0f172a59;place-items:center;height:150px;font-size:.8rem;font-weight:700;display:grid}.news-card__date{letter-spacing:.07em;text-transform:uppercase;color:#334155;margin:.85rem 0 .2rem;font-size:.86rem}.news-card h3{letter-spacing:.05em;text-transform:uppercase;margin:.2rem 0 .55rem}.news-card__summary{color:#1f2937;margin:0}.news-card__link{letter-spacing:.07em;text-transform:uppercase;color:#1d4ed8;margin-top:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.news-page{padding-block:clamp(1.1rem,2.8vw,2.2rem) clamp(2rem,4vw,3.2rem)}.news-page__hero{padding:clamp(1rem,3vw,1.8rem)}.news-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}@media (width<=820px){.news-page__grid{grid-template-columns:1fr}}.app-shell{min-height:100dvh}:root{--bg-light:#eef2ff;--bg-light-alt:#e2e8f0;--bg-dark:#080b17;--surface-dark:#12172a;--surface-mid:#1a2140;--text-primary:#f8fafc;--text-dark:#0b1021;--text-muted:#cbd5e1;--accent-purple:#a855f7;--accent-blue:#3b82f6;--accent-cyan:#22d3ee;--line-soft:#0f172a24;--line-dark:#94a3b847;--gradient-brand:linear-gradient(120deg, var(--accent-purple) 0%, var(--accent-blue) 65%, var(--accent-cyan) 100%);--gradient-dark:linear-gradient(140deg, #0f1124 0%, #18153a 55%, #121b3f 100%);--radius-sm:.625rem;--radius-md:.95rem;--radius-lg:1.25rem;--shadow-soft:0 14px 36px #0f172a21;--shadow-elevated:0 20px 46px #0f172a47;--font-main:"Rajdhani", "Segoe UI", sans-serif;--spacing-page-x:clamp(1rem, 2vw, 1.5rem);--max-content:1600px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-main);color:var(--text-dark);background:#f0f2f7;line-height:1.4}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.page-shell{width:min(80%, var(--max-content));padding-inline:var(--spacing-page-x);margin:0 auto}.dark-section{border:1px solid var(--line-dark);border-radius:var(--radius-lg);background:var(--gradient-dark);color:var(--text-primary);box-shadow:var(--shadow-elevated)}.brand-chip{letter-spacing:.14em;text-transform:uppercase;color:var(--text-primary);background:var(--gradient-brand);border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.section-space{margin-top:clamp(1.5rem,4vw,3rem)}@media (prefers-reduced-motion:no-preference){.reveal{animation:.65s ease-out both riseIn}}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
