.cu-main-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 20px;scroll-margin-top:80px}.cu-content-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;opacity:0;transform:translateY(30px);animation:cuFadeInUp .8s ease-out .2s forwards}.cu-header-section{text-align:center;margin-bottom:60px}.cu-main-title{font-weight:900;margin:0 0 10px;text-align:center;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:60px}.cu-image-container{display:flex;align-items:center;justify-content:center;gap:13px;margin-bottom:10px}.cu-header-icon{border-radius:8px}.cu-title-underline{width:96px;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);margin:0 auto 24px;border-radius:2px;display:none}.cu-subtitle-text{font-size:1.1rem;line-height:1.7;color:#000000;margin-bottom:32px;text-align:center}.cu-forms-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}.cu-form-container{background:white;border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.08);border:2px solid #e2e8f0;min-height:700px;cursor:pointer;transition:all .3s ease;overflow:hidden}.cu-form-container:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.cu-form-container.cu-active{border-color:#3b82f6;box-shadow:0 20px 40px rgba(59,130,246,.15);cursor:default}.cu-form-container.cu-inactive{border-color:#e2e8f0}.cu-form-container.cu-inactive:hover{border-color:#cbd5e0}.cu-form-section{margin-bottom:0;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.cu-form-section:last-of-type{border-bottom:none;margin-bottom:20px}.cu-section-title{color:#1a202c;font-size:1.1rem;font-weight:600;margin:0 0 15px;padding-bottom:8px;border-bottom:2px solid #3b82f6;display:inline-block}.cu-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.cu-form-content{padding:40px;height:100%;display:flex;flex-direction:column}.cu-form-header{margin-bottom:30px;text-align:center}.cu-form-header h2{color:#1a202c;margin:0;font-size:1.5rem;font-weight:700}.cu-contest-form,.cu-query-form{display:flex;flex-direction:column;gap:20px;flex:1}.cu-form-group{display:flex;flex-direction:column;gap:8px}.cu-form-group label{color:#1a202c;font-weight:600;font-size:.95rem}.cu-form-group input,.cu-form-group select,.cu-form-group textarea{padding:12px 15px;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:all .3s ease;background:#f8fafc}.cu-form-group input:focus,.cu-form-group select:focus,.cu-form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.1);background:white;transform:translateY(-2px)}.cu-form-group textarea{resize:vertical;min-height:100px}.cu-form-group select option{padding:8px;background:white;color:#1a202c}.cu-submit-btn{background:#f47220;color:white;padding:12px 25px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto;box-shadow:0 4px 15px rgba(244,114,32,.3)}.cu-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(244,114,32,.4)}.cu-submit-btn:disabled{background:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.cu-submit-btn.cu-submitting{background:#a0aec0}.cu-success-message{background:linear-gradient(135deg,#10b981,#059669);color:white;padding:12px 20px;border-radius:12px;text-align:center;font-weight:600;margin-top:15px;box-shadow:0 4px 15px rgba(16,185,129,.3)}.cu-form-placeholder{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.cu-placeholder-content{text-align:center;opacity:.7;transition:all .3s ease}.cu-form-container.cu-inactive:hover .cu-placeholder-content{opacity:1;transform:translateY(-5px)}.cu-placeholder-icon{font-size:4rem;margin-bottom:20px}.cu-placeholder-content h3{color:#1a202c;font-size:1.5rem;font-weight:700;margin:0 0 10px}.cu-placeholder-content p{color:#4a5568;font-size:1rem;margin:0;line-height:1.5}@keyframes cuFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.cu-form-content{padding:30px}.cu-form-header h2{font-size:1rem}.cu-form-placeholder{padding:30px}}@media (max-width:768px){.cu-main-container{padding:60px 20px}.cu-form-header h2{font-size:1rem}.cu-main-title{font-size:2.5rem}.cu-subtitle-text{font-size:1.1rem}.cu-forms-grid{grid-template-columns:1fr;gap:20px}.cu-form-container{min-height:500px}.cu-form-content,.cu-form-placeholder{padding:25px}.cu-form-row{grid-template-columns:1fr;gap:15px}.cu-section-title{font-size:1rem}}@media (max-width:480px){.cu-main-container{padding:40px 15px}.cu-form-header h2{font-size:1rem}.cu-content-wrapper{padding:0 10px}.cu-main-title{font-size:2rem}.cu-subtitle-text{font-size:1rem}.cu-form-content,.cu-form-placeholder{padding:20px}.cu-placeholder-icon{font-size:3rem}.cu-placeholder-content h3{font-size:1.3rem}.cu-placeholder-content p{font-size:.9rem}.cu-form-group input,.cu-form-group textarea{padding:10px 12px;font-size:.9rem}.cu-submit-btn{padding:10px 20px;font-size:.95rem}.cu-form-section{margin-bottom:25px;padding-bottom:15px}.cu-section-title{font-size:.95rem;margin-bottom:12px}}.about-container{min-height:100vh;background:var(--background-gradient);line-height:1.6;color:var(--text-primary);overflow-x:hidden}.hero-section{padding:40px 20px 20px;text-align:center;background:var(--background-primary);opacity:0;transform:translateY(30px);transition:all .8s ease-out}.hero-section.fade-in{opacity:1;transform:translateY(0)}.hero-content{max-width:800px;margin:0 auto}.gradient-text{font-weight:900;margin:0 0 10px;text-align:center;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(2rem,6vw,3.8rem)}.content-section{background:var(--background-primary)}.content-wrapper{margin:0 auto}.intro-content{text-align:left;padding:0 16%}.about-us-intro-text,.description-text,.description-text-1,.description-text-2,.features-list li,.features-title,.highlight-box p,.powered-by p{font-size:111%;line-height:1.6;margin-bottom:20px;font-weight:500;color:#000000;text-align:left;word-break:break-word}.description-text{font-weight:600;color:var(--primary-color)}.highlight-box{background:#f8f8f8;border-left:4px solid var(--primary-color);padding:20px;margin:25px 0;border-radius:var(--border-radius)}.features-list{list-style:none;padding-left:0;margin:0 0 20px}.features-list li{position:relative;color:#665e5e;font-weight:500;line-height:1.5;margin-bottom:12px;padding-left:28px}.features-list li:before{content:"•";color:var(--secondary-color);font-weight:700;position:absolute;left:8px;top:0;font-size:1.3rem;line-height:1.2}.powered-by strong{color:var(--primary-color);font-weight:700}.feature-table{margin:50px 0 40px;width:100%;background-color:var(--primary-color);padding:3% 17%}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-cell{text-align:center;padding:25px 15px;background:#ffffff26;border-radius:var(--border-radius);box-shadow:var(--shadow-light);display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.feature-cell:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.feature-cell h3{font-size:2.2rem;font-weight:800;color:white;margin-bottom:12px}.feature-cell p{font-size:1rem;color:white;line-height:1.5;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease-out forwards}@media (max-width:1024px){.feature-row{grid-template-columns:repeat(2,1fr);gap:15px}.intro-content{padding:0 10%}}@media (max-width:768px){.intro-content{padding:0 8%}.about-us-intro-text,.description-text,.description-text-1,.description-text-2,.features-list li,.features-title,.highlight-box p,.powered-by p{font-size:95%;line-height:1.45;text-align:left}.hero-section{padding:30px 15px 15px}.content-section{padding:15px 15px 40px}.highlight-box{padding:18px;margin:20px 0}.features-list li{padding-left:20px}.feature-row{grid-template-columns:1fr;gap:15px}.feature-cell{padding:20px 15px}.feature-cell h3{font-size:2rem}}@media (max-width:480px){.hero-section{padding:25px 10px 10px}.content-section{padding:10px 10px 30px}.intro-content{padding:0 5%}.about-us-intro-text,.description-text,.description-text-1,.description-text-2,.features-list li,.features-title,.highlight-box p,.powered-by p{font-size:90%;line-height:1.45;text-align:left}.highlight-box{padding:15px;margin:15px 0}.features-list li{padding-left:18px}.feature-cell{padding:15px 10px}.feature-cell h3{font-size:1.6rem}.feature-cell p{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.scroll-to-top-button{position:fixed;bottom:30px;right:30px;width:55px;height:55px;background:linear-gradient(135deg,#ff7f50,#ff4500);color:white;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.3);transition:all .3s ease,transform .2s ease-in-out;z-index:1000;backdrop-filter:blur(4px)}.scroll-to-top-button:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 22px rgba(0,0,0,.4);background:linear-gradient(135deg,#ff6347,#ff2e00)}.scroll-to-top-tooltip{position:absolute;bottom:65px;background:rgba(0,0,0,.75);color:#fff;padding:5px 12px;font-size:12px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;white-space:nowrap;transform:translateY(10px)}.scroll-to-top-button:hover .scroll-to-top-tooltip{opacity:1;transform:translateY(0)}.scroll-to-top-button{animation:fadeInUp .5s ease forwards;opacity:0}.scroll-to-top-button.show{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.homepage-quote-line{margin-top:40px;text-align:center;color:white;font-size:14px;line-height:1.6;padding:0 20px;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2;opacity:.9}.homepage-banner-main-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden;color:white;padding:100px 20px 60px}.homepage-banner-background{position:absolute;inset:0;z-index:1}.homepage-banner-background:after{content:"";position:absolute;inset:0;background:var(--dark-overlay)}.homepage-banner-content-container{position:relative;z-index:2;display:flex;width:100%;max-width:1200px;margin:0 auto;padding:0 40px;align-items:center;gap:60px}.homepage-banner-left-column{flex:1;display:flex;flex-direction:column;gap:25px}.homepage-banner-subtitle{font-size:1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:15px;position:relative;padding-left:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homepage-banner-subtitle:before{content:"";position:absolute;left:0;top:50%;width:40px;height:2px;background:var(--primary-color)}.homepage-banner-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.homepage-banner-title span{display:block}.homepage-animated-text-container{margin:25px 0}.homepage-animated-text-button{background:#f47220;border:none;border-radius:16px;padding:16px 28px;box-shadow:0 8px 25px rgba(0,0,0,.35);min-width:180px;height:60px;display:flex;align-items:center;justify-content:center;width:70%;color:#fff;margin:0 auto}.homepage-animated-text{font-size:1.8rem;font-weight:700;color:white;letter-spacing:2px;transition:opacity .5s ease,transform .5s ease}.fade-in{opacity:1;transform:translateY(0)}.fade-out{opacity:0;transform:translateY(-10px)}.homepage-get-app-text{font-size:1.3rem;font-weight:500;color:rgba(255,255,255,.9);margin:25px 0 15px}.homepage-app-store-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}.homepage-app-store-button{display:inline-flex;cursor:pointer;border-radius:12px;overflow:hidden;width:38%;transition:all .3s ease}.homepage-app-store-button:hover{transform:translateY(-3px)}.app-store-image{width:100%;height:auto;object-fit:contain}.homepage-banner-image-wrapper{flex:1;height:650px}.homepage-banner-image-wrapper,.homepage-phones-container{position:relative;display:flex;align-items:center;justify-content:center}.homepage-phones-container{width:100%;height:100%}.homepage-iphone-frame{position:absolute;width:300px;height:600px;background:linear-gradient(145deg,#f8f9fa,#e9ecef);border-radius:20px;padding:8px;box-shadow:0 0 0 2px #ddd,0 0 0 4px #ccc,0 30px 60px rgba(0,0,0,.25)}.homepage-phone-1{z-index:3;left:-30px}.homepage-phone-2{z-index:2;right:-30px;opacity:.9}.homepage-iphone-screen{width:100%;height:100%;border-radius:12px;object-fit:cover;background:#000}.homepage-download-section{background:var(--primary-color);padding:80px 20px;display:flex;justify-content:center;text-align:center;color:white}.homepage-download-container{max-width:900px;width:100%;display:flex;flex-direction:column;gap:25px;align-items:center}.homepage-download-title{font-size:2rem;font-weight:700;margin-bottom:15px}.homepage-download-description{font-size:1.2rem;font-weight:500;margin-bottom:30px}.homepage-download-buttons-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.homepage-download-button{display:inline-flex;cursor:pointer;transition:transform .3s ease}.homepage-download-button:hover{transform:translateY(-3px)}.download-image{width:180px;height:70px;object-fit:contain}@media (max-width:1024px){.homepage-banner-content-container{flex-direction:column;text-align:center;gap:50px;padding:0 20px}.homepage-banner-left-column{align-items:center}.homepage-app-store-buttons{justify-content:center}.homepage-banner-image-wrapper{height:450px}.homepage-iphone-frame{position:relative;width:220px;height:450px;margin:0 auto}.homepage-phone-1,.homepage-phone-2{position:relative;left:auto;right:auto;transform:none;margin:0 10px}.homepage-download-section{padding:60px 20px}.homepage-download-title{font-size:1.8rem}.homepage-download-description{font-size:1rem}.download-image{width:160px;height:60px}}@media (max-width:768px){.homepage-banner-subtitle{font-size:.95rem;white-space:nowrap}.homepage-banner-title{font-size:1.8rem}.homepage-animated-text-button{width:100%;max-width:250px;height:55px;border-radius:14px}.homepage-animated-text{font-size:1.4rem}.homepage-app-store-button{width:45%;max-width:150px;border-radius:10px}.homepage-banner-image-wrapper{height:auto;flex-direction:column;display:flex;gap:20px}.homepage-iphone-frame{width:160px;height:320px;border-radius:16px}.homepage-iphone-screen{border-radius:10px}.homepage-quote-line{font-size:12px;margin-top:30px}}@media (max-width:480px){.homepage-banner-subtitle{font-size:.85rem;white-space:nowrap}.homepage-banner-title{font-size:1.5rem}.homepage-animated-text-button{height:50px;max-width:220px;border-radius:12px}.homepage-animated-text{font-size:1.2rem}.homepage-app-store-button{max-width:130px;border-radius:8px}.homepage-iphone-frame{width:130px;height:260px;border-radius:12px}.homepage-iphone-screen{border-radius:8px}.homepage-quote-line{font-size:11px}.homepage-download-title{font-size:1.5rem}.homepage-download-description{font-size:.95rem}.download-image{width:140px;height:55px}}.accordion{width:100%;max-width:800px;margin:0 auto}.accordion-item{margin-bottom:10px;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);border:1px solid #e0e0e0;transition:all .3s ease}.accordion-item:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.accordion-header{width:100%;padding:16px 20px;background-color:#f8f9fa;border:none;outline:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.accordion-header.active,.accordion-header:hover{background-color:#e9ecef}.accordion-title{font-size:18px;color:#333;font-weight:500;transition:color .3s ease}.accordion-header.active .accordion-title{color:#000;font-weight:600}.accordion-icon{display:flex;align-items:center;justify-content:center;color:#555;transition:transform .3s ease}.accordion-icon.open{transform:rotate(180deg)}.accordion-icon svg{transition:stroke .3s ease}.accordion-header:hover .accordion-icon svg{stroke:#333}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);background-color:white}.accordion-content.open{max-height:500px;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.accordion-body{padding:20px;color:#555;line-height:1.6;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.accordion-content.open .accordion-body{opacity:1;transform:translateY(0);transition:opacity .3s ease .2s,transform .3s ease .2s}.faq-main-parent-container{max-width:1200px;margin:0 auto;padding:80px 20px}.faq-title{font-weight:900;margin:0 0 24px;text-align:center;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:60px;line-height:1.2}.loading-spinner{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.error-message{text-align:center;padding:2rem;color:#e74c3c;background-color:#fde8e8;border-radius:8px;margin:1rem 0}@media (max-width:1024px){.faq-main-parent-container{padding:60px 16px}.faq-title{font-size:42px}}@media (max-width:768px){.faq-main-parent-container{padding:50px 16px}.faq-title{font-size:32px}}@media (max-width:480px){.faq-main-parent-container{padding:40px 12px}.faq-title{font-size:26px}}.hiw-section{padding:80px 0;background:linear-gradient(135deg,#e8edf3,#f1f5f9);min-height:auto;position:relative;scroll-margin-top:80px;overflow-x:hidden}.hiw-container{margin:0 auto;padding:0 16%;max-width:1740px;width:100%;box-sizing:border-box}.hiw-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(30px);animation:hiwFadeInUp .8s ease-out .2s forwards}.hiw-main-title{font-weight:900;margin:0 0 10px;text-align:center;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:60px}.hiw-title-underline{width:96px;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);margin:0 auto 24px;border-radius:2px;display:none}.hiw-subtitle{font-size:1.1rem;line-height:1.7;color:#000000;margin-bottom:32px;text-align:center}.hiw-steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;margin-top:40px;justify-content:center}.hiw-step-card{display:flex;flex-direction:column;align-items:center;position:relative;opacity:0;transform:translateY(40px);animation:hiwFadeInUp .8s ease-out forwards}.hiw-step-card:first-child{animation-delay:.3s}.hiw-step-card:nth-child(2){animation-delay:.4s}.hiw-step-card:nth-child(3){animation-delay:.5s}.hiw-step-card:nth-child(4){animation-delay:.6s}.hiw-step-card:nth-child(5){animation-delay:.7s}.hiw-step-number{width:50px;height:50px;background:#263064;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(38,48,100,.4);border:4px solid white;margin-bottom:25px;position:relative;z-index:2}.hiw-step-number span{color:white;font-weight:800;font-size:1.2rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.iphone-mockup{position:relative;width:180px;height:365px;background:#000;border-radius:34px;padding:8px;box-shadow:0 15px 40px rgba(0,0,0,.25),inset 0 0 0 3px #333,inset 0 0 0 5px #666;margin-bottom:25px;transform:perspective(1000px) rotateY(0deg) rotateX(0deg);transition:all .4s ease}.hiw-step-card:hover .iphone-mockup{transform:perspective(1000px) rotateY(5deg) rotateX(5deg);box-shadow:0 25px 60px rgba(0,0,0,.35),inset 0 0 0 3px #333,inset 0 0 0 5px #666}.iphone-notch{position:absolute;top:7px;left:50%;transform:translateX(-50%);background:#000;border-radius:0 0 10px 10px;z-index:10;box-shadow:inset 0 -2px 4px rgba(255,255,255,.1)}.iphone-screen{position:relative;width:100%;background:white;border-radius:28px;overflow:hidden}.iphone-image-container,.iphone-screen{height:100%;display:flex;align-items:center;justify-content:center}.iphone-image-container{width:101%}.iphone-image{width:101%!important;height:auto!important;object-fit:cover;border-radius:6px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.iphone-frame{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;border-radius:34px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.1)}.hiw-step-content{text-align:center;padding:0 10px}.hiw-step-title{font-size:1.2rem;font-weight:700;color:#1a202c;margin-bottom:12px;transition:color .3s ease}.hiw-step-card:hover .hiw-step-title{color:#263064}.hiw-step-description{color:#4a5568;line-height:1.6;margin:0;font-size:.9rem}@keyframes hiwFadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1440px){.hiw-container{padding:0 10%}.hiw-steps-grid{gap:25px}.iphone-mockup{width:170px;height:345px}}@media (max-width:1280px){.hiw-container{padding:0 8%}.hiw-steps-grid{grid-template-columns:repeat(4,1fr);gap:30px}.iphone-mockup{width:190px;height:385px}.hiw-step-content{padding:0 15px}.hiw-step-title{font-size:1.25rem}.hiw-step-description{font-size:.95rem}}@media (max-width:1024px){.hiw-container{padding:0 5%}.hiw-steps-grid{grid-template-columns:repeat(4,1fr);gap:25px}.iphone-mockup{width:180px;height:365px}.hiw-step-number{width:46px;height:46px;margin-bottom:20px}.hiw-step-number span{font-size:1.1rem}}@media (max-width:900px){.hiw-steps-grid{grid-template-columns:repeat(2,1fr);gap:30px}.iphone-mockup{width:200px;height:405px}}@media (max-width:768px){.hiw-section{padding:60px 0}.hiw-container{padding:0 5%}.hiw-main-title{font-size:2.2rem}.hiw-subtitle{font-size:1.05rem}.hiw-header{margin-bottom:50px}.hiw-steps-grid{gap:25px;padding:0 10px}.iphone-mockup{width:180px;height:365px;border-radius:28px}.iphone-notch{width:70px;height:16px;border-radius:0 0 8px 8px}.iphone-screen{border-radius:22px}.hiw-step-content{padding:0 10px}.hiw-step-title{font-size:1.15rem}.hiw-step-description{font-size:.9rem}}@media (max-width:640px){.hiw-container{padding:0 4%}.hiw-steps-grid{grid-template-columns:repeat(2,1fr);gap:20px}.iphone-mockup{width:160px;height:325px}}@media (max-width:480px){.hiw-container{padding:0 15px}.hiw-main-title{font-size:1.8rem}.hiw-subtitle{font-size:.95rem}.hiw-steps-grid{gap:15px}.iphone-mockup{width:140px;height:285px;border-radius:24px}.iphone-notch{width:60px;height:14px;border-radius:0 0 6px 6px}.iphone-screen{border-radius:18px}.hiw-step-number{width:40px;height:40px;margin-bottom:15px}.hiw-step-number span{font-size:1rem}.hiw-step-title{font-size:1.05rem;margin-bottom:8px}.hiw-step-description{font-size:.85rem;line-height:1.5}}@media (max-width:360px){.hiw-steps-grid{grid-template-columns:1fr}.hiw-step-card{margin-bottom:30px}}@media (max-width:1280px){.hiw-step-card:not(:last-child):after{display:none}}@media print{.hiw-section{background:white;padding:40px 0}.hiw-steps-grid{grid-template-columns:repeat(2,1fr)}.iphone-mockup{box-shadow:none;border:2px solid #ccc}}