

        #otomo-dd075cct-page,
#otomo-dd075cct-page * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        #otomo-dd075cct-page {
            font-family: "Roboto", sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }

        /* Global Container */
        #otomo-dd075cct-page .container {
            width: 92%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* Header Section */
        #otomo-dd075cct-page .otomo-page-header {
            background-color: #0a2463;
            color: #fff;
            padding: 1.2rem 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        #otomo-dd075cct-page .header-wrap {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #otomo-dd075cct-page .logo h1 {
            font-size: 1.8rem;
            font-weight: 700;
        }

        #otomo-dd075cct-page .logo p {
            font-size: 0.9rem;
            opacity: 0.85;
        }

        #otomo-dd075cct-page .contact-top a {
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
            padding: 0.6rem 1.2rem;
            background-color: #3e92cc;
            border-radius: 4px;
            transition: background 0.3s ease;
        }

        #otomo-dd075cct-page .contact-top a:hover {
            background-color: #2d7cb0;
        }

        /* Hero Banner Section (Core Product Display) */
        #otomo-dd075cct-page .hero {
            background: linear-gradient(rgba(10, 36, 99, 0.85), rgba(10, 36, 99, 0.85)), url("//ueeshop.ly200-cdn.com/u_file/UPBG/UPBG824/2606/24/photo/DD075CCT1.png") center/cover no-repeat;
            color: #fff;
            padding: 4rem 0;
            text-align: center;
        }

        #otomo-dd075cct-page .hero h2 {
            font-size: 2.4rem;
            margin-bottom: 1rem;
        }

        #otomo-dd075cct-page .hero p {
            font-size: 1.1rem;
            max-width: 800px;
            margin: 0 auto 2rem;
            opacity: 0.95;
        }

        /* Common Section Style */
        #otomo-dd075cct-page section {
            padding: 3.5rem 0;
        }

        #otomo-dd075cct-page .section-title {
            text-align: center;
            margin-bottom: 2.5rem;
        }

        #otomo-dd075cct-page .section-title h3 {
            font-size: 2rem;
            color: #0a2463;
            margin-bottom: 0.6rem;
        }

        #otomo-dd075cct-page .section-title .line {
            width: 80px;
            height: 3px;
            background-color: #3e92cc;
            margin: 0 auto;
        }

        /* Integrated Features Section */
        #otomo-dd075cct-page .features {
            background: #f8f9fa;
        }

        #otomo-dd075cct-page .features-grid {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 1.4rem;
            align-items: stretch;
        }

        #otomo-dd075cct-page .feature-card {
            background-color: #fff;
            padding: 2rem 1.25rem 1.8rem;
            border-radius: 12px;
            box-shadow: 0 8px 26px rgba(10,36,99,0.08);
            border: 1px solid #e9eef6;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
            min-height: 255px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

        #otomo-dd075cct-page .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(10,36,99,0.13);
            border-color: rgba(62,146,204,0.35);
        }

        #otomo-dd075cct-page .feature-icon {
            width: 58px;
            height: 58px;
            border-radius: 18px;
            background: linear-gradient(135deg, rgba(62,146,204,0.14), rgba(10,36,99,0.06));
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.15rem;
        }

        #otomo-dd075cct-page .feature-card i {
            font-size: 2rem;
            color: #3e92cc;
        }

        #otomo-dd075cct-page .feature-card h4 {
            font-size: 1.08rem;
            line-height: 1.45;
            margin-bottom: 0.75rem;
            color: #0a2463;
            min-height: 3.1em;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #otomo-dd075cct-page .feature-card p {
            font-size: 0.96rem;
            line-height: 1.65;
            color: #344255;
            margin: 0;
        }

        /* Detection Capability Section */
        #otomo-dd075cct-page .detection {
            background-color: #fff;
        }

        #otomo-dd075cct-page .detection-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 1rem;
        }

        #otomo-dd075cct-page .detection-table th,
