:root{--bg-primary: #FFFFFF;--bg-secondary: #F4F7FA;--bg-tertiary: #E8EBF0;--text-primary: #333333;--text-secondary: #666666;--accent-cyan: #3636D8;--accent-blue: #3636D8;--error: #FF4D4F;--font-main: "Inter", "Noto Sans JP", sans-serif;--max-width: 1200px;--border-radius: 8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.8;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--accent-blue);text-decoration:none;transition:all .3s ease}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.3}p{color:var(--text-secondary);margin-bottom:1rem}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px;width:100%}.section{padding:100px 0;position:relative}.section-title{font-size:2.5rem;text-align:center;margin-bottom:2.5rem;color:var(--text-primary);position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.section-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,red,#ff7f00,#ff0,#0f0,#00f,indigo,#9400d3);border-radius:2px}.section-subtitle{text-align:center;font-size:1rem;color:var(--accent-blue);margin-bottom:3rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:4px;font-weight:600;font-size:1rem;transition:all .3s ease;text-align:center}.btn-primary{background-color:var(--accent-blue);color:#fff;box-shadow:0 4px 10px #3636d833}.btn-primary:hover{background-color:#2a2ab8;transform:translateY(-2px);box-shadow:0 6px 15px #3636d84d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease forwards}@media(min-width:769px){.sp-only{display:none!important}}@media(max-width:768px){.section-title{font-size:2rem}.section{padding:60px 0}.pc-only{display:none!important}}.header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background-color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000000d;height:95px}.header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,red,#ff7f00,#ff0,#0f0,#00f,indigo,#9400d3);z-index:1001}.header-logo img{height:70px;width:auto;display:block;transform:scale(2.1);transform-origin:left center;margin-left:20px}.header-actions{display:flex;align-items:center}.btn-header-cta{background-color:#007bff;color:#fff;padding:.6rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:700;font-size:.9rem;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.btn-header-cta:hover{background-color:#0056b3;transform:translateY(-1px)}@media(max-width:768px){.header{padding:.5rem 1rem}.header-logo img{height:42px;transform:translateY(0) scale(3.2);margin-left:0}.btn-header-cta{padding:.5rem .8rem;font-size:.75rem}}.hero{position:relative;padding:40px 0 0;background:#fff;overflow:hidden}.hero:before{display:none}.hero-layout{display:flex;align-items:center;justify-content:space-between;gap:60px;max-width:1400px;margin:0 auto;padding:0 40px}.hero-content{flex:1;max-width:900px;z-index:2}.hero-top-tag{display:block;color:var(--accent-blue);font-weight:700;font-size:1.3rem;margin-bottom:12px;letter-spacing:.05em;line-height:1.4}.hero-title{font-size:5rem;font-weight:800;line-height:1.15;margin-bottom:30px;color:#000;letter-spacing:-.03em}.hero-title .highlight{background:transparent;padding:0;color:#000}.text-highlight{color:#000}.nowrap-wrapper{display:inline-block;white-space:nowrap}.emphasized-text{font-size:1.15em;color:#3b55e6;letter-spacing:-.05em}.nowrap-text{display:inline-block;white-space:nowrap}.hero-description{font-size:1.2rem;color:#555;margin-bottom:40px;line-height:1.8;max-width:600px}.hero-actions{display:flex;gap:20px;align-items:center}.btn-primary{padding:18px 40px;font-size:1.1rem;font-weight:700;border-radius:6px}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:18px 40px;border-radius:6px;font-weight:700;font-size:1.1rem;transition:all .3s ease;text-align:center;background-color:#4b61dd;background-color:#3b55e6;border:1px solid #3b55e6;color:#fff}.btn-secondary:hover{background-color:#2a41c0;border-color:#2a41c0}.btn-primary{background-color:#fff;color:#3b55e6;border:2px solid #3b55e6}.btn-primary:hover{background-color:#f0f4ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b55e633}.hero-image-container{flex:1;display:flex;justify-content:center;position:relative;max-width:800px}.hero-image{width:100%;height:auto;object-fit:contain;animation:none}@media(max-width:1200px){.hero-title{font-size:4rem}.hero-top-tag{font-size:1.5rem}}@media(max-width:992px){.hero{padding:100px 0 60px}.hero-layout{flex-direction:column;text-align:center;padding:0 20px;align-items:center}.hero-content{display:contents}.hero-top-tag{order:1}.hero-title{order:2}.hero-image-container{order:3;margin-top:20px;margin-bottom:30px;max-width:100%}.hero-description{order:4}.hero-actions{order:5}.hero-title{font-size:3rem}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-image-container{margin-top:40px;max-width:90%}}@media(max-width:480px){.hero{padding:50px 0 60px}.hero-layout{gap:20px}.hero-title{font-size:7vw;margin-bottom:5px}.hero-top-tag{font-size:.9rem;margin-bottom:15px}.hero-image-container{max-width:80%;margin:0 auto 20px}.hero-description{margin-bottom:15px}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}}.company-ticker-wrapper{width:100%;overflow:hidden;background:transparent;padding:30px 0 15px;border-bottom:none;white-space:nowrap;position:relative;z-index:10}.company-ticker-track{display:inline-block;white-space:nowrap;animation:ticker-scroll 40s linear infinite;padding-left:0}.company-ticker-item{display:inline-flex;align-items:center;justify-content:center;margin:0 40px;vertical-align:middle}.ticker-logo{height:60px;width:auto;object-fit:contain;filter:none;opacity:1;transition:all .3s ease}.ticker-logo:hover{transform:scale(1.05)}.ticker-text{font-size:1.4rem;font-weight:600;color:#4a5568;font-family:Yu Mincho,YuMincho,Hiragino Mincho ProN,Hiragino Mincho Pro,HGS Mincho E,MS PMincho,MS Mincho,serif;letter-spacing:.05em;opacity:.8}.company-ticker-track{display:flex;width:max-content;animation:ticker-scroll 40s linear infinite}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.ticker-header{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:24px;padding:0 20px}.ticker-header-text{font-size:.95rem;color:#4a5568;font-weight:500;margin:0;text-align:center;white-space:normal;line-height:1.5}.laurel-icon{height:40px;width:auto}.laurel-icon.right{transform:scaleX(-1)}@media(max-width:768px){.company-ticker-wrapper{padding:16px 0 8px;margin-top:40px}.ticker-header{margin-bottom:16px}.ticker-header-text{font-size:.8rem}.laurel-icon{height:30px}.ticker-logo{height:45px}.ticker-text{font-size:1.15rem}.company-ticker-item{margin:0 30px}}.problem-section{background-color:#f6f9fc;padding:120px 0 80px;position:relative}.problem-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background-color:#fff;clip-path:polygon(0 0,100% 0,0 100%);z-index:1}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:60px}.section-description{text-align:center;font-size:1.1rem;color:var(--text-secondary);margin-bottom:60px;font-weight:500}.problem-diagram{display:flex;flex-direction:row;align-items:stretch;justify-content:center;max-width:1200px;margin:0 auto;position:relative;gap:16px}.diagram-node{background:#fff;border:1px solid #e0e0e0;border-top:4px solid #3b55e6;border-left:1px solid #e0e0e0;border-radius:8px;padding:24px 20px;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;box-shadow:0 4px 12px #00000008;transition:transform .3s ease,box-shadow .3s ease}.diagram-node:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000000f}.diagram-node.root-cause{border-top-color:#3b55e6;border-left-color:#e0e0e0}.diagram-node.critical-node{border-top-color:#ff4d4f;border-left-color:#e0e0e0;background-color:#fff5f5}.node-icon{width:56px;height:56px;display:flex;justify-content:center;align-items:center;background-color:#f0f4ff;border-radius:50%;color:#3b55e6;flex-shrink:0;margin-bottom:8px}.critical-node .node-icon{background-color:#ffccc7;color:#ff4d4f}.node-icon svg{width:28px;height:28px}.node-content{display:flex;flex-direction:column;align-items:center;width:100%}.node-content h4{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:#333;height:2.4em;display:flex;align-items:center;justify-content:center}.node-content p{font-size:.9rem;color:#666;line-height:1.5;margin:0}.diagram-arrow{width:40px;display:flex;align-items:center;justify-content:center;color:#ccc;transform:rotate(-90deg)}.diagram-arrow svg{width:32px;height:32px;opacity:.6}@media(max-width:900px){.problem-diagram{flex-direction:column;align-items:center;max-width:500px}.diagram-node{flex-direction:row;border-top:1px solid #e0e0e0;border-left:4px solid #3b55e6;text-align:left;align-items:center;padding:24px;width:100%;flex:none;box-sizing:border-box}.diagram-node.critical-node{border-left-color:#ff4d4f;border-top:1px solid #e0e0e0}.node-icon{border-radius:8px;margin-bottom:0}.node-content{align-items:flex-start}.node-content h4{height:auto;justify-content:flex-start;margin-bottom:4px}.diagram-arrow{transform:rotate(0);height:40px;width:auto}}.problem-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#eff2fe;border-radius:50%;color:#3b55e6;margin-bottom:0}.problem-icon svg{width:32px;height:32px;stroke-width:2}.problem-content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center}.problem-title{font-size:1.1rem;margin-bottom:.5rem;color:#3b55e6;font-weight:700}.problem-text{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin:0}@media(max-width:992px){.problem-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:576px){.problem-grid{grid-template-columns:1fr}.problem-card{aspect-ratio:auto;padding:30px 20px}}.cost-structure-section{background-color:#f8f9fa;padding:80px 0;position:relative;border-top:1px solid #eef0f5}.cost-structure-section .section-title{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;color:#4a5568}.cost-structure-section .section-description{text-align:center;font-size:.95rem;color:#718096;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.cost-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:stretch}.cost-table-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;flex:1;min-width:300px;max-width:500px;padding:30px;border:1px solid #e2e8f0}.cost-table-header{border-bottom:2px solid #edf2f7;padding-bottom:15px;margin-bottom:20px}.cost-table-header h4{font-size:1.25rem;color:#2d3748;margin:0;font-weight:700}.cost-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #edf2f7}.cost-row:last-child{border-bottom:none}.cost-label{font-weight:600;color:#4a5568;font-size:1rem}.cost-value{font-weight:700;color:#2b6cb0;font-size:1.1rem;text-align:right}.cost-subtext{display:block;font-size:.8rem;color:#718096;font-weight:400;margin-top:4px}.cost-visual-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;flex:1;min-width:300px;max-width:500px;padding:30px;border:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:space-between}.visual-title{font-size:1.1rem;font-weight:700;color:#2d3748;margin-bottom:25px;text-align:center}.graph-container{display:flex;justify-content:center;align-items:flex-end;height:200px;gap:20px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #cbd5e0}.bar-group{display:flex;flex-direction:column;justify-content:flex-end;width:60px;height:100%;position:relative;transition:all .3s ease}.bar-label{position:absolute;bottom:-30px;width:100%;text-align:center;font-size:.9rem;color:#4a5568;font-weight:600}.bar-box{width:100%;transition:height 1s ease-out;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700}.bar-initial{background:linear-gradient(180deg,#4299e1,#2b6cb0);border-radius:4px 4px 0 0}.bar-running{background:linear-gradient(180deg,#a0aec0,#718096);border-radius:4px 4px 0 0;margin-bottom:2px}.bar-update{background:linear-gradient(180deg,#feb2b2,#fc8181);border-radius:4px 4px 0 0;margin-bottom:2px}.bar-group .bar-running{border-radius:0}.bar-group .bar-update{border-radius:4px 4px 0 0}.bar-group:hover{transform:scale(1.05)}.total-summary{background-color:#ebf8ff;border-radius:8px;padding:15px;text-align:center;margin-top:10px}.total-text{color:#2c5282;font-weight:700;font-size:1.1rem;margin:0}.cost-warning{margin-top:40px;text-align:center;font-size:1rem;color:#e53e3e;font-weight:600;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;background:#fff5f5;padding:15px;border-radius:8px;border:1px solid #fed7d7}@media(max-width:768px){.cost-container{flex-direction:column;align-items:center}.cost-table-card,.cost-visual-card{width:100%;max-width:100%;min-width:auto;margin-top:30px}.visual-title{text-align:left;padding-left:0;margin-bottom:30px}.cost-explosion-pop{right:auto;left:50%;margin-left:-50px;top:-110px;width:100px;height:100px;font-size:.8rem}}.cost-explosion-pop{position:absolute;top:-80px;right:-115px;background:#e53e3e;color:#fff;font-weight:700;font-size:.95rem;text-align:center;width:120px;height:120px;display:flex;align-items:center;justify-content:center;line-height:1.25;z-index:10;transform:rotate(15deg);clip-path:polygon(100% 50%,85% 60%,100% 80%,75% 85%,80% 100%,60% 90%,45% 100%,40% 80%,20% 90%,25% 70%,0% 70%,15% 55%,0% 40%,20% 35%,10% 10%,40% 20%,50% 0%,65% 20%,85% 10%,80% 35%);padding:10px;filter:drop-shadow(2px 4px 6px rgba(0,0,0,.3));animation:popScale 2s infinite ease-in-out}@keyframes popScale{0%,to{transform:rotate(15deg) scale(1)}50%{transform:rotate(15deg) scale(1.1)}}.inhouse-comparison-section{background-color:#fff;padding:80px 0;width:100%}.inhouse-comparison-section .container{max-width:1000px;margin:0 auto;padding:0 20px}.inhouse-comparison-section .section-title{font-size:1.5rem;margin-bottom:3rem;text-align:center;color:#4a5568}.comparison-wrapper{display:flex;justify-content:center;gap:40px;align-items:stretch}.comparison-card{flex:1;border:1px solid #e2e8f0;border-radius:12px;padding:30px;background-color:#fcfcfc;position:relative;display:flex;flex-direction:column}.comparison-card.outsourcing{border-top:4px solid #718096}.comparison-card.inhouse{border-top:4px solid #3182ce;background-color:#ebf8ff}.card-title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:20px;color:#2d3748}.flow-diagram{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:30px;flex-grow:1}.flow-step{background:#fff;border:1px solid #cbd5e0;padding:10px 20px;border-radius:6px;font-size:.9rem;color:#4a5568;width:80%;text-align:center;position:relative}.flow-arrow{color:#cbd5e0;font-size:1.2rem}.flow-step.high-cost{border-color:#fc8181;color:#c53030;font-weight:700;background-color:#fff5f5}.flow-step.speed{border-color:#63b3ed;color:#2b6cb0;font-weight:700;background-color:#fff}.metrics-list{list-style:none;padding:20px 0 0;margin:0;border-top:1px solid #e2e8f0}.metric-item{display:flex;justify-content:space-between;margin-bottom:10px;font-size:.95rem}.metric-label{color:#718096;font-weight:500}.metric-value{font-weight:700}.metric-value.negative{color:#e53e3e}.metric-value.positive{color:#38a169}@media(max-width:768px){.comparison-wrapper{flex-direction:column}}.essence-section{background-color:#fff;padding:100px 0;overflow:hidden}.essence-layout{display:flex;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto}.section-title.essence-title{text-align:center;margin-bottom:60px}.essence-title .text-highlight{color:#3b55e6;display:inline-block;position:relative;white-space:nowrap}.essence-items{display:flex;flex-direction:column;gap:60px;width:100%}.essence-item{display:flex;align-items:center;gap:50px;padding:0 20px}.essence-item:nth-child(2n){flex-direction:row-reverse}.essence-image-container{flex:1;display:flex;justify-content:center;max-width:400px}.essence-image-icon{width:100%;height:auto;object-fit:contain;max-width:350px;filter:drop-shadow(0 15px 30px rgba(0,0,0,.08));transition:transform .3s ease}.essence-item:hover .essence-image-icon{transform:translateY(-5px)}.essence-text{flex:1}.point-number{font-size:3.5rem;font-weight:800;color:#f0f4ff;line-height:1;margin-bottom:-15px;margin-left:-5px;position:relative;z-index:-1;font-family:Inter,sans-serif;-webkit-text-stroke:1px #cbd5e0;color:transparent}.point-number:before{content:attr(data-content);position:absolute;top:0;left:0;-webkit-text-stroke:0;color:#ebf8ff;z-index:-1}.point-title{font-size:1.6rem;font-weight:700;color:#2d3748;margin-top:0;margin-bottom:16px;display:flex;align-items:center;gap:12px}.point-desc{font-size:1.05rem;line-height:1.8;color:#4a5568;margin:0}@media(max-width:768px){.essence-item{flex-direction:column!important;gap:30px;text-align:center;padding-bottom:40px;border-bottom:1px solid #f7fafc;margin-bottom:40px}.essence-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.essence-text{order:1}.essence-image-container{order:2;max-width:280px;margin:0 auto}.point-title{justify-content:center;font-size:1.4rem}.point-number{margin-bottom:-10px;font-size:3rem;margin-left:0}.essence-title{font-size:1.6rem;margin-bottom:40px}}.process-section{background-color:#f8fafc;padding:100px 0;position:relative;background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:20px 20px}.process-section .container{max-width:1100px;margin:0 auto;padding:0 20px}.process-header{text-align:center;margin-bottom:25px;position:relative;padding-bottom:15px}.process-title{font-size:1.8rem;color:#1a202c;font-weight:800;margin-bottom:16px;letter-spacing:.05em;position:relative;padding-bottom:20px}.process-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4299e1,#9f7aea,#ed64a6);border-radius:2px}.process-subtitle{font-size:1rem;color:#64748b;font-weight:500}.process-flow{display:flex;justify-content:space-between;align-items:stretch;position:relative;gap:30px}.process-flow:before{content:"";position:absolute;top:30%;left:100px;right:100px;height:3px;background:linear-gradient(90deg,#e2e8f0,#cbd5e0,#3b55e6);z-index:0;transform:translateY(-50%);display:none}.process-arrow{font-size:2rem;color:#cbd5e0;align-self:center;margin-bottom:150px}.process-step{flex:1;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.step-image-container{width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;border-radius:50%}.step-image{width:100%;height:100%;object-fit:contain;filter:none;transition:all .4s ease;mix-blend-mode:multiply}.process-step:hover .step-image{transform:scale(1.1)}.step-content{background:#fff;padding:24px;border-radius:12px;border:1px solid #edf2f7;width:100%;min-height:180px;box-shadow:0 4px 6px #00000005;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative}.step-content:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:0 10px 10px 10px;border-style:solid;border-color:transparent transparent #fff transparent;z-index:2;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.05))}.step-number-badge{position:absolute;top:-15px;left:20px;background:#3b55e6;color:#fff;font-weight:800;font-size:.9rem;padding:4px 12px;border-radius:20px;box-shadow:0 4px 6px #3b55e633}.step-title{font-size:1.15rem;font-weight:700;color:#2d3748;margin-top:10px;margin-bottom:12px;width:100%}.step-desc{font-size:.9rem;line-height:1.6;color:#718096;margin:0}@media(max-width:900px){.process-flow{flex-direction:column;gap:60px}.process-arrow{transform:rotate(90deg);margin:-40px 0;font-size:1.5rem;z-index:0}.step-image-container{width:200px;height:150px}.step-content{min-height:auto}}.monitor-section{background-color:#fff;padding:80px 0;border-top:1px solid #f7fafc}.monitor-section .container{max-width:1000px;margin:0 auto;padding:0 20px}.monitor-header{text-align:center;margin-bottom:50px}.monitor-title{font-size:1.4rem;color:#4a5568;font-weight:700;margin-bottom:25px;position:relative;padding-bottom:15px}.monitor-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4299e1,#9f7aea,#ed64a6);border-radius:2px}.monitor-desc{font-size:.9rem;color:#a0aec0}.logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.logo-item{display:flex;align-items:center;justify-content:center;height:120px;background:#fff;border:1px solid #edf2f7;border-radius:8px;padding:20px;transition:all .3s ease;overflow:hidden}.logo-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000000d}.logo-image{max-width:90%;max-height:90%;object-fit:contain;filter:none;opacity:1;transition:transform .3s ease}.logo-item:hover .logo-image{transform:scale(1.05)}.company-name-text{font-size:1.2rem;font-weight:600;color:#2d3748;text-align:center;letter-spacing:.05em;font-family:Yu Mincho,YuMincho,Hiragino Mincho ProN,Hiragino Mincho Pro,HGS Mincho E,MS PMincho,MS Mincho,serif}.monitor-footer{text-align:center;margin-top:30px}.future-note{display:inline-block;font-size:.85rem;color:#718096;background-color:#f7fafc;padding:8px 20px;border-radius:20px;border:1px dashed #cbd5e0}@media(max-width:768px){.logo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.logo-grid{grid-template-columns:repeat(1,1fr)}}.trial-section{padding:80px 0}.trial-box{background:#fff;border:1px solid #e2e8f0;padding:60px 50px;max-width:1000px;width:100%;margin:0 auto;border-radius:12px;box-shadow:0 20px 40px #0000000d}.trial-content-wrapper{display:flex;align-items:center;gap:50px;justify-content:space-between}.trial-text-content{flex:1;text-align:left}.trial-image-content{flex:1;display:flex;justify-content:center;align-items:center}.trial-img{width:100%;max-width:450px;height:auto;border-radius:8px;box-shadow:0 10px 20px #0000001a;object-fit:cover}.trial-title{font-size:2rem;margin-bottom:24px;color:#2d3748;line-height:1.3;font-weight:800}.trial-desc{font-size:1.1rem;margin-bottom:32px;color:#4a5568;line-height:1.8}.trial-check{list-style:none;padding:0;display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.trial-check li{font-size:1.05rem;font-weight:700;color:#2d3748;display:flex;align-items:center}.trial-check li:before{content:"✓";display:flex;align-items:center;justify-content:center;background:#3b55e6;color:#fff;width:24px;height:24px;border-radius:50%;margin-right:12px;font-size:.8rem;flex-shrink:0}.trial-alert{color:#e53e3e;font-weight:700;font-size:.95rem;background:#fff5f5;display:inline-block;padding:12px 20px;border-radius:6px;border:1px solid #fed7d7}@media(max-width:900px){.trial-box{padding:40px 20px}.trial-content-wrapper{flex-direction:column-reverse;flex-direction:column;text-align:center}.trial-text-content{text-align:center}.trial-check{display:inline-flex;width:fit-content;margin:0 auto 30px;align-items:flex-start}.trial-img{max-width:100%}}.curriculum-section{background-color:#f7fafc;padding:80px 0}.curriculum-section .container{max-width:1000px;margin:0 auto;padding:0 20px}.curriculum-header{text-align:center;margin-bottom:50px}.curriculum-title{font-size:1.8rem;color:#2d3748;font-weight:800;margin-bottom:25px;position:relative;padding-bottom:20px}.curriculum-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4299e1,#9f7aea,#ed64a6);border-radius:2px}.curriculum-duration{display:inline-block;background-color:#3b55e6;color:#fff;font-weight:700;padding:8px 24px;border-radius:30px;font-size:1rem;box-shadow:0 4px 10px #3b55e64d}.curriculum-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.curriculum-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #00000005;border:1px solid #edf2f7;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.curriculum-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.curriculum-number{position:absolute;top:-15px;right:-10px;font-size:5rem;font-weight:900;color:#f7fafc;z-index:0;line-height:1;font-family:Inter,sans-serif}.curriculum-content{position:relative;z-index:1}.item-title{font-size:1.25rem;color:#2d3748;font-weight:700;margin-bottom:15px;border-left:4px solid #3b55e6;padding-left:12px}.item-desc{font-size:.95rem;color:#4a5568;line-height:1.6}@media(max-width:768px){.curriculum-grid{grid-template-columns:1fr}}.main-curriculum-section{background-color:#fff;padding:80px 0;border-top:1px solid #edf2f7}.main-curriculum-section .container{max-width:800px;margin:0 auto;padding:0 20px}.main-curriculum-header{text-align:center;margin-bottom:50px}.main-curriculum-title{font-size:1.5rem;color:#2d3748;font-weight:700;margin-bottom:25px;letter-spacing:.05em;position:relative;padding-bottom:20px}.main-curriculum-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4299e1,#9f7aea,#ed64a6);border-radius:2px}.main-curriculum-desc{font-size:1rem;color:#4a5568;line-height:1.8}.curriculum-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 40px;margin-bottom:60px;padding:30px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.curriculum-item{font-size:1rem;color:#2d3748;font-weight:500;display:flex;align-items:center;padding:8px 0;border-bottom:1px dashed #e2e8f0}.curriculum-item:last-child{font-weight:700;color:#2b6cb0}.curriculum-item:before{content:"";display:inline-block;width:6px;height:6px;background-color:#cbd5e0;border-radius:50%;margin-right:12px}.main-curriculum-footer{text-align:center;padding:40px;background-color:#ebf8ff;border-radius:8px;border-left:4px solid #3182ce}.footer-copy{font-size:1.1rem;font-weight:700;color:#2c5282;line-height:1.8;margin:0}@media(max-width:600px){.curriculum-list{grid-template-columns:1fr;padding:20px}}.instructors-section{background-color:#f7fafc;padding:100px 0}.instructors-section .container{max-width:1100px;margin:0 auto;padding:0 20px}.instructors-header{text-align:center;margin-bottom:60px}.instructors-title{font-size:1.8rem;color:#2d3748;font-weight:800;margin-bottom:25px;letter-spacing:.05em;position:relative;padding-bottom:20px}.instructors-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4299e1,#9f7aea,#ed64a6);border-radius:2px}.instructors-desc{font-size:1rem;color:#718096}.instructors-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.instructor-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000008;border:1px solid #edf2f7;width:48%;min-width:320px;padding:40px;display:flex;flex-direction:column}.instructor-profile{display:flex;align-items:center;margin-bottom:30px;border-bottom:1px solid #edf2f7;padding-bottom:20px}.instructor-image{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-right:20px;border:3px solid #f7fafc;flex-shrink:0}.instructor-info{flex:1}.instructor-role{font-size:.85rem;color:#3b55e6;font-weight:700;margin-bottom:4px;display:block;text-transform:uppercase;letter-spacing:.05em}.instructor-name{font-size:1.4rem;color:#2d3748;font-weight:800;margin-bottom:2px}.instructor-name-en{font-size:.9rem;color:#a0aec0;font-weight:500}.instructor-details{margin-bottom:20px}.detail-row{margin-bottom:15px}.detail-label{font-size:.8rem;color:#718096;font-weight:700;display:block;margin-bottom:6px}.detail-content{font-size:.95rem;color:#2d3748;line-height:1.6}.instructor-bio{font-size:.9rem;color:#4a5568;line-height:1.8;margin-top:auto;white-space:pre-wrap}@media(max-width:900px){.instructors-grid{flex-direction:column;align-items:center}.instructor-card{width:100%;max-width:600px}}.trial-flow-section{background-color:#fff;padding:80px 0}.trial-flow-section .container{max-width:1000px;margin:0 auto;padding:0 20px}.trial-flow-header{text-align:center;margin-bottom:50px}.trial-flow-title{font-size:1.8rem;color:#2d3748;font-weight:800;margin-bottom:25px;position:relative;padding-bottom:20px}.trial-flow-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4299e1,#9f7aea,#ed64a6);border-radius:2px}.trial-flow-note{display:inline-block;background-color:#fffaf0;color:#c05621;border:1px solid #fbd38d;padding:8px 20px;border-radius:20px;font-weight:700;font-size:1rem}.flow-steps{display:flex;justify-content:space-between;align-items:flex-start;position:relative;gap:20px}.flow-step-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.step-circle{width:60px;height:60px;background-color:#3b55e6;color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 6px #3b55e633;position:relative}.flow-step-item:not(:last-child):after{content:"▶";position:absolute;top:30px;right:-15px;transform:translate(50%,-50%);color:#cbd5e0;font-size:1.2rem;z-index:0}.step-label{font-size:1.1rem;font-weight:700;color:#2d3748;margin-bottom:8px}.step-time{font-size:.9rem;color:#718096;background:#f7fafc;padding:4px 12px;border-radius:12px;display:inline-block}@media(max-width:768px){.flow-steps{flex-direction:column;align-items:center;gap:40px}.flow-step-item{width:100%;max-width:300px}.flow-step-item:not(:last-child):after{content:"▼";top:auto;bottom:-25px;right:50%;transform:translate(50%)}}.cta-interim-section{padding:60px 0;background-color:transparent;text-align:center}.cta-interim-container{max-width:800px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}.cta-interim-text{font-size:1.2rem;color:#2d3748;margin-bottom:25px;font-weight:700}.cta-button{display:inline-block;background:linear-gradient(135deg,#3b55e6,#2980b9);color:#fff;padding:16px 40px;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;box-shadow:0 10px 20px #3b55e64d;transition:transform .3s ease,box-shadow .3s ease;border:none;cursor:pointer}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 25px #3b55e666}.cta-button:after{content:"→";margin-left:10px;font-weight:800}.reason-section{text-align:center;background-color:var(--bg-primary)}.reason-main{font-size:1.5rem;margin-bottom:40px;line-height:1.6;color:var(--text-primary)}.reason-grid{display:flex;justify-content:center;align-items:center;gap:30px;margin-bottom:40px;flex-wrap:nowrap;max-width:800px;margin-left:auto;margin-right:auto}@media(max-width:500px){.reason-grid{flex-wrap:wrap;gap:15px;max-width:300px}}.reason-item{width:100px;height:100px;background:#eff2fe;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.1rem;color:#3b55e6;box-shadow:0 4px 10px #3b55e626;transition:transform .3s ease}.reason-item:hover{transform:translateY(-5px)}.reason-sub{color:var(--text-secondary);font-size:1rem}.filter-section{background-color:var(--bg-tertiary);text-align:center}.filter-list{display:flex;flex-direction:column;gap:16px;max-width:600px;margin:0 auto 40px}.filter-item{background:var(--bg-primary);padding:16px 24px;border-radius:8px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;border-left:4px solid var(--accent-cyan)}.filter-item .check{color:var(--accent-cyan);font-weight:800;margin-right:16px;font-size:1.2rem}.filter-ng{display:inline-flex;align-items:center;color:var(--text-secondary);font-size:.9rem}.filter-ng span{display:inline-block;background:#333;color:#aaa;font-size:.8rem;padding:4px 8px;border-radius:4px;margin-right:12px;font-weight:700}.form-section{background-color:var(--bg-primary);padding-bottom:120px}.form-container{max-width:700px;margin:0 auto;background:var(--bg-secondary);padding:60px;border-radius:12px;border:1px solid rgba(255,255,255,.05);box-shadow:0 20px 60px #0006}.form-title{text-align:center;margin-bottom:40px;font-size:1.8rem}.form-title .badge{display:inline-block;background:var(--accent-cyan);color:var(--bg-primary);font-size:.9rem;padding:4px 12px;border-radius:4px;margin-bottom:12px;vertical-align:middle}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.required{background:var(--error);color:#fff;font-size:.7rem;padding:2px 6px;border-radius:2px;margin-left:8px;vertical-align:middle}.form-group input,.form-group select{width:100%;padding:14px;background:var(--bg-primary);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-primary);font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--accent-cyan)}.form-submit{width:100%;margin-top:20px;padding:18px;font-size:1.2rem}.select-wrapper{position:relative}.form-disclaimers{background-color:#f7fafc;border:1px solid #e2e8f0;padding:20px;border-radius:8px;margin-top:30px;margin-bottom:30px}.disclaimer-title{font-size:.95rem;color:#4a5568;margin-bottom:8px;font-weight:700}.disclaimer-text{font-size:.85rem;color:#718096;line-height:1.6;margin-bottom:15px}.disclaimer-text:last-child{margin-bottom:0}@media(max-width:768px){.form-container{padding:30px 20px}}.footer{background-color:#020c1b;padding:60px 0 40px;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.footer-brand{margin-bottom:25px;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-logo-img{height:80px;width:auto;margin-bottom:15px}.footer-service-name{font-size:1.2rem;color:#e2e8f0;font-weight:700;letter-spacing:.05em}.footer-tagline{color:var(--text-secondary);margin-bottom:24px}.footer-note{font-size:.9rem;color:var(--text-secondary);opacity:.7;margin-bottom:30px}.footer-links{display:flex;justify-content:center;gap:30px;margin-bottom:30px;flex-wrap:wrap}.footer-link{color:#a8b2d1;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-link:hover{color:#fff;text-decoration:underline}.footer-copyright{color:#555;font-size:.8rem}@media(max-width:768px){.footer{padding-bottom:120px}.footer-links{flex-direction:column;gap:15px}}.floating-banner{position:fixed;bottom:0;left:0;width:100%;background-color:#1e1e1e80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1rem 2rem;box-shadow:0 -4px 20px #0003;display:flex;justify-content:center;align-items:center;z-index:9999;transform:translateY(100%);animation:slideUp .5s ease-out forwards;animation-delay:2s}.floating-banner-content{display:flex;align-items:center;justify-content:center;gap:2rem;width:100%;max-width:1200px}.floating-banner-text{font-weight:700;font-size:1.1rem;color:#fff;margin:0}.btn-floating-cta{background-color:#007bff;color:#fff;padding:.8rem 3rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #007bff4d;white-space:nowrap}.btn-floating-cta:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 6px 20px #007bff66}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:768px){.floating-banner{padding:1rem}.floating-banner-content{flex-direction:column;gap:.8rem}.floating-banner-text{font-size:.9rem;text-align:center}.btn-floating-cta{width:100%;text-align:center;padding:.7rem 1rem;font-size:1rem}}.thanks-section{min-height:80vh;display:flex;justify-content:center;align-items:center;background-color:#f7fafc;padding:100px 20px}.thanks-container{background:#fff;max-width:800px;width:100%;padding:60px;border-radius:12px;box-shadow:0 10px 30px #0000000d;text-align:center}.thanks-title{font-size:2rem;color:#2d3748;margin-bottom:30px;font-weight:800}.thanks-message{font-size:1.1rem;color:#4a5568;line-height:1.8;margin-bottom:40px}.thanks-flow{background:#ebf8ff;padding:30px;border-radius:8px;text-align:left;margin-bottom:40px}.flow-title{font-size:1.2rem;font-weight:700;color:#2b6cb0;margin-bottom:20px;border-bottom:2px solid #bee3f8;padding-bottom:10px}.flow-list{list-style:none;padding:0;margin:0}.flow-list li{font-size:1rem;color:#2d3748;margin-bottom:12px;padding-left:20px;position:relative;font-weight:500}.flow-list li:before{content:counter(step) ". ";counter-increment:step;font-weight:800;color:#3b55e6;margin-right:5px;position:absolute;left:0}.flow-list{counter-reset:step}.thanks-note{font-size:1rem;color:#2d3748;line-height:1.8;background:#f7fafc;padding:20px;border:1px solid #edf2f7;border-radius:8px;margin-bottom:40px}.back-button{display:inline-block;padding:14px 40px;background:#3b55e6;color:#fff;border-radius:30px;font-weight:700;text-decoration:none;transition:all .3s ease}.back-button:hover{background:#2c3e50;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:600px){.thanks-container{padding:40px 20px}}.privacy-policy-page{background-color:#f7fafc;min-height:100vh;display:flex;flex-direction:column}.privacy-header{background-color:#fff;padding:1rem 2rem;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;justify-content:center}.privacy-logo{height:40px;width:auto;transition:opacity .3s;transform:scale(2.5)}.privacy-logo:hover{opacity:.8}.privacy-content{flex:1;max-width:800px;width:100%;margin:40px auto;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #00000005}.privacy-title{font-size:2rem;text-align:center;margin-bottom:40px;color:#2d3748;font-weight:700}.privacy-preamble{margin-bottom:40px;color:#4a5568;line-height:1.8}.privacy-section{margin-bottom:40px}.privacy-section-title{font-size:1.25rem;color:#2d3748;border-left:4px solid #3b55e6;padding-left:15px;margin-bottom:20px;font-weight:700}.privacy-text{font-size:1rem;color:#4a5568;line-height:1.8}.privacy-list{margin:10px 0;padding-left:20px;list-style-type:disc;color:#4a5568}.privacy-list li{margin-bottom:8px;line-height:1.6}.privacy-footer{padding:20px;text-align:center;background-color:#fff;border-top:1px solid #e2e8f0;margin-top:auto}.privacy-footer-copy{color:#718096;font-size:.85rem}@media(max-width:768px){.privacy-content{margin:0;padding:30px 20px;box-shadow:none;border-radius:0}.privacy-title{font-size:1.5rem;margin-bottom:30px}.privacy-section-title{font-size:1.1rem}}.terms-page{background-color:#f7fafc;min-height:100vh;display:flex;flex-direction:column}.terms-header{background-color:#fff;padding:1rem 2rem;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;justify-content:center}.terms-logo{height:40px;width:auto;transition:opacity .3s;transform:scale(2.5)}.terms-logo:hover{opacity:.8}.terms-content{flex:1;max-width:800px;width:100%;margin:40px auto;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #00000005}.terms-title{font-size:2rem;text-align:center;margin-bottom:40px;color:#2d3748;font-weight:700}.terms-preamble{margin-bottom:40px;color:#4a5568;line-height:1.8}.terms-section{margin-bottom:40px}.terms-section-title{font-size:1.25rem;color:#2d3748;border-left:4px solid #3b55e6;padding-left:15px;margin-bottom:20px;font-weight:700}.terms-text{font-size:1rem;color:#4a5568;line-height:1.8}.terms-list{margin:10px 0;padding-left:20px;list-style-type:disc;color:#4a5568}.terms-list li{margin-bottom:8px;line-height:1.6}.terms-footer{padding:20px;text-align:center;background-color:#fff;border-top:1px solid #e2e8f0;margin-top:auto}.terms-footer-copy{color:#718096;font-size:.85rem}@media(max-width:768px){.terms-content{margin:0;padding:30px 20px;box-shadow:none;border-radius:0}.terms-title{font-size:1.5rem;margin-bottom:30px}.terms-section-title{font-size:1.1rem}}
