@media (max-width:1200px){.hero-section .MuiGrid-container{padding:12px 16px 0!important}}.hero-section .hero-content{flex-direction:column;align-items:flex-start;gap:20px;display:flex}@media (max-width:768px){.hero-section .hero-content{gap:12px;margin-bottom:24px;padding:0}}.hero-section .hero-content h1{color:#2b2865}@media (max-width:599px){.hero-section .hero-content h1{min-width:224px}}.hero-section .hero-content h1 .rotating-word{animation:.6s ease-in-out slideIn;display:inline-block;position:relative}.hero-section .hero-content .hero-subtitle{color:#000;max-width:552px;margin:0}@media (max-width:599px){.hero-section .hero-content .hero-subtitle{min-width:204px}}.hero-section .hero-image-container{z-index:-1;justify-content:flex-end;display:flex;position:relative}.hero-section .hero-image-container .hero-image-wrapper .hero-image{border-radius:12px;width:100%;max-width:420px;height:auto;margin:0 auto;display:flex}@media (max-width:767px){.hero-section .hero-image-container .hero-image-wrapper .hero-image{object-fit:cover;width:100%;height:210px;overflow-x:visible}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}
.products-section{background:#2b28650a}.products-section .products-header{text-align:center;margin-bottom:12px}@media (max-width:767px){.products-section .products-header{margin-bottom:20px}}.products-section .products-header h2{color:#2b2865;max-width:800px;margin:0 auto 16px;font-size:1.75rem;font-weight:300;line-height:1.2;overflow:hidden}@media (max-width:767px){.products-section .products-header h2{font-size:1.5rem;line-height:1.25}}.products-section .products-header h2 .highlight-investment{text-underline-offset:4px;font-style:italic;font-weight:700;-webkit-text-decoration:underline #2b2865;text-decoration:underline #2b2865}.products-section .products-header h2 .highlight-protection{color:#d5b360;text-underline-offset:4px;font-style:italic;font-weight:700;-webkit-text-decoration:underline #d5b360;text-decoration:underline #d5b360}.products-section .products-header .products-subtitle{color:#0009;text-align:center;margin:0;font-size:1rem;font-weight:400;line-height:1.38}@media (max-width:767px){.products-section .products-header .products-subtitle{font-size:.875rem}}.products-section .products-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@media (max-width:767px){.products-section .products-grid{gap:16px}}.products-section .products-grid .product-card{text-align:center;cursor:pointer;width:160px;height:auto;min-height:180px;color:inherit;background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:20px 16px;text-decoration:none;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 12px #2b28651a}@media (max-width:767px){.products-section .products-grid .product-card{width:calc(50% - 8px);min-width:140px;min-height:160px;padding:16px 12px}}@media (min-width:1024px){.products-section .products-grid .product-card:hover{color:#fff;background-color:#2b2865;transition:all .3s;transform:translateY(-2px);box-shadow:0 15px 20px #2b286526}.products-section .products-grid .product-card:hover .product-title,.products-section .products-grid .product-card:hover .product-title .title-main,.products-section .products-grid .product-card:hover .product-title .title-sub,.products-section .products-grid .product-card:hover .product-description{color:#fff}.products-section .products-grid .product-card:hover .product-icon img{filter:brightness(0)invert()}}.products-section .products-grid .product-card .product-icon{flex-shrink:0;margin-bottom:12px}.products-section .products-grid .product-card .product-icon img{filter:none;width:40px;height:40px;transition:filter .3s}.products-section .products-grid .product-card .product-title{color:#2b2865;margin:0 0 8px;font-size:1rem;font-weight:400;line-height:1.2;transition:color .3s}.products-section .products-grid .product-card .product-title .title-main{font-weight:600}.products-section .products-grid .product-card .product-title .title-sub{font-weight:300}.products-section .products-grid .product-card .product-description{color:#00000080;text-align:center;flex-grow:1;align-items:center;margin:0;font-size:.75rem;font-weight:400;line-height:1.33;transition:color .3s;display:flex}@media (max-width:767px){.products-section .products-grid .product-card .product-description{font-size:.6875rem}}.products-section .products-grid .product-card .card-decorations{pointer-events:none;height:32px;position:absolute;bottom:0;left:0;right:0}.products-section .products-grid .product-card .card-decorations .decoration{width:32px;height:32px;position:absolute;bottom:0}.products-section .products-grid .product-card .card-decorations .decoration:before{content:"";border:0 dashed #d5b360;border-width:1px 0 0 1px;border-top-left-radius:20px;width:100%;height:100%;position:absolute;top:0;left:0}.products-section .products-grid .product-card .card-decorations .decoration.decoration-bottom-right{right:0;transform:rotate(180deg)}.products-section .products-grid .product-card .card-decorations .decoration.decoration-bottom-left{left:0;transform:scaleY(-1)}.products-section .animate-up-words{animation:.8s ease-out slideUpFromBottom;display:inline-block}.products-section .highlight-investment .animate-up-words{-webkit-text-decoration:underline #2b2865;text-decoration:underline #2b2865}.products-section .highlight-protection .animate-up-words{-webkit-text-decoration:underline #d5b360;text-decoration:underline #d5b360}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100%)}20%{opacity:.3}to{opacity:1;transform:translateY(0)}}.products-section .rotating-word{animation:.6s ease-in-out fadeUp;display:inline-block;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeZoomIn{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.products-section .fade-zoom-in{opacity:0;animation:.3s ease-in forwards fadeZoomIn}
.video-player{border-radius:8px;outline:none;height:80vh}@media (max-width:600px){.video-player{width:90vw;height:40vh}}
.how-it-works-section{background-color:#2b2865}.section-header{margin-bottom:40px}@media (max-width:767px){.section-header{margin-bottom:0}}.section-title{color:#fff;text-align:center;margin:0}.section-title .highlight{color:#fff}.connector-grid{justify-content:center;align-items:center;display:flex}.steps-container{-webkit-backdrop-filter:blur(62px);backdrop-filter:blur(62px);background:#221f5f99;border-radius:12px;flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;position:relative}.steps-container:before{content:"";z-index:0;background:#ffffff80;border-radius:1px;width:1px;height:70%;position:absolute;top:40px;left:44px}.steps-container:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:12px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.steps-container{box-shadow:inset 0 1px 13px #ffffff1a,inset -5px 7px 6px #221f5f54}.step-item{align-items:flex-start;gap:12px;display:flex;position:relative}.step-icon{z-index:20;isolation:isolate;background:#bfbfbf;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.step-content{flex-direction:column;flex:1;gap:12px;display:flex}.step-title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:26px}.step-description{text-align:justify;color:#fff;margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:300;line-height:20px}.connector-arrow{flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:767px){.connector-arrow{transform:rotate(90deg)}}.video-container{width:100%;position:relative}@media (max-width:768px){.video-container{aspect-ratio:1}}.video-container:before{content:"";z-index:1;background-image:url(/images/icons/forward.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:26px;height:18px;position:absolute;top:50%;left:-42px;transform:translateY(-50%)}@media (max-width:899px){.video-container:before{top:-34px;left:50%;transform:translate(-50%)rotate(90deg)}}@media (max-width:767px){.video-container{max-width:100%}}.video-wrapper{cursor:pointer;background:#fff;border:1px solid #d5b360;border-radius:16px;flex-direction:column;width:100%;height:100%;padding:12px;transition:transform .3s;display:flex;position:relative;box-shadow:0 1px 4px #2b28651a}@media (min-width:1024px){.video-wrapper:hover{transform:scale(1.009)}}.video-thumbnail{object-fit:cover;border-radius:12px;flex:1;width:100%;height:100%;display:block}.play-button-overlay{background:#0003;border-radius:12px;justify-content:center;align-items:center;transition:background-color .3s;display:flex;position:absolute;inset:12px}@media (min-width:1024px){.play-button-overlay:hover{background:#0000004d}}.play-button{background:red;border-radius:8px;justify-content:center;align-items:center;width:64px;height:45px;padding-left:4px;transition:transform .3s;display:flex}@media (min-width:1024px){.play-button:hover{transform:scale(1.1)}}
.irdai-license-section{background:0 0}.irdai-container{flex-direction:column;align-items:center;gap:20px;display:flex}.license-header{justify-content:center;align-items:center;gap:20px;width:100%;margin-bottom:10px;display:flex}.license-header .header-line{opacity:.1;background:linear-gradient(90deg,#0000,#2b2865 20% 80%,#0000);flex:1;min-width:50px;height:1px}@media (max-width:599px){.license-header .header-line{min-width:30px}}.license-title{color:#2b2865;white-space:nowrap;text-align:center;margin:0;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:26px}@media (max-width:599px){.license-title{font-size:1rem;line-height:24px}}.license-details{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}@media (max-width:599px){.license-details{gap:16px}}.irdai-logo{flex-shrink:0;justify-content:center;align-items:center;display:flex}.irdai-logo img{object-fit:contain;max-width:127px;height:40px}@media (max-width:599px){.irdai-logo img{max-width:100px;height:32px}}.license-info{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}@media (min-width:600px){.license-info{text-align:left;align-items:flex-start}}.license-number{color:#000;margin:0;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:26px}@media (max-width:599px){.license-number{font-size:1rem;line-height:24px}}.license-validity{color:#000;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:22px}@media (max-width:599px){.license-validity{font-size:.875rem;line-height:20px}}