#otomo-dd075cct-page .detection-table td {
            padding: 1rem;
            text-align: center;
            border: 1px solid #e9ecef;
        }

        #otomo-dd075cct-page .detection-table th {
            background-color: #0a2463;
            color: #fff;
            font-weight: 500;
        }

        #otomo-dd075cct-page .detection-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }

        /* Target Detection Visual Layout */
        #otomo-dd075cct-page .detection-visual-wrap {
            display: grid;
            grid-template-columns: 1.25fr 0.95fr;
            gap: 2rem;
            align-items: start;
        }

        #otomo-dd075cct-page .target-visual-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.2rem;
        }

        #otomo-dd075cct-page .target-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(10, 36, 99, 0.10);
            border: 1px solid #e6edf7;
        }

        #otomo-dd075cct-page .target-card-image {
            position: relative;
            background: #050b13;
            aspect-ratio: 16 / 9;
            overflow: hidden;
        }

        #otomo-dd075cct-page .target-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            filter: contrast(1.06) brightness(1.03);
        }

        #otomo-dd075cct-page .target-distance {
            position: absolute;
            right: 14px;
            bottom: 14px;
            background: rgba(10, 36, 99, 0.88);
            color: #fff;
            padding: 0.45rem 0.8rem;
            border-radius: 999px;
            font-size: 0.9rem;
            font-weight: 700;
            box-shadow: 0 4px 12px rgba(0,0,0,0.22);
        }

        #otomo-dd075cct-page .target-card-content {
            padding: 1rem 1.1rem 1.15rem;
        }

        #otomo-dd075cct-page .target-card-content h4 {
            color: #0a2463;
            font-size: 1.1rem;
            margin-bottom: 0.35rem;
        }

        #otomo-dd075cct-page .target-card-content p {
            color: #4d5d73;
            font-size: 0.94rem;
            line-height: 1.65;
        }

        #otomo-dd075cct-page .detection-summary-card {
            background: #fff;
            border-radius: 12px;
            padding: 1.4rem;
            box-shadow: 0 4px 16px rgba(10, 36, 99, 0.10);
            border: 1px solid #e6edf7;
            position: sticky;
            top: 18px;
        }

        #otomo-dd075cct-page .detection-summary-card h4 {
            color: #0a2463;
            font-size: 1.35rem;
            margin-bottom: 0.7rem;
        }

        #otomo-dd075cct-page .detection-summary-card p {
            color: #4d5d73;
            font-size: 0.98rem;
            line-height: 1.75;
            margin-bottom: 1rem;
        }

        #otomo-dd075cct-page .detection-summary-card .detection-table {
            margin-top: 0.8rem;
        }

        #otomo-dd075cct-page .detection-summary-card .detection-table th,
