/* product_intro.css */

.intro-grid {
    position: relative;
    width: 100%;
    height: 840px;
    margin: 60px auto;
}

/* Central Hub */
.center-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hub-logo {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border: 1px solid #f0f0f0;
}

.hub-logo img {
    max-width: 60%;
    height: auto;
}

.hub-circle {
    position: absolute;
    width: 700px;
    height: 700px;
    border: 2px dashed #e0e0e0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

/* Items - Radial Positioning */
.intro-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    /* Fixed width for cards */
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    z-index: 5;
    /* Initialize center */
}

/* 
   Radius calculation: 
   Orbit Circle is 600px diameter -> 300px radius.
   Lets use a slightly larger translate to push them out clearly. e.g. 340px.
   
   Angles (starting top, clockwise):
   1: -90 deg (Top)
   2: -18 deg (Top Right)
   3: 54 deg (Bottom Right)
   4: 126 deg (Bottom Left)
   5: 198 deg (Top Left)
*/

.item-01 {
    transform: translate(-50%, -50%) rotate(-90deg) translate(360px) rotate(90deg);
}

.item-03 {
    transform: translate(-50%, -50%) rotate(-18deg) translate(360px) rotate(18deg);
}

.item-05 {
    transform: translate(-50%, -50%) rotate(54deg) translate(360px) rotate(-54deg);
}

.item-04 {
    transform: translate(-50%, -50%) rotate(126deg) translate(360px) rotate(-126deg);
}

.item-02 {
    transform: translate(-50%, -50%) rotate(198deg) translate(360px) rotate(-198deg);
}


.intro-card:hover {
    border-color: #333;
    z-index: 6;
}

.intro-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #ccc;
    z-index: -1;
    transform-origin: 0 50%;
    display: none;
}

/* Content Styling */
.card-visual {
    height: 140px;
    background: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.card-visual img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card-content {
    padding: 20px;
	background:#eaeff7;
}

.card-title {
    font-size:  1.7rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
    text-align: center;
}

.card-desc {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
}

.card-desc li {
    text-align: center;
    margin-bottom: 4px;
    word-break: keep-all;
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
    .intro-grid {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-top: 20px;
    }

    .center-hub {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        margin-bottom: 30px;
    }

    .hub-circle {
        display: none;
    }

    .intro-card {
        position: relative;
        top: auto;
        left: auto;
        transform: none !important;
        /* Reset all rotations */
        width: 100%;
        max-width: 500px;
    }
}

.snip1336 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #111;
  text-align: left;
  line-height: 1.4em;
  background-color: #efefef;
  position:relative;
}
.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1336 figcaption {
  width: 100%;
  background-color: #efefef;
  padding: 25px;
  position: relative;
  height:270px;
}
.snip1336 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 300px;
  border-color: transparent transparent transparent #efefef;
  z-index:5;
}
.snip1336 .info {
  padding: 5px;
  border: 1px solid #111;
  color: #111;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  width: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  position:absolute;
  bottom:10px;
  right:20px;
}
.snip1336 figcaption a:hover {
  opacity: 1;
  background:#fff;
}
.snip1336 .profile {
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 6;
  max-width: 90px;
  opacity: 1;
}
.snip1336 .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9;
}
.snip1336 h2 {
  margin: 0 0 5px;
  font-weight: 700;
}
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}
.snip1336 p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}

.introbox {display:grid; grid-template-columns:repeat(5,1fr); grid-gap:1rem;}
.introbox .snip1336 .bgbox {position:relative; height:120px; }
.introbox .snip1336 .bgbox:before {content:''; position:absolute; width:100%; height:100%; background:var(--point-color); z-index:2;}
/*
.introbox .snip1336:nth-of-type(1) .bgbox:before {background:rgba(231,43,43,0.4);}
.introbox .snip1336:nth-of-type(2) .bgbox:before {background:rgb(201 113 20 / 40%);}
.introbox .snip1336:nth-of-type(3) .bgbox:before {background:rgb(73 189 16 / 40%);}
.introbox .snip1336:nth-of-type(4) .bgbox:before {background:rgb(16 77 171 / 40%);}
.introbox .snip1336:nth-of-type(5) .bgbox:before {background:rgb(41 20 201 / 40%);}
*/
.listup {margin:20px 0;}
.listup li {position:relative; padding-left:15px; font-size:1rem; color:#111; line-height:1.7; opacity:0.8;}
.listup li:before {content:'•'; position:absolute; left:0px; color:#a5a5a5; font-weight:bold;}

.intrologo {position:relative; width:100%; height:20px; margin-bottom:80px;}
.intrologo .logobox {text-align:center; width:200px; height:200px; line-height:200px; border:1px solid var(--point-color); border-radius:100%; background:#fff; margin-top:-100px; z-index:5; position:absolute; left:50%; bottom:-50%; transform:translate(-50%,0);}
.intrologo .logobox img {max-width:80%;}

.goto {position:absolute; bottom:20px; right:20px; border:1px solid #111; width:40px; height:40px; line-height:40px; text-align:center; font-size:30px; border-radius:100%;}

@media (max-width:1400px) {
	.intrologo {margin-bottom:40px;}
	.intrologo .logobox {width:100px; height:100px; line-height:100px; bottom:50%;}
	.intrologo .logobox img {width:60px;}
	.introbox { grid-template-columns:repeat(1,1fr);}
	.snip1336 {width:100%; min-width:initial; max-width:initial; height:initial; margin:0;}
	.snip1336 figcaption {height:initial; padding-bottom:40px;}
	.snip1336 figcaption:before {border-width:300px 0 0 400px;}
	
}