#otomo-dd075cct-page .detection-summary-card .detection-table td {
            padding: 0.75rem 0.65rem;
            font-size: 0.94rem;
        }

        /* Product Technical Parameters */
        #otomo-dd075cct-page .specs-wrap {
            background-color: #fff;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 3px 12px rgba(0,0,0,0.08);
        }

        #otomo-dd075cct-page .specs-group {
            margin-bottom: 2rem;
        }

        #otomo-dd075cct-page .specs-group h4 {
            color: #3e92cc;
            font-size: 1.3rem;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid #eee;
        }

        #otomo-dd075cct-page .specs-list li {
            list-style: none;
            padding: 0.5rem 0;
            display: flex;
        }

        #otomo-dd075cct-page .specs-list li strong {
            width: 220px;
            color: #0a2463;
        }

        /* Application Scenarios */
        #otomo-dd075cct-page .application {
            background: #f0f4f9;
        }

        #otomo-dd075cct-page .app-text {
            max-width: 900px;
            margin: 0 auto 2.2rem;
            text-align: center;
            font-size: 1.05rem;
            line-height: 1.8;
        }

        #otomo-dd075cct-page .scenario-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.4rem;
        }

        #otomo-dd075cct-page .scenario-card {
            position: relative;
            min-height: 290px;
            border-radius: 16px;
            overflow: hidden;
            background: #07111f;
            box-shadow: 0 10px 26px rgba(10,36,99,0.12);
            border: 1px solid rgba(255,255,255,0.08);
            isolation: isolate;
        }


        #otomo-dd075cct-page .scenario-card-link {
            display: block;
            text-decoration: none;
            color: inherit;
            cursor: pointer;
        }

        #otomo-dd075cct-page .scenario-card-link:focus-visible {
            outline: 3px solid rgba(88,183,255,0.85);
            outline-offset: 4px;
        }

        #otomo-dd075cct-page .scenario-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: var(--scenario-img);
            background-size: cover;
            background-position: center;
            transform: scale(1);
            transition: transform 0.45s ease, filter 0.45s ease;
            z-index: -2;
        }

        #otomo-dd075cct-page .scenario-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(5, 23, 59, 0.06) 0%, rgba(5, 23, 59, 0.25) 42%, rgba(5, 23, 59, 0.92) 100%),
                linear-gradient(90deg, rgba(0,0,0,0.15), rgba(0,0,0,0));
            z-index: -1;
        }

        #otomo-dd075cct-page .scenario-card:hover::before {
            transform: scale(1.08);
            filter: contrast(1.08) brightness(1.04);
        }

        #otomo-dd075cct-page .scenario-content {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 1.35rem 1.35rem 1.45rem;
            color: #fff;
        }

        #otomo-dd075cct-page .scenario-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            color: #cfe8ff;
            font-size: 0.8rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-bottom: 0.55rem;
        }

        #otomo-dd075cct-page .scenario-tag i {
            color: #58b7ff;
            font-size: 0.95rem;
        }

        #otomo-dd075cct-page .scenario-content h4 {
            font-size: 1.2rem;
            line-height: 1.3;
            margin-bottom: 0.45rem;
            color: #fff;
        }

        #otomo-dd075cct-page .scenario-content p {
            color: #d7e2f0;
            font-size: 0.94rem;
            line-height: 1.62;
            margin: 0;
        }

        /* Service & Contact Section */
        #otomo-dd075cct-page .service {
            background: #fff;
        }

        #otomo-dd075cct-page .service-shell {
            position: relative;
            overflow: hidden;
            border-radius: 22px;
            padding: 3rem;
            background:
                radial-gradient(circle at 12% 18%, rgba(62,146,204,0.20), transparent 30%),
                linear-gradient(135deg, #05173b 0%, #0a2463 56%, #123a7a 100%);
            box-shadow: 0 18px 46px rgba(10,36,99,0.18);
            color: #fff;
        }

        #otomo-dd075cct-page .service-shell::before {
            content: "";
            position: absolute;
            right: -90px;
            top: -90px;
            width: 280px;
            height: 280px;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,0.14);
        }

        #otomo-dd075cct-page .service-shell::after {
            content: "";
            position: absolute;
            left: -120px;
            bottom: -130px;
            width: 340px;
            height: 340px;
            border-radius: 50%;
            background: rgba(62,146,204,0.10);
        }

        #otomo-dd075cct-page .service-layout {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 2.2rem;
            align-items: center;
        }

        #otomo-dd075cct-page .service .section-title {
            text-align: left;
            margin-bottom: 1.25rem;
        }

        #otomo-dd075cct-page .service .section-title h3 {
            color: #fff;
            font-size: 2.15rem;
        }

        #otomo-dd075cct-page .service .section-title .line {
            margin: 0;
            background-color: #58b7ff;
        }

        #otomo-dd075cct-page .service-intro {
            color: #dbe8ff;
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 1.35rem;
            max-width: 650px;
        }

        #otomo-dd075cct-page .service-highlights {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.85rem;
            margin: 1.45rem 0 1.8rem;
        }

        #otomo-dd075cct-page .service-highlight {
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.14);
            border-radius: 14px;
            padding: 1rem;
            backdrop-filter: blur(8px);
        }

        #otomo-dd075cct-page .service-highlight i {
            color: #58b7ff;
            font-size: 1.25rem;
            margin-bottom: 0.55rem;
        }

        #otomo-dd075cct-page .service-highlight strong {
            display: block;
            color: #fff;
            font-size: 0.98rem;
            line-height: 1.35;
        }

        #otomo-dd075cct-page .service-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.9rem;
            align-items: center;
        }

        #otomo-dd075cct-page .contact-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.55rem;
            padding: 0.9rem 1.75rem;
            background-color: #3e92cc;
            color: #fff;
            text-decoration: none;
            border-radius: 999px;
            font-size: 1rem;
            font-weight: 700;
            box-shadow: 0 10px 24px rgba(62,146,204,0.26);
            transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
        }

        #otomo-dd075cct-page .contact-btn:hover {
            background-color: #58b7ff;
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(62,146,204,0.34);
        }

        #otomo-dd075cct-page .service-note {
            color: #cfe0f6;
            font-size: 0.95rem;
        }

        #otomo-dd075cct-page .service-process {
            display: grid;
            gap: 1rem;
        }

        #otomo-dd075cct-page .process-card {
            display: grid;
            grid-template-columns: 48px 1fr;
            gap: 1rem;
            align-items: start;
            background: rgba(255,255,255,0.09);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 16px;
            padding: 1.05rem;
            backdrop-filter: blur(8px);
        }

        #otomo-dd075cct-page .process-num {
            width: 48px;
            height: 48px;
            border-radius: 15px;
            background: rgba(88,183,255,0.18);
            color: #8fd0ff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            font-weight: 700;
            border: 1px solid rgba(88,183,255,0.28);
        }

        #otomo-dd075cct-page .process-card h4 {
            color: #fff;
            font-size: 1.05rem;
            margin-bottom: 0.25rem;
        }

        #otomo-dd075cct-page .process-card p {
            color: #d7e2f0;
            font-size: 0.94rem;
            line-height: 1.55;
            margin: 0;
        }

        /* Footer */
        #otomo-dd075cct-page .otomo-page-footer {
            background-color: #05173b;
            color: #ccc;
            text-align: center;
            padding: 2rem 0;
            font-size: 0.9rem;
        }


        /* Product Media Section */
        #otomo-dd075cct-page .product-media {
            background-color: #fff;
        }

        #otomo-dd075cct-page .media-layout {
            display: grid;
            grid-template-columns: 1fr 1.25fr;
            gap: 2rem;
            align-items: center;
        }

        #otomo-dd075cct-page .media-copy {
            background: #f8f9fa;
            border-left: 4px solid #3e92cc;
            padding: 2rem;
            border-radius: 8px;
        }

        #otomo-dd075cct-page .media-copy h3 {
            color: #0a2463;
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }

        #otomo-dd075cct-page .media-copy p {
            margin-bottom: 1rem;
            font-size: 1.05rem;
        }

        #otomo-dd075cct-page .media-copy ul {
            padding-left: 1.2rem;
            color: #333;
        }

        #otomo-dd075cct-page .media-copy li {
            margin-bottom: 0.5rem;
        }

        #otomo-dd075cct-page .media-video-card {
            background: #05173b;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 18px rgba(0,0,0,0.16);
        }

        #otomo-dd075cct-page .media-video-card video {
            width: 100%;
            display: block;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            background: #000;
        }

        #otomo-dd075cct-page .media-caption {
            color: #dbe8ff;
            padding: 1rem 1.2rem;
            font-size: 0.95rem;
            text-align: center;
        }

        #otomo-dd075cct-page .image-showcase {
            background-color: #f0f4f9;
        }

        #otomo-dd075cct-page .image-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        #otomo-dd075cct-page .image-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 12px rgba(0,0,0,0.08);
        }

        #otomo-dd075cct-page .image-card img {
            width: 100%;
            height: 230px;
            object-fit: cover;
            display: block;
        }

        #otomo-dd075cct-page .image-card-content {
            padding: 1rem;
        }

        #otomo-dd075cct-page .image-card-content h4 {
            color: #0a2463;
            margin-bottom: 0.4rem;
            font-size: 1.05rem;
        }

        #otomo-dd075cct-page .image-card-content p {
            font-size: 0.95rem;
            color: #555;
        }



        /* Visual Technical Specifications With Product Images */
        #otomo-dd075cct-page .visual-specs-wrap {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        #otomo-dd075cct-page .module-overview-card {
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 2rem;
            align-items: center;
            background: linear-gradient(135deg, #05173b 0%, #0a2463 55%, #123a7a 100%);
            border-radius: 12px;
            padding: 2.2rem;
            box-shadow: 0 5px 18px rgba(0,0,0,0.14);
            overflow: hidden;
        }

        #otomo-dd075cct-page .module-overview-card .module-image {
            text-align: center;
            background: #08215a;
            border-radius: 10px;
            padding: 1.2rem;
        }

        #otomo-dd075cct-page .module-overview-card img {
            width: auto;
            max-width: 320px;
            max-height: 260px;
            height: auto;
            display: block;
            margin: 0 auto;
            object-fit: contain;
            image-rendering: auto;
        }

        #otomo-dd075cct-page .module-overview-content h4 {
            color: #fff;
            font-size: 1.65rem;
            margin-bottom: 0.8rem;
        }

        #otomo-dd075cct-page .module-overview-content p {
            color: #dbe8ff;
            font-size: 1.05rem;
            line-height: 1.75;
        }

        #otomo-dd075cct-page .camera-spec-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        #otomo-dd075cct-page .camera-spec-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 3px 14px rgba(0,0,0,0.08);
            border: 1px solid #e8edf5;
        }

        #otomo-dd075cct-page .camera-spec-img {
            background: #07111f;
            padding: 1.2rem;
            height: 245px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        #otomo-dd075cct-page .camera-spec-img img {
            width: auto;
            height: auto;
            max-width: 92%;
            max-height: 190px;
            object-fit: contain;
            display: block;
            image-rendering: auto;
        }

        #otomo-dd075cct-page .camera-spec-content {
            padding: 1.4rem;
        }

        #otomo-dd075cct-page .camera-spec-content h4 {
            color: #0a2463;
            font-size: 1.2rem;
            margin-bottom: 1rem;
            padding-bottom: 0.7rem;
            border-bottom: 1px solid #e8edf5;
        }

        #otomo-dd075cct-page .camera-spec-content ul {
            list-style: none;
        }

        #otomo-dd075cct-page .camera-spec-content li {
            padding: 0.45rem 0;
            font-size: 0.95rem;
            color: #333;
            border-bottom: 1px dashed #edf1f7;
        }

        #otomo-dd075cct-page .camera-spec-content li:last-child {
            border-bottom: none;
        }

        #otomo-dd075cct-page .camera-spec-content li strong {
            color: #0a2463;
            font-weight: 700;
        }

        #otomo-dd075cct-page .system-spec-card {
            background: #fff;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 3px 14px rgba(0,0,0,0.08);
            border: 1px solid #e8edf5;
        }

        #otomo-dd075cct-page .system-spec-card h4 {
            color: #3e92cc;
            font-size: 1.35rem;
            margin-bottom: 1rem;
        }

        #otomo-dd075cct-page .system-spec-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0 2rem;
            list-style: none;
        }

        #otomo-dd075cct-page .system-spec-list li {
            padding: 0.55rem 0;
            border-bottom: 1px dashed #edf1f7;
            font-size: 0.98rem;
        }

        #otomo-dd075cct-page .system-spec-list strong {
            color: #0a2463;
        }


        @media (max-width: 1100px){
            #otomo-dd075cct-page .features-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            #otomo-dd075cct-page .features-grid .feature-card:nth-child(4),
#otomo-dd075cct-page .features-grid .feature-card:nth-child(5) {
                grid-column: span 1;
            }
        }

        /* Mobile Responsive Adaptation (Google Mobile-Friendly Core) */
        @media (max-width: 768px){
            #otomo-dd075cct-page .header-wrap {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }

            #otomo-dd075cct-page .hero h2 {
                font-size: 1.8rem;
            }

            #otomo-dd075cct-page section {
                padding: 2rem 0;
            }

            #otomo-dd075cct-page .features-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

            #otomo-dd075cct-page .feature-card {
                min-height: auto;
                padding: 1.6rem 1rem;
            }

            #otomo-dd075cct-page .feature-card h4 {
                min-height: auto;
            }

            #otomo-dd075cct-page .features-grid .feature-card:last-child {
                grid-column: 1 / -1;
            }

            #otomo-dd075cct-page .scenario-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            #otomo-dd075cct-page .scenario-card {
                min-height: 250px;
            }

            #otomo-dd075cct-page .scenario-content {
                padding: 1.15rem;
            }

            #otomo-dd075cct-page .specs-list li {
                flex-direction: column;
            }

            #otomo-dd075cct-page .specs-list li strong {
                width: 100%;
                margin-bottom: 0.2rem;
            }

            #otomo-dd075cct-page .detection-table th,
#otomo-dd075cct-page .detection-table td {
                padding: 0.6rem 0.3rem;
                font-size: 0.9rem;
            }

            #otomo-dd075cct-page .media-layout {
                grid-template-columns: 1fr;
            }

            #otomo-dd075cct-page .detection-visual-wrap,
#otomo-dd075cct-page .target-visual-grid {
                grid-template-columns: 1fr;
            }

            #otomo-dd075cct-page .detection-summary-card {
                position: static;
                padding: 1.2rem;
            }

            #otomo-dd075cct-page .media-copy {
                padding: 1.4rem;
            }

            #otomo-dd075cct-page .media-copy h3 {
                font-size: 1.45rem;
            }

            #otomo-dd075cct-page .image-grid {
                grid-template-columns: 1fr;
            }

            #otomo-dd075cct-page .image-card img {
                height: auto;
            }

            #otomo-dd075cct-page .module-overview-card,
#otomo-dd075cct-page .camera-spec-grid,
#otomo-dd075cct-page .system-spec-list {
                grid-template-columns: 1fr;
            }

            #otomo-dd075cct-page .module-overview-card {
                grid-template-columns: 1fr;
                padding: 1.5rem;
            }

            #otomo-dd075cct-page .module-overview-card img {
                max-width: 240px;
                max-height: 220px;
            }

            #otomo-dd075cct-page .camera-spec-img {
                height: 210px;
            }

            #otomo-dd075cct-page .module-overview-card {
                padding: 1.4rem;
            }

            #otomo-dd075cct-page .camera-spec-img {
                min-height: 190px;
            }

            #otomo-dd075cct-page .service-shell {
                padding: 1.5rem;
                border-radius: 18px;
            }

            #otomo-dd075cct-page .service-layout {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            #otomo-dd075cct-page .service .section-title {
                text-align: center;
            }

            #otomo-dd075cct-page .service .section-title .line {
                margin: 0 auto;
            }

            #otomo-dd075cct-page .service .section-title h3 {
                font-size: 1.65rem;
            }

            #otomo-dd075cct-page .service-intro {
                text-align: center;
                font-size: 0.98rem;
            }

            #otomo-dd075cct-page .service-highlights {
                grid-template-columns: 1fr;
            }

            #otomo-dd075cct-page .service-actions {
                justify-content: center;
                text-align: center;
            }

            #otomo-dd075cct-page .contact-btn {
                width: 100%;
            }
        }
    

#otomo-dd075cct-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    isolation: isolate;
    font-family: Arial, Helvetica, sans-serif;
}
#otomo-dd075cct-page img {
    max-width: 100%;
}
#otomo-dd075cct-page a,
#otomo-dd075cct-page button,
#otomo-dd075cct-page video {
    -webkit-tap-highlight-color: transparent;
}
#otomo-dd075cct-page .otomo-page-main {
    display: block;
    width: 100%;
}
#otomo-dd075cct-page .scenario-card {
    display: block;
}
@media (max-width: 480px) {
    #otomo-dd075cct-page .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    #otomo-dd075cct-page .features-grid {
        grid-template-columns: 1fr;
    }
    #otomo-dd075cct-page .features-grid .feature-card:last-child {
        grid-column: auto;
    }
    #otomo-dd075cct-page .hero {
        padding: 3rem 0;
    }
    #otomo-dd075cct-page .hero h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    #otomo-dd075cct-page .section-title h3 {
        font-size: 1.55rem;
        line-height: 1.3;
    }
    #otomo-dd075cct-page .detection-summary-card {
        overflow-x: auto;
    }
    #otomo-dd075cct-page .service-shell {
        padding: 1.25rem;
    }
}

